:root {
  color-scheme: light;
  --white: #fffdfb;
  --cream: #fff3ed;
  --blush: #ffd9d2;
  --peach: #ffc5ad;
  --coral: #ef7771;
  --coral-dark: #d95350;
  --berry: #773542;
  --charcoal: #3f3a39;
  --muted: #756562;
  --line: rgba(63, 58, 57, 0.16);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--charcoal); color: var(--charcoal); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; background: var(--charcoal); color: white; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 30px; min-height: 116px; padding: 10px max(24px, calc((100vw - var(--max)) / 2)); background: rgba(255, 253, 251, 0.94); border-bottom: 1px solid rgba(239, 119, 113, 0.28); backdrop-filter: blur(12px); }
.brand { width: fit-content; text-decoration: none; }
.brand img { width: 224px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a, .header-cta { font-size: .75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.nav-links a { padding: 10px 0; }
.nav-links a:hover { color: var(--coral-dark); }
.header-cta { justify-self: end; padding: 12px 17px; background: var(--berry); color: white; border-radius: 4px; }
.hero { position: relative; min-height: 92svh; display: grid; align-items: end; overflow: hidden; background: var(--cream); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(255,253,251,.99) 0%, rgba(255,250,247,.96) 34%, rgba(255,247,242,.72) 51%, rgba(255,247,242,.04) 74%); }
.hero-content { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 190px 0 122px; }
.eyebrow, .section-label { margin: 0 0 16px; color: var(--coral-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.03; }
h1 { max-width: 700px; margin-bottom: 24px; color: var(--berry); font-size: 5.6rem; }
h2 { margin-bottom: 20px; font-size: 4.15rem; }
h3 { margin-bottom: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.hero-copy { max-width: 590px; margin-bottom: 32px; color: #665754; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; border-radius: 4px; font-size: .8rem; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: transform 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral-dark); color: white; }
.button-primary:hover { background: var(--berry); }
.button-quiet { border-color: rgba(63,58,57,.48); color: var(--charcoal); background: rgba(255,253,251,.6); }
.button-light { background: var(--white); color: var(--berry); }
.hero-scroll { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 360px; padding: 20px 32px; background: var(--blush); color: var(--berry); font-size: .74rem; font-weight: 850; text-align: center; text-decoration: none; text-transform: uppercase; }
.ruffle-divider { position: relative; z-index: 3; height: 42px; background: var(--cream); }
.ruffle-divider span { position: absolute; left: 0; width: 100%; height: 13px; }
.ruffle-divider span:nth-child(1) { top: 0; background: #ffe1d1; }
.ruffle-divider span:nth-child(2) { top: 9px; background: #ffc5b6; }
.ruffle-divider span:nth-child(3) { top: 18px; background: #fa918b; }
.ruffle-divider span:nth-child(4) { top: 27px; background: var(--coral-dark); }
.ruffle-divider span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 10px; background: inherit; border-radius: 0 0 50% 50%; }
.story-band { background: var(--cream); }
.story-inner, .section-shell, .order-inner, .site-footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.story-inner { padding: 96px 0 110px; }
.story-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.65fr); gap: 10%; align-items: start; }
.story-layout h2 { max-width: 760px; margin-bottom: 0; color: var(--berry); }
.story-copy { padding: 12px 0 0 28px; border-left: 3px solid var(--coral); color: var(--muted); font-size: 1.04rem; }
.story-copy p:last-child { margin-bottom: 0; }
.instagram-section, .process-section, .faq-section { padding: 104px 0; }
.instagram-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,400px); gap: 8%; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; color: var(--berry); }
.instagram-intro p, .process-heading > p { margin-bottom: 12px; color: var(--muted); }
.instagram-intro a { color: var(--coral-dark); font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.sk-instagram-feed { min-height: 420px; }
.process-section { background: #ffefeb; }
.steps { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.steps li { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps span { color: var(--coral-dark); font-size: .78rem; font-weight: 850; }
.steps div { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(260px,1fr); gap: 8%; }
.steps h3, .steps p { margin-bottom: 0; }
.steps h3 { color: var(--berry); }
.steps p { color: var(--muted); }
.order-section { background: var(--berry); color: white; border-top: 10px solid var(--coral); }
.order-inner { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.7fr); gap: 10%; align-items: center; padding: 104px 0; }
.order-section .section-label { color: var(--peach); }
.order-heading h2 { max-width: 720px; margin-bottom: 0; }
.order-copy > p:first-child { color: rgba(255,255,255,.84); font-size: 1.05rem; }
.order-note { margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: .82rem; }
.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1fr); gap: 10%; }
.faq-layout h2 { color: var(--berry); font-size: 3.2rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 22px 40px 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
details p { max-width: 660px; margin: -2px 0 24px; color: var(--muted); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 34px; align-items: center; padding: 48px 0; color: rgba(255,255,255,.72); }
.footer-brand-block { width: 210px; padding: 8px; background: var(--white); }
.footer-brand-block img { width: 100%; height: auto; }
.site-footer > p { margin-bottom: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: white; font-size: .76rem; font-weight: 750; text-transform: uppercase; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  h1 { font-size: 4.5rem; }
  h2 { font-size: 3.5rem; }
  .story-layout, .section-heading, .order-inner, .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .steps div { grid-template-columns: minmax(220px,.8fr) minmax(240px,1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 640px) {
  .site-header { min-height: 88px; padding: 8px 16px; }
  .brand img { width: 150px; }
  .header-cta { padding: 10px 12px; font-size: .66rem; }
  .hero { min-height: 90svh; align-items: end; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(255,253,251,.98) 0%, rgba(255,249,246,.9) 42%, rgba(255,249,246,.1) 76%); }
  .hero-content { width: calc(100% - 32px); padding: 420px 0 104px; }
  h1 { font-size: 3.25rem; }
  h2, .faq-layout h2 { font-size: 2.7rem; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-scroll { min-width: 0; width: 100%; padding: 15px 16px; }
  .ruffle-divider { height: 34px; }
  .story-inner, .section-shell, .order-inner, .site-footer { width: calc(100% - 32px); }
  .story-inner, .instagram-section, .process-section, .faq-section, .order-inner { padding-top: 72px; padding-bottom: 72px; }
  .story-copy { padding-left: 18px; }
  .steps li { grid-template-columns: 42px minmax(0,1fr); gap: 10px; }
  .steps div { grid-template-columns: 1fr; gap: 8px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
