:root {
    --ink: #1b1d18;
    --pine: #27362e;
    --moss: #657460;
    --clay: #a8623a;
    --sand: #e6dfd3;
    --paper: #f4f0e8;
    --white: #fffdf8;
    --line: rgba(27, 29, 24, .16);
    --radius: 2px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Segoe UI", Arial, sans-serif;
    --sat: env(safe-area-inset-top, 0px);
    --sar: env(safe-area-inset-right, 0px);
    --sab: env(safe-area-inset-bottom, 0px);
    --sal: env(safe-area-inset-left, 0px);
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--pine) var(--sand);
    overflow-x: hidden;
    width: 100%;
}
html::-webkit-scrollbar { width:11px; }
html::-webkit-scrollbar-track { background:var(--sand); }
html::-webkit-scrollbar-thumb { min-height:56px; background:var(--pine); border:3px solid var(--sand); border-radius:999px; }
html::-webkit-scrollbar-thumb:hover { background:var(--clay); }
body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
}
#teklif-formu,
.quote-section,
.contact-layout,
.product-form-section,
[id="teklif-formu"] {
    scroll-margin-top: 104px;
}
@media (max-width: 820px) {
    #teklif-formu,
    .quote-section,
    .contact-layout,
    .product-form-section,
    [id="teklif-formu"] {
        scroll-margin-top: calc(76px + var(--sat, 0px));
    }
}

a { color: inherit; text-decoration: none; }
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
    word-break: normal;
}
main h1, main h2 { position:relative; left:clamp(.4rem,.8vw,.85rem); }

.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 1000;
    background: var(--white);
    color: var(--ink);
    padding: .8rem 1rem;
}
.skip-link:focus { top: 1rem; }
.visually-hidden { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }

.site-header {
    position: absolute;
    inset: 0 0 auto;
    height: 96px;
    padding: 0 clamp(1.25rem, 4vw, 4.5rem);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    z-index: 20;
    color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; }
.brand-mark { position: relative; display: block; width: 32px; height: 28px; flex: 0 0 32px; }
.brand-mark i { position: absolute; display: block; height: 1.2px; background: currentColor; transform-origin: left center; }
.brand-mark i:nth-child(1) { left: 2px; top: 3px; width: 28px; }
.brand-mark i:nth-child(2) { left: 2px; top: 3px; width: 26px; transform: rotate(60deg); }
.brand-mark i:nth-child(3) { left: 30px; top: 3px; width: 26px; transform: rotate(120deg); }
.brand-mark i:nth-child(4) { left: 6px; top: 6px; width: 20px; }
.brand-mark i:nth-child(5) { left: 6px; top: 6px; width: 19px; transform: rotate(60deg); }
.brand-mark i:nth-child(6) { left: 26px; top: 6px; width: 19px; transform: rotate(120deg); }
.brand-mark i:nth-child(7) { left: 10px; top: 9px; width: 12px; }
.brand-mark i:nth-child(8) { left: 10px; top: 9px; width: 12px; transform: rotate(60deg); }
.brand-mark i:nth-child(9) { left: 22px; top: 9px; width: 12px; transform: rotate(120deg); }
.brand-mark img { width:32px; height:32px; object-fit:contain; border-radius:7px; }
.brand-copy { display: grid; line-height: .85; letter-spacing: .18em; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { margin-top: .38rem; font-size: .52rem; letter-spacing: .62em; }
.desktop-nav { display: flex; gap: clamp(1.3rem, 2.3vw, 2.8rem); font-size: .77rem; letter-spacing: .08em; }
.desktop-nav a { position: relative; opacity: .8; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: .78rem 1rem; border: 1px solid rgba(255,255,255,.45); font-size: .72rem; letter-spacing: .06em; }
.header-cta span { margin-left: .65rem; }
.menu-button { display: none; border: 0; background: none; color: inherit; width: 44px; height: 44px; }

.hero { min-height: 820px; height: min(960px, 100svh); display: grid; grid-template-columns: 47% 53%; background: var(--pine); color: var(--white); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 8.5rem clamp(2rem, 5vw, 6rem) 3rem clamp(1.25rem, 5vw, 6rem); overflow: hidden; }
.hero-copy::after { content: "Y"; position: absolute; right: -1.5rem; bottom: -8rem; color: rgba(255,255,255,.018); font-family: var(--serif); font-size: 30rem; line-height: 1; pointer-events: none; }
.eyebrow { margin: 0 0 2rem; display: flex; align-items: center; gap: .75rem; text-transform: uppercase; font-size: .66rem; letter-spacing: .2em; }
.eyebrow span { width: 2.4rem; height: 1px; background: var(--clay); }
.hero h1 { position:relative; z-index:1; margin:0; font-family:var(--serif); font-weight:400; font-size:clamp(3.5rem,6vw,7rem); line-height:.88; letter-spacing:-.045em; }
.hero h1 em { display:inline-block; padding-left:.08em; color:#bfa287; font-size:.92em; font-weight:400; line-height:.94; }
.hero-lead { position: relative; z-index: 1; max-width: 31rem; margin: 2.5rem 0 0; color: rgba(255,255,255,.69); font-size: clamp(.95rem, 1.1vw, 1.08rem); line-height: 1.75; }
.hero-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.05rem 1.2rem; font-size: .76rem; letter-spacing: .055em; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--clay); color: var(--white); }
.text-link { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.3); font-size: .74rem; letter-spacing: .04em; }
.text-link span { margin-left: .8rem; }
.hero-visual { position: relative; overflow: hidden; isolation: isolate; background: #1e2923; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position:absolute; inset:0; z-index:0; margin:0; opacity:0; transform:scale(1.025); transition:opacity 1s ease,transform 6.5s ease; pointer-events:none; }
.hero-slide.is-active { z-index:1; opacity:1; transform:scale(1); }
.hero-slide picture,.hero-slide img { display:block; width:100%; height:100%; }
.hero-slide img { object-fit:cover; filter:saturate(.9) contrast(1.03); }
.hero-slide-night img { object-position:50% 46%; }
.hero-slide-day img { object-position:50% 50%; }
.hero-shade { position: absolute; inset: 0; z-index:2; background: linear-gradient(180deg, rgba(16,21,17,.43) 0%, transparent 35%, rgba(16,21,17,.21) 100%); pointer-events:none; }
.hero-topline { position: absolute; z-index:3; top: 7rem; left: 3rem; right: 3rem; display: flex; justify-content: space-between; font-size: .57rem; letter-spacing: .19em; color: rgba(255,255,255,.65); }
.hero-slider-controls { position:absolute; z-index:4; left:2rem; bottom:2rem; display:flex; align-items:center; gap:.45rem; }
.hero-slider-dots { height:44px; padding:0 .25rem; display:flex; align-items:center; border:1px solid rgba(255,255,255,.28); background:rgba(15,20,17,.38); backdrop-filter:blur(12px); }
.hero-slider-dot,.hero-slider-toggle { border:0; color:rgba(255,255,255,.62); background:transparent; cursor:pointer; }
.hero-slider-dot { position:relative; width:36px; height:42px; padding:0; font-size:.55rem; letter-spacing:.12em; }
.hero-slider-dot::after { content:""; position:absolute; left:9px; right:9px; bottom:8px; height:1px; background:var(--white); transform:scaleX(0); transform-origin:left; transition:transform .35s ease; }
.hero-slider-dot.is-active { color:var(--white); }
.hero-slider-dot.is-active::after { transform:scaleX(1); }
.hero-slider-toggle { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); background:rgba(15,20,17,.38); font-size:.72rem; backdrop-filter:blur(12px); }
.hero-slider-dot:focus-visible,.hero-slider-toggle:focus-visible { outline:2px solid var(--white); outline-offset:3px; }
.hero-slider-toggle:disabled { opacity:.55; cursor:default; }
.scroll-cue { position: absolute; left: 2.3rem; bottom: 2.2rem; display: flex; align-items: center; gap: .8rem; writing-mode: vertical-rl; color: rgba(255,255,255,.66); text-transform: uppercase; font-size: .54rem; letter-spacing: .2em; }
.scroll-cue i { font-style: normal; font-size: 1rem; }

.manifesto { max-width: 1440px; margin: auto; padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 5vw, 5rem); display: grid; grid-template-columns: 27% 73%; }
.section-index { margin: .65rem 0 0; color: #73756e; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.manifesto > div { display: grid; grid-template-columns: 1.5fr .85fr; align-items: end; gap: 4rem; }
.manifesto h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(3.1rem, 5.6vw, 6.4rem); line-height: .92; letter-spacing: -.045em; }
.manifesto h2 em { color: var(--clay); font-weight: 400; }
.manifesto > div > p { margin: 0 0 .4rem; color: #696b64; line-height: 1.8; font-size: .95rem; }

.collection { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: var(--sand); }
.section-heading { max-width: 1440px; margin: auto 0 4rem; display: flex; justify-content: space-between; align-items: end; }
.section-heading .eyebrow { color: #67685f; margin-bottom: 1.5rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 5.4rem); line-height: .95; font-weight: 400; letter-spacing: -.045em; }
.round-link { width: 106px; height: 106px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(27,29,24,.35); border-radius: 50%; text-transform: uppercase; font-size: .58rem; line-height: 1.5; letter-spacing: .12em; transition: background .25s,color .25s; }
.round-link:hover { color: var(--white); background: var(--pine); }
.round-link span { margin-top: .2rem; font-size: .8rem; }
.collection-grid { display: grid; grid-template-columns: 1.55fr .8fr .9fr; gap: 1rem; min-height: 530px; }
.collection-card { position: relative; overflow: hidden; color: var(--white); }
.collection-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover > img { transform: scale(1.025); }
.collection-card .card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,18,15,.15), rgba(14,18,15,.68)); }
.collection-card > p { position: absolute; left: 1.8rem; top: 1.2rem; margin: 0; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.collection-card > div:nth-last-of-type(1) { position: absolute; left: 1.8rem; right: 5rem; bottom: 1.8rem; }
.collection-card h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: clamp(2rem, 2.7vw, 3.3rem); font-weight: 400; }
.collection-card > div span { color: rgba(255,255,255,.68); font-size: .73rem; letter-spacing: .04em; }
.collection-card > a { position: absolute; right: 1.5rem; bottom: 1.7rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; }
.collection-card-detail { background: #90694e; min-height: 420px; }
.material-swatch { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, #6d503e 0, #785945 4px, #604536 7px, #84614a 12px); }
.material-swatch::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 55% 38%, transparent, rgba(19,13,10,.55)); }
.collection-card-detail > div:nth-last-of-type(1) { z-index: 2; }
.collection-card-detail > p, .collection-card-detail > a { z-index: 3; }
.collection-quote { display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; background: var(--clay); color: var(--white); }
.quote-number { margin-bottom: auto; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6rem); color: rgba(255,255,255,.25); }
.collection-quote h3 { margin: 0 0 1rem; max-width: 12ch; font-family: var(--serif); font-size: clamp(2rem, 2.7vw, 3rem); line-height: 1; font-weight: 400; }
.collection-quote p { margin: 0 0 1.6rem; color: rgba(255,255,255,.76); font-size: .8rem; line-height: 1.6; }
.button-dark { background: var(--ink); color: var(--white); }


/* Complete site system */
.section-shell { width: min(1440px, calc(100% - clamp(2.5rem, 10vw, 10rem))); margin-inline: auto; }
@media (min-width: 821px) {
    .site-header { transition: background .3s ease, color .3s ease, height .3s ease, box-shadow .3s ease; }
    .site-header.is-scrolled { position: fixed; height: 72px; color: var(--ink); background: rgba(244,240,232,.95); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
    .inner-page .site-header { position: absolute; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
    .inner-page .site-header.is-scrolled { position: fixed; }
    .home-page .site-header:not(.is-scrolled) { background: linear-gradient(180deg, rgba(8,13,10,.34), transparent); }
}
.mobile-menu { position:fixed; inset:0; z-index:100; width:100%; height:100dvh; min-height:0; padding:max(1rem, var(--sat)) max(1.25rem, var(--sar)) max(1.25rem, var(--sab)) max(1.25rem, var(--sal)); display:grid; grid-template-rows:auto auto minmax(0,1fr) auto; overflow-y:auto; -webkit-overflow-scrolling:touch; color:var(--white); background:var(--pine); transform:translateY(-102%); visibility:hidden; transition:transform .45s cubic-bezier(.7,0,.2,1),visibility .45s; }
.mobile-menu.is-open { transform: translateY(0); visibility: visible; }
.mobile-menu-top { min-height:58px; display:flex; align-items:center; justify-content:space-between; padding-bottom:1rem; border-bottom:1px solid rgba(255,255,255,.18); }
.mobile-menu-top .brand { color:var(--white); }
.mobile-menu-top button { width:48px; height:48px; min-width:48px; min-height:48px; display:grid; place-items:center; color:inherit; background:none; border:0; font:300 2.2rem/1 var(--sans); cursor:pointer; touch-action:manipulation; }
.mobile-menu-label { margin:1rem 0 0; color:#bfa287; text-transform:uppercase; font-size:.52rem; letter-spacing:.2em; }
.mobile-menu nav { min-height:0; padding:.65rem 0; display:grid; grid-template-rows:repeat(6,minmax(0,1fr)); gap:clamp(.35rem,.7dvh,.65rem); }
.mobile-menu nav a { min-height:48px; padding:0 clamp(.85rem,3vw,1.25rem); display:flex; gap:1rem; align-items:center; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.035); font-family:var(--serif); font-size:clamp(1.45rem,min(7.5vw,4.2dvh),3rem); line-height:1; transition:background .2s ease,color .2s ease,border-color .2s ease; touch-action:manipulation; }
.mobile-menu nav a::after { display:none !important; content:none !important; }
.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible { color:var(--ink); background:var(--sand); border-color:var(--sand); }
.mobile-menu nav small { width:1.2rem; color:#bfa287; font-family:var(--sans); font-size:.5rem; }
.mobile-menu-footer { display:grid; gap:.7rem; }
.mobile-menu-socials { display:grid; grid-template-columns:1fr 1fr; gap:.7rem; }
.mobile-menu-socials a,.mobile-menu-socials > span { min-height:48px; padding:0 1rem; display:flex; align-items:center; justify-content:center; text-align:center; border:1px solid rgba(255,255,255,.42); background:rgba(255,255,255,.08); color:var(--white); text-transform:uppercase; font-size:.72rem; font-weight:600; letter-spacing:.08em; touch-action:manipulation; }
.mobile-menu-socials a span, .mobile-menu-socials a i { display:none !important; }
.mobile-menu-socials a:hover,.mobile-menu-socials a:focus-visible { color:var(--ink); background:var(--white); border-color:var(--white); }
.mobile-menu-socials .is-disabled { color:rgba(255,255,255,.68); cursor:not-allowed; }
.mobile-menu-footer > .button { width:100%; min-height:48px; justify-content:center; }
body.menu-open { overflow: hidden; height: 100vh; touch-action: none; }

@media (max-width:820px) and (max-height:680px) {
    .mobile-menu { padding:.75rem 1rem; }
    .mobile-menu-top { min-height:44px; padding-bottom:.45rem; }
    .mobile-menu-top .brand-mark { transform:scale(.78); transform-origin:left center; }
    .mobile-menu-top .brand-copy strong { font-size:.8rem; }
    .mobile-menu-top .brand-copy small { margin-top:.25rem; font-size:.43rem; }
    .mobile-menu-label { display:none; }
    .mobile-menu nav { padding:.4rem 0; gap:.3rem; }
    .mobile-menu nav a { padding:0 .75rem; font-size:clamp(1.15rem,4.2dvh,1.6rem); }
    .mobile-menu-socials a,.mobile-menu-socials > span { min-height:38px; font-size:.65rem; }
    .mobile-menu-footer { gap:.4rem; }
    .mobile-menu-footer > .button { padding:.65rem .9rem; }
}

.trust-strip { min-height: 92px; padding: 1.5rem clamp(1.25rem,5vw,5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--ink); color: rgba(255,255,255,.68); }
.trust-strip p { margin: 0; text-transform: uppercase; font-size: .58rem; letter-spacing: .17em; white-space: nowrap; }
.trust-strip i { width: 4px; height: 4px; background: var(--clay); border-radius: 50%; }
.manifesto-copy { align-self: end; }
.manifesto-copy .ink-link { margin-top: 1.5rem; }
.ink-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: .55rem 0; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: .63rem; letter-spacing: .12em; }
.ink-link span { font-size: .9rem; }

.collection-showcase { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; align-items:stretch; max-width:1200px; }
.product-card { min-width:0; display:flex; flex-direction:column; overflow:hidden; border:1px solid #d9d9d3; border-radius:20px; background:#fff; box-shadow:0 10px 24px rgba(28,31,25,.08); }
.product-card-image,.product-card:first-child .product-card-image,.product-card:nth-child(2) .product-card-image,.product-card:nth-child(3) .product-card-image { position:relative; display:block; height:auto; aspect-ratio:16/9; overflow:hidden; background:#4e5b50; }
.product-card-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(15,20,16,.2),transparent 45%); }
.product-card-image img,.product-card:nth-child(2) img,.product-card:nth-child(3) img { width:100%; height:100%; object-fit:cover; object-position:center; transform:none; transition:transform .5s ease; }
.product-card-image:hover img,.product-card:nth-child(2) .product-card-image:hover img,.product-card:nth-child(3) .product-card-image:hover img { transform:scale(1.035); }
.product-card-number,.product-card-badge { position:absolute; z-index:2; top:.8rem; padding:.42rem .65rem; border-radius:999px; color:#fff; background:var(--clay); text-transform:none; font-size:.55rem; font-weight:700; letter-spacing:.02em; }
.product-card-number { left:.8rem; }
.product-card-badge { top:auto; right:auto; bottom:.8rem; left:.8rem; color:var(--ink); background:#e9a00d; }
.product-card-info { flex:1; display:flex; flex-direction:column; padding:1.25rem; }
.product-card-info small { color:var(--clay); text-transform:uppercase; letter-spacing:.14em; font-size:.5rem; }
.product-card-info h3 { min-height:auto; margin:.35rem 0 .5rem; font:700 clamp(1.25rem,1.7vw,1.65rem)/1.1 var(--sans); letter-spacing:-.035em; }
.product-card-info p { min-height:3.2em; margin:0; color:#555950; font-size:.72rem; font-weight:500; line-height:1.55; }
.product-card-specs { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:1rem 0; padding:.8rem .5rem; border:1px solid #e0e0da; border-radius:14px; background:#f8f7f3; text-align:center; }
.product-card-specs div { min-width:0; padding:0 .3rem; border-right:1px solid #e0e0da; }
.product-card-specs div:last-child { border-right:0; }
.product-card-specs dt { margin-bottom:.25rem; color:#85877f; font-size:.48rem; text-transform:uppercase; letter-spacing:.06em; }
.product-card-specs dd { margin:0; overflow:hidden; color:var(--ink); font-size:.62rem; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
.product-card-actions { display:grid; grid-template-columns:1fr auto; gap:.55rem; margin-top:auto; }
.product-card-actions a { min-height:42px; padding:.75rem 1rem; display:flex; align-items:center; justify-content:center; border-radius:11px; color:#fff; background:var(--ink); text-transform:uppercase; font-size:.57rem; font-weight:700; letter-spacing:.04em; }
.product-card-actions a:last-child { background:var(--clay); }
.circle-arrow { width: 44px; height: 44px; flex: 0 0 44px; margin-top: .5rem; display: grid; place-items: center; border: 1px solid rgba(27,29,24,.35); border-radius: 50%; transition: .25s ease; }
.circle-arrow:hover { color: var(--white); background: var(--pine); border-color: var(--pine); }

.signature-section { display: grid; grid-template-columns: 54% 46%; min-height: 880px; color: var(--white); background: var(--pine); }
.signature-image { position: relative; overflow: hidden; }
.signature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(39,54,46,.3)); }
.signature-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.signature-image > span { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; font-size: .57rem; letter-spacing: .15em; text-transform: uppercase; }
.signature-copy { position: relative; padding: clamp(5rem,8vw,9rem) clamp(2rem,6vw,7rem); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.signature-copy .section-index { color: #a8b1aa; }
.large-number { position: absolute; right: -1.1rem; top: 2.5rem; color: rgba(255,255,255,.025); font: 400 12rem/1 var(--serif); }
.signature-copy h2 { margin: 4rem 0 1.8rem; font: 400 clamp(3.4rem,5vw,6rem)/.9 var(--serif); letter-spacing: -.05em; }
.signature-copy h2 em { color: #c3a88d; font-weight: 400; }
.signature-copy > p:not(.section-index) { max-width: 31rem; margin: 0; color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.8; }
.feature-list { margin: 3rem 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; }
.feature-list li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.82); font-size: .71rem; letter-spacing: .035em; }
.feature-list li:nth-child(odd) { margin-right: 1rem; }
.feature-list span { margin-right: .75rem; color: #c3a88d; font-family: var(--serif); }
.signature-copy .button { align-self: flex-start; background: var(--white); color: var(--ink); }

.process-section { padding-top: clamp(6rem,10vw,10rem); padding-bottom: clamp(6rem,10vw,10rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem,8vw,9rem); }
.process-intro { position:static; align-self:start; }
.process-intro h2 { margin: 0 0 1.8rem; font: 400 clamp(3rem,4.5vw,5.4rem)/.95 var(--serif); letter-spacing: -.045em; }
.process-intro h2 em { color: var(--clay); font-weight: 400; }
.process-intro > p:last-child { max-width: 29rem; color: #6a6d65; line-height: 1.8; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.4rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--clay); font: 400 .8rem var(--serif); }
.process-list h3 { margin: 0 0 .65rem; font: 400 clamp(1.6rem,2vw,2.3rem)/1 var(--serif); }
.process-list p { margin: 0; max-width: 32rem; color: #70726b; font-size: .79rem; line-height: 1.65; }
.process-list i { display: none !important; }

.projects-preview { padding: clamp(6rem,9vw,9rem) 0; background: #d8d0c3; }
.projects-head { display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.projects-head h2 { margin: 1.5rem 0 0; font: 400 clamp(3rem,5vw,5.8rem)/.92 var(--serif); letter-spacing: -.045em; }
.projects-head h2 em { color: var(--clay); font-weight: 400; }
.projects-head > p { margin: 0; color: #63665e; line-height: 1.8; }
.project-mosaic { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 280px 330px; gap: 1rem; }
.project-tile { position: relative; overflow: hidden; }
.project-tile-main { grid-row: 1 / 3; }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-tile:hover img { transform: scale(1.025); }
.project-tile-main::after,.project-tile-crop::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(15,18,15,.65)); }
.project-tile-main > span,.project-tile-crop > span { position:absolute; z-index:2; left:1.5rem; bottom:1.5rem; color:var(--white); display:grid; gap:.35rem; }
.project-tile small { text-transform:uppercase; font-size:.55rem; letter-spacing:.14em; color:rgba(255,255,255,.7); }
.project-tile strong { font:400 2rem var(--serif); }
.project-tile-text { padding: 2rem; display:flex; flex-direction:column; justify-content:space-between; color:var(--white); background:var(--clay); }
.project-tile-text > span { font:400 clamp(3rem,5vw,5.5rem)/.8 var(--serif); color:rgba(255,255,255,.25); letter-spacing:-.05em; }
.project-tile-text p { margin:0; max-width:22rem; font:400 1.35rem/1.25 var(--serif); }
.project-tile-crop img { object-position:20% 70%; transform:scale(1.5); }
.project-tile-crop:hover img { transform:scale(1.54); }
.center-action { margin-top:3rem; text-align:center; }

.audience-section { display:grid; grid-template-columns:.85fr 1.15fr; min-height:760px; color:var(--white); background:var(--ink); }
.audience-copy { padding:clamp(5rem,8vw,9rem) clamp(2rem,6vw,7rem); display:flex; flex-direction:column; justify-content:center; border-right:1px solid rgba(255,255,255,.12); }
.audience-copy .section-index { color:#a1a49d; }
.audience-copy h2 { margin:2.5rem 0 0; font:400 clamp(3.4rem,5.2vw,6rem)/.9 var(--serif); letter-spacing:-.05em; }
.audience-copy h2 em { color:#c3a88d; font-weight:400; }
.audience-list { display:grid; grid-template-columns:1fr 1fr; }
.audience-list article { padding:clamp(2.5rem,5vw,4.5rem) clamp(1.5rem,3vw,3rem); min-height:280px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); transition:background .25s; }
.audience-list article:hover { background:#292b26; }
.audience-list span { margin-bottom:.85rem; color:#c3a88d; font:400 .75rem var(--serif); display:inline-block; text-align:center; }
.audience-list h3 { margin:0 0 .8rem; font:400 clamp(1.7rem,2.3vw,2.6rem)/1.15 var(--serif); text-align:center; }
.audience-list p { margin:0 auto; color:rgba(255,255,255,.6); font-size:.76rem; line-height:1.65; text-align:center; max-width:32ch; }

.journal-section { padding-top:clamp(6rem,9vw,9rem); padding-bottom:clamp(6rem,9vw,9rem); }
.section-heading.compact { margin-bottom:3.5rem; }
.journal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1rem,2vw,2rem); }
.journal-image { height:360px; display:block; overflow:hidden; background:#4d594f; }
.journal-image img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.journal-image.crop-2 img { object-position:22% 60%; transform:scale(1.22); }
.journal-image.crop-3 img { object-position:82% 50%; transform:scale(1.15); }
.journal-image:hover img { transform:scale(1.04); }
.journal-image.crop-2:hover img { transform:scale(1.26); }
.journal-image.crop-3:hover img { transform:scale(1.19); }
.journal-card > p { display:flex; justify-content:space-between; margin:1.3rem 0 .9rem; color:#777970; text-transform:uppercase; font-size:.54rem; letter-spacing:.13em; }
.journal-card > p span { color:var(--clay); }
.journal-card h3,.journal-card h2 { margin:0 0 1rem; font:400 clamp(1.65rem,2vw,2.25rem)/1.12 var(--serif); letter-spacing:-.025em; }
.journal-card > span { display:block; margin:-.3rem 0 1.2rem; color:#71736c; font-size:.8rem; line-height:1.65; }

.faq-section { padding-top:clamp(6rem,9vw,9rem); padding-bottom:clamp(6rem,9vw,9rem); display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(4rem,9vw,10rem); border-top:1px solid var(--line); }
.faq-intro h2 { margin:2rem 0 1.5rem; font:400 clamp(3.2rem,4.5vw,5.2rem)/.92 var(--serif); letter-spacing:-.04em; }
.faq-intro h2 em { color:var(--clay); font-weight:400; }
.faq-intro > p:not(.section-index) { max-width:28rem; color:#6b6e66; line-height:1.8; }
.faq-list details { border-top:1px solid var(--line); }
.faq-list details:last-child { border-bottom:1px solid var(--line); }
.faq-list summary { min-height:92px; display:grid; grid-template-columns:2.6rem 1fr 1.5rem; align-items:center; gap:1rem; list-style:none; cursor:pointer; font:400 clamp(1.15rem,1.5vw,1.5rem)/1.25 var(--serif); }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary > span { color:var(--clay); font:400 .7rem var(--serif); }
.faq-list summary i { position:relative; width:16px; height:16px; }
.faq-list summary i::before,.faq-list summary i::after { content:""; position:absolute; left:0; top:7px; width:16px; height:1px; background:var(--ink); transition:transform .25s; }
.faq-list summary i::after { transform:rotate(90deg); }
.faq-list details[open] summary i::after { transform:rotate(0); }
.faq-list details > div { overflow:hidden; }
.faq-list details p { margin:0; max-width:42rem; padding:0 2rem 2rem 3.6rem; color:#696c64; font-size:.86rem; line-height:1.75; }

.quote-section { display:grid; grid-template-columns:.85fr 1.15fr; color:var(--white); background:var(--pine); }
.quote-intro { padding:clamp(5rem,8vw,9rem) clamp(2rem,6vw,7rem); }
.quote-intro h2 { margin:2rem 0; font:400 clamp(3.3rem,5vw,5.8rem)/.9 var(--serif); letter-spacing:-.05em; }
.quote-intro h2 em { color:#c3a88d; font-weight:400; }
.quote-intro > p { max-width:31rem; color:rgba(255,255,255,.65); line-height:1.8; }
.quote-contact { margin-top:4rem; padding-top:1.5rem; display:grid; gap:.7rem; border-top:1px solid rgba(255,255,255,.16); }
.quote-contact span { margin-bottom:.5rem; color:#c3a88d; text-transform:uppercase; font-size:.55rem; letter-spacing:.16em; }
.quote-contact a { width:max-content; font:400 1.35rem var(--serif); }
.quote-form-wrap { padding:clamp(4rem,7vw,7rem); background:#efe9de; color:var(--ink); }
.quote-form { position:relative; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.6rem 1.2rem; }
.form-grid label,.admin-form label { display:grid; gap:.6rem; }
.form-grid label > span { color:#64675f; text-transform:uppercase; font-size:.55rem; letter-spacing:.14em; }
.form-full { grid-column:1/-1; }
.quote-form input,.quote-form select,.quote-form textarea { width:100%; min-height:46px; padding:.85rem 0; color:var(--ink); background:transparent; border:0; border-bottom:1px solid rgba(27,29,24,.3); border-radius:0; outline:none; font-size:1rem; }
.quote-form textarea { resize:vertical; min-height:90px; }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color:var(--clay); }
.consent { margin:1.6rem 0; display:flex !important; grid-template-columns:18px 1fr; gap:.75rem !important; align-items:start; color:#686a63; font-size:.75rem; line-height:1.55; cursor:pointer; }
.consent input { width:18px; height:18px; min-width:18px; margin:.15rem 0 0; accent-color:var(--clay); }
.consent a { text-decoration:underline; }
.form-submit { border:0; cursor:pointer; touch-action:manipulation; }
.form-note { color:#85877f; font-size:.62rem; line-height:1.5; }
.honey-field { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.form-error { margin-bottom:1.5rem; padding:1rem; border-left:3px solid #a33f32; background:#f8e2df; color:#713027; font-size:.8rem; }
.form-success { min-height:340px; display:flex; align-items:center; gap:1.5rem; }
.form-success > span { width:64px; height:64px; flex:0 0 64px; display:grid; place-items:center; color:var(--white); background:var(--moss); border-radius:50%; font-size:1.5rem; }
.form-success strong { font:400 2.2rem var(--serif); }
.form-success p { max-width:28rem; color:#6c6e67; line-height:1.7; }

.footer-cta { min-height:420px; padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,5rem); display:flex; justify-content:space-between; align-items:center; color:var(--white); background:var(--clay); }
.footer-cta h2 { margin:0; font:400 clamp(3.6rem,6vw,7rem)/.88 var(--serif); letter-spacing:-.055em; }
.footer-cta h2 em { color:rgba(255,255,255,.58); font-weight:400; }
.footer-cta .eyebrow span { background:var(--white); }
.round-link-light { color:var(--white); border-color:rgba(255,255,255,.55); }
.round-link-light:hover { color:var(--clay); background:var(--white); border-color:var(--white); }
.site-footer { padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,5rem) 2rem; display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:clamp(2rem,5vw,6rem); color:var(--white); background:#171914; }
.site-footer .brand { margin-bottom:2rem; }
.footer-brand p { max-width:24rem; color:rgba(255,255,255,.5); font-size:.78rem; line-height:1.7; }
.footer-column { display:grid; align-content:start; gap:.8rem; }
.footer-column > span { margin-bottom:.6rem; color:#a77c61; text-transform:uppercase; font-size:.52rem; letter-spacing:.16em; }
.footer-column a,.footer-column p { width:max-content; max-width:100%; margin:0; color:rgba(255,255,255,.66); font-size:.72rem; line-height:1.5; }
.footer-column a:hover { color:var(--white); }
.footer-bottom { grid-column:1/-1; margin-top:3rem; padding-top:1.5rem; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.38); text-transform:uppercase; font-size:.5rem; letter-spacing:.11em; }
.footer-bottom div { display:flex; gap:1.5rem; }
.footer-bottom div a + a::before { content:"•"; margin-right:1.5rem; color:rgba(255,255,255,.28); }
.floating-whatsapp {
    position:fixed;
    right:max(18px, var(--sar));
    bottom:max(18px, var(--sab));
    z-index:92;
    width:58px;
    height:58px;
    display:grid;
    place-items:center;
    color:#fff;
    background:#25d366;
    border:3px solid #fff;
    border-radius:50%;
    box-shadow:0 9px 26px rgba(15,35,24,.3);
}
.floating-whatsapp svg { width:29px; height:29px; display:block; }
.floating-whatsapp .whatsapp-bubble {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.floating-whatsapp .whatsapp-phone { fill: currentColor; }
.floating-whatsapp:active { transform:scale(.95); }

/* Inner pages and catalog */
.inner-hero { padding:clamp(11rem,15vw,14rem) clamp(1.25rem,5vw,5rem) clamp(5rem,8vw,8rem); display:grid; grid-template-columns:1fr auto; align-items:end; color:var(--white); background:var(--pine); }
.inner-hero-copy h1,.editorial-hero h1,.contact-hero h1 { margin:0; font:400 clamp(4rem,7vw,8rem)/.86 var(--serif); letter-spacing:-.055em; }
.inner-hero-copy h1 em,.editorial-hero h1 em,.contact-hero h1 em { color:#c3a88d; font-weight:400; }
.inner-hero-copy > p:last-child { max-width:42rem; margin:2rem 0 0; color:rgba(255,255,255,.65); line-height:1.8; }
.inner-hero-aside { display:flex; gap:.8rem; align-items:flex-end; padding-right:clamp(0rem,4vw,4rem); }
.inner-hero-aside span { font:400 6rem/.75 var(--serif); color:#c3a88d; }
.inner-hero-aside p { margin:0; color:rgba(255,255,255,.55); text-transform:uppercase; font-size:.55rem; line-height:1.5; letter-spacing:.13em; }
.category-dropdown-trigger { display: none; }
.filter-nav { min-height:100px; display:flex; align-items:end; gap:2.5rem; border-bottom:1px solid var(--line); overflow-x:auto; }
.filter-nav a { padding:2rem 0 1.2rem; white-space:nowrap; color:#75776f; text-transform:uppercase; font-size:.63rem; letter-spacing:.11em; border-bottom:2px solid transparent; display:inline-flex; align-items:baseline; }
.filter-nav a.active { color:var(--ink); border-color:var(--clay); }
.filter-nav a span { margin-left:.35rem; color:#aaa79d; }
.filter-nav a .cat-name { margin-left:0; color:inherit; }
.filter-nav a .cat-count { margin-left:.35rem; color:#aaa79d; }
.filter-nav a.active .cat-count { color:var(--clay); }
.catalog-grid { padding-top:4.5rem; padding-bottom:7rem; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; max-width:1200px; }
.catalog-note { margin-bottom:8rem; padding:2rem 0; display:grid; grid-template-columns:.4fr 1.2fr auto; gap:3rem; align-items:center; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.catalog-note > span { color:var(--clay); font:400 1.7rem var(--serif); }
.catalog-note p { margin:0; max-width:42rem; color:#696c64; font-size:.8rem; line-height:1.7; }
.empty-state { grid-column:1/-1; padding:5rem; text-align:center; background:var(--sand); }
.empty-state strong { font:400 2rem var(--serif); }

/* Custom Bespoke Empty States */
.catalog-empty-card {
    grid-column: 1 / -1;
    min-height: 420px;
    padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 5vw, 4.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(28, 31, 25, .05);
}
.empty-state-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem .95rem;
    border-radius: 999px;
    background: #f1ede5;
    color: var(--clay);
    font-size: .52rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.empty-state-badge span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--clay);
}
.catalog-empty-card h2,
.project-empty-copy h2 {
    margin: 0 0 .75rem;
    font: 400 clamp(2.4rem, 4vw, 3.8rem)/1.05 var(--serif);
    letter-spacing: -.03em;
    color: var(--ink);
}
.catalog-empty-card .empty-lead,
.project-empty-copy .empty-lead {
    margin: 0 auto .85rem;
    max-width: 44ch;
    color: var(--clay);
    font: 500 clamp(1.1rem, 1.6vw, 1.35rem)/1.35 var(--serif);
}
.catalog-empty-card .empty-desc,
.project-empty-copy .empty-desc {
    margin: 0 auto 2.5rem;
    max-width: 54ch;
    color: #6a6d65;
    font-size: .84rem;
    line-height: 1.8;
}
.empty-action-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.button-outline {
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
}
.button-outline:hover {
    background: var(--sand);
}

/* Project Empty State Card */
.project-empty-card {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    min-height: 540px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 14px 35px rgba(28, 31, 25, .08);
}
.project-empty-visual {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1c261f 0%, #29362c 50%, #151d17 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(2.5rem, 4vw, 4rem);
    color: #fff;
}
.project-empty-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 20%, rgba(195, 168, 141, .18) 0%, transparent 60%), radial-gradient(circle at 20% 80%, rgba(255, 255, 255, .06) 0%, transparent 50%);
    pointer-events: none;
}
.project-empty-visual-badge {
    position: relative;
    display: inline-block;
    color: #c3a88d;
    font-size: .52rem;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.project-empty-visual blockquote {
    position: relative;
    margin: auto 0;
    font: 400 clamp(1.8rem, 2.8vw, 2.6rem)/1.2 var(--serif);
    letter-spacing: -.02em;
    color: #f7f5f0;
}
.project-empty-visual blockquote em {
    color: #c3a88d;
    font-style: italic;
}
.project-empty-visual-foot {
    position: relative;
    color: rgba(255, 255, 255, .4);
    font-size: .5rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.project-empty-copy {
    padding: clamp(2.5rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #faf8f5;
    border-left: 1px solid var(--line);
}
.project-empty-copy .empty-state-badge {
    align-self: flex-start;
    margin-bottom: 1.2rem;
}
.project-empty-copy .empty-label {
    margin: 0 0 .5rem;
    color: #c3a88d;
    font-size: .54rem;
    letter-spacing: .15em;
}
.project-empty-copy h2 {
    margin-bottom: .6rem;
}
.project-empty-copy .empty-lead {
    margin: 0 0 .8rem;
    max-width: 100%;
    text-align: left;
}
.project-empty-copy .empty-desc {
    margin: 0 0 2rem;
    max-width: 100%;
    text-align: left;
}
.project-empty-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    padding: 1.2rem 0;
    margin-bottom: 2rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.project-empty-meta div {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.project-empty-meta small {
    color: #8f928a;
    font-size: .5rem;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.project-empty-meta strong {
    color: var(--ink);
    font: 400 .88rem var(--serif);
}
@media (max-width: 900px) {
    .project-empty-card {
        grid-template-columns: 1fr;
    }
    .project-empty-visual {
        min-height: 260px;
    }
    .project-empty-copy {
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

.breadcrumbs { padding-top:7.5rem; padding-bottom:1.8rem; display:flex; gap:.7rem; color:#85877f; text-transform:uppercase; font-size:.5rem; letter-spacing:.12em; }
.breadcrumbs strong { color:var(--clay); font-weight:500; }
.product-hero { padding-top:2rem; padding-bottom:3rem; display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:4rem; align-items:end; }
.product-hero-copy h1 { margin:0; max-width:13ch; font:400 clamp(3.2rem,5.2vw,6rem)/.9 var(--serif); letter-spacing:-.05em; }
.product-hero-copy > p:not(.eyebrow) { max-width:38rem; margin:1.5rem 0 2rem; color:#64675f; font-size:.95rem; line-height:1.75; }
.product-hero-actions { display:flex; align-items:center; gap:2rem; }
.text-link.dark { color:var(--ink); border-color:var(--line); }
.product-hero-code { padding:1.4rem; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 10px 25px rgba(28,31,25,.06); text-align:left; }
.product-hero-code > strong { display:block; margin:.4rem 0 1.2rem; color:var(--clay); font:700 2rem/1 var(--sans); letter-spacing:-.04em; }
.product-hero-code > small { color:#8b8c84; font-size:.5rem; letter-spacing:.13em; }
.product-hero-code dl { margin:0; }
.product-hero-code dl div { padding:.65rem 0; display:flex; justify-content:space-between; gap:1rem; border-top:1px solid var(--line); }
.product-hero-code dt { color:#888b83; font-size:.53rem; text-transform:uppercase; letter-spacing:.08em; }
.product-hero-code dd { margin:0; max-width:60%; overflow:hidden; font-size:.65rem; font-weight:700; text-align:right; text-overflow:ellipsis; white-space:nowrap; }
.product-gallery { display:block; height:auto; }
.product-gallery img { width:100%; height:100%; object-fit:cover; }
.product-gallery span { position:absolute; left:1rem; bottom:1rem; padding:.65rem .8rem; color:var(--white); background:rgba(25,28,24,.7); backdrop-filter:blur(8px); text-transform:uppercase; font-size:.5rem; letter-spacing:.12em; }
.product-carousel { display:block; outline:none; }
.product-gallery-stage { position:relative; width:100%; overflow:hidden; aspect-ratio:16/9; max-height:720px; border-radius:24px; background:#4b594e; }
.product-gallery-stage > img { display:block; transition:opacity .18s ease; }
.product-gallery-stage > img.is-changing { opacity:.35; }
.product-gallery-arrow { position:absolute; z-index:3; top:calc(50% - 24px); width:48px; height:48px; box-sizing:border-box; padding:0; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.38); border-radius:50%; color:#fff; background:rgba(18,29,43,.42); box-shadow:0 8px 24px rgba(0,0,0,.18); backdrop-filter:blur(10px); font-size:0; line-height:0; cursor:pointer; transform-origin:center; transition:background .2s ease,transform .2s ease; }
.product-gallery-arrow::before { content:""; width:10px; height:10px; box-sizing:border-box; display:block; flex:0 0 10px; border-top:2px solid currentColor; border-right:2px solid currentColor; }
.product-gallery-arrow.is-prev::before { transform:translateX(1px) rotate(-135deg); }
.product-gallery-arrow.is-next::before { transform:translateX(-1px) rotate(45deg); }
.product-gallery-arrow:hover { background:rgba(18,29,43,.7); transform:scale(1.04); }
.product-gallery-arrow.is-prev { left:18px; }
.product-gallery-arrow.is-next { right:18px; }
.product-gallery-fullscreen { position:absolute; z-index:3; right:18px; bottom:18px; width:44px; height:44px; box-sizing:border-box; padding:0; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.38); border-radius:50%; color:#fff; background:rgba(18,29,43,.42); box-shadow:0 8px 24px rgba(0,0,0,.18); backdrop-filter:blur(10px); cursor:pointer; transition:background .2s ease,transform .2s ease; }
.product-gallery-fullscreen:hover { background:rgba(18,29,43,.7); transform:scale(1.04); }
.product-gallery-fullscreen svg { width:18px; height:18px; display:block; overflow:visible; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.product-gallery-stage > img:fullscreen { width:100vw; height:100vh; object-fit:contain; background:#0d151d; }
.product-gallery-stage > img:-webkit-full-screen { width:100vw; height:100vh; object-fit:contain; background:#0d151d; }
.product-gallery-fullscreen-view { position:fixed; z-index:10000; inset:0; padding:0; display:flex; align-items:center; justify-content:center; background:#0d151d; }
.product-gallery-fullscreen-view img { width:100%; height:100%; display:block; object-fit:contain; }
.product-gallery-fullscreen-view button { position:absolute; z-index:2; top:max(16px,env(safe-area-inset-top)); right:max(16px,env(safe-area-inset-right)); width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.45); border-radius:50%; color:#fff; background:rgba(0,0,0,.42); font-size:1.35rem; cursor:pointer; }
.product-gallery-thumbs { margin-top:.75rem; padding-bottom:.2rem; display:flex; gap:.65rem; overflow-x:auto; scrollbar-width:thin; }
.product-gallery-thumbs button { flex:0 0 96px; width:96px; padding:3px; overflow:hidden; aspect-ratio:1; border:2px solid transparent; border-radius:14px; background:#e8e6df; opacity:.62; cursor:pointer; transition:border-color .2s ease,opacity .2s ease,transform .2s ease; }
.product-gallery-thumbs button:hover { opacity:.9; transform:translateY(-2px); }
.product-gallery-thumbs button.is-active { border-color:var(--clay); opacity:1; }
.product-gallery-thumbs img { display:block; border-radius:9px; }
.product-gallery-counter { display:none; }
.product-story { padding-top:5rem; padding-bottom:5rem; display:grid; grid-template-columns:.9fr 1.1fr; gap:5rem; }
.product-story h2,.spec-layout h2,.product-form-intro h2 { margin:1.5rem 0 0; font:400 clamp(2.8rem,4.2vw,4.8rem)/.94 var(--serif); letter-spacing:-.045em; }
.product-story h2 em,.spec-layout h2 em,.product-form-intro h2 em { color:var(--clay); font-weight:400; }
.prose p { margin:0 0 1.4rem; color:#62655e; font-size:.95rem; line-height:1.9; }
.spec-section { width:min(calc(100% - 3rem),1440px); margin:0 auto; padding:5rem 0; overflow:hidden; color:var(--white); background:var(--pine); border-radius:24px; }
.spec-layout { display:grid; grid-template-columns:1fr 1fr; gap:5rem; }
.spec-layout h2 em { color:#c3a88d; }
.spec-table { margin:0; }
.spec-table div { min-height:74px; display:grid; grid-template-columns:.7fr 1fr; align-items:center; gap:1rem; border-top:1px solid rgba(255,255,255,.16); }
.spec-table div:last-child { border-bottom:1px solid rgba(255,255,255,.16); }
.spec-table dt { color:#c3a88d; text-transform:uppercase; font-size:.55rem; letter-spacing:.14em; }
.spec-table dd { margin:0; font:400 1.2rem var(--serif); }
.features-section { padding-top:5rem; padding-bottom:5rem; }
.feature-cards { margin-top:2rem; display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; }
.feature-cards article { min-height:200px; padding:1.5rem; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:16px; background:#fff; }
.feature-cards article:last-child { border-right:1px solid var(--line); }
.feature-cards span { color:var(--clay); font:.7rem var(--serif); }
.feature-cards h3 { margin:auto 0 1.5rem; font:400 1.7rem/1.1 var(--serif); }
.feature-cards i { align-self:flex-end; font-style:normal; color:#8b8d85; }
.product-form-section { display:grid; grid-template-columns:.85fr 1.15fr; background:#d8d0c3; }
.product-form-intro { padding:clamp(5rem,8vw,9rem) clamp(2rem,6vw,7rem); }
.product-form-intro > p:last-child { max-width:30rem; color:#656860; line-height:1.8; }
.quote-form-wrap.light { background:var(--paper); }
.related-section { padding-top:5rem; padding-bottom:5rem; }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.related-grid article { overflow:hidden; border:1px solid var(--line); border-radius:18px; background:#fff; }
.related-image { height:auto; aspect-ratio:16/9; display:block; overflow:hidden; }
.related-image img { width:100%; height:100%; object-fit:cover; }
.related-grid article > p { margin:1rem 1.2rem .4rem; color:var(--clay); font-size:.55rem; letter-spacing:.14em; }
.related-grid h3 { margin:0 1.2rem 1.2rem; font:700 1.2rem var(--sans); }

/* Editorial pages */
.editorial-hero { padding-top:clamp(11rem,15vw,14rem); padding-bottom:6rem; }
.editorial-hero h1 { margin-top:2.5rem; }
.editorial-hero h1 em { color:var(--clay); }
.editorial-hero > div { margin-top:3rem; display:grid; grid-template-columns:1fr auto; align-items:end; gap:3rem; }
.editorial-hero > div > p { max-width:38rem; margin:0 0 0 auto; color:#64675f; line-height:1.8; }
.editorial-hero > div > span { color:#a3a096; font:400 2.5rem var(--serif); }
.projects-gallery { padding-bottom:6rem; }
.project-feature { display:grid; grid-template-columns:1.35fr .65fr; min-height:560px; overflow:hidden; border-radius:24px; box-shadow:0 14px 35px rgba(28,31,25,.1); }
.project-feature-image { position:relative; overflow:hidden; }
.project-feature-image picture { display:block; width:100%; height:100%; }
.project-feature-image img { width:100%; height:100%; object-fit:cover; }
.project-feature-image > span { position:absolute; left:1rem; bottom:1rem; padding:.6rem .75rem; color:var(--white); background:rgba(20,25,21,.7); font-size:.52rem; text-transform:uppercase; letter-spacing:.12em; }
.project-feature-copy { padding:clamp(2rem,4vw,4rem); display:flex; flex-direction:column; justify-content:flex-end; color:var(--white); background:var(--pine); }
.project-feature-copy > p,.project-pair article > p { color:#c3a88d; font-size:.54rem; letter-spacing:.15em; }
.project-feature-copy h2 { margin:1rem 0 3rem; font:400 clamp(2.3rem,3.2vw,3.8rem)/1 var(--serif); }
.project-feature-copy dl { margin:0; }
.project-feature-copy dl div { padding:.8rem 0; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.16); }
.project-feature-copy dt { color:rgba(255,255,255,.5); text-transform:uppercase; font-size:.52rem; letter-spacing:.12em; }
.project-feature-copy dd { margin:0; font-size:.7rem; }
.project-pair { margin-top:1.5rem; display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.project-pair article { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:0 10px 24px rgba(28,31,25,.06); }
.project-art { height:auto; aspect-ratio:16/9; overflow:hidden; }
.project-art picture { display:block; width:100%; height:100%; }
.project-art img { width:100%; height:100%; object-fit:cover; }
.project-card-copy { padding:1.25rem; }
.project-pair article > .project-card-copy > p { margin:0 0 .6rem; color:var(--clay); font-size:.54rem; letter-spacing:.15em; }
.project-pair h3 { margin:0 0 .8rem; max-width:28ch; font:700 1.35rem/1.15 var(--sans); }
.project-card-copy > span { color:#777a72; font-size:.65rem; }
.project-principles { width:min(calc(100% - 3rem),1440px); margin:0 auto; padding:5rem 0; color:var(--white); background:var(--ink); border-radius:24px; }
.project-principles .section-index { color:#9a9d94; text-align:center; }
.principle-grid { margin-top:3rem; display:grid; grid-template-columns:repeat(4,1fr); }
.principle-grid article { min-height:300px; padding:2.5rem 1.5rem; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border:1px solid rgba(255,255,255,.15); border-right:0; }
.principle-grid article:last-child { border-right:1px solid rgba(255,255,255,.15); }
.principle-grid span { color:#c3a88d; font:.75rem var(--serif); display:inline-block; margin-bottom:.85rem; text-align:center; }
.principle-grid h2, .principle-grid h3 { margin:0 0 .75rem; font:400 2.2rem var(--serif); text-align:center; }
.principle-grid p { margin:0 auto; color:rgba(255,255,255,.55); font-size:.75rem; line-height:1.65; text-align:center; max-width:28ch; }
.project-disclaimer { margin-top:2rem; margin-bottom:2rem; padding:2rem; display:grid; grid-template-columns:.8fr 1.2fr auto; gap:3rem; align-items:center; border:1px solid var(--line); border-radius:18px; background:#fff; }
.project-disclaimer strong { font:400 1.8rem var(--serif); }
.project-disclaimer p { color:#666960; line-height:1.7; }

.tour-experience { margin-bottom:6rem; display:grid; grid-template-columns:minmax(0,1.55fr) minmax(300px,.55fr); overflow:hidden; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 16px 40px rgba(28,31,25,.1); }
.tour-stage { position:relative; min-height:620px; overflow:hidden; background:var(--ink); }
.tour-stage:fullscreen { width:100vw; height:100vh; }
.tour-scene { position:absolute; inset:0; margin:0; opacity:0; transform:scale(1.02); transition:opacity .5s ease,transform .7s ease; pointer-events:none; }
.tour-scene.is-active { opacity:1; transform:scale(1); }
.tour-scene picture,.tour-scene img { display:block; width:100%; height:100%; }
.tour-scene img { object-fit:cover; }
.tour-stage::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(12,17,14,.42),transparent 35%,rgba(12,17,14,.45)); pointer-events:none; }
.tour-stage-top,.tour-stage-bottom { position:absolute; z-index:2; left:1.4rem; right:1.4rem; display:flex; align-items:center; justify-content:space-between; color:#fff; }
.tour-stage-top { top:1.4rem; font-size:.54rem; letter-spacing:.14em; }
.tour-stage-top strong { font-weight:500; }
.tour-stage-top i { color:#d3aa88; font-style:normal; }
.tour-stage-bottom { bottom:1.4rem; }
.tour-stage-bottom p { margin:0; font-size:.62rem; letter-spacing:.08em; text-transform:uppercase; }
.tour-stage-bottom > div { display:flex; gap:.45rem; }
.tour-stage-bottom button { width:44px; height:44px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.55); border-radius:50%; color:#fff; background:rgba(14,20,16,.42); cursor:pointer; backdrop-filter:blur(8px); }
.tour-panel { padding:2rem; display:flex; flex-direction:column; }
.tour-panel h2 { margin:1.2rem 0 .8rem; font:400 clamp(2rem,3vw,3.2rem)/1 var(--serif); }
.tour-panel > p:not(.eyebrow) { margin:0; color:#666960; font-size:.8rem; line-height:1.75; }
.tour-panel ol { margin:1.5rem 0 2rem; padding:0; list-style:none; counter-reset:tour-point; }
.tour-panel li { counter-increment:tour-point; padding:.8rem 0; display:flex; gap:.8rem; border-top:1px solid var(--line); color:#444840; font-size:.72rem; }
.tour-panel li::before { content:"0" counter(tour-point); color:var(--clay); font-size:.55rem; }
.tour-thumbnails { margin-top:auto; display:grid; grid-template-columns:repeat(5,1fr); gap:.4rem; }
.tour-thumbnails button { position:relative; padding:0; aspect-ratio:1; overflow:hidden; border:2px solid transparent; border-radius:8px; background:#ddd; cursor:pointer; opacity:.55; }
.tour-thumbnails button.is-active { border-color:var(--clay); opacity:1; }
.tour-thumbnails img { width:100%; height:100%; object-fit:cover; }
.tour-thumbnails span { position:absolute; left:.25rem; bottom:.2rem; color:#fff; font-size:.45rem; text-shadow:0 1px 4px #000; }
.panorama-experience { margin-bottom:6rem; }
.tour-model-tabs { margin-bottom:1rem; display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:.6rem; }
.tour-model-tabs button { min-height:70px; padding:.85rem 1rem; display:flex; align-items:center; gap:.8rem; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:#f3f0e9; cursor:pointer; text-align:left; }
.tour-model-tabs button small { color:var(--clay); font-size:.52rem; }
.tour-model-tabs button span { font:400 1rem var(--serif); }
.tour-model-tabs button.is-active { color:#fff; background:var(--pine); border-color:var(--pine); }
.tour-view-panel { display:none; }
.tour-view-panel.is-active { display:block; }
.tour-view-head { margin-bottom:1rem; display:flex; align-items:end; justify-content:space-between; gap:1rem; }
.tour-view-head span { color:var(--clay); font-size:.54rem; letter-spacing:.14em; }
.tour-view-head h2 { margin:0; font:400 clamp(1.7rem,3vw,2.8rem)/1 var(--serif); }
.panorama-viewer { position:relative; height:min(720px,72vh); min-height:520px; overflow:hidden; border-radius:24px; background:#111; box-shadow:0 16px 40px rgba(28,31,25,.16); cursor:grab; touch-action:none; }
.panorama-viewer.is-dragging { cursor:grabbing; }
.panorama-viewer:fullscreen { width:100vw; height:100vh; border-radius:0; }
.panorama-viewer canvas { display:block; width:100%; height:100%; }
.panorama-loading { position:absolute; inset:0; display:grid; place-items:center; color:#fff; background:var(--ink); font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; }
.panorama-loading.is-hidden { display:none; }
.panorama-toolbar { position:absolute; z-index:2; left:1rem; right:1rem; bottom:1rem; padding:.65rem; display:flex; align-items:center; gap:.5rem; color:#fff; background:rgba(15,20,17,.55); border:1px solid rgba(255,255,255,.2); border-radius:14px; backdrop-filter:blur(12px); }
.panorama-toolbar span { margin-right:auto; padding-left:.5rem; font-size:.58rem; letter-spacing:.07em; text-transform:uppercase; }
.panorama-toolbar button { min-height:38px; padding:0 .9rem; border:1px solid rgba(255,255,255,.28); border-radius:9px; color:#fff; background:rgba(255,255,255,.08); font-size:.58rem; cursor:pointer; }
.panorama-empty { min-height:480px; padding:clamp(3.5rem,6vw,5.5rem) clamp(1.5rem,4vw,3rem); display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:24px; background:var(--sand); text-align:center; }
.panorama-empty > span { color:var(--clay); font:400 clamp(4.5rem,8vw,7.5rem)/1 var(--serif); letter-spacing:-.03em; }
.panorama-coming-soon { background:radial-gradient(ellipse at top center, #efe9de 0%, var(--sand) 100%); box-shadow:0 12px 36px rgba(27,29,24,.06); }
.panorama-coming-soon .panorama-eyebrow { margin:1.2rem 0 .4rem; font-size:.62rem; letter-spacing:.22em; color:var(--clay); font-weight:600; text-transform:uppercase; }
.panorama-empty h2 { margin:.6rem 0 .9rem; font:400 clamp(1.9rem,3.4vw,2.9rem)/1.15 var(--serif); color:var(--ink); max-width:32rem; }
.panorama-empty p { max-width:36rem; color:#5c6057; font-size:clamp(.88rem,1.05vw,1.02rem); line-height:1.8; margin:0; }
.panorama-empty-actions { margin-top:2.4rem; display:flex; align-items:center; justify-content:center; gap:1.4rem; flex-wrap:wrap; }

.about-hero { min-height:900px; padding-top:96px; display:grid; grid-template-columns:.9fr 1.1fr; color:var(--white); background:var(--pine); }
.about-hero-copy { padding:clamp(6rem,9vw,10rem) clamp(2rem,5vw,6rem); display:flex; flex-direction:column; justify-content:center; }
.about-hero-copy h1 { margin:0; font:400 clamp(4rem,6vw,7rem)/.88 var(--serif); letter-spacing:-.055em; }
.about-hero-copy h1 em { color:#c3a88d; font-weight:400; }
.about-hero-copy > p:last-child { max-width:34rem; margin-top:2.5rem; color:rgba(255,255,255,.65); line-height:1.85; }
.about-hero-image { position:relative; overflow:hidden; }
.about-hero-image img { width:100%; height:100%; object-fit:cover; }
.about-hero-image span { position:absolute; right:1.5rem; bottom:1.5rem; color:rgba(255,255,255,.7); font-size:.55rem; letter-spacing:.15em; }
.about-manifesto { padding-top:9rem; padding-bottom:9rem; display:grid; grid-template-columns:.45fr 1.4fr .8fr; gap:5rem; }
.about-manifesto blockquote { margin:0; font:400 clamp(3rem,4.8vw,5.5rem)/.95 var(--serif); letter-spacing:-.04em; }
.about-manifesto blockquote em { color:var(--clay); font-weight:400; }
.about-manifesto > div p { margin:0 0 1.4rem; color:#63665e; line-height:1.85; }
.values-section { padding:7rem 0; background:var(--sand); }
.values-grid { margin-top:3rem; display:grid; grid-template-columns:repeat(3,1fr); }
.values-grid article { position:relative; min-height:360px; padding:2rem; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid rgba(27,29,24,.17); border-right:0; text-align:center; }
.values-grid article:last-child { border-right:1px solid rgba(27,29,24,.17); }
.values-grid span { position:absolute; top:2rem; left:2rem; color:var(--clay); font:.75rem var(--serif); }
.values-grid h2 { margin:0 0 1rem; font:400 2.7rem var(--serif); }
.values-grid p { margin:0; color:#696c64; font-size:.8rem; line-height:1.7; }
.about-split { padding-top:9rem; padding-bottom:9rem; display:grid; grid-template-columns:1fr 1fr; gap:clamp(4rem,9vw,10rem); align-items:center; }
.about-split-image { height:720px; overflow:hidden; }
.about-split-image img { width:100%; height:100%; object-fit:cover; object-position:15% 65%; transform:scale(1.35); }
.about-split h2 { margin:2rem 0; font:400 clamp(3.2rem,4.5vw,5.2rem)/.92 var(--serif); letter-spacing:-.045em; }
.about-split h2 em { color:var(--clay); font-weight:400; }
.about-split > div:last-child > p:not(.section-index) { color:#62655d; line-height:1.85; }

.journal-hero { border-bottom:1px solid var(--line); }
.featured-post { margin-top:5rem; margin-bottom:7rem; display:grid; grid-template-columns:1.25fr .75fr; min-height:560px; }
.featured-post-image { overflow:hidden; }
.featured-post-image img { width:100%; height:100%; object-fit:cover; }
.featured-post > div { padding:clamp(2rem,4vw,4.5rem); display:flex; flex-direction:column; justify-content:center; background:var(--sand); }
.featured-post > div > p { color:var(--clay); font-size:.55rem; letter-spacing:.14em; }
.featured-post h2 { margin:1rem 0 1.4rem; font:400 clamp(2.5rem,3.5vw,4.2rem)/.98 var(--serif); }
.featured-post > div > span { color:#666960; font-size:.82rem; line-height:1.7; }
.featured-post .button { align-self:flex-start; margin-top:2.2rem; }
.featured-post .button i { font-style:normal; }
.journal-archive { padding-bottom:8rem; }

.article-header { padding-top:11rem; padding-bottom:4rem; }
.article-header .breadcrumbs { padding:0 0 3rem; }
.article-header h1 { max-width:1100px; margin:1.5rem 0 2rem; font:400 clamp(3.8rem,6vw,7rem)/.9 var(--serif); letter-spacing:-.05em; }
.article-header > p:last-child { max-width:48rem; color:#64675f; font-size:1.05rem; line-height:1.7; }
.article-cover { width:min(1600px,calc(100% - 2rem)); height:min(760px,70vw); margin:0 auto; position:relative; overflow:hidden; }
.article-cover img { width:100%; height:100%; object-fit:cover; }
.article-cover figcaption { position:absolute; left:1rem; bottom:1rem; padding:.6rem .8rem; color:var(--white); background:rgba(20,24,20,.65); font-size:.52rem; letter-spacing:.13em; text-transform:uppercase; }
.article-layout { padding-top:6rem; padding-bottom:8rem; display:grid; grid-template-columns:.45fr 1.4fr .45fr; }
.article-layout aside { display:grid; align-content:start; gap:.8rem; position:sticky; top:7rem; }
.article-layout aside span { margin-bottom:.6rem; color:#8a8c84; font-size:.54rem; letter-spacing:.13em; }
.article-layout aside a { width:max-content; border-bottom:1px solid var(--line); font-size:.68rem; }
.article-body { grid-column:2; }
.article-body > p { margin:0 0 1.7rem; font:400 1.13rem/1.9 var(--serif); color:#4e514a; }
.article-body > p:first-child::first-letter { float:left; margin:.05em .12em 0 0; color:var(--clay); font:400 4.5rem/.75 var(--serif); }
.article-body > h2 { margin:3.4rem 0 1.15rem; font:400 clamp(2rem,3vw,2.8rem)/1.08 var(--serif); letter-spacing:-.025em; }
.article-body > h3 { margin:2.2rem 0 .8rem; font:500 1rem/1.4 var(--sans); }
.article-body > ul { margin:0 0 2rem; padding:0; list-style:none; border-top:1px solid var(--line); }
.article-body > ul li { position:relative; padding:1rem 1rem 1rem 2rem; border-bottom:1px solid var(--line); color:#555950; font-size:.84rem; line-height:1.65; }
.article-body > ul li::before { content:'↘'; position:absolute; left:.2rem; color:var(--clay); }
.article-related { margin-top:3rem; padding:1.4rem 0; display:grid; grid-template-columns:1fr 1fr; gap:.8rem 1.5rem; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.article-related span { grid-column:1/-1; color:#8a8c84; font-size:.55rem; letter-spacing:.14em; text-transform:uppercase; }
.article-related a { width:max-content; max-width:100%; border-bottom:1px solid var(--line); font-size:.73rem; }
.article-callout { margin-top:3rem; padding:2rem; border-left:3px solid var(--clay); background:var(--sand); }
.article-callout strong { font:400 1.8rem var(--serif); }
.article-callout p { color:#64675f; }

.contact-hero { padding-top:13rem; padding-bottom:6rem; display:grid; grid-template-columns:1.35fr .65fr; gap:6rem; align-items:end; }
.contact-hero h1 { margin-top:2rem; }
.contact-hero h1 em { color:var(--clay); }
.contact-hero > p { margin:0; color:#63665e; line-height:1.8; }
.contact-layout { margin-bottom:8rem; display:grid; grid-template-columns:.72fr 1.28fr; gap:var(--site-section-gap, 20px); }
.contact-card { padding:clamp(2.5rem,4vw,4.5rem); color:var(--white); background:var(--pine); }
.contact-card-label { display:block; margin-bottom:3rem; color:#c3a88d; text-transform:uppercase; font-size:.55rem; letter-spacing:.15em; }
.contact-big-link { padding:1rem 0; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.16); font:400 clamp(1.35rem,2vw,2rem) var(--serif); }
.contact-big-link i { font-style:normal; font-size:1rem; }
.contact-meta { margin-top:3rem; display:grid; grid-template-columns:1fr 1fr; gap:2rem; }
.contact-meta span { color:#c3a88d; font-size:.52rem; letter-spacing:.13em; }
.contact-meta p { color:rgba(255,255,255,.68); font-size:.75rem; line-height:1.6; }
.button-outline-light { margin-top:3rem; color:var(--white); border:1px solid rgba(255,255,255,.35); }
.contact-form-panel { padding:clamp(2.5rem,5vw,5.5rem); background:#ebe4d8; }
.contact-brief,
.contact-form-panel { overflow:hidden; border-radius:24px; }
.form-heading { margin-bottom:3rem; display:grid; grid-template-columns:2rem 1fr; gap:1rem; }
.form-heading > span { color:var(--clay); font:.75rem var(--serif); }
.form-heading h2 { margin:0 0 .5rem; font:400 2.6rem var(--serif); }
.form-heading p { margin:0; color:#74766f; font-size:.78rem; }
.contact-helper { padding-top:2rem; padding-bottom:8rem; display:grid; grid-template-columns:.4fr 1fr .9fr; gap:4rem; }
.contact-helper h2 { margin:0; font:400 clamp(3rem,4.5vw,5rem)/.92 var(--serif); }
.contact-helper h2 em { color:var(--clay); font-weight:400; }
.contact-helper > div > p { color:#62655d; line-height:1.8; }
.contact-helper ol { margin:2rem 0 0; padding:0; list-style:none; }
.contact-helper li { padding:.9rem 0; border-top:1px solid var(--line); font-size:.8rem; }
.contact-helper li span { margin-right:1rem; color:var(--clay); font:.7rem var(--serif); }
.contact-showcase { width:calc(100% - 40px); min-height:760px; margin:20px; padding-top:96px; display:grid; grid-template-columns:.88fr 1.12fr; overflow:hidden; color:#fff; background:var(--pine); border-radius:30px; }
.contact-showcase-copy { padding:clamp(5rem,7vw,8rem); display:flex; flex-direction:column; justify-content:center; }
.contact-showcase-copy h1 { margin:2rem 0; font:400 clamp(4.5rem,7vw,8rem)/.85 var(--serif); letter-spacing:-.055em; }
.contact-showcase-copy h1 em { color:#c3a88d; font-weight:400; }
.contact-showcase-copy > p { max-width:35rem; margin:0 0 2.2rem; color:rgba(255,255,255,.66); line-height:1.8; }
.contact-showcase-copy .button { width:max-content; }
.contact-showcase-image { position:relative; min-width:0; overflow:hidden; }
.contact-showcase-image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(25,47,38,.18),transparent 35%); }
.contact-showcase-image picture { width:100%; height:100%; display:block; }
.contact-showcase-image img { width:100%; height:100%; object-fit:cover; }
.contact-showcase-image > span { position:absolute; z-index:1; right:1.5rem; bottom:1.5rem; padding:.7rem .9rem; color:#fff; background:rgba(20,28,23,.62); font-size:.5rem; letter-spacing:.15em; backdrop-filter:blur(8px); }
.contact-channels { margin-top:4rem; margin-bottom:1rem; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); }
.contact-channels a { min-height:165px; padding:1.5rem; display:flex; flex-direction:column; border-right:1px solid var(--line); transition:.25s ease; }
.contact-channels a:last-child { border-right:0; }
.contact-channels a:hover { color:#fff; background:var(--clay); }
.contact-channels small { color:var(--clay); font-size:.5rem; letter-spacing:.13em; }
.contact-channels a:hover small { color:rgba(255,255,255,.68); }
.contact-channels strong { margin:auto 0; font:400 clamp(1.15rem,1.8vw,1.6rem) var(--serif); overflow-wrap:anywhere; }
.contact-channels span { font-size:.58rem; }
.contact-brief { padding:clamp(2.5rem,4vw,4.5rem); color:#fff; background:var(--pine); }
.contact-brief h2 { margin:0 0 2.5rem; font:400 clamp(2.4rem,4vw,4rem)/.92 var(--serif); }
.contact-brief h2 em { color:#c3a88d; font-weight:400; }
.contact-brief ol { margin:0; padding:0; list-style:none; }
.contact-brief li { padding:1.2rem 0; display:grid; grid-template-columns:2rem 1fr; gap:.7rem; border-top:1px solid rgba(255,255,255,.16); }
.contact-brief li > span { color:#c3a88d; font:.7rem var(--serif); }
.contact-brief li strong { font:400 1.15rem var(--serif); }
.contact-brief li p { margin:.35rem 0 0; color:rgba(255,255,255,.58); font-size:.68rem; line-height:1.6; }
.contact-location { margin-top:2rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,.16); }
.contact-location span { display:block; color:#c3a88d; font-size:.5rem; letter-spacing:.13em; }
.contact-location strong { display:block; margin:.7rem 0 .4rem; font:400 1.2rem var(--serif); }
.contact-location p { margin:0; color:rgba(255,255,255,.55); font-size:.65rem; }
.contact-map { height:230px; margin-top:1.25rem; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:#d8d7d1; }
.contact-map iframe { width:100%; height:100%; display:block; border:0; filter:saturate(.72) contrast(.95); }
.contact-process { margin-bottom:7rem; display:grid; grid-template-columns:repeat(3,1fr); }
.contact-process > div { min-height:220px; padding:2.5rem 1.75rem; display:flex; flex-direction:column; align-items:center; text-align:center; justify-content:center; border:1px solid var(--line); border-right:0; }
.contact-process > div:last-child { border-right:1px solid var(--line); }
.contact-process span { color:var(--clay); font:.75rem var(--serif); display:inline-block; margin-bottom:.75rem; }
.contact-process strong { margin:0 0 .6rem; font:400 1.6rem var(--serif); text-align:center; }
.contact-process p { margin:0; color:#696c64; font-size:.72rem; line-height:1.65; text-align:center; max-width:28ch; }

.legal-page { padding-top:12rem; padding-bottom:8rem; }
.legal-page header { padding-bottom:5rem; }
.legal-page h1 { margin:2rem 0; font:400 clamp(3.8rem,6vw,7rem)/.9 var(--serif); letter-spacing:-.05em; }
.legal-page h1 em { color:var(--clay); font-weight:400; }
.legal-page header > p:last-child { color:#8a8c84; font-size:.7rem; }
.legal-layout { display:grid; grid-template-columns:.45fr 1.2fr .2fr; gap:5rem; }
.legal-layout nav { display:grid; align-content:start; gap:.8rem; position:sticky; top:7rem; }
.legal-layout nav a { width:max-content; color:#6b6e66; border-bottom:1px solid var(--line); font-size:.7rem; }
.legal-layout article { grid-column:2; }
.legal-layout section { padding-bottom:2.5rem; margin-bottom:2.5rem; border-bottom:1px solid var(--line); }
.legal-layout h2 { font:400 2rem var(--serif); }
.legal-layout p { color:#5e6159; line-height:1.85; }
.legal-layout article a { text-decoration:underline; }
.legal-note { padding:1.5rem; background:var(--sand); }
.legal-note strong { color:var(--clay); font-size:.7rem; letter-spacing:.12em; }
.cookie-table > div { padding:1.2rem; display:grid; gap:.45rem; border:1px solid var(--line); border-radius:14px; background:#fff; }
.cookie-table strong { color:var(--clay); }
.cookie-table span { color:#676a62; font-size:.75rem; }
.cookie-setting { padding:1.2rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; border:1px solid var(--line); border-radius:14px; background:var(--sand); }
.cookie-setting strong { font-size:.85rem; }
.cookie-setting p { margin:.35rem 0 0; font-size:.75rem; }
.cookie-setting > span { flex:0 0 auto; padding:.5rem .7rem; border-radius:999px; color:#fff; background:var(--pine); font-size:.55rem; text-transform:uppercase; }

.error-page { min-height:80svh; padding:12rem 1.25rem 7rem; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.error-page > span { color:#d9d1c5; font:400 clamp(7rem,18vw,16rem)/.6 var(--serif); }
.error-page .eyebrow { margin-top:3rem; }
.error-page .eyebrow i { width:2rem; height:1px; background:var(--clay); }
.error-page h1 { margin:1rem 0; font:400 clamp(3.3rem,6vw,6.8rem)/.9 var(--serif); }
.error-page h1 em { color:var(--clay); font-weight:400; }
.error-page > p:not(.eyebrow) { max-width:34rem; color:#666960; line-height:1.8; }
.error-page > div { margin-top:2rem; display:flex; align-items:center; gap:2rem; }
.error-page b { font-weight:400; }

@media (max-width: 1100px) {
    .section-shell { width:min(100% - 3rem,1440px); }
    .desktop-nav { gap:1.25rem; }
    .desktop-nav a { font-size:.68rem; }
    .collection-showcase { grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
    .signature-section,.quote-section,.product-form-section { grid-template-columns:1fr 1fr; }
    .projects-head { grid-template-columns:1.2fr .8fr; }
    .product-gallery { height:620px; }
    .feature-cards { grid-template-columns:1fr 1fr; }
    .feature-cards article:nth-child(2) { border-right:1px solid var(--line); }
    .about-manifesto { grid-template-columns:.3fr 1.3fr .8fr; gap:3rem; }
}

@media (max-width: 820px) {
    body { padding-bottom: 56px; }
    main h1, main h2 { left: 0 !important; }
    .section-shell { width: calc(100% - 2.5rem); margin-inline: auto; max-width: 100%; }

    /* Mobile Header: Fixed to top, luxury dark pine bar on all pages */
    .site-header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 95;
        height: calc(64px + var(--sat));
        padding: var(--sat) max(1.25rem, var(--sar)) 0 max(1.25rem, var(--sal));
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(24, 34, 28, 0.98) !important;
        border-bottom: 1px solid rgba(255,255,255,.09) !important;
        box-shadow: 0 4px 20px rgba(0,0,0,.25) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        color: #ffffff !important;
        transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
    }
    .home-page .site-header:not(.is-scrolled) {
        background: transparent !important;
        border-bottom-color: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    .site-header .brand {
        color: #ffffff !important;
    }
    .site-header .brand-mark {
        color: #f4ede2 !important;
    }
    .site-header .brand-mark i {
        background: #f4ede2 !important;
    }
    .site-header .brand-copy {
        color: #ffffff !important;
    }
    .site-header .brand-copy strong {
        color: #ffffff !important;
        font-weight: 700 !important;
    }
    .site-header .brand-copy small {
        color: #c4ad9b !important;
        opacity: 0.9 !important;
    }
    .site-header .menu-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 10px;
        background: rgba(255,255,255,.12) !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        border-radius: 6px;
        color: #ffffff !important;
        cursor: pointer;
        touch-action: manipulation;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    .site-header .menu-button span {
        display: block;
        width: 22px;
        height: 2px;
        background: #ffffff !important;
        border-radius: 1px;
    }
    .inner-page main {
        padding-top: calc(64px + var(--sat));
    }
    .desktop-nav, .header-cta { display: none; }

    /* Hero Section: Photo Slider on top, transparent header overlay, Copy below */
    .hero {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 96px);
        min-height: calc(100svh - 96px);
        min-height: calc(100dvh - 96px);
        background: var(--pine);
        color: var(--white);
        overflow: hidden;
    }
    .hero-visual {
        order: -1;
        position: relative;
        width: 100%;
        flex: 1 1 auto;
        min-height: 260px;
        overflow: hidden;
        background: #1e2923;
        margin: 0;
    }
    .hero-shade {
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(14,20,16,.65) 0%, rgba(14,20,16,.15) 35%, rgba(14,20,16,.05) 65%, rgba(14,20,16,.45) 100%);
        pointer-events: none;
    }
    .hero-topline { display: none; }
    .hero-slider-controls {
        position: absolute;
        z-index: 4;
        right: 1rem;
        bottom: 1rem;
        left: auto;
        display: flex;
        align-items: center;
        gap: .4rem;
    }
    .hero-copy {
        order: 1;
        flex: 0 0 auto;
        min-height: auto;
        padding: 1.5rem 1.25rem 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background: var(--pine);
    }
    .hero-copy::after { display: none; }
    .eyebrow {
        margin: 0 0 .8rem;
        display: flex;
        align-items: center;
        gap: .65rem;
        text-transform: uppercase;
        font-size: .62rem;
        letter-spacing: .12em;
        color: rgba(255,255,255,.8);
    }
    .eyebrow span {
        width: 1.6rem;
        height: 1px;
        background: var(--clay);
        flex-shrink: 0;
    }
    .hero h1 {
        margin: 0;
        font-family: var(--serif);
        font-weight: 400;
        font-size: clamp(1.95rem, 7.5vw, 2.7rem);
        line-height: 1.08;
        letter-spacing: -.03em;
        left: 0;
    }
    .hero h1 em {
        display: inline-block;
        padding-left: 0;
        color: #bfa287;
        font-size: .95em;
    }
    .hero-lead {
        margin: .75rem 0 0;
        color: rgba(255,255,255,.75);
        font-size: .9rem;
        line-height: 1.55;
        max-width: 100%;
    }
    .hero-actions {
        margin-top: 1.2rem;
        display: flex;
        flex-direction: column;
        gap: .55rem;
        width: 100%;
        align-items: stretch;
    }
    .hero-actions .button-primary {
        width: 100%;
        min-height: 48px;
        padding: 0 1.25rem;
        justify-content: center;
        gap: 1rem;
        font-size: .82rem;
        font-weight: 600;
        letter-spacing: .06em;
        background: var(--clay);
        border-radius: var(--radius);
    }
    .hero-actions .text-link {
        text-align: center;
        justify-content: center;
        font-size: .74rem;
        color: rgba(255,255,255,.7);
        padding: .35rem;
        border-bottom: 0;
    }
    .hero-slider-dots {
        height: 38px;
        padding: 0 .2rem;
        display: flex;
        align-items: center;
        border: 1px solid rgba(255,255,255,.3);
        background: rgba(15,20,17,.6);
        backdrop-filter: blur(10px);
        border-radius: 3px;
    }
    .hero-slider-dot {
        width: 32px;
        height: 34px;
        font-size: .56rem;
    }
    .hero-slider-toggle {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255,255,255,.3);
        background: rgba(15,20,17,.6);
        backdrop-filter: blur(10px);
        border-radius: 3px;
    }
    /* Trust Strip */
    .trust-strip {
        min-height: 40px;
        height: 40px;
        box-sizing: border-box;
        padding: 0 .65rem;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: clamp(.25rem, 1.6vw, .85rem);
        background: var(--ink);
        overflow-x: auto;
        scrollbar-width: none;
    }
    .trust-strip::-webkit-scrollbar {
        display: none;
    }
    .trust-strip p {
        font-size: clamp(.42rem, 2.1vw, .56rem);
        letter-spacing: clamp(.04em, 0.6vw, .11em);
        white-space: nowrap;
        margin: 0;
        flex-shrink: 0;
    }
    .trust-strip i {
        flex-shrink: 0;
        width: 3px;
        height: 3px;
        background: var(--clay);
        border-radius: 50%;
    }

    /* Sections */
    .manifesto {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .manifesto > div {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .manifesto h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
    }
    .manifesto-copy .ink-link {
        margin-top: 1.2rem;
    }

    .collection {
        padding: 3.5rem 0;
    }
    .section-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    .section-heading h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
    }
    .round-link {
        width: 76px;
        height: 76px;
        flex: 0 0 76px;
        font-size: .52rem;
    }
    .collection-showcase {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .product-card {
        margin: 0 !important;
    }
    .product-card:nth-child(2), .product-card:nth-child(3) {
        margin-top: 0 !important;
    }
    .product-card-image,
    .product-card:first-child .product-card-image,
    .product-card:nth-child(2) .product-card-image,
    .product-card:nth-child(3) .product-card-image {
        height: auto !important;
        aspect-ratio: 16 / 11 !important;
        min-height: 220px;
        max-height: 360px;
        border-radius: var(--radius);
    }
    .product-card:nth-child(2) img, .product-card:nth-child(3) img { transform: none; }
    .product-card-info { padding-top: 1rem; }
    .product-card-info h3 {
        font-size: clamp(1.4rem, 5.5vw, 1.85rem);
        min-height: auto;
        margin: .35rem 0;
    }

    .signature-section {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .signature-image {
        min-height: auto !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
        max-height: 380px;
    }
    .signature-copy {
        min-height: auto;
        padding: 3rem 1.25rem;
    }
    .signature-copy h2 {
        margin: 1.5rem 0 1rem;
        font-size: clamp(2.1rem, 8vw, 3rem);
        line-height: 1.04;
    }
    .large-number {
        font-size: clamp(4rem, 15vw, 6.5rem);
        right: .5rem;
        top: 1rem;
    }
    .feature-list {
        grid-template-columns: 1fr;
        margin: 1.8rem 0;
    }

    .process-section {
        grid-template-columns: 1fr;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        gap: 2rem;
    }
    .process-intro h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
        margin-bottom: 1rem;
    }
    .process-list li {
        grid-template-columns: 2rem 1fr;
        gap: .75rem;
        padding: 1.25rem 0;
    }
    .process-list h3 {
        font-size: clamp(1.2rem, 4.5vw, 1.5rem);
    }

    .projects-preview {
        padding: 3.5rem 0;
    }
    .projects-head {
        grid-template-columns: 1fr;
        margin-bottom: 2rem;
        gap: 1.25rem;
    }
    .projects-head h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
        margin-top: .6rem;
    }
    .project-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 1rem;
    }
    .project-tile-main {
        grid-row: auto;
        aspect-ratio: 16 / 11;
        height: auto !important;
    }
    .project-tile-crop {
        aspect-ratio: 16 / 11;
        height: auto !important;
    }
    .project-tile-crop img { transform: none; }
    .project-tile-text {
        min-height: 160px;
        padding: 1.6rem 1.25rem;
    }
    .project-tile-text > span {
        font-size: clamp(2.2rem, 8.5vw, 3.2rem);
    }
    .project-tile-text p { font-size: 1.05rem; }

    .audience-section {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .audience-copy {
        min-height: auto;
        padding: 3rem 1.25rem 1.5rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .audience-copy h2 {
        margin: 1.2rem 0 0;
        font-size: clamp(2.1rem, 8vw, 3rem);
        line-height: 1.04;
    }
    .audience-list {
        grid-template-columns: 1fr;
    }
    .audience-list article {
        min-height: 180px;
        padding: 2.2rem 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: 0;
    }
    .audience-list span {
        margin-bottom: .6rem;
    }
    .audience-list h3 {
        margin: 0 0 .5rem;
        font-size: clamp(1.3rem, 5vw, 1.7rem);
        text-align: center;
    }
    .audience-list p {
        margin: 0 auto;
        text-align: center;
        max-width: 32ch;
    }

    .journal-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .journal-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .journal-card:nth-child(3) { display: block; }
    .journal-image {
        height: auto !important;
        aspect-ratio: 16 / 10;
        max-height: 320px;
    }
    .journal-card h3, .journal-card h2 {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
    }

    .faq-section {
        grid-template-columns: 1fr;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        gap: 2rem;
    }
    .faq-intro h2 {
        margin: .8rem 0 1.2rem;
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
    }
    .faq-list summary {
        min-height: 68px;
        font-size: clamp(1rem, 4.2vw, 1.2rem);
    }
    .faq-list details p {
        padding: 0 0 1.25rem 2.4rem;
        font-size: .84rem;
    }

    .quote-section {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-bottom: 14px;
    }
    .quote-intro {
        padding: 3rem 1.25rem 1.5rem;
    }
    .quote-intro h2 {
        margin: 1.2rem 0;
        font-size: clamp(2.1rem, 8vw, 3rem);
        line-height: 1.04;
    }
    .quote-contact {
        margin-top: 2rem;
    }
    .quote-form-wrap {
        padding: 2.5rem 1.25rem;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .form-full { grid-column: auto; }
    .quote-form input, .quote-form select, .quote-form textarea {
        font-size: 16px;
        min-height: 48px;
    }
    .form-submit {
        width: 100%;
        min-height: 52px;
        justify-content: center;
        font-size: .84rem;
    }

    .footer-cta {
        min-height: auto;
        padding: 3.5rem 1.25rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .footer-cta h2 {
        font-size: clamp(2.2rem, 8.5vw, 3.4rem);
        line-height: 1.02;
    }
    .footer-cta .round-link {
        align-self: flex-start;
    }
    .site-footer {
        padding: 3rem 1.25rem calc(1.5rem + var(--sab));
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-brand { grid-column: auto; }
    .footer-bottom {
        flex-direction: column;
        gap: .8rem;
        margin-top: 2rem;
    }
    .footer-bottom div {
        flex-wrap: wrap;
        gap: 1rem;
    }

    /* Inner Pages */
    .breadcrumbs {
        padding-top: 1.25rem;
        padding-bottom: 1rem;
    }
    .inner-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .inner-hero-copy h1, .editorial-hero h1, .contact-hero h1 {
        font-size: clamp(2.2rem, 8.5vw, 3.4rem);
        line-height: 1.04;
    }
    .inner-hero-aside span { font-size: 3rem; }
    .category-filter-bar {
        width: 100%;
        margin: 0;
        background: rgba(244, 240, 232, 0.98);
        border-bottom: 1px solid var(--line);
        position: sticky;
        top: calc(64px + var(--sat));
        z-index: 40;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        padding: 0.65rem 1.25rem;
    }
    .category-dropdown-trigger {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.75rem 1rem;
        background: #ffffff;
        border: 1px solid rgba(27, 29, 24, 0.15);
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        text-align: left;
        font-family: inherit;
        color: var(--ink);
        transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .category-dropdown-trigger:active,
    .category-filter-bar.is-open .category-dropdown-trigger {
        border-color: var(--pine);
        box-shadow: 0 0 0 2px rgba(28, 39, 32, 0.12);
    }
    .category-trigger-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .category-trigger-text small {
        font-size: 0.58rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #8c887e;
        font-weight: 600;
    }
    .category-trigger-text strong {
        font-size: 0.88rem;
        font-weight: 600;
        color: var(--ink);
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }
    .category-trigger-text strong .badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        height: 20px;
        padding: 0 6px;
        border-radius: 999px;
        font-size: 0.62rem;
        font-weight: 700;
        background: rgba(27, 29, 24, 0.08);
        color: #555850;
    }
    .category-trigger-arrow {
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(27, 29, 24, 0.05);
        color: var(--ink);
        transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
    }
    .category-filter-bar.is-open .category-trigger-arrow {
        transform: rotate(180deg);
        background: var(--pine);
        color: #ffffff;
    }
    .category-filter-bar .filter-nav {
        display: none !important;
        position: absolute;
        top: calc(100% + 6px);
        left: 1.25rem;
        right: 1.25rem;
        max-height: calc(75vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #ffffff;
        border: 1px solid rgba(27, 29, 24, 0.14);
        border-radius: 12px;
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.06);
        padding: 0.45rem;
        flex-direction: column !important;
        gap: 0.3rem !important;
        z-index: 50;
    }
    .category-filter-bar.is-open .filter-nav {
        display: flex !important;
        animation: categoryDropIn 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    }
    @keyframes categoryDropIn {
        from {
            opacity: 0;
            transform: translateY(-8px) scale(0.98);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
    .category-filter-bar .filter-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0.85rem 1rem !important;
        border-radius: 8px !important;
        border: none !important;
        background: transparent !important;
        color: var(--ink) !important;
        font-size: 0.84rem !important;
        font-weight: 500 !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        box-shadow: none !important;
        transition: background 0.15s ease, color 0.15s ease !important;
        text-decoration: none !important;
    }
    .category-filter-bar .filter-nav a:hover,
    .category-filter-bar .filter-nav a:active {
        background: #f4ede2 !important;
    }
    .category-filter-bar .filter-nav a.active {
        background: var(--pine) !important;
        color: #ffffff !important;
        font-weight: 600 !important;
    }
    .category-filter-bar .filter-nav a .cat-name {
        font-size: inherit;
        color: inherit;
    }
    .category-filter-bar .filter-nav a .cat-count {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 22px !important;
        height: 22px !important;
        padding: 0 7px !important;
        border-radius: 999px !important;
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        background: rgba(27, 29, 24, 0.08) !important;
        color: #555850 !important;
        margin-left: auto !important;
    }
    .category-filter-bar .filter-nav a.active .cat-count {
        background: rgba(255, 255, 255, 0.22) !important;
        color: #ffffff !important;
    }

    /* 3. Mobilde tüm sitedeki butonlardaki ikonları kaldır ve butonları ortala */
    .button span,
    .button i,
    .button svg,
    .button b,
    .button-primary span,
    .button-primary i,
    .button-primary svg,
    .button-dark span,
    .button-dark i,
    .button-dark svg,
    .form-submit span,
    .form-submit i,
    .form-submit svg,
    .hero-actions .button span,
    .hero-actions .button i,
    .product-card-actions a span,
    .product-card-actions a i,
    .catalog-note .button span,
    .catalog-note .button i,
    .project-disclaimer .button span,
    .project-disclaimer .button i,
    .featured-post .button span,
    .featured-post .button i,
    .text-link span,
    .text-link i,
    .ink-link span,
    .ink-link i,
    .mobile-menu-socials span,
    .mobile-menu-socials i,
    .round-link span:last-child {
        display: none !important;
    }
    .button,
    .button-primary,
    .button-dark,
    .form-submit {
        justify-content: center !important;
        text-align: center !important;
        gap: 0 !important;
    }
    .catalog-grid {
        grid-template-columns: 1fr;
        padding-top: 2rem;
        padding-bottom: 3.5rem;
        gap: 2.5rem;
    }
    .catalog-note {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .catalog-note .button { justify-self: start; }

    .product-hero {
        grid-template-columns: 1fr;
        padding-top: .5rem;
        padding-bottom: 2rem;
    }
    .product-hero-copy h1 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
        line-height: 1.04;
    }
    .product-hero-code { display: none; }
    .product-hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: .85rem;
        width: 100%;
    }
    .product-hero-actions .button {
        width: 100%;
        justify-content: center;
        min-height: 50px;
    }
    .product-hero-actions .text-link { text-align: center; }
    .product-gallery {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: .75rem;
        height: auto !important;
    }
    .product-gallery-grid { overflow-x:auto; flex-direction:row; scroll-snap-type:x mandatory; padding-inline:var(--mobile-gutter); scrollbar-width:none; }
    .product-gallery-grid::-webkit-scrollbar { display:none; }
    .product-gallery-grid > figure,
    .product-gallery-grid > .product-gallery-main { flex:0 0 88%; width:88%; min-height:220px; max-height:none; aspect-ratio:16/11; scroll-snap-align:center; border-radius:14px; }
    .product-gallery > .product-gallery-main {
        width: 100%;
        height: auto !important;
        aspect-ratio: 16 / 11;
        min-height: 220px;
        max-height: 400px;
        border-radius: 14px;
    }
    .product-gallery-detail {
        width: 100%;
        height: auto !important;
        aspect-ratio: 16 / 9;
        max-height: 240px;
    }
    .product-gallery-grid > figure,
    .product-gallery-grid > .product-gallery-main,
    .product-gallery-grid > .product-gallery-detail {
        flex: 0 0 88%;
        width: 88%;
        max-height: none;
        aspect-ratio: 16 / 11;
    }
    .product-gallery-detail img { transform: none; }
    .product-carousel { width:100%; padding-inline:12px; display:block; overflow:hidden; }
    .product-carousel .product-gallery-stage { width:100%; min-height:0; max-height:none; aspect-ratio:1; border-radius:16px; }
    .product-carousel .product-gallery-thumbs { display:none; }
    .product-carousel .product-gallery-arrow { top:calc(50% - 22px); width:44px; height:44px; background:rgba(18,29,43,.36); }
    .product-carousel .product-gallery-arrow.is-prev { left:12px; }
    .product-carousel .product-gallery-arrow.is-next { right:12px; }
    .product-carousel .product-gallery-stage > span { bottom:12px; left:12px; }
    .product-carousel .product-gallery-fullscreen { right:12px; bottom:12px; width:42px; height:42px; }
    .product-carousel .product-gallery-counter { width:max-content; margin:.6rem auto 0; padding:.35rem .7rem; display:block; border:1px solid var(--line); border-radius:999px; color:#687078; background:#fff; font-size:.62rem; font-weight:700; letter-spacing:.12em; }
    .product-story, .spec-layout {
        grid-template-columns: 1fr;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        gap: 2.2rem;
    }
    .product-story h2, .spec-layout h2, .product-form-intro h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
        margin-top: 1rem;
    }
    .spec-table div {
        min-height: 58px;
        grid-template-columns: 1fr 1fr;
        gap: .5rem;
    }
    .spec-table dd { font-size: 1rem; }
    .spec-section { width:calc(100% - 2rem); border-radius:18px; }
    .features-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .feature-cards {
        grid-template-columns: 1fr;
    }
    .feature-cards article {
        border-right: 1px solid var(--line);
        border-bottom: 0;
        min-height: auto;
        padding: 1.3rem;
    }
    .feature-cards article:last-child {
        border-bottom: 1px solid var(--line);
    }
    .product-form-section {
        grid-template-columns: 1fr;
    }
    .product-form-intro {
        padding: 3rem 1.25rem 1.5rem;
    }
    .related-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .related-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .related-image {
        height: auto !important;
        aspect-ratio: 16 / 11;
        max-height: 320px;
    }
    .related-grid h3 {
        font-size: clamp(1.3rem, 5vw, 1.7rem);
    }

    .editorial-hero {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .editorial-hero > div {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }
    .editorial-hero > div > p { margin: 0; }
    .project-feature {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .project-feature-image {
        min-height: auto !important;
        height: auto;
        aspect-ratio: 16 / 11;
        max-height: 360px;
    }
    .project-feature-image picture { height:100%; }
    .project-feature-copy {
        padding: 2rem 1.25rem;
    }
    .project-feature-copy h2 {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
        margin: .75rem 0 1.8rem;
    }
    .project-pair {
        grid-template-columns: 1fr;
        margin-top: 2.5rem;
        gap: 2rem;
    }
    .project-art {
        height: auto !important;
        aspect-ratio: 16 / 11;
        max-height: 340px;
    }
    .principle-grid {
        grid-template-columns: 1fr;
    }
    .principle-grid article {
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 0;
        min-height: 180px;
        padding: 2.2rem 1.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .principle-grid article:last-child {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .principle-grid span {
        margin-bottom: .6rem;
    }
    .principle-grid h2, .principle-grid h3 {
        margin: 0 0 .5rem;
        font-size: 1.6rem;
        text-align: center;
    }
    .principle-grid p {
        margin: 0 auto;
        text-align: center;
        max-width: 30ch;
    }
    .project-principles { width:calc(100% - 2rem); padding:3.5rem 0; border-radius:18px; }
    .project-disclaimer {
        grid-template-columns: 1fr;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        gap: 1.5rem;
    }
    .tour-experience { grid-template-columns:1fr; margin-bottom:3.5rem; border-radius:16px; }
    .tour-stage { min-height:0; aspect-ratio:4/5; }
    .tour-stage-top,.tour-stage-bottom { left:1rem; right:1rem; }
    .tour-stage-top { top:1rem; }
    .tour-stage-bottom { bottom:1rem; }
    .tour-stage-bottom p { display:none; }
    .tour-stage-bottom { justify-content:flex-end; }
    .tour-panel { padding:1.5rem; }
    .tour-panel h2 { font-size:2rem; }
    .panorama-experience { width:calc(100% - 2rem); margin-bottom:3.5rem; }
    .tour-model-tabs { display:flex; overflow-x:auto; scrollbar-width:none; }
    .tour-model-tabs button { min-width:190px; }
    .tour-view-head { align-items:start; flex-direction:column; gap:.45rem; }
    .panorama-viewer { height:70svh; min-height:440px; border-radius:16px; }
    .panorama-toolbar span { display:none; }
    .panorama-toolbar { justify-content:flex-end; }
    .panorama-empty { min-height:360px; padding:2rem 1.25rem; border-radius:16px; }

    .about-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 0;
    }
    .about-hero-copy {
        padding: 2.25rem 1.25rem;
        min-height: auto;
    }
    .about-hero-copy h1 {
        font-size: clamp(2.2rem, 8.5vw, 3.4rem);
        line-height: 1.04;
    }
    .about-hero-image {
        min-height: auto !important;
        height: auto;
        aspect-ratio: 16 / 11;
        max-height: 360px;
    }
    .about-manifesto {
        grid-template-columns: 1fr;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        gap: 2rem;
    }
    .about-manifesto blockquote {
        font-size: clamp(1.8rem, 7vw, 2.6rem);
        line-height: 1.1;
    }
    .values-section { padding: 3.5rem 0; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article {
        border-right: 1px solid var(--line);
        border-bottom: 0;
        min-height: auto;
        padding: 1.5rem;
    }
    .values-grid article:last-child {
        border-bottom: 1px solid var(--line);
    }
    .about-split {
        grid-template-columns: 1fr;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        gap: 2.5rem;
    }
    .about-split-image {
        height: auto !important;
        aspect-ratio: 16 / 11;
        max-height: 360px;
    }
    .about-split-image img { transform: none; }
    .about-split h2 {
        font-size: clamp(2rem, 7.5vw, 2.8rem);
        line-height: 1.05;
        margin: 1rem 0;
    }

    .featured-post {
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 3rem;
        min-height: auto;
    }
    .featured-post-image {
        min-height: auto !important;
        height: auto;
        aspect-ratio: 16 / 10;
        max-height: 340px;
    }
    .featured-post > div {
        padding: 2rem 1.25rem;
    }
    .featured-post h2 {
        font-size: clamp(1.6rem, 6.5vw, 2.4rem);
        line-height: 1.1;
    }
    .article-header {
        padding-top: 2.25rem;
        padding-bottom: 2rem;
    }
    .article-header h1 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
        line-height: 1.05;
        margin: 1rem 0 1.2rem;
    }
    .article-cover {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
        max-height: 400px;
    }
    .article-layout {
        grid-template-columns: 1fr;
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }
    .article-layout aside { display: none; }
    .article-body { grid-column: 1; }
    .article-body > p {
        font-size: 1.02rem;
        line-height: 1.75;
    }
    .article-body > p:first-child::first-letter {
        font-size: 3.4rem;
    }
    .article-body > h2 {
        font-size: clamp(1.5rem, 6vw, 2.1rem);
        margin: 2.2rem 0 1rem;
    }

    .contact-hero {
        grid-template-columns: 1fr;
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        gap: 1.5rem;
    }
    .contact-hero h1 {
        font-size: clamp(2.2rem, 8.5vw, 3.4rem);
        line-height: 1.02;
        margin-top: 1rem;
    }
    .contact-layout {
        grid-template-columns: 1fr;
        gap: var(--site-section-gap);
        margin-bottom: 3.5rem;
    }
    .contact-brief,
    .contact-form-panel { border-radius: 22px; }
    .contact-card, .contact-form-panel {
        padding: 2.5rem 1.25rem;
    }
    .contact-meta {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .contact-big-link { font-size: 1.3rem; }
    .contact-helper {
        grid-template-columns: 1fr;
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
        gap: 1.5rem;
    }
    .contact-page main { padding-top:0; }
    .contact-showcase { width:calc(100% - 16px); min-height:0; margin:calc(82px + var(--sat)) 8px 0; padding-top:0; grid-template-columns:1fr; border-radius:26px; }
    .contact-showcase-copy { padding:3.5rem 1.25rem; }
    .contact-showcase-copy h1 { margin:1.3rem 0; font-size:clamp(3.5rem,17vw,5rem); }
    .contact-showcase-image { height:420px; }
    .contact-channels { margin-top:1.5rem; grid-template-columns:1fr; }
    .contact-channels a { min-height:130px; border-right:0; border-bottom:1px solid var(--line); }
    .contact-channels a:last-child { border-bottom:0; }
    .contact-brief { padding:2.5rem 1.25rem; }
    .contact-process { margin-bottom:3.5rem; grid-template-columns:1fr; }
    .contact-process > div { min-height:160px; padding:2rem 1.25rem; align-items:center; text-align:center; justify-content:center; border-right:1px solid var(--line); border-bottom:0; }
    .contact-process > div:last-child { border-bottom:1px solid var(--line); }
    .contact-process span { margin-bottom:.5rem; }
    .contact-process strong { margin:0 0 .45rem; font-size:1.45rem; text-align:center; }
    .contact-process p { margin:0; text-align:center; max-width:28ch; }

    .legal-page {
        padding-top: 2.25rem;
        padding-bottom: 3.5rem;
    }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-layout nav { position: static; }
    .legal-layout article { grid-column: 1; }
    .legal-page h1 {
        font-size: clamp(2.1rem, 8vw, 3.2rem);
        line-height: 1.05;
    }
    .cookie-setting { align-items:flex-start; flex-direction:column; gap:1rem; }

    .error-page {
        padding: 5rem 1.25rem 4rem;
    }
    .error-page > div {
        flex-direction: column;
        width: 100%;
    }
    .error-page > div .button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 380px) {
    .section-shell { width: calc(100% - 1.5rem); }
    .hero-visual { min-height: 230px; max-height: none; }
    .hero-copy { padding: 1.15rem .75rem 0; }
    .hero h1 { font-size: clamp(1.75rem, 7.8vw, 2.1rem); }
    .hero-lead { font-size: .82rem; line-height: 1.45; }
    .hero-actions .button-primary { font-size: .78rem; min-height: 44px; padding: 0 1rem; }
    .round-link { width: 68px; height: 68px; flex: 0 0 68px; font-size: .48rem; }
    .mobile-menu nav a { font-size: 1.25rem; min-height: 44px; }
    .mobile-menu-socials a, .mobile-menu-socials > span { font-size: .62rem; min-height: 44px; padding: 0 .65rem; }
    .product-card-image,
    .product-gallery-main { min-height: 190px; }
}

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

/* 2026 frontend renewal: floating navigation and laptop-safe hero */
@media (min-width: 821px) {
    .site-header {
        position: absolute;
        top: 18px;
        right: clamp(18px, 2.2vw, 34px);
        left: clamp(18px, 2.2vw, 34px);
        width: auto;
        height: 78px;
        padding: 0 clamp(1.25rem, 2.4vw, 2.5rem);
        color: var(--ink);
        background: rgba(255, 253, 248, .94);
        border: 1px solid rgba(27, 29, 24, .1);
        border-radius: 18px;
        box-shadow: 0 12px 38px rgba(10, 18, 13, .13);
        backdrop-filter: blur(18px);
    }
    .site-header.is-scrolled {
        top: 10px;
        right: clamp(12px, 1.5vw, 24px);
        left: clamp(12px, 1.5vw, 24px);
        height: 68px;
        border-radius: 16px;
        box-shadow: 0 10px 32px rgba(10, 18, 13, .14);
    }
    .home-page .site-header:not(.is-scrolled),
    .inner-page .site-header:not(.is-scrolled) {
        color: var(--ink);
        background: rgba(255, 253, 248, .94);
        border: 1px solid rgba(27, 29, 24, .1);
    }
    .desktop-nav a { padding: .5rem 0; opacity: .67; }
    .desktop-nav a[aria-current="page"] { color: var(--clay); opacity: 1; }
    .desktop-nav a[aria-current="page"]::after { right: 0; }
    .header-cta {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        border: 0;
        border-radius: 10px;
        color: var(--white);
        background: var(--pine);
    }
    .hero {
        min-height: 680px;
        height: min(880px, 100svh);
        grid-template-columns: minmax(470px, 43%) 1fr;
    }
    .hero-copy { padding: 8.3rem clamp(2.5rem, 4.5vw, 5.5rem) 2.2rem; }
    .hero h1 { font-size: clamp(3.4rem, 5.15vw, 6.2rem); }
    .hero-lead { margin-top: clamp(1.4rem, 3vh, 2.5rem); }
    .hero-actions { margin-top: clamp(1.4rem, 3vh, 2.5rem); }
    .hero-visual {
        margin: 112px 22px 22px 0;
        border-radius: 22px;
        box-shadow: 0 28px 60px rgba(10, 18, 13, .24);
    }
    .hero-topline { top: 1.8rem; }
    .trust-strip {
        margin: 0;
        padding: 1.25rem clamp(2rem, 5vw, 5rem);
        background: var(--white);
        border-bottom: 1px solid var(--line);
    }
}

@media (min-width: 821px) and (max-height: 760px) {
    .site-header { top: 12px; height: 68px; }
    .hero { min-height: 640px; }
    .hero-copy { padding-top: 6.4rem; padding-bottom: 1.4rem; }
    .hero-copy .eyebrow { margin-bottom: 1rem; }
    .hero h1 { font-size: clamp(3.2rem, 4.7vw, 5.25rem); line-height: .9; }
    .hero-lead { margin-top: 1.1rem; line-height: 1.55; }
    .hero-actions { margin-top: 1.1rem; }
    .hero-visual { margin-top: 92px; }
}

/* Mobile-first counterpart of the reference layout */
@media (max-width: 820px) {
    body { padding-bottom: 58px; }
    .site-header,
    .home-page .site-header:not(.is-scrolled),
    .inner-page .site-header,
    .inner-page .site-header.is-scrolled {
        position: fixed !important;
        top: calc(10px + var(--sat));
        right: 10px;
        left: 10px;
        width: auto;
        height: 62px;
        padding: 0 12px 0 16px;
        color: var(--ink) !important;
        background: rgba(255,255,255,.96) !important;
        border: 0 !important;
        border-radius: 40px;
        box-shadow: 0 8px 24px rgba(18,29,43,.18) !important;
        backdrop-filter: blur(16px) !important;
    }
    .site-header .brand { color: var(--ink) !important; }
    .site-header .brand-mark,
    .site-header .brand-mark i { color: var(--clay) !important; }
    .site-header .brand-mark i { background: var(--clay) !important; }
    .site-header .brand-copy strong { color: var(--ink) !important; font-size: .82rem; }
    .site-header .brand-copy small { color: var(--clay) !important; font-weight: 800; }
    .site-header .menu-button {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        gap: 5px;
        padding: 10px;
        color: #fff !important;
        background: var(--clay) !important;
        border: 0 !important;
        border-radius: 50%;
        box-shadow: none !important;
    }
    .site-header .menu-button span { width: 19px; height: 2px; background: #fff !important; }

    .home-page .site-header:not(.is-scrolled) {
        color: var(--ink) !important;
        background: rgba(255,255,255,.96) !important;
        border: 0 !important;
        box-shadow: 0 8px 24px rgba(18,29,43,.18) !important;
        backdrop-filter: blur(16px) !important;
    }
    .home-page .site-header:not(.is-scrolled) .brand,
    .home-page .site-header:not(.is-scrolled) .brand-copy strong { color: var(--ink) !important; }
    .home-page .site-header:not(.is-scrolled) .brand-copy small { color: var(--clay) !important; }

    .home-page .hero {
        position: relative;
        width: calc(100% - 16px);
        min-height: 600px;
        height: min(790px, calc(100svh - 146px));
        margin: calc(82px + var(--sat)) 8px 0;
        display: grid;
        grid-template: 1fr / 1fr;
        overflow: hidden;
        color: #fff;
        background: #172230;
        border-radius: 26px;
    }
    .home-page .hero-visual {
        position: relative;
        z-index: 0;
        grid-area: 1 / 1;
        order: 0;
        width: 100%;
        min-height: 100%;
        height: 100%;
        margin: 0;
        border-radius: inherit;
    }
    .home-page .hero-slide { overflow:hidden; background:#172230; }
    .home-page .hero-slide picture { position:absolute; inset:0; width:100%; height:100%; }
    .home-page .hero-slide img { width:100%; height:100%; max-width:none; object-fit:cover; object-position:center; transform:none; filter:saturate(.92) contrast(1.02); }
    .home-page .hero-shade {
        background: linear-gradient(180deg, rgba(12,20,29,.38) 0%, rgba(12,20,29,.72) 48%, rgba(12,20,29,.94) 100%);
    }
    .home-page .hero-copy {
        position: relative;
        z-index: 5;
        grid-area: 1 / 1;
        order: 0;
        min-height: 0;
        padding: calc(104px + var(--sat)) 18px 72px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        overflow: visible;
        background: transparent;
    }
    .home-page .hero-copy::after,
    .home-page .hero .eyebrow,
    .home-page .hero-lead { display: none; }
    .home-page .hero h1 {
        max-width: 10ch;
        margin: 0;
        color: #fff;
        font: 800 clamp(2.55rem, 12vw, 3.5rem)/.97 var(--sans);
        letter-spacing: -.055em;
    }
    .home-page .hero h1 em { padding: 0; color: #fff; font-size: 1em; font-style: normal; font-weight: 800; }
    .home-page .hero-actions {
        width: 100%;
        margin-top: 1.15rem;
        display: grid;
        grid-template-columns: 1.08fr .92fr;
        gap: .55rem;
    }
    .home-page .hero-actions .button-primary,
    .home-page .hero-actions .text-link {
        width: 100%;
        min-height: 48px;
        padding: 0 .8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        color: #fff;
        font-size: .68rem;
        font-weight: 750;
        white-space: nowrap;
    }
    .home-page .hero-actions .text-link { background: rgba(255,255,255,.24); backdrop-filter: blur(10px); }
    .home-page .hero-slider-controls { right: 14px; bottom: 16px; left: auto; }
    .home-page .hero-slider-dots { height: 34px; border-radius: 20px; }
    .home-page .hero-slider-dot { width: 27px; height: 32px; }
    .home-page .hero-slider-toggle { width: 34px; height: 34px; border-radius: 50%; }

    .trust-strip { min-height: 64px; height: 64px; padding-block: 0; color: var(--ink); background: #fff; }
    .trust-strip p { color: var(--ink); font-weight: 750; }
    .section-shell { width: calc(100% - 2rem); }
    .manifesto, .collection, .signature-section, .process-section, .projects-preview, .audience-section, .journal-section, .faq-section { padding-top: 4rem; padding-bottom: 4rem; }
    .section-heading h2,
    .manifesto h2,
    .process-intro h2,
    .projects-head h2,
    .audience-copy h2,
    .faq-intro h2 { font-size: clamp(2.3rem, 10vw, 3.25rem); line-height: 1; }
    .product-card,
    .product-card-image,
    .project-tile,
    .journal-image,
    .signature-image,
    .quote-form-wrap,
    .contact-card,
    .contact-form-panel { border-radius: 20px; }
    .product-card-actions a { border-radius: 999px; }
    .mobile-menu { background: #1d283a; }
    .mobile-menu nav a { border-radius: 16px; }
    .mobile-menu-footer > .button,
    .mobile-menu-socials a,
    .mobile-menu-socials > span { border-radius: 999px; }
}

@media (max-width: 380px) {
    .home-page .hero { min-height: 520px; }
    .home-page .hero-copy { padding-inline: 14px; }
    .home-page .hero h1 { font-size: clamp(2.3rem, 11.5vw, 2.8rem); }
    .home-page .hero-actions .button-primary,
    .home-page .hero-actions .text-link { font-size: .61rem; padding-inline: .45rem; }
}

@media (min-width: 821px) {
    .home-page .hero {
        min-height: 560px;
        height: min(690px, calc(100svh - 110px));
    }
    .home-page .hero-copy { padding-top: 220px; }
    .home-page .hero h1 { max-width: 12ch; }
    .home-page .hero-lead { display: none; }
}

@media (min-width: 821px) and (max-height: 760px) {
    .site-header,
    .home-page .site-header:not(.is-scrolled) { top: 28px; height: 112px; }
    .home-page .hero { min-height: 560px; height: calc(100svh - 110px); }
    .home-page .hero-copy { padding-top: 175px; }
    .home-page .hero h1 { max-width: 12ch; font-size: clamp(3rem, 4.7vw, 4.5rem); }
}

/* References page */
.references-hero {
    width: calc(100% - 40px);
    min-height: 560px;
    margin: 128px 20px 0;
    padding: clamp(4rem, 7vw, 7rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 3rem;
    overflow: hidden;
    color: #fff;
    background: var(--pine);
    border-radius: 30px;
}
.references-hero h1 {
    max-width: 12ch;
    margin: 1.5rem 0 2rem;
    font: 750 clamp(4rem, 6vw, 7rem)/.92 var(--sans);
    letter-spacing: -.055em;
}
.references-hero h1 em,
.references-heading h2 em,
.reference-cta h2 em { color: #c3a88d; font-style: normal; font-weight: 500; }
.references-hero > div > p:last-child {
    max-width: 46rem;
    color: rgba(255, 255, 255, .72);
    font-size: 1rem;
    line-height: 1.75;
}
.references-hero aside { display: flex; align-items: flex-end; gap: 1rem; }
.references-hero aside strong { color: #c3a88d; font: 500 5rem/1 var(--sans); letter-spacing: -.06em; }
.references-hero aside span { padding-bottom: .45rem; font-size: .64rem; line-height: 1.45; letter-spacing: .13em; text-transform: uppercase; }

.reference-summary {
    padding-block: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.reference-summary article {
    min-height: 160px;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f4f6f7;
    border: 1px solid var(--line);
    border-radius: 18px;
}
.reference-summary article span { margin-bottom: 1.4rem; color: var(--clay); font-size: .66rem; letter-spacing: .12em; }
.reference-summary article strong { color: var(--ink); font-size: 1.15rem; }
.reference-summary article p { margin-top: .45rem; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.references-gallery { padding-block: clamp(5rem, 7vw, 7rem); }
.references-heading {
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 4rem;
}
.references-heading h2,
.reference-cta h2 { margin-top: 1.1rem; color: var(--ink); font: 700 clamp(3rem, 4.8vw, 5.4rem)/.95 var(--sans); letter-spacing: -.05em; }
.references-heading h2 em { color: var(--clay); }
.references-heading > p { max-width: 35rem; color: var(--muted); line-height: 1.75; }
.reference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 420px;
    gap: 12px;
}
.reference-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--ink);
    border-radius: 24px;
    isolation: isolate;
}
.reference-card-wide { grid-column: 1 / -1; height: 600px; }
.reference-card picture,
.reference-card img { width: 100%; height: 100%; display: block; }
.reference-card img { object-fit: cover; transition: transform .7s ease; }
.reference-card:hover img { transform: scale(1.025); }
.reference-card-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(9, 21, 34, .08) 30%, rgba(9, 21, 34, .82) 100%); }
.reference-card > span { position: absolute; z-index: 2; top: 1.5rem; left: 1.5rem; font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.reference-card > div:last-child { position: absolute; z-index: 2; right: 1.6rem; bottom: 1.6rem; left: 1.6rem; }
.reference-card h3 { max-width: 18ch; font: 650 clamp(1.7rem, 2.3vw, 2.8rem)/1 var(--sans); letter-spacing: -.035em; }
.reference-card p { margin-top: .7rem; color: rgba(255, 255, 255, .72); font-size: .75rem; letter-spacing: .025em; }

.reference-cta {
    margin-bottom: 20px;
    padding: clamp(2.5rem, 5vw, 5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, .7fr) auto;
    align-items: end;
    gap: 3rem;
    color: #fff;
    background: var(--pine);
    border-radius: 24px;
}
.reference-cta h2 { color: #fff; font-size: clamp(2.8rem, 4vw, 4.8rem); }
.reference-cta > p { color: rgba(255, 255, 255, .7); line-height: 1.7; }
.reference-cta .button { white-space: nowrap; }

@media (max-width: 820px) {
    .references-hero {
        width: calc(100% - 16px);
        min-height: 520px;
        margin: calc(82px + var(--sat)) 8px 0;
        padding: 3rem 1.25rem;
        grid-template-columns: 1fr;
        align-content: end;
        gap: 2rem;
        border-radius: 26px;
    }
    .references-hero h1 { margin-block: 1.2rem 1.5rem; font-size: clamp(2.7rem, 11vw, 3.8rem); }
    .references-hero > div > p:last-child { font-size: .86rem; }
    .references-hero aside strong { font-size: 3.4rem; }
    .reference-summary { padding-block: 1.5rem; grid-template-columns: 1fr; gap: 8px; }
    .reference-summary article { min-height: 122px; border-radius: 16px; }
    .references-gallery { padding-block: 4rem; }
    .references-heading { margin-bottom: 2rem; grid-template-columns: 1fr; gap: 1.4rem; }
    .references-heading h2 { font-size: clamp(2.6rem, 11vw, 3.6rem); }
    .references-heading > p { font-size: .86rem; }
    .reference-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 8px; }
    .reference-card,
    .reference-card-wide { height: auto; min-height: 0; grid-column: auto; aspect-ratio: 16 / 11; border-radius: 20px; }
    .reference-card > span { top: 1.1rem; left: 1.1rem; }
    .reference-card > div:last-child { right: 1.1rem; bottom: 1.1rem; left: 1.1rem; }
    .reference-card h3 { font-size: 1.65rem; }
    .reference-card p { font-size: .69rem; }
    .reference-cta {
        margin-bottom: 8px;
        padding: 2.25rem 1.25rem;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.8rem;
        border-radius: 22px;
    }
    .reference-cta h2 { font-size: clamp(2.5rem, 10vw, 3.4rem); }
    .reference-cta > p { font-size: .86rem; }
    .reference-cta .button { width: 100%; justify-content: space-between; }
}

@media (max-width: 820px) {
    .contact-page .contact-brief,
    .contact-page .contact-form-panel { border-radius: 22px; }
}

/* Rounded mobile navigation system. */
@media (max-width: 820px) {
    body .mobile-menu {
        top: 8px;
        right: 8px;
        bottom: 8px;
        left: auto;
        width: min(calc(100% - 16px), 370px);
        height: calc(100dvh - 16px);
        min-height: 0;
        padding: 14px;
        grid-template-rows: 62px minmax(0, 1fr);
        color: var(--ink);
        background: rgba(255,255,255,.98);
        border: 1px solid var(--line);
        border-radius: 28px;
        box-shadow: 0 20px 55px rgba(17,28,41,.22);
        backdrop-filter: blur(18px);
    }
    body .mobile-menu-top {
        min-height: 62px;
        padding: 0 4px 10px;
        border-bottom: 0;
    }
    body .mobile-menu-top button,
    body .site-header .menu-button {
        color: #fff;
        background: var(--clay) !important;
    }
    body .mobile-menu nav {
        padding: 10px 0 0;
        gap: 8px;
    }
    body .mobile-menu nav a {
        min-height: 54px;
        padding: 0 16px;
        color: var(--ink);
        background: #f5f7f8;
        border: 1px solid var(--line);
        border-radius: 16px;
    }
    body .mobile-menu nav a:hover,
    body .mobile-menu nav a:focus-visible {
        color: var(--ink);
        background: #edf1f3;
        border-color: rgba(52,66,86,.2);
    }
    body .mobile-menu nav a[aria-current="page"] {
        color: #fff;
        background: var(--clay);
        border-color: var(--clay);
    }
}

/* Final inner-page header separation overrides. */
@media (min-width: 821px) {
    .product-page .breadcrumbs {
        margin-top: 128px;
        padding-top: 0;
    }
}

@media (max-width: 820px) {
    .product-page main { padding-top: 0; }
    .product-page .breadcrumbs {
        margin-top: calc(82px + var(--sat));
    }
}

@media (min-width: 821px) {
    .site-header { grid-template-columns: auto 1fr; }
    .desktop-nav { justify-self: end; gap: clamp(1.1rem, 2vw, 2.2rem); }
}

@media (max-width: 820px) {
    .mobile-menu {
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(84vw, 360px);
        height: 100dvh;
        min-height: 100dvh;
        padding: max(1rem, var(--sat)) 1.25rem max(1.25rem, var(--sab));
        display: grid;
        grid-template-rows: 58px minmax(0, 1fr) auto;
        overflow: hidden;
        color: var(--ink);
        background: #fff;
        box-shadow: none;
        transform: translateX(105%);
        transition: transform .34s ease, visibility .34s;
    }
    .mobile-menu.is-open { transform: translateX(0); }
    .mobile-menu-top {
        min-height: 58px;
        padding: 0;
        border-bottom: 1px solid var(--line);
    }
    .mobile-menu-top .brand { color: var(--ink); }
    .mobile-menu-top .brand-mark,
    .mobile-menu-top .brand-mark i { color: var(--clay); background-color: var(--clay); }
    .mobile-menu-top .brand-copy strong { color: var(--ink); }
    .mobile-menu-top .brand-copy small { color: var(--clay); }
    .mobile-menu-top button {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
        padding: 0;
        display: grid;
        place-items: center;
        color: #fff;
        background: var(--clay);
        border-radius: 50%;
        font-size: 1.3rem;
        line-height: 1;
    }
    .mobile-menu-top button span {
        width: 1em;
        height: 1em;
        display: grid;
        place-items: center;
        line-height: 1;
        transform: translateY(-1px);
    }
    .mobile-menu-label { display: none; }
    .mobile-menu nav {
        padding: 1.5rem 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        min-height: 0;
        overflow-y: auto;
        scrollbar-width: none;
    }
    .mobile-menu nav::-webkit-scrollbar { display: none; }
    .mobile-menu nav a {
        min-height: 54px;
        padding: 0 .25rem;
        display: flex;
        align-items: center;
        color: var(--ink);
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(52,66,86,.11);
        border-radius: 0;
        font: 650 1rem/1.2 var(--sans);
    }
    .mobile-menu nav a:hover,
    .mobile-menu nav a:focus-visible { color: var(--clay); background: transparent; border-color: rgba(52,66,86,.11); }
    .mobile-menu nav small { display: none; }
    .mobile-menu-footer {
        padding-top: .9rem;
        display: grid;
        gap: .65rem;
        border-top: 1px solid var(--line);
        background: #fff;
    }
    .mobile-menu-socials {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .mobile-menu-socials a,
    .mobile-menu-socials .is-disabled {
        min-height: 42px;
        padding: 0 .75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--ink);
        background: #f2f5f6;
        border: 1px solid var(--line);
        border-radius: 12px;
        font-size: .7rem;
        font-weight: 700;
    }
    .mobile-menu-socials a:hover,
    .mobile-menu-socials a:focus-visible { color: var(--clay); border-color: rgba(72,169,11,.45); }
    .mobile-menu-socials .is-disabled { opacity: .45; }
    .mobile-menu-footer > .button {
        width: 100%;
        min-height: 48px;
        padding: 0 1rem;
        justify-content: space-between;
        border-radius: 14px;
        font-size: .74rem;
    }
    body { padding-bottom: 0; }
    .floating-whatsapp {
        position: fixed;
        right: max(16px, var(--sar));
        bottom: max(16px, var(--sab));
        z-index: 92;
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        color: #fff;
        background: #25d366;
        border: 3px solid #fff;
        border-radius: 50%;
        box-shadow: 0 9px 26px rgba(15,35,24,.3);
    }
    .floating-whatsapp svg { width: 29px; height: 29px; display: block; }
    .floating-whatsapp:active { transform: scale(.95); }
}

/* Reference-style closing footer */
.site-footer {
    margin: 18px 10px 10px;
    padding: clamp(2rem, 3vw, 2.8rem) clamp(1.4rem, 3vw, 3rem) 1rem;
    display: grid;
    grid-template-columns: 1.45fr .72fr .82fr 1.1fr;
    column-gap: clamp(1.5rem, 3vw, 3.5rem);
    row-gap: 0;
    color: #fff;
    background: #2a2a27;
    border-radius: 22px;
}
.site-footer .brand { margin-bottom: 1rem; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark { color: var(--clay); }
.site-footer .brand-mark i { background: var(--clay); }
.site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-copy small { color: var(--clay); }
.footer-brand p { max-width: 25rem; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.55; }
.footer-column { gap: .46rem; }
.footer-column > span { margin-bottom: .35rem; color: var(--clay); font-size: .63rem; font-weight: 750; letter-spacing: .06em; }
.footer-column a,
.footer-column p { color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 550; line-height: 1.45; }
.footer-column a { transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: var(--clay); transform: translateX(3px); }
.footer-contact-column p { width: auto; }
.footer-closing {
    grid-column: 1 / -1;
    margin-top: 1.45rem;
    padding: 1.4rem 0 1.25rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid rgba(255,255,255,.12);
}
.footer-closing h2 {
    margin: 0;
    color: rgba(255,255,255,.38);
    font: 750 clamp(1.7rem, 2.7vw, 3.2rem)/.98 var(--sans);
    letter-spacing: -.045em;
}
.footer-closing h2 span { color: #fff; }
.footer-closing > a {
    min-height: 48px;
    padding: 0 1.35rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    flex: 0 0 auto;
    border-radius: 999px;
    color: #fff;
    background: var(--clay);
    font-size: .7rem;
    font-weight: 750;
}
.footer-bottom { margin-top: 0; padding-top: .9rem; color: rgba(255,255,255,.5); }

@media (max-width: 820px) {
    .site-footer {
        margin: 16px 8px 8px;
        padding: 1.8rem 1.1rem 1rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.45rem .85rem;
        border-radius: 20px;
    }
    .footer-brand { grid-column: 1 / -1; }
    .site-footer .brand { margin-bottom: .8rem; }
    .footer-brand p { max-width: 28rem; margin-bottom: 0; font-size: .7rem; line-height: 1.5; }
    .footer-column { min-width: 0; }
    .footer-column a,
    .footer-column p { width: auto; font-size: .68rem; overflow-wrap: anywhere; }
    .footer-column > span { margin-bottom: .25rem; font-size: .58rem; }
    .footer-contact-column {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }
    .footer-contact-column > span { grid-column: 1 / -1; }
    .footer-closing {
        grid-column: 1 / -1;
        margin-top: 0;
        padding: 1.35rem 0 1.15rem;
        display: grid;
        align-items: start;
        gap: 1.15rem;
    }
    .footer-closing h2 { font-size: clamp(1.65rem, 7.8vw, 2.3rem); }
    .footer-closing > a { width: max-content; min-height: 44px; }
    .footer-bottom {
        grid-column: 1 / -1;
        margin-top: 0;
        padding-top: .9rem;
        align-items: flex-start;
        gap: .65rem;
    }
    .footer-bottom div { gap: .5rem .8rem; }
    .footer-bottom div a + a::before { display: none; }
}

/* Hayal Life inspired frontend system */
:root {
    --ink: #344256;
    --pine: #1d283a;
    --moss: #647184;
    --clay: #48a90b;
    --sand: #f1f3f5;
    --paper: #ffffff;
    --white: #ffffff;
    --line: rgba(52, 66, 86, .14);
    --radius: 20px;
    --serif: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
    --sans: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
    --site-section-gap: 20px;
    --inner-card-gap: 12px;
    --inner-card-radius: 18px;
}

body { color: var(--ink); background: #fff; font-weight: 500; }
main h1, main h2 { left: 0; }

/* Keep every top-level content transition on the same visual rhythm. */
main#icerik > section {
    margin-block-end: 0;
}
main#icerik > section:not(:first-child) {
    margin-block-start: var(--site-section-gap);
}
main#icerik > section:last-child {
    margin-block-end: var(--site-section-gap);
}
.button, .header-cta { border-radius: 999px; font-weight: 700; }
.button-primary, .product-card-actions a:last-child { background: var(--clay); }
.button-dark, .product-card-actions a:first-child { background: #1d283a; }
.round-link {
    width: auto;
    min-width: 132px;
    height: 48px;
    flex: 0 0 auto;
    flex-direction: row;
    gap: .55rem;
    padding: 0 1.25rem;
    border-color: var(--clay);
    border-radius: 4px;
    color: var(--clay);
    white-space: nowrap;
}
.round-link:hover { background: var(--clay); }

/* Shared rounded-card language */
.audience-section,
.values-section {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 30px;
}
.contact-channels,
.contact-process,
.values-grid,
.featured-post,
.article-cover,
.faq-list {
    overflow: hidden;
    border-radius: 24px;
}
.faq-list {
    border: 1px solid var(--line);
}
.faq-list details:first-child { border-top: 0; }
.faq-list details:last-child { border-bottom: 0; }

@media (max-width: 820px) {
    :root {
        --site-section-gap: 8px;
        --inner-card-gap: 8px;
        --inner-card-radius: 16px;
    }

    .audience-section,
    .values-section {
        width: calc(100% - 16px);
        margin-right: 8px;
        margin-left: 8px;
        border-radius: 26px;
    }
    .contact-channels,
    .contact-process,
    .values-grid,
    .featured-post,
    .article-cover,
    .faq-list {
        border-radius: 22px;
    }
}

/* Rounded internal rows: replace legacy straight divider lists site-wide. */
.feature-list,
.process-list,
.spec-table,
.project-feature-copy dl,
.tour-panel ol,
.tour-panel ul,
.article-body > ul,
.contact-helper ol,
.contact-brief ol,
.faq-list {
    display: grid;
    gap: var(--inner-card-gap);
}

.feature-list li,
.spec-table div,
.project-feature-copy dl div,
.contact-brief li {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.035);
}

.feature-list li {
    padding: 1rem 1.1rem;
}
.feature-list li:nth-child(odd) { margin-right: 0; }

.process-list li,
.tour-panel li,
.article-body > ul li,
.contact-helper li,
.product-hero-code dl div {
    border: 1px solid var(--line);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.72);
}

.process-list li { padding: 1.5rem; }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.tour-panel li,
.contact-helper li { padding: .9rem 1rem; }
.article-body > ul { border-top: 0; }
.article-body > ul li { padding: 1rem 1rem 1rem 2.2rem; }
.product-hero-code dl { display: grid; gap: 7px; }
.product-hero-code dl div { padding: .7rem .8rem; }

.spec-table { gap: var(--inner-card-gap); }
.spec-table div { padding: 0 1rem; }
.spec-table div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.project-feature-copy dl { gap: 8px; }
.project-feature-copy dl div { padding: .8rem 1rem; }
.contact-brief li { padding: 1.2rem 1rem; }

.audience-list,
.principle-grid,
.values-grid,
.contact-channels,
.contact-process {
    gap: var(--inner-card-gap);
}

.audience-list { padding: var(--inner-card-gap); }
.audience-list article,
.principle-grid article {
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.035);
}
.audience-list article { border-right: 1px solid rgba(255,255,255,.15); }
.principle-grid article:last-child { border-right: 1px solid rgba(255,255,255,.15); }

.values-grid,
.contact-channels,
.contact-process,
.faq-list {
    overflow: visible;
    border: 0;
}
.values-grid article,
.contact-channels a,
.contact-process > div,
.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.76);
}
.values-grid article,
.values-grid article:last-child,
.contact-channels a,
.contact-channels a:last-child,
.contact-process > div,
.contact-process > div:last-child,
.faq-list details,
.faq-list details:first-child,
.faq-list details:last-child {
    border: 1px solid var(--line);
}
.faq-list details { overflow: hidden; }
.faq-list summary { padding: 0 1.25rem; }
.faq-list details p { padding-right: 1.25rem; }

.catalog-note,
.article-related,
.legal-layout section {
    border: 1px solid var(--line);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.65);
}
.catalog-note { padding: 2rem; }
.article-related { padding: 1.4rem; }
.legal-layout section { padding: 2rem; }

.faq-section,
.journal-hero { border-top: 0; border-bottom: 0; }
.contact-card { display: flex; flex-direction: column; }
.contact-big-link {
    margin-top: 8px;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.035);
}
.quote-contact {
    padding: 1.25rem;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--inner-card-radius);
    background: rgba(255,255,255,.035);
}

/* Responsive parity: same content and component language on every screen. */
:root {
    --section-pad-y: clamp(5rem, 7vw, 7rem);
}

.manifesto,
.collection,
.process-section,
.projects-preview,
.journal-section,
.faq-section,
.product-story,
.features-section,
.related-section,
.about-manifesto,
.values-section,
.about-split {
    padding-block: var(--section-pad-y);
}

@media (max-width: 820px) {
    :root { --section-pad-y: 4rem; }

    .manifesto,
    .collection,
    .process-section,
    .projects-preview,
    .journal-section,
    .faq-section,
    .product-story,
    .features-section,
    .related-section,
    .about-manifesto,
    .values-section,
    .about-split {
        padding-block: var(--section-pad-y);
    }

    .button span,
    .button i,
    .button b,
    .button-primary span,
    .button-primary i,
    .button-dark span,
    .button-dark i,
    .form-submit span,
    .form-submit i,
    .hero-actions .button span,
    .hero-actions .button i,
    .product-card-actions a span,
    .product-card-actions a i,
    .catalog-note .button span,
    .catalog-note .button i,
    .project-disclaimer .button span,
    .project-disclaimer .button i,
    .featured-post .button span,
    .featured-post .button i,
    .text-link span,
    .text-link i,
    .ink-link span,
    .ink-link i,
    .round-link span:last-child {
        display: inline !important;
    }

    .button,
    .button-primary,
    .button-dark,
    .form-submit {
        gap: .7rem !important;
    }

    .product-hero-code {
        display: block;
        margin-top: .5rem;
    }

    .article-layout aside {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .75rem 1rem;
        margin-bottom: 2rem;
        padding: 1rem;
        border: 1px solid var(--line);
        border-radius: var(--inner-card-radius);
        background: rgba(255,255,255,.72);
    }
    .article-layout aside span { width: 100%; margin: 0; }

    .tour-stage-bottom p,
    .panorama-toolbar span { display: block; }
    .tour-stage-bottom p { max-width: 22ch; font-size: .58rem; }
    .panorama-toolbar { flex-wrap: wrap; }
    .panorama-toolbar span { flex: 1 0 100%; padding: 0 .5rem .25rem; }

    .featured-post { width: calc(100% - 2rem); }
    .article-cover { width: calc(100% - 16px) !important; }
}

@media (min-width: 480px) and (max-width: 820px) {
    .product-hero-actions {
        width: auto;
        flex-direction: row;
        align-items: center;
    }
    .product-hero-actions .button { width: auto; }
}

/* About hero follows the separated floating-header/card layout. */
@media (min-width: 821px) {
    .contact-page .contact-showcase {
        width: calc(100% - 40px);
        min-height: 760px;
        margin: 128px 20px 0;
        padding-top: 0;
        grid-template-columns: .9fr 1.1fr;
        border-radius: 30px;
    }
    .contact-page .contact-showcase-copy {
        padding: clamp(6rem, 9vw, 10rem) clamp(2rem, 5vw, 6rem);
    }
    .contact-page .contact-showcase-copy h1 {
        margin: 0;
        font: 400 clamp(4rem, 6vw, 7rem)/.88 var(--serif);
        letter-spacing: -.055em;
    }
    .contact-page .contact-showcase-copy > p {
        max-width: 34rem;
        margin: 2.5rem 0 2.2rem;
    }

    .about-page .about-hero {
        width: calc(100% - 40px);
        min-height: 760px;
        margin: 128px 20px 0;
        padding-top: 0;
        overflow: hidden;
        border-radius: 30px;
    }
}

@media (max-width: 820px) {
    .about-page main { padding-top: 0; }
    .about-page .about-hero {
        width: calc(100% - 16px);
        margin: calc(82px + var(--sat)) 8px 0;
        overflow: hidden;
        border-radius: 26px;
    }
    .about-page .about-hero-image {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
}

/* Models listing uses the same separated floating-header/card layout. */
@media (min-width: 821px) {
    .models-page .product-list-hero {
        width: calc(100% - 40px);
        margin: 128px 20px 0;
        overflow: hidden;
        border-radius: 30px;
    }
}

@media (max-width: 820px) {
    .models-page main { padding-top: 0; }
    .models-page .product-list-hero {
        width: calc(100% - 16px);
        margin: calc(82px + var(--sat)) 8px 0;
        overflow: hidden;
        border-radius: 26px;
    }
}

@media (max-width: 820px) {
    .audience-list article,
    .principle-grid article,
    .principle-grid article:last-child,
    .values-grid article,
    .values-grid article:last-child,
    .contact-channels a,
    .contact-channels a:last-child,
    .contact-process > div,
    .contact-process > div:last-child {
        border: 1px solid var(--line);
    }
    .audience-list article,
    .principle-grid article,
    .principle-grid article:last-child {
        border-color: rgba(255,255,255,.15);
    }
}
.eyebrow, .section-index { color: var(--clay); font-weight: 700; }
.eyebrow span { background: var(--clay); }
.product-card, .product-hero-code, .tour-model-tabs button { border-radius: 22px; }
.project-tile, .journal-image, .signature-image { border-radius: 24px; }
.product-card-specs { background: #f5f7f8; }

@media (min-width: 821px) {
    .site-header,
    .site-header.is-scrolled,
    .home-page .site-header:not(.is-scrolled),
    .inner-page .site-header:not(.is-scrolled) {
        top: 20px;
        right: 20px;
        left: 20px;
        height: 88px;
        padding: 0 clamp(1.6rem, 2.4vw, 2.5rem);
        color: var(--ink);
        background: #fff;
        border: 0;
        border-radius: 46px;
        box-shadow: 0 8px 22px rgba(18, 29, 43, .12);
    }
    .site-header.is-scrolled {
        position: fixed;
        top: 10px;
        height: 72px;
        border-radius: 38px;
    }
    .brand-mark { color: var(--clay); }
    .brand-copy strong { color: var(--ink); font-size: 1.15rem; }
    .brand-copy small { color: var(--clay); font-weight: 800; }
    .desktop-nav { gap: clamp(.9rem, 1.6vw, 1.8rem); font-size: .82rem; font-weight: 650; letter-spacing: 0; }
    .desktop-nav a { opacity: 1; }
    .desktop-nav a::after { bottom: .05rem; height: 2px; background: var(--clay); }
    .header-cta { min-height: 52px; padding-inline: 1.5rem; background: var(--clay); }
    .home-page .site-header:not(.is-scrolled) {
        color: #fff;
        background: linear-gradient(105deg, rgba(13, 24, 36, .58), rgba(34, 48, 62, .3) 58%, rgba(235, 242, 245, .24));
        border: 1px solid rgba(255,255,255,.3);
        border-bottom-color: rgba(255,255,255,.12);
        border-radius: 30px 30px 0 0;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(255,255,255,.08);
        -webkit-backdrop-filter: blur(20px) saturate(135%);
        backdrop-filter: blur(20px) saturate(135%);
    }
    .home-page .site-header:not(.is-scrolled) .brand-copy strong,
    .home-page .site-header:not(.is-scrolled) .desktop-nav a { color: #fff; }
    .home-page .site-header:not(.is-scrolled) .brand-copy small { color: rgba(255,255,255,.82); }

    .home-page .hero {
        position: relative;
        width: calc(100% - 40px);
        min-height: 660px;
        height: min(760px, calc(100svh - 40px));
        margin: 20px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        background: #172230;
        border-radius: 30px;
        overflow: hidden;
    }
    .home-page .hero-visual {
        grid-area: 1 / 1;
        min-width: 0;
        margin: 0;
        border-radius: inherit;
        box-shadow: none;
    }
    .home-page .hero-shade {
        background: linear-gradient(90deg, rgba(11, 19, 27, .86) 0%, rgba(11, 19, 27, .68) 39%, rgba(11, 19, 27, .32) 68%, rgba(11, 19, 27, .45) 100%);
    }
    .home-page .hero-copy {
        grid-area: 1 / 1;
        z-index: 5;
        min-width: 0;
        padding: 158px 3.5vw 38px;
        display: block;
        overflow: visible;
        background: transparent;
        pointer-events: none;
    }
    .home-page .hero-copy > * { pointer-events: auto; }
    .home-page .hero-copy::after { display: none; }
    .home-page .hero .eyebrow {
        display: flex;
        margin-bottom: 1.25rem;
        color: #fff;
        font-size: .68rem;
        letter-spacing: .11em;
    }
    .home-page .hero .eyebrow span { background: var(--clay); }
    .home-page .hero h1 {
        max-width: 10.5ch;
        color: #fff;
        font-family: var(--sans);
        font-size: clamp(3.8rem, 5vw, 5.25rem);
        font-weight: 700;
        line-height: .91;
        letter-spacing: -.055em;
    }
    .home-page .hero h1 em { padding: 0; color: #c3a88d; font-size: 1em; font-style: normal; font-weight: 500; }
    .home-page .hero-lead {
        display: block;
        max-width: 37rem;
        margin-top: 1.25rem;
        color: rgba(255,255,255,.82);
        font-size: .9rem;
        line-height: 1.55;
    }
    .home-page .hero-actions { margin-top: 1.45rem; gap: 1rem; }
    .home-page .hero-actions .button,
    .home-page .hero-actions .text-link {
        min-height: 52px;
        padding: 0 2rem;
        display: inline-flex;
        align-items: center;
        border: 0;
        border-radius: 999px;
        color: #fff;
        font-weight: 700;
    }
    .home-page .hero-actions .text-link { background: rgba(255,255,255,.28); backdrop-filter: blur(10px); }
    .home-page .hero-topline { display: none; }
    .home-page .hero-slider-controls { right: 2rem; bottom: 1.5rem; left: auto; }
    .home-page .hero-slider-dots,
    .home-page .hero-slider-toggle { border-radius: 50px; }
    .trust-strip {
        min-height: 76px;
        padding: 1.5rem clamp(2rem, 5vw, 5rem);
        color: var(--ink);
        background: #fff;
        border: 0;
    }
    .trust-strip p { font-weight: 750; }
    .collection, .quote-form-wrap { background: #f3f5f7; }
}

@media (min-width: 821px) and (max-height: 760px) {
    .site-header,
    .home-page .site-header:not(.is-scrolled) { top: 16px; height: 82px; }
    .home-page .hero { min-height: 620px; height: 100svh; }
    .home-page .hero-copy { padding-top: 150px; padding-bottom: 28px; }
    .home-page .hero h1 { font-size: clamp(3.2rem, 5vw, 4.8rem); }
    .home-page .hero-lead { margin-top: .9rem; }
    .home-page .hero-actions { margin-top: 1.1rem; }
}

@media (min-width: 821px) {
    .home-page .hero { min-height: 560px; height: min(690px, calc(100svh - 110px)); }
    .home-page .hero-copy { padding-top: 158px; }
    .home-page .hero h1 { max-width: 10.5ch; }
}

@media (min-width: 821px) and (max-height: 760px) {
    .site-header,
    .home-page .site-header:not(.is-scrolled) { top: 16px; height: 82px; }
    .home-page .hero { min-height: 560px; height: calc(100svh - 110px); }
    .home-page .hero-copy { padding-top: 130px; }
    .home-page .hero h1 { max-width: 10.5ch; font-size: clamp(3rem, 4.5vw, 4.35rem); }
    .home-page .hero-lead { display: none; }
}

/* Mobil metinli aksiyonlarda dekoratif ikon kullanma. İkonla çalışan temel
   kontroller (menü, slider ve WhatsApp) erişilebilirlik için korunur. */
@media (max-width: 820px) {
    .button > span,
    .button > i,
    .button > b,
    .ink-link > span,
    .ink-link > i,
    .ink-link > b,
    .text-link > span,
    .text-link > i,
    .text-link > b,
    .round-link > span,
    .round-link > i,
    .round-link > b,
    .mobile-menu-socials a > span,
    .footer-contact-column a > span,
    .footer-closing > a > span,
    .category-dropdown-trigger > svg,
    .panorama-toolbar button > .button-icon {
        display: none !important;
    }
}
