@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/inter-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --burgundy: #5b102d;
    --burgundy-deep: #350817;
    --burgundy-soft: #7b2645;
    --gold: #c7a13b;
    --gold-text: #80600f;
    --gold-light: #e6cf87;
    --cream: #fffaf1;
    --cream-deep: #f3eadb;
    --paper: #fffdf9;
    --ink: #241b1d;
    --muted: #76696b;
    --line: rgba(91, 16, 45, .15);
    --serif: "Inter", "Segoe UI", Arial, sans-serif;
    --sans: "Inter", "Segoe UI", Arial, sans-serif;
    --shell: min(1240px, calc(100% - 40px));
    --shadow: 0 24px 70px rgba(53, 8, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    transform: translateY(-150%);
    padding: 10px 16px;
    border-radius: 3px;
    background: var(--cream);
    color: var(--burgundy);
}
.skip-link:focus { transform: translateY(0); }

.announcement {
    background: var(--burgundy-deep);
    color: rgba(255, 250, 241, .86);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.announcement__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.announcement a { color: var(--gold-light); }

.site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid rgba(91, 16, 45, .1);
    background: rgba(255, 253, 249, .94);
    backdrop-filter: blur(16px);
}
.site-header__inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 84px; height: 84px; object-fit: contain; }
.brand__seal {
    width: 56px;
    height: 56px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--burgundy);
    font: 700 34px/1 var(--serif);
}
.brand__words { display: grid; line-height: .9; color: var(--burgundy); text-transform: uppercase; }
.brand__words strong { font: 700 24px/1 var(--serif); letter-spacing: .06em; }
.brand__words small { margin-top: 7px; color: var(--gold); font-size: 9px; letter-spacing: .38em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav > a {
    position: relative;
    color: #514648;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .055em;
}
.site-nav > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    inset: auto 0 -10px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav > a[aria-current="page"] { color: var(--burgundy); }
.site-nav .nav-cta {
    border: 1px solid var(--burgundy);
    padding: 10px 18px;
    color: var(--burgundy);
    transition: background .2s ease, color .2s ease;
}
.site-nav .nav-cta:hover { background: var(--burgundy); color: white; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px; background: var(--burgundy); }

.hero {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: var(--cream);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0 52% 0 auto;
    width: 1px;
    background: rgba(91, 16, 45, .08);
}
.hero__texture {
    position: absolute;
    inset: 0;
    opacity: .5;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 12% 16%, rgba(199, 161, 59, .18) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 78%, rgba(91, 16, 45, .1) 0 1px, transparent 2px);
    background-size: 34px 34px, 48px 48px;
    mask-image: linear-gradient(to right, black, transparent 44%, black);
}
.hero__inner {
    position: relative;
    min-height: 360px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: clamp(32px, 4.5vw, 66px);
    padding-block: 30px;
}
.hero__copy { padding-left: clamp(0px, 3vw, 38px); }
.eyebrow {
    margin: 0 0 16px;
    color: var(--gold-text);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .23em;
    text-transform: uppercase;
}
.hero h1, .page-hero h1 {
    margin: 0;
    color: var(--burgundy);
    font: 600 clamp(44px, 4.6vw, 64px)/1.02 var(--serif);
    letter-spacing: -.035em;
}
.hero h1 em, .page-hero h1 em { color: var(--gold-text); font-style: normal; font-weight: 600; }
.hero__copy > p:not(.eyebrow) {
    max-width: 550px;
    margin: 20px 0 0;
    color: #675a5c;
    font-size: 17px;
    line-height: 1.6;
}
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 24px; }
.button {
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    padding: 12px 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--burgundy-deep); }
.button--gold:hover { background: var(--burgundy); color: white; }
.button--burgundy { background: var(--burgundy); color: white; }
.button--burgundy:hover { background: var(--gold); color: var(--burgundy-deep); }
.button--outline { border-color: rgba(255, 255, 255, .65); color: white; }
.button--outline:hover { background: white; color: var(--burgundy); }
.text-link { color: var(--burgundy); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--gold); margin-left: 6px; }
.hero__visual { position: relative; align-self: stretch; min-height: 285px; display: grid; align-items: center; }
.hero__visual::before {
    content: "";
    position: absolute;
    inset: 12% -10% 3% 20%;
    background: var(--burgundy);
}
.hero__visual::after {
    content: "";
    position: absolute;
    inset: 5% 4% 12% 8%;
    border: 1px solid var(--gold);
}
.hero__frame {
    position: relative;
    z-index: 2;
    width: min(92%, 520px);
    aspect-ratio: 16 / 10;
    margin-inline: auto;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #4b0c23;
}
.hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(.9) contrast(1.03); }
.hero__monogram {
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--cream);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 55%),
        repeating-linear-gradient(45deg, rgba(199, 161, 59, .08) 0 1px, transparent 1px 26px);
}
.hero__monogram span { font: 500 clamp(130px, 15vw, 210px)/.75 var(--serif); color: var(--gold); }
.hero__monogram small { margin-top: 38px; font: 600 13px/1.55 var(--sans); letter-spacing: .25em; text-transform: uppercase; }
.hero__stamp {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 2%;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    background: var(--cream);
    color: var(--burgundy);
    box-shadow: 0 10px 40px rgba(53, 8, 23, .18);
}
.hero__stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--gold); border-radius: 50%; }
.hero__stamp strong { font: 700 21px/1 var(--serif); }
.hero__stamp span { margin-top: 4px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }

.craft-strip { border-block: 1px solid var(--line); background: var(--paper); }
.craft-strip__inner { min-height: 80px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.craft-strip span { display: flex; gap: 15px; align-items: center; justify-content: center; color: var(--burgundy); font: 600 14px var(--serif); letter-spacing: .04em; }
.craft-strip span + span { border-left: 1px solid var(--line); }
.craft-strip b { color: var(--gold); font: 600 10px var(--sans); }

.catalog { padding: clamp(32px, 4vw, 54px) 0 110px; scroll-margin-top: 18px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 55px; margin-bottom: 30px; }
.section-heading h2, .prose-block h2, .contact-intro h2 {
    margin: 0;
    color: var(--burgundy);
    font: 600 clamp(44px, 5vw, 66px)/1 var(--serif);
    letter-spacing: -.035em;
}
.section-heading > p { max-width: 530px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.catalog-tools { position: sticky; z-index: 20; top: 0; margin-inline: -10px; padding: 12px 10px 0; background: rgba(255, 253, 249, .96); backdrop-filter: blur(14px); }
.product-search { display: grid; grid-template-columns: auto minmax(220px, 390px); align-items: center; justify-content: end; gap: 12px; margin-bottom: 11px; color: var(--burgundy); font-size: 13px; font-weight: 700; }
.product-search input { width: 100%; min-height: 43px; border: 1px solid var(--line); border-radius: 0; padding: 8px 13px; background: white; color: var(--ink); font-size: 16px; outline: 0; }
.product-search input::placeholder { color: #94878a; }
.product-search input:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(199, 161, 59, .15); }
.filter-wrap { position: relative; border-block: 1px solid var(--line); }
.filters { display: flex; gap: 8px; overflow-x: auto; padding: 12px 2px; scrollbar-width: thin; scrollbar-color: var(--gold) transparent; }
.filter {
    flex: 0 0 auto;
    border: 1px solid transparent;
    padding: 9px 14px;
    background: transparent;
    color: #6e6063;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    transition: .2s ease;
}
.filter span { margin-left: 5px; color: #716568; font-size: 11px; }
.filter:hover { color: var(--burgundy); border-color: var(--line); }
.filter.is-active { background: var(--burgundy); color: white; }
.filter.is-active span { color: var(--gold-light); }
.catalog-status { margin: 20px 0 24px; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 20px; }
.product-card { min-width: 0; transition: opacity .2s ease, transform .25s ease; }
.product-card[hidden] { display: none; }
.product-card__image { position: relative; overflow: hidden; aspect-ratio: 1 / .93; background: var(--cream-deep); }
.product-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(91, 16, 45, .08);
    pointer-events: none;
}
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); filter: saturate(1.06); }
.product-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    gap: 16px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(199, 161, 59, .16), transparent 29%),
        repeating-linear-gradient(135deg, rgba(91, 16, 45, .03) 0 1px, transparent 1px 22px),
        var(--cream);
    color: var(--burgundy);
}
.product-placeholder span { font: 500 76px/.75 var(--serif); color: rgba(91, 16, 45, .22); }
.product-placeholder small { color: #9a898c; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.product-card__number {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: rgba(255, 253, 249, .92);
    color: var(--burgundy);
    font-size: 9px;
    font-weight: 700;
}
.product-card__body { padding: 15px 3px 0; }
.product-card__body p { margin: 0 0 5px; color: #76570c; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-card__body h3 { margin: 0; color: var(--burgundy-deep); font: 650 clamp(19px, 1.55vw, 23px)/1.25 var(--sans); letter-spacing: -.012em; }
.catalog-empty { padding: 70px 24px; border: 1px solid var(--line); display: grid; gap: 6px; text-align: center; background: var(--cream); }
.catalog-empty[hidden] { display: none; }
.catalog-empty strong { color: var(--burgundy); font: 600 28px var(--serif); }
.catalog-empty span { color: var(--muted); font-size: 13px; }
.story-callout { background: var(--burgundy); color: white; }
.story-callout__inner { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.story-callout p { margin: 0; font: 500 clamp(38px, 5vw, 66px)/1.04 var(--serif); }
.story-callout em { color: var(--gold-light); font-style: normal; font-weight: 600; }

.page-hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero::after { content: "K"; position: absolute; right: -4vw; bottom: -19vw; color: rgba(91, 16, 45, .035); font: 500 48vw/.7 var(--serif); }
.page-hero__inner { position: relative; z-index: 1; min-height: 515px; display: grid; align-content: center; padding-block: 70px; }
.page-hero h1 { font-size: clamp(62px, 8.3vw, 116px); }
.page-hero__inner > p:last-child { max-width: 600px; margin: 31px 0 0; color: var(--muted); font-size: 17px; }
.about-story { padding: clamp(80px, 10vw, 140px) 0; }
.about-story__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 9vw, 135px); align-items: center; }
.about-story__visual { min-height: 560px; background: var(--burgundy); box-shadow: var(--shadow); }
.about-story__visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.about-monogram {
    min-height: 560px;
    display: grid;
    place-content: center;
    text-align: center;
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 27px);
}
.about-monogram span { color: var(--gold); font: 500 98px/.8 var(--serif); }
.about-monogram small { margin-top: 28px; color: var(--cream); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.prose-block > p:last-child { margin: 31px 0 0; color: #5f5355; font-size: 16px; line-height: 1.95; }
.values { padding: 0 0 clamp(90px, 10vw, 145px); }
.values__grid { display: grid; grid-template-columns: .72fr 1.28fr; border-top: 1px solid var(--line); }
.values article { padding: 64px clamp(15px, 4vw, 62px) 0 0; }
.values article + article { padding-left: clamp(30px, 6vw, 90px); border-left: 1px solid var(--line); }
.values article > span { color: var(--gold-text); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.values h2 { margin: 10px 0 22px; color: var(--burgundy); font: 600 42px/1 var(--serif); }
.values p { margin: 0; color: var(--muted); line-height: 1.9; }

.contact-section { padding: clamp(80px, 10vw, 140px) 0; }
.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.contact-intro { position: sticky; top: 40px; }
.contact-intro > p:not(.eyebrow) { margin: 28px 0 32px; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-cards article { min-height: 235px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-cards article > span { color: var(--gold-text); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-cards h2 { margin: 12px 0 24px; color: var(--burgundy); font: 600 27px/1.05 var(--serif); }
.contact-cards a, .contact-cards p, .contact-cards address { display: block; margin: 3px 0; color: #5d5052; font-size: 14px; font-style: normal; line-height: 1.55; }
.contact-cards a:hover { color: var(--burgundy); }
.contact-cards .inline-link { margin-top: 17px; color: var(--burgundy); font-weight: 600; }
.contact-map {
    display: grid;
    grid-template-columns: minmax(250px, .54fr) minmax(0, 1.46fr);
    align-items: stretch;
    gap: clamp(34px, 6vw, 82px);
    margin-top: clamp(70px, 9vw, 125px);
}
.contact-map__intro { align-self: center; }
.contact-map__intro h2 {
    margin: 0;
    color: var(--burgundy);
    font: 600 clamp(37px, 4.4vw, 58px)/1.03 var(--serif);
    letter-spacing: -.035em;
}
.contact-map__intro h2 em { color: var(--gold); font-style: normal; font-weight: 600; }
.contact-map__intro > p:not(.eyebrow) { margin: 24px 0 28px; color: var(--muted); }
.contact-map__frame { min-height: 480px; overflow: hidden; border: 1px solid var(--line); background: var(--cream-deep); box-shadow: 0 28px 55px rgba(53, 8, 23, .1); }
.contact-map__frame iframe { display: block; width: 100%; height: 100%; min-height: 480px; border: 0; }
.contact-storefront { position: relative; margin-top: clamp(70px, 9vw, 125px); overflow: hidden; background: var(--burgundy); }
.contact-storefront img { width: 100%; max-height: 720px; object-fit: cover; object-position: center 58%; filter: saturate(.9) contrast(1.02); }
.contact-storefront figcaption {
    position: absolute;
    inset: auto 0 0 auto;
    min-width: min(100%, 370px);
    padding: 24px 30px;
    display: grid;
    background: rgba(53, 8, 23, .94);
    color: white;
}
.contact-storefront figcaption span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-storefront figcaption strong { margin-top: 5px; font: 600 22px/1.2 var(--serif); }

.site-footer { padding: 75px 0 0; background: var(--burgundy-deep); color: rgba(255, 250, 241, .72); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1.1fr .75fr; gap: 55px; padding-bottom: 65px; }
.footer-brand { display: inline-block; color: white; font: 600 37px/1 var(--serif); }
.footer-brand span { color: var(--gold-light); font-style: normal; }
.footer-about p { max-width: 390px; margin: 23px 0 0; font-size: 13px; line-height: 1.9; }
.site-footer h2 { margin: 7px 0 24px; color: var(--gold-light); font: 600 18px/1 var(--serif); letter-spacing: .02em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 10px; }
.site-footer li a, .site-footer address, .social-links a { font-size: 12px; font-style: normal; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer address { display: grid; gap: 7px; }
.site-footer address span { margin-top: 5px; line-height: 1.7; }
.social-links { display: grid; gap: 10px; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .06em; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 32px, 760px); }
    .menu-toggle { display: block; z-index: 2; }
    .site-nav {
        position: absolute;
        inset: 100% 0 auto;
        display: none;
        align-items: stretch;
        gap: 0;
        padding: 18px max(16px, calc((100% - 760px) / 2));
        border-bottom: 1px solid var(--line);
        background: var(--paper);
        box-shadow: 0 22px 45px rgba(53,8,23,.1);
    }
    .site-nav.is-open { display: grid; }
    .site-nav > a { padding: 13px 5px; }
    .site-nav > a:not(.nav-cta)::after { display: none; }
    .site-nav .nav-cta { margin-top: 8px; text-align: center; }
    .hero__inner { grid-template-columns: 1.08fr .92fr; gap: 30px; padding-block: 28px; }
    .hero__copy { padding-left: 0; }
    .hero__visual { min-height: 250px; }
    .hero__visual::before { inset: 14% -12% 2% 19%; }
    .hero__visual::after { inset: 5% 3% 13% 8%; }
    .hero__frame { width: 100%; }
    .hero__stamp { right: -3%; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .section-heading { gap: 35px; }
    .story-callout__inner { padding-block: 70px; align-items: flex-start; flex-direction: column; }
    .about-story__grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-intro { position: static; max-width: 560px; }
    .contact-map { grid-template-columns: 1fr; }
    .contact-map__intro { max-width: 610px; }
    .footer-grid { grid-template-columns: 1.4fr .8fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
    :root { --shell: calc(100% - 28px); }
    .announcement__inner { min-height: 30px; }
    .announcement__inner > span { display: none; }
    .announcement__inner { justify-content: flex-end; }
    .site-header__inner { min-height: 80px; }
    .brand img { width: 70px; height: 70px; }
    .brand__seal { width: 48px; height: 48px; }
    .brand__words strong { font-size: 21px; }
    .hero, .hero__inner { min-height: auto; }
    .hero__inner { grid-template-columns: 1fr; gap: 18px; padding-block: 24px 24px; }
    .hero h1, .page-hero h1 { font-size: clamp(40px, 11vw, 54px); line-height: 1.04; }
    .hero__copy > p:not(.eyebrow) { margin-top: 16px; font-size: 16px; }
    .hero__actions { gap: 16px; margin-top: 20px; }
    .hero__visual { min-height: 150px; }
    .hero__visual::before { inset: 15% -10% 0 18%; }
    .hero__visual::after { inset: 4% 3% 12% 7%; }
    .hero__frame { width: 100%; aspect-ratio: 16 / 8; }
    .hero__stamp { display: none; }
    .craft-strip__inner { min-height: auto; grid-template-columns: 1fr; padding-block: 15px; }
    .craft-strip span { justify-content: flex-start; padding: 10px 15px; }
    .craft-strip span + span { border-left: 0; }
    .catalog { padding: 30px 0 80px; }
    .section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
    .section-heading h2, .prose-block h2, .contact-intro h2 { font-size: 44px; }
    .catalog-tools { margin-inline: -14px; padding-inline: 14px; }
    .product-search { grid-template-columns: 1fr; justify-content: stretch; gap: 5px; }
    .product-search input { min-height: 46px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
    .product-card__image { aspect-ratio: 1 / 1; }
    .product-card__body { padding-top: 11px; }
    .product-card__body p { font-size: 9px; }
    .product-card__body h3 { font-size: 17px; line-height: 1.25; }
    .story-callout__inner { min-height: 350px; }
    .story-callout p { font-size: 42px; }
    .page-hero__inner { min-height: 440px; }
    .about-story__grid { grid-template-columns: 1fr; }
    .about-story__visual, .about-story__visual img, .about-monogram { min-height: 420px; }
    .values__grid { grid-template-columns: 1fr; }
    .values article { padding: 48px 0 0; }
    .values article + article { margin-top: 48px; padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
    .contact-cards { grid-template-columns: 1fr; }
    .contact-cards article { min-height: 210px; }
    .contact-map { margin-top: 52px; gap: 28px; }
    .contact-map__frame, .contact-map__frame iframe { min-height: 390px; }
    .contact-storefront { width: 100%; }
    .contact-storefront img { min-height: 370px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
    .footer-about { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

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

/* B2B, teklif, ürün detay ve içerik sayfaları */
.site-nav { gap: clamp(15px, 2vw, 29px); }
.site-nav > a { font-size: 12px; }
.craft-strip__inner { grid-template-columns: repeat(4, 1fr); }
.craft-strip span { padding: 0 14px; text-align: center; }
.craft-strip strong { color: var(--gold-text); font-size: 11px; text-transform: uppercase; }
.product-card__image { display: block; }
.product-card__body h3 a:hover { color: var(--burgundy-soft); }
.product-card__actions { display: flex; align-items: center; gap: 18px; margin-top: 11px; }
.product-card__actions a { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-card__actions a:last-child { color: var(--burgundy); }
.product-card__actions a:hover { color: var(--gold); }

.b2b-section { padding: clamp(80px, 9vw, 130px) 0; background: var(--burgundy-deep); color: white; }
.b2b-section__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.b2b-section__intro { position: sticky; top: 40px; }
.b2b-section h2, .b2b-about h2, .custom-production h2 { margin: 0; font: 600 clamp(43px, 5.3vw, 70px)/1.02 var(--serif); letter-spacing: -.04em; }
.b2b-section h2 em, .b2b-about h2 em, .custom-production h2 em { color: var(--gold-light); font-style: normal; }
.b2b-section__intro > p:not(.eyebrow) { margin: 26px 0 30px; color: rgba(255,255,255,.72); line-height: 1.8; }
.b2b-capabilities { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.b2b-capabilities article { min-height: 245px; padding: 32px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.b2b-capabilities article > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.b2b-capabilities h3 { margin: 18px 0 13px; color: white; font-size: 21px; }
.b2b-capabilities p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.75; }

.home-blog { padding: clamp(80px, 9vw, 125px) 0; }
.home-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-blog__grid article { min-height: 315px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-blog__grid h3 { margin: 19px 0 14px; color: var(--burgundy); font-size: 23px; line-height: 1.25; letter-spacing: -.02em; }
.home-blog__grid p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.blog-card__meta { display: flex; gap: 14px; color: #76570c; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.b2b-about { padding: clamp(75px, 9vw, 130px) 0; border-top: 1px solid var(--line); background: var(--cream); }
.b2b-about__grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 9vw, 130px); }
.b2b-about h2 { color: var(--burgundy); }
.b2b-about h2 em { color: var(--gold); }
.b2b-about__grid > div:last-child p { margin: 0 0 22px; color: var(--muted); line-height: 1.9; }
.b2b-about__grid .button { margin-top: 8px; }
.contact-intro__actions, .contact-map__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }

.quote-hero { padding: clamp(65px, 8vw, 105px) 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.quote-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 115px); align-items: center; }
.quote-hero h1 { margin: 0; color: var(--burgundy); font: 600 clamp(52px, 6.6vw, 88px)/1 var(--serif); letter-spacing: -.045em; }
.quote-hero h1 em { color: var(--gold-text); font-style: normal; }
.quote-hero__grid > div > p:last-child { max-width: 690px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.quote-benefits { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.quote-benefits li { min-height: 125px; padding: 24px; display: grid; align-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-benefits strong { color: var(--burgundy); font-size: 16px; }
.quote-benefits span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.quote-section { padding: clamp(70px, 9vw, 130px) 0; }
.quote-layout { display: grid; grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr); gap: clamp(50px, 8vw, 115px); align-items: start; }
.quote-aside { position: sticky; top: 30px; }
.quote-aside ol { margin: 28px 0 0; padding: 0; list-style: none; }
.quote-aside li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }
.quote-aside li > span { color: var(--gold-text); font-size: 10px; font-weight: 700; }
.quote-aside li strong { color: var(--burgundy); }
.quote-aside li p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.quote-aside__note { margin: 24px 0 0; padding: 20px; border-left: 3px solid var(--gold); background: var(--cream); color: var(--burgundy); font-size: 13px; }
.quote-form-wrap { min-width: 0; }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin: 0; color: var(--burgundy); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; }
.form-heading > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.quote-form { display: grid; gap: 24px; }
.quote-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.quote-form label { display: grid; gap: 7px; color: #4b3f41; font-size: 12px; font-weight: 700; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea, .quote-product-picker > input { width: 100%; min-height: 50px; border: 1px solid #d9cbcd; border-radius: 0; padding: 11px 13px; background: white; color: var(--ink); outline: none; }
.quote-form textarea { resize: vertical; line-height: 1.55; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus, .quote-product-picker > input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,161,59,.13); }
.quote-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.quote-product-picker { margin: 0; padding: 24px; border: 1px solid var(--line); background: var(--cream); }
.quote-product-picker legend { padding: 0 8px; color: var(--burgundy); font-size: 18px; font-weight: 700; }
.quote-product-picker > p { margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.quote-product-picker > input { margin-bottom: 15px; background: white; }
.quote-product-groups { max-height: 440px; overflow-y: auto; border: 1px solid var(--line); background: white; }
.quote-product-groups section { padding: 17px 18px; border-bottom: 1px solid var(--line); }
.quote-product-groups section[hidden], .quote-product-groups label[hidden] { display: none; }
.quote-product-groups h3 { margin: 0 0 10px; color: var(--burgundy); font-size: 13px; }
.quote-product-groups section > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 18px; }
.quote-product-groups label { grid-template-columns: 17px 1fr; align-items: start; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 500; cursor: pointer; }
.quote-product-groups input { margin: 3px 0 0; accent-color: var(--burgundy); }
.consent-row { grid-template-columns: 20px 1fr !important; align-items: start; gap: 9px !important; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.55; }
.consent-row input { margin-top: 4px; accent-color: var(--burgundy); }
.consent-row a { color: var(--burgundy); text-decoration: underline; }
.quote-submit { justify-self: start; min-width: 260px; }
.form-errors { margin-bottom: 24px; padding: 18px 20px; border: 1px solid #dca7b0; background: #fff1f3; color: #7e2435; font-size: 13px; }
.form-errors ul { margin: 8px 0 0; padding-left: 20px; }
.quote-success { min-height: 480px; display: grid; align-content: center; justify-items: start; padding: clamp(35px, 6vw, 75px); border: 1px solid var(--line); background: var(--cream); }
.quote-success > span { width: 48px; height: 48px; margin-bottom: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--burgundy); color: white; font-weight: 700; }
.quote-success h2 { margin: 0; color: var(--burgundy); font-size: 48px; }
.quote-success > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.quote-success > strong { margin: 15px 0 28px; color: var(--burgundy); }
.quote-success > div { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }

.breadcrumbs { padding: 23px 0; display: flex; gap: 9px; align-items: center; overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; }
.breadcrumbs a { color: var(--burgundy); }
.breadcrumbs > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-detail { padding-bottom: clamp(75px, 9vw, 125px); }
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 115px); align-items: center; }
.product-detail__visual { aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream-deep); }
.product-detail__visual > img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__copy h1 { margin: 0; color: var(--burgundy); font-size: clamp(44px, 5vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.product-detail__lead { margin: 24px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.product-highlights { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.product-highlights li { padding: 16px 0; display: grid; border-bottom: 1px solid var(--line); }
.product-highlights strong { color: var(--burgundy); font-size: 14px; }
.product-highlights span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.product-detail__actions { margin-top: 27px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.product-detail__note { margin: 22px 0 0; color: #8a7b7e; font-size: 11px; line-height: 1.6; }
.custom-production { padding: clamp(70px, 8vw, 115px) 0; background: var(--burgundy); color: white; }
.custom-production__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.custom-production__grid > div:last-child > p { margin: 0 0 24px; color: rgba(255,255,255,.72); line-height: 1.8; }
.custom-production .text-link { color: var(--gold-light); }
.related-products { padding: clamp(75px, 9vw, 125px) 0; }
.product-grid--related { grid-template-columns: repeat(4, 1fr); }
.not-found { min-height: 520px; display: grid; align-items: center; text-align: center; }
.not-found h1 { margin: 0; color: var(--burgundy); font-size: clamp(42px, 6vw, 72px); }
.not-found p:not(.eyebrow) { color: var(--muted); }

.page-hero--blog .page-hero__inner { min-height: 430px; }
.page-hero--blog h1 { font-size: clamp(54px, 7.5vw, 96px); }
.blog-list { padding: clamp(70px, 9vw, 120px) 0; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.blog-card { min-height: 330px; padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.blog-card h2 { margin: 22px 0 16px; color: var(--burgundy); font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.03em; }
.blog-card > p { margin: 0 0 24px; color: var(--muted); line-height: 1.75; }
.blog-cta { padding: 70px 0; background: var(--burgundy-deep); color: white; }
.blog-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.blog-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); }
.blog-cta p:not(.eyebrow) { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.68); }
.shell--article { width: min(790px, calc(100% - 40px)); }
.blog-article__header { padding: 25px 0 65px; background: var(--cream); border-bottom: 1px solid var(--line); }
.blog-article__header h1 { margin: 0 0 24px; color: var(--burgundy); font-size: clamp(45px, 6vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.blog-article__intro { margin: 30px 0 0; color: #5f5255; font-size: 21px; line-height: 1.7; }
.blog-article__body { padding-block: 70px 110px; }
.blog-article__body section + section { margin-top: 50px; }
.blog-article__body h2, .legal-page h2 { margin: 0 0 17px; color: var(--burgundy); font-size: 31px; line-height: 1.2; }
.blog-article__body p, .legal-page p { margin: 0 0 18px; color: #5e5254; line-height: 1.9; }
.article-callout { margin-top: 65px; padding: 35px; border-left: 4px solid var(--gold); background: var(--cream); }
.article-callout p { margin-bottom: 25px; }
.legal-page { padding: clamp(70px, 9vw, 120px) 0; }
.legal-page h1 { margin: 0 0 35px; color: var(--burgundy); font-size: clamp(43px, 6vw, 69px); line-height: 1.04; }
.legal-page h2 { margin-top: 38px; }
.legal-page a:not(.button) { color: var(--burgundy); text-decoration: underline; }
.legal-page .button { margin-top: 20px; }
.footer-quote-link { display: inline-block; margin-top: 18px; color: var(--gold-light); font-size: 12px; font-weight: 700; }
.b2b-section .eyebrow, .custom-production .eyebrow, .blog-cta .eyebrow { color: var(--gold-light); }

@media (max-width: 980px) {
    .craft-strip__inner { grid-template-columns: repeat(2, 1fr); }
    .craft-strip span:nth-child(3) { border-left: 0; }
    .craft-strip span { min-height: 60px; }
    .b2b-section__grid, .b2b-about__grid, .quote-hero__grid, .quote-layout { grid-template-columns: 1fr; }
    .b2b-section__intro, .quote-aside { position: static; }
    .home-blog__grid { grid-template-columns: 1fr; }
    .home-blog__grid article { min-height: auto; }
    .product-detail__grid { gap: 45px; }
    .product-grid--related { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .craft-strip__inner { grid-template-columns: 1fr; }
    .craft-strip span, .craft-strip span:nth-child(3) { min-height: auto; border-left: 0; border-top: 1px solid var(--line); text-align: left; }
    .craft-strip span:first-child { border-top: 0; }
    .product-card__actions { gap: 12px; }
    .b2b-capabilities { grid-template-columns: 1fr; }
    .b2b-capabilities article { min-height: auto; }
    .quote-benefits, .quote-form__grid, .quote-product-groups section > div { grid-template-columns: 1fr; }
    .quote-benefits li { min-height: 100px; }
    .quote-product-picker { padding: 18px 13px; }
    .quote-submit { width: 100%; min-width: 0; }
    .product-detail__grid, .custom-production__grid { grid-template-columns: 1fr; }
    .product-detail__visual { order: 0; }
    .product-detail__copy { order: 1; }
    .product-grid--related { gap: 30px 12px; }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-card { min-height: auto; }
    .blog-cta__inner { align-items: flex-start; flex-direction: column; }
    .shell--article { width: calc(100% - 28px); }
    .article-callout { padding: 27px 22px; }
}
