/* ============================================
   CREMAZIONE NAPOLI · Onoranze Funebri Gennaro Tammaro
   Aesthetic: refined Italian, navy + ivory + brass, all-serif elegance
   ============================================ */

:root {
  --navy:         #1a2849;
  --navy-deep:    #0f1a35;
  --navy-soft:    #2a3a5f;
  --gold:         #b08855;
  --gold-bright:  #c9a16a;
  --gold-soft:    #d9bb87;
  --ivory:        #f7f2e9;
  --ivory-warm:   #faf6ed;
  --cream:        #efe8d8;
  --white:        #ffffff;
  --ink:          #2a2620;
  --ink-soft:     #4a443d;
  --muted:        #7a716a;
  --line:         rgba(176, 136, 85, 0.25);
  --line-soft:    rgba(42, 38, 32, 0.08);

  --serif-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --serif-body:    'Lora', Georgia, 'Times New Roman', serif;

  --shadow-soft:   0 10px 40px -10px rgba(15, 26, 53, 0.12);
  --shadow-card:   0 20px 60px -20px rgba(15, 26, 53, 0.25);
  --shadow-gold:   0 12px 30px -8px rgba(176, 136, 85, 0.4);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--serif-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--ivory-warm);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color .25s ease, opacity .25s ease; }
a:hover { color: var(--gold); }
button { font-family: inherit; cursor: pointer; }
em { font-style: italic; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}
.container--narrow { max-width: 860px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--serif-display);
  font-weight: 400;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.15;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 400; margin-bottom: 0.4em; }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 500; margin-bottom: 0.5em; }
h4 { font-size: 1.05rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.8em; }
p  { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--serif-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.1em;
  display: inline-block;
  position: relative;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 12px;
}
.eyebrow--gold { color: var(--gold-bright); }
.eyebrow--gold::before { background: var(--gold-bright); }

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 64ch;
}

/* ============================================
   TOP BAR
   ============================================ */
.topbar {
  background: var(--navy-deep);
  color: var(--ivory);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(176, 136, 85, 0.2);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar__brand { display: flex; align-items: center; gap: 10px; opacity: 0.85; }
.topbar__since { color: var(--gold-soft); font-style: italic; }
.topbar__sep { opacity: 0.4; }
.topbar__phones { display: flex; align-items: center; gap: 8px; }
.topbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ivory);
  padding: 6px 14px;
  font-weight: 500;
  border-radius: 2px;
  transition: all .25s ease;
}
.topbar__phone:hover { color: var(--gold-bright); background: rgba(176, 136, 85, 0.1); }
.topbar__phone svg { width: 13px; height: 13px; }
.topbar__phone--primary {
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 600;
}
.topbar__phone--primary:hover { background: var(--gold-bright); color: var(--navy-deep); }

/* ============================================
   HEADER
   ============================================ */
.site-header {
  background: var(--navy);
  border-bottom: 1px solid rgba(176, 136, 85, 0.15);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  gap: 24px;
}
.site-header__logo img {
  width: 200px;
  height: auto;
  display: block;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav a {
  font-family: var(--serif-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ivory);
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 3px;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold-bright);
  transition: width .3s ease;
}
.site-nav a:hover { color: var(--gold-soft); }
.site-nav a:hover::after { width: 100%; }

.site-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 11px 22px;
  border-radius: 2px;
  font-weight: 600;
  font-family: var(--serif-body);
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  transition: all .25s ease;
}
.site-header__cta:hover { background: var(--gold-bright); color: var(--navy-deep); transform: translateY(-1px); }
.site-header__cta svg { width: 16px; height: 16px; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 110px 0 120px;
  background: var(--navy);
  color: var(--ivory);
  overflow: hidden;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.5;
}
.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, var(--navy) 0%, var(--navy) 35%, rgba(26, 40, 73, 0.6) 60%, rgba(26, 40, 73, 0.2) 100%),
    radial-gradient(ellipse at top left, rgba(176, 136, 85, 0.15) 0%, transparent 60%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.hero__eyebrow {
  font-family: var(--serif-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hero__eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold-bright);
  display: inline-block;
}
.hero__title {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--ivory);
  margin-bottom: 28px;
  letter-spacing: -0.015em;
}
.hero__title-em {
  display: block;
  font-size: 0.7em;
  color: var(--gold-soft);
  margin-top: 8px;
  font-weight: 300;
  font-style: italic;
}
.hero__title-em em {
  color: var(--ivory);
  font-style: italic;
}
.hero__lede {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.7;
  color: rgba(247, 242, 233, 0.85);
  margin-bottom: 40px;
  max-width: 60ch;
}
.hero__lede strong { color: var(--gold-soft); font-weight: 500; }

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

/* Buttons */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 2px;
  font-family: var(--serif-body);
  text-decoration: none;
  transition: all .3s cubic-bezier(.2,.8,.2,1);
  position: relative;
  border: 1px solid transparent;
  min-width: 200px;
}
.btn svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  opacity: 0.9;
}
.btn--gold {
  background: var(--gold);
  color: var(--navy-deep);
  padding-left: 48px;
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover {
  background: var(--gold-bright);
  color: var(--navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -10px rgba(176, 136, 85, 0.55);
}
.btn--ghost {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(217, 187, 135, 0.5);
}
.btn--ghost:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
  background: rgba(176, 136, 85, 0.08);
}
.btn--inline {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 12px 26px 12px 46px;
}
.btn--big {
  padding: 22px 36px 22px 56px;
  min-width: 260px;
}
.btn--big svg { width: 22px; height: 22px; left: 24px; }
.btn__main {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.btn--big .btn__main { font-size: 1.55rem; font-family: var(--serif-display); font-weight: 500; }
.btn__sub {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: 2px;
}

/* Hero trust strip */
.hero__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 40px;
  border-top: 1px solid rgba(217, 187, 135, 0.2);
  max-width: 720px;
}
.hero__trust-item {
  display: flex;
  flex-direction: column;
}
.hero__trust-item span {
  font-family: var(--serif-display);
  font-size: 2rem;
  color: var(--gold-soft);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.hero__trust-item small {
  font-size: 0.78rem;
  color: rgba(247, 242, 233, 0.65);
  letter-spacing: 0.05em;
  margin-top: 6px;
}

/* ============================================
   STRIP (4 values)
   ============================================ */
.strip {
  background: var(--ivory-warm);
  padding: 60px 0;
  border-bottom: 1px solid var(--line-soft);
}
.strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.strip__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.strip__item svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--gold);
  margin-top: 4px;
}
.strip__item p { font-size: 0.96rem; line-height: 1.55; color: var(--ink-soft); }
.strip__item strong { color: var(--navy); font-weight: 600; }

/* ============================================
   SECTION GENERIC
   ============================================ */
.section {
  padding: 110px 0;
  position: relative;
}
.section--dark {
  background: var(--navy);
  color: var(--ivory);
}
.section--dark h2, .section--dark h3 { color: var(--ivory); }
.section--dark .lede { color: rgba(247, 242, 233, 0.8); }
.section--cream { background: var(--cream); }

.section__head {
  margin-bottom: 60px;
  max-width: 720px;
}
.section__head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section__head h2 em {
  color: var(--gold);
  font-style: italic;
}
.section--dark .section__head h2 em { color: var(--gold-bright); }

.section__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.section__text h2 { margin-bottom: 24px; }
.section__text p { color: var(--ink-soft); margin-bottom: 1.2em; }
.section__media img {
  width: 100%;
  border-radius: 2px;
}
.section__media--card {
  position: relative;
  padding: 12px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}
.section__media--card::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--line);
  pointer-events: none;
}
.section__media--card figcaption {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted);
  text-align: center;
  padding: 14px 8px 6px;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: all .25s ease;
}
.link-arrow svg { width: 18px; height: 18px; transition: transform .25s ease; }
.link-arrow:hover { color: var(--gold); }
.link-arrow:hover svg { transform: translateX(4px); }

.centered-cta { text-align: center; margin-top: 48px; }

/* ============================================
   CERTIFIED (USP section)
   ============================================ */
.certified {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.certified__media {
  position: relative;
}
.certified__media img {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.5);
}
.certified__media::after {
  content: '';
  position: absolute;
  inset: -20px;
  border: 1px solid rgba(217, 187, 135, 0.3);
  border-radius: 2px;
  z-index: -1;
  pointer-events: none;
}
.certified__text h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--gold-soft);
  font-style: italic;
  margin-bottom: 22px;
}
.certified__text p { color: rgba(247, 242, 233, 0.82); }
.certified__text p strong { color: var(--ivory); font-weight: 500; }

.certified__steps {
  list-style: none;
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.certified__steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: start;
  color: rgba(247, 242, 233, 0.85);
  padding: 12px 0;
  border-bottom: 1px solid rgba(217, 187, 135, 0.15);
}
.certified__steps li:last-child { border-bottom: none; }
.certified__steps li span {
  font-family: var(--serif-display);
  font-size: 1.4rem;
  color: var(--gold-bright);
  font-style: italic;
  line-height: 1;
}
.certified__note {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 2px solid var(--gold-bright);
  background: rgba(176, 136, 85, 0.08);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-soft);
}
.certified__ctas { margin-top: 36px; }

/* ============================================
   STEPS (process)
   ============================================ */
.steps {
  list-style: none;
  display: grid;
  gap: 0;
  counter-reset: step;
}
.steps__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 50px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.steps__item:last-child { border-bottom: 1px solid var(--line); }
.steps__num {
  font-family: var(--serif-display);
  font-size: 3.5rem;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
}
.steps__item h3 { margin-bottom: 10px; grid-column: 2; }
.steps__item p { color: var(--ink-soft); font-size: 1.05rem; max-width: 60ch; grid-column: 2; }
.steps__item a { color: var(--navy); border-bottom: 1px solid var(--gold); }
.steps__item a:hover { color: var(--gold); }

/* ============================================
   URNS GRID
   ============================================ */
.urns-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.urn {
  background: var(--white);
  padding: 24px 20px 22px;
  border: 1px solid var(--line);
  text-align: center;
  transition: all .35s ease;
  position: relative;
}
.urn:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: var(--gold);
}
.urn img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 16px;
}
.urn figcaption {
  font-family: var(--serif-display);
  font-style: italic;
  color: var(--navy);
}
.urn figcaption strong {
  display: block;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.urn figcaption small {
  font-family: var(--serif-body);
  font-style: normal;
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* ============================================
   GALLERY
   ============================================ */
/* ============================================
   GALLERY - uniform 4-column grid on desktop
   ============================================ */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery__item {
  overflow: hidden;
  position: relative;
  background: var(--cream);
  display: block;
  aspect-ratio: 4 / 3;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 26, 53, 0.4), transparent 50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery__item:hover::after { opacity: 1; }

/* ============================================
   REASONS
   ============================================ */
.reasons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 70px;
  margin-top: 60px;
}
.reason {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid var(--gold);
}
.reason h3 {
  color: var(--gold-soft);
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 14px;
}
.reason p {
  color: rgba(247, 242, 233, 0.82);
  font-size: 1.02rem;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.faq__item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq__item summary {
  font-family: var(--serif-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--navy);
  padding: 24px 50px 24px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color .25s ease;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform .3s ease;
  line-height: 1;
}
.faq__item[open] summary::after { content: '–'; }
.faq__item summary:hover { color: var(--gold); }
.faq__body {
  padding: 0 60px 28px 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.75;
  animation: faqFade .35s ease;
}
.faq__body a { color: var(--navy); border-bottom: 1px solid var(--gold); }
.faq__body a:hover { color: var(--gold); }
@keyframes faqFade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================
   LOCATIONS
   ============================================ */
.locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
.location {
  background: var(--white);
  padding: 32px 26px 26px;
  border: 1px solid var(--line);
  position: relative;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.location:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.location::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px;
  height: 1px;
  background: var(--gold);
}
.location h3 {
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 14px;
}
.location h3 span {
  font-size: 0.68rem;
  font-family: var(--serif-body);
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}
.location p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.location__phone {
  flex-grow: 1;
}
.location__phone a {
  color: var(--navy);
  font-weight: 500;
  display: inline-block;
  padding: 3px 0;
  transition: color .2s ease;
  font-size: 0.94rem;
}
.location__phone a:hover { color: var(--gold); }

.location__map {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 11px 16px;
  background: var(--navy);
  color: var(--ivory);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 2px;
  border: 1px solid var(--navy);
  transition: all .25s ease;
  align-self: flex-start;
  text-decoration: none;
}
.location__map:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  transform: translateY(-1px);
}
.location__map svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.sede-photo {
  position: relative;
  padding: 12px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  max-width: 900px;
  margin: 0 auto;
}
.sede-photo::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid var(--line);
  pointer-events: none;
  z-index: 1;
}
.sede-photo img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.sede-photo figcaption {
  font-family: var(--serif-display);
  font-style: italic;
  text-align: center;
  color: var(--muted);
  padding: 16px 8px 4px;
}

/* ============================================
   FINAL CTA
   ============================================ */
.final-cta {
  padding: 130px 0;
  background:
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--ivory);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(176, 136, 85, 0.12), transparent 70%);
  pointer-events: none;
}
.final-cta__inner { position: relative; }
.final-cta h2 {
  color: var(--ivory);
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
}
.final-cta .lede {
  margin: 0 auto 50px;
  color: rgba(247, 242, 233, 0.78);
}
.final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 40px;
}
.final-cta__site a {
  color: var(--gold-soft);
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(217, 187, 135, 0.4);
  padding-bottom: 4px;
  transition: all .25s ease;
}
.final-cta__site svg { width: 16px; height: 16px; transition: transform .25s ease; }
.final-cta__site a:hover { color: var(--gold-bright); border-bottom-color: var(--gold-bright); }
.final-cta__site a:hover svg { transform: translateX(4px); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--navy-deep);
  color: rgba(247, 242, 233, 0.7);
  padding: 70px 0 0;
  font-size: 0.94rem;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(176, 136, 85, 0.15);
}
.site-footer__col h4 {
  color: var(--gold-soft);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  margin-bottom: 16px;
}
.site-footer__col img { margin-bottom: 18px; max-width: 200px; }
.site-footer__col ul { list-style: none; }
.site-footer__col ul li { padding: 5px 0; }
.site-footer__col a { color: rgba(247, 242, 233, 0.78); }
.site-footer__col a:hover { color: var(--gold-bright); }
.site-footer__small {
  font-size: 0.78rem;
  opacity: 0.6;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.site-footer__bottom {
  padding: 22px 0;
  font-size: 0.82rem;
  text-align: center;
  color: rgba(247, 242, 233, 0.5);
  letter-spacing: 0.04em;
}

/* ============================================
   FLOATING CALL BUTTON
   ============================================ */
.floating-call {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: var(--gold);
  color: var(--navy-deep);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(176, 136, 85, 0.45);
  z-index: 99;
  animation: pulseRing 2.4s ease-in-out infinite;
}
.floating-call svg { width: 26px; height: 26px; }
@keyframes pulseRing {
  0%, 100% { box-shadow: 0 12px 32px rgba(176, 136, 85, 0.45), 0 0 0 0 rgba(176, 136, 85, 0.5); }
  50% { box-shadow: 0 12px 32px rgba(176, 136, 85, 0.45), 0 0 0 14px rgba(176, 136, 85, 0); }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .site-nav { display: none; }
  .section__grid, .certified { grid-template-columns: 1fr; gap: 50px; }
  .hero__trust { grid-template-columns: repeat(2, 1fr); max-width: 480px; }
  .strip__grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .urns-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .reasons { grid-template-columns: 1fr; gap: 36px; }
  .locations { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .site-footer__inner { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .section { padding: 80px 0; }
  .hero { padding: 80px 0 90px; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .container { padding: 0 20px; }
  .topbar__inner { font-size: 0.78rem; gap: 8px; }
  .topbar__brand { display: none; }
  .topbar__phones { width: 100%; justify-content: center; gap: 6px; flex-wrap: wrap; }
  .topbar__phone { font-size: 0.84rem; padding: 5px 10px; }
  .site-header__inner { padding: 14px 20px; gap: 12px; }
  .site-header__logo img { width: 160px; }
  .site-header__cta { padding: 9px 16px; font-size: 0.85rem; }
  .site-header__cta svg { width: 14px; height: 14px; }
  .hero { padding: 60px 0 80px; }
  .hero__title { font-size: clamp(2rem, 9vw, 3rem); }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .btn { min-width: 100%; }
  .hero__trust { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .hero__trust-item span { font-size: 1.6rem; }
  .strip { padding: 40px 0; }
  .strip__grid { grid-template-columns: 1fr; gap: 20px; }
  .section { padding: 60px 0; }
  .section__head { margin-bottom: 40px; }
  .steps__item { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .steps__item h3, .steps__item p { grid-column: auto; }
  .steps__num { font-size: 2.5rem; }
  .urns-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .urn img { height: 160px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 8px; }
  .locations { grid-template-columns: 1fr; gap: 16px; }
  .location { padding: 28px 22px 24px; }
  .faq__item summary { font-size: 1.1rem; padding-right: 40px; }
  .faq__body { padding-right: 0; }
  .final-cta { padding: 80px 0; }
  .final-cta__buttons { flex-direction: column; align-items: stretch; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 30px; padding-bottom: 30px; }
  .floating-call { display: flex; }
  .btn--big { padding: 18px 28px 18px 50px; min-width: 100%; }
}

@media (max-width: 480px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.3rem; }
  .hero__title { font-size: 2.2rem; }
  .hero__title-em { font-size: 0.7em; }
  .hero__lede { font-size: 1rem; }
  .hero__trust-item span { font-size: 1.4rem; }
  .hero__trust-item small { font-size: 0.7rem; }
}

/* ============================================
   ACCESSIBILITY / PERFORMANCE
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 2px;
}
::selection { background: var(--gold); color: var(--navy-deep); }
