/* Saha Bakehouse — brand typography and editorial layout */


/* Optional / licensed fonts — served locally from /fonts */
@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima/Optima-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima/Optima-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima/Optima-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Optima';
    src: url('../fonts/optima/Optima-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Beautifully Delicious Script';
    src: url('../fonts/beautifully-delicious/BeautifullyDeliciousScript.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/the-seasons/TheSeasons-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --color-bg-primary: #4A4A2E;
    --color-bg-secondary: #5C5A3A;
    --color-bg-card: #EFE9D8;
    --color-bg-card-alt: #E4DCC5;
    --color-text-on-dark: #F2ECDD;
    --color-text-on-light: #3A3A26;
    --color-text-muted-dark: #C9C3A8;
    --color-text-muted-light: #7A765C;
    --color-accent-coffee: #2B1B12;
    --color-accent-cream-foam: #E8D9B8;
    --color-divider: rgba(242, 236, 221, 0.15);
    --color-divider-light: rgba(58, 58, 38, 0.12);
    --color-dot-pattern: rgba(242, 236, 221, 0.25);

    /* Approved brand typefaces */
    --font-display: 'Optima', 'Optima Nova', 'Segoe UI', sans-serif;
    --font-body: 'Montserrat', Arial, sans-serif;
    --font-hero: var(--font-display);
    --font-headline-script: 'Beautifully Delicious Script', cursive;
    --font-headline-seasons: 'The Seasons', serif;

    /* Adobe tracking values translated to CSS em units */
    --font-weight-display: 400;
    --letter-spacing-display: -0.01em;  /* Tracking -10 */
    --letter-spacing-seasons: -0.025em; /* Tracking -25 */

    --text-hero: 120px;
    --text-hero-mobile: 56px;
    --letter-spacing-hero: var(--letter-spacing-display);
    --line-height-hero: 0.95;
    --text-h2: 28px;
    --letter-spacing-h2: var(--letter-spacing-display);
    --text-body: 11px;
    --letter-spacing-body: -0.01em;
    --line-height-body: 1.8;
    --text-nav: 11px;
    --letter-spacing-nav: var(--letter-spacing-body);
    --space-section-padding: 80px;
    --space-section-padding-mobile: 32px;
    --space-card-padding: 40px;
    --space-grid-gap: 16px;
    --container-max: 1200px;
}

.home-page,
.home-page *,
.home-page *::before,
.home-page *::after {
    box-sizing: border-box;
}

.home-page {
    margin: 0;
    min-width: 320px;
    background: var(--color-bg-primary);
    color: var(--color-text-on-dark);
    font-family: var(--font-body);
    font-size: var(--text-body);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-body);
    line-height: var(--line-height-body);
    text-transform: uppercase;
    font-kerning: normal;
    font-feature-settings: 'kern' 1;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
}

.home-page img {
    display: block;
    max-width: 100%;
}

.home-page a {
    color: inherit;
    text-decoration: none;
}

.home-page button {
    color: inherit;
    font: inherit;
}

.home-page p,
.home-page h1,
.home-page h2,
.home-page h3,
.home-page figure,
.home-page blockquote {
    margin: 0;
}

.home-page p {
    text-align: center;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page .brand-name {
    font-family: var(--heading-font-family, var(--font-display));
    font-weight: var(--heading-font-weight, var(--font-weight-display));
    letter-spacing: var(--heading-letter-spacing, var(--letter-spacing-display));
    text-transform: none;
}

.home-page h2 {
    font-size: clamp(3.75rem, 7.5vw, 6.5rem);
    line-height: 0.9;
}

.home-page h3 {
    font-size: 28px;
    line-height: 1.05;
}

.content-width {
    width: min(calc(100% - 64px), var(--container-max));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    padding: 10px 14px;
    color: var(--color-text-on-light) !important;
    background: var(--color-bg-card);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

/* Navigation */
.site-header {
    position: relative;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    height: 64px;
    padding: 0 32px;
    background: var(--color-bg-primary);
    border-bottom: 1px solid var(--color-divider);
}

.brand-mark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    line-height: 1;
    text-transform: none;
}

.brand-logo {
    width: 96px;
    height: auto;
}

.brand-name {
    font-size: 25px;
    font-style: italic;
    line-height: 0.8;
}

.brand-tagline {
    margin-top: 7px;
    color: var(--color-text-muted-dark);
    font-family: var(--font-body);
    font-size: 8px;
    letter-spacing: var(--letter-spacing-body);
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(34px, 4vw, 64px);
}

.desktop-nav a,
.header-utilities a,
.header-utilities span {
    position: relative;
    font-size: var(--text-nav);
    letter-spacing: var(--letter-spacing-nav);
    text-transform: uppercase;
}

.desktop-nav a::after,
.header-utilities a::after,
.site-footer nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: '';
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 280ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.header-utilities a:hover::after,
.header-utilities a:focus-visible::after,
.site-footer nav a:hover::after,
.site-footer nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.header-utilities span {
    color: var(--color-text-muted-dark);
}

.menu-toggle,
.mobile-nav {
    display: none;
}

/* Hero */
.hero {
    position: relative;
    min-height: calc(100svh - 64px);
    padding: 30px 0 58px;
    overflow: hidden;
    background: var(--color-bg-primary);
}

.hero-kicker,
.eyebrow {
    color: var(--color-text-muted-dark);
    font-size: 14px;
    letter-spacing: var(--letter-spacing-body);
    text-align: center;
}

.hero-stage {
    position: relative;
    display: grid;
    align-items: center;
    isolation: isolate;
    width: 100%;
    min-height: clamp(540px, 66svh, 700px);
    margin: 2px auto 0;
    overflow: visible;
}

.hero-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-text-on-dark);
    font-family: var(--font-hero);
    font-size: clamp(132px, 15.8vw, 220px);
    font-weight: var(--font-weight-display);
    letter-spacing: var(--letter-spacing-hero);
    line-height: 0.82;
    text-align: center;
    text-transform: none;
}

/* Optional headline roles. Custom properties avoid specificity conflicts with h1/h2/h3. */
.home-page .font-headline-script {
    --heading-font-family: var(--font-headline-script);
    --heading-font-weight: 400;
    --heading-letter-spacing: var(--letter-spacing-display);
    font-family: var(--font-headline-script);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.home-page .font-headline-seasons {
    --heading-font-family: var(--font-headline-seasons);
    --heading-font-weight: 400;
    --heading-letter-spacing: var(--letter-spacing-seasons);
    font-family: var(--font-headline-seasons);
    font-weight: 400;
    letter-spacing: var(--letter-spacing-seasons);
    text-transform: none;
}

.hero-title span:first-child {
    margin-right: 2.35em;
}

.hero-title-image {
    display: block;
    width: 2.4em;
    max-width: none;
    height: auto;
    aspect-ratio: 1629 / 530;
    object-fit: contain;
}

.hero-title span:last-child {
    margin-left: 1.18em;
}

.hero-product {
    position: absolute;
    z-index: 3;
    top: 58%;
    left: 50%;
    width: clamp(285px, 30vw, 410px);
    max-height: 520px;
    object-fit: contain;
    filter: saturate(0.82) contrast(1.06) sepia(0.06);
    transform: translate(-50%, -35%) rotate(0deg);
    transform-origin: center;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero:hover .hero-product {
    transform: translate(-50%, -37%) rotate(0deg);
}

.hero-notes {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 46px;
    width: 100%;
    margin-top: -90px;
    padding: 0 clamp(32px, 6vw, 96px);
}

.hero-notes p {
    max-width: 390px;
    color: var(--color-text-muted-dark);
}

.hero-notes p:last-child {
    justify-self: end;
}

.text-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    padding: 5px 0;
    border-bottom: 1px solid currentColor;
    font-size: 16px;
    letter-spacing: var(--letter-spacing-body);
    text-align: center;
    text-transform: uppercase;
    transition: opacity 220ms ease, letter-spacing 220ms ease;
}

.text-link:hover,
.text-link:focus-visible {
    letter-spacing: var(--letter-spacing-body);
    opacity: 0.75;
}

.text-link-dark {
    color: var(--color-text-on-light) !important;
}

.dot-divider {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    opacity: 0.75;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23F2ECDD' fill-opacity='.25'/%3E%3C/svg%3E");
}

.dot-divider-secondary {
    position: relative;
    background-color: var(--color-bg-secondary);
}

/* Shared section heading */
.light-section {
    color: var(--color-text-on-light);
    background: var(--color-bg-card);
}


/* css art baking */

.story-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
    margin-bottom: 60px;
    margin-top: 60px;
}

.story-title h2 {
    color: var(--color-text-on-light);
    font-size: clamp(3rem, 5vw, 4.5rem);
    line-height: 1;
    font-weight: var(--font-weight-display);
}

.story-title span {
    font-weight: 700;
}

.story-description {
    display: flex;
    flex-direction: column;   /* penting */
    align-items: flex-start;
}

.story-description p{
    width:100%;
    max-width:520px;
    color: var(--color-text-muted-light);
    font-size:20px;
    line-height:1.8;
    letter-spacing: var(--letter-spacing-body);
    text-transform:none;
    text-align:left;
    margin-bottom:25px
}

.story-description-id{
    margin-top:18px;
}

@media (max-width: 768px) {
    .story-header {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }

    .story-title h2 {
        text-align: center;
    }

    .story-description {
        justify-content: center;
    }

    .story-description p {
        text-align: center;
        font-size: 16px;
    }
}
/* css art baking */









.section-heading {
    max-width: 760px;
    padding-bottom: 58px;
    text-align: center;
}

.section-badge {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    object-fit: contain;
    opacity: 0.92;
}

.section-heading .eyebrow {
    margin-bottom: 22px;
}

.section-heading h2 {
    margin-bottom: 28px;
}

.section-heading > p:last-child {
    max-width: 460px;
    margin-inline: auto;
    color: var(--color-text-muted-dark);
}

.section-heading-light .eyebrow,
.light-section .eyebrow {
    color: var(--color-text-muted-light);
}

.section-heading-light > p:last-child {
    color: var(--color-text-muted-light);
}

/* About */
.about-section {
    padding: var(--space-section-padding) 0 112px;
}

.content-card {
    padding: var(--space-card-padding);
    background: var(--color-bg-card-alt);
    text-align: center;
}

.content-card .eyebrow {
    margin-bottom: 26px;
}

.content-card h2 {
    margin-bottom: 34px;
}

.editorial-copy {
    max-width: 610px;
    margin: 0 auto 26px !important;
    color: var(--color-text-muted-light);
    font-size: 16px;
}

.story-collage {
    display: grid;
    grid-template-columns: 0.82fr 1.38fr 0.92fr;
    align-items: center;
    gap: var(--space-grid-gap);
    margin-top: 64px;
}

.collage-image img {
    width: 100%;
    filter: saturate(0.55) contrast(1.08) sepia(0.1);
}

.collage-image-small img {
    height: 280px;
    object-fit: cover;
}

.collage-image-large img {
    height: 410px;
    object-fit: cover;
}

.collage-image-medium img {
    height: 330px;
    object-fit: cover;
}

.collage-image figcaption {
    padding-top: 12px;
    color: var(--color-text-muted-light);
    font-size: 14px;
    letter-spacing: var(--letter-spacing-body);
    text-align: center;
}

/* Principles */
.principles-section {
    padding: 112px 0 120px;
    background: var(--color-bg-secondary);
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--color-divider);
}

.advantage {
    min-height: 300px;
    padding: 34px 24px 24px;
    border-right: 1px solid var(--color-divider);
    text-align: center;
}

.advantage:last-child {
    border-right: 0;
}

.number-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 30px;
    margin-bottom: 52px;
    border: 1px solid var(--color-divider);
    color: var(--color-text-muted-dark);
    background: rgba(228, 220, 197, 0.06);
    font-family: var(--font-display);
    font-size: 15px;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.advantage h3 {
    margin-bottom: 28px;
}

.advantage p {
    max-width: 210px;
    margin-inline: auto;
    color: var(--color-text-muted-dark);
}

/* Products */
.signature-section {
    padding: 112px 0 120px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: var(--space-grid-gap);
}

.product-card {
    text-align: center;
}

.product-card-raised {
    margin-top: 64px;
}

.product-image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 390px;
    padding: 52px 24px 38px;
    overflow: hidden;
    background: var(--color-bg-card-alt);
}

.product-image img {
    width: min(94%, 310px);
    max-height: 235px;
    object-fit: contain;
    filter: saturate(0.78) contrast(1.06) sepia(0.06);
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.035) rotate(-1deg);
}

.product-index {
    position: absolute;
    top: 22px;
    left: 22px;
    color: var(--color-text-muted-light);
    font-family: var(--font-display);
    font-size: 14px;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.product-kind {
    margin-top: 22px !important;
    color: var(--color-text-muted-light);
}

.product-card h3 {
    margin: 9px 0 14px;
}

.product-card > p:last-child {
    color: var(--color-text-muted-light);
}

.centered-action {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

/* Craft collage */
.craft-section {
    padding: 112px 0 120px;
    background: var(--color-bg-primary);
}

.craft-collage {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 1.05fr;
    grid-template-rows: 245px 185px;
    gap: var(--space-grid-gap);
}

.craft-collage figure {
    overflow: hidden;
}

.craft-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.55) contrast(1.08) sepia(0.1);
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.craft-collage figure:hover img {
    transform: scale(1.025);
}

.craft-a {
    grid-row: 1 / 3;
}

.craft-b {
    grid-column: 2;
    grid-row: 1;
}

.craft-c {
    grid-column: 3;
    grid-row: 1 / 3;
}

.craft-d {
    grid-column: 2;
    grid-row: 2;
}

.craft-e,
.craft-f {
    display: none;
}

/* Testimonials */
.testimonials-section {
    padding: 112px 0 120px;
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-divider);
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--color-divider);
    border-bottom: 1px solid var(--color-divider);
}

.testimonials blockquote {
    min-height: 300px;
    padding: 28px 36px 34px;
    border-right: 1px solid var(--color-divider);
    text-align: center;
}

.testimonials blockquote:last-child {
    border-right: 0;
}

.quote-mark {
    display: block;
    height: 76px;
    font-family: var(--font-display);
    font-size: 76px;
    font-weight: var(--font-weight-display);
    line-height: 1;
    text-transform: none;
}

.testimonials blockquote p {
    max-width: 290px;
    margin: 16px auto 30px;
    color: var(--color-text-muted-dark);
}

.testimonials cite {
    color: var(--color-text-on-dark);
    font-size: 9px;
    font-style: normal;
    letter-spacing: var(--letter-spacing-body);
}

/* Guest gallery — slider */
.polaroid-slider {
    position: relative;
    margin-top: 56px;
    display: flex;
    align-items: center;
}

.polaroid-gallery {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 10px clamp(24px, 6vw, 96px) 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.polaroid-gallery::-webkit-scrollbar {
    display: none;
}

.polaroid {
    position: relative;
    flex: 0 0 auto;
    width: 210px;
    margin: 0;
    padding: 12px 12px 32px;
    background: #F5F1E4;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
    transform: rotate(-3deg);
    transition: transform 320ms ease;
    scroll-snap-align: center;
}

.polaroid:hover {
    z-index: 2;
    transform: rotate(0deg) translateY(-6px);
}

.polaroid-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
    -webkit-tap-highlight-color: transparent;
}

.polaroid img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    filter: saturate(0.62) contrast(1.08) sepia(0.08);
    pointer-events: none;
}

.polaroid-2,
.polaroid-5 {
    margin-top: 34px;
    transform: rotate(2.5deg);
}

.polaroid-3,
.polaroid-7 {
    margin-top: -10px;
    transform: rotate(-1.5deg);
}

.polaroid-4,
.polaroid-8 {
    margin-top: 18px;
    transform: rotate(3.5deg);
}

.polaroid-6 {
    margin-top: -6px;
    transform: rotate(-4deg);
}

/* Slider nav arrows */
.polaroid-nav {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--color-divider);
    background: rgba(242, 236, 221, 0.08);
    color: var(--color-text-on-dark);
    font-size: 16px;
    cursor: pointer;
    transition: background 220ms ease, transform 220ms ease;
    z-index: 3;
}

.polaroid-nav:hover {
    background: rgba(242, 236, 221, 0.18);
    transform: translateY(-2px);
}

.polaroid-nav-prev {
    margin-right: -8px;
}

.polaroid-nav-next {
    margin-left: -8px;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 18, 10, 0.92);
    padding: 24px;
}

.lightbox[hidden] {
    display: none;
}

.lightbox-image {
    max-width: min(90vw, 900px);
    max-height: 86vh;
    object-fit: contain;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(242, 236, 221, 0.35);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #F2ECDD;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(242, 236, 221, 0.35);
    background: rgba(0, 0, 0, 0.3);
    color: #F2ECDD;
    font-size: 18px;
    cursor: pointer;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-nav:hover,
.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Journal */
.journal-section {
    padding: 112px 0 120px;
}

.journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-grid-gap);
}

.journal-story {
    display: block;
    padding-left: var(--space-grid-gap);
    border-left: 1px solid var(--color-divider-light);
    text-align: center;
}

.journal-story img {
    width: 100%;
    height: 280px;
    margin-bottom: 22px;
    object-fit: cover;
    filter: saturate(0.55) contrast(1.08) sepia(0.08);
}

.story-meta {
    color: var(--color-text-muted-light);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
}

.journal-story h3 {
    margin: 14px 0 15px;
}

.journal-story p {
    max-width: 330px;
    margin-inline: auto;
    color: var(--color-text-muted-light);
}

/* Footer */
.site-footer {
    position: relative;
    padding: 112px 0 30px;
    overflow: hidden;
    background: var(--color-accent-coffee);
}

.footer-intro {
    padding-bottom: 92px;
    text-align: center;
}

.footer-intro .eyebrow {
    margin-bottom: 24px;
}

.footer-intro h2 {
    margin-bottom: 30px;
}

.footer-intro > p:not(.eyebrow) {
    margin-bottom: 22px;
    color: var(--color-text-muted-dark);
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 40px;
    padding: 34px 0;
    border-top: 1px solid var(--color-divider);
    border-bottom: 1px solid var(--color-divider);
}

.footer-brand {
    justify-self: start;
}

.footer-brand .brand-logo {
    width: 116px;
}

.site-footer nav {
    display: flex;
    gap: 32px;
}

.site-footer nav a {
    position: relative;
    font-size: 10px;
}

.footer-contact {
    justify-self: end;
}

.footer-contact p,
.footer-contact a {
    display: block;
    color: var(--color-text-muted-dark);
    font-size: 9px;
    text-align: right;
}

.footer-contact a {
    margin-top: 5px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-top: 24px;
    color: var(--color-text-muted-dark);
    font-size: 8px;
}

/* Motion */
.js .reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 850ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Tablet */
@media (max-width: 960px) {
    .hero-title {
        font-size: clamp(104px, 14vw, 150px);
    }

    .hero-stage {
        min-height: 520px;
    }

    .hero-product {
        top: 59%;
        width: clamp(260px, 34vw, 350px);
    }

    .advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage:nth-child(2) {
        border-right: 0;
    }

    .advantage:nth-child(-n+2) {
        border-bottom: 1px solid var(--color-divider);
    }

    .product-image {
        min-height: 320px;
    }

    .footer-main {
        grid-template-columns: 1fr auto;
    }

    .footer-contact {
        grid-column: 1 / 3;
        justify-self: center;
    }

    .footer-contact p,
    .footer-contact a {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .content-width {
        width: calc(100% - 40px);
    }

    .home-page h2 {
        font-size: clamp(3.25rem, 16vw, 4.5rem);
    }

    .site-header {
        grid-template-columns: 1fr auto;
        height: 74px;
        padding: 0 20px;
    }

    .desktop-nav,
    .header-utilities {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 11px;
        padding: 10px 0 10px 12px;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 9px;
        letter-spacing: var(--letter-spacing-body);
        text-transform: uppercase;
    }

    .menu-toggle-lines {
        position: relative;
        display: block;
        width: 19px;
        height: 7px;
    }

    .menu-toggle-lines::before,
    .menu-toggle-lines::after {
        position: absolute;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        content: '';
        transition: transform 220ms ease;
    }

    .menu-toggle-lines::before {
        top: 0;
    }

    .menu-toggle-lines::after {
        bottom: 0;
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
        transform: translateY(3px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
        transform: translateY(-3px) rotate(-45deg);
    }

    .mobile-nav {
        position: absolute;
        top: 74px;
        right: 0;
        left: 0;
        z-index: 60;
        display: grid;
        padding: 20px;
        background: var(--color-bg-primary);
        border-bottom: 1px solid var(--color-divider);
    }

    .mobile-nav[hidden] {
        display: none;
    }

    .mobile-nav a,
    .mobile-nav span {
        padding: 15px 0;
        border-bottom: 1px solid var(--color-divider);
        text-align: center;
    }

    .mobile-nav span {
        color: var(--color-text-muted-dark);
        border-bottom: 0;
    }

    .hero {
        min-height: calc(100svh - 74px);
        padding-top: 34px;
    }

    .hero-kicker {
        width: calc(100% - 48px);
        margin-inline: auto;
        font-size: 8px;
    }

    .hero-stage {
        width: 100%;
        min-height: 430px;
        margin-top: 0;
    }

    .hero-title {
        font-size: clamp(62px, 18vw, 88px);
        line-height: 0.86;
    }

    .hero-title span:first-child {
        margin-right: 1.3em;
    }

    .hero-title span:last-child {
        margin-top: -0.02em;
        margin-left: 0.38em;
    }

    .hero-product {
        top: 60%;
        width: clamp(200px, 52vw, 250px);
        max-height: 280px;
        transform: translate(-50%, -34%) rotate(0deg);
    }

    .hero:hover .hero-product {
        transform: translate(-50%, -34%) rotate(0deg);
    }

    .hero-notes {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 24px;
    }

    .hero-notes p,
    .hero-notes p:last-child {
        max-width: 280px;
        font-size: 9px;
        letter-spacing: var(--letter-spacing-body);
        justify-self: auto;
    }

    .hero-notes .text-link {
        order: 3;
        margin-top: 4px;
    }

    .about-section,
    .principles-section,
    .signature-section,
    .craft-section,
    .testimonials-section,
    .journal-section,
    .site-footer {
        padding-top: calc(var(--space-section-padding-mobile) * 2);
        padding-bottom: calc(var(--space-section-padding-mobile) * 2);
    }

    .content-card {
        width: calc(100% - 24px);
        padding: var(--space-section-padding-mobile) 20px;
    }

    .story-collage {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: end;
        margin-top: 40px;
    }

    .collage-image-small img {
        height: 220px;
    }

    .collage-image-large {
        grid-row: span 2;
    }

    .collage-image-large img {
        height: 370px;
    }

    .collage-image-medium {
        display: none;
    }

    .section-heading {
        padding-bottom: 42px;
    }

    .section-badge {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }

    .section-heading .eyebrow {
        margin-bottom: 17px;
    }

    .section-heading h2 {
        margin-bottom: 23px;
    }

    .advantages {
        grid-template-columns: 1fr;
    }

    .advantage,
    .advantage:nth-child(2),
    .advantage:last-child {
        min-height: auto;
        padding: 28px 18px 34px;
        border-right: 0;
        border-bottom: 1px solid var(--color-divider);
    }

    .number-badge {
        margin-bottom: 24px;
    }

    .advantage h3 {
        margin-bottom: 20px;
    }

    .product-grid {
        display: flex;
        width: 100%;
        padding: 0 20px 10px;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .product-grid::-webkit-scrollbar {
        display: none;
    }

    .product-card {
        flex: 0 0 82%;
        scroll-snap-align: center;
    }

    .product-card-raised {
        margin-top: 0;
    }

    .product-image {
        min-height: 330px;
    }

    .centered-action {
        margin-top: 38px;
    }

    .craft-collage {
        grid-template-columns: 1.2fr 0.8fr;
        grid-template-rows: 210px 160px 180px;
        gap: 10px;
    }

    .craft-a {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .craft-b {
        grid-column: 2;
        grid-row: 1;
    }

    .craft-c {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .craft-d {
        grid-column: 2;
        grid-row: 2;
    }

    .testimonials {
        grid-template-columns: 1fr;
    }

    .testimonials blockquote,
    .testimonials blockquote:last-child {
        min-height: auto;
        padding: 22px 20px 36px;
        border-right: 0;
        border-bottom: 1px solid var(--color-divider);
    }

    .testimonials blockquote:last-child {
        border-bottom: 0;
    }

    .quote-mark {
        height: 58px;
        font-size: 64px;
    }

    .journal-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 12px;
    }

    .journal-story {
        padding-left: 0;
        border-left: 0;
    }

    .journal-story-featured {
        grid-column: 1 / 3;
    }

    .journal-story img,
    .journal-story-featured img {
        height: 230px;
    }

    .journal-story h3 {
        font-size: 23px;
    }

    .site-footer {
        padding-bottom: 22px;
    }

    .footer-intro {
        padding-bottom: 58px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 30px 0;
    }

    .footer-brand,
    .footer-contact {
        grid-column: auto;
        justify-self: center;
    }

    .site-footer nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 25px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        text-align: center;
    }

    .polaroid-nav {
        display: none;
    }

    .polaroid-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 12px 20px 4px;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .polaroid {
        width: 100%;
        margin-top: 0 !important;
        padding: 8px 8px 22px;
        transform: rotate(-2deg);
        scroll-snap-align: none;
    }

    .polaroid:nth-child(even) {
        transform: rotate(2deg);
    }

    .polaroid img {
        height: 160px;
    }

    .lightbox-nav {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .lightbox-prev {
        left: 8px;
    }

    .lightbox-next {
        right: 8px;
    }
}

@media (max-width: 420px) {
    .hero-stage {
        min-height: 400px;
    }

    .hero-title {
        font-size: clamp(56px, 16.6vw, 68px);
    }

    .hero-product {
        top: 61%;
        width: min(54vw, 215px);
    }

    .story-collage {
        width: calc(100% - 24px);
    }

    .journal-grid {
        grid-template-columns: 1fr;
    }

    .journal-story-featured {
        grid-column: auto;
    }

    .journal-story img,
    .journal-story-featured img {
        height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Menu page */
.menu-page .desktop-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.menu-hero {
    position: relative;
    display: grid;
    min-height: clamp(500px, 68svh, 720px);
    overflow: hidden;
    border-bottom: 1px solid var(--color-divider);
    background: var(--color-bg-primary);
}

.menu-hero-image,
.menu-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.menu-hero-image {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.52) contrast(1.08) sepia(0.16);
    transform: scale(1.015);
}

.menu-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(35, 34, 18, 0.76) 0%, rgba(35, 34, 18, 0.2) 56%, rgba(35, 34, 18, 0.48) 100%),
        linear-gradient(0deg, rgba(35, 34, 18, 0.68) 0%, transparent 55%);
}

.menu-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 56px;
    padding-block: clamp(64px, 10vw, 112px) 58px;
}

.menu-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu-hero-badge {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.menu-hero .eyebrow {
    margin-bottom: 20px;
    color: var(--color-text-on-dark);
    text-align: left;
}

.menu-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 15vw, 13.5rem);
    font-weight: var(--font-weight-display);
    letter-spacing: var(--letter-spacing-display);
    line-height: 0.7;
    text-transform: none;
}

.menu-hero h1 span {
    display: inline-block;
    margin-left: 0.28em;
    color: var(--color-accent-cream-foam);
    font-style: italic;
}

.menu-hero-note {
    max-width: 360px;
    padding: 18px 0 0 20px;
    border-top: 1px solid rgba(242, 236, 221, 0.45);
    border-left: 1px solid rgba(242, 236, 221, 0.22);
    color: var(--color-text-on-dark);
    font-size: 10px;
    line-height: 1.8;
    text-align: left !important;
}

.menu-catalog {
    padding: 112px 0 128px;
}

.menu-catalog-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: end;
    gap: clamp(56px, 10vw, 150px);
    margin-bottom: 84px;
}

.menu-catalog-intro .eyebrow {
    margin-bottom: 24px;
    color: var(--color-text-muted-light);
    text-align: left;
}

.menu-catalog-intro h2 {
    color: var(--color-text-on-light);
}

.menu-intro-copy {
    padding-left: 28px;
    border-left: 1px solid var(--color-divider-light);
}

.menu-intro-copy p {
    color: var(--color-text-muted-light);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

.menu-intro-copy p + p {
    margin-top: 18px;
}

.menu-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 52px;
    border-top: 1px solid var(--color-divider-light);
    border-bottom: 1px solid var(--color-divider-light);
}

.menu-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 70px;
    padding: 14px 18px;
    border: 0;
    border-right: 1px solid var(--color-divider-light);
    color: var(--color-text-muted-light);
    background: transparent;
    font: inherit;
    font-size: 10px;
    letter-spacing: var(--letter-spacing-body);
    text-transform: uppercase;
    cursor: pointer;
    transition: color 220ms ease, background-color 220ms ease;
}

.menu-tab:last-child {
    border-right: 0;
}

.menu-tab span {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: var(--letter-spacing-display);
}

.menu-tab:hover,
.menu-tab:focus-visible,
.menu-tab[aria-selected="true"] {
    color: var(--color-text-on-dark);
    background: var(--color-bg-primary);
}

.menu-tab:focus-visible {
    outline: 2px solid var(--color-accent-coffee);
    outline-offset: -4px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 54px var(--space-grid-gap);
}

.menu-grid.is-customized {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-card {
    min-width: 0;
    color: var(--color-text-on-light);
}

.menu-card-image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 270px;
    padding: 46px 24px 30px;
    overflow: hidden;
    background: var(--color-bg-card-alt);
}

.menu-card-image::after {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(58, 58, 38, 0.08);
    content: '';
    pointer-events: none;
}

.menu-card-image img {
    width: min(92%, 230px);
    height: 185px;
    object-fit: contain;
    filter: saturate(0.78) contrast(1.04) sepia(0.05);
    transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-card:hover .menu-card-image img {
    transform: scale(1.045) rotate(-1deg);
}

.menu-card-index {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 1;
    color: var(--color-text-muted-light);
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.menu-card-copy {
    padding: 20px 4px 0;
    border-top: 1px solid var(--color-divider-light);
}

.menu-card-kind {
    margin-bottom: 9px !important;
    color: var(--color-text-muted-light);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
    text-align: left !important;
}

.menu-card h3 {
    min-height: 2.1em;
    margin-bottom: 14px;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
}

.menu-card-price,
.menu-card-description,
.menu-card-prices {
    color: var(--color-text-muted-light);
    font-size: 10px;
    line-height: 1.7;
}

.menu-card-price,
.menu-card-description {
    text-align: left !important;
}

.menu-card-prices {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-card-prices li::before {
    margin-right: 8px;
    content: '·';
}

.menu-grid.is-customized .menu-card-image {
    min-height: 360px;
}

.menu-grid.is-customized .menu-card-image img {
    width: min(94%, 310px);
    height: 270px;
}

.menu-grid.is-customized .menu-card h3 {
    min-height: 0;
}

@media (max-width: 960px) {
    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-grid.is-customized {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .menu-hero {
        min-height: 560px;
    }

    .menu-hero-content {
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        gap: 40px;
        padding-block: 56px 34px;
    }

    .menu-hero-badge {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
    }

    .menu-hero .eyebrow {
        margin-bottom: 14px;
        font-size: 9px;
    }

    .menu-hero h1 {
        font-size: clamp(5rem, 25vw, 8rem);
        line-height: 0.76;
    }

    .menu-hero-note {
        max-width: 100%;
    }

    .menu-catalog {
        padding: 78px 0 88px;
    }

    .menu-catalog-intro {
        grid-template-columns: 1fr;
        gap: 38px;
        margin-bottom: 58px;
    }

    .menu-intro-copy {
        padding: 22px 0 0;
        border-top: 1px solid var(--color-divider-light);
        border-left: 0;
    }

    .menu-tabs {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 38px;
    }

    .menu-tab:nth-child(2) {
        border-right: 0;
    }

    .menu-tab:nth-child(-n+2) {
        border-bottom: 1px solid var(--color-divider-light);
    }

    .menu-grid,
    .menu-grid.is-customized {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .menu-card-image,
    .menu-grid.is-customized .menu-card-image {
        min-height: 330px;
    }

    .menu-card-image img,
    .menu-grid.is-customized .menu-card-image img {
        width: min(86%, 300px);
        height: 240px;
    }

    .menu-card h3 {
        min-height: 0;
    }
}

/* Contact page */
.contact-page .header-utilities a[aria-current="page"]::after {
    transform: scaleX(1);
}

.contact-hero {
    position: relative;
    display: grid;
    min-height: clamp(500px, 68svh, 720px);
    overflow: hidden;
    border-bottom: 1px solid var(--color-divider);
    background: var(--color-bg-primary);
}

.contact-hero-image,
.contact-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.contact-hero-image {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.5) contrast(1.08) sepia(0.18);
    transform: scale(1.015);
}

.contact-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(35, 34, 18, 0.76) 0%, rgba(35, 34, 18, 0.18) 58%, rgba(35, 34, 18, 0.5) 100%),
        linear-gradient(0deg, rgba(35, 34, 18, 0.7) 0%, transparent 58%);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 56px;
    padding-block: clamp(64px, 10vw, 112px) 58px;
}

.contact-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-hero-badge {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.contact-hero .eyebrow {
    margin-bottom: 20px;
    color: var(--color-text-on-dark);
    text-align: left;
}

.contact-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 15vw, 13.5rem);
    font-weight: var(--font-weight-display);
    letter-spacing: var(--letter-spacing-display);
    line-height: 0.7;
    text-transform: none;
}

.contact-hero h1 span {
    display: inline-block;
    margin-left: 0.28em;
    color: var(--color-accent-cream-foam);
    font-style: italic;
}

.contact-hero-note {
    max-width: 360px;
    padding: 18px 0 0 20px;
    border-top: 1px solid rgba(242, 236, 221, 0.45);
    border-left: 1px solid rgba(242, 236, 221, 0.22);
    color: var(--color-text-on-dark);
    font-size: 10px;
    line-height: 1.8;
    text-align: left !important;
}

.contact-details {
    padding: 112px 0 128px;
}

.contact-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: end;
    gap: clamp(56px, 10vw, 150px);
    margin-bottom: 82px;
}

.contact-intro .eyebrow {
    margin-bottom: 24px;
    color: var(--color-text-muted-light);
    text-align: left;
}

.contact-intro h2 {
    color: var(--color-text-on-light);
}

.contact-intro > p {
    padding-left: 28px;
    border-left: 1px solid var(--color-divider-light);
    color: var(--color-text-muted-light);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
    gap: var(--space-grid-gap);
    align-items: stretch;
}

.contact-methods {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: var(--space-grid-gap);
}

.contact-method {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 112px;
    padding: 22px 24px;
    color: var(--color-text-on-dark);
    background: var(--color-bg-primary);
    border: 1px solid var(--color-divider);
    transition: background-color 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

a.contact-method:hover,
a.contact-method:focus-visible {
    background: var(--color-bg-secondary);
    transform: translateY(-3px);
}

.contact-method-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--color-divider);
    border-radius: 50%;
    background: rgba(242, 236, 221, 0.04);
}

.contact-method-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-method small,
.contact-method strong {
    display: block;
}

.contact-method small {
    margin-bottom: 8px;
    color: var(--color-accent-cream-foam);
    font-size: 8px;
    font-style: normal;
    letter-spacing: var(--letter-spacing-body);
    text-transform: uppercase;
}

.contact-method strong {
    color: var(--color-text-on-dark);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: var(--letter-spacing-body);
    line-height: 1.6;
    text-transform: none;
}

a.contact-method,
a.contact-method:visited {
    color: var(--color-text-on-dark);
}

.contact-method-arrow {
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: 20px;
}

.contact-address {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    min-height: 210px;
    margin: 0;
}

.contact-map {
    position: relative;
    min-height: 560px;
    padding: 12px;
    background: var(--color-bg-card-alt);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 536px;
    border: 0;
    filter: saturate(0.55) contrast(1.02) sepia(0.12);
}

.contact-map-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 18px;
    color: var(--color-text-on-dark);
    background: var(--color-bg-primary);
    border: 1px solid var(--color-divider);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
    text-transform: uppercase;
    transition: background-color 220ms ease;
}

.contact-map-link:hover,
.contact-map-link:focus-visible {
    background: var(--color-accent-coffee);
}

.contact-map-link img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.contact-faq {
    padding: 112px 0 128px;
    background: var(--color-bg-secondary);
    border-top: 1px solid var(--color-divider);
}

.contact-faq-header {
    padding-bottom: 68px;
    text-align: center;
}

.contact-faq-header .eyebrow {
    margin-bottom: 22px;
}

.contact-faq-kicker {
    margin-bottom: 4px !important;
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 4rem);
    font-style: italic;
    letter-spacing: var(--letter-spacing-display);
    line-height: 1;
    text-transform: none;
}

.contact-faq-header h2 {
    font-size: clamp(4rem, 9vw, 8rem);
}

.faq-list {
    border-top: 1px solid var(--color-divider);
}

.faq-item {
    border-bottom: 1px solid var(--color-divider);
}

.faq-btn {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 48px;
    align-items: center;
    width: 100%;
    min-height: 100px;
    padding: 20px 0;
    border: 0;
    color: var(--color-text-on-dark);
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.faq-btn > span:nth-child(2) {
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: var(--font-weight-display);
    letter-spacing: var(--letter-spacing-display);
    line-height: 1.2;
    text-transform: none;
}

.faq-number {
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.faq-icon {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-divider);
    border-radius: 50%;
    color: var(--color-text-muted-dark);
    font-size: 18px;
}

.faq-btn:hover .faq-icon,
.faq-btn:focus-visible .faq-icon,
.faq-btn[aria-expanded="true"] .faq-icon {
    color: var(--color-text-on-light);
    background: var(--color-bg-card);
}

.faq-btn:focus-visible {
    outline: 1px solid var(--color-text-muted-dark);
    outline-offset: -1px;
}

.faq-answer {
    max-width: 760px;
    padding: 0 48px 34px 64px;
}

.faq-answer p {
    color: var(--color-text-muted-dark);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

@media (max-width: 960px) {
    .contact-layout {
        grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    }

    .contact-method {
        padding-inline: 18px;
    }
}

@media (max-width: 720px) {
    .contact-hero {
        min-height: 560px;
    }

    .contact-hero-content {
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        gap: 40px;
        padding-block: 56px 34px;
    }

    .contact-hero-badge {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
    }

    .contact-hero .eyebrow {
        margin-bottom: 14px;
        font-size: 9px;
    }

    .contact-hero h1 {
        font-size: clamp(5rem, 25vw, 8rem);
        line-height: 0.76;
    }

    .contact-hero-note {
        max-width: 100%;
    }

    .contact-details,
    .contact-faq {
        padding: 78px 0 88px;
    }

    .contact-intro {
        grid-template-columns: 1fr;
        gap: 38px;
        margin-bottom: 58px;
    }

    .contact-intro > p {
        padding: 22px 0 0;
        border-top: 1px solid var(--color-divider-light);
        border-left: 0;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-address {
        min-height: 0;
    }

    .contact-map,
    .contact-map iframe {
        min-height: 420px;
    }

    .contact-faq-header {
        padding-bottom: 48px;
    }

    .faq-btn {
        grid-template-columns: 44px minmax(0, 1fr) 38px;
        gap: 8px;
        min-height: 90px;
    }

    .faq-icon {
        width: 34px;
        height: 34px;
    }

    .faq-answer {
        padding: 0 16px 28px 44px;
    }
}

/* Shared editorial hero for inner pages */
.site-header a[aria-current="page"]::after {
    transform: scaleX(1);
}

.mobile-nav a[aria-current="page"] {
    color: var(--color-accent-cream-foam);
}

.editorial-hero {
    position: relative;
    display: grid;
    min-height: clamp(500px, 68svh, 720px);
    overflow: hidden;
    border-bottom: 1px solid var(--color-divider);
    background: var(--color-bg-primary);
}

.editorial-hero-image,
.editorial-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.editorial-hero-image {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.5) contrast(1.08) sepia(0.18);
    transform: scale(1.015);
}

.about-hero .editorial-hero-image {
    object-position: center 54%;
}

.editorial-hero-shade {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(35, 34, 18, 0.78) 0%, rgba(35, 34, 18, 0.18) 58%, rgba(35, 34, 18, 0.5) 100%),
        linear-gradient(0deg, rgba(35, 34, 18, 0.72) 0%, transparent 58%);
}

.editorial-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 56px;
    padding-block: clamp(64px, 10vw, 112px) 58px;
}

.editorial-hero-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.editorial-hero-badge {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.editorial-hero .eyebrow {
    margin-bottom: 20px;
    color: var(--color-text-on-dark);
    text-align: left;
}

.editorial-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(6.5rem, 15vw, 13.5rem);
    font-weight: var(--font-weight-display);
    letter-spacing: var(--letter-spacing-display);
    line-height: 0.7;
    text-transform: none;
}

.editorial-hero h1 span {
    display: inline-block;
    margin-left: 0.18em;
    color: var(--color-accent-cream-foam);
    font-style: italic;
}

.blog-hero h1 span {
    margin-left: 0;
}

.editorial-hero-note {
    max-width: 360px;
    padding: 18px 0 0 20px;
    border-top: 1px solid rgba(242, 236, 221, 0.45);
    border-left: 1px solid rgba(242, 236, 221, 0.22);
    color: var(--color-text-on-dark);
    font-size: 10px;
    line-height: 1.8;
    text-align: left !important;
}

/* Blog page */
.blog-journal {
    padding: 112px 0 128px;
}

.blog-journal-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: end;
    gap: clamp(56px, 10vw, 150px);
    margin-bottom: 84px;
}

.blog-journal-intro .eyebrow {
    margin-bottom: 24px;
    color: var(--color-text-muted-light);
    text-align: left;
}

.blog-journal-intro h2 {
    color: var(--color-text-on-light);
}

.blog-journal-intro > p {
    padding-left: 28px;
    border-left: 1px solid var(--color-divider-light);
    color: var(--color-text-muted-light);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

.blog-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 68px var(--space-grid-gap);
}

.blog-article-featured {
    grid-column: span 2;
}

.blog-article {
    min-width: 0;
    color: var(--color-text-on-light);
}

.blog-article-image {
    position: relative;
    height: 300px;
    padding: 12px;
    overflow: hidden;
    background: var(--color-bg-card-alt);
}

.blog-article-featured .blog-article-image {
    height: 440px;
}

.blog-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.58) contrast(1.06) sepia(0.1);
    transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-article:hover .blog-article-image img {
    transform: scale(1.025);
}

.blog-article-image > span {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 1;
    padding: 7px 10px;
    color: var(--color-text-on-dark);
    background: var(--color-bg-primary);
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: var(--letter-spacing-display);
    text-transform: none;
}

.blog-article-copy {
    padding: 22px 4px 0;
    border-top: 1px solid var(--color-divider-light);
}

.blog-article-meta {
    margin-bottom: 10px !important;
    color: var(--color-text-muted-light);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
    text-align: left !important;
}

.blog-article h3 {
    margin-bottom: 14px;
    font-size: clamp(1.75rem, 2.8vw, 2.6rem);
}

.blog-article-copy > p:last-child {
    max-width: 500px;
    color: var(--color-text-muted-light);
    font-size: 10px;
    line-height: 1.75;
    text-align: left;
}

/* About page */
.about-story {
    padding: 112px 0 128px;
}

.about-story-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: end;
    gap: clamp(56px, 10vw, 150px);
    margin-bottom: 74px;
}

.about-story-intro .eyebrow {
    margin-bottom: 22px;
    color: var(--color-text-muted-light);
    text-align: left;
}

.about-story-kicker {
    margin-bottom: 5px !important;
    color: var(--color-text-muted-light);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-style: italic;
    letter-spacing: var(--letter-spacing-display);
    line-height: 1;
    text-align: left !important;
    text-transform: none;
}

.about-story-intro h2 {
    color: var(--color-text-on-light);
}

.about-story-intro > p {
    padding-left: 28px;
    border-left: 1px solid var(--color-divider-light);
    color: var(--color-text-muted-light);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

.about-story-banner {
    height: clamp(300px, 38vw, 510px);
    margin-bottom: 70px;
    padding: 12px;
    overflow: hidden;
    background: var(--color-bg-card-alt);
}

.about-story-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.62) contrast(1.05) sepia(0.08);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--color-divider-light);
    border-bottom: 1px solid var(--color-divider-light);
}

.about-stat {
    position: relative;
    min-height: 310px;
    padding: 30px 28px 32px;
    border-right: 1px solid var(--color-divider-light);
}

.about-stat:last-child {
    border-right: 0;
}

.about-stat > img {
    width: 34px;
    height: 34px;
    margin-bottom: 50px;
    object-fit: contain;
}

.about-stat > span {
    position: absolute;
    top: 30px;
    right: 24px;
    color: var(--color-text-muted-light);
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: var(--letter-spacing-display);
}

.about-stat h3 {
    margin-bottom: 18px;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.about-stat p {
    color: var(--color-text-muted-light);
    font-size: 10px;
    line-height: 1.75;
    text-align: left;
}

.about-process {
    padding: 112px 0 128px;
    overflow: hidden;
    background: var(--color-bg-primary);
}

.about-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.45fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: end;
}

.about-process-heading {
    margin-bottom: 54px;
}

.about-process-heading .eyebrow {
    margin-bottom: 22px;
    text-align: left;
}

.about-process-kicker {
    margin-bottom: 5px !important;
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-style: italic;
    letter-spacing: var(--letter-spacing-display);
    line-height: 1;
    text-align: left !important;
    text-transform: none;
}

.about-process-heading h2 {
    font-size: clamp(3.75rem, 7vw, 6.5rem);
}

.about-steps {
    border-top: 1px solid var(--color-divider);
}

.about-step {
    display: grid;
    grid-template-columns: 54px minmax(190px, 0.72fr) minmax(240px, 1.28fr);
    gap: 24px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid var(--color-divider);
}

.about-step > img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.about-step-title > p {
    margin-bottom: 8px !important;
    color: var(--color-text-muted-dark);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
    text-align: left;
}

.about-step h3 {
    color: var(--color-accent-cream-foam);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.about-step > p {
    color: var(--color-text-muted-dark);
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
}

.about-process-product {
    position: relative;
    min-height: 580px;
    margin: 0;
    padding: 48px 24px 20px;
    overflow: hidden;
    background: var(--color-bg-secondary);
    border: 1px solid var(--color-divider);
}

.about-process-product::before {
    position: absolute;
    inset: 12px;
    border: 1px solid var(--color-divider);
    content: '';
}

.about-process-product > span {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-style: italic;
    letter-spacing: var(--letter-spacing-display);
    line-height: 1.05;
    text-align: center;
    text-transform: none;
}

.about-process-product img {
    position: absolute;
    right: -18%;
    bottom: -4%;
    width: 138%;
    max-width: none;
    filter: saturate(0.74) contrast(1.04) sepia(0.06);
    transform: rotate(-8deg);
}

.about-ingredients {
    position: relative;
    margin-top: 118px;
    padding-top: 64px;
    border-top: 1px solid var(--color-divider);
}

.about-ingredients > h2 {
    color: rgba(242, 236, 221, 0.16);
    font-size: clamp(6rem, 16vw, 14rem);
    line-height: 0.7;
    text-align: center;
    white-space: nowrap;
}

.about-ingredient-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: -24px;
}

.about-ingredient-grid figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.about-ingredient-grid img {
    width: min(100%, 230px);
    height: 230px;
    object-fit: contain;
    filter: saturate(0.74) contrast(1.04) sepia(0.06);
}

.about-ingredient-grid figcaption {
    margin-top: 14px;
    color: var(--color-text-muted-dark);
    font-size: 9px;
    letter-spacing: var(--letter-spacing-body);
    text-transform: uppercase;
}

.about-love {
    padding: 112px 0 128px;
}

.about-love-heading {
    max-width: 900px;
    margin-bottom: 68px;
    text-align: center;
}

.about-love-heading .eyebrow {
    margin-bottom: 22px;
}

.about-love-heading h2 {
    margin-bottom: 30px;
    color: var(--color-text-on-light);
}

.about-love-heading h2 span {
    color: var(--color-text-muted-light);
    font-style: italic;
}

.about-love-heading > p:last-child {
    max-width: 740px;
    margin-inline: auto;
    color: var(--color-text-muted-light);
    font-size: 11px;
    line-height: 1.85;
}

.about-love-collage {
    display: grid;
    place-items: center;
    width: 100%;
    margin: 0;
    padding-inline: clamp(32px, 5vw, 72px);
}

.about-love-collage img {
    width: 100%;
    max-width: 1318px;
    height: auto;
    object-fit: contain;
    filter: saturate(0.64) contrast(1.04) sepia(0.08);
}

.about-order {
    padding: 112px 0 128px;
    background: var(--color-accent-coffee);
}

.about-order-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 9vw, 130px);
    align-items: center;
}

.about-order-image {
    margin: 0;
    padding: 12px;
    background: rgba(242, 236, 221, 0.06);
    border: 1px solid var(--color-divider);
}

.about-order-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    filter: saturate(0.58) contrast(1.08) sepia(0.1);
}

.about-order-image figcaption {
    padding: 16px 4px 4px;
    color: var(--color-text-muted-dark);
    font-size: 8px;
    letter-spacing: var(--letter-spacing-body);
    text-align: center;
    text-transform: uppercase;
}

.about-order-copy {
    border-top: 1px solid var(--color-divider);
}

.about-order-copy article {
    position: relative;
    padding: 38px 70px 42px 0;
    border-bottom: 1px solid var(--color-divider);
}

.about-order-copy article > span {
    position: absolute;
    top: 44px;
    right: 0;
    color: var(--color-text-muted-dark);
    font-family: var(--font-display);
    font-size: 14px;
    letter-spacing: var(--letter-spacing-display);
}

.about-order-copy h2 {
    margin-bottom: 22px;
    font-size: clamp(3.6rem, 7vw, 6.5rem);
}

.about-order-copy h2 em {
    color: var(--color-accent-cream-foam);
    font-weight: var(--font-weight-display);
}

.about-order-copy p {
    max-width: 620px;
    color: var(--color-text-muted-dark);
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
}

@media (max-width: 960px) {
    .blog-article-image {
        height: 260px;
    }

    .blog-article-featured .blog-article-image {
        height: 370px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }

    .about-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--color-divider-light);
    }

    .about-process-layout {
        grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
        gap: 36px;
    }

    .about-step {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .about-step > p {
        grid-column: 2;
    }

    .about-process-product {
        min-height: 510px;
    }
}

@media (max-width: 720px) {
    .editorial-hero {
        min-height: 560px;
    }

    .editorial-hero-content {
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        gap: 40px;
        padding-block: 56px 34px;
    }

    .editorial-hero-badge {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
    }

    .editorial-hero .eyebrow {
        margin-bottom: 14px;
        font-size: 9px;
    }

    .editorial-hero h1 {
        font-size: clamp(5rem, 25vw, 8rem);
        line-height: 0.76;
    }

    .editorial-hero-note {
        max-width: 100%;
    }

    .blog-journal,
    .about-story,
    .about-process,
    .about-love,
    .about-order {
        padding: 78px 0 88px;
    }

    .blog-journal-intro,
    .about-story-intro {
        grid-template-columns: 1fr;
        gap: 38px;
        margin-bottom: 58px;
    }

    .blog-journal-intro > p,
    .about-story-intro > p {
        padding: 22px 0 0;
        border-top: 1px solid var(--color-divider-light);
        border-left: 0;
    }

    .blog-article-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .blog-article-featured {
        grid-column: auto;
    }

    .blog-article-image,
    .blog-article-featured .blog-article-image {
        height: 310px;
    }

    .about-story-banner {
        height: 300px;
        margin-bottom: 52px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .about-stat,
    .about-stat:nth-child(2) {
        min-height: 250px;
        border-right: 0;
        border-bottom: 1px solid var(--color-divider-light);
    }

    .about-stat:last-child {
        border-bottom: 0;
    }

    .about-process-layout {
        grid-template-columns: 1fr;
    }

    .about-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 18px;
    }

    .about-process-product {
        min-height: 500px;
        margin-top: 20px;
    }

    .about-process-product img {
        right: -8%;
        width: 116%;
    }

    .about-ingredients {
        margin-top: 78px;
        padding-top: 50px;
    }

    .about-ingredients > h2 {
        font-size: clamp(4.5rem, 23vw, 7rem);
        white-space: normal;
    }

    .about-ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 14px;
        margin-top: 18px;
    }

    .about-ingredient-grid img {
        height: 170px;
    }

    .about-love-heading {
        margin-bottom: 48px;
    }

    .about-love-collage {
        padding-inline: 20px;
    }

    .about-order-layout {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .about-order-image img {
        height: 420px;
    }

    .about-order-copy article {
        padding-right: 48px;
    }
}
