    :root {
      /* Final packaging lettering is outlined; Times is the strongest 26-glyph contour match. */
      --heading-font: "Times New Roman", Times, "Nimbus Roman No9 L", serif;
      --body-font: "Avenir Next", Avenir, "Segoe UI", sans-serif;
      --bone: #f5f0e7;
      --ivory: #fffdf8;
      --ink: #2f3531;
      --muted: #646b64;
      --sage: #9dac8e;
      --mist: #dfe7db;
      --forest: #40564d;
      --blue: #799799;
      --blue-deep: #315658;
      --yellow: #d7b952;
      --orange: #cf7951;
      --rose: #b85d70;
      --plum: #76536b;
      --line: rgba(47,53,49,.17);
      --shadow: 0 26px 70px rgba(38,45,40,.17);
      --soft-shadow: 0 13px 36px rgba(38,45,40,.11);
      --canvas: min(1280px, calc(100vw - 92px));
    }

    * { box-sizing: border-box; }
    .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
    html { scroll-behavior: smooth; scroll-padding-top: 90px; }
    body { margin: 0; color: var(--ink); background: var(--bone); font-family: var(--body-font); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
    img, video { display: block; width: 100%; }
    img { object-fit: cover; }
    a { color: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    :focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
    h1, h2, h3, p { margin-top: 0; }
    figure { min-width: 0; margin: 0; }
    h1, h2, h3, summary, .price { font-family: var(--heading-font); font-weight: 400; letter-spacing: -.028em; line-height: .99; }
    h1 { margin-bottom: 31px; font-size: clamp(70px, 8.2vw, 132px); }
    h2 { margin-bottom: 25px; font-size: clamp(52px, 5.8vw, 88px); }
    h3 { margin-bottom: 11px; font-size: 29px; }
    .wrap { width: var(--canvas); margin-inline: auto; }
    .skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); }
    .skip-link:focus { transform: translateY(0); }
    .eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
    .lead { max-width: 650px; color: #4f5751; font-size: 20px; line-height: 1.7; }
    .button { display: inline-flex; align-items: center; justify-content: center; min-height: 57px; padding: 14px 26px; border: 1px solid var(--ink); border-radius: 999px; color: white; background: var(--ink); font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
    .button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(47,53,49,.2); }
    .button.ghost { color: var(--ink); background: transparent; }
    .button.light { color: var(--ink); border-color: var(--ivory); background: var(--ivory); }

    .site-header { position: sticky; top: 0; z-index: 40; height: 82px; border-bottom: 1px solid rgba(47,53,49,.12); background: rgba(245,240,231,.92); backdrop-filter: blur(16px); }
    .header-inner { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
    .brand { display: inline-flex; align-items: center; text-decoration: none; }
    .brand img { width: 238px; height: auto; }
    .nav { display: flex; align-items: center; gap: 29px; }
    .nav a { font-size: 13px; font-weight: 730; text-decoration: none; }
    .nav a:not(.nav-shop):hover { text-decoration: underline; text-underline-offset: 7px; }
    .nav-shop { padding: 9px 17px; border-radius: 999px; color: white; background: var(--ink); }
    .menu-toggle, .menu-backdrop { display: none; }
    .menu-toggle { position: relative; z-index: 44; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--ivory); cursor: pointer; }
    .menu-toggle-icon { position: relative; display: block; width: 20px; height: 16px; }
    .menu-toggle-icon span { position: absolute; left: 0; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease, top .2s ease; }
    .menu-toggle-icon span:nth-child(1) { top: 0; }
    .menu-toggle-icon span:nth-child(2) { top: 7px; }
    .menu-toggle-icon span:nth-child(3) { top: 14px; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) { top: 7px; transform: rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) { top: 7px; transform: rotate(-45deg); }

    .hero { position: relative; min-height: 940px; overflow: hidden; background: var(--ivory); }
    .hero-grid { position: relative; z-index: 2; min-height: 940px; display: grid; grid-template-columns: .98fr 1.02fr; gap: 82px; align-items: center; }
    .hero-copy { padding: 102px 0 118px; }
    .hero h1 .line { display: block; }
    .hero h1 .turn { padding-left: 13%; color: var(--orange); font-style: italic; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; }
    .hero-meta { display: flex; gap: 22px; margin-top: 29px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
    .hero-gallery { position: relative; height: 755px; align-self: end; }
    .hero-arch { position: absolute; inset: 20px 18px 72px 70px; overflow: hidden; border-radius: 260px 260px 28px 28px; box-shadow: var(--shadow); }
    .hero-arch img { height: 100%; object-position: center 48%; }
    .hero-detail { position: absolute; left: 0; bottom: 15px; width: 255px; height: 285px; overflow: hidden; border: 12px solid var(--ivory); border-radius: 24px; box-shadow: var(--soft-shadow); transform: rotate(-4deg); }
    .hero-detail img { height: 100%; object-position: center; }
    .hero-label { position: absolute; right: -5px; top: 91px; z-index: 3; padding: 12px 18px; border-radius: 999px; background: var(--yellow); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; transform: rotate(5deg); }
    .blob { position: absolute; pointer-events: none; }
    .blob.one { left: -95px; top: 130px; width: 210px; height: 155px; border-radius: 64% 36% 41% 59% / 50% 60% 40% 50%; background: rgba(157,172,142,.28); transform: rotate(18deg); }
    .blob.two { right: -55px; bottom: 62px; width: 170px; height: 128px; border-radius: 38% 62% 56% 44%; background: rgba(184,93,112,.2); transform: rotate(-22deg); }

    .manifesto { padding: 85px 0; color: white; background: var(--blue-deep); }
    .manifesto-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
    .manifesto-kicker { color: #dbe5d7; font-size: 12px; font-weight: 820; letter-spacing: .16em; text-transform: uppercase; }
    .manifesto-quote { margin: 0; font-family: var(--heading-font); font-size: clamp(37px, 4.4vw, 63px); line-height: 1.08; }
    .manifesto-quote em { color: var(--yellow); font-style: italic; }

    .values { padding: 120px 0 128px; background: var(--ivory); }
    .values-head { display: grid; grid-template-columns: .84fr 1.16fr; gap: 85px; align-items: end; margin-bottom: 65px; }
    .values-head h2, .values-head p { margin-bottom: 0; }
    .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
    .value-item { position: relative; padding: 28px 0 0; border-top: 1px solid var(--line); }
    .value-item::before { content: ""; display: block; width: 34px; height: 25px; margin-bottom: 22px; border-radius: 61% 39% 48% 52%; background: var(--yellow); transform: rotate(12deg); }
    .value-item:nth-child(2)::before { background: var(--sage); transform: rotate(-10deg); }
    .value-item:nth-child(3)::before { background: var(--rose); transform: rotate(23deg); }
    .value-item p { max-width: 350px; margin-bottom: 0; color: var(--muted); }

    .steps { position: relative; overflow: hidden; padding: 138px 0 152px; background: var(--bone); }
    .steps::after { content: ""; position: absolute; width: 350px; height: 290px; right: -165px; top: 125px; border: 2px solid rgba(207,121,81,.2); border-radius: 48% 52% 39% 61%; transform: rotate(-18deg); }
    .steps-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: end; margin-bottom: 72px; }
    .steps-head h2, .steps-head p { margin-bottom: 0; }
    .storyboard { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 32px; }
    .storyboard::before { content: ""; position: absolute; left: 4%; right: 4%; top: 11px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--yellow), var(--orange) 45%, var(--rose) 75%, var(--plum)); }
    .frame { position: relative; overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 21px; background: var(--ivory); box-shadow: var(--soft-shadow); }
    .frame::before { content: ""; position: absolute; left: calc(50% - 7px); top: -28px; z-index: 3; width: 14px; height: 14px; border: 4px solid var(--bone); border-radius: 50%; background: var(--yellow); }
    .frame:nth-child(2)::before { background: var(--orange); }
    .frame:nth-child(3)::before { background: var(--rose); }
    .frame:nth-child(4)::before { background: var(--plum); }
    .frame-image { position: relative; height: 370px; overflow: hidden; background: #d7cfc1; }
    .frame-image img { height: 100%; object-fit: cover; }
    .frame:nth-child(1) img { object-position: 52% 50%; }
    .frame:nth-child(2) img { object-position: 50% 57%; }
    .frame:nth-child(3) img { object-position: 50% 56%; }
    .frame:nth-child(4) img { object-position: 48% 52%; }
    .frame-caption { position: relative; min-height: 176px; padding: 25px 20px 21px; }
    .frame-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 16px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--body-font); font-size: 13px; font-weight: 850; }
    .frame h3 { font-size: 28px; }
    .frame p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
    .arrow { position: absolute; right: -15px; top: 179px; z-index: 4; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--ink); font-size: 16px; }
    .frame:last-child .arrow { display: none; }
    .steps-summary { display: flex; align-items: center; justify-content: center; gap: 21px; margin-top: 57px; font-family: var(--heading-font); font-size: 27px; }
    .steps-summary span { display: block; width: 46px; height: 30px; border-radius: 55% 45% 61% 39%; background: var(--yellow); transform: rotate(13deg); }

    .progression-list { display: grid; gap: 42px; }
    .process-grid { --step-accent: var(--yellow); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .process-grid.purple { --step-accent: #8a5a84; }
    .process-grid.orange { --step-accent: var(--orange); }
    .process-step { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--ivory); box-shadow: var(--soft-shadow); }
    .process-media { width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; background: #f7f1e5; }
    .process-media picture { display: block; width: 100%; height: 100%; }
    .process-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #f7f1e5; }
    .process-copy { min-height: 188px; padding: 22px 22px 25px; border-top: 1px solid var(--line); }
    .process-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 50%; color: var(--ink); background: var(--step-accent); font-size: 14px; font-weight: 850; }
    .process-grid.purple .process-number { color: white; }
    .process-step h3 { margin-bottom: 10px; font-size: 29px; }
    .process-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
    .green-inspiration { display: grid; grid-template-columns: 1.14fr .86fr; height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--ivory); box-shadow: var(--soft-shadow); }
    .green-inspiration figure { height: 100%; min-height: 0; margin: 0; overflow: hidden; background: #eef2e8; }
    .green-inspiration img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 67%; }
    .green-inspiration-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px 44px; background: #eef2e8; }
    .green-inspiration-copy span { align-self: flex-start; margin-bottom: 17px; padding: 8px 13px; border-radius: 999px; background: #dce8d5; color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
    .green-inspiration-copy h3 { max-width: 390px; margin-bottom: 17px; font-size: clamp(36px, 3.5vw, 48px); }
    .green-inspiration-copy p { max-width: 430px; margin: 0; color: var(--muted); }
    .shape-feature { padding: 112px 0 118px; background: var(--ivory); }
    .shape-question { text-align: center; }
    .shape-question-copy { max-width: 760px; margin: 0 auto 48px; }
    .shape-question-copy h2 { margin-bottom: 20px; }
    .shape-question-copy .lead { max-width: 620px; margin-inline: auto; }
    .shape-prompt-art { --shape-angle: 0deg; position: relative; display: grid; place-items: center; width: min(680px, 74vw); aspect-ratio: 1; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 44% 56% 48% 52% / 52% 43% 57% 48%; background: #fbf5eb; box-shadow: var(--soft-shadow); touch-action: pan-y; user-select: none; }
    .shape-prompt-art::before, .shape-prompt-art::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
    .shape-prompt-art::before { width: 120px; height: 90px; left: -38px; top: 17%; background: rgba(214,185,91,.2); transform: rotate(-17deg); }
    .shape-prompt-art::after { width: 98px; height: 118px; right: -29px; bottom: 14%; background: rgba(216,119,75,.14); transform: rotate(22deg); }
    .shape-prompt-art img { position: relative; z-index: 1; width: 70%; height: 70%; object-fit: contain; transform: rotate(var(--shape-angle)); transform-origin: center; transition: transform .24s cubic-bezier(.2,.75,.3,1); pointer-events: none; will-change: transform; }
    .shape-prompt-art { cursor: grab; }
    .shape-prompt-art:focus-visible { outline: 4px solid var(--ink); outline-offset: 6px; }
    .shape-prompt-art.is-dragging { cursor: grabbing; }
    .shape-prompt-art.is-dragging img { transition: none; }
    .shape-turn-controls { position: absolute; z-index: 4; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); }
    .shape-turn-button { display: inline-grid; place-items: center; width: 50px; height: 50px; padding: 0; border: 1px solid rgba(47,53,49,.24); border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.94); box-shadow: 0 8px 22px rgba(47,53,49,.15); cursor: pointer; }
    .shape-turn-button.shape-turn-reset { width: auto; min-width: 62px; padding-inline: 13px; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
    .shape-turn-button:hover { color: white; background: var(--ink); }
    .shape-turn-button:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
    .shape-turn-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .shape-turn-instruction { position: absolute; z-index: 4; left: 50%; top: 25px; display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 14px; border: 1px solid rgba(47,53,49,.18); border-radius: 999px; color: var(--ink); background: rgba(255,253,248,.94); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 9px 24px rgba(47,53,49,.13); transform: translateX(-50%); pointer-events: none; }
    .shape-turn-instruction svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .shape-prompt-art.has-turned .shape-turn-instruction { opacity: 0; transition: opacity .2s ease; }
    .shape-prompt-hint { max-width: 680px; margin: 30px auto 0; color: var(--muted); font-family: var(--heading-font); font-size: 26px; }
    .shape-reveal { padding: 118px 0 124px; background: #f3eadf; }
    .shape-reveal-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: end; margin-bottom: 52px; }
    .shape-reveal-head h2, .shape-reveal-head p { margin-bottom: 0; }
    .shape-answer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
    .shape-answer { align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--ivory); box-shadow: var(--soft-shadow); }
    .shape-answer-media { position: relative; width: 100%; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; border-radius: 0; background: #f7f1e5; }
    .shape-answer-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 0; background: #f7f1e5; }
    .slide-reveal { --reveal: 12%; isolation: isolate; }
    .slide-reveal-image { position: absolute; inset: 0; display: block; }
    .shape-answer-bird .slide-reveal-image { transform: rotate(90deg); }
    .slide-reveal-blurred { filter: none; transform: none; }
    .slide-reveal-sharp { z-index: 1; clip-path: none; }
    .slide-reveal.is-ready .slide-reveal-blurred { filter: blur(17px); transform: scale(1.055); }
    .shape-answer-bird .slide-reveal.is-ready .slide-reveal-blurred { transform: rotate(90deg) scale(1.055); }
    .slide-reveal.is-ready .slide-reveal-sharp { clip-path: inset(0 calc(100% - var(--reveal)) 0 0); }
    /* The bird artwork is rotated 90 degrees, so compensate in its local clip
       coordinates. The visible reveal still travels left-to-right on screen. */
    .shape-answer-bird .slide-reveal.is-ready .slide-reveal-sharp { clip-path: inset(calc(100% - var(--reveal)) 0 0 0); }
    /* Compatibility for the previously imported Thrive source. The current
       canonical sources contain only Yellow, Purple and Orange. */
    .whimsy-thrive-runtime-root .progression-switcher .color-tab.green,
    .whimsy-thrive-runtime-root #progression-green { display: none !important; }
    .slide-reveal-divider { position: absolute; z-index: 3; left: clamp(26px, var(--reveal), calc(100% - 26px)); top: 0; bottom: 0; display: none; width: 2px; background: rgba(255,255,255,.94); box-shadow: 0 0 0 1px rgba(47,53,49,.18), 0 0 18px rgba(47,53,49,.22); transform: translateX(-50%); pointer-events: none; }
    .slide-reveal.is-ready .slide-reveal-divider { display: block; }
    .slide-reveal-handle { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; color: white; background: var(--ink); box-shadow: 0 8px 23px rgba(47,53,49,.3); transform: translate(-50%,-50%); animation: slide-reveal-nudge 1.8s ease-in-out 2; }
    .slide-reveal-handle svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .slide-reveal-range { position: absolute; z-index: 5; inset: 0; display: none; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: pan-y; }
    .slide-reveal.is-ready .slide-reveal-range { display: block; }
    .slide-reveal-range:focus-visible ~ .slide-reveal-divider .slide-reveal-handle { outline: 4px solid var(--ink); outline-offset: 4px; }
    .slide-reveal-prompt { position: absolute; z-index: 4; left: 50%; bottom: 22px; display: none; align-items: center; gap: 8px; min-height: 40px; padding: 8px 14px; border: 1px solid rgba(47,53,49,.18); border-radius: 999px; color: var(--ink); background: rgba(255,253,248,.95); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 10px 25px rgba(47,53,49,.16); transform: translateX(-50%); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
    .slide-reveal.is-ready .slide-reveal-prompt { display: inline-flex; }
    .slide-reveal.has-interacted .slide-reveal-prompt { opacity: 0; transform: translate(-50%,8px); }
    .slide-reveal.has-interacted .slide-reveal-handle { animation: none; }
    .slide-reveal.is-complete .slide-reveal-handle { background: var(--forest); }
    @keyframes slide-reveal-nudge { 0%, 100% { transform: translate(-50%,-50%); } 35% { transform: translate(calc(-50% - 4px),-50%); } 65% { transform: translate(calc(-50% + 4px),-50%); } }
    .shape-answer figcaption { padding: 18px 24px 22px; text-align: center; }
    .shape-answer small { display: block; margin-bottom: 6px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
    .shape-answer strong { font-family: var(--heading-font); font-size: 29px; font-weight: 400; }
    .answer-result { display: none; }
    .shape-answer.has-revealed .answer-mystery { display: none; }
    .shape-answer.has-revealed .answer-result { display: inline; }
    .shape-reveal-note { max-width: 780px; margin: 36px auto 0; color: var(--muted); text-align: center; }

    .progression-switcher { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
    .progression-switcher p { margin: 0; color: var(--muted); }
    .color-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(100%, 480px); min-width: 0; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--ivory); }
    .color-tab { display: inline-flex; align-items: center; justify-content: center; gap: 9px; width: 100%; min-width: 0; min-height: 44px; padding: 9px 13px; border: 0; border-radius: 999px; color: var(--ink); background: transparent; font: 750 14px/1 var(--body-font); white-space: nowrap; cursor: pointer; }
    .color-tab::before { content: ""; width: 13px; height: 13px; border: 1px solid rgba(47,53,49,.22); border-radius: 50%; background: var(--swatch); }
    .color-tab[aria-selected="true"] { color: white; background: var(--ink); }
    .color-tab[aria-selected="true"]::before { border-color: rgba(255,255,255,.65); }
    .color-tab.yellow { --swatch: var(--yellow); }
    .color-tab.purple { --swatch: #8a5a84; }
    .color-tab.orange { --swatch: var(--orange); }
    .progression-panel[hidden] { display: none; }
    .progression-panel > * { animation: progression-in .28s ease-out; }
    @keyframes progression-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

    .motion { padding: 136px 0 145px; background: var(--mist); }
    .motion-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
    .motion-head h2 { max-width: 690px; margin-bottom: 0; }
    .motion-head p { max-width: 430px; margin-bottom: 8px; color: var(--muted); }
    .motion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
    .motion-panel { position: relative; overflow: hidden; aspect-ratio: 4 / 5; min-height: 610px; margin: 0; border-radius: 34px; background: #d5cbbd; box-shadow: var(--shadow); }
    .motion-panel img, .motion-panel video { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
    .motion-panel::after { content: ""; position: absolute; inset: auto 0 0; height: 39%; background: linear-gradient(transparent, rgba(34,43,38,.78)); pointer-events: none; }
    .motion-caption { position: absolute; left: 29px; right: 88px; bottom: 26px; z-index: 3; color: white; }
    .motion-caption small { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; opacity: .78; }
    .motion-caption strong { font-family: var(--heading-font); font-size: 31px; font-weight: 400; }
    .loop-control { position: absolute; right: 25px; bottom: 24px; z-index: 4; width: 55px; height: 55px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.96); cursor: pointer; font-size: 17px; box-shadow: 0 9px 22px rgba(0,0,0,.2); }
    .video-panel .motion-caption { bottom: 80px; }

    .gallery { position: relative; overflow: hidden; padding: 150px 0; background: var(--ivory); }
    .gallery-head { max-width: 850px; margin-bottom: 74px; }
    .gallery-head h2 em { color: var(--orange); font-style: italic; }
    .gallery-wall { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 410px; gap: 25px; }
    .artwork { position: relative; overflow: hidden; border-radius: 28px; box-shadow: var(--soft-shadow); }
    .artwork img { height: 100%; object-fit: cover; }
    .artwork.reveal-card { cursor: pointer; isolation: isolate; }
    .artwork.reveal-card .reveal-layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .32s ease; }
    .artwork.reveal-card .reveal-completed { opacity: 0; }
    .artwork.reveal-card.is-revealed .reveal-completed { opacity: 1; }
    .artwork.reveal-card:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
    .reveal-hint { position: absolute; z-index: 3; left: 50%; top: 50%; display: inline-flex; align-items: center; gap: 10px; min-height: 58px; padding: 7px 17px 7px 7px; border: 1px solid rgba(47,56,52,.18); border-radius: 999px; color: var(--ink); background: rgba(255,253,248,.96); font-size: 12px; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; white-space: nowrap; box-shadow: 0 14px 35px rgba(47,56,52,.2); transform: translate(-50%,-50%); transition: opacity .22s ease, transform .22s ease; animation: reveal-invitation 2.2s ease-in-out 2; pointer-events: none; }
    .reveal-hint-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--ink); box-shadow: 0 5px 13px rgba(47,56,52,.2); }
    .reveal-hint-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .reveal-card.is-revealed .reveal-hint { opacity: 0; transform: translate(-50%,-50%) scale(.92); animation: none; }
    @media (hover: hover) and (pointer: fine) {
      .artwork.reveal-card:hover .reveal-completed { opacity: 1; }
      .reveal-card:hover .reveal-hint { opacity: 0; transform: translate(-50%,-50%) scale(.92); animation: none; }
    }
    @keyframes reveal-invitation { 0%, 100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%,calc(-50% - 5px)); } }
    .artwork.orange { border-radius: 150px 28px 28px 28px; }
    .artwork.orange img { object-position: center; }
    .artwork.green { border-radius: 28px 150px 28px 28px; }
    .artwork.red { border-radius: 28px 28px 150px 28px; }
    .artwork-label { position: absolute; left: 20px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: rgba(255,253,248,.94); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
    .gallery-note { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; margin-top: 55px; padding-top: 31px; border-top: 1px solid var(--line); }
    .gallery-note strong { font-family: var(--heading-font); font-size: 28px; font-weight: 400; }
    .gallery-note p { max-width: 690px; margin: 0; color: var(--muted); }

    .moments { padding: 140px 0; background: var(--bone); }
    .moments-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
    .moments-visual { position: relative; height: 650px; }
    .moments-visual img { height: 100%; border-radius: 220px 30px 30px 30px; object-position: center 68%; box-shadow: var(--soft-shadow); }
    .moments-note { position: absolute; right: -24px; bottom: 36px; max-width: 260px; padding: 18px 21px; border-radius: 18px; background: var(--yellow); font-family: var(--heading-font); font-size: 20px; line-height: 1.2; transform: rotate(2deg); box-shadow: var(--soft-shadow); }
    .moments-copy .lead { margin-bottom: 34px; }
    .moment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
    .moment-item { padding: 20px 0 18px; border-top: 1px solid var(--line); }
    .moment-item h3 { margin-bottom: 7px; font-size: 24px; }
    .moment-item p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
    .moment-aside { grid-column: 1 / -1; margin: 23px 0 0; padding: 18px 20px; border-left: 3px solid var(--orange); color: var(--forest); background: rgba(255,253,248,.6); font-family: var(--heading-font); font-size: 20px; }

    .inside { padding: 140px 0; color: white; background: var(--blue-deep); }
    .inside-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
    .kit-gallery { position: relative; height: 700px; }
    .kit-gallery .main, .kit-gallery .detail { position: absolute; overflow: hidden; box-shadow: 0 29px 68px rgba(0,0,0,.23); }
    .kit-gallery .main { inset: 0 98px 45px 0; border-radius: 240px 240px 30px 30px; }
    .kit-gallery .detail { right: 0; bottom: 0; width: 310px; height: 390px; border: 12px solid var(--blue-deep); border-radius: 25px; transform: rotate(3deg); }
    .kit-gallery img { height: 100%; }
    .inside .eyebrow { color: #d8e4d4; }
    .inside .lead { color: rgba(255,255,255,.76); }
    .contents { margin: 42px 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
    .contents li { display: flex; align-items: center; gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--heading-font); font-size: 26px; }
    .contents li::before { content: ""; width: 23px; height: 18px; flex: none; border-radius: 48% 52% 64% 36%; background: var(--yellow); transform: rotate(16deg); }

    .story { position: relative; overflow: hidden; padding: 145px 0; background: var(--bone); }
    .story::before { content: ""; position: absolute; width: 250px; height: 190px; left: -85px; bottom: 92px; border-radius: 56% 44% 39% 61%; background: rgba(121,151,153,.2); transform: rotate(20deg); }
    .story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 94px; align-items: center; }
    .story-copy blockquote { margin: 38px 0 0; padding: 23px 0 0 26px; border-top: 1px solid var(--line); border-left: 3px solid var(--yellow); font-family: var(--heading-font); font-size: 25px; line-height: 1.25; }
    .story-image { position: relative; height: 700px; }
    .story-image img { height: 100%; border-radius: 30px 230px 30px 30px; object-position: center; box-shadow: var(--soft-shadow); }
    .story-caption { position: absolute; right: -15px; bottom: 35px; max-width: 270px; padding: 20px 23px; border-radius: 20px; background: var(--yellow); font-family: var(--heading-font); font-size: 20px; line-height: 1.2; transform: rotate(2deg); box-shadow: var(--soft-shadow); }

    .faq { padding: 132px 0; background: var(--mist); }
    .faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 108px; }
    .faq-side p { max-width: 340px; color: var(--muted); }
    .faq-items { border-top: 1px solid var(--line); }
    details { border-bottom: 1px solid var(--line); }
    summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 26px; }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: "+"; display: grid; place-items: center; width: 35px; height: 35px; flex: none; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--body-font); font-size: 20px; }
    details[open] summary::after { content: "−"; }
    details p { max-width: 700px; margin: -2px 53px 26px 0; color: var(--muted); }

    .shop { position: relative; overflow: hidden; padding: 150px 0 158px; background: var(--sage); }
    .shop::after { content: ""; position: absolute; width: 560px; height: 470px; right: -210px; top: -170px; border-radius: 61% 39% 47% 53%; border: 1px solid rgba(47,53,49,.18); transform: rotate(-13deg); }
    .shop-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 92px; align-items: center; }
    .shop-gallery { position: relative; height: 725px; }
    .shop-gallery img { position: absolute; object-fit: cover; box-shadow: var(--shadow); }
    .shop-front { left: 0; top: 0; width: 64%; height: 660px; border: 10px solid var(--ivory); border-radius: 230px 230px 30px 30px; z-index: 2; }
    .shop-back { right: 0; bottom: 0; width: 48%; height: 535px; border: 10px solid var(--sage); border-radius: 26px; transform: rotate(3deg); z-index: 3; }
    .shop .eyebrow { color: var(--blue-deep); }
    .price { margin: 35px 0 4px; font-size: 54px; }
    .shop-meta { margin: 0 0 30px; color: var(--ink); font-size: 13px; }
    .buy-button { width: 100%; max-width: 430px; min-height: 63px; font-size: 17px; }
    .secure { margin: 13px 0 0 13px; color: var(--ink); font-size: 13px; }

    .site-footer { padding: 78px 0 40px; color: white; background: #283a36; }
    .footer-top { display: grid; grid-template-columns: 1.1fr .55fr .55fr; gap: 76px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.2); }
    .footer-brand p { max-width: 500px; color: rgba(255,255,255,.72); font-family: var(--heading-font); font-size: 28px; line-height: 1.2; }
    .footer-wordmark img { width: min(290px, 100%); filter: brightness(0) invert(1); }
    .footer-col h3 { color: #cbd7c5; font-family: var(--body-font); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
    .footer-col a { display: block; margin: 9px 0; color: rgba(255,255,255,.78); font-size: 14px; text-decoration: none; }
    .footer-col a:hover { text-decoration: underline; text-underline-offset: 5px; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 32px; color: rgba(255,255,255,.68); font-size: 12px; }

    @media (max-width: 980px) {
      :root { --canvas: min(100% - 42px, 760px); }
      .nav a:not(.nav-shop) { display: none; }
      .hero-grid, .manifesto-grid, .values-head, .steps-head, .moments-grid, .inside-grid, .story-grid, .faq-grid, .shop-grid, .footer-top { grid-template-columns: 1fr; gap: 55px; }
      .hero-grid { padding: 48px 0 82px; }
      .hero-copy { padding: 30px 0 0; }
      .hero-gallery { height: 720px; }
      .storyboard { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
      .storyboard::before, .frame::before { display: none; }
      .frame:nth-child(2) .arrow { display: none; }
      .process-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
      .green-inspiration { grid-template-columns: 1fr; height: auto; }
      .green-inspiration figure { height: 340px; min-height: 0; }
      .green-inspiration-copy { padding: 34px 38px 38px; }
      .motion-head { align-items: flex-start; flex-direction: column; }
      .motion-panel { min-height: 490px; }
      .motion-panel img, .motion-panel video { min-height: 490px; }
      .gallery-wall { grid-template-columns: 1fr 1fr; grid-auto-rows: 420px; }
      .gallery-note { grid-template-columns: 1fr; gap: 20px; }
      .shape-reveal-head { grid-template-columns: 1fr; gap: 28px; }
      .value-grid { grid-template-columns: 1fr; gap: 34px; }
      .moments-visual { height: 620px; }
      .story-image { order: -1; }
      .moments-visual, .kit-gallery, .story-image, .shop-gallery { max-width: 720px; }
    }

    @media (min-width: 981px) and (max-width: 1180px) {
      .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 640px) {
      :root { --canvas: min(100% - 30px, 520px); }
      body { font-size: 16px; }
      h1 { font-size: clamp(60px, 18vw, 86px); }
      h2 { font-size: clamp(45px, 14vw, 64px); }
      .site-header { height: 72px; }
      .brand img { width: 190px; }
      .hero, .hero-grid { min-height: auto; }
      .hero h1 .turn { padding-left: 5%; }
      .hero-actions { align-items: stretch; flex-direction: column; }
      .hero-actions .button { width: 100%; }
      .hero-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
      .hero-gallery { height: 555px; }
      .hero-arch { inset: 0 0 50px 35px; }
      .hero-detail { width: 190px; height: 225px; }
      .storyboard, .motion-grid, .gallery-wall { grid-template-columns: 1fr; }
      .storyboard { padding-top: 0; }
      .frame-image { height: 410px; }
      .arrow { right: calc(50% - 15px); top: auto; bottom: -16px; transform: rotate(90deg); }
      .frame:nth-child(2) .arrow { display: grid; }
      .motion-panel { width: 100%; aspect-ratio: 4 / 5; min-height: 0; }
      .motion-panel img, .motion-panel video { min-height: 0; }
      .gallery-wall { grid-auto-rows: 360px; }
      .artwork.orange { grid-row: auto; border-radius: 150px 28px 28px 28px; }
      .gallery-note { margin-top: 38px; }
      .progression-list { gap: 25px; }
      .process-grid { grid-template-columns: 1fr; gap: 22px; }
      .process-step { border-radius: 21px; }
      .process-copy { min-height: auto; padding: 20px 20px 24px; }
      .green-inspiration { border-radius: 21px; }
      .green-inspiration figure { height: 270px; min-height: 0; }
      .green-inspiration-copy { padding: 28px 24px 32px; }
      .green-inspiration-copy span { margin-bottom: 15px; }
      .green-inspiration-copy h3 { margin-bottom: 14px; font-size: 34px; }
      .shape-feature { padding: 82px 0 88px; }
      .shape-question-copy { margin-bottom: 34px; }
      .shape-prompt-art { width: min(520px, 88vw); }
      .shape-prompt-hint { font-size: 22px; }
      .shape-reveal { padding: 82px 0 88px; }
      .shape-answer-grid { grid-template-columns: 1fr; }
      .progression-switcher { align-items: flex-start; flex-direction: column; }
      .color-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; border-radius: 24px; }
      .color-tab { flex: 1; justify-content: center; }
      .values { padding: 86px 0 94px; }
      .values-head { margin-bottom: 45px; }
      .moments { padding: 92px 0; }
      .moments-visual { height: 475px; }
      .moments-visual img { border-radius: 130px 24px 24px 24px; }
      .moments-note { right: 8px; bottom: 16px; max-width: 230px; }
      .moment-list { grid-template-columns: 1fr; }
      .kit-gallery { height: 525px; }
      .kit-gallery .main { right: 50px; }
      .kit-gallery .detail { width: 215px; height: 280px; }
      .story-image { height: 530px; }
      .story-caption { right: 8px; left: 8px; bottom: 18px; max-width: none; }
      .shop-gallery { height: 560px; }
      .shop-front { width: 69%; height: 510px; }
      .shop-back { width: 53%; height: 400px; }
      .footer-bottom { align-items: flex-start; flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
      .shape-prompt-art img { transition: none; }
    }

    /* Desktop density: at 100% browser zoom this preserves the approved 75%-view proportions.
       Start immediately above the dedicated tablet range so narrower laptop windows do not
       need browser zoom to reach the approved desktop composition. */
    @media (min-width: 1181px) {
      html { scroll-padding-top: 60px; }
      body { font-size: 16px; line-height: 1.55; }
      h1 { margin-bottom: 23px; font-size: clamp(53px, 6.15vw, 99px); }
      h2 { margin-bottom: 19px; font-size: clamp(39px, 4.35vw, 66px); }
      h3 { margin-bottom: 8px; font-size: 22px; }
      .eyebrow { gap: 9px; margin-bottom: 15px; font-size: 10px; }
      .eyebrow::before { width: 26px; }
      .lead { font-size: 18px; line-height: 1.55; }
      .button { min-height: 44px; padding: 11px 20px; }

      .site-header { height: 55px; }
      .header-inner { gap: 20px; }
      .brand img { width: 160px; }
      .nav { gap: 19px; }
      .nav a { font-size: 12px; }
      .nav-shop { padding: 7px 12px; }

      .hero, .hero-grid { min-height: 705px; }
      .hero-grid { grid-template-columns: .94fr 1.06fr; gap: 62px; }
      .hero-copy { padding: 77px 0 89px; }
      .hero-actions { gap: 10px; margin-top: 28px; }
      .hero-meta { gap: 17px; margin-top: 22px; padding-top: 16px; font-size: 11px; }
      .hero-gallery { height: 566px; align-self: center; margin-top: -52px; }
      .hero-arch { inset: 15px 14px 54px 53px; border-radius: 195px 195px 21px 21px; }
      .hero-detail { bottom: 11px; width: 191px; height: 214px; border-width: 9px; border-radius: 18px; }
      .hero-label { right: -4px; top: 68px; padding: 9px 14px; font-size: 10px; }
      .blob.one { left: -64px; top: 87px; width: 141px; height: 104px; }
      .blob.two { right: -37px; bottom: 42px; width: 114px; height: 86px; }

      .manifesto { padding: 64px 0; }
      .manifesto-grid { gap: 68px; }
      .manifesto-quote { font-size: clamp(31px, 3.3vw, 47px); }

      .shape-feature { padding: 84px 0 89px; }
      .shape-question-copy { margin-bottom: 36px; }
      .shape-prompt-art { width: 510px; }
      .shape-prompt-hint { margin-top: 23px; font-size: 22px; }
      .shape-reveal { padding: 89px 0 93px; }
      .shape-reveal-head { gap: 54px; margin-bottom: 39px; }
      .shape-answer-grid { gap: 18px; }
      .shape-answer-media { width: 100%; margin-top: 0; }
      .shape-answer figcaption { padding: 14px 18px 17px; }
      .shape-answer strong { font-size: 23px; }

      .values { padding: 90px 0 96px; }
      .values-head { gap: 64px; margin-bottom: 49px; }
      .value-grid { gap: 32px; }
      .value-item { padding-top: 21px; }
      .value-item::before { width: 26px; height: 19px; margin-bottom: 17px; }

      .steps { padding: 104px 0 114px; }
      .steps::after { width: 235px; height: 194px; right: -111px; top: 84px; }
      .steps-head { gap: 64px; margin-bottom: 54px; }
      .progression-list { gap: 32px; }
      .process-grid { gap: 14px; }
      .process-step { border-radius: 18px; }
      .process-copy { min-height: 154px; padding: 17px 17px 19px; }
      .process-number { width: 34px; height: 34px; margin-bottom: 12px; font-size: 12px; }
      .process-step h3 { font-size: 22px; }
      .process-step p { font-size: 13px; }

      .motion { padding: 102px 0 109px; }
      .motion-head { gap: 45px; margin-bottom: 41px; }
      .motion-head h2 { max-width: 462px; }
      .motion-head p { max-width: 360px; }
      .motion-grid { gap: 19px; }
      .motion-panel { min-height: 409px; border-radius: 23px; }
      .motion-panel img, .motion-panel video { min-height: 409px; }
      .motion-caption { left: 19px; right: 59px; bottom: 17px; }
      .motion-caption strong { font-size: 24px; }
      .loop-control { right: 17px; bottom: 16px; width: 44px; height: 44px; }
      .video-panel .motion-caption { bottom: 54px; }

      .gallery { padding: 113px 0; }
      .gallery-head { max-width: 700px; margin-bottom: 56px; }
      .gallery-wall { grid-auto-rows: 308px; gap: 19px; }
      .artwork { border-radius: 19px; }
      .artwork.orange { border-radius: 154px 19px 19px 19px; }
      .artwork.green { border-radius: 19px 101px 19px 19px; }
      .artwork.red { border-radius: 19px 19px 101px 19px; }
      .artwork-label { left: 13px; bottom: 12px; padding: 6px 10px; font-size: 10px; }
      .gallery-note { gap: 60px; margin-top: 41px; padding-top: 23px; }
      .gallery-note strong { font-size: 23px; }

      .moments { padding: 105px 0; }
      .moments-grid { gap: 68px; }
      .moments-visual { height: 488px; }
      .moments-visual img { border-radius: 147px 20px 20px 20px; }
      .moments-note { right: -16px; bottom: 24px; max-width: 220px; padding: 12px 14px; font-size: 17px; }
      .moments-copy .lead { margin-bottom: 23px; }
      .moment-list { gap: 0 19px; }
      .moment-item { padding: 13px 0 12px; }
      .moment-item h3 { font-size: 21px; }
      .moment-aside { margin-top: 15px; padding: 12px 14px; font-size: 17px; }

      .inside { padding: 105px 0; }
      .inside-grid { gap: 71px; }
      .kit-gallery { height: 525px; }
      .kit-gallery .main { right: 66px; bottom: 30px; border-radius: 161px 161px 20px 20px; }
      .kit-gallery .detail { width: 208px; height: 261px; border-width: 8px; border-radius: 17px; }
      .contents { margin: 28px 0 23px; }
      .contents li { gap: 11px; padding: 14px 0; font-size: 21px; }

      .story { padding: 109px 0; }
      .story-grid { gap: 71px; }
      .story-copy blockquote { margin-top: 25px; padding: 15px 0 0 17px; font-size: 21px; }
      .story-image { height: 525px; }
      .story-image img { border-radius: 20px 154px 20px 20px; }
      .story-caption { right: -10px; bottom: 23px; max-width: 225px; padding: 14px 16px; font-size: 17px; }

      .faq { padding: 99px 0; }
      .faq-grid { gap: 81px; }
      summary { padding: 17px 0; font-size: 21px; }
      summary::after { width: 32px; height: 32px; }
      details p { margin: -1px 36px 17px 0; }

      .shop { padding: 113px 0 119px; }
      .shop::after { width: 375px; height: 315px; right: -141px; top: -114px; }
      .shop-grid { gap: 69px; }
      .shop-gallery { height: 544px; }
      .shop-front { height: 495px; border-width: 7px; border-radius: 154px 154px 20px 20px; }
      .shop-back { height: 401px; border-width: 7px; border-radius: 18px; }
      .price { margin: 23px 0 3px; font-size: 42px; }
      .shop-meta { margin-bottom: 20px; }
      .buy-button { min-height: 48px; font-size: 16px; }

      .site-footer { padding: 59px 0 30px; }
      .footer-top { gap: 51px; padding-bottom: 38px; }
      .footer-brand p { font-size: 23px; }
      .footer-wordmark img { width: min(220px, 100%); }
      .footer-bottom { margin-top: 21px; }
    }

    /* Thrive Architect's landing-page skin applies high-specificity global typography and
       transparent backgrounds. Restore the approved Whimsy design only inside our marked
       runtime root; the standard-editor page remains untouched. */
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) {
      color: var(--ink) !important;
      background: var(--bone) !important;
      font-family: var(--body-font) !important;
      font-size: 17px !important;
      line-height: 1.65 !important;
      -webkit-font-smoothing: antialiased;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) summary,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .price,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote {
      color: inherit !important;
      font-family: var(--heading-font) !important;
      font-weight: 400 !important;
      letter-spacing: -.028em !important;
      line-height: .99 !important;
      padding: 0 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) p {
      color: inherit !important;
      font-family: var(--body-font) !important;
      padding: 0 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-kicker { color: #dbe5d7 !important; font-size: 12px !important; line-height: 1.4 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote { font-family: var(--heading-font) !important; font-size: clamp(37px, 4.4vw, 63px) !important; line-height: 1.08 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .value-item p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .process-step p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .green-inspiration-copy p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-reveal-note,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .progression-switcher p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .motion-head p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .gallery-note p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .moment-item p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .faq-side p,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) details p { color: var(--muted) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .process-step p { margin: 0 !important; font-size: 14px !important; line-height: 1.5 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .inside .lead { color: rgba(255,255,255,.76) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .contents li,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .story-copy blockquote,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-brand p { font-family: var(--heading-font) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shop-meta { color: #4c594d !important; font-size: 13px !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .secure { color: #4e5a50 !important; font-size: 13px !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-brand p { color: rgba(255,255,255,.72) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 {
      margin: 0 0 31px !important;
      font-size: clamp(70px, 8.2vw, 132px) !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 {
      margin: 0 0 25px !important;
      font-size: clamp(52px, 5.8vw, 88px) !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 {
      margin: 0 0 11px !important;
      font-size: 29px !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) p {
      margin-top: 0 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .lead {
      color: #4f5751 !important;
      font-family: var(--body-font) !important;
      font-size: 20px !important;
      line-height: 1.7 !important;
      padding: 0 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .hero { background: var(--ivory) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto { color: white !important; background: var(--blue-deep) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote { color: white !important; line-height: 1.08 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-feature,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .values,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .gallery { background: var(--ivory) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-reveal { background: #f3eadf !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .steps,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .moments,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .story { background: var(--bone) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .motion,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .faq { background: var(--mist) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .inside { color: white !important; background: var(--blue-deep) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .inside h2 { color: white !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shop { background: var(--sage) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .site-footer { color: white !important; background: #283a36 !important; }

    @media (min-width: 1181px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) { font-size: 16px !important; line-height: 1.55 !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin-bottom: 23px !important; font-size: clamp(53px, 6.15vw, 99px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin-bottom: 19px !important; font-size: clamp(39px, 4.35vw, 66px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { margin-bottom: 8px !important; font-size: 22px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .lead { font-size: 18px !important; line-height: 1.55 !important; }
    }

    @media (max-width: 980px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { font-size: clamp(52px, 10vw, 76px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { font-size: clamp(40px, 8vw, 58px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { font-size: clamp(23px, 4.4vw, 28px) !important; }
    }

    @media (max-width: 640px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) { font-size: 16px !important; line-height: 1.58 !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin-bottom: 20px !important; font-size: clamp(46px, 14vw, 62px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin-bottom: 17px !important; font-size: clamp(34px, 10.5vw, 46px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { font-size: clamp(22px, 6.5vw, 27px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .lead { font-size: clamp(16px, 4.5vw, 18px) !important; line-height: 1.55 !important; }
    }

    /* Keep the motion pair compact and gallery-like across desktop zoom levels. */
    @media (min-width: 981px) {
      .motion .wrap { width: min(1280px, 69vw); }
      .motion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; width: 100%; margin-inline: auto; }
      .motion-panel, .motion-panel img, .motion-panel video { min-height: 0; }
      .motion-panel { aspect-ratio: 4 / 5; border-radius: 23px; }
      .motion-caption { left: 19px; right: 59px; bottom: 17px; }
      .motion-caption small { font-size: 10px; }
      .motion-caption strong { font-size: 24px; }
      .loop-control { right: 17px; bottom: 16px; width: 44px; height: 44px; }
      .video-panel .motion-caption { bottom: 54px; }
    }

    /* Responsive pass: compact rhythm, useful gutters and full-width cards. */
    section[id] { scroll-margin-top: 78px; }
    @media (max-width: 980px) {
      :root { --canvas: calc(100% - 28px); }
      html { scroll-padding-top: 78px; }
      section[id] { scroll-margin-top: 78px; }
      h1 { font-size: clamp(52px, 10vw, 76px); }
      h2 { font-size: clamp(40px, 8vw, 58px); }
      h3 { font-size: clamp(23px, 4.4vw, 28px); }
      .lead { font-size: clamp(17px, 2.6vw, 19px); line-height: 1.58; }

      .site-header { height: 68px; }
      .header-inner { gap: 14px; }
      .brand img { width: clamp(154px, 28vw, 190px); }
      body.menu-enhanced .menu-toggle { display: grid; }
      .nav {
        position: fixed;
        z-index: 43;
        top: 78px;
        left: 10px;
        right: 10px;
        display: grid;
        gap: 0;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: rgba(255,253,248,.98);
        box-shadow: var(--shadow);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
      }
      .nav a, .nav a:not(.nav-shop) { display: flex !important; align-items: center; min-height: 52px; padding: 10px 14px; font-size: clamp(16px, 3vw, 18px); }
      .nav a:not(.nav-shop) { border-bottom: 1px solid var(--line); }
      .nav-shop { justify-content: center; margin-top: 6px; }
      body.menu-open .nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
      .menu-backdrop { position: fixed; inset: 68px 0 0; z-index: 39; display: block; background: rgba(47,53,49,.24); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
      body.menu-open .menu-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
      body:not(.menu-enhanced) .nav { position: static; display: flex; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
      body:not(.menu-enhanced) .nav a:not(.nav-shop) { display: none !important; }
      body:not(.menu-enhanced) .menu-backdrop { display: none; }

      .hero, .hero-grid { min-height: auto; }
      .hero-grid { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 48px); padding: clamp(32px, 6vw, 48px) 0 clamp(54px, 8vw, 76px); }
      .hero-copy { padding: 0; }
      .hero-gallery {
        display: grid;
        grid-template-columns: minmax(0, 1fr) clamp(112px, 24vw, 180px);
        grid-template-rows: auto auto;
        gap: 12px 14px;
        width: 100%;
        max-width: 720px;
        height: auto;
        margin: 0 auto;
        align-self: auto;
      }
      .hero-arch { position: relative; inset: auto; grid-column: 1 / -1; grid-row: 1; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: clamp(130px, 34vw, 250px) clamp(130px, 34vw, 250px) 22px 22px; }
      .hero-arch img { width: 100%; height: 100%; padding: 6px; object-fit: contain; object-position: center; background: #f7eee6; }
      .hero-detail { position: relative; left: auto; bottom: auto; grid-column: 2; grid-row: 2; width: 100%; height: auto; aspect-ratio: 4 / 3; border-width: 7px; border-radius: 16px; transform: rotate(-2deg); }
      .hero-label { position: relative; right: auto; top: auto; grid-column: 1; grid-row: 2; align-self: center; justify-self: start; max-width: 100%; padding: 10px 14px; font-size: 10px; transform: rotate(-2deg); }

      .hero-grid, .manifesto-grid, .values-head, .steps-head, .moments-grid, .inside-grid, .story-grid, .faq-grid, .shop-grid, .footer-top { gap: clamp(30px, 5vw, 44px); }
      .shape-feature, .shape-reveal, .values, .steps, .motion, .gallery, .moments, .inside, .story, .faq, .shop { padding-block: clamp(68px, 9vw, 88px); }
      .manifesto { padding-block: clamp(44px, 7vw, 60px); }
      .values-head, .steps-head, .shape-reveal-head, .motion-head, .gallery-head { margin-bottom: clamp(30px, 6vw, 46px); }
      .progression-switcher { display: grid; grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr); align-items: center; gap: clamp(20px, 4vw, 38px); margin-bottom: 26px; }
      .progression-switcher p { max-width: 440px; }
      .color-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 540px; justify-self: end; gap: 6px; padding: 6px; border-radius: 28px; }
      .color-tab { justify-content: flex-start; width: 100%; min-width: 0; min-height: 52px; padding: 11px 16px; border-radius: 21px; font-size: clamp(14px, 2vw, 16px); white-space: nowrap; }
      .shape-question-copy { margin-bottom: clamp(28px, 5vw, 38px); }
      .shape-prompt-art { width: 100%; max-width: 560px; }
      .shape-prompt-hint { font-size: clamp(20px, 4vw, 23px); }
      .process-copy { min-height: 0; }
      .motion-panel, .motion-panel img, .motion-panel video { min-height: 0; }
      .gallery-wall { grid-auto-rows: auto; }
      .artwork { aspect-ratio: 1 / 1; }
      .moments-visual { width: 100%; max-width: 720px; height: auto; aspect-ratio: 4 / 5; }
      .kit-gallery { width: 100%; max-width: 720px; height: auto; aspect-ratio: 4 / 5; }
      .story-image { width: 100%; max-width: 720px; height: auto; aspect-ratio: 16 / 10; }
      .story-image picture { display: block; width: 100%; height: 100%; }
      .story-image img { width: 100%; height: 100%; object-fit: cover; }
      .story-caption { right: 12px; bottom: 12px; max-width: min(230px, 72%); padding: 13px 15px; font-size: clamp(16px, 3.2vw, 19px); }
      .shop-gallery { width: 100%; max-width: 720px; height: auto; aspect-ratio: 4 / 5; }
      .kit-gallery .main { inset: 0 13% 7% 0; }
      .kit-gallery .detail { width: 43%; height: 52%; border-width: 8px; }
      .shop-front { width: 67%; height: 92%; }
      .shop-back { width: 51%; height: 72%; }
    }

    @media (max-width: 640px) {
      :root { --canvas: calc(100% - 20px); }
      html { scroll-padding-top: 74px; }
      section[id] { scroll-margin-top: 74px; }
      body { font-size: 16px; line-height: 1.58; }
      h1 { margin-bottom: 20px; font-size: clamp(46px, 14vw, 62px); }
      h2 { margin-bottom: 17px; font-size: clamp(34px, 10.5vw, 46px); }
      h3 { font-size: clamp(22px, 6.5vw, 27px); }
      .lead { font-size: clamp(16px, 4.5vw, 18px); line-height: 1.55; }
      .eyebrow { gap: 8px; margin-bottom: 13px; font-size: 10px; }
      .eyebrow::before { width: 24px; }
      .button { min-height: 48px; padding: 11px 18px; }

      .site-header { height: 64px; }
      .header-inner { gap: 10px; }
      .brand img { width: clamp(140px, 43vw, 178px); }
      .menu-toggle { width: 46px; height: 46px; flex-basis: 46px; }
      .nav { top: 74px; }
      .menu-backdrop { inset-block-start: 64px; }

      .hero-grid { gap: 24px; padding: 28px 0 48px; }
      .hero-copy { padding: 8px 2px 0; }
      .hero h1 .turn { padding-left: 7%; }
      .hero-gallery { grid-template-columns: minmax(0, 1fr) clamp(106px, 34vw, 132px); gap: 10px 12px; }
      .hero-arch { border-radius: clamp(86px, 30vw, 150px) clamp(86px, 30vw, 150px) 18px 18px; }
      .hero-detail { border-width: 6px; border-radius: 13px; }
      .hero-label { padding: 8px 11px; font-size: 9px; letter-spacing: .12em; }
      .hero-actions { gap: 9px; margin-top: 25px; }
      .hero-meta { gap: 5px; margin-top: 20px; padding-top: 15px; }

      .hero-grid, .manifesto-grid, .values-head, .steps-head, .moments-grid, .inside-grid, .story-grid, .faq-grid, .shop-grid, .footer-top { gap: 24px; }
      .shape-feature, .shape-reveal, .values, .steps, .motion, .gallery, .moments, .inside, .story, .faq, .shop { padding-block: clamp(52px, 14vw, 66px); }
      .manifesto { padding-block: 38px; }
      .manifesto-grid { gap: 10px; }
      .manifesto-quote { font-size: clamp(30px, 9.5vw, 42px); }
      .values-head, .steps-head, .shape-reveal-head, .motion-head, .gallery-head { margin-bottom: clamp(28px, 8vw, 38px); }

      .shape-prompt-art { width: 100%; }
      .shape-prompt-art img { width: 72%; height: 72%; }
      .shape-turn-controls { bottom: 12px; gap: 7px; }
      .shape-turn-button { width: 44px; height: 44px; }
      .shape-turn-button.shape-turn-reset { min-width: 56px; padding-inline: 10px; }
      .shape-turn-instruction { top: 12px; min-height: 38px; padding: 7px 11px; font-size: 10px; }
      .shape-prompt-hint { margin-top: 20px; font-size: clamp(19px, 6vw, 22px); }
      .shape-answer-grid, .process-grid, .motion-grid, .gallery-wall { gap: 14px; }
      .shape-answer-grid, .process-grid, .storyboard, .motion-grid, .gallery-wall { grid-template-columns: 1fr; }
      .shape-answer, .process-step { border-radius: 20px; }
      .shape-answer figcaption { padding: 14px 16px 17px; }
      .shape-answer strong { font-size: clamp(22px, 7vw, 26px); }
      .slide-reveal-prompt { bottom: 12px; min-height: 38px; padding: 7px 11px; font-size: 10px; }
      .slide-reveal-handle { width: 48px; height: 48px; }
      .progression-list { gap: 18px; }
      .progression-switcher { grid-template-columns: 1fr; gap: 14px; margin-bottom: 18px; }
      .progression-switcher p { max-width: 36rem; }
      .color-tabs { max-width: none; justify-self: stretch; }
      .color-tab { justify-content: center; min-height: 48px; padding-inline: 12px; }
      .process-copy { min-height: 0; padding: 16px; }
      .process-number { width: 36px; height: 36px; margin-bottom: 12px; }
      .process-step h3 { font-size: clamp(23px, 7vw, 27px); }
      .green-inspiration figure { height: 230px; }
      .green-inspiration-copy { padding: 24px 20px 27px; }
      .green-inspiration-copy h3 { font-size: clamp(31px, 9vw, 38px); }

      .motion-panel { width: 100%; aspect-ratio: 4 / 5; }
      .motion-caption { left: 15px; right: 54px; bottom: 14px; }
      .motion-caption strong { font-size: clamp(21px, 6.4vw, 26px); }
      .loop-control { right: 13px; bottom: 13px; width: 44px; height: 44px; }
      .video-panel .motion-caption { bottom: 52px; }

      .gallery-wall { grid-auto-rows: auto; }
      .artwork { width: 100%; aspect-ratio: 1 / 1; border-radius: 20px; }
      .artwork.orange, .artwork.green, .artwork.red { border-radius: 20px; }
      .reveal-hint { max-width: calc(100% - 20px); min-height: 48px; padding: 5px 12px 5px 5px; font-size: 10px; }
      .reveal-hint-icon { width: 38px; height: 38px; flex-basis: 38px; }
      .artwork-label { left: 10px; right: 10px; bottom: 10px; max-width: calc(100% - 20px); padding: 7px 10px; font-size: 9px; white-space: normal; }
      .gallery-note { gap: 14px; margin-top: 28px; padding-top: 20px; }
      .gallery-note strong { font-size: clamp(22px, 7vw, 27px); }

      .moments-visual, .kit-gallery, .shop-gallery { max-width: 576px; margin-inline: auto; }
      .moments-visual { height: auto; aspect-ratio: 4 / 5; }
      .moments-visual img { border-radius: 96px 20px 20px 20px; }
      .moments-note { right: 9px; bottom: 12px; max-width: min(220px, 72%); padding: 12px 14px; font-size: 16px; }
      .moment-list { gap: 0; }
      .kit-gallery { height: auto; aspect-ratio: 4 / 5; }
      .story-image { height: auto; aspect-ratio: 16 / 10; }
      .story-image img { border-radius: 20px 82px 20px 20px; }
      .story-caption { right: 10px; left: auto; bottom: 10px; max-width: min(210px, 72%); padding: 11px 13px; font-size: clamp(15px, 4.5vw, 18px); }
      .story-copy blockquote { margin-top: 24px; padding: 14px 0 0 15px; font-size: clamp(20px, 6vw, 24px); }
      .shop-gallery { height: auto; aspect-ratio: 4 / 5; }
      .shop-front { height: 92%; border-width: 6px; }
      .shop-back { right: 3px; height: 72%; border-width: 6px; transform: rotate(2deg); }
      .contents { margin: 25px 0 20px; }
      .contents li { padding: 14px 0; font-size: clamp(20px, 6.5vw, 24px); }
      summary { padding: 18px 0; font-size: clamp(21px, 6vw, 25px); }
      summary::after { width: 32px; height: 32px; }
      details p { margin: 0 38px 18px 0; }
      .price { margin-top: 22px; font-size: clamp(40px, 12vw, 50px); }
      .footer-brand p { font-size: clamp(22px, 7vw, 27px); }
      .site-footer { padding: 50px 0 28px; }
      .footer-top { padding-bottom: 32px; }
      .footer-bottom { gap: 8px; margin-top: 20px; }
    }

    @media (max-width: 380px) {
      :root { --canvas: calc(100% - 20px); }
      .hero-gallery { grid-template-columns: 1fr; }
      .hero-detail { display: none; }
      .hero-label { grid-column: 1; justify-self: center; }
      .color-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 18px; }
      .color-tab { gap: 6px; min-height: 46px; padding-inline: 7px; font-size: clamp(12px, 3.9vw, 14px); }
    }

    /* WordPress native-menu integration; source anchors remain unchanged. */
    .nav-list,
    .nav-list > li { display: contents; margin: 0; padding: 0; list-style: none; }

    /* Thrive lands its own responsive typography after external styles. Keep the final
       normalization last in this file so every breakpoint resolves identically. */
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 {
      color: inherit !important;
      font-family: var(--heading-font) !important;
      font-weight: 400 !important;
      letter-spacing: -.028em !important;
      line-height: .99 !important;
      padding: 0 !important;
    }
    @media (min-width: 1181px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin: 0 0 23px !important; font-size: clamp(53px, 6.15vw, 99px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin: 0 0 19px !important; font-size: clamp(39px, 4.35vw, 66px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { margin: 0 0 8px !important; font-size: 22px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote { font-size: clamp(31px, 3.3vw, 47px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .process-step p { font-size: 13px !important; }
    }
    @media (max-width: 1180px) and (min-width: 981px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin: 0 0 31px !important; font-size: clamp(70px, 8.2vw, 132px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin: 0 0 25px !important; font-size: clamp(52px, 5.8vw, 88px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { margin: 0 0 11px !important; font-size: 29px !important; }
    }
    @media (max-width: 980px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { font-size: clamp(52px, 10vw, 76px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { font-size: clamp(40px, 8vw, 58px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { font-size: clamp(23px, 4.4vw, 28px) !important; }
    }
    @media (max-width: 640px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin-bottom: 20px !important; font-size: clamp(46px, 14vw, 62px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin-bottom: 17px !important; font-size: clamp(34px, 10.5vw, 46px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { font-size: clamp(22px, 6.5vw, 27px) !important; }
    }

    /* Keep both authoring versions typographically identical. WordPress/Thrive may
       otherwise reapply their site fonts to individual paragraphs, lists and quotes. */
    body.whimsy-onepage-template,
    body.whimsy-onepage-template :where(p, a, button, input, output) {
      font-family: var(--body-font) !important;
    }
    body.whimsy-onepage-template :where(h1, h2, h3, summary, .price, .manifesto-quote, .contents li, .story-copy blockquote, .motion-caption strong, .gallery-note strong, .footer-brand p) {
      font-family: var(--heading-font) !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) :where(a, button, input, output) {
      font-family: var(--body-font) !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .contents li {
      margin: 0 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .story-copy blockquote {
      margin: 38px 0 0 !important;
      padding: 23px 0 0 26px !important;
      font-family: var(--heading-font) !important;
      font-size: 25px !important;
      line-height: 1.25 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .inside .eyebrow { color: #d8e4d4 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shop .eyebrow { color: var(--blue-deep) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .faq-side a { color: inherit !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .button { color: white !important; background: var(--ink) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .button.ghost { color: var(--ink) !important; background: transparent !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .button.light { color: var(--ink) !important; background: var(--ivory) !important; }

    /* A genuine 75%-view desktop composition at normal browser zoom. This changes
       the layout metrics themselves, so anchors, focus targets and hit-testing stay
       correct. Controls and body copy deliberately keep accessible minimum sizes. */
    @media (min-width: 1181px) {
      :root { --canvas: min(960px, calc(100vw - 69px)); }
      body { font-size: 16px; line-height: 1.55; }
      h1 { margin-bottom: 17px; font-size: clamp(40px, 6.15vw, 74px); }
      h2 { margin-bottom: 14px; font-size: clamp(30px, 4.35vw, 50px); }
      h3 { margin-bottom: 7px; font-size: 19px; }
      .lead { font-size: 16px; }

      .site-header { height: 55px; }
      .brand { min-height: 44px; flex: 0 0 auto; }
      .brand img { width: 170px; }
      .nav { gap: 18px; }
      .nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
      .nav-shop { min-height: 44px; padding: 8px 14px; }

      .hero, .hero-grid { min-height: 529px; }
      .hero-grid { gap: 47px; }
      .hero-copy { padding: 58px 0 67px; }
      .hero-actions { gap: 8px; margin-top: 21px; }
      .hero-meta { gap: 13px; margin-top: 17px; padding-top: 12px; font-size: 10px; }
      .hero-gallery { height: 425px; margin-top: -39px; }
      .hero-arch { inset: 11px 11px 41px 40px; border-radius: 146px 146px 16px 16px; }
      .hero-detail { bottom: 8px; width: 143px; height: 161px; border-width: 7px; border-radius: 14px; }
      .hero-label { right: -3px; top: 51px; padding: 8px 12px; font-size: 10px; }
      .blob.one { left: -48px; top: 65px; width: 106px; height: 78px; }
      .blob.two { right: -28px; bottom: 32px; width: 86px; height: 65px; }

      .manifesto { padding: 48px 0; }
      .manifesto-grid { gap: 51px; }
      .manifesto-quote { font-size: clamp(27px, 3.3vw, 35px); }

      .shape-feature { padding: 63px 0 67px; }
      .shape-question-copy { margin-bottom: 27px; }
      .shape-prompt-art { width: 383px; }
      .shape-prompt-hint { margin-top: 18px; font-size: 18px; }
      .shape-reveal { padding: 67px 0 70px; }
      .shape-reveal-head { gap: 41px; margin-bottom: 29px; }
      .shape-answer-grid { gap: 14px; }
      .shape-answer figcaption { padding: 12px 14px 14px; }
      .shape-answer strong { font-size: 19px; }

      .values { padding: 68px 0 72px; }
      .values-head { gap: 48px; margin-bottom: 37px; }
      .value-grid { gap: 24px; }
      .value-item { padding-top: 16px; }
      .value-item::before { width: 22px; height: 16px; margin-bottom: 13px; }

      .steps { padding: 78px 0 86px; }
      .steps::after { width: 176px; height: 146px; right: -83px; top: 63px; }
      .steps-head { gap: 48px; margin-bottom: 41px; }
      .progression-list { gap: 24px; }
      .process-grid { gap: 11px; }
      .process-step { border-radius: 15px; }
      .process-copy { min-height: 116px; padding: 13px 13px 15px; }
      .process-number { width: 32px; height: 32px; margin-bottom: 9px; }
      .process-step h3 { font-size: 18px; }
      .process-step p { font-size: 14px; }

      .motion { padding: 77px 0 82px; }
      .motion-head { gap: 34px; margin-bottom: 31px; }
      .motion-head h2 { max-width: 347px; }
      .motion-head p { max-width: 320px; }
      .motion-grid { gap: 14px; }
      .motion-panel, .motion-panel img, .motion-panel video { min-height: 307px; }
      .motion-panel { border-radius: 18px; }
      .motion-caption { left: 15px; right: 55px; bottom: 14px; }
      .motion-caption strong { font-size: 20px; }

      .gallery { padding: 85px 0; }
      .gallery-head { max-width: 600px; margin-bottom: 42px; }
      .gallery-wall { grid-auto-rows: 231px; gap: 14px; }
      .gallery-note { gap: 45px; margin-top: 31px; padding-top: 18px; }
      .gallery-note strong { font-size: 20px; }

      .moments { padding: 79px 0; }
      .moments-grid { gap: 51px; }
      .moments-visual { height: 366px; }
      .moments-visual img { border-radius: 110px 16px 16px 16px; }
      .moments-note { right: -12px; bottom: 18px; max-width: 190px; font-size: 16px; }
      .moment-item h3 { font-size: 19px; }

      .inside { padding: 79px 0; }
      .inside-grid { gap: 53px; }
      .kit-gallery { height: 394px; }
      .kit-gallery .main { right: 50px; bottom: 23px; border-radius: 121px 121px 16px 16px; }
      .kit-gallery .detail { width: 156px; height: 196px; border-width: 6px; }
      .contents { margin: 21px 0 17px; }
      .contents li { padding: 11px 0; font-size: 19px; }

      .story { padding: 82px 0; }
      .story-grid { gap: 53px; }
      .story-copy blockquote { margin-top: 19px; padding: 12px 0 0 13px; font-size: 19px; }
      .story-image { height: 394px; }
      .story-image img { border-radius: 16px 116px 16px 16px; }
      .story-caption { right: -8px; bottom: 17px; max-width: 190px; font-size: 16px; }

      .faq { padding: 74px 0; }
      .faq-grid { gap: 61px; }
      summary { padding: 14px 0; font-size: 19px; }
      details p { margin: 0 30px 14px 0; }

      .shop { padding: 85px 0 89px; }
      .shop::after { width: 281px; height: 236px; right: -106px; top: -86px; }
      .shop-grid { gap: 52px; }
      .shop-gallery { height: 408px; }
      .shop-front { height: 371px; border-width: 6px; border-radius: 116px 116px 16px 16px; }
      .shop-back { height: 301px; border-width: 6px; border-radius: 15px; }
      .price { margin: 18px 0 3px; font-size: 36px; }

      .site-footer { padding: 44px 0 23px; }
      .footer-top { gap: 38px; padding-bottom: 29px; }
      .footer-brand p { font-size: 20px; }
      .footer-wordmark img { width: min(190px, 100%); }
      .footer-bottom { margin-top: 16px; }

      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) { font-size: 16px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h1 { margin-bottom: 17px !important; font-size: clamp(40px, 6.15vw, 74px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h2 { margin-bottom: 14px !important; font-size: clamp(30px, 4.35vw, 50px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) h3 { margin-bottom: 7px !important; font-size: 19px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .lead { font-size: 16px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote { font-size: clamp(27px, 3.3vw, 35px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .story-copy blockquote { margin-top: 19px !important; padding: 12px 0 0 13px !important; font-size: 19px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-brand p { font-size: 20px !important; }
    }

    /* Final component-level guardrails against Thrive's element styles. These are
       intentionally more specific than its landing-page skin and remain isolated
       beneath the Whimsy runtime marker. */
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .eyebrow {
      display: inline-flex !important;
      gap: 12px !important;
      margin: 0 0 20px !important;
      padding: 0 !important;
      color: var(--forest) !important;
      font-family: var(--body-font) !important;
      font-size: 11px !important;
      font-weight: 850 !important;
      letter-spacing: .18em !important;
      line-height: 1.4 !important;
      text-transform: uppercase !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .inside .eyebrow { color: #d8e4d4 !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shop .eyebrow { color: var(--blue-deep) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-kicker {
      color: #dbe5d7 !important;
      font-family: var(--body-font) !important;
      font-size: 12px !important;
      font-weight: 820 !important;
      letter-spacing: .16em !important;
      line-height: 1.4 !important;
      text-transform: uppercase !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-prompt-hint {
      color: var(--muted) !important;
      font-family: var(--heading-font) !important;
      font-size: 26px !important;
      line-height: 1.25 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .moment-aside {
      color: var(--forest) !important;
      font-family: var(--heading-font) !important;
      font-size: 20px !important;
      line-height: 1.35 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .contents li {
      margin: 0 !important;
      padding: 21px 0 !important;
      color: white !important;
      font-family: var(--heading-font) !important;
      font-size: 26px !important;
      font-weight: 400 !important;
      line-height: 1.25 !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .story-copy blockquote {
      color: var(--ink) !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-col h3 {
      margin: 0 0 11px !important;
      padding: 0 !important;
      color: #cbd7c5 !important;
      font-family: var(--body-font) !important;
      font-size: 11px !important;
      font-weight: 850 !important;
      letter-spacing: .16em !important;
      line-height: 1.4 !important;
      text-transform: uppercase !important;
    }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .hero h1 .turn,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .gallery-head h2 em { color: var(--orange) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .manifesto-quote em { color: var(--yellow) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-col a { color: rgba(255,255,255,.82) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .footer-bottom { color: rgba(255,255,255,.68) !important; }
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shop-meta,
    :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .secure { color: var(--ink) !important; }
    @media (min-width: 1181px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .eyebrow { gap: 9px !important; margin-bottom: 15px !important; font-size: 10px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-prompt-hint { font-size: 18px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .moment-aside { font-size: 17px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .contents li { padding: 11px 0 !important; font-size: 19px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .process-step p { font-size: 14px !important; }
    }
    @media (max-width: 640px) {
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .eyebrow { gap: 8px !important; margin-bottom: 13px !important; font-size: 10px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .shape-prompt-hint { font-size: clamp(19px, 6vw, 22px) !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .moment-aside { font-size: 17px !important; }
      :is(#tcb_landing_page .tcb-style-wrap .whimsy-thrive-runtime-root, #tcb_landing_page .tve_lp_template_wrapper > .whimsy-thrive-runtime-root) .contents li { padding: 14px 0 !important; font-size: clamp(20px, 6.5vw, 24px) !important; }
    }

    /* Slightly stronger branding and fully reachable navigation at tablet/mobile sizes. */
    @media (max-width: 980px) {
      .brand { min-height: 44px; flex: 0 0 auto; }
      .brand img { width: clamp(170px, 28vw, 204px); }
      .nav { max-height: calc(100dvh - 88px); overflow-y: auto; overscroll-behavior: contain; }
      .nav a, .nav a:not(.nav-shop) { min-height: 54px; font-size: clamp(17px, 3vw, 19px); }
    }
    @media (min-width: 981px) and (max-width: 1180px) {
      .brand { min-height: 44px; flex: 0 0 auto; }
      .nav { gap: 22px; }
      .nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
    }
    @media (max-width: 640px) {
      .brand img { width: clamp(168px, 48vw, 190px); }
    }

    /* Three-color progression selector: one balanced row at every breakpoint. */
    .whimsy-thrive-runtime-root .color-tabs {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: min(100%, 420px);
      max-width: 420px;
      min-width: 0;
      gap: 6px;
      padding: 5px;
      border-radius: 999px;
    }
    .whimsy-thrive-runtime-root .color-tab {
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      min-width: 0;
      min-height: 46px;
      margin: 0;
      padding: 9px 12px;
      white-space: nowrap;
    }
    .whimsy-thrive-runtime-root .color-tab::before { flex: 0 0 13px; }
    @media (max-width: 980px) {
      .whimsy-thrive-runtime-root .color-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 540px; justify-self: end; }
      .whimsy-thrive-runtime-root .color-tab { min-height: 52px; padding: 11px 10px; }
    }
    @media (max-width: 640px) {
      .whimsy-thrive-runtime-root .progression-switcher { grid-template-columns: 1fr; }
      .whimsy-thrive-runtime-root .color-tabs { max-width: none; justify-self: stretch; }
      .whimsy-thrive-runtime-root .color-tab { min-height: 48px; padding: 9px 8px; font-size: clamp(13px, 3.7vw, 15px); }
    }
    @media (max-width: 380px) {
      .whimsy-thrive-runtime-root .color-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 20px; }
      .whimsy-thrive-runtime-root .color-tab { min-height: 44px; gap: 5px; padding: 7px 5px; font-size: 12px; }
      .whimsy-thrive-runtime-root .color-tab::before { width: 10px; height: 10px; flex-basis: 10px; }
    }
