/* ============================================================
   Deskify — Brand Stylesheet (Luxe / editorial, image-rich)
   Work Ready. Anywhere.
   ============================================================ */

:root {
  /* Core palette */
  --paper: #F4F1EA;
  --paper-deep: #EBE6DC;
  --surface: #FBFAF7;
  --bg: var(--paper);
  --ink: #24241F;
  --ink-soft: #5F6058;
  --muted: #77786F;
  --olive: #394438;
  --olive-deep: #273128;
  --olive-dark: var(--olive-deep);
  --gold: #9A815D;
  --gold-light: #CDBB94;
  --taupe: #A49D91;
  --stone: #C9C2B7;
  --line: rgba(36,36,31,.13);

  /* Back-compat aliases (older rules / admin) */
  --accent: var(--olive);
  --accent-dark: var(--olive-dark);
  --card: var(--stone);

  --font-display: 'Fraunces', 'Times New Roman', Georgia, serif;
  --font-head: 'Satoshi', 'Inter', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 8px;
  --container: 1180px;
  --shadow-sm: 0 12px 34px rgba(35,34,28,.08);
  --shadow: 0 28px 70px rgba(35,34,28,.14);
  --shadow-lg: 0 46px 100px -44px rgba(34,34,32,.42);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-soft: cubic-bezier(.22,.75,.24,1);
  --section-y: clamp(88px, 12vw, 168px);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 92px; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

/* Paper-grain texture overlay (subtle, fixed) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
/* keep real content above the grain */
.site-header, main, .site-footer { position: relative; z-index: 2; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; }

/* ===== Typography ===== */
h1, h2, h3 { color: var(--ink); line-height: 1.06; }
h1, h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
  font-optical-sizing: auto;
}
h1 em, h2 em { font-weight: 420; }
h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }

/* Display / editorial treatment */
.display { text-transform: uppercase; letter-spacing: 0.005em; font-weight: 600; }
.display em { font-style: italic; text-transform: none; font-weight: 500; }
.accent-text { color: var(--gold); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-head); font-weight: 700; font-size: .9rem; letter-spacing: .04em; text-transform: uppercase; line-height: 1; padding: 15px 28px; border-radius: 4px; border: 1.5px solid transparent; cursor: pointer; transition: transform .18s ease, background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; white-space: nowrap; }
.btn svg, .btn .btn-arrow { flex: none; }
.btn-arrow { font-size: 1.05em; transition: transform .25s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; transform: translateY(-1px); }
.btn-accent { background: var(--olive); color: #fff; }
.btn-accent:hover { background: var(--olive-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
/* light outline for use over imagery */
.btn-outline-light { background: rgba(248,246,241,.08); border-color: rgba(248,246,241,.85); color: #F8F6F1; backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: #F8F6F1; color: var(--ink); border-color: #F8F6F1; }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 17px 34px; font-size: .94rem; }
.btn-sm { padding: 11px 18px; font-size: .8rem; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background-color .3s ease, box-shadow .3s ease, padding .3s ease; padding: 18px 0; }
.site-header.scrolled { background: rgba(244,241,234,.92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); padding: 11px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
/* Logo: white over the dark hero, ink once scrolled onto paper */
.brand-logo { height: 40px; width: auto; filter: brightness(0) invert(1); transition: filter .3s ease; }
.site-header.scrolled .brand-logo { filter: none; }
.nav { display: flex; align-items: center; gap: 30px; flex-wrap: nowrap; }
.nav a { font-weight: 500; font-size: .92rem; letter-spacing: .01em; color: #F8F6F1; white-space: nowrap; transition: color .2s; }
.site-header.scrolled .nav a:not(.btn) { color: var(--ink); }
.nav a.btn { color: #fff; }
.nav a:not(.btn):hover { color: var(--gold-light); }
.nav .admin-link { padding-left: 20px; border-left: 1px solid rgba(248,246,241,.3); font-size: .82rem; opacity: .84; }
.site-header.scrolled .nav a:not(.btn):hover { color: var(--gold); }
.site-header.scrolled .nav .admin-link { border-left-color: var(--line); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: #F8F6F1; border-radius: 2px; transition: background-color .3s ease; }
.site-header.scrolled .nav-toggle span { background: var(--ink); }

/* ===== Hero ===== */
.hero { position: relative; min-height: min(940px, 100svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--olive-deep); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); filter: saturate(.82) contrast(1.03); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,30,25,.94) 0%, rgba(25,30,25,.78) 42%, rgba(25,30,25,.18) 78%), linear-gradient(180deg, rgba(22,26,22,.22), rgba(22,26,22,.48)); }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { max-width: 760px; color: #F8F6F1; padding: clamp(132px, 18vh, 190px) 0 84px; }
.hero-copy .eyebrow { color: var(--gold-light); }
.hero h1 { color: #F8F6F1; max-width: 12ch; font-size: clamp(3.25rem, 7.4vw, 7rem); line-height: .92; letter-spacing: -.055em; margin-bottom: 28px; }
.hero h1 em { color: var(--gold-light); }
.hero .lede { font-family: var(--font-body); font-size: clamp(1.05rem, 1.7vw, 1.24rem); font-weight: 450; line-height: 1.65; margin-bottom: 32px; max-width: 570px; }
.hero .support { font-size: 1rem; opacity: .82; margin-bottom: 34px; max-width: 500px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 38px; }
.hero-trust strong { display: block; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--gold-light); }
.hero-trust li { font-size: .78rem; opacity: .86; line-height: 1.3; letter-spacing: .02em; }
.hero-trust span { display: block; max-width: 110px; }

/* ===== Eyebrows / section heads ===== */
.eyebrow { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.section { padding: var(--section-y) 0; }
.section-tint { background: var(--paper-deep); }
.section-head { max-width: 660px; margin: 0 auto 60px; text-align: center; }
.section-head-left { margin-left: 0; text-align: left; }
.section-sub { color: var(--ink-soft); font-size: 1.06rem; margin-top: 14px; }
.reveal { opacity: 0; transform: translateY(42px); transition: opacity 1s var(--ease-out), transform 1.15s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Proof strip ===== */
.proof { padding: clamp(36px, 5vw, 56px) 0; border-bottom: 1px solid var(--line); }
.proof-label { text-align: center; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.proof-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(20px, 5vw, 54px); }
.proof-logos li { font-family: var(--font-display); font-style: italic; font-size: clamp(1.05rem, 2vw, 1.5rem); color: var(--taupe); letter-spacing: .01em; }

/* ===== Editorial statement ===== */
.statement { padding: clamp(108px, 15vw, 210px) 0; text-align: center; }
.statement-inner { max-width: 960px; margin: 0 auto; }
.statement-eyebrow { font-family: var(--font-head); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; color: var(--muted); margin-bottom: 22px; }
.statement-head { font-size: clamp(2.8rem, 6.7vw, 6rem); letter-spacing: -.045em; margin-bottom: 30px; }
.statement-head em { color: var(--gold); }
.statement-body { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: var(--ink-soft); max-width: 520px; margin: 0 auto; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card { background: rgba(251,250,247,.72); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 28px; transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .3s ease; }
.step-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--stone); }
.step-num { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--gold); }
.icon-box { display: inline-flex; margin: 14px 0 18px; color: var(--olive); }
.step-card h3 { margin-bottom: 8px; }
.step-card p { color: var(--ink-soft); font-size: .94rem; line-height: 1.6; }

/* ===== Delivery band ===== */
.delivery-band { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.delivery-band { background: var(--paper); }
.delivery-img { position: absolute; inset: 0; }
.delivery-img img { width: 100%; height: calc(100% + 64px); object-fit: cover; object-position: 88% center; transform: translate3d(0,var(--depth-y,0),0) scale(1.045); will-change: transform; }
/* Solid ivory on the left so the dark copy reads cleanly; clear on the right to reveal the clean box + chair. */
.delivery-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 50%, rgba(248,246,241,.7) 66%, rgba(248,246,241,0) 84%); }
.delivery-inner { position: relative; }
.delivery-card { max-width: 470px; }
.delivery-card h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.04em; }
.delivery-card h2 em { color: var(--gold); }
.delivery-card p { color: var(--ink-soft); font-size: 1.06rem; }

/* ===== Categories ===== */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card { display: block; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .55s var(--ease-out), box-shadow .55s var(--ease-out); }
.category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.category-img { aspect-ratio: 4 / 5; overflow: hidden; }
.category-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); }
.category-card:hover .category-img img { transform: scale(1.08); }
.category-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,28,26,0) 40%, rgba(28,28,26,.82) 100%); }
.category-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px; color: #F8F6F1; z-index: 1; }
.category-body h3 { color: #F8F6F1; font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; margin-bottom: 4px; }
.category-body p { color: rgba(248,246,241,.82); font-size: .9rem; }

/* ===== Benefits ===== */
.benefits-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.benefits-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 5; }
.benefits-media img { width: 100%; height: calc(100% + 56px); object-fit: cover; transform: translate3d(0,var(--depth-y,0),0) scale(1.045); will-change: transform; }
.benefit-list { display: grid; gap: 24px; margin-top: 8px; }
.benefit-list li { display: flex; gap: 16px; align-items: flex-start; }
.benefit-ic { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--olive); color: #fff; display: grid; place-items: center; }
.benefit-list h3 { margin-bottom: 4px; font-size: 1.06rem; }
.benefit-list p { color: var(--ink-soft); font-size: .94rem; }

/* ===== Lookbook ===== */
.lookbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lookbook-item { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 3 / 2; }
.lookbook-item img { width: 100%; height: calc(100% + 36px); object-fit: cover; transform: translate3d(0,var(--depth-y,0),0) scale(1.045); transition: transform .9s var(--ease-out); will-change: transform; }
.lookbook-item:hover img { transform: scale(1.06); }

/* ===== Packages ===== */
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.package-card { position: relative; background: rgba(251,250,247,.74); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 28px; display: flex; flex-direction: column; transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out); }
.package-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.package-card.featured { background: var(--olive); border-color: var(--olive); color: #F1EFE8; }
.package-card.featured h3, .package-card.featured .package-desc { color: #F8F6F1; }
.package-card.featured .package-feat li { color: rgba(248,246,241,.9); }
.package-card.featured .package-feat li::before { color: var(--gold-light); }
.package-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-family: var(--font-head); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.package-card h3 { margin-bottom: 6px; font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; }
.package-desc { color: var(--ink-soft); font-size: .9rem; margin-bottom: 20px; }
.package-feat { display: grid; gap: 11px; margin-bottom: 28px; flex: 1; }
.package-feat li { font-size: .9rem; padding-left: 24px; position: relative; }
.package-feat li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.package-card.featured .btn-outline { border-color: rgba(248,246,241,.6); color: #F8F6F1; }
.package-card.featured .btn-outline:hover { background: #F8F6F1; color: var(--olive); border-color: #F8F6F1; }

/* ===== Managed (dark) ===== */
.section-dark { background: var(--olive-deep); color: #F1EFE8; }
.section-dark h2 { color: #F8F6F1; }
.section-dark .eyebrow { color: var(--gold-light); }
.managed-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.managed-content p { color: rgba(248,246,241,.82); font-size: 1.05rem; margin: 16px 0 26px; }
.managed-content h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.045em; }
.managed-content h2 em { color: var(--gold-light); }
.managed-points { display: grid; gap: 14px; }
.managed-points li { padding-left: 24px; position: relative; color: rgba(248,246,241,.92); }
.managed-points li::before { content: ""; position: absolute; left: 0; top: 10px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); }
.managed-points strong { font-family: var(--font-head); color: #F8F6F1; }
.asset-card { background: rgba(248,246,241,.07); border: 1px solid rgba(248,246,241,.18); border-radius: var(--radius); padding: 26px; backdrop-filter: blur(6px); }
.asset-row { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(248,246,241,.12); font-size: .95rem; }
.asset-row:last-child { border-bottom: 0; }
.asset-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); flex: none; }
.asset-status { margin-left: auto; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; padding: 4px 11px; border-radius: 999px; }
.asset-status.ok { background: rgba(199,182,143,.22); color: var(--gold-light); }
.asset-status.soon { background: rgba(220,180,80,.2); color: #e2c074; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: rgba(251,250,247,.62); border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 26px; transition: box-shadow .25s ease, border-color .25s ease; }
.faq-item:hover { box-shadow: var(--shadow-sm); border-color: var(--stone); }
.faq-item summary { list-style: none; cursor: pointer; font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; color: var(--ink); padding: 20px 36px 20px 0; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: var(--font-body); font-weight: 400; font-size: 1.6rem; color: var(--gold); transition: transform .25s ease; }
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--ink-soft); font-size: .98rem; padding: 0 0 22px; max-width: 70ch; }

/* ===== CTA band ===== */
.cta-band { position: relative; padding: clamp(130px, 18vw, 230px) 0; overflow: hidden; text-align: center; }
.cta-band-bg { position: absolute; inset: -48px 0; background: url("assets/img/delivery-van.jpeg") center/cover; transform: translate3d(0,var(--depth-y,0),0) scale(1.08); will-change: transform; }
.cta-band-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,28,26,.78), rgba(28,28,26,.82)); }
.cta-inner { position: relative; color: #F8F6F1; max-width: 640px; margin: 0 auto; }
.cta-inner h2 { color: #F8F6F1; margin-bottom: 16px; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.cta-inner h2 em { color: var(--gold-light); }
.cta-inner p { font-size: 1.12rem; opacity: .9; margin-bottom: 30px; }

/* ===== Contact ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(36px, 6vw, 72px); }
.contact-points { display: grid; gap: 14px; margin-top: 26px; }
.contact-points li { font-size: 1rem; }
.contact-points strong { font-family: var(--font-head); display: inline-block; min-width: 64px; color: var(--gold); }
.contact-copy h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.045em; }
.contact-copy h2 em { color: var(--gold); }
.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 42px); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.field label { font-size: .82rem; font-weight: 600; letter-spacing: .02em; margin-bottom: 7px; }
.field input, .field select, .field textarea { font-family: inherit; font-size: 1rem; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--olive); box-shadow: 0 0 0 3px rgba(63,75,60,.12); }
.field textarea { resize: vertical; }
.field.error input, .field.error select { border-color: #B4503A; box-shadow: 0 0 0 3px rgba(180,80,58,.12); }
.form-note { margin-top: 14px; color: var(--muted); font-size: .82rem; text-align: center; }
.form-success { margin-top: 14px; padding: 13px 16px; border-radius: var(--radius-sm); background: rgba(63,75,60,.1); color: var(--olive); font-weight: 600; text-align: center; }
.form-success[hidden] { display: none; }

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: rgba(248,246,241,.66); padding: 72px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid rgba(248,246,241,.12); }
.footer-brand .footer-logo { height: 40px; filter: brightness(0) invert(1); margin-bottom: 16px; }
.footer-brand p { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--gold-light); }
.footer-col h4 { color: #F8F6F1; font-family: var(--font-head); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; padding: 6px 0; font-size: .92rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 26px; font-size: .84rem; flex-wrap: wrap; }

/* ===== Editorial motion system ===== */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0,42px,0);
  transition: opacity 1s var(--ease-out), transform 1.15s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal="headline"] { transform: translate3d(0,58px,0); }
[data-reveal="media"] { transform: translate3d(0,36px,0) scale(.975); }
[data-reveal].in,
[data-reveal-group] > .in { opacity: 1; transform: none; }

[data-hero-copy] > * {
  opacity: 0;
  transform: translate3d(0,34px,0);
  transition: opacity 1s var(--ease-out), transform 1.15s var(--ease-out);
}
.hero-bg { opacity: 0; transform: scale(1.04); transition: opacity 1.4s var(--ease-soft), transform 2.1s var(--ease-out); }
.is-ready .hero-bg { opacity: 1; transform: none; }
.is-ready [data-hero-copy] > * { opacity: 1; transform: none; }
.is-ready [data-hero-copy] > :nth-child(1) { transition-delay: 180ms; }
.is-ready [data-hero-copy] > :nth-child(2) { transition-delay: 300ms; }
.is-ready [data-hero-copy] > :nth-child(3) { transition-delay: 450ms; }
.is-ready [data-hero-copy] > :nth-child(4) { transition-delay: 590ms; }
.is-ready [data-hero-copy] > :nth-child(5) { transition-delay: 710ms; }

@media (hover: hover) {
  .category-card:hover,
  .package-card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
  .category-card:hover .category-img img { transform: scale(1.055); }
  .lookbook-item:hover img { transform: translate3d(0,var(--depth-y,0),0) scale(1.085); }
}

/* ===== Motion / a11y ===== */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  [data-reveal],
  [data-reveal].in,
  [data-reveal-group] > *,
  [data-hero-copy] > *,
  .hero-bg { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .benefits-layout, .managed-layout, .contact-layout { grid-template-columns: 1fr; }
  .steps, .package-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid, .lookbook-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-media { aspect-ratio: 16 / 10; }
  .hero h1 { font-size: clamp(3.4rem, 9vw, 5.8rem); }
}
@media (max-width: 640px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { position: fixed; top: 64px; left: 0; right: 0; background: var(--bg); border-top: 1px solid var(--line); padding: 16px 24px 24px; box-shadow: var(--shadow); }
  .mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu a { padding: 12px 0; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .mobile-menu .admin-link { color: var(--olive); font-weight: 700; }
  .mobile-menu a.btn { border: 0; margin-top: 10px; justify-content: center; }
  .hero { min-height: 780px; }
  .hero-bg img { object-position: 62% center; }
  .hero-bg::after { background: rgba(28,33,28,.76); }
  .hero-copy { padding: 124px 0 62px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); max-width: 9ch; }
  .hero .lede { font-size: 1rem; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .hero-trust span { max-width: 100px; }
  .hero-trust strong { font-size: 1.55rem; }
  .btn, .nav-toggle { min-height: 44px; }
  /* On phones the box sits behind text — keep the copy area mostly ivory for legibility */
  .delivery-img img { object-position: 78% center; }
  .delivery-img::after { background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 58%, rgba(248,246,241,.82) 76%, rgba(248,246,241,.35) 100%); }
  .steps, .category-grid, .lookbook-grid, .package-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .delivery-band { min-height: 620px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

/* mobile menu hidden state */
.mobile-menu[hidden] { display: none; }
