:root {
  --cream: #fff8f3;
  --cream-deep: #f5ebe4;
  --blush: #f9dfdc;
  --clay: #e8d2c5;
  --blue: #dfe8e8;
  --green: #236348;
  --green-deep: #153f32;
  --green-soft: #dbe7df;
  --coral: #df5947;
  --red: #a63345;
  --ink: #2d2b32;
  --ink-soft: #625a5e;
  --white: #fffdfa;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: min(92vw, 1320px);
  --radius: 22px;
  --section-space: clamp(5.5rem, 9vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body { overflow-x: clip; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.shell { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 1rem; padding: .75rem 1rem; color: var(--white); background: var(--green-deep); }
.skip-link:focus { top: 1rem; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: .96; text-wrap: balance; }
h1 { font-size: clamp(4rem, 7.4vw, 7.7rem); }
h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
h3 { font-size: clamp(1.9rem, 3vw, 3rem); }
.eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .72rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.lede { color: var(--ink); font-family: var(--display); font-size: clamp(1.65rem, 2.6vw, 2.55rem); line-height: 1.2; }
.muted { color: var(--ink-soft); }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .7rem; padding: .88rem 1.4rem; border: 1px solid transparent; border-radius: 999px; color: var(--white); background: var(--green); font-size: .75rem; font-weight: 600; letter-spacing: .1em; line-height: 1.2; text-decoration: none; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button::after { content: "→"; font-size: 1rem; transition: transform .2s ease; }
.button:hover { background: var(--red); transform: translateY(-2px); }
.button:hover::after { transform: translateX(3px); }
.button:active { transform: translateY(0) scale(.98); }
.button.light { color: var(--green-deep); background: var(--white); }
.button.light:hover { color: var(--white); background: var(--coral); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .12rem; border-bottom: 1px solid currentColor; color: var(--green-deep); font-size: .83rem; font-weight: 600; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(3px); }

/* The visual system uses soft 22px surfaces and pill-shaped controls. */
.site-header { position: sticky; z-index: 40; top: 0; padding: 12px 0 0; background: linear-gradient(var(--cream) 0 72%, transparent); }
.header-inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 0 .65rem 0 1rem; border: 1px solid rgba(21,63,50,.12); border-radius: 22px; background: rgba(255,253,250,.94); box-shadow: 0 12px 38px rgba(38,72,58,.1); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--green-deep); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1; text-decoration: none; white-space: nowrap; }
.brand-copy { display: grid; gap: .18rem; }
.brand-name { line-height: .9; }
.brand-tag { color: var(--red); font-family: var(--sans); font-size: .52rem; font-weight: 600; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.brand img { width: 38px; height: 40px; object-fit: contain; filter: brightness(0) saturate(100%) invert(25%) sepia(19%) saturate(1160%) hue-rotate(104deg) brightness(87%) contrast(93%); transform: rotate(-7deg); }
.nav-list { display: flex; align-items: center; gap: .2rem; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: flex; min-height: 44px; align-items: center; padding: .7rem 1rem; border-radius: 999px; font-size: .7rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--green-deep); background: var(--green-soft); }
.nav-list .nav-enquire { gap: .65rem; padding-inline: 1.25rem; color: var(--white); background: var(--green-deep); }
.nav-list .nav-enquire:hover, .nav-list .nav-enquire[aria-current="page"] { color: var(--white); background: var(--red); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; color: var(--green-deep); background: var(--green-soft); cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-button span { opacity: 0; }
.menu-open .menu-button::before { transform: translateY(6.5px) rotate(45deg); }
.menu-open .menu-button::after { transform: translateY(-6.5px) rotate(-45deg); }

.editorial-hero { position: relative; width: var(--page); min-height: min(760px, calc(100dvh - 104px)); margin: 1rem auto 0; overflow: hidden; border-radius: calc(var(--radius) + 8px); color: var(--white); isolation: isolate; }
.editorial-hero-media, .editorial-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.editorial-hero-media { z-index: -2; margin: 0; }
.editorial-hero-media img { object-fit: cover; }
.editorial-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(14,43,33,.8) 0%, rgba(14,43,33,.44) 45%, rgba(14,43,33,.08) 75%), linear-gradient(0deg, rgba(14,43,33,.44), transparent 52%); }
.editorial-hero-copy { position: absolute; left: clamp(1.5rem, 5vw, 5.2rem); bottom: clamp(2.2rem, 6vw, 5.5rem); width: min(680px, 83%); text-align: left; }
.editorial-hero .eyebrow { color: #ffd2cb; }
.editorial-hero h1 { max-width: 8.5ch; margin-bottom: 1.35rem; }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 34rem; margin-bottom: 1.8rem; color: rgba(255,255,255,.88); font-size: clamp(1.03rem, 1.4vw, 1.2rem); }
.wedding-hero img { object-position: center 44%; }
.wedding-hero-media .wedding-hero-still { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.wedding-hero::after { background: linear-gradient(270deg, rgba(14,43,33,.84) 0%, rgba(14,43,33,.48) 44%, rgba(14,43,33,.08) 77%), linear-gradient(0deg, rgba(14,43,33,.42), transparent 52%); }
.wedding-hero .editorial-hero-copy { right: clamp(1.5rem, 5vw, 5.2rem); left: auto; display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.wedding-hero .editorial-hero-copy > p:not(.eyebrow) { margin-left: auto; }
.funeral-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: min(720px, calc(100dvh - 104px)); color: var(--white); background: var(--green-deep); }
.funeral-hero::after { display: none; }
.funeral-hero .editorial-hero-media { position: relative; z-index: 0; grid-column: 2; }
.funeral-hero .editorial-hero-media img { object-position: center; }
.funeral-hero .editorial-hero-copy { position: static; display: flex; grid-column: 1; grid-row: 1; width: auto; max-width: none; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.funeral-hero h1 { max-width: 7ch; font-size: clamp(3.8rem, 5.5vw, 6rem); }

.content-section { padding: var(--section-space) 0; }
.content-section--cream { background: var(--cream); }
.content-section--blue { background: var(--blue); }
.content-section--clay { background: var(--clay); }
.content-section--green { color: var(--white); background: var(--green-deep); }
.opening-note { max-width: 960px; margin-inline: auto; text-align: center; }
.opening-note h2 { max-width: 13ch; margin: 0 auto 1.6rem; color: var(--green-deep); }
.opening-note .lede { max-width: 31ch; margin: 0 auto 1rem; }
.opening-note p:not(.lede) { max-width: 62ch; margin-inline: auto; color: var(--ink-soft); }

.wedding-collage { display: grid; grid-template-columns: .8fr 1.2fr .8fr; align-items: stretch; gap: clamp(1rem, 2vw, 1.8rem); margin-top: clamp(3rem, 6vw, 5.5rem); }
.wedding-collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.wedding-collage img { width: 100%; height: 100%; object-fit: cover; }
.wedding-collage figure:nth-child(1) img, .wedding-collage figure:nth-child(3) img { aspect-ratio: 4 / 5; }
.wedding-collage figure:nth-child(2) img { aspect-ratio: 4 / 5; }

.possibility-stage { padding: var(--section-space) 0; background: var(--blue); }
.possibility-head { max-width: 780px; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.possibility-head h2 { margin-bottom: 1rem; color: var(--green-deep); }
.possibility-head p { max-width: 55ch; color: var(--ink-soft); }
.possibility-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; align-items: stretch; }
.possibility { min-height: 390px; height: 100%; padding: clamp(2rem, 3.5vw, 3.4rem); border-radius: var(--radius); background: var(--white); }
.possibility:nth-child(2) { background: var(--green-deep); color: var(--white); }
.possibility:nth-child(3) { background: var(--blush); }
.possibility h3 { margin-bottom: 1rem; color: var(--green-deep); }
.possibility:nth-child(2) h3 { color: var(--white); }
.possibility p { color: var(--ink-soft); }
.possibility:nth-child(2) p { color: rgba(255,255,255,.78); }
.possibility-mark { display: block; width: 42px; height: 4px; margin-bottom: 5.2rem; border-radius: 999px; background: var(--coral); }

.image-copy-band { display: grid; grid-template-columns: 1.08fr .92fr; width: var(--page); margin: 0 auto; overflow: hidden; border-radius: calc(var(--radius) + 6px); background: var(--green-deep); }
.image-copy-band figure { min-height: 620px; margin: 0; }
.image-copy-band img { width: 100%; height: 100%; object-fit: cover; }
.image-copy-band-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); color: var(--white); }
.image-copy-band-copy h2 { max-width: 9ch; margin-bottom: 1.5rem; }
.image-copy-band-copy p { max-width: 37rem; color: rgba(255,255,255,.78); }
.image-copy-band-copy .text-link { align-self: flex-start; margin-top: .5rem; color: var(--white); }

.journey { padding: var(--section-space) 0; }
.journey-head { max-width: 760px; margin-bottom: 3.5rem; }
.journey-head h2 { color: var(--green-deep); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.journey-card { position: relative; min-height: 310px; padding: 2.5rem; overflow: hidden; border-radius: var(--radius); background: var(--cream-deep); }
.journey-card:nth-child(2) { background: var(--green-soft); }
.journey-card:nth-child(3) { color: var(--white); background: var(--red); }
.journey-card h3 { margin: 4.5rem 0 .8rem; color: var(--green-deep); }
.journey-card:nth-child(3) h3 { color: var(--white); }
.journey-card p { margin-bottom: 0; color: var(--ink-soft); }
.journey-card:nth-child(3) p { color: rgba(255,255,255,.82); }
.journey-card::before { content: ""; position: absolute; top: 2.5rem; left: 2.5rem; width: 52px; height: 52px; border: 1px solid rgba(21,63,50,.35); border-radius: 50%; }
.journey-card:nth-child(3)::before { border-color: rgba(255,255,255,.55); }

.funeral-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.funeral-intro h2 { max-width: 8ch; color: var(--green-deep); }
.funeral-intro-copy { max-width: 650px; }
.funeral-intro-copy p { color: var(--ink-soft); }
.funeral-intro-copy .lede { color: var(--ink); }
.support-rows { width: var(--page); margin-inline: auto; }
.support-row { display: grid; grid-template-columns: .7fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); padding: clamp(2.5rem, 5vw, 4rem) 0; border-top: 1px solid rgba(21,63,50,.22); }
.support-row:last-child { border-bottom: 1px solid rgba(21,63,50,.22); }
.support-row h3 { margin: 0; color: var(--green-deep); }
.support-row p { max-width: 48rem; margin: 0; color: var(--ink-soft); }
.quiet-process { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.quiet-process h2 { position: sticky; top: 120px; max-width: 8ch; color: var(--green-deep); }
.quiet-process-list { display: grid; gap: 1rem; }
.quiet-process-card { padding: clamp(2rem, 4vw, 3.5rem); border-radius: var(--radius); background: var(--white); }
.quiet-process-card:nth-child(2) { background: var(--green-soft); }
.quiet-process-card:nth-child(3) { background: var(--blush); }
.quiet-process-card h3 { color: var(--green-deep); }
.quiet-process-card p { margin: 0; color: var(--ink-soft); }

.faq-section { padding: var(--section-space) 0; background: var(--cream-deep); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.faq-layout h2 { max-width: 8ch; color: var(--green-deep); }
.faq-list { border-top: 1px solid rgba(21,63,50,.3); }
.faq-list details { border-bottom: 1px solid rgba(21,63,50,.3); }
.faq-list summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 1.5rem; color: var(--green-deep); font-family: var(--display); font-size: clamp(1.45rem, 2.3vw, 2.1rem); line-height: 1.1; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--red); font-family: var(--sans); font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 62ch; padding: 0 3rem 1.7rem 0; color: var(--ink-soft); }

.about-hero { display: grid; grid-template-columns: .92fr 1.08fr; width: var(--page); min-height: min(700px, calc(100dvh - 104px)); margin: 1rem auto 0; overflow: hidden; border-radius: calc(var(--radius) + 8px); background: var(--blush); }
.about-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 6rem); }
.about-hero-copy h1 { max-width: 7ch; color: var(--green-deep); }
.about-hero-copy > p:not(.eyebrow) { max-width: 34rem; color: var(--ink-soft); }
.about-hero figure { min-height: 620px; margin: 0; }
.about-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.about-story { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.about-story figure { min-height: 760px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.about-story img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-story-copy h2 { max-width: 8ch; color: var(--green-deep); }
.about-story-copy p { max-width: 38rem; color: var(--ink-soft); }
.about-story-copy .lede { color: var(--ink); }
.approach-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.approach-feature { min-height: 430px; padding: clamp(2.5rem, 5vw, 5rem); border-radius: var(--radius); background: var(--green-deep); color: var(--white); }
.approach-feature h2 { max-width: 8ch; }
.approach-feature p { max-width: 40rem; color: rgba(255,255,255,.78); }
.approach-side { display: grid; gap: 1rem; }
.approach-note { padding: clamp(2rem, 4vw, 3.2rem); border-radius: var(--radius); background: var(--blue); }
.approach-note:last-child { background: var(--blush); }
.approach-note h3 { color: var(--green-deep); }
.approach-note p { margin-bottom: 0; color: var(--ink-soft); }

.stories-hero { padding: clamp(4.5rem, 8vw, 8rem) 0 3rem; }
.stories-hero-copy { max-width: 920px; margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.stories-hero-copy h1 { max-width: 10ch; margin: 0 auto 1.2rem; color: var(--green-deep); }
.stories-hero-copy p { max-width: 54ch; margin-inline: auto; color: var(--ink-soft); }
.stories-collage { display: grid; grid-template-columns: .82fr 1.2fr .82fr; gap: 1rem; align-items: center; }
.stories-collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); }
.stories-collage figure:nth-child(2) { transform: translateY(-1.8rem); }
.stories-collage img { width: 100%; height: 100%; object-fit: cover; }
.stories-collage figure:nth-child(1) img, .stories-collage figure:nth-child(3) img { aspect-ratio: 4 / 5; }
.stories-collage figure:nth-child(2) img { aspect-ratio: 4 / 4.4; }
.story-essays { display: grid; gap: clamp(4rem, 9vw, 9rem); }
.story-essay { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.story-essay:nth-child(even) { grid-template-columns: .85fr 1.15fr; }
.story-essay:nth-child(even) figure { order: 2; }
.story-essay figure { min-height: 560px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.story-essay img { width: 100%; height: 100%; object-fit: cover; }
.story-essay-copy h2 { max-width: 9ch; color: var(--green-deep); }
.story-essay-copy p { max-width: 34rem; color: var(--ink-soft); }

.enquire-hero { width: var(--page); margin: 1rem auto 0; overflow: hidden; border-radius: calc(var(--radius) + 8px); }
.enquire-hero figure { position: relative; min-height: min(620px, calc(100dvh - 120px)); margin: 0; }
.enquire-hero img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.enquire-hero-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; color: var(--white); background: rgba(15,50,38,.3); }
.enquire-hero-copy h1 { max-width: 9ch; margin-bottom: 1rem; text-shadow: 0 2px 24px rgba(18,42,33,.28); }
.enquire-hero-copy p { max-width: 35rem; margin-bottom: 0; color: rgba(255,255,255,.9); }
.contact-intro { max-width: 850px; margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.contact-intro h2 { max-width: 11ch; margin: 0 auto 1rem; color: var(--green-deep); }
.contact-intro p { max-width: 55ch; margin-inline: auto; color: var(--ink-soft); }
.contact-stage { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1rem; align-items: start; }
.enquiry-form { padding: clamp(1.8rem, 4vw, 4rem); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 55px rgba(42,74,62,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: grid; gap: .5rem; margin-bottom: 1.3rem; }
.field label { color: var(--green-deep); font-size: .82rem; font-weight: 600; }
.field label span { color: var(--ink-soft); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: .8rem 1rem; border: 1px solid rgba(45,43,50,.35); border-radius: 12px; color: var(--ink); background: var(--cream); line-height: 1.35; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-deep); outline: 3px solid rgba(223,89,71,.22); outline-offset: 1px; }
.field-help { margin: -.1rem 0 0; color: var(--ink-soft); font-size: .76rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .75rem; align-items: start; margin: .3rem 0 1.5rem; color: var(--ink-soft); font-size: .82rem; }
.consent input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--green); }
.consent a { color: var(--green-deep); font-weight: 600; }
.form-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.form-actions .button { width: 100%; min-width: 0; padding-inline: .7rem; font-size: .68rem; letter-spacing: .06em; }
.form-actions .whatsapp-button { color: var(--green-deep); background: var(--green-soft); }
.form-actions .whatsapp-button:hover { color: var(--white); background: var(--red); }
.form-status { max-width: 36rem; margin: 1rem 0 0; color: var(--ink-soft); font-size: .78rem; }
.form-status.success { color: var(--green-deep); font-weight: 600; }
.contact-card { position: sticky; top: 112px; padding: clamp(2rem, 4vw, 3.5rem); border-radius: var(--radius); color: var(--white); background: var(--green-deep); }
.contact-card h3 { margin-bottom: 1.2rem; }
.contact-card p { color: rgba(255,255,255,.74); }
.contact-card a { display: block; width: fit-content; max-width: 100%; margin-top: .7rem; color: var(--white); font-weight: 600; overflow-wrap: anywhere; }
.contact-card .whatsapp-link { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; margin-top: 1.5rem; padding: .8rem 1.1rem; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.contact-card .whatsapp-link:hover { color: var(--green-deep); background: var(--white); transform: translateY(-2px); }
.contact-card .whatsapp-link:active { transform: translateY(0) scale(.98); }

.page-hero { padding: clamp(5rem, 9vw, 9rem) 0 clamp(4rem, 7vw, 7rem); }
.page-hero--blue { background: var(--blue); }
.page-hero h1 { max-width: 10ch; color: var(--green-deep); }
.page-hero .shell > p:not(.eyebrow) { max-width: 46rem; color: var(--ink-soft); }
.policy { max-width: 880px; }
.policy > p { max-width: 48rem; color: var(--ink-soft); }
.policy h2 { margin: 4rem 0 1.1rem; color: var(--green-deep); font-size: clamp(2.3rem, 4vw, 4rem); }
.policy h3 { margin: 2.2rem 0 .7rem; color: var(--green-deep); font-size: 2rem; }
.policy ul { margin: 0 0 1.5rem; padding-left: 1.25rem; }
.policy li + li { margin-top: .45rem; }
.policy table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; font-size: .92rem; }
.policy th, .policy td { padding: 1rem; border-bottom: 1px solid rgba(21,63,50,.22); vertical-align: top; text-align: left; }
.policy th { color: var(--green-deep); font-weight: 600; }

.callout { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(2.4rem, 5vw, 4.5rem); border-radius: var(--radius); color: var(--white); background: var(--red); }
.callout h2 { margin: 0 0 .6rem; font-size: clamp(2.7rem, 4.6vw, 4.6rem); }
.callout p { max-width: 42rem; margin: 0; color: rgba(255,255,255,.85); }

.site-footer { margin-top: 0; padding: 4.5rem 0 2.5rem; color: rgba(255,255,255,.82); background: var(--green-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.site-footer .brand { color: var(--white); }
.site-footer .brand img { filter: brightness(0) invert(1); }
.footer-heading { margin-bottom: 1rem; color: #ffc8c0; font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: rgba(255,255,255,.82); font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { color: var(--white); }
.sitework-credit { color: #ffc8c0; font-weight: 600; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { position: relative; }
  .menu-button { display: block; }
  .site-nav { position: fixed; z-index: 45; top: 0; right: 0; width: min(88vw, 430px); height: 100svh; padding: 7rem 2rem 2rem; color: var(--white); background: var(--green-deep); transform: translateX(105%); transition: transform .3s ease; }
  .menu-open .site-nav { transform: translateX(0); }
  .nav-list { align-items: stretch; flex-direction: column; gap: .2rem; }
  .nav-list li { width: 100%; }
  .nav-list a { width: 100%; min-height: 64px; padding: .7rem 0; border-radius: 0; color: var(--white); font-family: var(--display); font-size: 2.25rem; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
  .nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--white); background: transparent; }
  .nav-list li:last-child { margin-top: 1rem; }
  .nav-list .nav-enquire { justify-content: center; padding: .8rem 1rem; border-radius: 999px; font-family: var(--sans); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; background: var(--coral); }
  .menu-open .menu-button { position: fixed; z-index: 50; top: 24px; right: 5vw; color: var(--white); background: rgba(255,255,255,.14); }
  .editorial-hero { min-height: 680px; }
  .funeral-hero { grid-template-columns: 1fr; }
  .funeral-hero .editorial-hero-media { grid-column: 1; grid-row: 1; min-height: 420px; }
  .funeral-hero .editorial-hero-copy { grid-column: 1; grid-row: 2; }
  .possibility-grid, .journey-grid { grid-template-columns: 1fr; }
  .possibility, .possibility:nth-child(2), .possibility:nth-child(3) { min-height: 0; margin-top: 0; }
  .possibility-mark { margin-bottom: 3.2rem; }
  .image-copy-band { grid-template-columns: 1fr; }
  .image-copy-band figure { min-height: 520px; }
  .funeral-intro, .quiet-process, .faq-layout { grid-template-columns: 1fr; }
  .quiet-process h2 { position: static; max-width: 11ch; }
  .about-hero, .about-story, .approach-grid { grid-template-columns: 1fr; }
  .about-hero figure { min-height: 560px; }
  .about-story figure { min-height: 650px; }
  .stories-collage { grid-template-columns: 1fr 1fr; }
  .stories-collage figure:nth-child(2) { transform: none; }
  .stories-collage figure:nth-child(3) { grid-column: 1 / -1; width: 62%; margin-left: auto; }
  .story-essay, .story-essay:nth-child(even) { grid-template-columns: 1fr; }
  .story-essay:nth-child(even) figure { order: 0; }
  .contact-stage { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
}

@media (max-width: 700px) {
  :root { --page: min(90vw, 620px); --section-space: 5rem; --radius: 16px; }
  .site-header { padding-top: 8px; }
  .header-inner { min-height: 64px; padding-left: .75rem; border-radius: 18px; }
  .brand { font-size: 1.23rem; }
  .brand img { width: 31px; height: 33px; }
  .brand-tag { font-size: .48rem; }
  .editorial-hero { min-height: 620px; margin-top: .7rem; }
  .editorial-hero-copy { left: 1.4rem; bottom: 2.2rem; width: calc(100% - 2.8rem); }
  .wedding-hero .editorial-hero-copy { right: 1.4rem; left: auto; }
  .editorial-hero h1 { font-size: clamp(3.6rem, 16vw, 5rem); }
  .wedding-hero img { object-position: 62% center; }
  .wedding-collage { grid-template-columns: 1fr 1fr; }
  .wedding-collage figure:nth-child(1), .wedding-collage figure:nth-child(3) { transform: none; }
  .wedding-collage figure:nth-child(2) { grid-column: 1 / -1; grid-row: 1; }
  .possibility { padding: 2rem; }
  .image-copy-band { width: 100%; border-radius: 0; }
  .image-copy-band figure { min-height: 400px; }
  .journey-card { min-height: 260px; }
  .support-row { grid-template-columns: 1fr; gap: .6rem; }
  .faq-list summary { min-height: 76px; font-size: 1.45rem; }
  .about-hero { grid-template-columns: 1fr; min-height: 0; }
  .about-hero figure { grid-row: 1; min-height: 470px; }
  .about-hero-copy { grid-row: 2; padding: 3rem 1.5rem 3.6rem; }
  .about-hero-copy h1 { font-size: clamp(3.8rem, 16vw, 5.2rem); }
  .about-story figure { min-height: 520px; }
  .stories-hero { padding-top: 4rem; }
  .stories-hero-copy { text-align: left; }
  .stories-hero-copy h1, .stories-hero-copy p { margin-left: 0; }
  .stories-collage { grid-template-columns: 1fr; }
  .stories-collage figure:nth-child(3) { grid-column: auto; width: auto; margin-left: 0; }
  .stories-collage figure img { aspect-ratio: 4 / 4.5 !important; }
  .story-essay figure { min-height: 420px; }
  .enquire-hero figure { min-height: 560px; }
  .enquire-hero img { object-position: 56% center; }
  .enquire-hero-copy { justify-content: flex-end; padding: 2rem 1.4rem 3rem; }
  .enquire-hero-copy h1 { font-size: clamp(3.7rem, 16vw, 5rem); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 1.35rem; }
  .form-actions { gap: .55rem; }
  .form-actions .button { padding-inline: .35rem; font-size: .6rem; letter-spacing: .04em; }
  .callout { grid-template-columns: 1fr; }
  .policy table { display: block; overflow-x: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
  .form-actions { grid-template-columns: 1fr; }
  .form-actions .button { font-size: .68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
