@font-face { font-family: "Libre Baskerville"; src: url("/assets/fonts/libre-baskerville-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/fonts/inter-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/fonts/inter-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/fonts/inter-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: Caveat; src: url("/assets/fonts/caveat-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Caveat; src: url("/assets/fonts/caveat-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
  --violet: #584b8f;
  --paper: #faf7f2;
  --ink: #1f1f22;
  --tomato: #c2462d;
  --sage: #7d8f74;
  --sky: #6fb1d6;
  --oat: #f1e7d8;
  --stone: #66655f;
  --white: #fffdf9;
  --line: rgba(31, 31, 34, .16);
  --shadow: 0 24px 70px rgba(43, 34, 61, .12);
  --radius: 1.75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; font-size: 1rem; line-height: 1.65; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; border-radius: .35rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1320px, calc(100% - 48px)); min-height: 96px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.brand { width: 122px; height: 52px; display: grid; align-items: center; overflow: hidden; }
.brand img { width: 122px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.75rem); font-size: .84rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { border-color: var(--violet); }
.site-header .nav-contact { padding: 0 1.25rem; border: 1px solid var(--ink); border-radius: 999px; }
.site-header .nav-contact:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.eyebrow { margin: 0 0 1rem; color: var(--violet); font-size: .76rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { color: var(--stone); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; letter-spacing: -.045em; line-height: 1.08; }
h1 { max-width: 920px; margin-bottom: 1.6rem; font-size: clamp(3rem, 7vw, 6.7rem); }
h1 em { color: var(--violet); font-style: normal; }
h2 { font-size: clamp(2rem, 4vw, 4.35rem); }
h3 { line-height: 1.25; }
.lede { max-width: 720px; color: #48474c; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.65; }
.button, .text-link { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; font-weight: 600; text-decoration: none; }
.button { padding: .85rem 1.35rem; border-radius: 999px; background: var(--violet); color: white; box-shadow: 0 10px 30px rgba(88,75,143,.2); }
.button:hover { background: #463a78; transform: translateY(-1px); }
.button svg, .text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.text-link { justify-content: flex-start; border-bottom: 1px solid currentColor; }
.text-link:hover svg { transform: translateX(4px); }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 730px; gap: 3rem; padding-block: 5rem 6rem; }
.hero h1 { font-size: clamp(3.4rem, 6.6vw, 6.65rem); }
.hero-copy .button { margin-top: 1rem; }
.hero-canvas { position: relative; min-height: 580px; border-radius: 46% 54% 41% 59% / 55% 42% 58% 45%; background: var(--oat); overflow: hidden; box-shadow: var(--shadow); }
.hero-canvas::before { content: ""; position: absolute; inset: 9% 12%; border: 1px solid rgba(88,75,143,.32); border-radius: 52% 48% 61% 39% / 42% 53% 47% 58%; transform: rotate(-12deg); }
.botanical { position: absolute; right: -4%; bottom: -1%; width: 76%; height: 78%; fill: none; stroke: var(--sage); stroke-width: 2.2; }
.botanical path:not(:first-child) { fill: rgba(125,143,116,.18); }
.thought-card { position: absolute; z-index: 2; width: min(245px, 63%); padding: 1.1rem 1.25rem; border: 1px solid rgba(255,255,255,.7); border-radius: 1.25rem; background: rgba(255,253,249,.9); box-shadow: 0 18px 44px rgba(54, 47, 59, .12); backdrop-filter: blur(8px); transform: rotate(-4deg); }
.thought-card span { display: block; color: var(--tomato); font-family: Caveat, cursive; font-size: 1.3rem; }
.thought-card strong { font-family: "Libre Baskerville", serif; font-size: 1.05rem; }
.thought-one { top: 18%; left: 8%; }
.thought-two { right: 6%; bottom: 15%; transform: rotate(3deg); }
.orbit { position: absolute; border-radius: 50%; }
.orbit-one { top: 8%; right: 13%; width: 86px; height: 86px; background: var(--sky); opacity: .7; }
.orbit-two { bottom: 10%; left: 10%; width: 64px; height: 64px; background: var(--tomato); opacity: .8; }

.product-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: 7rem 0 2.5rem; border-top: 1px solid var(--line); }
.product-intro h2 { max-width: 780px; margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-bottom: 7rem; }
.product-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.product-copy { padding: 2rem 2.25rem 2.4rem; }
.product-copy h2 { font-size: clamp(1.65rem, 2.5vw, 2.65rem); }
.product-copy p:not(.eyebrow) { color: #555258; }
.product-art { position: relative; height: 360px; overflow: hidden; }
.art-label { position: absolute; z-index: 4; top: 1rem; left: 1rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(255,255,255,.86); color: #57535b; font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.art-recipes { background: #eadcc9; }
.recipe-sheet { position: absolute; left: 15%; top: 19%; width: 62%; height: 68%; padding: 2rem; border-radius: 1.3rem; background: var(--white); box-shadow: 0 22px 50px rgba(75,56,40,.18); transform: rotate(-5deg); }
.recipe-sheet span, .recipe-sheet b { display: block; }
.recipe-sheet span { margin-bottom: .6rem; font-family: "Libre Baskerville", serif; font-size: 1.35rem; }
.recipe-sheet b { color: var(--tomato); font-size: .75rem; text-transform: uppercase; }
.recipe-sheet i { display: block; width: 85%; height: 6px; margin-top: 1.2rem; border-radius: 99px; background: var(--oat); }
.recipe-sheet i:nth-child(4) { width: 67%; }
.ingredient { position: absolute; z-index: 2; padding: .5rem .8rem; border-radius: 999px; font-family: Caveat, cursive; font-size: 1.2rem; box-shadow: 0 10px 24px rgba(60,42,31,.12); }
.ingredient-a { top: 20%; right: 7%; background: #e7a08f; transform: rotate(8deg); }
.ingredient-b { bottom: 18%; right: 9%; background: #a9bda2; transform: rotate(-7deg); }
.ingredient-c { bottom: 8%; left: 7%; background: #edca72; transform: rotate(4deg); }
.art-mapper { background: #dceaf0; }
.art-mapper::after { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(31,31,34,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(31,31,34,.16) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(8deg) scale(1.2); }
.map-path { position: absolute; z-index: 1; left: 16%; top: 18%; width: 70%; height: 56%; border: 4px dashed rgba(88,75,143,.48); border-color: transparent transparent var(--violet) var(--violet); border-radius: 48%; transform: rotate(-15deg); }
.pin { position: absolute; z-index: 3; width: 32px; height: 32px; border: 8px solid var(--tomato); border-radius: 50% 50% 50% 0; background: var(--white); transform: rotate(-45deg); box-shadow: 0 10px 24px rgba(31,31,34,.16); }
.pin-a { top: 21%; left: 23%; }.pin-b { top: 45%; right: 19%; border-color: var(--violet); }.pin-c { bottom: 16%; left: 39%; border-color: var(--sage); }
.place-card { position: absolute; z-index: 4; right: 7%; bottom: 7%; max-width: 230px; padding: 1rem 1.2rem; border-radius: 1rem; background: var(--white); box-shadow: 0 15px 40px rgba(47,55,59,.16); transform: rotate(3deg); }
.place-card span, .place-card b { display: block; }.place-card span { font-family: "Libre Baskerville", serif; }.place-card b { margin-top: .4rem; color: var(--sage); font-size: .72rem; text-transform: uppercase; }

.flow-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; padding-block: 7rem; border-top: 1px solid var(--line); }
.flow-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.flow-list li { min-height: 145px; padding: 1.4rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.flow-list span { display: block; margin-bottom: 1.7rem; color: var(--tomato); font-family: Caveat, cursive; font-size: 1.4rem; }
.flow-list strong { font-family: "Libre Baskerville", serif; font-size: 1.35rem; }
.closing { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 7rem; padding: 4rem; border-radius: var(--radius); overflow: hidden; background: var(--violet); color: white; }
.closing::after { content: ""; position: absolute; right: -90px; top: -120px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.closing h2 { max-width: 700px; margin-bottom: 0; }
.script { margin: 0 0 .5rem; color: #f0bd7d; font-family: Caveat, cursive; font-size: 2rem; }
.button-light { z-index: 2; flex: 0 0 auto; background: white; color: var(--violet); }

.page-hero { padding-block: 8rem 5rem; }
.page-hero h1 { max-width: 1000px; font-size: clamp(3rem, 6.2vw, 6rem); }
.product-hero { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 4rem; min-height: 690px; padding-block: 5rem 7rem; }
.product-hero h1 { font-size: clamp(2.8rem, 5.4vw, 5.2rem); }
.product-hero .product-art { width: 100%; height: 510px; border-radius: var(--radius); box-shadow: var(--shadow); }
.steps { display: grid; grid-template-columns: .75fr 1.4fr; gap: 4rem; padding-block: 7rem; border-top: 1px solid var(--line); }
.steps ol { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.steps li { min-height: 210px; padding: 1.5rem; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.steps li span { color: var(--tomato); font-family: Caveat, cursive; font-size: 1.5rem; }
.steps h3 { margin: 2rem 0 .6rem; font-family: "Libre Baskerville", serif; font-size: 1.35rem; }
.steps li p { color: #57545a; }
.ai-note, .sharing-note { display: grid; grid-template-columns: .45fr 1fr; gap: 3rem; margin-bottom: 7rem; padding: 2rem 2.25rem; border-radius: 1.2rem; background: var(--oat); }
.sharing-note { background: #e4ecdf; }
.ai-note strong, .sharing-note strong { font-family: "Libre Baskerville", serif; font-size: 1.2rem; }
.ai-note p, .sharing-note p { margin: 0; }

.about-hero { padding-bottom: 7rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; padding-bottom: 8rem; }
.about-grid h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.founders-card { position: relative; min-height: 520px; border-radius: var(--radius); background: var(--oat); overflow: hidden; box-shadow: var(--shadow); }
.founders-card .botanical { width: 85%; height: 90%; }
.founders-card .script { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; max-width: 85%; color: var(--violet); font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1; }
.empty-editorial { margin-bottom: 8rem; padding: 3rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.empty-editorial > span { color: var(--tomato); font-family: Caveat, cursive; font-size: 1.5rem; }
.empty-editorial h2 { max-width: 750px; margin: 1.3rem 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 8rem; background: var(--line); border: 1px solid var(--line); }
.contact-grid article { min-height: 260px; padding: 2.25rem; background: var(--paper); }
.contact-dot { display: block; width: 13px; height: 13px; margin-bottom: 2.2rem; border-radius: 50%; background: var(--tomato); }
.contact-grid article:nth-child(2) .contact-dot { background: var(--sage); }
.contact-grid article:nth-child(3) .contact-dot { background: var(--violet); }
.contact-grid article:nth-child(4) .contact-dot { background: var(--sky); }
.contact-grid h2 { font-size: 2rem; }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 3rem; padding: 5rem max(24px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #f4f0e9; }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.site-footer strong { margin-bottom: .5rem; color: #b8b3bd; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { min-height: 40px; display: inline-flex; align-items: center; color: white; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-brand { font-family: "Libre Baskerville", serif; font-size: 2rem; }
.footer-note { grid-column: 1 / -1; margin: 3rem 0 0; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); color: #a9a6ad; font-size: .78rem; }

@media (max-width: 980px) {
  .hero, .product-hero { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .hero-canvas { min-height: 500px; }
  .product-grid { grid-template-columns: 1fr; }
  .flow-section, .steps { grid-template-columns: 1fr; }
  .about-grid { gap: 3rem; }
}

@media (max-width: 760px) {
  .wrap, .site-header { width: min(100% - 32px, 1180px); }
  .site-header { min-height: 78px; }
  .brand { width: 102px; }.brand img { width: 102px; }
  .menu-button { display: block; }
  .site-header nav { position: absolute; top: 79px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 1rem; border-bottom: 1px solid var(--ink); background: var(--paper); box-shadow: 0 18px 40px rgba(31,31,34,.12); }
  .site-header nav[data-open] { display: grid; }
  .site-header nav a { padding: .65rem; border-bottom: 1px solid var(--line); }
  .site-header .nav-contact { margin-top: .6rem; justify-content: center; }
  .hero { min-height: auto; gap: 2rem; padding-block: 3.5rem 5rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-canvas { min-height: 410px; border-radius: 2rem; }
  .thought-card { padding: .85rem; }
  .product-intro { display: block; padding-top: 5rem; }
  .product-art { height: 300px; }
  .product-copy { padding: 1.5rem; }
  .flow-section, .steps { padding-block: 5rem; }
  .flow-list, .steps ol { grid-template-columns: 1fr; }
  .closing { display: block; margin-bottom: 4rem; padding: 2rem; }
  .closing .button { margin-top: 1.5rem; }
  .page-hero { padding-block: 5rem 3.5rem; }
  .product-hero { gap: 2.5rem; padding-block: 4rem 5rem; }
  .product-hero .product-art { height: 390px; }
  .ai-note, .sharing-note { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 5rem; }
  .about-grid { grid-template-columns: 1fr; padding-bottom: 5rem; }
  .founders-card { min-height: 390px; }
  .contact-grid { grid-template-columns: 1fr; margin-bottom: 5rem; }
  .contact-grid article { min-height: 225px; padding: 1.5rem; }
  .site-footer { grid-template-columns: 1fr; padding-block: 4rem; }
  .footer-note { grid-column: auto; }
}

@media (max-width: 360px) {
  .wrap, .site-header { width: min(100% - 24px, 1180px); }
  .hero-canvas { min-height: 360px; }
  .thought-two { right: 3%; }
  .recipe-sheet { left: 9%; width: 72%; padding: 1.5rem; }
  .product-copy { padding: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .button, .menu-button { display: none !important; }
  body { background: white; color: black; }
  .wrap { width: 100%; }
}

/* Homepage V1: controlled editorial system, with content supplied by homepage-content.mjs. */
.homepage-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: 690px; padding-block: 4.5rem 5.5rem; }
.homepage-hero-copy { position: relative; z-index: 2; }
.homepage-hero h1 { display: grid; gap: .05em; max-width: 760px; margin-bottom: 1.8rem; font-size: clamp(3.2rem, 6.2vw, 6rem); }
.hero-line { display: block; }
.hero-line-1 { color: var(--violet); }
.homepage-subheading { max-width: 490px; margin-bottom: 2rem; color: #35343a; font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.homepage-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.homepage-hero-actions .text-link { min-height: 48px; }
.homepage-collage { position: relative; min-height: 560px; isolation: isolate; overflow: hidden; }
.homepage-collage::before { content: ""; position: absolute; inset: 8% 4% 5% 9%; z-index: -2; border-radius: 47% 53% 45% 55% / 53% 43% 57% 47%; background: #f1e7d8; }
.collage-orbit { position: absolute; z-index: -1; border-radius: 50%; }
.orbit-large { right: 6%; top: 9%; width: 58%; aspect-ratio: 1; background: rgba(255,253,249,.65); border: 1px solid rgba(88,75,143,.16); }
.orbit-small { left: 7%; bottom: 9%; width: 23%; aspect-ratio: 1; background: rgba(194,70,45,.84); }
.collage-card { position: absolute; overflow: hidden; width: min(310px, 62%); padding: 1.3rem 1.45rem 1.5rem; border: 1px solid rgba(255,255,255,.82); border-radius: 1.2rem; background: rgba(255,253,249,.96); box-shadow: 0 22px 45px rgba(50,42,57,.16); }
.collage-card::after { content: ""; display: block; height: 120px; margin: 1rem -1.45rem -1.5rem; background: radial-gradient(circle at 30% 30%, #f7c96d 0 8%, transparent 9%), radial-gradient(circle at 68% 40%, #9eb2d4 0 18%, transparent 19%), linear-gradient(135deg, #e9c6aa, #d9e7df 50%, #b3c4d9); }
.collage-label { margin-bottom: .6rem; color: var(--tomato); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.collage-title { margin: 0 0 .4rem; font-family: "Libre Baskerville", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.collage-card > p:not(.collage-label) { margin: 0; font-size: .82rem; }
.collage-heart { position: absolute; top: 1rem; right: 1.2rem; font-size: 2rem; line-height: 1; }
.collage-recipe { top: 10%; right: 2%; transform: rotate(4deg); }
.collage-place { left: 8%; bottom: 14%; width: min(290px, 58%); transform: rotate(-4deg); }
.collage-place::after { height: 85px; background: linear-gradient(160deg, #8ca6bd, #d8c8a2 50%, #7595a2); }
.collage-note { position: absolute; right: 7%; bottom: 1%; z-index: 3; max-width: 230px; padding: 1rem 1.4rem; color: #4b3d35; font-family: Caveat, cursive; font-size: 1.8rem; line-height: 1.08; text-align: center; background: #f4e4c8; box-shadow: 0 15px 30px rgba(50,42,57,.1); transform: rotate(5deg); }
.collage-leaf { position: absolute; right: -4%; bottom: -5%; z-index: 2; width: 36%; height: 42%; opacity: .7; transform: rotate(15deg); pointer-events: none; }
.collage-leaf .botanical { position: static; width: 100%; height: 100%; }
.homepage-problem { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; padding-block: 6rem 7rem; border-top: 1px solid var(--line); }
.problem-copy h2, .homepage-how h2, .homepage-section-heading h2, .homepage-usps h2 { display: grid; gap: .08em; max-width: 700px; font-size: clamp(2.2rem, 4vw, 4.4rem); }
.problem-copy h2 span:last-child { color: var(--violet); font-style: italic; }
.problem-copy > p:last-child { max-width: 420px; color: #4b494e; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; align-content: start; }
.source-card { display: grid; min-height: 142px; place-items: center; gap: .65rem; padding: 1rem; border: 1px solid rgba(31,31,34,.1); border-radius: 1rem; background: var(--white); box-shadow: 0 12px 30px rgba(43,34,61,.06); font-weight: 600; text-align: center; }
.source-card svg { width: 40px; height: 40px; fill: none; stroke: var(--violet); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.source-instagram svg { stroke: #d24c6b; }.source-tiktok svg { stroke: #1f1f22; }.source-map svg { stroke: var(--tomato); }.source-link svg { stroke: var(--sage); }.source-note svg { stroke: #bb7626; }
.homepage-how { padding-block: 6.5rem 7rem; background: #f0e7dd; }
.homepage-how-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.how-steps { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.how-steps li { min-height: 185px; padding: 1.4rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.how-steps li > span { color: var(--tomato); font-family: Caveat, cursive; font-size: 1.5rem; }
.how-steps h3 { margin: 2rem 0 .35rem; font-family: "Libre Baskerville", serif; font-size: 1.35rem; }
.how-steps p { margin: 0; color: #4d4a4c; }
.homepage-products { padding-block: 7rem; }
.homepage-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.homepage-section-heading h2 { margin-bottom: 0; }
.homepage-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.homepage-product { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.homepage-product-art { position: relative; min-height: 310px; overflow: hidden; background: #eadcc9; }
.homepage-product-mapper .homepage-product-art { background: #dceaf0; }
.mini-recipe { position: absolute; top: 14%; left: 19%; width: 58%; height: 72%; padding: 1.5rem; border-radius: 1rem; background: var(--white); box-shadow: 0 18px 35px rgba(75,56,40,.16); transform: rotate(-5deg); }
.mini-recipe span { color: var(--tomato); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }.mini-recipe strong { display: block; margin-top: 1rem; font-family: "Libre Baskerville", serif; font-size: 1.3rem; }.mini-recipe i { display: block; width: 82%; height: 7px; margin-top: 1.2rem; border-radius: 9px; background: var(--oat); }.mini-recipe i:nth-of-type(2) { width: 64%; }
.mini-map { position: absolute; inset: 12%; border: 2px solid rgba(88,75,143,.2); border-radius: 44% 56% 50% 50%; transform: rotate(-8deg); }.mini-path { position: absolute; inset: 16% 18%; border: 4px dashed var(--violet); border-color: transparent transparent var(--violet) var(--violet); border-radius: 50%; }.mini-pin { position: absolute; z-index: 2; width: 30px; height: 30px; border: 7px solid var(--tomato); border-radius: 50% 50% 50% 0; background: var(--white); transform: rotate(-45deg); }.pin-one { top: 18%; left: 20%; }.pin-two { right: 18%; bottom: 23%; border-color: var(--violet); }
.floating-word { position: absolute; padding: .45rem .7rem; border-radius: 999px; color: #453b31; font-family: Caveat, cursive; font-size: 1.35rem; background: #edca72; transform: rotate(6deg); }.word-one { top: 12%; right: 8%; }.word-two { right: 12%; bottom: 12%; background: #a9bda2; transform: rotate(-5deg); }
.homepage-product-copy { padding: 2rem 2.25rem 2.4rem; }.homepage-product-copy h3 { margin-bottom: .75rem; font-family: "Libre Baskerville", serif; font-size: clamp(1.6rem, 2.5vw, 2.5rem); }.homepage-product-copy > p:not(.eyebrow) { max-width: 440px; color: #555258; }.homepage-product-copy .text-link { margin-top: 1rem; }
.homepage-usps { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; padding-block: 6rem 7rem; border-top: 1px solid var(--line); }.homepage-usps h2 { margin-bottom: 0; }.homepage-usps ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); }.homepage-usps li { min-height: 116px; padding: 1.25rem; background: var(--paper); font-family: "Libre Baskerville", serif; font-size: 1.15rem; }
.homepage-final-cta { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 7rem; padding: 4rem; overflow: hidden; border-radius: var(--radius); background: var(--violet); color: white; }.homepage-final-cta::after { content: ""; position: absolute; right: -90px; top: -120px; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }.homepage-final-cta h2 { position: relative; z-index: 1; max-width: 700px; margin: 0; }.homepage-final-cta .script { position: relative; z-index: 1; }.homepage-final-cta .button { position: relative; z-index: 2; flex: 0 0 auto; }
.social-proof { display: none; }

@media (max-width: 980px) {
  .homepage-hero { grid-template-columns: 1fr; }.homepage-collage { min-height: 500px; }.homepage-problem, .homepage-how-inner, .homepage-usps { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 760px) {
  .homepage-hero { gap: 2.5rem; min-height: auto; padding-block: 3.5rem 5rem; }.homepage-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }.homepage-collage { min-height: 430px; }.collage-card { width: 65%; padding: 1rem; }.collage-card::after { margin: .8rem -1rem -1rem; }.collage-recipe { right: 0; }.collage-place { left: 2%; bottom: 13%; }.collage-note { right: 4%; max-width: 180px; font-size: 1.45rem; }.source-grid { grid-template-columns: repeat(2, 1fr); }.homepage-problem, .homepage-products, .homepage-usps { padding-block: 5rem; }.homepage-section-heading { display: block; }.homepage-product-grid { grid-template-columns: 1fr; }.homepage-product-art { min-height: 280px; }.homepage-usps ul { grid-template-columns: 1fr; }.homepage-final-cta { display: block; margin-bottom: 4rem; padding: 2rem; }.homepage-final-cta .button { margin-top: 1.5rem; }
}
@media (max-width: 360px) { .homepage-hero { padding-top: 3rem; }.homepage-collage { min-height: 360px; }.collage-card { width: 70%; }.collage-place { left: 0; }.collage-note { right: 0; max-width: 145px; font-size: 1.25rem; } }
/* Generic corporate CMS blocks. */
.cms-block{padding-block:clamp(3.5rem,8vw,7rem)}.cms-block h1,.cms-block h2{max-width:900px}.cms-hero h1{display:grid;font-size:clamp(3rem,7vw,6.5rem);line-height:.98}.cms-hero-compact h1{font-size:clamp(2.8rem,6vw,5.5rem)}.cms-hero .lede{max-width:720px}.cms-actions{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;margin-top:2rem}.cms-richText p{max-width:760px}.cms-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-top:2rem}.cms-card-grid article{padding:2rem;background:#fffdfa;border:1px solid #e4ded5;border-radius:12px}.cms-number{font-size:.75rem;color:#66655f}.cms-featureList ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:0;list-style:none}.cms-featureList li{padding:1.2rem;border-top:1px solid #d8d2ca}.cms-image img{display:block;width:100%;max-height:720px;object-fit:cover;border-radius:14px}.cms-image figcaption{margin-top:.75rem;color:#66655f}.cms-cta-dark{background:#29242f;color:#fff;border-radius:16px;padding-inline:clamp(1.5rem,5vw,5rem)}.cms-quote blockquote{font:700 clamp(2rem,5vw,4rem)/1.1 "Libre Baskerville",Georgia,serif;margin:0}.cms-divider{border:0;border-top:1px solid #ddd5ca}.cms-divider-spacious{margin-block:4rem}.draft-banner{padding:12px 20px;background:#5c3f8d;color:#fff;text-align:center;font-weight:700}
 .cms-block h1,.cms-block h2{overflow-wrap:anywhere}
