:root {
  --ink: #27251f;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --sage: #8d927c;
  --clay: #b9856d;
  --line: rgba(39, 37, 31, 0.18);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed; z-index: 20; inset: 0 0 auto; height: 86px; display: flex;
  align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white;
  transition: background .35s, color .35s, height .35s;
}
.site-header.scrolled { height: 70px; background: rgba(251,250,246,.94); color: var(--ink); backdrop-filter: blur(12px); box-shadow: 0 1px var(--line); }
.brand { font: 400 1.4rem var(--display); letter-spacing: .16em; }
.nav { display: flex; align-items: center; gap: 2.4rem; font-size: .78rem; letter-spacing: .08em; }
.nav-cta { border: 1px solid currentColor; padding: .8rem 1.1rem; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }
.site-header.menu-open { color: var(--ink); }
.site-header.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.menu-toggle span { transition: transform .25s; }

.hero { position: relative; min-height: 100svh; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image, .event-visual, .story-image, .service-image { background-size: cover; background-position: center; }
.hero-image { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1602874801006-e26d06b79b40?auto=format&fit=crop&w=2200&q=88"); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,22,18,.62), rgba(26,22,18,.08) 70%), linear-gradient(0deg, rgba(20,18,15,.5), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); margin: 0 0 11vh 8vw; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; font-size: .68rem; letter-spacing: .22em; font-weight: 600; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; }
h1 { font-size: clamp(4rem, 8vw, 8rem); letter-spacing: -.03em; }
h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); }
h2 em { color: var(--clay); font-weight: inherit; }
.hero-copy { max-width: 570px; margin: 1.8rem 0 2.3rem; font-size: 1.05rem; line-height: 1.7; }
.button { display: inline-flex; justify-content: space-between; gap: 2.5rem; align-items: center; min-height: 54px; padding: 1.15rem 1.35rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.scroll-cue { position: absolute; z-index: 2; right: 4.5vw; bottom: 3rem; display: flex; gap: 1rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }

.section-pad { padding: 9rem 8vw; }
.intro { background: var(--paper); }
.intro-heading { display: inline-block; }
.intro-copy { max-width: 430px; margin: 3rem 5vw 7rem auto; line-height: 1.8; color: #656157; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2vw; align-items: start; }
.service-card-offset { margin-top: 6rem; }
.service-image { aspect-ratio: 4/5; margin-bottom: 1.5rem; filter: saturate(.72); transition: filter .35s, transform .35s; }
.service-card:hover .service-image { filter: saturate(1); transform: translateY(-4px); }
.image-favors { background-image: url("https://images.unsplash.com/photo-1602523961358-f9f03dd557db?auto=format&fit=crop&w=1000&q=85"); }
.image-candles { background-image: url("https://images.unsplash.com/photo-1603006905003-be475563bc59?auto=format&fit=crop&w=1000&q=85"); }
.image-gifts { background-image: url("https://images.unsplash.com/photo-1608831540955-35094d48694a?auto=format&fit=crop&w=1000&q=85"); }
.service-number { color: var(--clay); font-size: .68rem; }
.service-card h3 { margin: .65rem 0 .5rem; font: 400 1.7rem var(--display); }
.service-card p { margin: 0; max-width: 310px; color: #746f65; line-height: 1.6; font-size: .9rem; }

.event-banner { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; background: #727762; color: white; }
.event-visual { min-height: 600px; background-image: url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1400&q=85"); filter: saturate(.65); }
.event-content { padding: 8rem 7vw; align-self: center; }
.event-content p:not(.eyebrow) { max-width: 470px; margin: 2rem 0; line-height: 1.8; color: rgba(255,255,255,.78); }
.text-link { display: inline-flex; gap: 1.5rem; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; padding: 2rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--clay); font-size: .7rem; }
.steps h3 { margin: 0 0 .55rem; font: 400 1.65rem var(--display); }
.steps p { margin: 0; color: #746f65; line-height: 1.6; }

.story { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.story-image { min-height: 720px; background-image: url("https://images.unsplash.com/photo-1608181831718-c9ffd66e41df?auto=format&fit=crop&w=1300&q=85"); filter: saturate(.6); }
.story-copy { padding: 9rem 8vw; align-self: center; }
.story-copy h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.story-copy p:not(.eyebrow) { color: #6d685e; line-height: 1.8; margin: 2rem 0 0; }

.contact { text-align: center; background: #d8c7b4; }
.contact-inner { max-width: 850px; margin: auto; }
.contact h2 { margin-bottom: 1.5rem; }
.contact p:not(.eyebrow) { max-width: 560px; margin: 0 auto 2.2rem; line-height: 1.7; }
footer { min-height: 160px; padding: 3rem 4.5vw; display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--ink); color: rgba(255,255,255,.8); }
footer p { font-size: .72rem; letter-spacing: .06em; }
.floating-whatsapp { position: fixed; z-index: 15; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .7rem; min-height: 48px; padding: .9rem 1.15rem; color: white; background: #355f49; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 8px 30px rgba(0,0,0,.2); font-size: .76rem; letter-spacing: .04em; transition: transform .2s, background .2s; }
.floating-whatsapp:hover { transform: translateY(-2px); background: #294d3a; }
.button:focus-visible, .text-link:focus-visible, .floating-whatsapp:focus-visible, .nav a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-header { height: 68px; padding: 0 5.5vw; }
  .site-header.scrolled { height: 64px; }
  .brand { font-size: 1.18rem; }
  .menu-toggle { display: block; z-index: 3; }
  .nav { position: fixed; inset: 0; background: var(--paper); color: var(--ink); flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; padding: 0 10vw; font: 400 clamp(2.2rem, 11vw, 3.6rem) var(--display); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .nav.open { transform: none; visibility: visible; }
  .nav-cta { margin-top: .6rem; padding: 1rem 1.2rem; font: 600 .72rem var(--body); text-transform: uppercase; letter-spacing: .12em; }
  .hero { min-height: 92svh; }
  .hero-image { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(20,17,14,.75), rgba(20,17,14,.08) 75%), linear-gradient(90deg, rgba(20,17,14,.28), transparent); }
  .hero-content { width: auto; margin: 0 5.5vw 8.5rem; }
  .hero-content .eyebrow { margin-bottom: .9rem; }
  h1 { max-width: 9ch; font-size: clamp(3.2rem, 14.3vw, 4.8rem); line-height: .95; }
  h2 { font-size: clamp(2.65rem, 12vw, 4rem); line-height: 1; }
  .hero-copy { max-width: 35ch; margin: 1.35rem 0 1.7rem; font-size: .94rem; line-height: 1.6; }
  .hero .button { width: 100%; max-width: 360px; }
  .scroll-cue { display: none; }
  .eyebrow { margin-bottom: 1rem; font-size: .63rem; line-height: 1.5; }
  .section-pad { padding: 5.2rem 5.5vw; }
  .intro-copy { margin: 1.8rem 0 3.5rem; font-size: .94rem; line-height: 1.7; }
  .services-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .service-card-offset { margin-top: 0; }
  .service-image { aspect-ratio: 5/5.8; margin-bottom: 1.2rem; }
  .service-card h3 { font-size: 1.8rem; }
  .service-card p { font-size: .91rem; }
  .event-banner, .story, .process { grid-template-columns: 1fr; }
  .event-banner { min-height: 0; }
  .event-visual, .story-image { min-height: 58svh; }
  .event-content, .story-copy { padding: 5.2rem 5.5vw; }
  .event-content p:not(.eyebrow) { margin: 1.5rem 0 2rem; line-height: 1.7; }
  .text-link { gap: 1rem; font-size: .7rem; line-height: 1.5; }
  .process { gap: 3.2rem; }
  .steps li { grid-template-columns: 48px 1fr; padding: 1.7rem 0; }
  .steps h3 { font-size: 1.55rem; }
  .steps p { font-size: .9rem; }
  .story-copy p:not(.eyebrow) { margin-top: 1.4rem; font-size: .94rem; line-height: 1.7; }
  .contact { padding-bottom: 7rem; }
  .contact h2 { margin-bottom: 1.2rem; }
  .contact p:not(.eyebrow) { font-size: .94rem; }
  .contact .button { width: 100%; max-width: 380px; }
  footer { flex-direction: column; text-align: center; }
  .floating-whatsapp { right: 5.5vw; bottom: max(1rem, env(safe-area-inset-bottom)); min-width: 118px; justify-content: space-between; padding: .85rem 1rem; box-shadow: 0 8px 26px rgba(0,0,0,.26); }
}

@media (max-width: 380px) {
  h1 { font-size: 3rem; }
  .hero-content { margin-bottom: 7rem; }
  .button { gap: 1rem; font-size: .69rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
