/*
|--------------------------------------------------------------------------
| WE KNEAD TO TALK™ — PREMIUM
| Premium visual system
|--------------------------------------------------------------------------
|
| Bakery storefront × production ledger × order slips × packing paper
|
| This stylesheet belongs to the Premium multi-page website.
| The FREE landing page continues to use assets/css/style.css.
|
*/


/* ==========================================================================
   01. TOKENS
   ========================================================================== */

:root {
    --cream: #fbf4e5;
    --cream-deep: #f0dfbc;
    --paper: #f7eacb;
    --paper-light: #fffaf0;

    --butter: #f1c95f;
    --butter-soft: #f8dfa0;

    --blue: #244c8f;
    --blue-mid: #1d427b;
    --blue-deep: #173764;
    --blue-dark: #102843;
    --blue-black: #0b1d32;
    --blue-light: #d9e4f1;

    --chocolate: #2a1d18;
    --chocolate-soft: #57453c;
    --cocoa: #7a6256;

    --jam: #b7473f;
    --jam-dark: #86322e;
    --jam-soft: #d7776e;

    --sage: #79806d;

    --white: #fffdf7;
    --black: #16120f;

    --line-dark: rgba(42, 29, 24, 0.22);
    --line-blue: rgba(16, 40, 67, 0.24);
    --line-light: rgba(255, 253, 247, 0.28);

    --shadow-small:
        0 10px 30px rgba(16, 40, 67, 0.10);

    --shadow-medium:
        0 24px 70px rgba(16, 40, 67, 0.16);

    --shadow-large:
        0 35px 100px rgba(9, 25, 43, 0.22);

    --display:
        "Fraunces",
        Georgia,
        "Times New Roman",
        serif;

    --body:
        "Work Sans",
        Arial,
        Helvetica,
        sans-serif;

    --mono:
        "IBM Plex Mono",
        Consolas,
        "Courier New",
        monospace;

    --shell:
        min(1540px, calc(100% - 80px));

    --shell-narrow:
        min(1240px, calc(100% - 80px));

    --header-height:
        108px;

    --radius-small:
        3px;

    --transition:
        180ms ease;
}


/* ==========================================================================
   02. RESET
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;

    background:
        var(--cream);

    color:
        var(--chocolate);

    font-family:
        var(--body);

    font-size:
        16px;

    line-height:
        1.6;

    overflow-x:
        hidden;

    text-rendering:
        optimizeLegibility;

    -webkit-font-smoothing:
        antialiased;
}

body.nav-open {
    overflow:
        hidden;
}

img {
    display:
        block;

    width:
        100%;

    height:
        auto;
}

a {
    color:
        inherit;

    text-decoration:
        none;
}

button,
input,
textarea,
select {
    font:
        inherit;
}

button {
    color:
        inherit;
}

h1,
h2,
h3,
h4,
p,
dl,
dd {
    margin-top:
        0;
}

h1,
h2,
h3,
h4 {
    text-wrap:
        balance;
}

p {
    text-wrap:
        pretty;
}

::selection {
    background:
        var(--butter);

    color:
        var(--blue-dark);
}


/* ==========================================================================
   03. ACCESSIBILITY
   ========================================================================== */

.skip-link {
    position:
        fixed;

    top:
        12px;

    left:
        12px;

    z-index:
        9999;

    padding:
        12px 18px;

    background:
        var(--white);

    color:
        var(--blue-dark);

    border:
        2px solid var(--blue-dark);

    font-family:
        var(--mono);

    font-size:
        0.78rem;

    font-weight:
        600;

    transform:
        translateY(-180%);

    transition:
        transform var(--transition);
}

.skip-link:focus {
    transform:
        translateY(0);
}

:focus-visible {
    outline:
        3px solid var(--butter);

    outline-offset:
        4px;
}


/* ==========================================================================
   04. GLOBAL LAYOUT
   ========================================================================== */

.site-shell {
    width:
        var(--shell);

    margin-inline:
        auto;
}

.eyebrow {
    margin-bottom:
        18px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.74rem;

    font-weight:
        600;

    line-height:
        1.35;

    letter-spacing:
        0.08em;

    text-transform:
        uppercase;
}

.button {
    display:
        inline-flex;

    min-height:
        54px;

    align-items:
        center;

    justify-content:
        center;

    padding:
        14px 22px;

    border:
        1px solid transparent;

    font-family:
        var(--mono);

    font-size:
        0.78rem;

    font-weight:
        600;

    line-height:
        1.2;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;

    transition:
        background var(--transition),
        border-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.button:hover {
    transform:
        translateY(-2px);
}

.button--primary {
    background:
        var(--blue);

    border-color:
        var(--blue);

    color:
        var(--white);
}

.button--primary:hover {
    background:
        var(--blue-dark);

    border-color:
        var(--blue-dark);
}

.button--paper {
    background:
        var(--paper-light);

    border-color:
        var(--chocolate);

    color:
        var(--chocolate);
}

.button--paper:hover {
    background:
        var(--butter-soft);
}

.text-link {
    display:
        inline-flex;

    align-items:
        center;

    color:
        var(--blue-deep);

    font-family:
        var(--mono);

    font-size:
        0.78rem;

    font-weight:
        600;

    letter-spacing:
        0.03em;

    text-transform:
        uppercase;

    transition:
        color var(--transition),
        transform var(--transition);
}

.text-link:hover {
    color:
        var(--jam-dark);

    transform:
        translateX(4px);
}

.section-heading {
    max-width:
        940px;

    margin-bottom:
        54px;
}

.section-heading h2 {
    margin-bottom:
        0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 5.3vw, 5.9rem);

    font-weight:
        700;

    line-height:
        0.94;

    letter-spacing:
        -0.045em;
}

.section-heading--split {
    display:
        grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(260px, 0.7fr);

    gap:
        70px;

    max-width:
        none;

    align-items:
        end;
}

.section-heading__note {
    padding-bottom:
        10px;

    border-bottom:
        1px solid var(--line-dark);
}

.section-heading__note p {
    margin-bottom:
        7px;

    font-size:
        0.98rem;

    line-height:
        1.55;
}

.section-heading__note p:first-child {
    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.72rem;

    font-weight:
        600;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}


/* ==========================================================================
   05. MORNING RIBBON
   ========================================================================== */

.morning-ribbon {
    position:
        relative;

    z-index:
        60;

    background:
        var(--blue-dark);

    color:
        var(--white);

    border-top:
        4px solid var(--butter);
}

.morning-ribbon__inner {
    display:
        flex;

    min-height:
        36px;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        30px;
}

.morning-ribbon p {
    margin:
        0;

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    font-weight:
        500;

    line-height:
        1.3;

    letter-spacing:
        0.055em;
}

.morning-ribbon__status {
    color:
        var(--butter);
}

.morning-ribbon__status span {
    margin-right:
        7px;
}


/* ==========================================================================
   06. HEADER
   ========================================================================== */

.site-header {
    position:
        relative;

    z-index:
        50;

    min-height:
        var(--header-height);

    background:
        rgba(251, 244, 229, 0.98);

    border-bottom:
        1px solid var(--blue-dark);
}

.site-header__inner {
    display:
        flex;

    min-height:
        var(--header-height);

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        50px;
}

.brand {
    display:
        inline-flex;

    flex-direction:
        column;

    align-items:
        flex-start;

    flex-shrink:
        0;
}

.brand__name {
    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.48rem;

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        -0.025em;
}

.brand__tagline {
    margin-top:
        7px;

    color:
        var(--jam-dark);

    font-family:
        var(--display);

    font-size:
        0.9rem;

    font-style:
        italic;

    font-weight:
        600;

    line-height:
        1.1;
}

.site-nav {
    display:
        flex;

    align-items:
        center;

    gap:
        30px;
}

.site-nav > a {
    position:
        relative;

    color:
        var(--chocolate);

    font-size:
        0.88rem;

    font-weight:
        600;

    line-height:
        1;

    transition:
        color var(--transition);
}

.site-nav > a:not(.site-nav__order)::after {
    position:
        absolute;

    right:
        0;

    bottom:
        -8px;

    left:
        0;

    height:
        2px;

    background:
        var(--jam);

    content:
        "";

    transform:
        scaleX(0);

    transform-origin:
        right;

    transition:
        transform var(--transition);
}

.site-nav > a:not(.site-nav__order):hover {
    color:
        var(--jam-dark);
}

.site-nav > a:not(.site-nav__order):hover::after {
    transform:
        scaleX(1);

    transform-origin:
        left;
}

.site-nav__order {
    display:
        inline-flex;

    min-height:
        48px;

    align-items:
        center;

    justify-content:
        center;

    padding:
        12px 18px;

    background:
        var(--blue);

    border:
        1px solid var(--blue);

    color:
        var(--white) !important;

    font-family:
        var(--mono);

    font-size:
        0.7rem !important;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;

    transition:
        background var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.site-nav__order:hover {
    background:
        var(--blue-dark);

    border-color:
        var(--blue-dark);

    transform:
        translateY(-2px);
}

.menu-toggle {
    display:
        none;

    width:
        48px;

    height:
        48px;

    padding:
        11px;

    background:
        transparent;

    border:
        1px solid var(--blue-dark);

    cursor:
        pointer;
}

.menu-toggle span {
    display:
        block;

    width:
        100%;

    height:
        2px;

    margin:
        5px 0;

    background:
        var(--blue-dark);

    transition:
        transform var(--transition),
        opacity var(--transition);
}


/* ==========================================================================
   07. HOME HERO — MORNING LEDGER
   ========================================================================== */

.home-hero {
    position:
        relative;

    min-height:
        780px;

    overflow:
        hidden;

    background:
        var(--blue-dark);
}

.home-hero::before {
    position:
        absolute;

    inset:
        0;

    z-index:
        1;

    background:
        linear-gradient(
            90deg,
            rgba(8, 26, 45, 0.92) 0%,
            rgba(8, 26, 45, 0.78) 35%,
            rgba(8, 26, 45, 0.26) 70%,
            rgba(8, 26, 45, 0.10) 100%
        );

    content:
        "";
}

.home-hero::after {
    position:
        absolute;

    inset:
        20px;

    z-index:
        2;

    border:
        1px solid rgba(255, 253, 247, 0.24);

    pointer-events:
        none;

    content:
        "";
}

.home-hero__image {
    position:
        absolute;

    inset:
        0;
}

.home-hero__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        56% center;
}

.home-hero__layout {
    position:
        relative;

    z-index:
        3;

    display:
        grid;

    min-height:
        780px;

    grid-template-columns:
        minmax(0, 760px)
        minmax(210px, 1fr);

    gap:
        50px;

    align-items:
        center;

    padding-block:
        80px 70px;
}

.home-hero__ledger {
    position:
        relative;

    padding:
        48px 54px 44px;

    background:
        rgba(13, 39, 65, 0.82);

    border:
        1px solid rgba(255, 253, 247, 0.48);

    box-shadow:
        18px 18px 0 rgba(8, 26, 45, 0.28);

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}

.home-hero__ledger::before {
    position:
        absolute;

    inset:
        8px;

    border:
        1px solid rgba(255, 253, 247, 0.12);

    pointer-events:
        none;

    content:
        "";
}

.ledger-rule {
    display:
        flex;

    justify-content:
        space-between;

    gap:
        20px;

    margin-bottom:
        34px;

    padding-bottom:
        12px;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.32);

    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.065em;
}

.home-hero .eyebrow {
    color:
        var(--butter);
}

.home-hero h1 {
    max-width:
        680px;

    margin-bottom:
        28px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(4.4rem, 7vw, 7.2rem);

    font-weight:
        700;

    line-height:
        0.88;

    letter-spacing:
        -0.055em;
}

.home-hero h1 span {
    display:
        block;

    color:
        var(--butter);
}

.home-hero__intro {
    max-width:
        650px;

    margin-bottom:
        32px;

    color:
        rgba(255, 253, 247, 0.92);

    font-size:
        1.05rem;

    line-height:
        1.7;
}

.home-hero__actions {
    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        12px;

    margin-bottom:
        42px;
}

.hero-stats {
    display:
        grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        0;

    margin:
        0;

    border-top:
        1px solid rgba(255, 253, 247, 0.28);

    border-bottom:
        1px solid rgba(255, 253, 247, 0.28);
}

.hero-stats > div {
    padding:
        16px 18px 14px 0;
}

.hero-stats > div + div {
    padding-left:
        18px;

    border-left:
        1px solid rgba(255, 253, 247, 0.28);
}

.hero-stats dt {
    margin-bottom:
        5px;

    color:
        rgba(255, 253, 247, 0.62);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}

.hero-stats dd {
    margin:
        0;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        1.22rem;

    font-weight:
        700;
}

.home-hero__side-note {
    align-self:
        end;

    justify-self:
        end;

    width:
        min(100%, 320px);

    margin-bottom:
        30px;

    padding:
        26px;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    box-shadow:
        10px 10px 0 var(--butter);
}

.side-note__label {
    margin-bottom:
        16px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.07em;
}

.side-note__message {
    margin-bottom:
        14px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        2rem;

    font-weight:
        700;

    line-height:
        1.02;

    letter-spacing:
        -0.03em;
}

.side-note__fine-print {
    margin-bottom:
        0;

    color:
        var(--chocolate-soft);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    line-height:
        1.55;
}


/* ==========================================================================
   08. TODAY'S COUNTER
   ========================================================================== */

.counter-ledger {
    position:
        relative;

    padding:
        110px 0 100px;

    background:
        var(--cream);
}

.counter-ledger::before {
    position:
        absolute;

    top:
        0;

    right:
        0;

    left:
        0;

    height:
        14px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 52px,
            var(--cream) 52px,
            var(--cream) 104px
        );

    border-bottom:
        1px solid var(--blue-dark);

    content:
        "";
}

.counter-grid {
    display:
        grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        34px 26px;
}

.counter-item {
    display:
        grid;

    grid-template-columns:
        minmax(220px, 0.85fr)
        minmax(0, 1.15fr);

    min-height:
        280px;

    background:
        var(--paper-light);

    border:
        1px solid var(--line-dark);

    transition:
        box-shadow var(--transition),
        transform var(--transition);
}

.counter-item:hover {
    transform:
        translateY(-4px);

    box-shadow:
        var(--shadow-medium);
}

.counter-item__image {
    position:
        relative;

    min-height:
        280px;

    overflow:
        hidden;

    border-right:
        1px solid var(--line-dark);
}

.counter-item__image::after {
    position:
        absolute;

    right:
        0;

    bottom:
        0;

    left:
        0;

    height:
        4px;

    background:
        var(--blue);

    content:
        "";
}

.counter-item__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    transition:
        transform 400ms ease;
}

.counter-item:hover .counter-item__image img {
    transform:
        scale(1.035);
}

.counter-item__body {
    display:
        grid;

    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;

    gap:
        18px;

    align-content:
        start;

    padding:
        26px;
}

.counter-item__number {
    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    font-weight:
        600;
}

.counter-item h3 {
    margin-bottom:
        10px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(1.55rem, 2.2vw, 2.25rem);

    font-weight:
        700;

    line-height:
        1;

    letter-spacing:
        -0.035em;
}

.counter-item__body p:not(.counter-item__price) {
    margin-bottom:
        0;

    color:
        var(--chocolate-soft);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    line-height:
        1.55;
}

.counter-item__price {
    margin-bottom:
        0;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.72rem;

    font-weight:
        600;
}

.counter-ledger__footer {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        30px;

    margin-top:
        36px;

    padding-top:
        20px;

    border-top:
        1px solid var(--line-dark);
}

.counter-ledger__footer p,
.counter-ledger__footer a {
    margin:
        0;

    font-family:
        var(--mono);

    font-size:
        0.7rem;

    font-weight:
        600;

    letter-spacing:
        0.045em;
}

.counter-ledger__footer p {
    color:
        var(--jam-dark);
}

.counter-ledger__footer a {
    color:
        var(--blue-deep);

    transition:
        color var(--transition);
}

.counter-ledger__footer a:hover {
    color:
        var(--jam-dark);
}


/* ==========================================================================
   09. ORDER DESK
   ========================================================================== */

.order-desk {
    position:
        relative;

    padding:
        110px 0 120px;

    background:
        var(--blue-dark);

    color:
        var(--white);
}

.order-desk::before {
    position:
        absolute;

    inset:
        0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.055) 1px,
            transparent 1px
        );

    background-size:
        42px 42px;

    pointer-events:
        none;

    content:
        "";
}

.order-desk .site-shell {
    position:
        relative;

    z-index:
        1;
}

.order-desk .eyebrow {
    color:
        var(--butter);
}

.order-desk .section-heading h2 {
    color:
        var(--white);
}

.order-desk__grid {
    display:
        grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        20px;
}

.order-slip {
    position:
        relative;

    display:
        flex;

    min-height:
        420px;

    flex-direction:
        column;

    padding:
        32px;

    overflow:
        hidden;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    color:
        var(--chocolate);

    transition:
        transform var(--transition),
        box-shadow var(--transition);
}

.order-slip::before {
    position:
        absolute;

    right:
        0;

    bottom:
        0;

    left:
        0;

    height:
        10px;

    background:
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 7px,
            var(--blue) 7px,
            var(--blue) 11px,
            transparent 11px,
            transparent 18px
        );

    content:
        "";
}

.order-slip:hover {
    transform:
        translateY(-7px) rotate(-0.35deg);

    box-shadow:
        12px 14px 0 rgba(0, 0, 0, 0.18);
}

.order-slip--butter {
    background:
        var(--butter-soft);
}

.order-slip--jam {
    background:
        #f6ddd7;
}

.order-slip__top {
    display:
        flex;

    justify-content:
        space-between;

    gap:
        20px;

    margin-bottom:
        58px;

    padding-bottom:
        13px;

    border-bottom:
        1px dashed var(--cocoa);

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.06em;
}

.order-slip h3 {
    max-width:
        420px;

    margin-bottom:
        20px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(2.3rem, 3.3vw, 3.7rem);

    font-weight:
        700;

    line-height:
        0.98;

    letter-spacing:
        -0.04em;
}

.order-slip p {
    max-width:
        440px;

    margin-bottom:
        34px;

    color:
        var(--chocolate-soft);

    font-size:
        0.94rem;

    line-height:
        1.65;
}

.order-slip__link {
    margin-top:
        auto;

    color:
        var(--blue-deep);

    font-family:
        var(--mono);

    font-size:
        0.72rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}


/* ==========================================================================
   10. PRODUCTION REPORT
   ========================================================================== */

.production-report {
    display:
        grid;

    grid-template-columns:
        minmax(0, 1.14fr)
        minmax(480px, 0.86fr);

    min-height:
        760px;

    background:
        var(--black);

    color:
        var(--white);
}

.production-report__image {
    position:
        relative;

    min-height:
        760px;

    overflow:
        hidden;
}

.production-report__image::after {
    position:
        absolute;

    inset:
        0;

    background:
        linear-gradient(
            90deg,
            rgba(16, 10, 7, 0.08),
            rgba(16, 10, 7, 0.28)
        );

    content:
        "";
}

.production-report__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        center;
}

.production-report__content {
    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        80px clamp(46px, 6vw, 100px);

    background:
        linear-gradient(
            145deg,
            #221611,
            #120d0a
        );

    border-left:
        1px solid rgba(255, 253, 247, 0.12);
}

.production-report .eyebrow {
    color:
        var(--butter);
}

.production-report h2 {
    max-width:
        700px;

    margin-bottom:
        34px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3.2rem, 5vw, 5.6rem);

    font-weight:
        700;

    line-height:
        0.94;

    letter-spacing:
        -0.045em;
}

.production-report__lead {
    max-width:
        690px;

    margin-bottom:
        48px;

    color:
        rgba(255, 253, 247, 0.78);

    font-size:
        1rem;

    line-height:
        1.8;
}

.production-report__details {
    display:
        grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        22px;

    margin-bottom:
        46px;

    padding-block:
        26px;

    border-top:
        1px solid rgba(255, 253, 247, 0.18);

    border-bottom:
        1px solid rgba(255, 253, 247, 0.18);
}

.production-report__details > div {
    min-width:
        0;
}

.detail-number {
    display:
        block;

    margin-bottom:
        8px;

    color:
        var(--butter);

    font-family:
        var(--display);

    font-size:
        2.7rem;

    font-weight:
        700;

    line-height:
        1;
}

.production-report__details p {
    margin-bottom:
        0;

    color:
        rgba(255, 253, 247, 0.66);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    line-height:
        1.5;
}

.production-report .text-link {
    color:
        var(--butter);
}

.production-report .text-link:hover {
    color:
        var(--white);
}


/* ==========================================================================
   11. BIG ORDER SHEET
   ========================================================================== */

.big-order-sheet {
    position:
        relative;

    padding:
        120px 0;

    background:
        var(--paper);
}

.big-order-sheet::before {
    position:
        absolute;

    top:
        0;

    right:
        0;

    left:
        0;

    height:
        18px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 40px,
            var(--cream) 40px,
            var(--cream) 80px
        );

    border-top:
        1px solid var(--blue-dark);

    border-bottom:
        1px solid var(--blue-dark);

    content:
        "";
}

.big-order-sheet__inner {
    display:
        grid;

    grid-template-columns:
        minmax(380px, 0.82fr)
        minmax(0, 1.18fr);

    gap:
        0;

    background:
        var(--paper-light);

    border:
        1px solid var(--blue-dark);

    box-shadow:
        var(--shadow-large);
}

.big-order-sheet__copy {
    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        clamp(50px, 7vw, 100px);
}

.big-order-sheet__copy h2 {
    margin-bottom:
        30px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3.2rem, 5vw, 5.6rem);

    font-weight:
        700;

    line-height:
        0.93;

    letter-spacing:
        -0.045em;
}

.big-order-sheet__copy > p:not(.eyebrow) {
    max-width:
        600px;

    margin-bottom:
        34px;

    color:
        var(--chocolate-soft);

    font-size:
        1rem;

    line-height:
        1.75;
}

.big-order-sheet__actions {
    display:
        flex;

    flex-wrap:
        wrap;

    align-items:
        center;

    gap:
        24px;
}

.big-order-sheet__image {
    position:
        relative;

    min-height:
        680px;

    overflow:
        hidden;

    border-left:
        1px solid var(--blue-dark);
}

.big-order-sheet__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;
}

.big-order-sheet__stamp {
    position:
        absolute;

    right:
        28px;

    bottom:
        28px;

    display:
        grid;

    width:
        154px;

    aspect-ratio:
        1;

    place-items:
        center;

    padding:
        20px;

    background:
        rgba(255, 250, 240, 0.94);

    border:
        3px double var(--blue-dark);

    border-radius:
        50%;

    color:
        var(--blue-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    line-height:
        1.55;

    letter-spacing:
        0.07em;

    text-align:
        center;

    transform:
        rotate(-7deg);
}


/* ==========================================================================
   12. VISIT SHEET
   ========================================================================== */

.visit-sheet {
    display:
        grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(430px, 0.65fr);

    min-height:
        760px;

    background:
        var(--blue-dark);
}

.visit-sheet__photo {
    min-height:
        760px;

    overflow:
        hidden;
}

.visit-sheet__photo img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        center;
}

.visit-sheet__panel {
    position:
        relative;

    display:
        flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        clamp(54px, 6vw, 96px);

    background:
        var(--blue-dark);

    color:
        var(--white);

    border-left:
        1px solid rgba(255, 253, 247, 0.20);
}

.visit-sheet__panel::before {
    position:
        absolute;

    inset:
        18px;

    border:
        1px solid rgba(255, 253, 247, 0.18);

    pointer-events:
        none;

    content:
        "";
}

.visit-sheet .eyebrow {
    color:
        var(--butter);
}

.visit-sheet h2 {
    margin-bottom:
        8px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3.3rem, 5vw, 5.8rem);

    font-weight:
        700;

    line-height:
        0.9;

    letter-spacing:
        -0.045em;
}

.visit-sheet__city {
    margin-bottom:
        38px;

    color:
        rgba(255, 253, 247, 0.72);

    font-size:
        1rem;
}

.hours-list {
    margin:
        0 0 34px;

    border-top:
        1px solid rgba(255, 253, 247, 0.26);
}

.hours-list > div {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    padding:
        16px 0;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.26);
}

.hours-list dt {
    color:
        rgba(255, 253, 247, 0.78);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.hours-list dd {
    margin:
        0;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        1.35rem;

    font-weight:
        700;

    line-height:
        1;
}

.visit-sheet__contact {
    display:
        flex;

    flex-direction:
        column;

    gap:
        5px;

    margin-bottom:
        34px;
}

.visit-sheet__contact a {
    width:
        fit-content;

    color:
        var(--white);

    font-family:
        var(--mono);

    font-size:
        0.72rem;

    font-weight:
        600;

    transition:
        color var(--transition);
}

.visit-sheet__contact a:hover {
    color:
        var(--butter);
}

.visit-sheet__note {
    display:
        flex;

    flex-direction:
        column;

    margin-bottom:
        32px;

    color:
        rgba(255, 253, 247, 0.65);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.visit-sheet__note em {
    margin-top:
        8px;

    color:
        var(--butter);

    font-family:
        var(--display);

    font-size:
        1.05rem;

    font-weight:
        600;

    letter-spacing:
        0;

    text-transform:
        none;
}

.visit-sheet .button {
    position:
        relative;

    z-index:
        2;

    align-self:
        flex-start;
}


/* ==========================================================================
   13. CLOSING STRIP
   ========================================================================== */

.closing-strip {
    padding:
        76px 0;

    background:
        var(--butter);

    border-top:
        1px solid var(--blue-dark);

    border-bottom:
        1px solid var(--blue-dark);
}

.closing-strip__inner {
    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        60px;
}

.closing-strip .eyebrow {
    margin-bottom:
        14px;

    color:
        var(--jam-dark);
}

.closing-strip h2 {
    max-width:
        980px;

    margin-bottom:
        0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(2.7rem, 4.3vw, 4.8rem);

    font-weight:
        700;

    line-height:
        0.96;

    letter-spacing:
        -0.04em;
}

.closing-strip .button {
    flex-shrink:
        0;
}


/* ==========================================================================
   14. FOOTER
   ========================================================================== */

.site-footer {
    padding:
        80px 0 30px;

    background:
        var(--blue-dark);

    color:
        var(--white);

    border-top:
        5px solid var(--blue);
}

.site-footer__grid {
    display:
        grid;

    grid-template-columns:
        minmax(270px, 1.4fr)
        repeat(3, minmax(150px, 0.6fr));

    gap:
        60px;

    padding-bottom:
        64px;
}

.brand--footer .brand__name {
    color:
        var(--white);
}

.brand--footer .brand__tagline {
    color:
        var(--butter);
}

.site-footer__motto {
    margin:
        20px 0 0;

    color:
        rgba(255, 253, 247, 0.58);

    font-family:
        var(--mono);

    font-size:
        0.68rem;
}

.site-footer__label {
    margin-bottom:
        20px;

    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    font-weight:
        600;

    letter-spacing:
        0.06em;
}

.site-footer__grid > div:not(:first-child) {
    display:
        flex;

    flex-direction:
        column;

    align-items:
        flex-start;

    gap:
        10px;
}

.site-footer__grid a,
.site-footer__grid p:not(.site-footer__label):not(.site-footer__motto) {
    color:
        rgba(255, 253, 247, 0.74);

    font-size:
        0.82rem;

    line-height:
        1.55;
}

.site-footer__grid a {
    transition:
        color var(--transition);
}

.site-footer__grid a:hover {
    color:
        var(--butter);
}

.site-footer__bottom {
    display:
        grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        30px;

    padding-top:
        24px;

    border-top:
        1px solid rgba(255, 253, 247, 0.18);
}

.site-footer__bottom p,
.site-footer__bottom a {
    margin:
        0;

    color:
        rgba(255, 253, 247, 0.56);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    line-height:
        1.5;
}

.site-footer__bottom p:nth-child(2) {
    text-align:
        center;
}

.site-footer__bottom a {
    justify-self:
        end;

    transition:
        color var(--transition);
}

.site-footer__bottom a:hover {
    color:
        var(--butter);
}


/* ==========================================================================
   15. LARGE DESKTOP TUNING
   ========================================================================== */

@media (min-width: 1700px) {
    :root {
        --shell:
            min(1640px, calc(100% - 120px));
    }

    .home-hero {
        min-height:
            830px;
    }

    .home-hero__layout {
        min-height:
            830px;
    }

    .home-hero__ledger {
        max-width:
            800px;
    }
}


/* ==========================================================================
   16. MEDIUM DESKTOP
   ========================================================================== */

@media (max-width: 1240px) {
    :root {
        --shell:
            min(100% - 56px, 1180px);
    }

    .site-header__inner {
        gap:
            30px;
    }

    .site-nav {
        gap:
            20px;
    }

    .site-nav > a {
        font-size:
            0.82rem;
    }

    .home-hero__layout {
        grid-template-columns:
            minmax(0, 700px)
            minmax(190px, 1fr);
    }

    .home-hero__ledger {
        padding:
            42px;
    }

    .counter-item {
        grid-template-columns:
            minmax(180px, 0.8fr)
            minmax(0, 1.2fr);
    }

    .counter-item__body {
        padding:
            22px;
    }

    .production-report {
        grid-template-columns:
            1fr
            0.92fr;
    }

    .big-order-sheet__copy {
        padding:
            60px;
    }

    .site-footer__grid {
        gap:
            36px;
    }
}


/* ==========================================================================
   17. TABLET LANDSCAPE
   ========================================================================== */

@media (max-width: 1020px) {
    :root {
        --shell:
            calc(100% - 44px);
    }

    .section-heading--split {
        grid-template-columns:
            1fr;

        gap:
            28px;
    }

    .section-heading__note {
        max-width:
            520px;
    }

    .home-hero {
        min-height:
            auto;
    }

    .home-hero__layout {
        min-height:
            720px;

        grid-template-columns:
            minmax(0, 1fr);

        align-content:
            center;

        padding-block:
            64px;
    }

    .home-hero__ledger {
        width:
            min(100%, 760px);
    }

    .home-hero__side-note {
        position:
            absolute;

        right:
            0;

        bottom:
            40px;

        width:
            270px;

        margin:
            0;
    }

    .counter-grid {
        grid-template-columns:
            1fr;
    }

    .counter-item {
        grid-template-columns:
            minmax(250px, 0.72fr)
            minmax(0, 1.28fr);
    }

    .order-desk__grid {
        grid-template-columns:
            1fr;
    }

    .order-slip {
        min-height:
            320px;
    }

    .order-slip__top {
        margin-bottom:
            34px;
    }

    .production-report {
        grid-template-columns:
            1fr;
    }

    .production-report__image {
        min-height:
            580px;
    }

    .production-report__content {
        padding:
            80px 50px;
    }

    .big-order-sheet__inner {
        grid-template-columns:
            1fr;
    }

    .big-order-sheet__copy {
        padding:
            70px;
    }

    .big-order-sheet__image {
        min-height:
            600px;

        border-top:
            1px solid var(--blue-dark);

        border-left:
            0;
    }

    .visit-sheet {
        grid-template-columns:
            1fr;
    }

    .visit-sheet__photo {
        min-height:
            620px;
    }

    .visit-sheet__panel {
        padding:
            80px 60px;

        border-top:
            1px solid rgba(255, 253, 247, 0.20);

        border-left:
            0;
    }

    .site-footer__grid {
        grid-template-columns:
            1.25fr
            repeat(2, 0.75fr);
    }

    .site-footer__grid > div:last-child {
        grid-column:
            2 / -1;
    }
}


/* ==========================================================================
   18. MOBILE NAVIGATION
   ========================================================================== */

@media (max-width: 820px) {
    :root {
        --shell:
            calc(100% - 32px);

        --header-height:
            88px;
    }

    .morning-ribbon__inner {
        justify-content:
            center;
    }

    .morning-ribbon__inner > p:first-child {
        display:
            none;
    }

    .site-header {
        position:
            relative;
    }

    .site-header__inner {
        gap:
            20px;
    }

    .brand__name {
        font-size:
            1.24rem;
    }

    .brand__tagline {
        font-size:
            0.8rem;
    }

    .menu-toggle {
        position:
            relative;

        z-index:
            102;

        display:
            block;

        flex-shrink:
            0;
    }

    .site-nav {
        position:
            fixed;

        inset:
            0;

        z-index:
            100;

        display:
            flex;

        flex-direction:
            column;

        align-items:
            flex-start;

        justify-content:
            center;

        gap:
            12px;

        padding:
            110px max(28px, 8vw) 50px;

        background:
            var(--cream);

        opacity:
            0;

        visibility:
            hidden;

        transform:
            translateY(-12px);

        transition:
            opacity var(--transition),
            visibility var(--transition),
            transform var(--transition);
    }

    .site-nav::before {
        position:
            absolute;

        top:
            0;

        right:
            0;

        left:
            0;

        height:
            14px;

        background:
            repeating-linear-gradient(
                90deg,
                var(--blue) 0,
                var(--blue) 42px,
                var(--cream) 42px,
                var(--cream) 84px
            );

        border-bottom:
            1px solid var(--blue-dark);

        content:
            "";
    }

    .site-nav > a {
        color:
            var(--blue-dark);

        font-family:
            var(--display);

        font-size:
            clamp(2.5rem, 10vw, 4.6rem);

        font-weight:
            700;

        line-height:
            0.95;

        letter-spacing:
            -0.04em;
    }

    .site-nav > a:not(.site-nav__order)::after {
        display:
            none;
    }

    .site-nav__order {
        width:
            100%;

        min-height:
            60px;

        margin-top:
            20px;

        font-family:
            var(--mono) !important;

        font-size:
            0.78rem !important;

        letter-spacing:
            0.05em;
    }

    body.nav-open .site-nav {
        opacity:
            1;

        visibility:
            visible;

        transform:
            translateY(0);
    }

    body.nav-open .menu-toggle {
        position:
            fixed;

        top:
            56px;

        right:
            16px;

        background:
            var(--cream);
    }

    body.nav-open .menu-toggle span:nth-child(1) {
        transform:
            translateY(7px) rotate(45deg);
    }

    body.nav-open .menu-toggle span:nth-child(2) {
        opacity:
            0;
    }

    body.nav-open .menu-toggle span:nth-child(3) {
        transform:
            translateY(-7px) rotate(-45deg);
    }

    .home-hero::before {
        background:
            linear-gradient(
                180deg,
                rgba(8, 26, 45, 0.40) 0%,
                rgba(8, 26, 45, 0.86) 52%,
                rgba(8, 26, 45, 0.96) 100%
            );
    }

    .home-hero__image img {
        object-position:
            62% center;
    }

    .home-hero__layout {
        min-height:
            760px;

        align-content:
            end;

        padding-block:
            110px 48px;
    }

    .home-hero__ledger {
        width:
            100%;

        padding:
            34px 30px;

        box-shadow:
            none;
    }

    .home-hero h1 {
        font-size:
            clamp(3.8rem, 14vw, 6rem);
    }

    .home-hero__side-note {
        position:
            static;

        width:
            min(100%, 390px);

        justify-self:
            start;

        margin-top:
            20px;
    }

    .counter-ledger,
    .order-desk,
    .big-order-sheet {
        padding-block:
            88px;
    }

    .section-heading {
        margin-bottom:
            42px;
    }

    .section-heading h2 {
        font-size:
            clamp(2.8rem, 10vw, 4.5rem);
    }

    .counter-item {
        grid-template-columns:
            1fr;
    }

    .counter-item__image {
        min-height:
            360px;

        border-right:
            0;

        border-bottom:
            1px solid var(--line-dark);
    }

    .counter-item__body {
        min-height:
            170px;
    }

    .counter-ledger__footer {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            12px;
    }

    .order-slip {
        min-height:
            360px;
    }

    .production-report__image {
        min-height:
            520px;
    }

    .production-report__content {
        padding:
            68px 32px;
    }

    .production-report h2 {
        font-size:
            clamp(3rem, 10vw, 4.8rem);
    }

    .production-report__details {
        grid-template-columns:
            1fr;

        gap:
            22px;
    }

    .production-report__details > div {
        display:
            grid;

        grid-template-columns:
            70px 1fr;

        gap:
            14px;

        align-items:
            center;
    }

    .detail-number {
        margin:
            0;
    }

    .big-order-sheet__copy {
        padding:
            56px 34px;
    }

    .big-order-sheet__copy h2 {
        font-size:
            clamp(3rem, 10vw, 4.7rem);
    }

    .big-order-sheet__image {
        min-height:
            520px;
    }

    .visit-sheet__photo {
        min-height:
            520px;
    }

    .visit-sheet__panel {
        padding:
            70px 34px;
    }

    .closing-strip {
        padding:
            60px 0;
    }

    .closing-strip__inner {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            34px;
    }

    .site-footer__grid {
        grid-template-columns:
            1fr 1fr;

        gap:
            44px 30px;
    }

    .site-footer__grid > div:first-child {
        grid-column:
            1 / -1;
    }

    .site-footer__grid > div:last-child {
        grid-column:
            auto;
    }

    .site-footer__bottom {
        grid-template-columns:
            1fr;

        gap:
            10px;
    }

    .site-footer__bottom p:nth-child(2) {
        text-align:
            left;
    }

    .site-footer__bottom a {
        justify-self:
            start;
    }
}


/* ==========================================================================
   19. MOBILE PORTRAIT
   ========================================================================== */

@media (max-width: 620px) {
    :root {
        --shell:
            calc(100% - 24px);
    }

    .morning-ribbon {
        border-top-width:
            3px;
    }

    .morning-ribbon__inner {
        min-height:
            32px;
    }

    .morning-ribbon p {
        font-size:
            0.58rem;
    }

    .site-header__inner {
        min-height:
            84px;
    }

    .brand__name {
        font-size:
            1.1rem;
    }

    .brand__tagline {
        font-size:
            0.73rem;
    }

    .menu-toggle {
        width:
            44px;

        height:
            44px;
    }

    body.nav-open .menu-toggle {
        top:
            49px;

        right:
            12px;
    }

    .home-hero::after {
        inset:
            10px;
    }

    .home-hero__layout {
        min-height:
            720px;

        padding:
            90px 0 32px;
    }

    .home-hero__ledger {
        padding:
            28px 22px 26px;
    }

    .ledger-rule {
        margin-bottom:
            26px;

        font-size:
            0.57rem;
    }

    .home-hero h1 {
        margin-bottom:
            22px;

        font-size:
            clamp(3.35rem, 15vw, 4.8rem);
    }

    .home-hero__intro {
        font-size:
            0.93rem;
    }

    .home-hero__actions {
        flex-direction:
            column;
    }

    .home-hero__actions .button {
        width:
            100%;
    }

    .hero-stats {
        grid-template-columns:
            1fr;
    }

    .hero-stats > div {
        display:
            flex;

        align-items:
            center;

        justify-content:
            space-between;

        gap:
            20px;

        padding:
            12px 0;
    }

    .hero-stats > div + div {
        padding-left:
            0;

        border-top:
            1px solid rgba(255, 253, 247, 0.20);

        border-left:
            0;
    }

    .hero-stats dt {
        margin:
            0;
    }

    .hero-stats dd {
        font-size:
            1rem;
    }

    .home-hero__side-note {
        box-shadow:
            7px 7px 0 var(--butter);
    }

    .counter-ledger {
        padding:
            78px 0 74px;
    }

    .counter-item__image {
        min-height:
            300px;
    }

    .counter-item__body {
        grid-template-columns:
            auto
            minmax(0, 1fr);

        padding:
            22px 18px;
    }

    .counter-item__price {
        grid-column:
            2;

        margin-top:
            5px;
    }

    .order-desk {
        padding:
            78px 0;
    }

    .order-slip {
        min-height:
            330px;

        padding:
            26px 22px;
    }

    .order-slip__top {
        margin-bottom:
            30px;
    }

    .order-slip h3 {
        font-size:
            clamp(2.35rem, 11vw, 3.3rem);
    }

    .production-report__image {
        min-height:
            430px;
    }

    .production-report__content {
        padding:
            58px 24px;
    }

    .production-report__lead {
        font-size:
            0.92rem;
    }

    .big-order-sheet {
        padding:
            80px 0;
    }

    .big-order-sheet__copy {
        padding:
            48px 24px;
    }

    .big-order-sheet__actions {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

    .big-order-sheet__actions .button {
        width:
            100%;
    }

    .big-order-sheet__image {
        min-height:
            420px;
    }

    .big-order-sheet__stamp {
        right:
            18px;

        bottom:
            18px;

        width:
            126px;

        font-size:
            0.56rem;
    }

    .visit-sheet__photo {
        min-height:
            430px;
    }

    .visit-sheet__panel {
        padding:
            60px 24px;
    }

    .visit-sheet__panel::before {
        inset:
            10px;
    }

    .hours-list > div {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            6px;
    }

    .visit-sheet .button {
        width:
            100%;
    }

    .closing-strip {
        padding:
            50px 0;
    }

    .closing-strip .button {
        width:
            100%;
    }

    .site-footer {
        padding-top:
            60px;
    }

    .site-footer__grid {
        grid-template-columns:
            1fr;

        gap:
            34px;
    }

    .site-footer__grid > div:first-child,
    .site-footer__grid > div:last-child {
        grid-column:
            auto;
    }
}


/* ==========================================================================
   20. SMALL MOBILE
   ========================================================================== */

@media (max-width: 420px) {
    .home-hero h1 {
        font-size:
            3.15rem;
    }

    .section-heading h2,
    .production-report h2,
    .big-order-sheet__copy h2,
    .visit-sheet h2 {
        font-size:
            2.85rem;
    }

    .closing-strip h2 {
        font-size:
            2.55rem;
    }

    .counter-item__image {
        min-height:
            260px;
    }

    .production-report__image,
    .big-order-sheet__image,
    .visit-sheet__photo {
        min-height:
            360px;
    }

    .side-note__message {
        font-size:
            1.7rem;
    }
}


/* ==========================================================================
   21. MOTION ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior:
            auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior:
            auto !important;

        transition-duration:
            0.01ms !important;

        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;
    }

    .counter-item:hover,
    .order-slip:hover,
    .button:hover,
    .text-link:hover {
        transform:
            none;
    }

    .counter-item:hover .counter-item__image img {
        transform:
            none;
    }
}


/* ==========================================================================
   22. SHARED DESKTOP REFINEMENTS
   ========================================================================== */

@media (min-width: 1021px) {

    /*
    |--------------------------------------------------------------------------
    | HEADER RHYTHM
    |--------------------------------------------------------------------------
    */

    :root {
        --header-height: 96px;
    }

    .morning-ribbon__inner {
        min-height: 32px;
    }

    .morning-ribbon p {
        font-size: 0.62rem;
    }

    .site-header__inner {
        min-height: 96px;
    }

    .brand__name {
        font-size: 1.34rem;
    }

    .brand__tagline {
        margin-top: 5px;
        font-size: 0.82rem;
    }

    .site-nav {
        gap: 24px;
    }

    .site-nav > a {
        font-size: 0.82rem;
    }

    .site-nav__order {
        min-height: 46px;
        padding: 11px 17px;
    }


    /*
    |--------------------------------------------------------------------------
    | GLOBAL DISPLAY SCALE
    |--------------------------------------------------------------------------
    */

    .section-heading {
        margin-bottom: 42px;
    }

    .section-heading h2 {
        font-size: clamp(2.8rem, 4.4vw, 4.65rem);
        font-weight: 600;
        line-height: 0.97;
        letter-spacing: -0.038em;
    }

    .section-heading--split {
        gap: 52px;
    }

    .section-heading__note {
        padding-bottom: 12px;
    }

    .section-heading__note p {
        font-size: 0.94rem;
        line-height: 1.5;
    }

    .section-heading__note p:first-child {
        font-size: 0.7rem;
    }

    .eyebrow {
        margin-bottom: 15px;
        font-size: 0.7rem;
    }


    /*
    |--------------------------------------------------------------------------
    | HERO
    |--------------------------------------------------------------------------
    */

    .home-hero {
        min-height: 700px;
    }

    .home-hero__layout {
        min-height: 700px;
        padding-block: 58px 52px;
    }

    .home-hero__ledger {
        max-width: 700px;
        padding: 38px 42px 36px;
    }

    .ledger-rule {
        margin-bottom: 28px;
        padding-bottom: 10px;
        font-size: 0.63rem;
    }

    .home-hero h1 {
        max-width: 610px;
        margin-bottom: 23px;
        font-size: clamp(3.8rem, 5.7vw, 5.55rem);
        line-height: 0.9;
        letter-spacing: -0.048em;
    }

    .home-hero__intro {
        max-width: 600px;
        margin-bottom: 27px;
        font-size: 0.98rem;
        line-height: 1.62;
    }

    .home-hero__actions {
        margin-bottom: 32px;
    }

    .hero-stats > div {
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .hero-stats dt {
        font-size: 0.64rem;
    }

    .hero-stats dd {
        font-size: 1.12rem;
    }

    .home-hero__side-note {
        width: min(100%, 300px);
        padding: 23px;
    }

    .side-note__label {
        margin-bottom: 12px;
        font-size: 0.64rem;
    }

    .side-note__message {
        margin-bottom: 12px;
        font-size: 1.72rem;
        line-height: 1.02;
    }

    .side-note__fine-print {
        font-size: 0.67rem;
    }


    /*
    |--------------------------------------------------------------------------
    | TODAY'S COUNTER
    |--------------------------------------------------------------------------
    */

    .counter-ledger {
        padding: 88px 0 82px;
    }

    .counter-grid {
        gap: 24px 24px;
    }

    .counter-item {
        min-height: 235px;
        grid-template-columns:
            minmax(190px, 0.78fr)
            minmax(0, 1.22fr);
    }

    .counter-item__image {
        min-height: 235px;
    }

    .counter-item__body {
        gap: 15px;
        padding: 22px 22px 20px;
    }

    .counter-item__number {
        font-size: 0.67rem;
    }

    .counter-item h3 {
        margin-bottom: 9px;
        font-size: clamp(1.45rem, 1.9vw, 1.9rem);
        line-height: 1.02;
    }

    .counter-item__body p:not(.counter-item__price) {
        font-size: 0.71rem;
        line-height: 1.52;
    }

    .counter-item__price {
        font-size: 0.7rem;
    }

    .counter-ledger__footer {
        margin-top: 27px;
        padding-top: 17px;
    }


    /*
    |--------------------------------------------------------------------------
    | ORDER DESK
    |--------------------------------------------------------------------------
    */

    .order-desk {
        padding: 86px 0 92px;
    }

    .order-desk__grid {
        gap: 18px;
    }

    .order-slip {
        min-height: 350px;
        padding: 28px;
    }

    .order-slip__top {
        margin-bottom: 38px;
    }

    .order-slip h3 {
        margin-bottom: 17px;
        font-size: clamp(2.15rem, 2.8vw, 3rem);
        line-height: 0.98;
    }

    .order-slip p {
        margin-bottom: 26px;
        font-size: 0.91rem;
        line-height: 1.58;
    }

    .order-slip__link {
        font-size: 0.7rem;
    }


    /*
    |--------------------------------------------------------------------------
    | PRODUCTION REPORT
    |--------------------------------------------------------------------------
    */

    .production-report {
        min-height: 650px;
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(440px, 0.92fr);
    }

    .production-report__image {
        min-height: 650px;
    }

    .production-report__content {
        padding:
            62px
            clamp(46px, 5vw, 78px);
    }

    .production-report h2 {
        max-width: 610px;
        margin-bottom: 26px;
        font-size: clamp(2.95rem, 4.1vw, 4.45rem);
        font-weight: 600;
        line-height: 0.96;
        letter-spacing: -0.038em;
    }

    .production-report__lead {
        margin-bottom: 34px;
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .production-report__details {
        gap: 18px;
        margin-bottom: 32px;
        padding-block: 20px;
    }

    .detail-number {
        margin-bottom: 6px;
        font-size: 2.25rem;
    }

    .production-report__details p {
        font-size: 0.67rem;
    }


    /*
    |--------------------------------------------------------------------------
    | BIG ORDERS
    |--------------------------------------------------------------------------
    */

    .big-order-sheet {
        padding: 92px 0;
    }

    .big-order-sheet__copy {
        padding:
            clamp(50px, 5.2vw, 76px);
    }

    .big-order-sheet__copy h2 {
        max-width: 570px;
        margin-bottom: 24px;
        font-size: clamp(2.95rem, 4vw, 4.5rem);
        font-weight: 600;
        line-height: 0.96;
        letter-spacing: -0.038em;
    }

    .big-order-sheet__copy > p:not(.eyebrow) {
        margin-bottom: 29px;
        font-size: 0.96rem;
        line-height: 1.65;
    }

    .big-order-sheet__image {
        min-height: 580px;
    }

    .big-order-sheet__stamp {
        width: 138px;
        padding: 18px;
        font-size: 0.61rem;
    }


    /*
    |--------------------------------------------------------------------------
    | VISIT
    |--------------------------------------------------------------------------
    */

    .visit-sheet {
        min-height: 650px;
        grid-template-columns:
            minmax(0, 1.28fr)
            minmax(410px, 0.72fr);
    }

    .visit-sheet__photo {
        min-height: 650px;
    }

    .visit-sheet__panel {
        padding:
            58px
            clamp(46px, 5vw, 72px);
    }

    .visit-sheet h2 {
        margin-bottom: 8px;
        font-size: clamp(3rem, 4.2vw, 4.6rem);
        font-weight: 600;
        line-height: 0.94;
        letter-spacing: -0.038em;
    }

    .visit-sheet__city {
        margin-bottom: 30px;
        font-size: 0.95rem;
    }

    .hours-list {
        margin-bottom: 28px;
    }

    .hours-list > div {
        padding: 13px 0;
    }

    .hours-list dt {
        font-size: 0.66rem;
    }

    .hours-list dd {
        font-size: 1.2rem;
    }

    .visit-sheet__contact {
        margin-bottom: 27px;
    }

    .visit-sheet__contact a {
        font-size: 0.7rem;
    }

    .visit-sheet__note {
        margin-bottom: 27px;
        font-size: 0.64rem;
    }


    /*
    |--------------------------------------------------------------------------
    | CLOSING CTA
    |--------------------------------------------------------------------------
    */

    .closing-strip {
        padding: 56px 0;
    }

    .closing-strip__inner {
        gap: 46px;
    }

    .closing-strip h2 {
        max-width: 830px;
        font-size: clamp(2.5rem, 3.6vw, 3.9rem);
        font-weight: 600;
        line-height: 0.98;
    }


    /*
    |--------------------------------------------------------------------------
    | FOOTER
    |--------------------------------------------------------------------------
    */

    .site-footer {
        padding: 62px 0 26px;
    }

    .site-footer__grid {
        gap: 42px;
        padding-bottom: 46px;
    }

    .site-footer__motto {
        margin-top: 16px;
    }

    .site-footer__label {
        margin-bottom: 16px;
    }

    .site-footer__grid > div:not(:first-child) {
        gap: 8px;
    }

    .site-footer__grid a,
    .site-footer__grid p:not(.site-footer__label):not(.site-footer__motto) {
        font-size: 0.8rem;
    }

    .site-footer__bottom {
        padding-top: 20px;
    }
}


/* ==========================================================================
   23. SHARED DISPLAY TRACKING
   ========================================================================== */

/*
| All Premium editorial headings get deliberate breathing room.
| This also automatically covers future Premium pages.
*/

h1,
h2,
h3 {
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    font-optical-sizing: auto;
    letter-spacing: 0.028em !important;
}

/* Smaller display copy can stay a little tighter. */
.side-note__message {
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    letter-spacing: 0.022em !important;
}

/* Brand stays recognizable without becoming stretched. */
.brand__name {
    font-kerning: normal;
    font-feature-settings: "kern" 1;
    letter-spacing: 0.015em !important;
}


/* ==========================================================================
   24. SHARED ULTRAWIDE COMPOSITION
   ========================================================================== */

@media (min-width: 1700px) {

    /*
    |--------------------------------------------------------------------------
    | GLOBAL ULTRAWIDE CANVAS
    |--------------------------------------------------------------------------
    |
    | Keep the website centered instead of asking the visitor to physically
    | turn their head to finish reading the page.
    |
    */

    :root {
        --shell: 1420px;
    }


    /*
    |--------------------------------------------------------------------------
    | HERO
    |--------------------------------------------------------------------------
    */

    .home-hero__layout {
        grid-template-columns:
            minmax(0, 680px)
            minmax(250px, 300px);

        justify-content: space-between;

        gap: 80px;
    }

    .home-hero__ledger {
        width: 100%;
        max-width: 680px;
    }

    .home-hero__side-note {
        width: 290px;

        justify-self: end;

        margin-right: 0;
    }


    /*
    |--------------------------------------------------------------------------
    | SPLIT SECTION HEADINGS
    |--------------------------------------------------------------------------
    */

    .section-heading--split {
        grid-template-columns:
            minmax(0, 760px)
            minmax(300px, 360px);

        justify-content: space-between;

        gap: 80px;
    }


    /*
    |--------------------------------------------------------------------------
    | COUNTER
    |--------------------------------------------------------------------------
    */

    .counter-grid {
        gap: 24px;
    }

    .counter-item {
        grid-template-columns:
            minmax(220px, 0.78fr)
            minmax(0, 1.22fr);
    }


    /*
    |--------------------------------------------------------------------------
    | ORDER DESK
    |--------------------------------------------------------------------------
    */

    .order-desk__grid {
        gap: 22px;
    }

    .order-slip {
        min-height: 345px;
    }


    /*
    |--------------------------------------------------------------------------
    | PRODUCTION REPORT
    |--------------------------------------------------------------------------
    |
    | The dark section remains full width.
    | The actual image + copy are centered inside a 1420px composition.
    |
    */

    .production-report {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 760px)
            minmax(0, 660px)
            minmax(0, 1fr);

        min-height: 640px;
    }

    .production-report__image {
        grid-column: 2;

        min-height: 640px;
    }

    .production-report__content {
        grid-column: 3;

        padding:
            60px
            64px;
    }

    .production-report h2 {
        max-width: 560px;
    }

    .production-report__lead {
        max-width: 560px;
    }


    /*
    |--------------------------------------------------------------------------
    | BIG ORDERS
    |--------------------------------------------------------------------------
    */

    .big-order-sheet__copy {
        padding: 64px;
    }

    .big-order-sheet__image {
        min-height: 560px;
    }

    .big-order-sheet__copy h2 {
        max-width: 520px;
    }

    .big-order-sheet__copy > p:not(.eyebrow) {
        max-width: 520px;
    }


    /*
    |--------------------------------------------------------------------------
    | VISIT
    |--------------------------------------------------------------------------
    |
    | Same trick as production:
    | full blue environment, centered working composition.
    |
    */

    .visit-sheet {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 860px)
            minmax(0, 560px)
            minmax(0, 1fr);

        min-height: 640px;
    }

    .visit-sheet__photo {
        grid-column: 2;

        min-height: 640px;
    }

    .visit-sheet__panel {
        grid-column: 3;

        padding:
            58px
            56px;
    }


    /*
    |--------------------------------------------------------------------------
    | CLOSING CTA
    |--------------------------------------------------------------------------
    */

    .closing-strip__inner {
        gap: 70px;
    }

    .closing-strip h2 {
        max-width: 800px;
    }


    /*
    |--------------------------------------------------------------------------
    | FOOTER
    |--------------------------------------------------------------------------
    */

    .site-footer__grid {
        gap: 54px;
    }

}


/* ==========================================================================
   25. PREMIUM BRAND LOCKUP
   ========================================================================== */

/*
|--------------------------------------------------------------------------
| HEADER + FOOTER BRAND MARK
|--------------------------------------------------------------------------
|
| Reuses the existing favicon so the identity stays consistent across
| browser tab, site header, footer, and future brand applications.
|
*/

.brand {
    display: grid !important;

    grid-template-columns:
        52px
        auto;

    grid-template-rows:
        auto
        auto;

    column-gap: 14px;

    row-gap: 3px;

    align-items: center;

    width: fit-content;
}

/* Dedicated logo mark */
.brand::before {
    grid-column: 1;
    grid-row: 1 / span 2;

    width: 52px;
    height: 52px;

    background:
        var(--blue-dark)
        url("../favicon/favicon.png")
        center / 86%
        no-repeat;

    border:
        1px solid var(--blue-dark);

    box-shadow:
        inset 0 0 0 3px var(--cream),
        4px 4px 0 var(--butter);

    content: "";

    flex-shrink: 0;
}

/* Main wordmark */
.brand__name {
    position: relative;

    grid-column: 2;
    grid-row: 1;

    display: inline-block;

    width: fit-content;

    padding-bottom: 7px;

    color: var(--blue-dark);

    font-family: var(--display);

    font-size: 1.42rem;

    font-weight: 800;

    line-height: 0.96;

    letter-spacing: 0.026em !important;
}

/* Small premium underline */
.brand__name::after {
    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--butter) 0%,
            var(--butter) 72%,
            transparent 72%
        );

    content: "";
}

/* Tagline */
.brand__tagline {
    grid-column: 2;
    grid-row: 2;

    margin-top: 2px;

    color: var(--jam-dark);

    font-family: var(--display);

    font-size: 0.82rem;

    font-style: italic;

    font-weight: 600;

    line-height: 1.1;

    letter-spacing: 0.012em;
}


/*
|--------------------------------------------------------------------------
| HEADER-SPECIFIC POLISH
|--------------------------------------------------------------------------
*/

.site-header .brand {
    padding-right: 6px;
}

.site-header .brand:hover::before {
    box-shadow:
        inset 0 0 0 3px var(--cream),
        6px 6px 0 var(--butter);
}


/*
|--------------------------------------------------------------------------
| FOOTER VERSION
|--------------------------------------------------------------------------
*/

.brand--footer::before {
    background-color: var(--cream);

    border-color: var(--butter);

    box-shadow:
        inset 0 0 0 3px var(--blue-dark),
        4px 4px 0 var(--butter);
}

.brand--footer .brand__name {
    color: var(--white);
}

.brand--footer .brand__name::after {
    background:
        linear-gradient(
            90deg,
            var(--butter) 0%,
            var(--butter) 72%,
            transparent 72%
        );
}

.brand--footer .brand__tagline {
    color: var(--butter);
}


/*
|--------------------------------------------------------------------------
| TABLET
|--------------------------------------------------------------------------
*/

@media (max-width: 1020px) {

    .brand {
        grid-template-columns:
            46px
            auto;

        column-gap: 12px;
    }

    .brand::before {
        width: 46px;
        height: 46px;

        box-shadow:
            inset 0 0 0 3px var(--cream),
            3px 3px 0 var(--butter);
    }

    .brand__name {
        font-size: 1.22rem;
    }

    .brand__tagline {
        font-size: 0.76rem;
    }

}


/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media (max-width: 620px) {

    .brand {
        grid-template-columns:
            40px
            auto;

        column-gap: 10px;
    }

    .brand::before {
        width: 40px;
        height: 40px;

        box-shadow:
            inset 0 0 0 2px var(--cream),
            3px 3px 0 var(--butter);
    }

    .brand__name {
        padding-bottom: 5px;

        font-size: 1rem;

        letter-spacing: 0.018em !important;
    }

    .brand__tagline {
        font-size: 0.69rem;
    }

}


/* ==========================================================================
   26. MENU PAGE
   ========================================================================== */


/* ==========================================================================
   01. CURRENT NAV
   ========================================================================== */

.menu-page .site-nav a.is-current:not(.site-nav__order),
.menu-page .site-nav a[aria-current="page"]:not(.site-nav__order) {
    color: var(--jam-dark);
}

.menu-page .site-nav a.is-current:not(.site-nav__order)::after,
.menu-page .site-nav a[aria-current="page"]:not(.site-nav__order)::after {
    transform: scaleX(1);
}


/* ==========================================================================
   02. MENU HERO
   ========================================================================== */

.menu-hero {
    position: relative;

    padding:
        76px 0;

    overflow: hidden;

    background:
        var(--cream);

    border-bottom:
        1px solid var(--blue-dark);
}

.menu-hero::before {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 14px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 48px,
            var(--cream) 48px,
            var(--cream) 96px
        );

    border-bottom:
        1px solid var(--blue-dark);

    content: "";
}

.menu-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(0, 1.08fr);

    min-height: 590px;

    border:
        1px solid var(--blue-dark);

    box-shadow:
        var(--shadow-large);
}

.menu-hero__board {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(50px, 6vw, 86px);

    overflow: hidden;

    background:
        var(--blue-dark);

    color:
        var(--white);

    border-right:
        1px solid var(--blue-dark);
}

.menu-hero__board::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.055) 1px,
            transparent 1px
        );

    background-size:
        38px 38px;

    content: "";

    pointer-events: none;
}

.menu-hero__board > * {
    position: relative;

    z-index: 1;
}

.menu-board-meta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    margin-bottom: 56px;

    padding-bottom: 14px;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.28);

    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.64rem;

    font-weight:
        600;

    line-height:
        1.3;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}

.menu-hero .eyebrow {
    color:
        var(--butter);
}

.menu-hero h1 {
    max-width: 720px;

    margin-bottom: 24px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(4rem, 6vw, 6.5rem);

    font-weight:
        600;

    line-height:
        0.92;
}

.menu-hero__lead {
    max-width: 660px;

    margin-bottom: 38px;

    color:
        var(--butter);

    font-family:
        var(--display);

    font-size:
        clamp(1.35rem, 2vw, 1.8rem);

    font-style:
        italic;

    font-weight:
        600;

    line-height:
        1.35;
}

.menu-hero__fine-print {
    display: flex;

    flex-wrap: wrap;

    gap: 12px 24px;

    padding-top: 20px;

    border-top:
        1px solid rgba(255, 253, 247, 0.22);
}

.menu-hero__fine-print p {
    margin: 0;

    color:
        rgba(255, 253, 247, 0.68);

    font-family:
        var(--mono);

    font-size:
        0.65rem;

    line-height:
        1.4;

    letter-spacing:
        0.03em;

    text-transform:
        uppercase;
}

.menu-hero__photo {
    position: relative;

    min-height: 590px;

    overflow: hidden;

    background:
        var(--blue-dark);
}

.menu-hero__photo::after {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(7, 22, 39, 0.26) 100%
        );

    content: "";

    pointer-events: none;
}

.menu-hero__photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}

.menu-hero__ticket {
    position: absolute;

    right: 28px;
    bottom: 28px;

    z-index: 2;

    width:
        min(310px, calc(100% - 56px));

    padding:
        22px 24px;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    box-shadow:
        7px 7px 0 var(--butter);
}

.menu-hero__ticket span {
    display: block;

    margin-bottom: 11px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    font-weight:
        600;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}

.menu-hero__ticket strong {
    display: block;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.55rem;

    font-weight:
        700;

    line-height:
        1.08;
}


/* ==========================================================================
   03. MENU JUMP BAR
   ========================================================================== */

.menu-jump {
    position: sticky;

    top: 0;

    z-index: 35;

    background:
        var(--paper-light);

    border-bottom:
        1px solid var(--blue-dark);

    box-shadow:
        0 8px 22px rgba(16, 40, 67, 0.08);
}

.menu-jump__inner {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));
}

.menu-jump a {
    display: flex;

    min-height: 58px;

    align-items: center;

    justify-content: center;

    padding:
        12px 16px;

    border-right:
        1px solid var(--line-dark);

    color:
        var(--blue-dark);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;

    transition:
        background var(--transition),
        color var(--transition);
}

.menu-jump a:first-child {
    border-left:
        1px solid var(--line-dark);
}

.menu-jump a:hover {
    background:
        var(--butter);

    color:
        var(--blue-dark);
}


/* ==========================================================================
   04. FULL MENU LEDGER
   ========================================================================== */

.full-menu-ledger {
    position: relative;

    padding:
        98px 0 112px;

    background:
        var(--cream);
}

.full-menu-ledger::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(36, 76, 143, 0.032) 1px,
            transparent 1px
        );

    background-size:
        100% 38px;

    content: "";

    pointer-events: none;
}

.full-menu-ledger > .site-shell {
    position: relative;

    z-index: 1;
}

.menu-category {
    display: grid;

    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);

    gap:
        clamp(50px, 7vw, 110px);

    padding:
        76px 0;

    border-top:
        1px solid var(--blue-dark);

    scroll-margin-top:
        78px;
}

.menu-category:first-child {
    padding-top:
        0;

    border-top:
        0;
}

.menu-category__header {
    position: sticky;

    top: 90px;

    align-self: start;
}

.menu-category__header h2 {
    max-width: 520px;

    margin-bottom: 28px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.6vw, 4.9rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.menu-category__note {
    max-width: 430px;

    margin-bottom:
        0;

    padding-top:
        20px;

    border-top:
        1px solid var(--line-dark);

    color:
        var(--chocolate-soft);

    font-size:
        0.94rem;

    line-height:
        1.65;
}

.menu-category__rows {
    border-top:
        2px solid var(--blue-dark);
}

.menu-row {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    gap:
        30px;

    align-items:
        center;

    min-height:
        112px;

    padding:
        23px 4px;

    border-bottom:
        1px solid var(--line-dark);
}

.menu-row h3 {
    margin-bottom:
        7px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(1.5rem, 2vw, 2rem);

    font-weight:
        700;

    line-height:
        1.08;
}

.menu-row p {
    margin:
        0;

    color:
        var(--chocolate-soft);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    line-height:
        1.5;
}

.menu-row > span {
    min-width:
        70px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.74rem;

    font-weight:
        600;

    text-align:
        right;
}

.menu-row--sold h3,
.menu-row--sold > span {
    color:
        var(--jam);
}


/* ==========================================================================
   05. FAVORITES / DISPLAY CASE
   ========================================================================== */

.menu-favorites {
    position: relative;

    padding:
        108px 0 118px;

    background:
        var(--blue-dark);

    color:
        var(--white);

    border-top:
        1px solid var(--blue-dark);
}

.menu-favorites::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        );

    background-size:
        42px 42px;

    content: "";

    pointer-events: none;
}

.menu-favorites .site-shell {
    position: relative;

    z-index: 1;
}

.menu-favorites .eyebrow {
    color:
        var(--butter);
}

.menu-favorites .section-heading h2 {
    color:
        var(--white);
}

.menu-favorites .section-heading__note {
    border-color:
        rgba(255, 253, 247, 0.24);
}

.menu-favorites .section-heading__note p {
    color:
        rgba(255, 253, 247, 0.76);
}

.menu-favorites .section-heading__note p:first-child {
    color:
        var(--butter);
}

.menu-favorites__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        22px;
}

.menu-favorite {
    margin:
        0;

    overflow:
        hidden;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    color:
        var(--chocolate);
}

.menu-favorite img {
    aspect-ratio:
        4 / 3;

    object-fit:
        cover;

    border-bottom:
        4px solid var(--blue);
}

.menu-favorite figcaption {
    display: grid;

    grid-template-columns:
        auto
        minmax(0, 1fr);

    gap:
        7px 18px;

    padding:
        22px;
}

.menu-favorite figcaption span {
    grid-row:
        1 / span 2;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.64rem;

    font-weight:
        600;
}

.menu-favorite figcaption strong {
    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.55rem;

    line-height:
        1.05;
}

.menu-favorite figcaption em {
    color:
        var(--chocolate-soft);

    font-family:
        var(--mono);

    font-size:
        0.64rem;

    font-style:
        normal;

    line-height:
        1.45;
}


/* ==========================================================================
   06. SOLD OUT POLICY
   ========================================================================== */

.sold-out-policy {
    position: relative;

    padding:
        92px 0;

    background:
        var(--paper);

    border-bottom:
        1px solid var(--blue-dark);
}

.sold-out-policy__inner {
    display: grid;

    grid-template-columns:
        190px
        minmax(0, 780px);

    gap:
        70px;

    align-items:
        center;

    justify-content:
        center;
}

.sold-out-policy__stamp {
    display: grid;

    width:
        180px;

    aspect-ratio:
        1;

    place-items:
        center;

    border:
        5px double var(--jam-dark);

    border-radius:
        50%;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        1.3rem;

    font-weight:
        600;

    line-height:
        1.15;

    letter-spacing:
        0.08em;

    text-align:
        center;

    transform:
        rotate(-8deg);
}

.sold-out-policy .eyebrow {
    margin-bottom:
        12px;
}

.sold-out-policy h2 {
    margin-bottom:
        20px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.6vw, 4.8rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.sold-out-policy__inner > div:last-child > p:last-child {
    max-width:
        720px;

    margin-bottom:
        0;

    color:
        var(--chocolate-soft);

    font-size:
        1rem;

    line-height:
        1.7;
}


/* ==========================================================================
   07. PREORDER CTA
   ========================================================================== */

.menu-preorder {
    padding:
        82px 0;

    background:
        var(--butter);

    border-bottom:
        1px solid var(--blue-dark);
}

.menu-preorder__inner {
    display: flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        70px;
}

.menu-preorder__inner > div {
    max-width:
        850px;
}

.menu-preorder .eyebrow {
    margin-bottom:
        12px;
}

.menu-preorder h2 {
    margin-bottom:
        17px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(2.8rem, 4.2vw, 4.5rem);

    font-weight:
        600;

    line-height:
        0.97;
}

.menu-preorder__inner p:last-child {
    max-width:
        700px;

    margin-bottom:
        0;

    color:
        var(--chocolate);

    font-size:
        0.96rem;

    line-height:
        1.65;
}

.menu-preorder .button {
    flex-shrink:
        0;
}


/* ==========================================================================
   08. DESKTOP RHYTHM
   ========================================================================== */

@media (min-width: 1021px) {

    .menu-page .menu-hero h1,
    .menu-page .menu-category__header h2,
    .menu-page .sold-out-policy h2,
    .menu-page .menu-preorder h2 {
        letter-spacing:
            0.028em !important;
    }

    .menu-page .menu-row h3,
    .menu-page .menu-favorite figcaption strong {
        letter-spacing:
            0.018em !important;
    }

}


/* ==========================================================================
   09. ULTRAWIDE
   ========================================================================== */

@media (min-width: 1700px) {

    .menu-hero__grid {
        min-height:
            560px;
    }

    .menu-hero__photo {
        min-height:
            560px;
    }

    .menu-category {
        grid-template-columns:
            480px
            minmax(0, 800px);

        justify-content:
            space-between;

        gap:
            100px;
    }

    .menu-favorites__grid {
        max-width:
            1420px;

        margin-inline:
            auto;
    }

}


/* ==========================================================================
   10. TABLET
   ========================================================================== */

@media (max-width: 1020px) {

    .menu-hero {
        padding:
            60px 0;
    }

    .menu-hero__grid {
        grid-template-columns:
            1fr;
    }

    .menu-hero__board {
        min-height:
            500px;

        border-right:
            0;

        border-bottom:
            1px solid var(--blue-dark);
    }

    .menu-hero__photo {
        min-height:
            500px;
    }

    .menu-jump {
        position:
            static;
    }

    .menu-category {
        grid-template-columns:
            1fr;

        gap:
            38px;

        padding:
            64px 0;
    }

    .menu-category__header {
        position:
            static;
    }

    .menu-category__note {
        max-width:
            600px;
    }

    .menu-favorites__grid {
        grid-template-columns:
            1fr 1fr;
    }

    .menu-favorite:last-child {
        grid-column:
            1 / -1;
    }

    .sold-out-policy__inner {
        grid-template-columns:
            150px
            minmax(0, 1fr);

        gap:
            45px;
    }

    .sold-out-policy__stamp {
        width:
            145px;
    }

}


/* ==========================================================================
   11. MOBILE
   ========================================================================== */

@media (max-width: 820px) {

    .menu-page .site-nav a.is-current,
    .menu-page .site-nav a[aria-current="page"] {
        color:
            var(--jam-dark);
    }

    .menu-hero {
        padding:
            42px 0;
    }

    .menu-hero__board {
        min-height:
            auto;

        padding:
            46px 30px;
    }

    .menu-board-meta {
        margin-bottom:
            38px;
    }

    .menu-hero h1 {
        font-size:
            clamp(3.5rem, 12vw, 5.5rem);
    }

    .menu-hero__photo {
        min-height:
            430px;
    }

    .menu-jump__inner {
        grid-template-columns:
            1fr 1fr;
    }

    .menu-jump a:nth-child(2) {
        border-right:
            0;
    }

    .menu-jump a:nth-child(3),
    .menu-jump a:nth-child(4) {
        border-top:
            1px solid var(--line-dark);
    }

    .full-menu-ledger {
        padding:
            72px 0 84px;
    }

    .menu-category {
        padding:
            54px 0;
    }

    .menu-category__header h2 {
        font-size:
            clamp(2.8rem, 10vw, 4.4rem);
    }

    .menu-row {
        min-height:
            98px;

        padding:
            19px 0;
    }

    .menu-favorites {
        padding:
            80px 0;
    }

    .menu-favorites__grid {
        grid-template-columns:
            1fr;
    }

    .menu-favorite:last-child {
        grid-column:
            auto;
    }

    .sold-out-policy {
        padding:
            72px 0;
    }

    .sold-out-policy__inner {
        grid-template-columns:
            1fr;

        gap:
            34px;

        justify-items:
            start;
    }

    .sold-out-policy__stamp {
        width:
            126px;
    }

    .menu-preorder {
        padding:
            68px 0;
    }

    .menu-preorder__inner {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            32px;
    }

}


/* ==========================================================================
   12. SMALL MOBILE
   ========================================================================== */

@media (max-width: 620px) {

    .menu-hero__board {
        padding:
            38px 22px;
    }

    .menu-board-meta {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            7px;
    }

    .menu-hero__lead {
        font-size:
            1.2rem;
    }

    .menu-hero__fine-print {
        flex-direction:
            column;

        gap:
            7px;
    }

    .menu-hero__photo {
        min-height:
            360px;
    }

    .menu-hero__ticket {
        right:
            18px;

        bottom:
            18px;

        width:
            calc(100% - 36px);

        padding:
            18px;
    }

    .menu-hero__ticket strong {
        font-size:
            1.3rem;
    }

    .menu-jump a {
        min-height:
            54px;

        padding:
            10px;

        font-size:
            0.6rem;
    }

    .menu-category {
        padding:
            46px 0;
    }

    .menu-category__header h2 {
        margin-bottom:
            20px;
    }

    .menu-row {
        grid-template-columns:
            1fr;

        gap:
            8px;
    }

    .menu-row > span {
        min-width:
            0;

        text-align:
            left;
    }

    .menu-favorite figcaption {
        padding:
            19px;
    }

    .sold-out-policy h2 {
        font-size:
            2.9rem;
    }

    .menu-preorder h2 {
        font-size:
            2.85rem;
    }

    .menu-preorder .button {
        width:
            100%;
    }

}


/* ==========================================================================
   27. CAKES PAGE
   ========================================================================== */


/* ==========================================================================
   01. CURRENT NAV
   ========================================================================== */

.cakes-page .site-nav a.is-current:not(.site-nav__order),
.cakes-page .site-nav a[aria-current="page"]:not(.site-nav__order) {
    color: var(--jam-dark);
}

.cakes-page .site-nav a.is-current:not(.site-nav__order)::after,
.cakes-page .site-nav a[aria-current="page"]:not(.site-nav__order)::after {
    transform: scaleX(1);
}


/* ==========================================================================
   02. CAKE HERO
   ========================================================================== */

.cake-hero {
    position: relative;

    padding:
        84px 0;

    background:
        var(--paper);

    border-bottom:
        1px solid var(--blue-dark);
}

.cake-hero::before {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 16px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 42px,
            var(--cream) 42px,
            var(--cream) 84px
        );

    border-bottom:
        1px solid var(--blue-dark);

    content: "";
}

.cake-hero__sheet {
    display: grid;

    grid-template-columns:
        minmax(0, 0.86fr)
        minmax(0, 1.14fr);

    min-height:
        620px;

    background:
        var(--paper-light);

    border:
        1px solid var(--blue-dark);

    box-shadow:
        var(--shadow-large);
}

.cake-hero__copy {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(50px, 6vw, 82px);

    border-right:
        1px solid var(--blue-dark);
}

.cake-order-meta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;

    margin-bottom:
        44px;

    padding-bottom:
        14px;

    border-bottom:
        1px dashed var(--cocoa);

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.64rem;

    font-weight:
        600;

    letter-spacing:
        0.06em;

    text-transform:
        uppercase;
}

.cake-hero h1 {
    max-width:
        650px;

    margin-bottom:
        26px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(4rem, 6vw, 6.4rem);

    font-weight:
        600;

    line-height:
        0.92;
}

.cake-hero h1 span {
    display:
        block;

    color:
        var(--jam-dark);
}

.cake-hero__lead {
    max-width:
        640px;

    margin-bottom:
        30px;

    color:
        var(--chocolate-soft);

    font-size:
        1rem;

    line-height:
        1.7;
}

.cake-hero__actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap:
        22px;

    margin-bottom:
        36px;
}

.cake-hero__facts {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin:
        0;

    border-top:
        1px solid var(--line-dark);

    border-bottom:
        1px solid var(--line-dark);
}

.cake-hero__facts > div {
    padding:
        16px 14px 15px 0;
}

.cake-hero__facts > div + div {
    padding-left:
        16px;

    border-left:
        1px solid var(--line-dark);
}

.cake-hero__facts dt {
    margin-bottom:
        5px;

    color:
        var(--cocoa);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.cake-hero__facts dd {
    margin:
        0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.2rem;

    font-weight:
        700;
}

.cake-hero__photo {
    position: relative;

    min-height:
        620px;

    overflow:
        hidden;
}

.cake-hero__photo img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        62% center;
}

.cake-hero__note {
    position: absolute;

    right:
        28px;

    bottom:
        28px;

    width:
        min(290px, calc(100% - 56px));

    padding:
        22px;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    box-shadow:
        7px 7px 0 var(--butter);
}

.cake-hero__note span {
    display: block;

    margin-bottom:
        10px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    font-weight:
        600;

    letter-spacing:
        0.05em;

    text-transform:
        uppercase;
}

.cake-hero__note strong {
    display: block;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.55rem;

    font-weight:
        700;

    line-height:
        1.05;
}


/* ==========================================================================
   03. OCCASION CALENDAR
   ========================================================================== */

.cake-calendar {
    padding:
        104px 0 112px;

    background:
        var(--cream);
}

.cake-calendar__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        22px;
}

.calendar-card {
    position: relative;

    min-height:
        340px;

    padding:
        30px;

    background:
        var(--paper-light);

    border:
        1px solid var(--line-dark);

    box-shadow:
        7px 7px 0 var(--cream-deep);
}

.calendar-card:nth-child(2) {
    background:
        var(--butter-soft);
}

.calendar-card:nth-child(3) {
    background:
        #f6ddd7;
}

.calendar-card__number {
    position: absolute;

    top:
        22px;

    right:
        24px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    font-weight:
        600;
}

.calendar-card__label {
    margin-bottom:
        58px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.05em;

    text-transform:
        uppercase;
}

.calendar-card h3 {
    max-width:
        430px;

    margin-bottom:
        18px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(2.2rem, 3vw, 3.1rem);

    font-weight:
        700;

    line-height:
        0.98;
}

.calendar-card > p:last-child {
    margin-bottom:
        0;

    color:
        var(--chocolate-soft);

    font-size:
        0.92rem;

    line-height:
        1.6;
}


/* ==========================================================================
   04. FLAVOR WORKSHEET
   ========================================================================== */

.cake-flavors {
    position: relative;

    padding:
        100px 0;

    background:
        var(--blue-dark);

    color:
        var(--white);
}

.cake-flavors::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        );

    background-size:
        40px 40px;

    content: "";

    pointer-events:
        none;
}

.cake-flavors__sheet {
    position: relative;

    z-index:
        1;

    padding:
        52px;

    border:
        1px solid rgba(255, 253, 247, 0.34);

    box-shadow:
        inset 0 0 0 8px rgba(255, 253, 247, 0.035);
}

.cake-flavors__header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 0.62fr);

    gap:
        60px;

    align-items:
        end;

    padding-bottom:
        38px;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.24);
}

.cake-flavors .eyebrow {
    color:
        var(--butter);
}

.cake-flavors h2 {
    margin-bottom:
        0;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3.2rem, 4.8vw, 5.2rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.cake-flavors__header > p {
    margin-bottom:
        0;

    color:
        rgba(255, 253, 247, 0.74);

    font-size:
        0.96rem;

    line-height:
        1.65;
}

.flavor-columns {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap:
        0;

    margin-top:
        40px;

    border-top:
        1px solid rgba(255, 253, 247, 0.22);

    border-bottom:
        1px solid rgba(255, 253, 247, 0.22);
}

.flavor-column {
    padding:
        30px;
}

.flavor-column + .flavor-column {
    border-left:
        1px solid rgba(255, 253, 247, 0.22);
}

.flavor-column__heading {
    display: flex;

    align-items:
        baseline;

    gap:
        14px;

    margin-bottom:
        24px;
}

.flavor-column__heading span {
    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    font-weight:
        600;
}

.flavor-column h3 {
    margin:
        0;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        2rem;

    font-weight:
        700;
}

.flavor-column ul {
    margin:
        0;

    padding:
        0;

    list-style:
        none;
}

.flavor-column li {
    padding:
        12px 0;

    border-top:
        1px dashed rgba(255, 253, 247, 0.18);

    color:
        rgba(255, 253, 247, 0.78);

    font-family:
        var(--mono);

    font-size:
        0.7rem;
}

.cake-flavors__fine-print {
    margin:
        34px 0 0;

    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    line-height:
        1.55;

    text-align:
        center;
}


/* ==========================================================================
   05. CRAFT SECTION
   ========================================================================== */

.cake-craft {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(460px, 0.92fr);

    min-height:
        660px;

    background:
        var(--black);

    color:
        var(--white);
}

.cake-craft__image {
    min-height:
        660px;

    overflow:
        hidden;
}

.cake-craft__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        center;
}

.cake-craft__copy {
    display: flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        clamp(54px, 6vw, 90px);

    background:
        linear-gradient(
            145deg,
            #21150f,
            #110c09
        );

    border-left:
        1px solid rgba(255, 253, 247, 0.12);
}

.cake-craft .eyebrow {
    color:
        var(--butter);
}

.cake-craft h2 {
    max-width:
        650px;

    margin-bottom:
        26px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.5vw, 4.8rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.cake-craft__lead {
    max-width:
        650px;

    margin-bottom:
        34px;

    color:
        rgba(255, 253, 247, 0.75);

    font-size:
        0.96rem;

    line-height:
        1.7;
}

.cake-craft__notes {
    display: grid;

    gap:
        0;

    border-top:
        1px solid rgba(255, 253, 247, 0.18);
}

.cake-craft__notes > div {
    display: grid;

    grid-template-columns:
        44px
        150px
        minmax(0, 1fr);

    gap:
        18px;

    align-items:
        start;

    padding:
        18px 0;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.18);
}

.cake-craft__notes span {
    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;
}

.cake-craft__notes strong {
    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        1.2rem;

    line-height:
        1.1;
}

.cake-craft__notes p {
    margin:
        0;

    color:
        rgba(255, 253, 247, 0.62);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    line-height:
        1.5;
}


/* ==========================================================================
   06. SIZE LEDGER
   ========================================================================== */

.cake-size-ledger {
    padding:
        104px 0;

    background:
        var(--cream);
}

.cake-size-table {
    border-top:
        2px solid var(--blue-dark);

    border-bottom:
        2px solid var(--blue-dark);
}

.cake-size-table__header,
.cake-size-row {
    display: grid;

    grid-template-columns:
        1.1fr
        1fr
        0.8fr
        1.1fr;

    gap:
        20px;

    align-items:
        center;
}

.cake-size-table__header {
    padding:
        14px 0;

    border-bottom:
        1px solid var(--blue-dark);

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;
}

.cake-size-row {
    min-height:
        88px;

    padding:
        18px 0;

    border-bottom:
        1px solid var(--line-dark);
}

.cake-size-row:last-child {
    border-bottom:
        0;
}

.cake-size-row strong {
    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.65rem;

    font-weight:
        700;
}

.cake-size-row span {
    color:
        var(--chocolate-soft);

    font-family:
        var(--mono);

    font-size:
        0.72rem;
}

.cake-size-row em {
    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    font-style:
        normal;

    font-weight:
        600;
}

.cake-size-ledger__note {
    margin:
        22px 0 0;

    color:
        var(--cocoa);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    line-height:
        1.5;
}


/* ==========================================================================
   07. PROCESS
   ========================================================================== */

.cake-process {
    padding:
        106px 0;

    background:
        var(--paper);

    border-top:
        1px solid var(--blue-dark);

    border-bottom:
        1px solid var(--blue-dark);
}

.cake-process__steps {
    margin:
        0;

    padding:
        0;

    list-style:
        none;

    border-top:
        2px solid var(--blue-dark);
}

.cake-process__steps li {
    display: grid;

    grid-template-columns:
        90px
        minmax(0, 1fr);

    gap:
        28px;

    padding:
        28px 0;

    border-bottom:
        1px solid var(--line-dark);
}

.cake-process__steps > li > span {
    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.72rem;

    font-weight:
        600;
}

.cake-process__steps h3 {
    margin-bottom:
        8px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        2rem;

    font-weight:
        700;
}

.cake-process__steps p {
    max-width:
        760px;

    margin:
        0;

    color:
        var(--chocolate-soft);

    font-size:
        0.94rem;

    line-height:
        1.6;
}


/* ==========================================================================
   08. PICKUP
   ========================================================================== */

.cake-pickup {
    padding:
        100px 0;

    background:
        var(--cream);
}

.cake-pickup__sheet {
    display: grid;

    grid-template-columns:
        minmax(390px, 0.82fr)
        minmax(0, 1.18fr);

    background:
        var(--paper-light);

    border:
        1px solid var(--blue-dark);

    box-shadow:
        var(--shadow-large);
}

.cake-pickup__copy {
    display: flex;

    flex-direction:
        column;

    justify-content:
        center;

    padding:
        clamp(50px, 6vw, 82px);
}

.cake-pickup h2 {
    margin-bottom:
        24px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.5vw, 4.8rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.cake-pickup__copy > p:not(.eyebrow) {
    margin-bottom:
        30px;

    color:
        var(--chocolate-soft);

    font-size:
        0.96rem;

    line-height:
        1.7;
}

.cake-pickup__warning {
    padding:
        22px;

    background:
        var(--butter-soft);

    border:
        1px solid var(--chocolate);
}

.cake-pickup__warning span {
    display: block;

    margin-bottom:
        10px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.64rem;

    font-weight:
        600;

    letter-spacing:
        0.05em;
}

.cake-pickup__warning strong {
    display:
        block;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.35rem;

    line-height:
        1.1;
}

.cake-pickup__image {
    min-height:
        580px;

    overflow:
        hidden;

    border-left:
        1px solid var(--blue-dark);
}

.cake-pickup__image img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;
}


/* ==========================================================================
   09. CAKE REQUEST
   ========================================================================== */

.cake-request {
    position: relative;

    padding:
        110px 0;

    background:
        var(--blue-dark);

    color:
        var(--white);
}

.cake-request::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        );

    background-size:
        40px 40px;

    content: "";

    pointer-events:
        none;
}

.cake-request__sheet {
    position: relative;

    z-index:
        1;

    display: grid;

    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);

    gap:
        70px;
}

.cake-request .eyebrow {
    color:
        var(--butter);
}

.cake-request h2 {
    margin-bottom:
        24px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3.2rem, 4.8vw, 5.1rem);

    font-weight:
        600;

    line-height:
        0.95;
}

.cake-request__intro > p:not(.eyebrow):not(.cake-request__aside) {
    color:
        rgba(255, 253, 247, 0.75);

    font-size:
        0.96rem;

    line-height:
        1.7;
}

.cake-request__aside {
    margin-top:
        30px;

    padding-top:
        20px;

    border-top:
        1px solid rgba(255, 253, 247, 0.2);

    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    line-height:
        1.55;
}

.cake-request__form {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        20px;

    padding:
        34px;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    color:
        var(--chocolate);

    box-shadow:
        10px 10px 0 var(--butter);
}

.form-field {
    display:
        flex;

    flex-direction:
        column;

    gap:
        8px;
}

.form-field--wide {
    grid-column:
        1 / -1;
}

.form-field label {
    color:
        var(--blue-dark);

    font-family:
        var(--mono);

    font-size:
        0.66rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    width:
        100%;

    border:
        1px solid var(--line-dark);

    background:
        var(--white);

    color:
        var(--chocolate);

    border-radius:
        0;

    outline:
        0;
}

.form-field input,
.form-field select {
    min-height:
        48px;

    padding:
        10px 12px;
}

.form-field textarea {
    min-height:
        150px;

    padding:
        12px;

    resize:
        vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color:
        var(--blue);

    box-shadow:
        0 0 0 2px rgba(36, 76, 143, 0.12);
}

.cake-request__submit {
    grid-column:
        1 / -1;

    display: flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        24px;

    padding-top:
        8px;
}

.cake-request__submit p {
    max-width:
        440px;

    margin:
        0;

    color:
        var(--cocoa);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    line-height:
        1.5;
}


/* ==========================================================================
   10. DESKTOP TYPE
   ========================================================================== */

@media (min-width: 1021px) {

    .cakes-page .cake-hero h1,
    .cakes-page .cake-calendar h2,
    .cakes-page .cake-flavors h2,
    .cakes-page .cake-craft h2,
    .cakes-page .cake-size-ledger h2,
    .cakes-page .cake-process h2,
    .cakes-page .cake-pickup h2,
    .cakes-page .cake-request h2 {
        letter-spacing:
            0.028em !important;
    }

    .cakes-page .calendar-card h3,
    .cakes-page .cake-process h3,
    .cakes-page .cake-size-row strong,
    .cakes-page .flavor-column h3 {
        letter-spacing:
            0.018em !important;
    }

}


/* ==========================================================================
   11. ULTRAWIDE
   ========================================================================== */

@media (min-width: 1700px) {

    .cake-hero__sheet {
        min-height:
            590px;
    }

    .cake-hero__photo {
        min-height:
            590px;
    }

    .cake-craft {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 760px)
            minmax(0, 660px)
            minmax(0, 1fr);

        min-height:
            620px;
    }

    .cake-craft__image {
        grid-column:
            2;

        min-height:
            620px;
    }

    .cake-craft__copy {
        grid-column:
            3;

        padding:
            60px 64px;
    }

    .cake-pickup__sheet {
        max-width:
            1420px;
    }

}


/* ==========================================================================
   12. TABLET
   ========================================================================== */

@media (max-width: 1020px) {

    .cake-hero__sheet {
        grid-template-columns:
            1fr;
    }

    .cake-hero__copy {
        border-right:
            0;

        border-bottom:
            1px solid var(--blue-dark);
    }

    .cake-hero__photo {
        min-height:
            500px;
    }

    .cake-calendar__grid {
        grid-template-columns:
            1fr;
    }

    .calendar-card {
        min-height:
            280px;
    }

    .cake-flavors__header {
        grid-template-columns:
            1fr;

        gap:
            24px;
    }

    .flavor-columns {
        grid-template-columns:
            1fr;
    }

    .flavor-column + .flavor-column {
        border-top:
            1px solid rgba(255, 253, 247, 0.22);

        border-left:
            0;
    }

    .cake-craft {
        grid-template-columns:
            1fr;
    }

    .cake-craft__image {
        min-height:
            520px;
    }

    .cake-craft__copy {
        padding:
            70px 50px;

        border-top:
            1px solid rgba(255, 253, 247, 0.12);

        border-left:
            0;
    }

    .cake-pickup__sheet {
        grid-template-columns:
            1fr;
    }

    .cake-pickup__image {
        min-height:
            500px;

        border-top:
            1px solid var(--blue-dark);

        border-left:
            0;
    }

    .cake-request__sheet {
        grid-template-columns:
            1fr;

        gap:
            44px;
    }

}


/* ==========================================================================
   13. MOBILE
   ========================================================================== */

@media (max-width: 820px) {

    .cake-hero {
        padding:
            54px 0;
    }

    .cake-hero__copy {
        padding:
            44px 30px;
    }

    .cake-order-meta {
        margin-bottom:
            34px;
    }

    .cake-hero h1 {
        font-size:
            clamp(3.5rem, 12vw, 5.4rem);
    }

    .cake-hero__facts {
        grid-template-columns:
            1fr;
    }

    .cake-hero__facts > div {
        display: flex;

        align-items:
            center;

        justify-content:
            space-between;

        gap:
            20px;

        padding:
            13px 0;
    }

    .cake-hero__facts > div + div {
        padding-left:
            0;

        border-top:
            1px solid var(--line-dark);

        border-left:
            0;
    }

    .cake-calendar,
    .cake-size-ledger,
    .cake-process,
    .cake-pickup,
    .cake-request {
        padding-block:
            78px;
    }

    .cake-flavors {
        padding:
            78px 0;
    }

    .cake-flavors__sheet {
        padding:
            34px 28px;
    }

    .cake-craft__copy {
        padding:
            58px 32px;
    }

    .cake-craft__notes > div {
        grid-template-columns:
            40px
            1fr;

        gap:
            12px;
    }

    .cake-craft__notes p {
        grid-column:
            2;
    }

    .cake-size-table__header {
        display:
            none;
    }

    .cake-size-row {
        grid-template-columns:
            1fr 1fr;

        gap:
            8px 20px;

        padding:
            20px 0;
    }

    .cake-size-row strong {
        grid-column:
            1 / -1;
    }

    .cake-process__steps li {
        grid-template-columns:
            52px
            minmax(0, 1fr);

        gap:
            18px;
    }

    .cake-pickup__copy {
        padding:
            52px 32px;
    }

    .cake-request__form {
        grid-template-columns:
            1fr;

        padding:
            28px;
    }

    .form-field--wide,
    .cake-request__submit {
        grid-column:
            auto;
    }

    .cake-request__submit {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

}


/* ==========================================================================
   14. SMALL MOBILE
   ========================================================================== */

@media (max-width: 620px) {

    .cake-hero__copy {
        padding:
            36px 22px;
    }

    .cake-order-meta {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            7px;
    }

    .cake-hero__actions {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

    .cake-hero__actions .button {
        width:
            100%;
    }

    .cake-hero__photo {
        min-height:
            370px;
    }

    .cake-hero__note {
        right:
            18px;

        bottom:
            18px;

        width:
            calc(100% - 36px);
    }

    .calendar-card {
        min-height:
            250px;

        padding:
            26px 22px;
    }

    .cake-flavors__sheet {
        padding:
            28px 20px;
    }

    .flavor-column {
        padding:
            24px 0;
    }

    .cake-craft__image,
    .cake-pickup__image {
        min-height:
            380px;
    }

    .cake-craft__copy,
    .cake-pickup__copy {
        padding:
            48px 24px;
    }

    .cake-size-row {
        grid-template-columns:
            1fr;
    }

    .cake-process__steps li {
        grid-template-columns:
            1fr;
    }

    .cake-request__form {
        padding:
            22px;
    }

    .cake-request__submit .button {
        width:
            100%;
    }

}


/* ==========================================================================
   28. CATERING PAGE
   ========================================================================== */

/* --------------------------------------------------------------------------
   Current navigation
   -------------------------------------------------------------------------- */

.catering-page .site-nav a.is-current:not(.site-nav__order),
.catering-page .site-nav a[aria-current="page"]:not(.site-nav__order) {
    color: var(--jam-dark);
}

.catering-page .site-nav a.is-current:not(.site-nav__order)::after,
.catering-page .site-nav a[aria-current="page"]:not(.site-nav__order)::after {
    transform: scaleX(1);
}


/* --------------------------------------------------------------------------
   Catering hero — large-order manifest
   -------------------------------------------------------------------------- */

.catering-hero {
    position: relative;
    padding: 78px 0 86px;
    background: var(--paper);
    border-bottom: 1px solid var(--blue-dark);
}

.catering-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 42px,
            var(--cream) 42px,
            var(--cream) 84px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.catering-hero__sheet {
    display: grid;
    grid-template-columns:
        minmax(470px, 0.86fr)
        minmax(0, 1.14fr);
    min-height: 610px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.catering-hero__copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 5vw, 74px);
    border-right: 1px solid var(--blue-dark);
}

.catering-hero__copy::after {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(42, 29, 24, 0.10);
    pointer-events: none;
    content: "";
}

.catering-hero__copy > * {
    position: relative;
    z-index: 1;
}

.catering-manifest-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    padding-bottom: 13px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.catering-hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.8rem, 5.4vw, 5.8rem);
    font-weight: 600;
    line-height: 0.93;
}

.catering-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.catering-hero__lead {
    max-width: 600px;
    margin-bottom: 28px;
    color: var(--chocolate-soft);
    font-size: 0.98rem;
    line-height: 1.68;
}

.catering-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
}

.catering-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.catering-hero__facts > div {
    padding: 14px 14px 13px 0;
}

.catering-hero__facts > div + div {
    padding-left: 15px;
    border-left: 1px solid var(--line-dark);
}

.catering-hero__facts dt {
    margin-bottom: 5px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.61rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.catering-hero__facts dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 700;
}

.catering-hero__image {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: var(--blue-dark);
}

.catering-hero__image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 54%,
            rgba(12, 30, 49, 0.22) 100%
        );
    pointer-events: none;
    content: "";
}

.catering-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catering-hero__stamp {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    width: 144px;
    aspect-ratio: 1;
    place-items: center;
    padding: 18px;
    background: rgba(255, 250, 240, 0.96);
    border: 4px double var(--blue-dark);
    border-radius: 50%;
    color: var(--blue-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.055em;
    text-align: center;
    transform: rotate(-7deg);
    box-shadow: 7px 7px 0 var(--butter);
}


/* --------------------------------------------------------------------------
   Package manifest
   -------------------------------------------------------------------------- */

.catering-packages {
    padding: 102px 0 112px;
    background: var(--cream);
}

.catering-packages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.catering-package {
    position: relative;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: 6px 6px 0 var(--cream-deep);
}

.catering-package::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 7px;
    background: var(--blue);
    content: "";
}

.catering-package::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 9px;
    background:
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 7px,
            var(--blue) 7px,
            var(--blue) 10px,
            transparent 10px,
            transparent 17px
        );
    content: "";
}

.catering-package--butter {
    background: var(--butter-soft);
}

.catering-package--jam {
    background: #f6ddd7;
}

.catering-package__top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 10px 0 40px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.catering-package h3 {
    margin-bottom: 15px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(2.05rem, 2.7vw, 2.85rem);
    font-weight: 700;
    line-height: 0.99;
}

.catering-package__summary {
    margin-bottom: 22px;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.58;
}

.catering-package ul {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.catering-package li {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 0;
    border-top: 1px solid rgba(42, 29, 24, 0.16);
    color: var(--chocolate-soft);
    font-family: var(--mono);
    font-size: 0.67rem;
    line-height: 1.42;
}

.catering-package li::before {
    color: var(--jam-dark);
    content: "✓";
}

.catering-package__bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--line-dark);
}

.catering-package__bottom span {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
}

.catering-package__bottom strong {
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.9rem;
    line-height: 1;
}


/* --------------------------------------------------------------------------
   Quantity worksheet
   -------------------------------------------------------------------------- */

.catering-quantity {
    position: relative;
    padding: 96px 0;
    background: var(--blue-dark);
    color: var(--white);
}

.catering-quantity::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 253, 247, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 253, 247, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    content: "";
}

.catering-quantity__sheet {
    position: relative;
    z-index: 1;
    padding: 48px;
    border: 1px solid rgba(255, 253, 247, 0.32);
    box-shadow: inset 0 0 0 8px rgba(255, 253, 247, 0.03);
}

.catering-quantity__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    gap: 60px;
    align-items: end;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.22);
}

.catering-quantity .eyebrow {
    color: var(--butter);
}

.catering-quantity h2 {
    margin-bottom: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.4vw, 4.7rem);
    font-weight: 600;
    line-height: 0.97;
}

.catering-quantity__header > p {
    margin-bottom: 0;
    color: rgba(255, 253, 247, 0.72);
    font-size: 0.94rem;
    line-height: 1.62;
}

.quantity-table {
    margin-top: 36px;
    border-top: 2px solid var(--butter);
    border-bottom: 2px solid var(--butter);
}

.quantity-table__header,
.quantity-row {
    display: grid;
    grid-template-columns: 0.72fr 1fr 0.9fr 1.25fr;
    gap: 22px;
    align-items: center;
}

.quantity-table__header {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.25);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.045em;
}

.quantity-row {
    min-height: 78px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.16);
}

.quantity-row:last-child {
    border-bottom: 0;
}

.quantity-row strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 1.48rem;
    font-weight: 700;
}

.quantity-row span {
    color: rgba(255, 253, 247, 0.72);
    font-family: var(--mono);
    font-size: 0.67rem;
}

.quantity-row em {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.66rem;
    font-style: normal;
    font-weight: 600;
}

.catering-quantity__note {
    max-width: 980px;
    margin: 26px auto 0;
    color: rgba(255, 253, 247, 0.62);
    font-family: var(--mono);
    font-size: 0.64rem;
    line-height: 1.55;
    text-align: center;
}


/* --------------------------------------------------------------------------
   Packing floor
   -------------------------------------------------------------------------- */

.catering-prep {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
    min-height: 650px;
    background: var(--black);
    color: var(--white);
}

.catering-prep__image {
    min-height: 650px;
    overflow: hidden;
}

.catering-prep__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catering-prep__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 5.6vw, 84px);
    background: linear-gradient(145deg, #21150f, #110c09);
    border-left: 1px solid rgba(255, 253, 247, 0.12);
}

.catering-prep .eyebrow {
    color: var(--butter);
}

.catering-prep h2 {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(2.9rem, 4.2vw, 4.45rem);
    font-weight: 600;
    line-height: 0.97;
}

.catering-prep__lead {
    max-width: 620px;
    margin-bottom: 30px;
    color: rgba(255, 253, 247, 0.74);
    font-size: 0.94rem;
    line-height: 1.68;
}

.catering-prep__ledger {
    border-top: 1px solid rgba(255, 253, 247, 0.18);
}

.catering-prep__ledger > div {
    display: grid;
    grid-template-columns: 42px 122px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.catering-prep__ledger span {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.64rem;
    font-weight: 600;
}

.catering-prep__ledger strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 1.12rem;
}

.catering-prep__ledger p {
    margin: 0;
    color: rgba(255, 253, 247, 0.61);
    font-family: var(--mono);
    font-size: 0.64rem;
    line-height: 1.48;
}


/* --------------------------------------------------------------------------
   Big box feature
   -------------------------------------------------------------------------- */

.catering-box-feature {
    position: relative;
    padding: 94px 0;
    background: var(--paper);
}

.catering-box-feature::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 16px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 42px,
            var(--cream) 42px,
            var(--cream) 84px
        );
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.catering-box-feature__sheet {
    display: grid;
    grid-template-columns: minmax(390px, 0.8fr) minmax(0, 1.2fr);
    overflow: hidden;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.catering-box-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(48px, 5.5vw, 78px);
}

.catering-box-feature h2 {
    margin-bottom: 8px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(2.9rem, 4.2vw, 4.55rem);
    font-weight: 600;
    line-height: 0.97;
}

.catering-box-feature__subhead {
    margin-bottom: 27px;
    color: var(--jam-dark);
    font-family: var(--display);
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 600;
}

.catering-box-feature ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line-dark);
}

.catering-box-feature li {
    padding: 11px 0;
    border-bottom: 1px solid var(--line-dark);
    color: var(--chocolate-soft);
    font-family: var(--mono);
    font-size: 0.68rem;
}

.catering-box-feature .button {
    align-self: flex-start;
}

.catering-box-feature__image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-left: 1px solid var(--blue-dark);
}

.catering-box-feature__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catering-box-feature__label {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: grid;
    width: 136px;
    aspect-ratio: 1;
    place-items: center;
    padding: 17px;
    background: rgba(255, 250, 240, 0.96);
    border: 4px double var(--blue-dark);
    border-radius: 50%;
    color: var(--blue-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    transform: rotate(-7deg);
}


/* --------------------------------------------------------------------------
   Dispatch procedure
   -------------------------------------------------------------------------- */

.catering-timeline {
    padding: 100px 0;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.catering-timeline__steps {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid var(--blue-dark);
}

.catering-timeline__steps li {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 26px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line-dark);
}

.catering-timeline__number {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.7rem;
    font-weight: 600;
}

.catering-timeline__label {
    margin-bottom: 7px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.catering-timeline h3 {
    margin-bottom: 7px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.9rem;
    font-weight: 700;
}

.catering-timeline__steps p:last-child {
    max-width: 760px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.58;
}


/* --------------------------------------------------------------------------
   Catering request form
   -------------------------------------------------------------------------- */

.catering-request {
    position: relative;
    padding: 104px 0;
    background: var(--blue-dark);
    color: var(--white);
}

.catering-request::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 253, 247, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 253, 247, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    content: "";
}

.catering-request__sheet {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: 66px;
}

.catering-request .eyebrow {
    color: var(--butter);
}

.catering-request h2 {
    margin-bottom: 22px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.4vw, 4.75rem);
    font-weight: 600;
    line-height: 0.96;
}

.catering-request__intro > p:not(.eyebrow) {
    color: rgba(255, 253, 247, 0.74);
    font-size: 0.94rem;
    line-height: 1.68;
}

.catering-request__notice {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 253, 247, 0.055);
    border: 1px solid rgba(255, 253, 247, 0.23);
}

.catering-request__notice span {
    display: block;
    margin-bottom: 9px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.catering-request__notice strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.28rem;
    line-height: 1.1;
}

.catering-request__notice p {
    margin: 0;
    color: rgba(255, 253, 247, 0.61);
    font-family: var(--mono);
    font-size: 0.64rem;
    line-height: 1.48;
}

.catering-request__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 32px;
    background: var(--paper-light);
    border: 1px solid var(--chocolate);
    color: var(--chocolate);
    box-shadow: 9px 9px 0 var(--butter);
}

.catering-request__submit {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 8px;
}

.catering-request__submit p {
    max-width: 420px;
    margin: 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.61rem;
    line-height: 1.48;
}


/* --------------------------------------------------------------------------
   Catering desktop typography
   -------------------------------------------------------------------------- */

@media (min-width: 1021px) {
    .catering-page .catering-hero h1,
    .catering-page .catering-packages h2,
    .catering-page .catering-quantity h2,
    .catering-page .catering-prep h2,
    .catering-page .catering-box-feature h2,
    .catering-page .catering-timeline h2,
    .catering-page .catering-request h2 {
        letter-spacing: 0.028em !important;
    }

    .catering-page .catering-package h3,
    .catering-page .catering-timeline h3,
    .catering-page .quantity-row strong {
        letter-spacing: 0.018em !important;
    }
}


/* --------------------------------------------------------------------------
   Catering ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {
    .catering-hero__sheet {
        min-height: 580px;
    }

    .catering-hero__image {
        min-height: 580px;
    }

    .catering-prep {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 760px)
            minmax(0, 660px)
            minmax(0, 1fr);
        min-height: 610px;
    }

    .catering-prep__image {
        grid-column: 2;
        min-height: 610px;
    }

    .catering-prep__copy {
        grid-column: 3;
        padding: 58px 62px;
    }
}


/* --------------------------------------------------------------------------
   Catering tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {
    .catering-hero__sheet,
    .catering-box-feature__sheet,
    .catering-request__sheet {
        grid-template-columns: 1fr;
    }

    .catering-hero__copy {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .catering-hero__image {
        min-height: 500px;
    }

    .catering-packages__grid {
        grid-template-columns: 1fr;
    }

    .catering-package {
        min-height: 0;
    }

    .catering-quantity__header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .catering-prep {
        grid-template-columns: 1fr;
    }

    .catering-prep__image {
        min-height: 510px;
    }

    .catering-prep__copy {
        padding: 68px 50px;
        border-top: 1px solid rgba(255, 253, 247, 0.12);
        border-left: 0;
    }

    .catering-box-feature__image {
        min-height: 500px;
        border-top: 1px solid var(--blue-dark);
        border-left: 0;
    }

    .catering-request__sheet {
        gap: 42px;
    }
}


/* --------------------------------------------------------------------------
   Catering mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {
    .catering-hero {
        padding: 54px 0;
    }

    .catering-hero__copy {
        padding: 42px 30px;
    }

    .catering-manifest-meta {
        margin-bottom: 32px;
    }

    .catering-hero h1 {
        font-size: clamp(3.35rem, 12vw, 5.1rem);
    }

    .catering-hero__facts {
        grid-template-columns: 1fr;
    }

    .catering-hero__facts > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 12px 0;
    }

    .catering-hero__facts > div + div {
        padding-left: 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .catering-packages,
    .catering-quantity,
    .catering-box-feature,
    .catering-timeline,
    .catering-request {
        padding-block: 76px;
    }

    .catering-quantity__sheet {
        padding: 32px 26px;
    }

    .quantity-table__header {
        display: none;
    }

    .quantity-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px 20px;
        padding: 19px 0;
    }

    .quantity-row strong {
        grid-column: 1 / -1;
    }

    .catering-prep__copy {
        padding: 56px 32px;
    }

    .catering-prep__ledger > div {
        grid-template-columns: 40px 1fr;
        gap: 12px;
    }

    .catering-prep__ledger p {
        grid-column: 2;
    }

    .catering-box-feature__copy {
        padding: 50px 32px;
    }

    .catering-timeline__steps li {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 18px;
    }

    .catering-request__form {
        grid-template-columns: 1fr;
        padding: 27px;
    }

    .catering-request__form .form-field--wide,
    .catering-request__submit {
        grid-column: auto;
    }

    .catering-request__submit {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* --------------------------------------------------------------------------
   Catering small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {
    .catering-hero__copy {
        padding: 35px 22px;
    }

    .catering-manifest-meta,
    .catering-hero__actions,
    .catering-package__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .catering-manifest-meta,
    .catering-package__top {
        gap: 7px;
    }

    .catering-hero__actions .button,
    .catering-box-feature .button,
    .catering-request__submit .button {
        width: 100%;
    }

    .catering-hero__image {
        min-height: 360px;
    }

    .catering-hero__stamp {
        right: 18px;
        bottom: 18px;
        width: 120px;
        font-size: 0.54rem;
    }

    .catering-package {
        padding: 25px 21px;
    }

    .catering-package__top {
        margin-bottom: 30px;
    }

    .catering-quantity__sheet {
        padding: 27px 19px;
    }

    .quantity-row {
        grid-template-columns: 1fr;
    }

    .catering-prep__image,
    .catering-box-feature__image {
        min-height: 370px;
    }

    .catering-prep__copy,
    .catering-box-feature__copy {
        padding: 46px 23px;
    }

    .catering-timeline__steps li {
        grid-template-columns: 1fr;
    }

    .catering-request__form {
        padding: 21px;
    }
}

/* ==========================================================================
   END — CATERING PAGE
   ========================================================================== */

/* ==========================================================================
   29. WHOLESALE PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   Wholesale hero — account desk
   -------------------------------------------------------------------------- */

.wholesale-hero {
    position: relative;
    padding: 82px 0 92px;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.wholesale-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 14px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue-dark) 0,
            var(--blue-dark) 48px,
            var(--cream) 48px,
            var(--cream) 92px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.wholesale-hero__ledger {
    display: grid;
    grid-template-columns:
        minmax(0, 0.86fr)
        minmax(0, 1.14fr);
    min-height: 760px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.wholesale-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(50px, 4.8vw, 72px)
        clamp(42px, 4.5vw, 66px);
    background:
        linear-gradient(
            180deg,
            rgba(255, 253, 247, 0.98),
            rgba(247, 234, 203, 0.72)
        );
    border-right: 1px solid var(--blue-dark);
}

.wholesale-account-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 42px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.wholesale-hero .eyebrow {
    margin-bottom: 18px;
}

.wholesale-hero h1 {
    max-width: 620px;
    margin-bottom: 27px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.8rem, 5.3vw, 5.65rem);
    font-weight: 600;
    line-height: 0.94;
}

.wholesale-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.wholesale-hero__lead {
    max-width: 610px;
    margin-bottom: 30px;
    color: var(--chocolate-soft);
    font-size: 0.98rem;
    line-height: 1.72;
}

.wholesale-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.wholesale-hero__stats {
    display: grid;
    grid-template-columns:
        0.95fr
        1fr
        1.05fr;
    margin: 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.wholesale-hero__stats > div {
    min-width: 0;
    padding: 15px 12px 14px 0;
}

.wholesale-hero__stats > div + div {
    padding-left: 15px;
    border-left: 1px solid var(--line-dark);
}

.wholesale-hero__stats dt {
    margin-bottom: 6px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.59rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.wholesale-hero__stats dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(0.94rem, 1.35vw, 1.12rem);
    font-weight: 700;
    line-height: 1.08;
}

.wholesale-hero__photo {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: var(--blue-dark);
}

.wholesale-hero__photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 58%,
            rgba(11, 29, 50, 0.18)
        );
    content: "";
    pointer-events: none;
}

.wholesale-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
}

.wholesale-hero__route-tag {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    width: 205px;
    padding: 22px;
    background: var(--paper-light);
    border: 1px solid var(--chocolate);
    box-shadow: 8px 8px 0 var(--butter);
    transform: rotate(-2deg);
}

.wholesale-hero__route-tag span,
.wholesale-hero__route-tag small {
    display: block;
    font-family: var(--mono);
}

.wholesale-hero__route-tag span {
    margin-bottom: 9px;
    color: var(--jam-dark);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.wholesale-hero__route-tag strong {
    display: block;
    margin-bottom: 8px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 2rem;
    line-height: 0.95;
}

.wholesale-hero__route-tag small {
    color: var(--cocoa);
    font-size: 0.55rem;
    line-height: 1.45;
}


/* --------------------------------------------------------------------------
   Partner directory
   -------------------------------------------------------------------------- */

.wholesale-partners {
    padding: 108px 0 116px;
    background: var(--paper);
}

.wholesale-partners__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    border-top: 2px solid var(--blue-dark);
    border-left: 1px solid var(--line-dark);
}

.wholesale-partner {
    position: relative;
    min-height: 300px;
    padding: 34px;
    background: rgba(255, 253, 247, 0.48);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.wholesale-partner:nth-child(2),
.wholesale-partner:nth-child(3) {
    background: rgba(240, 223, 188, 0.38);
}

.wholesale-partner__code {
    display: block;
    margin-bottom: 44px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.wholesale-partner h3 {
    margin-bottom: 14px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(2rem, 2.8vw, 2.85rem);
    font-weight: 650;
    line-height: 1;
}

.wholesale-partner > p {
    max-width: 580px;
    margin-bottom: 22px;
    color: var(--chocolate-soft);
    font-size: 0.91rem;
    line-height: 1.65;
}

.wholesale-partner ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 18px 0 0 19px;
    border-top: 1px solid var(--line-dark);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.68rem;
    line-height: 1.45;
}


/* --------------------------------------------------------------------------
   Standing order ledger
   -------------------------------------------------------------------------- */

.wholesale-orders {
    padding: 110px 0;
    background: var(--cream);
}

.wholesale-orders__sheet {
    padding: clamp(44px, 5vw, 72px);
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-medium);
}

.wholesale-orders__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(280px, 0.75fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 38px;
    padding-bottom: 34px;
    border-bottom: 2px solid var(--blue-dark);
}

.wholesale-orders__header h2 {
    margin-bottom: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3rem, 4.8vw, 5.15rem);
    font-weight: 600;
    line-height: 0.96;
}

.wholesale-orders__header > p {
    margin: 0;
    padding-bottom: 6px;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.67;
}

.wholesale-order-table {
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
}

.wholesale-order-table__header,
.wholesale-order-row {
    display: grid;
    grid-template-columns:
        minmax(220px, 1.25fr)
        minmax(100px, 0.55fr)
        minmax(120px, 0.65fr)
        minmax(180px, 1fr);
}

.wholesale-order-table__header {
    background: var(--blue-dark);
    color: var(--butter);
}

.wholesale-order-table__header span {
    padding: 13px 16px;
    border-right: 1px solid rgba(255, 253, 247, 0.16);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.wholesale-order-row {
    min-height: 76px;
    align-items: center;
    background: rgba(255, 253, 247, 0.55);
}

.wholesale-order-row:nth-child(odd) {
    background: rgba(240, 223, 188, 0.27);
}

.wholesale-order-row > * {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 17px 16px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.wholesale-order-row strong {
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.18rem;
    font-weight: 700;
}

.wholesale-order-row span,
.wholesale-order-row em {
    font-family: var(--mono);
    font-size: 0.69rem;
    line-height: 1.45;
}

.wholesale-order-row span {
    color: var(--chocolate-soft);
}

.wholesale-order-row em {
    color: var(--jam-dark);
    font-style: normal;
}

.wholesale-orders__fine-print {
    margin: 24px 0 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.64rem;
    line-height: 1.6;
}


/* --------------------------------------------------------------------------
   Route desk
   -------------------------------------------------------------------------- */

.wholesale-route {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(480px, 0.92fr);
    min-height: 710px;
    background: var(--blue-dark);
    color: var(--white);
}

.wholesale-route__photo {
    min-height: 710px;
    overflow: hidden;
}

.wholesale-route__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 84% center;
}

.wholesale-route__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        70px
        clamp(46px, 5.5vw, 86px);
    background:
        linear-gradient(
            145deg,
            #17324f,
            var(--blue-dark)
        );
    border-left: 1px solid rgba(255, 253, 247, 0.12);
}

.wholesale-route .eyebrow {
    color: var(--butter);
}

.wholesale-route h2 {
    max-width: 650px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.5vw, 4.75rem);
    font-weight: 600;
    line-height: 0.96;
}

.wholesale-route__lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: rgba(255, 253, 247, 0.82);
    font-size: 0.96rem;
    line-height: 1.7;
}

.wholesale-route__manifest {
    border-top: 1px solid rgba(255, 253, 247, 0.24);
}

.wholesale-route__manifest > div {
    display: grid;
    grid-template-columns:
        64px
        140px
        minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.22);
}

.wholesale-route__manifest span {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
}

.wholesale-route__manifest strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 1.12rem;
    line-height: 1.18;
}

.wholesale-route__manifest p {
    margin: 0;
    color: rgba(255, 253, 247, 0.82);
    font-family: var(--mono);
    font-size: 0.72rem;
    line-height: 1.58;
}


/* --------------------------------------------------------------------------
   Account rhythm
   -------------------------------------------------------------------------- */

.wholesale-rhythm {
    padding: 108px 0 116px;
    background: var(--cream);
}

.wholesale-rhythm__intro {
    max-width: 780px;
    margin: -14px 0 44px;
    color: var(--chocolate-soft);
    font-size: 0.96rem;
    line-height: 1.72;
}

.wholesale-rhythm__steps {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid var(--blue-dark);
    border-left: 1px solid var(--line-dark);
}

.wholesale-rhythm__steps li {
    display: grid;
    grid-template-columns:
        58px
        minmax(0, 1fr);
    gap: 20px;
    min-height: 240px;
    padding: 30px;
    background: rgba(255, 253, 247, 0.44);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.wholesale-rhythm__steps li:nth-child(2),
.wholesale-rhythm__steps li:nth-child(3) {
    background: rgba(240, 223, 188, 0.32);
}

.wholesale-rhythm__steps > li > span {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.64rem;
    font-weight: 600;
}

.wholesale-rhythm__label {
    margin-bottom: 9px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.wholesale-rhythm h3 {
    margin-bottom: 13px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.9rem, 2.6vw, 2.65rem);
    font-weight: 650;
    line-height: 1;
}

.wholesale-rhythm__steps li p:last-child {
    max-width: 520px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.62;
}


/* --------------------------------------------------------------------------
   Account terms
   -------------------------------------------------------------------------- */

.wholesale-terms {
    position: relative;
    padding: 106px 0;
    background: var(--blue-dark);
    color: var(--white);
}

.wholesale-terms::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        );
    background-size: 40px 40px;
    content: "";
    pointer-events: none;
}

.wholesale-terms__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);
    gap: 76px;
    align-items: start;
}

.wholesale-terms .eyebrow {
    color: var(--butter);
}

.wholesale-terms h2 {
    max-width: 620px;
    margin-bottom: 22px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.4vw, 4.6rem);
    font-weight: 600;
    line-height: 0.96;
}

.wholesale-terms__intro > p:not(.eyebrow) {
    max-width: 600px;
    margin-bottom: 0;
    color: rgba(255, 253, 247, 0.76);
    font-size: 0.94rem;
    line-height: 1.7;
}

.wholesale-terms__ledger {
    margin: 0;
    border-top: 2px solid var(--butter);
}

.wholesale-terms__ledger > div {
    display: grid;
    grid-template-columns:
        minmax(170px, 0.48fr)
        minmax(0, 0.52fr);
    gap: 28px;
    align-items: center;
    min-height: 76px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.20);
}

.wholesale-terms__ledger dt {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wholesale-terms__ledger dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.28rem;
    font-weight: 650;
}


/* --------------------------------------------------------------------------
   New account form
   -------------------------------------------------------------------------- */

.wholesale-request {
    padding: 112px 0 120px;
    background: var(--paper);
}

.wholesale-request__sheet {
    display: grid;
    grid-template-columns:
        minmax(330px, 0.78fr)
        minmax(0, 1.22fr);
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.wholesale-request__intro {
    padding:
        clamp(48px, 5vw, 76px);
    background:
        linear-gradient(
            180deg,
            rgba(240, 223, 188, 0.55),
            rgba(255, 250, 240, 0.72)
        );
    border-right: 1px solid var(--blue-dark);
}

.wholesale-request__intro h2 {
    max-width: 620px;
    margin-bottom: 24px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3rem, 4.5vw, 4.75rem);
    font-weight: 600;
    line-height: 0.96;
}

.wholesale-request__intro > p:not(.eyebrow) {
    max-width: 590px;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.7;
}

.wholesale-request__note {
    margin-top: 38px;
    padding: 24px;
    background: var(--butter-soft);
    border: 1px solid var(--chocolate);
    box-shadow: 7px 7px 0 var(--cream-deep);
}

.wholesale-request__note span {
    display: block;
    margin-bottom: 9px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.wholesale-request__note strong {
    display: block;
    margin-bottom: 9px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.28rem;
    line-height: 1.1;
}

.wholesale-request__note p {
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.83rem;
    line-height: 1.55;
}

.wholesale-request__form {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-content: start;
    padding:
        clamp(48px, 5vw, 76px);
    background: var(--paper-light);
}

.wholesale-request__form .form-field--wide,
.wholesale-request__submit {
    grid-column: 1 / -1;
}

.wholesale-request__form input,
.wholesale-request__form select,
.wholesale-request__form textarea {
    background: var(--white);
}

.wholesale-request__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding-top: 8px;
}

.wholesale-request__submit p {
    max-width: 390px;
    margin: 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.62rem;
    line-height: 1.55;
}


/* --------------------------------------------------------------------------
   Wholesale — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .wholesale-hero__ledger {
        max-width: 1420px;
        min-height: 720px;
    }

    .wholesale-hero__photo {
        min-height: 720px;
    }

    .wholesale-hero__copy {
        padding: 60px 64px;
    }

    .wholesale-route {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 780px)
            minmax(0, 640px)
            minmax(0, 1fr);
        min-height: 680px;
        background: var(--blue-dark);
    }

    .wholesale-route__photo {
        grid-column: 2;
        min-height: 680px;
    }

    .wholesale-route__content {
        grid-column: 3;
        padding: 62px 58px;
    }

    .wholesale-request__sheet {
        max-width: 1420px;
    }

}


/* --------------------------------------------------------------------------
   Wholesale — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .wholesale-hero__ledger {
        grid-template-columns: 1fr;
    }

    .wholesale-hero__copy {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .wholesale-hero__photo {
        min-height: 540px;
    }

    .wholesale-partners__grid {
        grid-template-columns: 1fr 1fr;
    }

    .wholesale-orders__header {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .wholesale-route {
        grid-template-columns: 1fr;
    }

    .wholesale-route__photo {
        min-height: 520px;
    }

    .wholesale-route__content {
        padding: 66px 50px;
        border-top: 1px solid rgba(255, 253, 247, 0.12);
        border-left: 0;
    }

    .wholesale-terms__grid,
    .wholesale-request__sheet {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wholesale-terms__grid {
        gap: 46px;
    }

    .wholesale-request__intro {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

}


/* --------------------------------------------------------------------------
   Wholesale — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .wholesale-hero {
        padding: 58px 0 66px;
    }

    .wholesale-hero__copy {
        padding: 44px 30px;
    }

    .wholesale-account-meta {
        margin-bottom: 34px;
    }

    .wholesale-hero h1 {
        font-size: clamp(3.3rem, 12vw, 5rem);
    }

    .wholesale-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .wholesale-hero__stats {
        grid-template-columns: 1fr;
    }

    .wholesale-hero__stats > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 12px 0;
    }

    .wholesale-hero__stats > div + div {
        padding-left: 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .wholesale-partners,
    .wholesale-orders,
    .wholesale-rhythm,
    .wholesale-terms,
    .wholesale-request {
        padding-block: 78px;
    }

    .wholesale-partners__grid,
    .wholesale-rhythm__steps {
        grid-template-columns: 1fr;
    }

    .wholesale-order-table {
        border-top: 0;
        border-left: 0;
    }

    .wholesale-order-table__header {
        display: none;
    }

    .wholesale-order-row {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 16px;
        border-top: 1px solid var(--line-dark);
        border-left: 1px solid var(--line-dark);
    }

    .wholesale-order-row > * {
        min-height: 58px;
    }

    .wholesale-route__content {
        padding: 56px 32px;
    }

    .wholesale-route__manifest > div {
        grid-template-columns:
            48px
            1fr;
        gap: 10px 16px;
    }

    .wholesale-route__manifest p {
        grid-column: 2;
    }

    .wholesale-rhythm__steps li {
        min-height: 0;
    }

    .wholesale-terms__ledger > div {
        grid-template-columns: 1fr 1fr;
    }

    .wholesale-request__form {
        padding: 44px 32px;
    }

}


/* --------------------------------------------------------------------------
   Wholesale — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .wholesale-hero__copy {
        padding: 36px 22px;
    }

    .wholesale-account-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .wholesale-hero__photo {
        min-height: 400px;
    }

    .wholesale-hero__route-tag {
        right: 18px;
        bottom: 18px;
        width: 172px;
        padding: 18px;
    }

    .wholesale-partner {
        min-height: 0;
        padding: 28px 24px;
    }

    .wholesale-partner__code {
        margin-bottom: 34px;
    }

    .wholesale-orders__sheet {
        padding: 28px 20px;
    }

    .wholesale-order-row {
        grid-template-columns: 1fr;
    }

    .wholesale-route__photo {
        min-height: 390px;
    }

    .wholesale-route__content {
        padding: 48px 24px;
    }

    .wholesale-route__manifest > div {
        grid-template-columns:
            42px
            1fr;
    }

    .wholesale-rhythm__steps li {
        grid-template-columns:
            44px
            minmax(0, 1fr);
        padding: 26px 22px;
    }

    .wholesale-terms__ledger > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .wholesale-request__intro {
        padding: 42px 24px;
    }

    .wholesale-request__form {
        grid-template-columns: 1fr;
        padding: 40px 22px;
    }

    .wholesale-request__form .form-field--wide,
    .wholesale-request__submit {
        grid-column: auto;
    }

    .wholesale-request__submit {
        align-items: flex-start;
        flex-direction: column;
    }

    .wholesale-request__submit .button {
        width: 100%;
    }

}

/* ==========================================================================
   END — 29. WHOLESALE PAGE
   ========================================================================== */

/* ==========================================================================
   30. PREORDER PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   Hero — pickup ticket
   -------------------------------------------------------------------------- */

.preorder-hero {
    position: relative;
    padding: 82px 0 92px;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.preorder-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 14px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--jam-dark) 0,
            var(--jam-dark) 10px,
            var(--cream) 10px,
            var(--cream) 22px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.preorder-hero__ticket {
    display: grid;
    grid-template-columns:
        minmax(0, 0.96fr)
        minmax(0, 1.04fr);
    min-height: 610px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.preorder-hero__copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(46px, 4.4vw, 64px)
        clamp(42px, 4.2vw, 62px);
    border-right: 1px solid var(--blue-dark);
}

.preorder-hero__copy::after {
    position: absolute;
    top: 0;
    right: -7px;
    bottom: 0;
    width: 13px;
    background:
        radial-gradient(
            circle at center,
            var(--cream) 0 4px,
            transparent 4.5px
        )
        center / 13px 22px repeat-y;
    content: "";
    pointer-events: none;
}

.preorder-ticket-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 42px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.63rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.preorder-hero h1 {
    max-width: 660px;
    margin-bottom: 26px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.65rem, 5.05vw, 5.45rem);
    font-weight: 600;
    line-height: 0.93;
}

.preorder-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.preorder-hero__lead {
    max-width: 610px;
    margin-bottom: 30px;
    color: var(--chocolate-soft);
    font-size: 0.98rem;
    line-height: 1.7;
}

.preorder-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 38px;
}

.preorder-hero__facts {
    display: grid;
    grid-template-columns:
        0.82fr
        0.92fr
        1.26fr;
    margin: 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.preorder-hero__facts > div {
    min-width: 0;
    padding: 15px 12px 14px 0;
}

.preorder-hero__facts > div + div {
    padding-left: 15px;
    border-left: 1px solid var(--line-dark);
}

.preorder-hero__facts dt {
    margin-bottom: 5px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.preorder-hero__facts dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.08;
}

.preorder-hero__facts > div:last-child dd {
    font-size: 1rem;
}

.preorder-hero__photo {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    background: var(--blue-dark);
}

.preorder-hero__photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 58%,
            rgba(11, 29, 50, 0.25)
        );
    content: "";
    pointer-events: none;
}

.preorder-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /*
    | Pull the frame farther right so the employee becomes
    | part of the pickup story instead of being chopped off.
    */
    object-position: 70% center;
}

.preorder-hero__claim {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    width: 190px;
    padding: 22px;
    background: var(--paper-light);
    border: 1px solid var(--chocolate);
    box-shadow: 8px 8px 0 var(--butter);
    transform: rotate(-2deg);
}

.preorder-hero__claim span,
.preorder-hero__claim small {
    display: block;
    font-family: var(--mono);
}

.preorder-hero__claim span {
    margin-bottom: 8px;
    color: var(--jam-dark);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.preorder-hero__claim strong {
    display: block;
    margin-bottom: 7px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 2.25rem;
    line-height: 0.9;
}

.preorder-hero__claim small {
    color: var(--cocoa);
    font-size: 0.55rem;
    line-height: 1.45;
}


/* --------------------------------------------------------------------------
   Cutoff clock
   -------------------------------------------------------------------------- */

.preorder-clock {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: var(--blue-dark);
    color: var(--white);
}

.preorder-clock::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.045) 1px,
            transparent 1px
        );
    background-size: 38px 38px;
    content: "";
    pointer-events: none;
}

.preorder-clock__sheet {
    position: relative;
    z-index: 1;
    padding: 52px;
    border: 1px solid rgba(255, 253, 247, 0.34);
    box-shadow:
        inset 0 0 0 8px rgba(255, 253, 247, 0.03);
}

.preorder-clock__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.58fr);
    gap: 60px;
    align-items: end;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.24);
}

.preorder-clock .eyebrow {
    color: var(--butter);
}

.preorder-clock h2 {
    margin-bottom: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.6vw, 4.9rem);
    font-weight: 600;
    line-height: 0.96;
}

.preorder-clock__header > p {
    margin: 0;
    color: rgba(255, 253, 247, 0.74);
    font-size: 0.94rem;
    line-height: 1.68;
}

.preorder-clock__table {
    margin-top: 38px;
    border-top: 2px solid var(--butter);
    border-bottom: 2px solid var(--butter);
}

.preorder-clock__table-head,
.preorder-clock__row {
    display: grid;
    grid-template-columns:
        1.2fr
        1fr
        1fr
        0.9fr;
    gap: 22px;
    align-items: center;
}

.preorder-clock__table-head {
    padding: 13px 0;
    color: var(--butter);
    border-bottom: 1px solid rgba(255, 253, 247, 0.25);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.preorder-clock__row {
    min-height: 78px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.17);
}

.preorder-clock__row:last-child {
    border-bottom: 0;
}

.preorder-clock__row strong {
    color: var(--white);
    font-family: var(--display);
    font-size: 1.35rem;
    font-weight: 650;
}

.preorder-clock__row span {
    color: rgba(255, 253, 247, 0.74);
    font-family: var(--mono);
    font-size: 0.66rem;
}

.preorder-clock__row em {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.65rem;
    font-style: normal;
}

.preorder-clock__fine-print {
    max-width: 900px;
    margin: 26px auto 0;
    color: rgba(255, 253, 247, 0.58);
    font-family: var(--mono);
    font-size: 0.62rem;
    line-height: 1.55;
    text-align: center;
}


/* --------------------------------------------------------------------------
   Preorder board
   -------------------------------------------------------------------------- */

.preorder-menu {
    padding: 104px 0 112px;
    background: var(--paper);
}

.preorder-menu__grid {
    border-top: 2px solid var(--blue-dark);
}

.preorder-menu__item {
    display: grid;
    grid-template-columns:
        70px
        minmax(0, 1fr)
        auto;
    gap: 30px;
    align-items: center;
    min-height: 160px;
    padding: 26px 0;
    border-bottom: 1px solid var(--line-dark);
}

.preorder-menu__number {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.67rem;
    font-weight: 600;
}

.preorder-menu__item span {
    display: block;
    margin-bottom: 7px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.preorder-menu__item h3 {
    margin-bottom: 9px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(2rem, 2.8vw, 2.85rem);
    font-weight: 650;
    line-height: 1;
}

.preorder-menu__item p {
    max-width: 700px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.6;
}

.preorder-menu__item > strong {
    color: var(--blue-dark);
    font-family: var(--mono);
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}


/* --------------------------------------------------------------------------
   Pickup queue
   -------------------------------------------------------------------------- */

.preorder-queue {
    padding: 106px 0;
    background: var(--cream);
}

.preorder-queue__steps {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.preorder-queue__steps li {
    display: grid;
    grid-template-rows:
        auto 1fr;
    min-height: 330px;
    padding: 26px;
    background: rgba(255, 253, 247, 0.32);
}

.preorder-queue__steps li + li {
    border-left: 1px solid var(--line-dark);
}

.preorder-queue__number {
    margin-bottom: 54px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 600;
}

.preorder-queue__status {
    margin-bottom: 8px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.preorder-queue h3 {
    margin-bottom: 13px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
    font-weight: 650;
    line-height: 1;
}

.preorder-queue__steps p:last-child {
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.86rem;
    line-height: 1.58;
}


/* --------------------------------------------------------------------------
   Collection counter
   -------------------------------------------------------------------------- */

.preorder-handoff {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(440px, 0.9fr);
    min-height: 680px;
    background: var(--black);
    color: var(--white);
}

.preorder-handoff__photo {
    min-height: 680px;
    overflow: hidden;
}

.preorder-handoff__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.preorder-handoff__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(54px, 5.5vw, 82px);
    background:
        linear-gradient(
            145deg,
            #182b3f,
            #0b1724
        );
    border-left: 1px solid rgba(255, 253, 247, 0.13);
}

.preorder-handoff .eyebrow {
    color: var(--butter);
}

.preorder-handoff h2 {
    max-width: 610px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.2vw, 4.55rem);
    font-weight: 600;
    line-height: 0.96;
}

.preorder-handoff__lead {
    max-width: 620px;
    margin-bottom: 34px;
    color: rgba(255, 253, 247, 0.78);
    font-size: 0.96rem;
    line-height: 1.7;
}

.preorder-handoff__details {
    margin: 0;
    border-top: 1px solid rgba(255, 253, 247, 0.18);
}

.preorder-handoff__details > div {
    display: grid;
    grid-template-columns:
        150px
        minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 72px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.preorder-handoff__details dt {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
}

.preorder-handoff__details dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.18rem;
    font-weight: 650;
}


/* --------------------------------------------------------------------------
   Pickup notes
   -------------------------------------------------------------------------- */

.preorder-notes {
    padding: 102px 0;
    background: var(--paper);
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.preorder-notes__grid {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.78fr)
        minmax(0, 1.22fr);
    gap: 76px;
    align-items: start;
}

.preorder-notes h2 {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3rem, 4.5vw, 4.7rem);
    font-weight: 600;
    line-height: 0.96;
}

.preorder-notes__ledger {
    margin: 0;
    border-top: 2px solid var(--blue-dark);
}

.preorder-notes__ledger > div {
    display: grid;
    grid-template-columns:
        minmax(130px, 0.36fr)
        minmax(0, 0.64fr);
    gap: 30px;
    min-height: 74px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line-dark);
}

.preorder-notes__ledger dt {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.preorder-notes__ledger dd {
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.91rem;
    line-height: 1.55;
}


/* --------------------------------------------------------------------------
   Preorder request
   -------------------------------------------------------------------------- */

.preorder-request {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
    background: var(--blue-dark);
    color: var(--white);
}

.preorder-request::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        );
    background-size: 40px 40px;
    content: "";
    pointer-events: none;
}

.preorder-request__sheet {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(310px, 0.7fr)
        minmax(0, 1.3fr);
    gap: 72px;
    align-items: start;
}

.preorder-request .eyebrow {
    color: var(--butter);
}

.preorder-request h2 {
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3rem, 4.5vw, 4.85rem);
    font-weight: 600;
    line-height: 0.96;
}

.preorder-request__intro > p:not(.eyebrow) {
    color: rgba(255, 253, 247, 0.74);
    font-size: 0.94rem;
    line-height: 1.68;
}

.preorder-request__notice {
    margin-top: 32px;
    padding: 22px;
    background: rgba(255, 253, 247, 0.055);
    border: 1px solid rgba(255, 253, 247, 0.22);
}

.preorder-request__notice span {
    display: block;
    margin-bottom: 9px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.preorder-request__notice strong {
    display: block;
    margin-bottom: 8px;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.3rem;
    line-height: 1.1;
}

.preorder-request__notice p {
    margin: 0;
    color: rgba(255, 253, 247, 0.62);
    font-family: var(--mono);
    font-size: 0.63rem;
    line-height: 1.5;
}

.preorder-request__form {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 34px;
    background: var(--paper-light);
    border: 1px solid var(--chocolate);
    color: var(--chocolate);
    box-shadow: 10px 10px 0 var(--butter);
}

.preorder-request__form .form-field--wide {
    grid-column: 1 / -1;
}

.preorder-request__submit {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 8px;
}

.preorder-request__submit p {
    max-width: 420px;
    margin: 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.61rem;
    line-height: 1.5;
}


/* --------------------------------------------------------------------------
   Preorder — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .preorder-hero__ticket {
        max-width: 1420px;
        min-height: 590px;
    }

    .preorder-hero__photo {
        min-height: 590px;
    }

    .preorder-handoff {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 780px)
            minmax(0, 640px)
            minmax(0, 1fr);
        min-height: 640px;
    }

    .preorder-handoff__photo {
        grid-column: 2;
        min-height: 640px;
    }

    .preorder-handoff__content {
        grid-column: 3;
        padding: 58px 62px;
    }

}


/* --------------------------------------------------------------------------
   Preorder — medium desktop
   -------------------------------------------------------------------------- */

@media (max-width: 1180px) {

    .preorder-queue__steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .preorder-queue__steps li:nth-child(3) {
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .preorder-queue__steps li:nth-child(4) {
        border-top: 1px solid var(--line-dark);
    }

}


/* --------------------------------------------------------------------------
   Preorder — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .preorder-hero__ticket {
        grid-template-columns: 1fr;
    }

    .preorder-hero__copy {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .preorder-hero__copy::after {
        display: none;
    }

    .preorder-hero__photo {
        min-height: 520px;
    }

    .preorder-clock__header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .preorder-handoff {
        grid-template-columns: 1fr;
    }

    .preorder-handoff__photo {
        min-height: 520px;
    }

    .preorder-handoff__content {
        padding: 66px 50px;
        border-top: 1px solid rgba(255, 253, 247, 0.13);
        border-left: 0;
    }

    .preorder-notes__grid,
    .preorder-request__sheet {
        grid-template-columns: 1fr;
        gap: 46px;
    }

}


/* --------------------------------------------------------------------------
   Preorder — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .preorder-hero {
        padding: 58px 0 66px;
    }

    .preorder-hero__copy {
        padding: 44px 30px;
    }

    .preorder-ticket-meta {
        margin-bottom: 34px;
    }

    .preorder-hero h1 {
        font-size: clamp(3.35rem, 12vw, 5rem);
    }

    .preorder-hero__facts {
        grid-template-columns: 1fr;
    }

    .preorder-hero__facts > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 12px 0;
    }

    .preorder-hero__facts > div + div {
        padding-left: 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .preorder-clock,
    .preorder-menu,
    .preorder-queue,
    .preorder-notes,
    .preorder-request {
        padding-block: 78px;
    }

    .preorder-clock__sheet {
        padding: 34px 28px;
    }

    .preorder-clock__table-head {
        display: none;
    }

    .preorder-clock__row {
        grid-template-columns:
            1fr 1fr;
        gap: 8px 20px;
        padding: 20px 0;
    }

    .preorder-clock__row strong {
        grid-column: 1 / -1;
    }

    .preorder-menu__item {
        grid-template-columns:
            46px
            minmax(0, 1fr);
        gap: 18px;
    }

    .preorder-menu__item > strong {
        grid-column: 2;
        text-align: left;
    }

    .preorder-handoff__content {
        padding: 56px 32px;
    }

    .preorder-request__form {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .preorder-request__form .form-field--wide,
    .preorder-request__submit {
        grid-column: auto;
    }

    .preorder-request__submit {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* --------------------------------------------------------------------------
   Preorder — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .preorder-hero__copy {
        padding: 36px 22px;
    }

    .preorder-ticket-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .preorder-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .preorder-hero__actions .button {
        width: 100%;
    }

    .preorder-hero__photo {
        min-height: 390px;
    }

    .preorder-hero__claim {
        right: 18px;
        bottom: 18px;
        width: 165px;
        padding: 18px;
    }

    .preorder-clock__row {
        grid-template-columns: 1fr;
    }

    .preorder-menu__item {
        grid-template-columns: 1fr;
    }

    .preorder-menu__item > strong {
        grid-column: auto;
    }

    .preorder-queue__steps {
        grid-template-columns: 1fr;
    }

    .preorder-queue__steps li {
        min-height: 0;
        padding: 28px 24px;
        border-left: 0 !important;
        border-top: 1px solid var(--line-dark);
    }

    .preorder-queue__steps li:first-child {
        border-top: 0;
    }

    .preorder-queue__number {
        margin-bottom: 32px;
    }

    .preorder-handoff__photo {
        min-height: 390px;
    }

    .preorder-handoff__content {
        padding: 48px 24px;
    }

    .preorder-handoff__details > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .preorder-notes__ledger > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .preorder-request__form {
        padding: 22px;
    }

    .preorder-request__submit .button {
        width: 100%;
    }

}

/* ==========================================================================
   END — 30. PREORDER PAGE
   ========================================================================== */

/* ==========================================================================
   31. ABOUT PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   About hero — bakery record
   -------------------------------------------------------------------------- */

.about-hero {
    position: relative;

    padding:
        82px 0 94px;

    background:
        var(--cream);

    border-bottom:
        1px solid var(--blue-dark);
}

.about-hero::before {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height:
        14px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue-dark) 0,
            var(--blue-dark) 48px,
            var(--cream) 48px,
            var(--cream) 92px
        );

    border-bottom:
        1px solid var(--blue-dark);

    content: "";
}

.about-hero__ledger {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    min-height:
        620px;

    background:
        var(--paper-light);

    border:
        1px solid var(--blue-dark);

    box-shadow:
        var(--shadow-large);
}

.about-hero__copy {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        clamp(50px, 5.2vw, 78px);

    background:
        linear-gradient(
            180deg,
            rgba(255, 253, 247, 0.98),
            rgba(247, 234, 203, 0.72)
        );

    border-right:
        1px solid var(--blue-dark);
}

.about-ledger-meta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap:
        24px;

    margin-bottom:
        42px;

    padding-bottom:
        14px;

    border-bottom:
        1px dashed var(--cocoa);

    color:
        var(--blue-deep);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    font-weight:
        600;

    letter-spacing:
        0.065em;

    text-transform:
        uppercase;
}

.about-hero h1 {
    max-width:
        690px;

    margin-bottom:
        28px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3.8rem, 5.55vw, 5.95rem);

    font-weight:
        600;

    line-height:
        0.93;
}

.about-hero h1 span {
    display: block;

    color:
        var(--jam-dark);
}

.about-hero__lead {
    max-width:
        610px;

    margin-bottom:
        38px;

    color:
        var(--chocolate-soft);

    font-size:
        0.98rem;

    line-height:
        1.72;
}

.about-hero__facts {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin: 0;

    border-top:
        1px solid var(--line-dark);

    border-bottom:
        1px solid var(--line-dark);
}

.about-hero__facts > div {
    min-width: 0;

    padding:
        16px 13px 15px 0;
}

.about-hero__facts > div + div {
    padding-left:
        16px;

    border-left:
        1px solid var(--line-dark);
}

.about-hero__facts dt {
    margin-bottom:
        6px;

    color:
        var(--cocoa);

    font-family:
        var(--mono);

    font-size:
        0.59rem;

    letter-spacing:
        0.045em;

    text-transform:
        uppercase;
}

.about-hero__facts dd {
    margin: 0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        1.08rem;

    font-weight:
        700;

    line-height:
        1.1;
}

.about-hero__photo {
    position: relative;

    min-height:
        620px;

    overflow: hidden;

    background:
        var(--blue-dark);
}

.about-hero__photo::after {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 54%,
            rgba(11, 29, 50, 0.20)
        );

    content: "";

    pointer-events: none;
}

.about-hero__photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position:
        48% center;
}

.about-hero__note {
    position: absolute;

    right:
        28px;

    bottom:
        28px;

    z-index:
        2;

    width:
        205px;

    padding:
        22px;

    background:
        var(--paper-light);

    border:
        1px solid var(--chocolate);

    box-shadow:
        8px 8px 0 var(--butter);

    transform:
        rotate(-2deg);
}

.about-hero__note span,
.about-hero__note small {
    display: block;

    font-family:
        var(--mono);
}

.about-hero__note span {
    margin-bottom:
        9px;

    color:
        var(--jam-dark);

    font-size:
        0.59rem;

    font-weight:
        600;

    letter-spacing:
        0.065em;
}

.about-hero__note strong {
    display: block;

    margin-bottom:
        8px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        2rem;

    line-height:
        0.95;
}

.about-hero__note small {
    color:
        var(--cocoa);

    font-size:
        0.55rem;

    line-height:
        1.45;
}


/* --------------------------------------------------------------------------
   Origin notebook
   -------------------------------------------------------------------------- */

.about-origin {
    padding:
        108px 0;

    background:
        var(--paper);
}

.about-origin__grid {
    display: grid;

    grid-template-columns:
        minmax(300px, 0.72fr)
        minmax(0, 1.28fr);

    gap:
        clamp(60px, 8vw, 120px);

    align-items:
        start;
}

.about-origin__heading {
    position: sticky;

    top:
        150px;
}

.about-origin__heading h2 {
    max-width:
        560px;

    margin-bottom:
        0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3.25rem, 4.8vw, 5rem);

    font-weight:
        600;

    line-height:
        0.95;
}

.about-origin__story {
    padding:
        44px;

    background:
        var(--paper-light);

    border:
        1px solid var(--line-dark);

    box-shadow:
        8px 8px 0 var(--cream-deep);
}

.about-origin__lead {
    margin-bottom:
        36px;

    padding-bottom:
        34px;

    border-bottom:
        1px solid var(--line-dark);

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(1.75rem, 2.3vw, 2.35rem);

    font-weight:
        550;

    line-height:
        1.25;
}

.about-origin__columns {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:
        36px;
}

.about-origin__columns p {
    margin: 0;

    color:
        var(--chocolate-soft);

    font-size:
        0.94rem;

    line-height:
        1.78;
}


/* --------------------------------------------------------------------------
   Timeline — crumb trail
   -------------------------------------------------------------------------- */

.about-timeline {
    padding:
        108px 0 116px;

    background:
        var(--cream);
}

.about-timeline__list {
    position: relative;

    margin:
        16px 0 0;

    padding: 0;

    list-style: none;

    border-top:
        2px solid var(--blue-dark);
}

.about-timeline__list::before {
    position: absolute;

    top: 0;
    bottom: 0;
    left:
        98px;

    width:
        1px;

    background:
        var(--line-dark);

    content: "";
}

.about-timeline__list li {
    position: relative;

    display: grid;

    grid-template-columns:
        100px
        minmax(0, 1fr);

    gap:
        34px;

    padding:
        34px 0;

    border-bottom:
        1px solid var(--line-dark);
}

.about-timeline__year {
    position: relative;

    z-index:
        1;

    align-self:
        start;

    width:
        fit-content;

    padding:
        7px 8px;

    background:
        var(--cream);

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.68rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;
}

.about-timeline__label {
    margin-bottom:
        7px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.59rem;

    font-weight:
        600;

    letter-spacing:
        0.055em;
}

.about-timeline h3 {
    margin-bottom:
        10px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(1.9rem, 2.7vw, 2.8rem);

    font-weight:
        650;

    line-height:
        1;
}

.about-timeline__list p:last-child {
    max-width:
        760px;

    margin: 0;

    color:
        var(--chocolate-soft);

    font-size:
        0.92rem;

    line-height:
        1.65;
}


/* --------------------------------------------------------------------------
   Team + production
   -------------------------------------------------------------------------- */

.about-process {
    position:
        relative;

    display:
        grid;

    grid-template-columns:
        1fr;

    min-height:
        0;

    padding:
        72px 0 104px;

    overflow:
        hidden;

    /*
    | The photo now bridges the bakery-history section above
    | into the production section below instead of appearing
    | as a pasted full-width image.
    */
    background:
        linear-gradient(
            180deg,
            var(--cream) 0,
            var(--cream) 300px,
            var(--blue-dark) 300px,
            var(--blue-dark) 100%
        );

    color:
        var(--white);
}

.about-process__photo {
    position:
        relative;

    z-index:
        2;

    width:
        min(1420px, calc(100% - 80px));

    height:
        clamp(430px, 36vw, 560px);

    min-height:
        0;

    margin:
        0 auto;

    padding:
        12px 12px 46px;

    overflow:
        hidden;

    background:
        var(--paper-light);

    border:
        1px solid var(--blue-dark);

    box-shadow:
        12px 14px 0 rgba(16, 40, 67, 0.12);
}

.about-process__photo::after {
    position:
        absolute;

    right:
        18px;

    bottom:
        14px;

    left:
        18px;

    color:
        var(--blue-deep);

    content:
        "PRODUCTION FLOOR / MORNING SHIFT / WORKING FILE";

    font-family:
        var(--mono);

    font-size:
        0.59rem;

    font-weight:
        600;

    letter-spacing:
        0.07em;

    line-height:
        1.3;

    text-transform:
        uppercase;
}

.about-process__photo img {
    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    object-position:
        50% 48%;
}

.about-process__content {
    position:
        relative;

    z-index:
        1;

    display:
        grid;

    grid-template-columns:
        minmax(300px, 0.82fr)
        minmax(0, 1.18fr);

    grid-template-areas:
        "eyebrow ledger"
        "heading ledger"
        "lead ledger";

    column-gap:
        clamp(54px, 7vw, 110px);

    row-gap:
        0;

    align-items:
        start;

    width:
        min(1420px, calc(100% - 80px));

    margin:
        -1px auto 0;

    padding:
        clamp(68px, 6.5vw, 92px)
        clamp(40px, 4.5vw, 66px)
        clamp(72px, 7vw, 100px);

    background:
        linear-gradient(
            145deg,
            #17324f,
            var(--blue-dark)
        );

    border:
        1px solid rgba(255, 253, 247, 0.12);

    border-top:
        0;

    box-shadow:
        12px 14px 0 rgba(11, 29, 50, 0.16);
}

.about-process .eyebrow {
    grid-area:
        eyebrow;

    color:
        var(--butter);
}

.about-process h2 {
    grid-area:
        heading;

    max-width:
        620px;

    margin-bottom:
        26px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.35vw, 4.65rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.about-process__lead {
    grid-area:
        lead;

    max-width:
        620px;

    margin:
        0;

    color:
        rgba(255, 253, 247, 0.78);

    font-size:
        0.96rem;

    line-height:
        1.72;
}

.about-process__ledger {
    grid-area:
        ledger;

    align-self:
        start;

    border-top:
        2px solid var(--butter);
}

.about-process__ledger > div {
    display: grid;

    grid-template-columns:
        44px
        140px
        minmax(0, 1fr);

    gap:
        18px;

    align-items:
        start;

    padding:
        17px 0;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.18);
}

.about-process__ledger span {
    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    font-weight:
        600;
}

.about-process__ledger strong {
    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        1.08rem;

    line-height:
        1.2;
}

.about-process__ledger p {
    margin: 0;

    color:
        rgba(255, 253, 247, 0.82);

    font-family:
        var(--mono);

    font-size:
        0.74rem;

    line-height:
        1.58;
}


/* --------------------------------------------------------------------------
   Principles / house rules
   -------------------------------------------------------------------------- */

.about-principles {
    padding:
        108px 0 116px;

    background:
        var(--paper);
}

.about-principles__grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    margin-top:
        12px;

    border-top:
        2px solid var(--blue-dark);

    border-left:
        1px solid var(--line-dark);
}

.about-principles article {
    min-height:
        280px;

    padding:
        34px;

    background:
        rgba(255, 253, 247, 0.40);

    border-right:
        1px solid var(--line-dark);

    border-bottom:
        1px solid var(--line-dark);
}

.about-principles article:nth-child(2),
.about-principles article:nth-child(3) {
    background:
        rgba(240, 223, 188, 0.35);
}

.about-principles article > span {
    display: block;

    margin-bottom:
        48px;

    color:
        var(--jam-dark);

    font-family:
        var(--mono);

    font-size:
        0.61rem;

    font-weight:
        600;

    letter-spacing:
        0.055em;
}

.about-principles h3 {
    max-width:
        520px;

    margin-bottom:
        14px;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(2rem, 2.7vw, 2.9rem);

    font-weight:
        650;

    line-height:
        1;
}

.about-principles article p {
    max-width:
        540px;

    margin: 0;

    color:
        var(--chocolate-soft);

    font-size:
        0.9rem;

    line-height:
        1.62;
}


/* --------------------------------------------------------------------------
   Daily record
   -------------------------------------------------------------------------- */

.about-record {
    position: relative;

    padding:
        106px 0;

    background:
        var(--blue-dark);

    color:
        var(--white);
}

.about-record::before {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.04) 1px,
            transparent 1px
        );

    background-size:
        40px 40px;

    content: "";

    pointer-events: none;
}

.about-record__sheet {
    position: relative;

    z-index:
        1;

    display: grid;

    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);

    gap:
        76px;

    align-items:
        start;
}

.about-record .eyebrow {
    color:
        var(--butter);
}

.about-record h2 {
    max-width:
        600px;

    margin-bottom:
        22px;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        clamp(3rem, 4.5vw, 4.75rem);

    font-weight:
        600;

    line-height:
        0.96;
}

.about-record__intro > p:not(.eyebrow) {
    max-width:
        600px;

    color:
        rgba(255, 253, 247, 0.72);

    font-size:
        0.94rem;

    line-height:
        1.7;
}

.about-record__ledger {
    margin: 0;

    border-top:
        2px solid var(--butter);
}

.about-record__ledger > div {
    display: grid;

    grid-template-columns:
        minmax(160px, 0.45fr)
        minmax(0, 0.55fr);

    gap:
        28px;

    align-items:
        center;

    min-height:
        76px;

    padding:
        16px 0;

    border-bottom:
        1px solid rgba(255, 253, 247, 0.20);
}

.about-record__ledger dt {
    color:
        var(--butter);

    font-family:
        var(--mono);

    font-size:
        0.62rem;

    font-weight:
        600;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;
}

.about-record__ledger dd {
    margin: 0;

    color:
        var(--white);

    font-family:
        var(--display);

    font-size:
        1.3rem;

    font-weight:
        650;
}


/* --------------------------------------------------------------------------
   Neighborhood close
   -------------------------------------------------------------------------- */

.about-neighborhood {
    position: relative;

    padding:
        112px 0;

    background:
        var(--cream);
}

.about-neighborhood::before {
    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height:
        13px;

    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 42px,
            var(--cream) 42px,
            var(--cream) 84px
        );

    border-top:
        1px solid var(--blue-dark);

    border-bottom:
        1px solid var(--blue-dark);

    content: "";
}

.about-neighborhood__inner {
    display: grid;

    grid-template-columns:
        minmax(320px, 0.95fr)
        minmax(0, 1.05fr);

    gap:
        clamp(60px, 8vw, 120px);

    align-items:
        start;
}

.about-neighborhood h2 {
    max-width:
        700px;

    margin-bottom:
        0;

    color:
        var(--blue-dark);

    font-family:
        var(--display);

    font-size:
        clamp(3.25rem, 5vw, 5.25rem);

    font-weight:
        600;

    line-height:
        0.95;
}

.about-neighborhood__copy {
    padding-top:
        42px;

    border-top:
        2px solid var(--blue-dark);
}

.about-neighborhood__copy > p {
    max-width:
        690px;

    color:
        var(--chocolate-soft);

    font-size:
        0.97rem;

    line-height:
        1.75;
}

.about-neighborhood__copy > p:nth-child(2) {
    margin-top:
        26px;

    color:
        var(--jam-dark);

    font-family:
        var(--display);

    font-size:
        1.55rem;

    font-weight:
        650;
}

.about-neighborhood__actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap:
        24px;

    margin-top:
        34px;
}


/* --------------------------------------------------------------------------
   About — desktop tracking
   -------------------------------------------------------------------------- */

@media (min-width: 1021px) {

    .about-page .about-hero h1,
    .about-page .about-origin h2,
    .about-page .about-timeline h2,
    .about-page .about-process h2,
    .about-page .about-principles h2,
    .about-page .about-record h2,
    .about-page .about-neighborhood h2 {
        letter-spacing:
            0.028em !important;
    }

    .about-page .about-timeline h3,
    .about-page .about-principles h3 {
        letter-spacing:
            0.018em !important;
    }

}


/* --------------------------------------------------------------------------
   About — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .about-hero__ledger {
        max-width:
            1420px;

        min-height:
            600px;
    }

    .about-hero__photo {
        min-height:
            600px;
    }

    .about-process {
        padding-top:
            86px;

        background:
            linear-gradient(
                180deg,
                var(--cream) 0,
                var(--cream) 330px,
                var(--blue-dark) 330px,
                var(--blue-dark) 100%
            );
    }

    .about-process__photo {
        width:
            min(1420px, calc(100% - 120px));

        height:
            540px;
    }

    .about-process__content {
        width:
            min(1420px, calc(100% - 120px));

        padding:
            86px 66px 96px;
    }

}


/* --------------------------------------------------------------------------
   About — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .about-hero__ledger {
        grid-template-columns:
            1fr;
    }

    .about-hero__copy {
        border-right:
            0;

        border-bottom:
            1px solid var(--blue-dark);
    }

    .about-hero__photo {
        min-height:
            520px;
    }

    .about-origin__grid {
        grid-template-columns:
            1fr;

        gap:
            44px;
    }

    .about-origin__heading {
        position:
            static;
    }

    .about-process {
        grid-template-columns:
            1fr;
    }

    .about-process {
        padding:
            58px 0 80px;

        background:
            linear-gradient(
                180deg,
                var(--cream) 0,
                var(--cream) 240px,
                var(--blue-dark) 240px,
                var(--blue-dark) 100%
            );
    }

    .about-process__photo {
        width:
            min(100% - 80px, 900px);

        height:
            480px;

        min-height:
            0;
    }

    .about-process__content {
        display:
            block;

        width:
            min(100% - 80px, 900px);

        padding:
            62px 46px 70px;
    }

    .about-process__lead {
        margin-bottom:
            34px;
    }

    .about-record__sheet,
    .about-neighborhood__inner {
        grid-template-columns:
            1fr;

        gap:
            46px;
    }

}


/* --------------------------------------------------------------------------
   About — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .about-hero {
        padding:
            58px 0 66px;
    }

    .about-hero__copy {
        padding:
            44px 30px;
    }

    .about-ledger-meta {
        margin-bottom:
            34px;
    }

    .about-hero h1 {
        font-size:
            clamp(3.3rem, 12vw, 5rem);
    }

    .about-hero__facts {
        grid-template-columns:
            1fr;
    }

    .about-hero__facts > div {
        display: flex;

        align-items: center;

        justify-content: space-between;

        gap:
            20px;

        padding:
            12px 0;
    }

    .about-hero__facts > div + div {
        padding-left:
            0;

        border-top:
            1px solid var(--line-dark);

        border-left:
            0;
    }

    .about-origin,
    .about-timeline,
    .about-principles,
    .about-record,
    .about-neighborhood {
        padding-block:
            78px;
    }

    .about-origin__story {
        padding:
            32px;
    }

    .about-origin__columns {
        grid-template-columns:
            1fr;

        gap:
            22px;
    }

    .about-timeline__list::before {
        left:
            68px;
    }

    .about-timeline__list li {
        grid-template-columns:
            70px
            minmax(0, 1fr);

        gap:
            22px;
    }

    .about-process__photo {
        width:
            calc(100% - 56px);

        height:
            360px;

        padding:
            8px 8px 42px;
    }

    .about-process__content {
        width:
            calc(100% - 56px);

        padding:
            54px 28px 62px;
    }

    .about-process__ledger > div {
        grid-template-columns:
            40px
            1fr;

        gap:
            10px 16px;
    }

    .about-process__ledger p {
        grid-column:
            2;
    }

    .about-principles__grid {
        grid-template-columns:
            1fr;
    }

    .about-principles article {
        min-height:
            0;
    }

    .about-record__ledger > div {
        grid-template-columns:
            1fr 1fr;
    }

}


/* --------------------------------------------------------------------------
   About — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .about-hero__copy {
        padding:
            36px 22px;
    }

    .about-ledger-meta {
        align-items:
            flex-start;

        flex-direction:
            column;

        gap:
            7px;
    }

    .about-hero__photo {
        min-height:
            390px;
    }

    .about-hero__note {
        right:
            18px;

        bottom:
            18px;

        width:
            172px;

        padding:
            18px;
    }

    .about-origin__story {
        padding:
            26px 22px;
    }

    .about-timeline__list::before {
        display:
            none;
    }

    .about-timeline__list li {
        grid-template-columns:
            1fr;

        gap:
            10px;
    }

    .about-timeline__year {
        padding-left:
            0;
    }

    .about-process__photo {
        height:
            390px;

        min-height:
            0;
    }

    .about-process__photo {
        width:
            calc(100% - 40px);

        height:
            300px;
    }

    .about-process__content {
        width:
            calc(100% - 40px);

        padding:
            48px 22px 56px;
    }

    .about-principles article {
        padding:
            28px 24px;
    }

    .about-principles article > span {
        margin-bottom:
            34px;
    }

    .about-record__ledger > div {
        grid-template-columns:
            1fr;

        gap:
            5px;
    }

    .about-neighborhood__actions {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

    .about-neighborhood__actions .button {
        width:
            100%;
    }

}

/* ==========================================================================
   END — 31. ABOUT PAGE
   ========================================================================== */

/* ==========================================================================
   32. GALLERY PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   Gallery hero — archive desk
   -------------------------------------------------------------------------- */

.gallery-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 104px;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.gallery-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 15px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue-dark) 0,
            var(--blue-dark) 36px,
            var(--butter) 36px,
            var(--butter) 42px,
            var(--cream) 42px,
            var(--cream) 78px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.gallery-hero__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(300px, 0.55fr);
    gap: clamp(60px, 7vw, 110px);
    align-items: end;
}

.gallery-hero__copy {
    max-width: 890px;
}

.gallery-archive-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.gallery-hero .eyebrow {
    margin-bottom: 20px;
}

.gallery-hero h1 {
    max-width: 880px;
    margin-bottom: 28px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(4.2rem, 6.1vw, 6.7rem);
    font-weight: 600;
    line-height: 0.91;
}

.gallery-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.gallery-hero__lead {
    max-width: 720px;
    margin-bottom: 32px;
    color: var(--chocolate-soft);
    font-size: 1rem;
    line-height: 1.72;
}

.gallery-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}

.gallery-hero__index {
    position: relative;
    padding: 34px 32px 30px;
    background: var(--blue-dark);
    border: 1px solid var(--blue-black);
    color: var(--white);
    box-shadow:
        12px 12px 0 var(--butter);
}

.gallery-hero__index::before {
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255, 253, 247, 0.14);
    pointer-events: none;
    content: "";
}

.gallery-index__label {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.26);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.gallery-index {
    position: relative;
    z-index: 1;
    margin: 0;
}

.gallery-index > div {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 22px;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.gallery-index dt {
    color: rgba(255, 253, 247, 0.66);
    font-family: var(--mono);
    font-size: 0.61rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.gallery-index dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.12rem;
    font-weight: 650;
}

.gallery-index__note {
    position: relative;
    z-index: 1;
    margin: 24px 0 0;
    color: rgba(255, 253, 247, 0.74);
    font-family: var(--mono);
    font-size: 0.64rem;
    line-height: 1.62;
}


/* --------------------------------------------------------------------------
   Contact sheet
   -------------------------------------------------------------------------- */

.gallery-contact {
    position: relative;
    padding: 112px 0 124px;
    overflow: hidden;
    background: var(--blue-black);
    color: var(--white);
}

.gallery-contact::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.038) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.038) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    pointer-events: none;
    content: "";
}

.gallery-contact > .site-shell {
    position: relative;
    z-index: 1;
}

.gallery-contact__header {
    display: grid;
    grid-template-columns:
        minmax(0, 1.42fr)
        minmax(270px, 0.58fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 64px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.22);
}

.gallery-contact .eyebrow {
    color: var(--butter);
}

.gallery-contact__header h2 {
    max-width: 800px;
    margin-bottom: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3.5rem, 5vw, 5.5rem);
    font-weight: 600;
    line-height: 0.94;
}

.gallery-contact__note {
    padding-bottom: 6px;
}

.gallery-contact__note span {
    display: block;
    margin-bottom: 10px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.gallery-contact__note p {
    margin: 0;
    color: rgba(255, 253, 247, 0.72);
    font-size: 0.9rem;
    line-height: 1.62;
}


/* --------------------------------------------------------------------------
   Contact sheet grid
   -------------------------------------------------------------------------- */

.gallery-sheet {
    display: grid;
    grid-template-columns:
        repeat(12, minmax(0, 1fr));
    gap:
        44px
        30px;
    align-items: start;
}

.gallery-frame {
    position: relative;
    grid-column: span 4;
    margin: 0;
    padding: 10px;
    background: var(--paper-light);
    border: 1px solid rgba(255, 253, 247, 0.26);
    box-shadow:
        10px 12px 0 rgba(0, 0, 0, 0.22);
    color: var(--chocolate);
}

.gallery-frame:nth-child(3n + 1) {
    transform: rotate(-0.22deg);
}

.gallery-frame:nth-child(3n + 2) {
    transform: rotate(0.18deg);
}

.gallery-frame:nth-child(3n) {
    transform: rotate(-0.08deg);
}

.gallery-frame--feature {
    grid-column: span 8;
}

.gallery-frame--wide {
    grid-column: span 8;
}

.gallery-frame--closing {
    grid-column: 2 / span 10;
    margin-top: 10px;
}

.gallery-frame__image {
    position: relative;
    overflow: hidden;
    background: var(--blue-dark);
    border: 1px solid rgba(42, 29, 24, 0.22);
}

.gallery-frame__image::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 253, 247, 0.15);
    pointer-events: none;
    content: "";
}

.gallery-frame__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 500ms ease;
}

.gallery-frame:hover .gallery-frame__image img {
    transform: scale(1.025);
}


/* Feature / wide frames */

.gallery-frame--feature .gallery-frame__image,
.gallery-frame--wide .gallery-frame__image,
.gallery-frame--closing .gallery-frame__image {
    aspect-ratio: 16 / 9;
}


/* Portrait archive frames */

.gallery-frame--portrait .gallery-frame__image {
    aspect-ratio: 4 / 5;
}

.gallery-frame--tall .gallery-frame__image {
    aspect-ratio: 4 / 5;
}


/* Frame-specific focal adjustments */

.gallery-frame:nth-child(2) .gallery-frame__image img {
    object-position: 62% center;
}

.gallery-frame:nth-child(3) .gallery-frame__image img {
    object-position: 63% center;
}

.gallery-frame:nth-child(5) .gallery-frame__image img {
    object-position: 58% center;
}

.gallery-frame:nth-child(7) .gallery-frame__image img {
    object-position: 57% center;
}

.gallery-frame:nth-child(8) .gallery-frame__image img {
    object-position: 60% center;
}


/* --------------------------------------------------------------------------
   Printed captions
   -------------------------------------------------------------------------- */

.gallery-frame figcaption {
    padding: 20px 16px 16px;
}

.gallery-frame__meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.gallery-frame figcaption > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.35rem, 1.9vw, 1.9rem);
    font-weight: 650;
    line-height: 1.03;
}

.gallery-frame figcaption > p {
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.79rem;
    line-height: 1.58;
}

.gallery-frame--feature figcaption,
.gallery-frame--wide figcaption,
.gallery-frame--closing figcaption {
    display: grid;
    grid-template-columns:
        minmax(180px, 0.34fr)
        minmax(0, 0.66fr);
    column-gap: 28px;
}

.gallery-frame--feature .gallery-frame__meta,
.gallery-frame--wide .gallery-frame__meta,
.gallery-frame--closing .gallery-frame__meta {
    grid-column: 1 / -1;
}

.gallery-frame--feature figcaption > strong,
.gallery-frame--wide figcaption > strong,
.gallery-frame--closing figcaption > strong {
    margin-bottom: 0;
}

.gallery-frame--closing {
    background: var(--butter-soft);
    border-color: var(--butter);
}

.gallery-frame--closing::after {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 118px;
    height: 25px;
    background: rgba(247, 234, 203, 0.76);
    border-right: 1px solid rgba(42, 29, 24, 0.10);
    border-left: 1px solid rgba(42, 29, 24, 0.10);
    content: "";
    transform:
        translateX(-50%)
        rotate(-1.5deg);
}


/* --------------------------------------------------------------------------
   Archive notes
   -------------------------------------------------------------------------- */

.gallery-notes {
    padding: 112px 0 118px;
    background: var(--paper);
}

.gallery-notes__layout {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);
    gap: clamp(70px, 8vw, 130px);
    align-items: start;
}

.gallery-notes__heading {
    position: sticky;
    top: 40px;
}

.gallery-notes__heading h2 {
    max-width: 580px;
    margin-bottom: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.3rem, 4.5vw, 4.9rem);
    font-weight: 600;
    line-height: 0.95;
}

.gallery-notes__ledger {
    border-top: 2px solid var(--blue-dark);
}

.gallery-notes__ledger article {
    display: grid;
    grid-template-columns:
        54px
        minmax(0, 1fr);
    gap: 24px;
    padding: 28px 0 30px;
    border-bottom: 1px solid var(--line-dark);
}

.gallery-notes__ledger article > span {
    padding-top: 4px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
}

.gallery-notes__ledger h3 {
    margin-bottom: 10px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 650;
    line-height: 1;
}

.gallery-notes__ledger p {
    max-width: 690px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.66;
}


/* --------------------------------------------------------------------------
   Closing strip
   -------------------------------------------------------------------------- */

.gallery-close {
    position: relative;
    padding: 92px 0 96px;
    overflow: hidden;
    background: var(--butter-soft);
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.gallery-close::after {
    position: absolute;
    right: -50px;
    bottom: -76px;
    width: 280px;
    height: 180px;
    border: 2px solid rgba(16, 40, 67, 0.13);
    content: "";
    transform: rotate(-9deg);
}

.gallery-close__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        auto;
    gap: 70px;
    align-items: end;
}

.gallery-close h2 {
    max-width: 780px;
    margin-bottom: 18px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.8vw, 5.2rem);
    font-weight: 600;
    line-height: 0.94;
}

.gallery-close__inner > div:first-child > p:last-child {
    max-width: 660px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.68;
}

.gallery-close__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


/* --------------------------------------------------------------------------
   Gallery — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .gallery-hero__layout {
        grid-template-columns:
            minmax(0, 850px)
            330px;
        justify-content: space-between;
        gap: 100px;
    }

    .gallery-contact__header {
        grid-template-columns:
            minmax(0, 800px)
            320px;
        justify-content: space-between;
        gap: 100px;
    }

    .gallery-sheet {
        gap:
            48px
            32px;
    }

    .gallery-frame figcaption > strong {
        font-size: 1.65rem;
    }

    .gallery-frame figcaption > p {
        font-size: 0.78rem;
    }

    .gallery-notes__layout {
        grid-template-columns:
            520px
            minmax(0, 760px);
        justify-content: space-between;
        gap: 100px;
    }

}


/* --------------------------------------------------------------------------
   Gallery — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .gallery-hero__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .gallery-hero__index {
        width: min(100%, 520px);
    }

    .gallery-contact__header {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gallery-sheet {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 34px 24px;
    }

    .gallery-frame,
    .gallery-frame--feature,
    .gallery-frame--wide,
    .gallery-frame--closing {
        grid-column: auto;
    }

    .gallery-frame--feature,
    .gallery-frame--closing {
        grid-column: 1 / -1;
    }

    .gallery-frame--feature figcaption,
    .gallery-frame--wide figcaption,
    .gallery-frame--closing figcaption {
        display: block;
    }

    .gallery-frame--feature figcaption > strong,
    .gallery-frame--wide figcaption > strong,
    .gallery-frame--closing figcaption > strong {
        margin-bottom: 10px;
    }

    .gallery-notes__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .gallery-notes__heading {
        position: static;
    }

    .gallery-close__inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

}


/* --------------------------------------------------------------------------
   Gallery — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .gallery-hero {
        padding: 72px 0 78px;
    }

    .gallery-archive-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 36px;
    }

    .gallery-hero h1 {
        font-size: clamp(3.45rem, 12vw, 5rem);
    }

    .gallery-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-contact {
        padding: 82px 0 90px;
    }

    .gallery-contact__header {
        margin-bottom: 46px;
    }

    .gallery-sheet {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .gallery-frame,
    .gallery-frame--feature,
    .gallery-frame--wide,
    .gallery-frame--closing {
        grid-column: auto;
        transform: none;
    }

    .gallery-frame--portrait .gallery-frame__image,
    .gallery-frame--tall .gallery-frame__image {
        aspect-ratio: 16 / 10;
    }

    .gallery-frame--feature figcaption,
    .gallery-frame--wide figcaption,
    .gallery-frame--closing figcaption {
        display: block;
    }

    .gallery-notes {
        padding: 82px 0 88px;
    }

    .gallery-close {
        padding: 72px 0 76px;
    }

}


/* --------------------------------------------------------------------------
   Gallery — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .gallery-hero {
        padding: 64px 0 70px;
    }

    .gallery-hero h1 {
        font-size: clamp(3rem, 13vw, 4.2rem);
    }

    .gallery-hero__lead {
        font-size: 0.92rem;
    }

    .gallery-hero__index {
        padding: 28px 24px 26px;
        box-shadow:
            7px 7px 0 var(--butter);
    }

    .gallery-contact {
        padding: 70px 0 76px;
    }

    .gallery-contact__header h2 {
        font-size: clamp(2.9rem, 12vw, 4rem);
    }

    .gallery-frame {
        padding: 7px;
        box-shadow:
            7px 8px 0 rgba(0, 0, 0, 0.20);
    }

    .gallery-frame figcaption {
        padding: 18px 13px 14px;
    }

    .gallery-frame__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .gallery-frame figcaption > strong {
        font-size: 1.45rem;
    }

    .gallery-notes__ledger article {
        grid-template-columns:
            40px
            minmax(0, 1fr);
        gap: 16px;
    }

    .gallery-close__actions .button {
        width: 100%;
    }

}

/* ==========================================================================
   END — 32. GALLERY PAGE
   ========================================================================== */

/* ==========================================================================
   33. VISIT PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   Visit hero — arrival ticket
   -------------------------------------------------------------------------- */

.visit-page .visit-hero {
    position: relative;
    padding: 86px 0 96px;
    overflow: hidden;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.visit-page .visit-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 14px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue) 0,
            var(--blue) 46px,
            var(--cream) 46px,
            var(--cream) 92px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.visit-page .visit-hero__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    min-height: 700px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.visit-page .visit-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(52px, 5vw, 78px)
        clamp(44px, 4.8vw, 72px);
    background:
        linear-gradient(
            180deg,
            rgba(255, 253, 247, 0.98),
            rgba(247, 234, 203, 0.70)
        );
    border-right: 1px solid var(--blue-dark);
}

.visit-page .visit-arrival-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 42px;
    padding-bottom: 13px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.visit-page .visit-hero .eyebrow {
    margin-bottom: 19px;
}

.visit-page .visit-hero h1 {
    max-width: 650px;
    margin-bottom: 27px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(4rem, 5.7vw, 6.2rem);
    font-weight: 600;
    line-height: 0.91;
}

.visit-page .visit-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.visit-page .visit-hero__lead {
    max-width: 620px;
    margin-bottom: 31px;
    color: var(--chocolate-soft);
    font-size: 0.98rem;
    line-height: 1.72;
}

.visit-page .visit-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-bottom: 42px;
}

.visit-page .visit-hero__facts {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.visit-page .visit-hero__facts > div {
    min-width: 0;
    padding: 15px 14px 14px 0;
}

.visit-page .visit-hero__facts > div + div {
    padding-left: 15px;
    border-left: 1px solid var(--line-dark);
}

.visit-page .visit-hero__facts dt {
    margin-bottom: 6px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.58rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.visit-page .visit-hero__facts dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.08;
}


/* --------------------------------------------------------------------------
   Hero storefront
   -------------------------------------------------------------------------- */

.visit-page .visit-hero__photo {
    position: relative;
    min-height: 700px;
    margin: 0;
    overflow: hidden;
    background: var(--blue-dark);
}

.visit-page .visit-hero__photo::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(11, 29, 50, 0.24)
        );
    pointer-events: none;
    content: "";
}

.visit-page .visit-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
}

.visit-page .visit-hero__ticket {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    width: min(290px, calc(100% - 60px));
    padding: 24px;
    background: var(--paper-light);
    border: 1px solid var(--chocolate);
    box-shadow: 9px 9px 0 var(--butter);
    color: var(--chocolate);
    transform: rotate(-1.4deg);
}

.visit-page .visit-hero__ticket span {
    display: block;
    margin-bottom: 10px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.visit-page .visit-hero__ticket strong {
    display: block;
    margin-bottom: 10px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.65rem;
    line-height: 1;
}

.visit-page .visit-hero__ticket small {
    display: block;
    color: var(--chocolate-soft);
    font-family: var(--mono);
    font-size: 0.61rem;
    line-height: 1.55;
}


/* --------------------------------------------------------------------------
   Hours placard
   -------------------------------------------------------------------------- */

.visit-page .visit-hours {
    position: relative;
    padding: 112px 0 122px;
    background: var(--paper);
}

.visit-page .visit-hours__layout {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);
    gap: clamp(70px, 8vw, 130px);
    align-items: start;
}

.visit-page .visit-hours__heading {
    position: sticky;
    top: 38px;
}

.visit-page .visit-hours__heading h2 {
    max-width: 590px;
    margin-bottom: 25px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.6vw, 4.95rem);
    font-weight: 600;
    line-height: 0.95;
}

.visit-page .visit-hours__heading > p:not(.eyebrow) {
    max-width: 540px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.72;
}

.visit-page .visit-hours__board {
    position: relative;
    padding: 34px 38px 38px;
    background: var(--blue-dark);
    border: 1px solid var(--blue-black);
    color: var(--white);
    box-shadow:
        13px 14px 0 var(--butter);
}

.visit-page .visit-hours__board::before {
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 253, 247, 0.13);
    pointer-events: none;
    content: "";
}

.visit-page .visit-hours__board-top {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--butter);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.visit-page .visit-hours__list {
    position: relative;
    z-index: 1;
    margin: 0;
}

.visit-page .visit-hours__list > div {
    display: grid;
    grid-template-columns:
        minmax(140px, 0.55fr)
        minmax(0, 0.45fr);
    gap: 28px;
    align-items: center;
    min-height: 65px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.visit-page .visit-hours__list dt {
    color: rgba(255, 253, 247, 0.72);
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.visit-page .visit-hours__list dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 650;
    line-height: 1;
    text-align: right;
}

.visit-page .visit-hours__warning {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding: 20px 22px;
    background: var(--butter-soft);
    border: 1px solid var(--butter);
    color: var(--chocolate);
}

.visit-page .visit-hours__warning span {
    display: block;
    margin-bottom: 8px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.visit-page .visit-hours__warning p {
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.82rem;
    line-height: 1.6;
}


/* --------------------------------------------------------------------------
   Neighborhood directions desk
   -------------------------------------------------------------------------- */

.visit-page .visit-directions {
    padding: 112px 0 116px;
    background: var(--cream);
}

.visit-page .visit-directions__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    border-top: 2px solid var(--blue-dark);
    border-left: 1px solid var(--line-dark);
}

.visit-page .visit-route-card {
    position: relative;
    min-height: 300px;
    padding: 34px;
    background: rgba(255, 253, 247, 0.58);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.visit-page .visit-route-card:nth-child(2),
.visit-page .visit-route-card:nth-child(3) {
    background: rgba(240, 223, 188, 0.34);
}

.visit-page .visit-route-card--address {
    background: var(--butter-soft);
}

.visit-page .visit-route-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 52px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--line-dark);
}

.visit-page .visit-route-card__top > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: var(--blue-dark);
    color: var(--butter);
    border: 1px solid var(--blue-dark);
    font-family: var(--mono);
    font-size: 0.69rem;
    font-weight: 600;
}

.visit-page .visit-route-card__top p {
    margin: 0;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.visit-page .visit-route-card h3 {
    max-width: 580px;
    margin-bottom: 14px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(2rem, 2.9vw, 3rem);
    font-weight: 650;
    line-height: 1;
}

.visit-page .visit-route-card > p:not(.visit-route-card__lead) {
    max-width: 600px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.66;
}

.visit-page .visit-route-card__lead {
    margin-bottom: 24px;
    color: var(--chocolate-soft);
    font-size: 0.96rem;
    line-height: 1.6;
}

.visit-page .visit-directions__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 34px;
    padding: 22px 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.visit-page .visit-directions__contact > p {
    margin: 0;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.045em;
}

.visit-page .visit-directions__contact > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
}

.visit-page .visit-directions__contact a {
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.73rem;
    font-weight: 600;
}


/* --------------------------------------------------------------------------
   Before you come
   -------------------------------------------------------------------------- */

.visit-page .visit-before {
    position: relative;
    padding: 110px 0 118px;
    background: var(--paper);
}

.visit-page .visit-before::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 13px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--jam-dark) 0,
            var(--jam-dark) 8px,
            transparent 8px,
            transparent 20px
        );
    opacity: 0.82;
    content: "";
}

.visit-page .visit-before__layout {
    display: grid;
    grid-template-columns:
        minmax(320px, 0.72fr)
        minmax(0, 1.28fr);
    gap: clamp(68px, 8vw, 126px);
}

.visit-page .visit-before__heading h2 {
    max-width: 570px;
    margin-bottom: 23px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.5vw, 4.8rem);
    font-weight: 600;
    line-height: 0.95;
}

.visit-page .visit-before__heading > p:not(.eyebrow) {
    max-width: 540px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.93rem;
    line-height: 1.7;
}

.visit-page .visit-before__ledger {
    border-top: 2px solid var(--blue-dark);
}

.visit-page .visit-before__ledger article {
    display: grid;
    grid-template-columns:
        54px
        minmax(0, 1fr);
    gap: 25px;
    padding: 29px 0 31px;
    border-bottom: 1px solid var(--line-dark);
}

.visit-page .visit-before__ledger article > span {
    padding-top: 4px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
}

.visit-page .visit-before__label {
    margin-bottom: 9px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.visit-page .visit-before__ledger h3 {
    margin-bottom: 11px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.85rem, 2.5vw, 2.55rem);
    font-weight: 650;
    line-height: 1;
}

.visit-page .visit-before__ledger article p:last-child {
    max-width: 690px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.89rem;
    line-height: 1.65;
}


/* --------------------------------------------------------------------------
   Counter arrival
   -------------------------------------------------------------------------- */

.visit-page .visit-counter {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(480px, 0.92fr);
    min-height: 720px;
    background: var(--blue-dark);
    color: var(--white);
}

.visit-page .visit-counter__photo {
    min-height: 720px;
    overflow: hidden;
}

.visit-page .visit-counter__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% center;
}

.visit-page .visit-counter__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        70px
        clamp(46px, 5.8vw, 90px);
    background:
        linear-gradient(
            145deg,
            #17324f,
            var(--blue-dark)
        );
    border-left: 1px solid rgba(255, 253, 247, 0.13);
}

.visit-page .visit-counter .eyebrow {
    color: var(--butter);
}

.visit-page .visit-counter h2 {
    max-width: 670px;
    margin-bottom: 25px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3.1rem, 4.6vw, 4.9rem);
    font-weight: 600;
    line-height: 0.95;
}

.visit-page .visit-counter__lead {
    max-width: 660px;
    margin-bottom: 35px;
    color: rgba(255, 253, 247, 0.80);
    font-size: 0.96rem;
    line-height: 1.7;
}

.visit-page .visit-counter__manifest {
    margin: 0 0 36px;
    border-top: 1px solid rgba(255, 253, 247, 0.24);
}

.visit-page .visit-counter__manifest > div {
    display: grid;
    grid-template-columns:
        88px
        minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 64px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.20);
}

.visit-page .visit-counter__manifest dt {
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.045em;
}

.visit-page .visit-counter__manifest dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.18rem;
    font-weight: 650;
}

.visit-page .visit-counter__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.visit-page .visit-counter .text-link {
    color: var(--butter);
}

.visit-page .visit-counter .text-link:hover {
    color: var(--white);
}


/* --------------------------------------------------------------------------
   Evening closing sheet
   -------------------------------------------------------------------------- */

.visit-page .visit-evening {
    padding: 118px 0;
    background: var(--cream);
}

.visit-page .visit-evening__sheet {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(380px, 0.85fr);
    min-height: 620px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow: var(--shadow-large);
}

.visit-page .visit-evening__photo {
    min-height: 620px;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid var(--blue-dark);
}

.visit-page .visit-evening__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.visit-page .visit-evening__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:
        clamp(52px, 5.2vw, 78px);
}

.visit-page .visit-evening__copy h2 {
    max-width: 590px;
    margin-bottom: 24px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3rem, 4.4vw, 4.65rem);
    font-weight: 600;
    line-height: 0.95;
}

.visit-page .visit-evening__copy > p:not(.eyebrow) {
    max-width: 580px;
    margin-bottom: 36px;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.7;
}

.visit-page .visit-evening__stamp {
    align-self: flex-start;
    min-width: 230px;
    padding: 20px 22px;
    background: var(--butter-soft);
    border: 2px double var(--blue-dark);
    color: var(--blue-dark);
    transform: rotate(-2deg);
}

.visit-page .visit-evening__stamp span {
    display: block;
    margin-bottom: 7px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.visit-page .visit-evening__stamp strong {
    display: block;
    font-family: var(--display);
    font-size: 1.45rem;
    line-height: 1;
}


/* --------------------------------------------------------------------------
   Visit close
   -------------------------------------------------------------------------- */

.visit-page .visit-close {
    position: relative;
    padding: 90px 0 94px;
    overflow: hidden;
    background: var(--butter);
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.visit-page .visit-close::before {
    position: absolute;
    right: -60px;
    bottom: -95px;
    width: 320px;
    height: 210px;
    border: 2px solid rgba(16, 40, 67, 0.15);
    content: "";
    transform: rotate(-8deg);
}

.visit-page .visit-close__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        auto;
    gap: 76px;
    align-items: end;
}

.visit-page .visit-close h2 {
    max-width: 780px;
    margin-bottom: 17px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.3rem, 4.9vw, 5.3rem);
    font-weight: 600;
    line-height: 0.94;
}

.visit-page .visit-close__inner > div:first-child > p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.68;
}

.visit-page .visit-close__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


/* --------------------------------------------------------------------------
   Visit — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .visit-page .visit-hero__layout {
        max-width: 1420px;
        min-height: 680px;
        grid-template-columns:
            620px
            minmax(0, 800px);
    }

    .visit-page .visit-hero__photo {
        min-height: 680px;
    }

    .visit-page .visit-hours__layout {
        grid-template-columns:
            500px
            minmax(0, 780px);
        justify-content: space-between;
        gap: 100px;
    }

    .visit-page .visit-before__layout {
        grid-template-columns:
            500px
            minmax(0, 760px);
        justify-content: space-between;
        gap: 100px;
    }

    .visit-page .visit-counter {
        grid-template-columns:
            minmax(0, 1fr)
            760px
            660px
            minmax(0, 1fr);
        min-height: 680px;
    }

    .visit-page .visit-counter__photo {
        grid-column: 2;
        min-height: 680px;
    }

    .visit-page .visit-counter__content {
        grid-column: 3;
        padding: 62px 58px;
    }

    .visit-page .visit-evening__sheet {
        max-width: 1420px;
    }

}


/* --------------------------------------------------------------------------
   Visit — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .visit-page .visit-hero__layout {
        grid-template-columns: 1fr;
    }

    .visit-page .visit-hero__copy {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .visit-page .visit-hero__photo {
        min-height: 540px;
    }

    .visit-page .visit-hours__layout,
    .visit-page .visit-before__layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .visit-page .visit-hours__heading {
        position: static;
    }

    .visit-page .visit-directions__grid {
        grid-template-columns: 1fr 1fr;
    }

    .visit-page .visit-counter {
        grid-template-columns: 1fr;
    }

    .visit-page .visit-counter__photo {
        min-height: 540px;
    }

    .visit-page .visit-counter__content {
        padding: 68px 50px;
        border-top: 1px solid rgba(255, 253, 247, 0.12);
        border-left: 0;
    }

    .visit-page .visit-evening__sheet {
        grid-template-columns: 1fr;
    }

    .visit-page .visit-evening__photo {
        min-height: 520px;
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .visit-page .visit-close__inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

}


/* --------------------------------------------------------------------------
   Visit — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .visit-page .visit-hero {
        padding: 62px 0 72px;
    }

    .visit-page .visit-hero__copy {
        padding: 44px 30px;
    }

    .visit-page .visit-arrival-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 34px;
    }

    .visit-page .visit-hero h1 {
        font-size: clamp(3.4rem, 12vw, 5rem);
    }

    .visit-page .visit-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .visit-page .visit-hero__facts {
        grid-template-columns: 1fr;
    }

    .visit-page .visit-hero__facts > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 12px 0;
    }

    .visit-page .visit-hero__facts > div + div {
        padding-left: 0;
        border-top: 1px solid var(--line-dark);
        border-left: 0;
    }

    .visit-page .visit-hours,
    .visit-page .visit-directions,
    .visit-page .visit-before,
    .visit-page .visit-evening {
        padding-block: 82px;
    }

    .visit-page .visit-directions__grid {
        grid-template-columns: 1fr;
    }

    .visit-page .visit-route-card {
        min-height: 0;
    }

    .visit-page .visit-directions__contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .visit-page .visit-directions__contact > div {
        flex-direction: column;
        gap: 8px;
    }

    .visit-page .visit-counter__content {
        padding: 58px 32px;
    }

    .visit-page .visit-counter__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .visit-page .visit-evening__copy {
        padding: 54px 34px;
    }

    .visit-page .visit-close {
        padding: 72px 0 76px;
    }

}


/* --------------------------------------------------------------------------
   Visit — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .visit-page .visit-hero {
        padding: 56px 0 64px;
    }

    .visit-page .visit-hero__copy {
        padding: 36px 22px;
    }

    .visit-page .visit-hero h1 {
        font-size: clamp(3rem, 13vw, 4.25rem);
    }

    .visit-page .visit-hero__photo {
        min-height: 400px;
    }

    .visit-page .visit-hero__ticket {
        right: 18px;
        bottom: 18px;
        width: calc(100% - 36px);
        padding: 20px;
    }

    .visit-page .visit-hours__board {
        padding: 28px 22px 26px;
        box-shadow:
            8px 8px 0 var(--butter);
    }

    .visit-page .visit-hours__list > div {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 15px 0;
    }

    .visit-page .visit-hours__list dd {
        text-align: left;
    }

    .visit-page .visit-route-card {
        padding: 28px 24px;
    }

    .visit-page .visit-route-card__top {
        margin-bottom: 38px;
    }

    .visit-page .visit-before__ledger article {
        grid-template-columns:
            40px
            minmax(0, 1fr);
        gap: 16px;
    }

    .visit-page .visit-counter__photo {
        min-height: 390px;
    }

    .visit-page .visit-counter__content {
        padding: 48px 24px;
    }

    .visit-page .visit-counter__manifest > div {
        grid-template-columns:
            72px
            minmax(0, 1fr);
        gap: 14px;
    }

    .visit-page .visit-evening__photo {
        min-height: 390px;
    }

    .visit-page .visit-evening__copy {
        padding: 46px 24px;
    }

    .visit-page .visit-close__actions .button {
        width: 100%;
    }

}

/* ==========================================================================
   END — 33. VISIT PAGE
   ========================================================================== */

/* ==========================================================================
   34. FAQ PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   FAQ hero — question intake sheet
   -------------------------------------------------------------------------- */

.faq-page .faq-hero {
    position: relative;
    padding: 96px 0 104px;
    overflow: hidden;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.faq-page .faq-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 14px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--jam-dark) 0,
            var(--jam-dark) 9px,
            var(--cream) 9px,
            var(--cream) 21px
        );
    opacity: 0.9;
    content: "";
}

.faq-page .faq-hero__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.4fr)
        minmax(310px, 0.6fr);
    gap: clamp(62px, 7vw, 112px);
    align-items: end;
}

.faq-page .faq-hero__copy {
    max-width: 900px;
}

.faq-page .faq-intake-meta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
    padding-bottom: 13px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.faq-page .faq-hero .eyebrow {
    margin-bottom: 20px;
}

.faq-page .faq-hero h1 {
    max-width: 850px;
    margin-bottom: 28px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(4.1rem, 6vw, 6.6rem);
    font-weight: 600;
    line-height: 0.91;
}

.faq-page .faq-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.faq-page .faq-hero__lead {
    max-width: 720px;
    margin-bottom: 32px;
    color: var(--chocolate-soft);
    font-size: 1rem;
    line-height: 1.72;
}

.faq-page .faq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}


/* --------------------------------------------------------------------------
   Quick answer desk
   -------------------------------------------------------------------------- */

.faq-page .faq-hero__desk {
    position: relative;
    padding: 34px 32px 31px;
    background: var(--blue-dark);
    border: 1px solid var(--blue-black);
    box-shadow:
        12px 12px 0 var(--butter);
    color: var(--white);
}

.faq-page .faq-hero__desk::before {
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255, 253, 247, 0.14);
    pointer-events: none;
    content: "";
}

.faq-page .faq-desk__label {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--butter);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.065em;
}

.faq-page .faq-desk__list {
    position: relative;
    z-index: 1;
    margin: 0;
}

.faq-page .faq-desk__list > div {
    display: grid;
    grid-template-columns:
        minmax(0, 0.48fr)
        minmax(0, 0.52fr);
    gap: 18px;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.faq-page .faq-desk__list dt {
    color: rgba(255, 253, 247, 0.66);
    font-family: var(--mono);
    font-size: 0.59rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.faq-page .faq-desk__list dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.08;
    text-align: right;
}

.faq-page .faq-desk__stamp {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    padding: 18px;
    background: var(--butter-soft);
    border: 1px solid var(--butter);
    color: var(--chocolate);
    transform: rotate(-1deg);
}

.faq-page .faq-desk__stamp span {
    display: block;
    margin-bottom: 8px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.56rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-page .faq-desk__stamp strong {
    display: block;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.18rem;
    line-height: 1.08;
}


/* --------------------------------------------------------------------------
   FAQ index
   -------------------------------------------------------------------------- */

.faq-page .faq-index {
    padding: 32px 0;
    background: var(--paper);
    border-bottom: 1px solid var(--blue-dark);
}

.faq-page .faq-index__header {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-page .faq-index__header p {
    margin: 0;
}

.faq-page .faq-index__links {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
}

.faq-page .faq-index__links a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 108px;
    padding: 18px;
    color: var(--blue-dark);
    background: rgba(255, 253, 247, 0.48);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.1;
    text-decoration: none;
    transition:
        background 180ms ease,
        color 180ms ease;
}

.faq-page .faq-index__links a:nth-child(even) {
    background: rgba(240, 223, 188, 0.36);
}

.faq-page .faq-index__links a:hover,
.faq-page .faq-index__links a:focus-visible {
    background: var(--butter-soft);
    color: var(--jam-dark);
}

.faq-page .faq-index__links span {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.57rem;
    font-weight: 600;
}


/* --------------------------------------------------------------------------
   Shared FAQ sections
   -------------------------------------------------------------------------- */

.faq-page .faq-section {
    position: relative;
    padding: 108px 0 116px;
}

.faq-page .faq-section:nth-of-type(even) {
    background: var(--cream);
}

.faq-page .faq-section:nth-of-type(odd) {
    background: var(--paper);
}

.faq-page .faq-section__layout {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.68fr)
        minmax(0, 1.32fr);
    gap: clamp(68px, 8vw, 126px);
    align-items: start;
}

.faq-page .faq-section__heading {
    position: sticky;
    top: 38px;
}

.faq-page .faq-section__heading h2 {
    max-width: 570px;
    margin-bottom: 22px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3rem, 4.4vw, 4.75rem);
    font-weight: 600;
    line-height: 0.95;
}

.faq-page .faq-section__heading > p:not(.eyebrow) {
    max-width: 520px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.68;
}


/* --------------------------------------------------------------------------
   FAQ records
   -------------------------------------------------------------------------- */

.faq-page .faq-records {
    border-top: 2px solid var(--blue-dark);
}

.faq-page .faq-record {
    margin: 0;
    border-bottom: 1px solid var(--line-dark);
}

.faq-page .faq-record summary {
    display: grid;
    grid-template-columns:
        66px
        minmax(0, 1fr)
        34px;
    gap: 18px;
    align-items: center;
    min-height: 92px;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
    color: var(--blue-dark);
}

.faq-page .faq-record summary::-webkit-details-marker {
    display: none;
}

.faq-page .faq-record summary::marker {
    display: none;
    content: "";
}

.faq-page .faq-record summary > span:first-child {
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.045em;
}

.faq-page .faq-record summary strong {
    max-width: 770px;
    font-family: var(--display);
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
    font-weight: 650;
    line-height: 1.03;
}

.faq-page .faq-record__toggle {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--blue-dark);
    color: var(--blue-dark);
    font-family: var(--mono);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    transition:
        transform 180ms ease,
        background 180ms ease,
        color 180ms ease;
}

.faq-page .faq-record[open] .faq-record__toggle {
    background: var(--blue-dark);
    color: var(--butter);
    transform: rotate(45deg);
}

.faq-page .faq-record summary:hover strong {
    color: var(--jam-dark);
}

.faq-page .faq-record summary:focus-visible {
    outline: 2px solid var(--jam-dark);
    outline-offset: 6px;
}

.faq-page .faq-record__answer {
    padding:
        0
        52px
        30px
        84px;
}

.faq-page .faq-record__answer p {
    max-width: 720px;
    margin: 0 0 12px;
    color: var(--chocolate-soft);
    font-size: 0.9rem;
    line-height: 1.68;
}

.faq-page .faq-record__answer p:last-of-type {
    margin-bottom: 0;
}

.faq-page .faq-record__answer .text-link {
    display: inline-flex;
    margin-top: 18px;
}

.faq-page .faq-record__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: 18px;
}


/* --------------------------------------------------------------------------
   Category-specific accents
   -------------------------------------------------------------------------- */

.faq-page .faq-section--ordering {
    background: var(--paper);
}

.faq-page .faq-section--cakes {
    background: var(--butter-soft);
}

.faq-page .faq-section--ingredients {
    background: var(--cream);
}

.faq-page .faq-section--large {
    background: var(--paper);
}

.faq-page .faq-section--aftercare {
    background: var(--cream);
}


/* --------------------------------------------------------------------------
   Allergen / safety note
   -------------------------------------------------------------------------- */

.faq-page .faq-safety-note {
    grid-column: 2;
    margin-top: 34px;
    padding: 25px 28px;
    background: var(--jam-dark);
    border: 1px solid var(--chocolate);
    color: var(--white);
    box-shadow:
        9px 9px 0 var(--butter);
}

.faq-page .faq-safety-note > p {
    margin: 0 0 9px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-page .faq-safety-note > strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--display);
    font-size: 1.65rem;
    font-weight: 650;
    line-height: 1.05;
}

.faq-page .faq-safety-note > span {
    display: block;
    max-width: 760px;
    color: rgba(255, 253, 247, 0.84);
    font-size: 0.83rem;
    line-height: 1.65;
}


/* --------------------------------------------------------------------------
   Human escalation desk
   -------------------------------------------------------------------------- */

.faq-page .faq-human {
    position: relative;
    padding: 108px 0 114px;
    overflow: hidden;
    background: var(--blue-dark);
    color: var(--white);
}

.faq-page .faq-human::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.035) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
    pointer-events: none;
    content: "";
}

.faq-page .faq-human__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, 0.65fr);
    gap: clamp(58px, 7vw, 108px);
    align-items: start;
}

.faq-page .faq-human__case {
    max-width: 830px;
}

.faq-page .faq-human__case-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.25);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-page .faq-human .eyebrow {
    color: var(--butter);
}

.faq-page .faq-human h2 {
    max-width: 760px;
    margin-bottom: 24px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3.5rem, 5vw, 5.4rem);
    font-weight: 600;
    line-height: 0.94;
}

.faq-page .faq-human__case > p:not(.eyebrow) {
    max-width: 700px;
    margin-bottom: 14px;
    color: rgba(255, 253, 247, 0.78);
    font-size: 0.94rem;
    line-height: 1.68;
}

.faq-page .faq-human__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 31px;
}

.faq-page .faq-human .text-link {
    color: var(--butter);
}

.faq-page .faq-human .text-link:hover {
    color: var(--white);
}


/* --------------------------------------------------------------------------
   Human escalation checklist
   -------------------------------------------------------------------------- */

.faq-page .faq-human__side {
    position: relative;
    padding: 30px 30px 32px;
    background: var(--paper-light);
    border: 1px solid var(--paper-light);
    color: var(--chocolate);
    box-shadow:
        11px 11px 0 var(--butter);
    transform: rotate(0.6deg);
}

.faq-page .faq-human__side::before {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 104px;
    height: 22px;
    background: rgba(247, 234, 203, 0.72);
    border-right: 1px solid rgba(42, 29, 24, 0.12);
    border-left: 1px solid rgba(42, 29, 24, 0.12);
    content: "";
    transform:
        translateX(-50%)
        rotate(-1deg);
}

.faq-page .faq-human__side > p {
    margin: 0 0 19px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.faq-page .faq-human__side ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-page .faq-human__side li {
    position: relative;
    padding:
        14px
        0
        14px
        27px;
    border-bottom: 1px solid var(--line-dark);
    color: var(--chocolate-soft);
    font-size: 0.82rem;
    line-height: 1.52;
}

.faq-page .faq-human__side li:last-child {
    border-bottom: 0;
}

.faq-page .faq-human__side li::before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 1px solid var(--blue-dark);
    content: "";
}


/* --------------------------------------------------------------------------
   FAQ — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .faq-page .faq-hero__layout {
        grid-template-columns:
            minmax(0, 850px)
            340px;
        justify-content: space-between;
        gap: 100px;
    }

    .faq-page .faq-section__layout {
        grid-template-columns:
            500px
            minmax(0, 780px);
        justify-content: space-between;
        gap: 100px;
    }

    .faq-page .faq-human__layout {
        grid-template-columns:
            minmax(0, 800px)
            340px;
        justify-content: space-between;
        gap: 100px;
    }

}


/* --------------------------------------------------------------------------
   FAQ — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .faq-page .faq-hero__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .faq-page .faq-hero__desk {
        width: min(100%, 540px);
    }

    .faq-page .faq-index__links {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .faq-page .faq-section__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .faq-page .faq-section__heading {
        position: static;
    }

    .faq-page .faq-safety-note {
        grid-column: auto;
    }

    .faq-page .faq-human__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .faq-page .faq-human__side {
        width: min(100%, 560px);
    }

}


/* --------------------------------------------------------------------------
   FAQ — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .faq-page .faq-hero {
        padding: 72px 0 78px;
    }

    .faq-page .faq-intake-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 36px;
    }

    .faq-page .faq-hero h1 {
        font-size: clamp(3.4rem, 12vw, 5rem);
    }

    .faq-page .faq-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-page .faq-index__links {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .faq-page .faq-section {
        padding: 82px 0 90px;
    }

    .faq-page .faq-record summary {
        grid-template-columns:
            52px
            minmax(0, 1fr)
            32px;
        gap: 13px;
    }

    .faq-page .faq-record__answer {
        padding:
            0
            45px
            28px
            65px;
    }

    .faq-page .faq-human {
        padding: 82px 0 88px;
    }

    .faq-page .faq-human__case-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .faq-page .faq-human__actions {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* --------------------------------------------------------------------------
   FAQ — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .faq-page .faq-hero {
        padding: 62px 0 68px;
    }

    .faq-page .faq-hero h1 {
        font-size: clamp(3rem, 13vw, 4.25rem);
    }

    .faq-page .faq-hero__desk {
        padding: 28px 23px 25px;
        box-shadow:
            8px 8px 0 var(--butter);
    }

    .faq-page .faq-desk__list > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .faq-page .faq-desk__list dd {
        text-align: left;
    }

    .faq-page .faq-index__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .faq-page .faq-index__links {
        grid-template-columns: 1fr;
    }

    .faq-page .faq-index__links a {
        min-height: 86px;
    }

    .faq-page .faq-section {
        padding: 72px 0 78px;
    }

    .faq-page .faq-section__heading h2 {
        font-size: clamp(2.8rem, 12vw, 4rem);
    }

    .faq-page .faq-record summary {
        grid-template-columns:
            minmax(0, 1fr)
            30px;
        gap: 14px;
        min-height: 0;
        padding: 21px 0;
    }

    .faq-page .faq-record summary > span:first-child {
        grid-column: 1 / -1;
        margin-bottom: -4px;
    }

    .faq-page .faq-record summary strong {
        font-size: 1.45rem;
    }

    .faq-page .faq-record__answer {
        padding:
            0
            0
            26px;
    }

    .faq-page .faq-record__links {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-page .faq-safety-note {
        padding: 23px 21px;
        box-shadow:
            7px 7px 0 var(--butter);
    }

    .faq-page .faq-human {
        padding: 72px 0 78px;
    }

    .faq-page .faq-human h2 {
        font-size: clamp(3rem, 12vw, 4.25rem);
    }

    .faq-page .faq-human__side {
        padding: 26px 22px 27px;
        box-shadow:
            7px 7px 0 var(--butter);
    }

}

/* ==========================================================================
   END — 34. FAQ PAGE
   ========================================================================== */

/* ==========================================================================
   35. CONTACT PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   Contact hero — message intake desk
   -------------------------------------------------------------------------- */

.contact-page .contact-hero {
    position: relative;
    padding: 96px 0 106px;
    overflow: hidden;
    background: var(--cream);
    border-bottom: 1px solid var(--blue-dark);
}

.contact-page .contact-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 14px;
    background:
        repeating-linear-gradient(
            90deg,
            var(--blue-dark) 0,
            var(--blue-dark) 34px,
            var(--butter) 34px,
            var(--butter) 39px,
            var(--cream) 39px,
            var(--cream) 73px
        );
    border-bottom: 1px solid var(--blue-dark);
    content: "";
}

.contact-page .contact-hero__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.38fr)
        minmax(320px, 0.62fr);
    gap: clamp(64px, 7vw, 112px);
    align-items: end;
}

.contact-page .contact-hero__copy {
    max-width: 890px;
}

.contact-page .contact-intake-meta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
    padding-bottom: 13px;
    border-bottom: 1px dashed var(--cocoa);
    color: var(--blue-deep);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.contact-page .contact-hero .eyebrow {
    margin-bottom: 20px;
}

.contact-page .contact-hero h1 {
    max-width: 840px;
    margin-bottom: 28px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(4.15rem, 6vw, 6.6rem);
    font-weight: 600;
    line-height: 0.91;
}

.contact-page .contact-hero h1 span {
    display: block;
    color: var(--jam-dark);
}

.contact-page .contact-hero__lead {
    max-width: 710px;
    margin-bottom: 32px;
    color: var(--chocolate-soft);
    font-size: 1rem;
    line-height: 1.72;
}

.contact-page .contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}


/* --------------------------------------------------------------------------
   Contact slip
   -------------------------------------------------------------------------- */

.contact-page .contact-hero__slip {
    position: relative;
    padding: 34px 32px 31px;
    background: var(--paper-light);
    border: 1px solid var(--blue-dark);
    box-shadow:
        12px 12px 0 var(--butter);
    color: var(--chocolate);
    transform: rotate(0.35deg);
}

.contact-page .contact-hero__slip::before {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 108px;
    height: 22px;
    background: rgba(247, 234, 203, 0.78);
    border-right: 1px solid rgba(42, 29, 24, 0.12);
    border-left: 1px solid rgba(42, 29, 24, 0.12);
    content: "";
    transform:
        translateX(-50%)
        rotate(-1deg);
}

.contact-page .contact-slip__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--blue-dark);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.contact-page .contact-slip__details {
    margin: 0;
}

.contact-page .contact-slip__details > div {
    display: grid;
    grid-template-columns:
        minmax(90px, 0.38fr)
        minmax(0, 0.62fr);
    gap: 18px;
    align-items: baseline;
    padding: 14px 0;
    border-bottom: 1px solid var(--line-dark);
}

.contact-page .contact-slip__details dt {
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.57rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.contact-page .contact-slip__details dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.15;
    text-align: right;
}

.contact-page .contact-slip__details a {
    color: inherit;
    text-decoration: none;
}

.contact-page .contact-slip__details a:hover {
    color: var(--jam-dark);
}

.contact-page .contact-slip__note {
    margin: 23px 0 0;
    padding: 17px 18px;
    background: var(--butter-soft);
    border: 1px solid var(--butter);
    color: var(--chocolate-soft);
    font-family: var(--mono);
    font-size: 0.61rem;
    line-height: 1.6;
}


/* --------------------------------------------------------------------------
   Inquiry router
   -------------------------------------------------------------------------- */

.contact-page .contact-router {
    padding: 108px 0 116px;
    background: var(--paper);
}

.contact-page .contact-router__heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(280px, 0.9fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 48px;
}

.contact-page .contact-router__heading h2 {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.35rem, 4.8vw, 5.15rem);
    font-weight: 600;
    line-height: 0.94;
}

.contact-page .contact-router__heading > p {
    max-width: 560px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.7;
}

.contact-page .contact-router__grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    border-top: 2px solid var(--blue-dark);
    border-left: 1px solid var(--line-dark);
}

.contact-page .contact-route {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 28px 26px 26px;
    background: rgba(255, 253, 247, 0.58);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    color: var(--chocolate);
    text-decoration: none;
    transition:
        background 180ms ease,
        transform 180ms ease;
}

.contact-page .contact-route:nth-child(even) {
    background: rgba(240, 223, 188, 0.36);
}

.contact-page .contact-route:hover,
.contact-page .contact-route:focus-visible {
    background: var(--butter-soft);
    transform: translateY(-3px);
}

.contact-page .contact-route:focus-visible {
    outline: 2px solid var(--jam-dark);
    outline-offset: 4px;
}

.contact-page .contact-route__number {
    margin-bottom: 42px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
}

.contact-page .contact-route__label {
    margin-bottom: 10px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.contact-page .contact-route h3 {
    margin-bottom: 14px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.8rem, 2.3vw, 2.35rem);
    font-weight: 650;
    line-height: 1;
}

.contact-page .contact-route > p:not(.contact-route__label) {
    margin-bottom: 24px;
    color: var(--chocolate-soft);
    font-size: 0.82rem;
    line-height: 1.62;
}

.contact-page .contact-route > strong {
    margin-top: auto;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.64rem;
    font-weight: 600;
}


/* --------------------------------------------------------------------------
   Contact form section
   -------------------------------------------------------------------------- */

.contact-page .contact-form-section {
    position: relative;
    padding: 112px 0 124px;
    overflow: hidden;
    background: var(--blue-dark);
    color: var(--white);
}

.contact-page .contact-form-section::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.034) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.034) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    pointer-events: none;
    content: "";
}

.contact-page .contact-form-section__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.62fr)
        minmax(0, 1.38fr);
    gap: clamp(64px, 7vw, 112px);
    align-items: start;
}

.contact-page .contact-form-section__heading {
    position: sticky;
    top: 38px;
}

.contact-page .contact-form-section .eyebrow {
    color: var(--butter);
}

.contact-page .contact-form-section__heading h2 {
    max-width: 560px;
    margin-bottom: 23px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.5vw, 4.9rem);
    font-weight: 600;
    line-height: 0.95;
}

.contact-page .contact-form-section__heading > p:not(.eyebrow) {
    max-width: 510px;
    margin-bottom: 32px;
    color: rgba(255, 253, 247, 0.76);
    font-size: 0.92rem;
    line-height: 1.7;
}


/* --------------------------------------------------------------------------
   Helpful-information note
   -------------------------------------------------------------------------- */

.contact-page .contact-form-section__note {
    max-width: 470px;
    padding: 24px;
    background: rgba(255, 253, 247, 0.06);
    border: 1px solid rgba(255, 253, 247, 0.20);
}

.contact-page .contact-form-section__note > span {
    display: block;
    margin-bottom: 16px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.contact-page .contact-form-section__note ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-page .contact-form-section__note li {
    position: relative;
    padding:
        11px
        0
        11px
        24px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.15);
    color: rgba(255, 253, 247, 0.80);
    font-size: 0.78rem;
    line-height: 1.45;
}

.contact-page .contact-form-section__note li:last-child {
    border-bottom: 0;
}

.contact-page .contact-form-section__note li::before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 1px solid var(--butter);
    content: "";
}


/* --------------------------------------------------------------------------
   Form card
   -------------------------------------------------------------------------- */

.contact-page .contact-form-card {
    background: var(--paper-light);
    border: 1px solid var(--blue-black);
    box-shadow:
        13px 14px 0 var(--butter);
    color: var(--chocolate);
}

.contact-page .contact-form-card__top {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 19px 24px;
    background: var(--butter-soft);
    border-bottom: 1px solid var(--blue-dark);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}


/* --------------------------------------------------------------------------
   Form grid
   -------------------------------------------------------------------------- */

.contact-page .contact-form {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap:
        26px
        24px;
    padding: 36px;
}

.contact-page .contact-field {
    min-width: 0;
}

.contact-page .contact-field--full {
    grid-column: 1 / -1;
}

.contact-page .contact-field label,
.contact-page .contact-field legend {
    display: block;
    margin-bottom: 9px;
    color: var(--blue-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.035em;
}

.contact-page .contact-field input,
.contact-page .contact-field select,
.contact-page .contact-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    background: var(--white);
    border: 1px solid rgba(16, 40, 67, 0.46);
    border-radius: 0;
    color: var(--chocolate);
    font-family: var(--body);
    font-size: 0.9rem;
    line-height: 1.45;
    outline: 0;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.contact-page .contact-field textarea {
    min-height: 190px;
    resize: vertical;
}

.contact-page .contact-field select {
    appearance: auto;
}

.contact-page .contact-field input:hover,
.contact-page .contact-field select:hover,
.contact-page .contact-field textarea:hover {
    border-color: var(--blue-dark);
}

.contact-page .contact-field input:focus,
.contact-page .contact-field select:focus,
.contact-page .contact-field textarea:focus {
    background: var(--cream);
    border-color: var(--jam-dark);
    box-shadow:
        0 0 0 3px rgba(183, 71, 63, 0.13);
}

.contact-page .contact-field__help {
    margin: 8px 0 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.58rem;
    line-height: 1.5;
}


/* --------------------------------------------------------------------------
   Reply-choice fieldset
   -------------------------------------------------------------------------- */

.contact-page .contact-field--choice {
    margin: 0;
    padding: 0;
    border: 0;
}

.contact-page .contact-choice-row {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
}

.contact-page .contact-choice-row label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    margin: 0;
    padding: 12px 14px;
    background: rgba(255, 253, 247, 0.78);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    cursor: pointer;
    font-family: var(--body);
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0;
}

.contact-page .contact-choice-row label:hover {
    background: var(--butter-soft);
}

.contact-page .contact-choice-row input {
    width: 16px;
    height: 16px;
    min-height: 0;
    margin: 0;
    accent-color: var(--jam-dark);
}


/* --------------------------------------------------------------------------
   Honeypot
   -------------------------------------------------------------------------- */

.contact-page .contact-field--honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* --------------------------------------------------------------------------
   Submit area
   -------------------------------------------------------------------------- */

.contact-page .contact-form__submit {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 3px;
    padding-top: 25px;
    border-top: 1px solid var(--line-dark);
}

.contact-page .contact-form__submit p {
    max-width: 540px;
    margin: 0;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.58rem;
    line-height: 1.55;
}

.contact-page .contact-form__status {
    grid-column: 1 / -1;
    padding: 16px 18px;
    background: var(--butter-soft);
    border: 1px solid var(--butter);
    color: var(--blue-dark);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.5;
}

.contact-page .contact-form__status[hidden] {
    display: none;
}


/* --------------------------------------------------------------------------
   Response desk
   -------------------------------------------------------------------------- */

.contact-page .contact-response {
    padding: 110px 0 118px;
    background: var(--paper);
}

.contact-page .contact-response__layout {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.68fr)
        minmax(0, 1.32fr);
    gap: clamp(68px, 8vw, 126px);
    align-items: start;
}

.contact-page .contact-response__heading {
    position: sticky;
    top: 38px;
}

.contact-page .contact-response__heading h2 {
    max-width: 560px;
    margin-bottom: 22px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.2rem, 4.5vw, 4.85rem);
    font-weight: 600;
    line-height: 0.95;
}

.contact-page .contact-response__heading > p:not(.eyebrow) {
    max-width: 510px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.68;
}

.contact-page .contact-response__ledger {
    border-top: 2px solid var(--blue-dark);
}

.contact-page .contact-response__ledger article {
    display: grid;
    grid-template-columns:
        54px
        minmax(0, 1fr);
    gap: 25px;
    padding: 29px 0 31px;
    border-bottom: 1px solid var(--line-dark);
}

.contact-page .contact-response__ledger article > span {
    padding-top: 4px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
}

.contact-page .contact-response__label {
    margin-bottom: 9px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.055em;
}

.contact-page .contact-response__ledger h3 {
    margin-bottom: 11px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.85rem, 2.5vw, 2.55rem);
    font-weight: 650;
    line-height: 1;
}

.contact-page .contact-response__ledger article p:last-child {
    max-width: 680px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.88rem;
    line-height: 1.65;
}


/* --------------------------------------------------------------------------
   Direct contact sheet
   -------------------------------------------------------------------------- */

.contact-page .contact-direct {
    padding: 104px 0 110px;
    background: var(--cream);
}

.contact-page .contact-direct__sheet {
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(360px, 0.9fr);
    border: 1px solid var(--blue-dark);
    box-shadow:
        11px 12px 0 var(--butter);
}

.contact-page .contact-direct__copy {
    padding:
        clamp(48px, 5vw, 76px);
    background: var(--paper-light);
    border-right: 1px solid var(--blue-dark);
}

.contact-page .contact-direct__copy h2 {
    max-width: 650px;
    margin-bottom: 22px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.15rem, 4.5vw, 4.8rem);
    font-weight: 600;
    line-height: 0.95;
}

.contact-page .contact-direct__copy > p:not(.eyebrow) {
    max-width: 610px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.68;
}

.contact-page .contact-direct__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding:
        clamp(42px, 4.6vw, 68px);
    background: var(--blue-dark);
    color: var(--white);
}

.contact-page .contact-direct__details > div {
    padding: 21px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.20);
}

.contact-page .contact-direct__details > div:first-child {
    border-top: 1px solid rgba(255, 253, 247, 0.20);
}

.contact-page .contact-direct__details dt {
    margin-bottom: 8px;
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.contact-page .contact-direct__details dd {
    margin: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 650;
    line-height: 1.15;
}

.contact-page .contact-direct__details a {
    color: inherit;
    text-decoration: none;
}

.contact-page .contact-direct__details a:hover {
    color: var(--butter);
}


/* --------------------------------------------------------------------------
   Contact close
   -------------------------------------------------------------------------- */

.contact-page .contact-close {
    position: relative;
    padding: 90px 0 94px;
    overflow: hidden;
    background: var(--butter);
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.contact-page .contact-close::after {
    position: absolute;
    right: -60px;
    bottom: -92px;
    width: 310px;
    height: 200px;
    border: 2px solid rgba(16, 40, 67, 0.15);
    content: "";
    transform: rotate(-8deg);
}

.contact-page .contact-close__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        auto;
    gap: 76px;
    align-items: end;
}

.contact-page .contact-close h2 {
    max-width: 780px;
    margin-bottom: 17px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.3rem, 4.9vw, 5.25rem);
    font-weight: 600;
    line-height: 0.94;
}

.contact-page .contact-close__inner > div:first-child > p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.68;
}

.contact-page .contact-close__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


/* --------------------------------------------------------------------------
   Contact — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .contact-page .contact-hero__layout {
        grid-template-columns:
            minmax(0, 850px)
            350px;
        justify-content: space-between;
        gap: 100px;
    }

    .contact-page .contact-form-section__layout {
        grid-template-columns:
            470px
            minmax(0, 820px);
        justify-content: space-between;
        gap: 100px;
    }

    .contact-page .contact-response__layout {
        grid-template-columns:
            500px
            minmax(0, 760px);
        justify-content: space-between;
        gap: 100px;
    }

    .contact-page .contact-direct__sheet {
        max-width: 1420px;
    }

}


/* --------------------------------------------------------------------------
   Contact — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .contact-page .contact-hero__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .contact-page .contact-hero__slip {
        width: min(100%, 560px);
    }

    .contact-page .contact-router__heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-page .contact-router__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .contact-page .contact-form-section__layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-page .contact-form-section__heading {
        position: static;
    }

    .contact-page .contact-form-section__note {
        max-width: 600px;
    }

    .contact-page .contact-response__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact-page .contact-response__heading {
        position: static;
    }

    .contact-page .contact-direct__sheet {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-direct__copy {
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .contact-page .contact-close__inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

}


/* --------------------------------------------------------------------------
   Contact — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .contact-page .contact-hero {
        padding: 72px 0 78px;
    }

    .contact-page .contact-intake-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 36px;
    }

    .contact-page .contact-hero h1 {
        font-size: clamp(3.4rem, 12vw, 5rem);
    }

    .contact-page .contact-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-page .contact-router,
    .contact-page .contact-response,
    .contact-page .contact-direct {
        padding-block: 82px;
    }

    .contact-page .contact-form-section {
        padding: 82px 0 92px;
    }

    .contact-page .contact-form {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .contact-page .contact-field--full {
        grid-column: auto;
    }

    .contact-page .contact-form__submit,
    .contact-page .contact-form__status {
        grid-column: auto;
    }

    .contact-page .contact-form__submit {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-page .contact-close {
        padding: 72px 0 76px;
    }

}


/* --------------------------------------------------------------------------
   Contact — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .contact-page .contact-hero {
        padding: 62px 0 68px;
    }

    .contact-page .contact-hero h1 {
        font-size: clamp(3rem, 13vw, 4.25rem);
    }

    .contact-page .contact-hero__slip {
        padding: 27px 22px 24px;
        box-shadow:
            8px 8px 0 var(--butter);
    }

    .contact-page .contact-slip__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .contact-page .contact-slip__details > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .contact-page .contact-slip__details dd {
        text-align: left;
    }

    .contact-page .contact-router__grid {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-route {
        min-height: 0;
    }

    .contact-page .contact-route__number {
        margin-bottom: 30px;
    }

    .contact-page .contact-form-card {
        box-shadow:
            8px 8px 0 var(--butter);
    }

    .contact-page .contact-form-card__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 17px 19px;
    }

    .contact-page .contact-form {
        gap: 22px;
        padding: 24px 20px;
    }

    .contact-page .contact-choice-row {
        grid-template-columns: 1fr;
    }

    .contact-page .contact-response__ledger article {
        grid-template-columns:
            40px
            minmax(0, 1fr);
        gap: 16px;
    }

    .contact-page .contact-direct__copy,
    .contact-page .contact-direct__details {
        padding: 38px 24px;
    }

    .contact-page .contact-direct__details dd {
        font-size: 1.3rem;
    }

    .contact-page .contact-close__actions .button {
        width: 100%;
    }

}

/* ==========================================================================
   END — 35. CONTACT PAGE
   ========================================================================== */

/* ==========================================================================
   36. 404 PAGE
   ========================================================================== */


/* --------------------------------------------------------------------------
   404 hero — missing page report
   -------------------------------------------------------------------------- */

.error-page .error-hero {
    position: relative;
    min-height: 760px;
    padding: 72px 0;
    overflow: hidden;
    isolation: isolate;

    background-image:
        linear-gradient(
            90deg,
            rgba(7, 27, 49, 0.90) 0%,
            rgba(7, 27, 49, 0.78) 27%,
            rgba(7, 27, 49, 0.52) 46%,
            rgba(7, 27, 49, 0.18) 65%,
            rgba(7, 27, 49, 0.08) 100%
        ),
        url("../images/404-baker-search.webp");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    border-bottom: 1px solid var(--blue-dark);
}

.error-page .error-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            180deg,
            rgba(5, 17, 31, 0.10) 0%,
            rgba(5, 17, 31, 0.24) 100%
        );
    pointer-events: none;
    content: "";
}


/* --------------------------------------------------------------------------
   Hero composition
   -------------------------------------------------------------------------- */

.error-page .error-hero__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(290px, 0.55fr);
    gap: clamp(72px, 8vw, 140px);
    align-items: end;
    min-height: 616px;
}


/* --------------------------------------------------------------------------
   Dark 404 report panel
   -------------------------------------------------------------------------- */

.error-page .error-hero__copy {
    position: relative;
    max-width: 650px;
    padding: 10px 0 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--white);
}

.error-page .error-hero__copy::before {
    content: none;
}


/* --------------------------------------------------------------------------
   Opening report row
   -------------------------------------------------------------------------- */

.error-page .error-ticket-meta {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;
    gap: 24px;

    margin-bottom: 28px;
    padding-bottom: 13px;

    border-bottom: 1px solid rgba(255, 253, 247, 0.35);

    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}


/* --------------------------------------------------------------------------
   Giant 404
   -------------------------------------------------------------------------- */

.error-page .error-code {
    position: relative;
    z-index: 1;

    margin:
        0
        0
        16px;

    color: var(--white);

    font-family: var(--mono);
    font-size: clamp(7.8rem, 13vw, 12.5rem);
    font-weight: 700;

    line-height: 0.72;
    letter-spacing: -0.08em;

    text-shadow:
        0 3px 18px rgba(0, 0, 0, 0.34),
        5px 5px 0 rgba(0, 0, 0, 0.13);
}


/* --------------------------------------------------------------------------
   Hero typography
   -------------------------------------------------------------------------- */

.error-page .error-hero .eyebrow {
    position: relative;
    z-index: 1;

    margin-bottom: 16px;

    color: var(--butter);
}

.error-page .error-hero h1 {
    position: relative;
    z-index: 1;

    max-width: 690px;
    margin-bottom: 24px;

    color: var(--white);

    font-family: var(--display);
    font-size: clamp(3.35rem, 4.8vw, 5.35rem);
    font-weight: 600;

    line-height: 0.94;
}

.error-page .error-hero h1 span {
    display: block;
    color: var(--butter);
}

.error-page .error-hero__lead {
    position: relative;
    z-index: 1;

    max-width: 650px;
    margin-bottom: 10px;

    color: rgba(255, 253, 247, 0.82);

    font-size: 0.94rem;
    line-height: 1.7;
}

.error-page .error-hero__lead + .error-hero__lead {
    margin-bottom: 30px;
}


/* --------------------------------------------------------------------------
   Hero actions
   -------------------------------------------------------------------------- */

.error-page .error-hero__actions {
    position: relative;
    z-index: 1;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.error-page .error-hero__actions .text-link {
    color: var(--butter);
}

.error-page .error-hero__actions .text-link:hover {
    color: var(--white);
}/* --------------------------------------------------------------------------
   Incident ticket
   -------------------------------------------------------------------------- */

.error-page .error-ticket {
    position: relative;
    align-self: end;

    padding: 34px 32px 32px;

    background: rgba(255, 253, 247, 0.97);
    border: 1px solid var(--blue-dark);

    box-shadow:
        12px 12px 0 var(--butter),
        0 14px 38px rgba(0, 0, 0, 0.22);

    color: var(--chocolate);

    transform: rotate(0.7deg);
}

.error-page .error-ticket::before {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 114px;
    height: 24px;
    background: rgba(247, 234, 203, 0.80);
    border-right: 1px solid rgba(42, 29, 24, 0.12);
    border-left: 1px solid rgba(42, 29, 24, 0.12);
    content: "";
    transform:
        translateX(-50%)
        rotate(-1.6deg);
}

.error-page .error-ticket__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--blue-dark);
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.error-page .error-ticket__ledger {
    margin: 0;
}

.error-page .error-ticket__ledger > div {
    display: grid;
    grid-template-columns:
        minmax(0, 0.47fr)
        minmax(0, 0.53fr);
    gap: 18px;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px solid var(--line-dark);
}

.error-page .error-ticket__ledger dt {
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.57rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.error-page .error-ticket__ledger dd {
    margin: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.08;
    text-align: right;
}

.error-page .error-ticket__stamp {
    display: inline-block;
    margin-top: 28px;
    padding: 14px 20px 13px;
    border: 3px double var(--jam-dark);
    color: var(--jam-dark);
    transform: rotate(-4deg);
}

.error-page .error-ticket__stamp span {
    display: block;
    margin-bottom: 3px;
    font-family: var(--mono);
    font-size: 0.52rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.error-page .error-ticket__stamp strong {
    display: block;
    font-family: var(--mono);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}


/* --------------------------------------------------------------------------
   Recovery desk
   -------------------------------------------------------------------------- */

.error-page .error-recovery {
    padding: 106px 0 116px;
    background: var(--paper);
}

.error-page .error-recovery__heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(280px, 0.88fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 48px;
}

.error-page .error-recovery__heading h2 {
    max-width: 740px;
    margin-bottom: 0;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.4rem, 4.9vw, 5.2rem);
    font-weight: 600;
    line-height: 0.94;
}

.error-page .error-recovery__heading > p:last-child {
    max-width: 500px;
    margin: 0;
    color: var(--chocolate-soft);
    font-size: 0.92rem;
    line-height: 1.68;
}

.error-page .error-recovery__grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    border-top: 2px solid var(--blue-dark);
    border-left: 1px solid var(--line-dark);
}

.error-page .error-route {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 27px 25px 25px;
    background: rgba(255, 253, 247, 0.60);
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    color: var(--chocolate);
    text-decoration: none;
    transition:
        background 180ms ease,
        transform 180ms ease;
}

.error-page .error-route:nth-child(even) {
    background: rgba(240, 223, 188, 0.36);
}

.error-page .error-route:hover,
.error-page .error-route:focus-visible {
    background: var(--butter-soft);
    transform: translateY(-3px);
}

.error-page .error-route:focus-visible {
    outline: 2px solid var(--jam-dark);
    outline-offset: 4px;
}

.error-page .error-route > span {
    margin-bottom: 42px;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.61rem;
    font-weight: 600;
}

.error-page .error-route > p {
    margin-bottom: 10px;
    color: var(--cocoa);
    font-family: var(--mono);
    font-size: 0.57rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.error-page .error-route h3 {
    margin-bottom: 18px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(1.8rem, 2.3vw, 2.35rem);
    font-weight: 650;
    line-height: 1;
}

.error-page .error-route > strong {
    margin-top: auto;
    color: var(--jam-dark);
    font-family: var(--mono);
    font-size: 0.63rem;
    font-weight: 600;
}


/* --------------------------------------------------------------------------
   Wrong-turn notice
   -------------------------------------------------------------------------- */

.error-page .error-notice {
    position: relative;
    padding: 112px 0 120px;
    overflow: hidden;
    background: var(--blue-dark);
    color: var(--white);
}

.error-page .error-notice::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(255, 253, 247, 0.034) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 253, 247, 0.034) 1px,
            transparent 1px
        );
    background-size: 44px 44px;
    pointer-events: none;
    content: "";
}

.error-page .error-notice__sheet {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.64fr)
        minmax(0, 1.36fr);
    gap: clamp(66px, 8vw, 126px);
    align-items: start;
}

.error-page .error-notice .eyebrow {
    color: var(--butter);
}

.error-page .error-notice__sheet > div:first-child h2 {
    max-width: 560px;
    margin-bottom: 0;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(3.25rem, 4.6vw, 4.9rem);
    font-weight: 600;
    line-height: 0.95;
}

.error-page .error-notice__ledger {
    border-top: 2px solid var(--butter);
}

.error-page .error-notice__ledger article {
    display: grid;
    grid-template-columns:
        54px
        minmax(0, 1fr);
    gap: 25px;
    padding: 28px 0 30px;
    border-bottom: 1px solid rgba(255, 253, 247, 0.20);
}

.error-page .error-notice__ledger article > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-top: 2px;
    border: 1px solid var(--butter);
    color: var(--butter);
    font-family: var(--mono);
    font-size: 0.62rem;
    font-weight: 600;
}

.error-page .error-notice__ledger h3 {
    margin-bottom: 10px;
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(1.85rem, 2.5vw, 2.55rem);
    font-weight: 650;
    line-height: 1;
}

.error-page .error-notice__ledger p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 253, 247, 0.76);
    font-size: 0.88rem;
    line-height: 1.65;
}


/* --------------------------------------------------------------------------
   Error close
   -------------------------------------------------------------------------- */

.error-page .error-close {
    position: relative;
    padding: 90px 0 94px;
    overflow: hidden;
    background: var(--butter);
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
}

.error-page .error-close::after {
    position: absolute;
    right: -65px;
    bottom: -100px;
    width: 330px;
    height: 215px;
    border: 2px solid rgba(16, 40, 67, 0.15);
    content: "";
    transform: rotate(-9deg);
}

.error-page .error-close__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1.2fr)
        auto;
    gap: 76px;
    align-items: end;
}

.error-page .error-close h2 {
    max-width: 760px;
    margin-bottom: 17px;
    color: var(--blue-dark);
    font-family: var(--display);
    font-size: clamp(3.3rem, 4.9vw, 5.25rem);
    font-weight: 600;
    line-height: 0.94;
}

.error-page .error-close__inner > div:first-child > p:last-child {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--chocolate-soft);
    font-size: 0.94rem;
    line-height: 1.68;
}

.error-page .error-close__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}


/* --------------------------------------------------------------------------
   404 — ultrawide
   -------------------------------------------------------------------------- */

@media (min-width: 1700px) {

    .error-page .error-hero__layout {
        grid-template-columns:
            minmax(0, 850px)
            350px;
        justify-content: space-between;
        gap: 100px;
    }

    .error-page .error-notice__sheet {
        grid-template-columns:
            500px
            minmax(0, 760px);
        justify-content: space-between;
        gap: 100px;
    }

}


/* --------------------------------------------------------------------------
   404 — tablet
   -------------------------------------------------------------------------- */

@media (max-width: 1020px) {

    .error-page .error-hero__layout {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .error-page .error-ticket {
    position: relative;
    align-self: end;

    padding: 34px 32px 32px;

    background: rgba(255, 253, 247, 0.97);
    border: 1px solid var(--blue-dark);

    box-shadow:
        12px 12px 0 var(--butter),
        0 14px 38px rgba(0, 0, 0, 0.22);

    color: var(--chocolate);

    transform: rotate(0.7deg);
}

    .error-page .error-search-evidence__sheet {
        grid-template-columns: 1fr;
    }

    .error-page .error-search-evidence__photo {
        min-height: 500px;
        border-right: 0;
        border-bottom: 1px solid var(--blue-dark);
    }

    .error-page .error-search-evidence__caption {
        min-height: 330px;
    }

    .error-page .error-recovery__heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .error-page .error-recovery__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .error-page .error-notice__sheet {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .error-page .error-close__inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }

}


/* --------------------------------------------------------------------------
   404 — mobile
   -------------------------------------------------------------------------- */

@media (max-width: 820px) {

    .error-page .error-hero {
        padding: 72px 0 80px;
    }

    .error-page .error-ticket-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-bottom: 36px;
    }

    .error-page .error-code {
        margin-bottom: 20px;
        font-size: clamp(6.5rem, 28vw, 10rem);
        line-height: 0.74;
    }

    .error-page .error-hero h1 {
        font-size: clamp(3.4rem, 12vw, 5rem);
    }

    .error-page .error-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .error-page .error-search-evidence {
        padding-bottom: 82px;
    }

    .error-page .error-search-evidence__photo {
        min-height: 390px;
    }

    .error-page .error-search-evidence__caption {
        min-height: 0;
        padding: 34px 28px;
    }

    .error-page .error-search-evidence__caption > strong {
        margin-top: 44px;
    }

    .error-page .error-recovery {
        padding: 82px 0 90px;
    }

    .error-page .error-notice {
        padding: 82px 0 90px;
    }

    .error-page .error-close {
        padding: 72px 0 76px;
    }

}


/* --------------------------------------------------------------------------
   404 — small mobile
   -------------------------------------------------------------------------- */

@media (max-width: 620px) {

    .error-page .error-hero {
        padding: 62px 0 68px;
    }

    .error-page .error-hero h1 {
        font-size: clamp(3rem, 13vw, 4.3rem);
    }

    .error-page .error-ticket {
    position: relative;
    align-self: end;

    padding: 34px 32px 32px;

    background: rgba(255, 253, 247, 0.97);
    border: 1px solid var(--blue-dark);

    box-shadow:
        12px 12px 0 var(--butter),
        0 14px 38px rgba(0, 0, 0, 0.22);

    color: var(--chocolate);

    transform: rotate(0.7deg);
}

    .error-page .error-ticket__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .error-page .error-ticket__ledger > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .error-page .error-ticket__ledger dd {
        text-align: left;
    }

    .error-page .error-search-evidence__sheet {
        box-shadow:
            8px 8px 0 var(--butter);
    }

    .error-page .error-search-evidence__photo {
        min-height: 300px;
    }

    .error-page .error-search-evidence__caption {
        padding: 28px 22px;
    }

    .error-page .error-search-evidence__caption > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .error-page .error-search-evidence__caption > strong {
        margin-top: 36px;
        font-size: 2.4rem;
    }

    .error-page .error-recovery__grid {
        grid-template-columns: 1fr;
    }

    .error-page .error-route {
        min-height: 0;
    }

    .error-page .error-route > span {
        margin-bottom: 30px;
    }

    .error-page .error-notice__ledger article {
        grid-template-columns:
            40px
            minmax(0, 1fr);
        gap: 16px;
    }

    .error-page .error-notice__ledger article > span {
        width: 30px;
        height: 30px;
    }

    .error-page .error-close__actions .button {
        width: 100%;
    }

}


/* 404 HERO BACKGROUND RESPONSIVE */

@media (max-width: 1020px) {

    .error-page .error-hero {
        min-height: 0;
        background-position: 48% center;
    }

    .error-page .error-hero__layout {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 40px;
    }

    .error-page .error-hero__copy {
        width: min(100%, 760px);
    }

    .error-page .error-ticket {
        width: min(100%, 480px);
    }

}


@media (max-width: 820px) {

    .error-page .error-hero {
        padding: 54px 0 68px;
        background-position: 44% center;
    }

    .error-page .error-code {
        font-size: clamp(6.7rem, 25vw, 9.5rem);
    }

    .error-page .error-hero h1 {
        font-size: clamp(3.1rem, 10vw, 4.5rem);
    }

}


@media (max-width: 620px) {

    .error-page .error-hero {
        padding: 38px 0 52px;
        background-position: 42% center;
    }

    .error-page .error-hero__copy {
        padding:
            18px
            0
            24px;
        box-shadow: none;
    }

    .error-page .error-ticket-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .error-page .error-code {
        font-size: clamp(6rem, 29vw, 8rem);
    }

    .error-page .error-ticket {
        width: 100%;
        padding: 27px 22px 25px;
    }

}/* ==========================================================================
   END — 36. 404 PAGE
   ========================================================================== */

/* ==========================================================================
   END — WE KNEAD TO TALK™ PREMIUM
   ========================================================================== */
