:root {
  color-scheme: only light;
  --ink: #052158;
  --ink-2: #0a3562;
  --paper: #fcf8f2;
  --paper-2: #f4eee6;
  --photo-paper: #ead6bc;
  --white: #fffdfa;
  --text: #211e1e;
  --accent: #b98232;
  --accent-strong: #7b531f;
  --accent-wash: #f3e8d8;
  --gold: var(--accent);
  --gold-dark: var(--accent-strong);
  --on-dark-muted: #bbc6d8;
  --on-dark-label: #d5b17c;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(5, 33, 88, .17);
  --muted: #5f5a55;
  --max: 1240px;
  --pad: clamp(1.15rem, 4vw, 4rem);
  --section: clamp(3rem, 6vw, 5rem);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
#kurumsal, #urunler, #uretim, #uygulamalar, #iletisim { scroll-margin-top: 140px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
body.image-viewer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
video { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--ink); background: rgba(252, 248, 242, .86); backdrop-filter: blur(12px); transition: background .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: var(--paper); border-color: var(--line-light); }
.site-header { background: var(--paper); }
/* Preserve the supplied artwork; only its empty outer margin is outside the viewport. */
.brand-header { position: relative; width: 300px; height: 112px; }
.brand-header .header-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.header-shell { width: min(100% - (var(--pad) * 2), var(--max)); height: 128px; margin-inline: auto; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex-shrink: 0; color: var(--ink); }
.brand-mark-image { width: 48px; height: 48px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(5, 33, 88, .12); }
.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .88rem; letter-spacing: .045em; text-transform: uppercase; }
.brand-copy strong span { display: block; }
.brand-copy small { margin-top: .3rem; color: rgba(5, 33, 88, .58); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1.1rem, 2.3vw, 2.4rem); }
.primary-nav a { position: relative; font-size: .84rem; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 1.2rem; padding: 0 1.5rem; background: var(--ink); color: var(--white); border: 1px solid var(--ink); font-size: .84rem; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { background: var(--ink-2); border-color: var(--ink-2); transform: translateY(-2px); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--paper); border-color: var(--paper); }
.button-outline-light { background: transparent; border-color: rgba(255, 255, 255, .55); }
.button-outline-light:hover, .button-outline-light:focus-visible { background: rgba(255, 255, 255, .08); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding-block: .7rem; border-bottom: 1px solid var(--line-light); color: var(--ink); font-size: .88rem; font-weight: 600; }
.text-link-dark { color: var(--ink); border-color: var(--line-light); }

.hero { padding: 8.5rem var(--pad) 0; overflow: hidden; color: var(--ink); background: var(--paper); }
.hero-grid { width: min(100%, var(--max)); margin-inline: auto; padding-bottom: 2.5rem; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(2.5rem, 5vw, 5rem); }
.hero-copy { position: relative; z-index: 2; padding: 1.5rem 0 2rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.5rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); text-wrap: balance; }
p { text-wrap: balance; text-wrap: pretty; }
/* Keep Turkish words intact and let grid children shrink with the viewport. */
h1, h2, h3, p { word-break: normal; hyphens: none; overflow-wrap: anywhere; }
.hero-copy, .section-heading > *, .stock-heading > *, .capabilities-intro,
.capability > div, .contact-shell > *, .footer-main > * { min-width: 0; }
.eyebrow { line-height: 1.6; }
.eyebrow > span { flex: 0 0 28px; }
h1 { max-width: 770px; margin-bottom: 1.5rem; font-size: clamp(3.2rem, 5.3vw, 5.25rem); line-height: 1.04; letter-spacing: -.06em; }
h1 em { display: block; padding-bottom: .12em; color: var(--ink); font-style: normal; background: linear-gradient(var(--accent), var(--accent)) left bottom / 38% .08em no-repeat; }
.hero-motto { font-size: clamp(3rem, 4.9vw, 4.75rem); line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.hero-motto > span { display: block; }
.hero-motto em { margin-top: .18em; padding-bottom: .22em; }
.hero-lead { max-width: 600px; margin-bottom: 2.2rem; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.13rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.contact-options { display: grid; gap: .55rem; width: min(100%, 350px); }
.contact-option { min-height: 52px; display: grid; grid-template-columns: 22px minmax(0, 1fr) 16px; align-items: center; column-gap: .85rem; padding: .65rem 1rem; border: 1px solid var(--line-light); color: var(--ink); font-size: .84rem; font-weight: 600; line-height: 1.35; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-option:hover, .contact-option:focus-visible { color: var(--ink-2); background: var(--white); border-color: rgba(5, 33, 88, .35); transform: translateY(-2px); }
.contact-option-icon { width: 22px; height: 22px; display: grid; place-items: center; color: var(--accent-strong); }
.contact-option-icon svg { width: 18px; height: 18px; }
.contact-option-icon-phone svg { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.contact-option-icon-whatsapp svg { fill: currentColor; }
.contact-option-label { min-width: 0; text-align: left; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; white-space: normal; }
.contact-option-label strong { font-weight: 800; }
.contact-option-arrow { justify-self: end; font-size: .85rem; }
.hero-contact-links { flex: 0 1 350px; }
.hero-visual { position: relative; aspect-ratio: 1122 / 1402; margin: 0; isolation: isolate; background: var(--photo-paper); box-shadow: 0 24px 64px rgba(5, 33, 88, .08); }
.hero-visual::before { content: ""; position: absolute; inset: 4% -2% -4% 4%; z-index: -1; border: 1px solid rgba(185, 130, 50, .52); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide { position: absolute; inset: 0; z-index: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .8s ease, visibility 0s linear .8s; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.trust-strip { width: min(100%, var(--max)); margin-inline: auto; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip div { padding: 1.45rem 1.7rem; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.trust-strip div:first-child { border-left: 1px solid var(--line-light); }
.trust-strip strong { color: var(--ink); font-size: .95rem; }
.trust-strip span { margin-top: .15rem; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-location { display: flex; flex-direction: column; align-items: flex-start; color: inherit; text-decoration: none; }
.trust-location em { margin-top: .55rem; color: var(--gold-dark); font-size: .68rem; font-style: normal; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.trust-location em span { color: inherit; font-size: inherit; }
.trust-location:hover strong, .trust-location:focus-visible strong { color: var(--gold-dark); }
.trust-location:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

.section { width: min(100% - (var(--pad) * 2), var(--max)); margin-inline: auto; padding-block: var(--section); }
.section-heading { display: grid; grid-template-columns: 1fr .68fr; align-items: end; gap: 5rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.section-heading h2, .capabilities h2, .heritage h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.8vw, 5rem); line-height: 1.2; letter-spacing: -.045em; }
.section-heading > p { max-width: 500px; margin-bottom: .4rem; color: var(--muted); }
.products { padding-block: clamp(3rem, 5vw, 4.5rem); }
.products .section-heading { grid-template-columns: 1.2fr .6fr; gap: 3rem; margin-bottom: clamp(2rem, 3vw, 3rem); }
.products .section-heading h2 { font-size: clamp(2.7rem, 4vw, 4.2rem); }
.category-carousel { border: 1px solid var(--line-light); background: var(--white); overflow: hidden; }
.category-stage { display: grid; }
.category-slide { grid-area: 1 / 1; min-width: 0; display: grid; grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .5s ease, visibility .5s ease; }
.category-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.category-copy { min-width: 0; padding: clamp(1.8rem, 2.7vw, 2.8rem); display: flex; flex-direction: column; justify-content: flex-start; background: var(--ink); color: var(--white); }
.category-copy p { max-width: 38ch; margin: 0 0 1rem; color: rgba(255, 255, 255, .68); font-size: .95rem; }
.category-copy a { align-self: flex-start; margin-top: 0; padding-bottom: .35rem; border-bottom: 1px solid rgba(255, 255, 255, .3); color: var(--white); font-size: .84rem; font-weight: 700; }
.category-gallery { min-width: 0; height: auto; min-height: clamp(360px, 34vw, 460px); display: grid; gap: 3px; background: var(--paper); }
.category-gallery-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.category-gallery-three { grid-template: repeat(2, minmax(0, 1fr)) / minmax(0, 1.18fr) minmax(0, .82fr); }
.category-gallery-three > a:first-child { grid-row: 1 / 3; }
.category-gallery-written { grid-template: repeat(2, minmax(0, 1fr)) / minmax(0, 1.15fr) minmax(0, .85fr); }
.category-gallery-written > a:first-child { grid-row: 1 / 3; grid-column: 1; }
.category-gallery-written > a:nth-child(2) { grid-row: 1; grid-column: 2; }
.category-gallery-written > a:nth-child(3) { grid-row: 2; grid-column: 2; }
.category-gallery > a { position: relative; min-width: 0; min-height: 0; display: block; overflow: hidden; background: var(--photo-paper); }
.category-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-x, 50%) var(--focus-y, 50%); transform-origin: var(--focus-x, 50%) var(--focus-y, 50%); will-change: transform; }
.category-gallery-written > a:nth-child(3) img { object-fit: contain; }
#product-panel-4 .category-gallery { grid-template-rows: minmax(0, 1.006fr) minmax(0, .994fr); }
#product-panel-4 .category-gallery > a:nth-child(3) { background: #020817; }
.category-gallery-written > a:nth-child(3) { background: #e7cbae; }
:where(.category-carousel.is-in-view) .category-slide.is-active .category-gallery img { animation: category-image-focus 7s cubic-bezier(.22, .61, .36, 1) both; }
.category-carousel.is-paused .category-slide.is-active .category-gallery img { animation-play-state: paused; }
#product-panel-1 .category-gallery > a:nth-child(1) img { --focus-scale: 1.07; --focus-x: 48%; --focus-y: 46%; }
#product-panel-1 .category-gallery > a:nth-child(2) img { --focus-scale: 1.065; --focus-x: 52%; --focus-y: 52%; }
#product-panel-2 .category-gallery > a:nth-child(1) img { --focus-scale: 1.04; --focus-x: 50%; --focus-y: 45%; }
#product-panel-2 .category-gallery > a:nth-child(2) img { --focus-scale: 1.055; --focus-x: 48%; --focus-y: 50%; }
#product-panel-2 .category-gallery > a:nth-child(3) img { --focus-scale: 1.065; --focus-x: 52%; --focus-y: 50%; }
#product-panel-3 .category-gallery > a:nth-child(1) img { --focus-scale: 1.05; --focus-x: 50%; --focus-y: 47%; }
#product-panel-3 .category-gallery > a:nth-child(2) img { --focus-scale: 1.05; --focus-x: 50%; --focus-y: 52%; }
#product-panel-4 .category-gallery > a:nth-child(1) img { --focus-scale: 1.065; --focus-x: 48%; --focus-y: 48%; }
#product-panel-4 .category-gallery > a:nth-child(2) img { --focus-scale: 1.055; --focus-x: 52%; --focus-y: 50%; }
#product-panel-4 .category-gallery > a:nth-child(3) img { --focus-scale: 1.01; --focus-x: 50%; --focus-y: 50%; }
#product-panel-5 .category-gallery > a:nth-child(1) img { --focus-scale: 1.035; --focus-x: 50%; --focus-y: 46%; }
#product-panel-5 .category-gallery > a:nth-child(2) img { --focus-scale: 1.04; --focus-x: 50%; --focus-y: 52%; }
#product-panel-6 .category-gallery > a:nth-child(1) img { --focus-scale: 1.03; --focus-x: 50%; --focus-y: 50%; }
#product-panel-6 .category-gallery > a:nth-child(2) img { --focus-scale: 1.03; --focus-x: 50%; --focus-y: 50%; }
#product-panel-6 .category-gallery > a:nth-child(3) img { --focus-scale: 1.02; --focus-x: 50%; --focus-y: 50%; }
.image-expand { position: absolute; right: .7rem; bottom: .7rem; display: grid; place-content: center; width: 44px; height: 44px; background: var(--paper); color: var(--ink); font-size: 1.2rem; }
.category-controls { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: .45rem .75rem .45rem 1.15rem; border-top: 1px solid var(--line-light); }
.category-controls p { margin: 0; color: var(--muted); font-size: .72rem; font-variant-numeric: tabular-nums; letter-spacing: .08em; }
.category-controls p span { color: var(--ink); font-weight: 800; }
.category-controls > div { display: flex; gap: .45rem; }
.category-controls button { width: 42px; height: 42px; border: 1px solid var(--line-light); background: var(--white); color: var(--ink); font: inherit; font-size: 1rem; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.category-controls button:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.category-controls button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
@keyframes category-image-focus { from { transform: scale(1); } to { transform: scale(var(--focus-scale, 1.05)); } }
.subsection-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.7rem; }
.subsection-heading h3 { margin-bottom: 0; font-size: clamp(1.5rem, 2.7vw, 2.5rem); line-height: 1.2; letter-spacing: -.04em; }
.subsection-heading > p { margin-bottom: .1rem; color: var(--muted); font-size: .95rem; }
.stock-section { margin-top: clamp(2.5rem, 4vw, 4rem); padding-top: 2rem; border-top: 1px solid var(--line-light); }
.stock-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.stock-heading h3 { margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.22; letter-spacing: -.04em; }
.stock-heading h3 > span { display: block; }
.stock-mobile-break { display: none; }
.stock-heading > p { margin-bottom: .15rem; max-width: 460px; color: var(--muted); }
.stock-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 1.25rem; }
.stock-card { min-width: 0; margin: 0; }
.stock-card > a { display: block; }
.stock-card img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; background: var(--photo-paper); }
.stock-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 2rem; }
.stock-footer > p { max-width: 600px; margin-bottom: 0; color: var(--muted); }
.stock-footer .button { flex-shrink: 0; }

.capabilities { padding: var(--section) var(--pad) clamp(2.5rem, 4vw, 4rem); background: var(--ink); color: var(--white); }
.capabilities h2, .capabilities h3, .contact h2 { color: var(--white); }
.capabilities .eyebrow, .contact .eyebrow { color: rgba(255, 255, 255, .68); }
.capabilities-shell { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(4rem, 9vw, 9rem); }
.capabilities-intro { position: sticky; top: 150px; align-self: start; }
.capabilities-intro h2 { display: flex; flex-direction: column; align-items: flex-start; gap: .12em; line-height: 1.2; }
.production-title > span { max-width: 100%; }
.capabilities-intro > p:not(.eyebrow) { max-width: 500px; margin: 1.8rem 0 2rem; color: rgba(255, 255, 255, .64); }
.capabilities-detail { min-width: 0; }
.production-motion { margin: 0 0 1rem; }
.production-media { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; background: #0b1d3d url("uretim-kumas-odak-final-poster.jpg") center / cover no-repeat; }
.production-media video { width: 100%; height: 100%; display: block; object-fit: cover; }
.production-gif-fallback { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.production-motion figcaption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: flex-start; gap: 1.5rem; padding: 1rem 0; }
.production-motion figcaption span { flex: 0 1 auto; min-width: 0; overflow-wrap: anywhere; color: #d5b17c; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.capability-list { border-top: 1px solid var(--line-dark); }
.capability { padding: 1.5rem 0; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 1.7rem; border-bottom: 1px solid var(--line-dark); }
.cap-icon { width: 58px; height: 58px; display: grid; place-content: center; border: 1px solid rgba(185, 130, 50, .62); color: var(--accent); }
.cap-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.capability span { color: rgba(255, 255, 255, .4); font-size: .66rem; letter-spacing: .12em; }
.capability h3 { margin: .3rem 0 .45rem; font-size: 1.3rem; }
.capability p { margin-bottom: 0; color: rgba(255, 255, 255, .58); font-size: .9rem; }
.applications { width: min(100%, var(--max)); margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid var(--line-dark); }
.applications .subsection-heading > p { color: rgba(255, 255, 255, .72); }
.application-visual { min-width: 0; margin: 0; }
/* Independent rounded drawings remain side by side at every viewport. */
.application-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.5rem, 1.6vw, 1.5rem); }
.application-item { min-width: 0; margin: 0; }
.application-card { position: relative; display: block; min-width: 0; aspect-ratio: 1; overflow: hidden; border-radius: 3%; background: var(--paper); }
.application-card picture { display: block; }
.application-card img { display: block; width: 100%; height: auto; }

.heritage { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); grid-template-areas: "photo copy"; align-items: start; gap: clamp(2rem, 5vw, 4rem); padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.heritage-copy { grid-area: copy; min-width: 0; }
.heritage-copy .eyebrow { margin-bottom: 1rem; font-size: .875rem; }
.heritage-copy > p:not(.eyebrow) { margin-bottom: 1rem; color: var(--muted); line-height: 1.7; }
.heritage-copy h2 { margin-bottom: 1.4rem; font-size: clamp(2.5rem, 3.8vw, 3.5rem); line-height: 1.2; letter-spacing: -.04em; }
.heritage-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line-light); }
.heritage-principles h3 { margin-bottom: .55rem; font-size: 1.05rem; line-height: 1.35; }
.heritage-principles p { margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.heritage-copy > .text-link { margin-top: 1.25rem; font-size: .9375rem; }
.heritage-photo { grid-area: photo; min-width: 0; margin: 0; }
.heritage-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.heritage-photo figcaption { display: flex; flex-direction: column; gap: .2rem; margin-top: 1rem; padding-left: 1rem; border-left: 2px solid var(--accent); font-size: .875rem; }
.heritage-photo figcaption strong { color: var(--ink); font-weight: 600; }
.heritage-photo figcaption span { color: var(--muted); }

.contact { padding: clamp(3rem, 5vw, 4.5rem) var(--pad) var(--section); background: var(--ink); color: var(--white); }
.contact-shell { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4rem; }
.contact-shell h2 { max-width: 850px; }
.contact .eyebrow span { background: var(--accent); }
.contact-actions { width: min(100%, 350px); }
.contact-actions .contact-option { color: var(--white); border-color: rgba(255, 255, 255, .45); }
.contact-actions .contact-option-icon { color: #d5b17c; }
.contact-actions .contact-option:hover, .contact-actions .contact-option:focus-visible { color: var(--white); background: rgba(255, 255, 255, .08); border-color: var(--white); }
.contact-actions .contact-option-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.contact-actions .contact-option-light:hover, .contact-actions .contact-option-light:focus-visible { color: var(--ink); background: var(--paper); border-color: var(--paper); }

.site-footer { padding: 3rem var(--pad) 1.2rem; background: #031431; color: var(--white); }
.site-footer .brand { color: var(--white); }
.site-footer .brand-mark-image { background: var(--paper); border-color: rgba(255, 255, 255, .22); }
.site-footer .brand-copy small { color: rgba(255, 255, 255, .55); }
.footer-main { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, .65fr); gap: clamp(1.5rem, 4.45vw, 4rem); }
.brand-footer { max-width: 100%; margin-bottom: 1.5rem; }
.footer-main > div:first-child > p { max-width: 400px; color: rgba(255, 255, 255, .5); font-size: .88rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-column h3 { margin-bottom: .55rem; color: rgba(255, 255, 255, .48); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: rgba(255, 255, 255, .75); font-size: .82rem; }
.footer-column a:hover { color: var(--white); }
.footer-address { margin: .55rem 0 0; font-style: normal; }
.footer-address-link { display: grid; gap: .25rem; padding-left: .9rem; border-left: 1px solid rgba(213, 177, 124, .65); line-height: 1.55; }
.footer-address-link > span { display: block; transition: color .2s ease; }
.footer-address-link strong { margin-top: .35rem; color: #d5b17c; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.footer-address-link strong span { color: inherit; font-size: inherit; }
.footer-address-link:hover > span, .footer-address-link:focus-visible > span { color: var(--white); }
.footer-bottom { width: min(100%, var(--max)); margin: 2.5rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; color: rgba(255, 255, 255, .4); font-size: .66rem; }
.footer-bottom span { min-width: 0; overflow-wrap: anywhere; text-wrap: balance; }
.footer-credit { display: inline-block; margin-left: .35em; }
.footer-credit > span { margin-right: .35em; }
.footer-credit b { font-weight: 600; }

/* Shared contrast and divider rules for the navy sections. */
.category-copy p, .capabilities-intro > p:not(.eyebrow), .capability p,
.applications .subsection-heading > p, .footer-main > div:first-child > p,
.footer-column a, .footer-column span, .footer-bottom { color: var(--on-dark-muted); }
.footer-column h3, .capabilities .eyebrow, .contact .eyebrow,
.production-motion figcaption span { color: var(--on-dark-label); }
.capability > div > span { color: var(--on-dark-muted); }
.footer-column h3 { font-size: .8rem; }
.footer-column a, .footer-column span { font-size: .875rem; }
.footer-bottom { font-size: .75rem; }
.category-copy a { border-color: var(--line-dark); }
.contact-actions .contact-option, .button-outline-light { border-color: rgba(255, 253, 250, .45); }
.cap-icon { color: var(--on-dark-label); border-color: var(--line-dark); }
.cap-icon svg { stroke-width: 1.65; }

.reveal { transition: opacity .7s ease, transform .7s ease; }
.reveal.is-pending { opacity: 0; transform: translateY(26px); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Full-viewport product gallery with native modal focus containment. */
[data-image-viewer] { cursor: zoom-in; }
.image-zoom-trigger { display: block; }
.hero-visual > .image-zoom-trigger { width: 100%; height: 100%; }
.image-viewer { position: fixed; inset: 0; width: 100%; max-width: none; height: 100vh; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: var(--white); overflow: hidden; }
.image-viewer[open] { display: block; animation: viewer-fade-in .2s ease both; }
.image-viewer::backdrop { background: rgba(3, 9, 20, .92); backdrop-filter: blur(6px); }
.image-viewer-controls { max-width: calc(100% - 2rem); flex-wrap: wrap; position: absolute; z-index: 4; top: max(1rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); display: flex; align-items: center; gap: .25rem; padding: .3rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; background: rgba(8, 15, 28, .72); box-shadow: 0 10px 36px rgba(0, 0, 0, .24); backdrop-filter: blur(14px); }
.image-viewer-controls button { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--white); font-family: inherit; font-size: 1.45rem; line-height: 1; cursor: pointer; transition: background .18s ease, opacity .18s ease; }
.image-viewer-controls button:hover { background: rgba(255, 255, 255, .14); }
.image-viewer-controls button:disabled { opacity: .32; cursor: default; }
.image-viewer-controls output { min-width: 3.4rem; text-align: center; font-size: .8125rem; font-variant-numeric: tabular-nums; }
.image-viewer-controls .image-viewer-fit { font-size: 1.15rem; }
.image-viewer-controls .image-viewer-close { margin-left: .15rem; background: rgba(255, 255, 255, .1); font-size: 1.75rem; }
.image-viewer-stage { position: absolute; inset: 0; overflow: hidden; touch-action: none; overscroll-behavior: contain; }
.image-viewer-stage:focus-visible { outline: 2px solid var(--accent); outline-offset: -3px; }
.image-viewer-stage img { position: absolute; top: 50%; left: 50%; max-width: none; opacity: 0; border-radius: 2px; box-shadow: 0 24px 80px rgba(0, 0, 0, .42); user-select: none; -webkit-user-drag: none; cursor: zoom-in; transition: opacity .18s ease; }
.image-viewer-stage img.is-ready { opacity: 1; }
.image-viewer-stage.is-zoomed img { cursor: grab; }
.image-viewer-stage.is-dragging img { cursor: grabbing; }
.image-viewer-status { position: absolute; inset: 0; margin: 0; padding: 2rem; align-content: center; text-align: center; color: var(--white); font-size: 1rem; }
.image-viewer-nav { position: absolute; z-index: 3; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; padding: 0 0 .15rem; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; background: rgba(8, 15, 28, .58); color: var(--white); font-family: inherit; font-size: 2.25rem; font-weight: 400; line-height: 1; cursor: pointer; backdrop-filter: blur(10px); transition: background .18s ease, transform .18s ease; }
.image-viewer-nav:hover { background: rgba(255, 255, 255, .16); transform: translateY(-50%) scale(1.04); }
.image-viewer-prev { left: max(1rem, env(safe-area-inset-left)); }
.image-viewer-next { right: max(1rem, env(safe-area-inset-right)); }
@keyframes viewer-fade-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 980px) {
  .header-shell { height: 110px; }
  .brand-header { width: clamp(200px, 62vw, 260px); height: 94px; }
  .menu-toggle { position: relative; z-index: 3; margin-left: auto; width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; border: 0; background: transparent; color: var(--ink); }
  .menu-toggle[aria-expanded="true"] { color: var(--white); }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; padding: 8rem var(--pad) 3rem; display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; background: var(--ink); transform: translateX(100%); transition: transform .35s ease; }
  .primary-nav.open { color: var(--white); transform: translateX(0); }
  .primary-nav a { font-size: 2rem; }
  .hero { padding-top: 7.5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-copy { padding-bottom: 2rem; }
  .hero-visual { width: min(100%, 520px); justify-self: center; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .section-heading, .products .section-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .footer-main { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; }
  .category-slide { grid-template-columns: 1fr; }
  .category-copy { min-height: 0; padding: 1.5rem; }
  .category-copy a { margin-top: 0; }
  .category-gallery { height: clamp(320px, 100vw, 520px); min-height: 0; }
  .subsection-heading, .stock-footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .stock-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .capabilities-shell { grid-template-columns: 1fr; }
  .capabilities-intro { position: static; }
  .production-motion { width: min(100%, 40rem); }
  .heritage { grid-template-columns: 1fr; grid-template-areas: "copy" "photo"; gap: 2rem; }
  .heritage-photo { width: min(100%, 32rem); justify-self: center; }
  .contact-shell { grid-template-columns: 1fr; align-items: start; }
  .contact-actions { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --pad: 1.15rem; --section: 3rem; }
  .brand-copy strong { font-size: .76rem; }
  .brand-mark-image { width: 42px; height: 42px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero-motto { font-size: clamp(2.5rem, calc(1.75rem + 3.5vw), 3rem); }
  .hero-grid { padding-bottom: 2rem; }
  .hero-copy { padding-top: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .hero-contact-links { flex: none; width: 100%; }
  .hero-visual { margin: 0; }
  .hero-visual::before { inset: 4% -2% -4% 3%; }
  .section-heading h2, .capabilities h2, .heritage h2, .contact h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .heritage-copy h2 { font-size: clamp(2.1rem, calc(1.7rem + 2vw), 2.5rem); }
  .heritage-copy > p:not(.eyebrow) { max-width: none; text-wrap: wrap; }
  .heritage-principles { grid-template-columns: 1fr; gap: 1.2rem; }
  .heritage-copy > .text-link { font-size: .875rem; }
  .category-copy { min-height: 0; padding: 1.25rem 1.4rem; }
  .category-controls { padding-inline: .85rem; }
  .stock-grid { grid-template-columns: 1fr; gap: 2rem; }
  .stock-section { padding-top: 2.5rem; }
  .footer-tagline-continuation { display: block; }
  .stock-footer .button { width: 100%; }
  .applications { margin-top: 2rem; padding-top: 1.5rem; }
  .capabilities-shell { gap: 2rem; }
  .capability { grid-template-columns: 58px minmax(0, 1fr); gap: 1rem; }
  .capability h3 { line-height: 1.4; text-align: left; }
  .stock-heading h3 { line-height: 1.22; }
  .stock-heading h3 > span { white-space: normal; }
  .stock-mobile-break { display: block; }
  .hero-lead, .footer-main > div:first-child > p { text-wrap: balance; }
  .footer-column > a { max-width: 100%; overflow-wrap: anywhere; }
  .cap-icon { width: 50px; height: 50px; }
  .contact-actions { grid-template-columns: 1fr; width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 1.75rem; }
  .footer-quick-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; row-gap: .2rem; padding-top: 1rem; border-top: 1px solid var(--line-dark); }
  .footer-quick-links h3 { grid-column: 1 / -1; margin-bottom: .15rem; }
  .footer-quick-links > a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .footer-bottom { margin-top: 2rem; flex-direction: column; gap: .6rem; }
  .image-viewer-controls { top: max(.65rem, env(safe-area-inset-top)); right: max(.65rem, env(safe-area-inset-right)); }
  .image-viewer-controls button { width: 44px; height: 44px; }
  .image-viewer-controls .image-viewer-fit { display: none; }
  .image-viewer-nav { width: 46px; height: 46px; top: auto; bottom: max(.7rem, env(safe-area-inset-bottom)); transform: none; font-size: 2rem; }
  .image-viewer-nav:hover { transform: scale(1.04); }
  .image-viewer-prev { left: max(.7rem, env(safe-area-inset-left)); }
  .image-viewer-next { right: max(.7rem, env(safe-area-inset-right)); }
}

@media (max-width: 380px) {
  .header-shell { gap: .75rem; }
  .brand { gap: .6rem; }
  .brand-copy strong { font-size: .7rem; }
  .capability { grid-template-columns: 42px minmax(0, 1fr); gap: .75rem; }
  .cap-icon { width: 40px; height: 40px; }
  .contact-option { column-gap: .6rem; padding-inline: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.is-pending { opacity: 1; transform: none; }
  .category-slide.is-active .category-gallery img { animation: none !important; transform: none; }
  .production-media video { display: none; }
  .production-gif-fallback { display: none !important; }
}

/* One supplied brand mark across the footer and browser icon. */
.site-footer .brand-mark-image { width: 64px; height: 64px; object-fit: contain; border: 0; border-radius: 2px; }



/* Heading text starts on the same axis as its description. */
.capability h3.capability-heading { display: block; margin-top: 0; text-align: left; text-wrap: pretty; }
.capability-heading .capability-title { min-width: 0; color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; }

/* Compact stacked sections without constraining text height. */
@media (max-width: 980px) {
  .category-slide { grid-template-rows: auto auto; align-content: start; }
  .category-copy p { max-width: none; }
  .capabilities-shell, .contact-shell { gap: 2rem; }
}
@media (max-width: 640px) {
  .capability { padding-block: 1.25rem; }
  .contact { padding-top: 1.5rem; }
  .stock-heading { margin-bottom: 1.5rem; }
}

/* One separator at each end of the production capability list. */
.capability:last-child { border-bottom: 0; }

/* Visible product titles share the compact card rhythm. */

/* Number badges stay within the icon; headings align with their paragraphs. */
.capability .cap-icon { position: relative; }
.capability .cap-icon .capability-number { position: absolute; top: 0; right: 0; width: 18px; height: 18px; display: grid; place-items: center; border-left: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--ink); color: var(--on-dark-muted); font-size: .55rem; font-weight: 700; line-height: 1; letter-spacing: .03em; font-variant-numeric: tabular-nums; }
.capability .cap-icon svg { width: 24px; transform: translate(-4px, 7px); }

.capability > div:last-child { min-width: 0; }

@media (max-width: 380px) { .capability .cap-icon svg { width: 20px; transform: translate(-5px, 8px); } }

/* Preserve brand colors and keep mobile overlays relative to the viewport. */
@media (max-width: 980px) {
  .site-header, .site-header.scrolled {
    background: var(--paper);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .primary-nav {
    z-index: 2;
    margin: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: max(8rem, calc(env(safe-area-inset-top) + 7rem));
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--white);
    visibility: hidden;
    pointer-events: none;
    transition: transform .35s ease, visibility .35s;
  }
  .primary-nav.open { visibility: visible; pointer-events: auto; }
  .primary-nav a { flex-shrink: 0; min-height: 44px; max-width: 100%; overflow-wrap: anywhere; }
  .category-copy {
    align-self: start;
    min-height: var(--category-copy-height, 0px);
    justify-content: center;
  }
}

/* Wrap headings between semantic phrases, with an accessible narrow-width fallback. */
h1 .heading-phrase, h2 .heading-phrase, h3 .heading-phrase {
  display: inline-block;
  max-width: 100%;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  vertical-align: top;
  text-wrap: balance;
}
.stock-heading { grid-template-columns: minmax(0, 1fr); }
.stock-heading h3 { max-width: 26ch; }
.subsection-heading > *, .trust-strip > div, .footer-column,
.footer-address, .production-title > span { min-width: 0; }
.applications .subsection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
}
.contact-shell { grid-template-columns: minmax(0, 1fr) minmax(260px, 350px); }
.footer-column > a, .footer-address-link { max-width: 100%; overflow-wrap: anywhere; }
.button { max-width: 100%; padding-block: .8rem; text-align: center; }
.button > span, .text-link > span { flex-shrink: 0; }
.menu-toggle { flex-shrink: 0; }
.category-copy { justify-content: center; }
.category-controls button { min-width: 44px; min-height: 44px; }
.eyebrow { font-size: .75rem; }
.trust-strip span { font-size: .75rem; letter-spacing: .035em; }
.category-copy p, .capability p { font-size: 1rem; }
@media (max-width: 1100px) and (min-width: 981px) {
  .capabilities-shell { gap: 2.5rem; }
  .capability { grid-template-columns: 58px minmax(0, 1fr); gap: 1rem; }
  .contact-shell { gap: 2rem; }
}
@media (max-width: 980px) {
  .header-shell { gap: clamp(.75rem, 2vw, 2rem); }
  .brand-header { max-width: calc(100% - 3.75rem); }
  .contact-shell { grid-template-columns: minmax(0, 1fr); }
  .applications .subsection-heading { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .applications .subsection-heading > p { max-width: 65ch; }
  .hero-motto { max-width: 18ch; }
  .production-title { max-width: 18ch; }
  .contact-shell h2 { max-width: 20ch; font-size: clamp(2rem, 6.5vw, 3.75rem); }
}
@media (max-width: 640px) {
  .trust-strip { margin-top: 2rem; grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr) minmax(0, 1.3fr); }
  .trust-strip div { padding: 1rem .5rem; }
  .trust-strip strong { font-size: .8125rem; }
  .trust-strip span { font-size: .75rem; letter-spacing: 0; }
  .trust-location em { font-size: .75rem; letter-spacing: 0; }
  .section-heading h2, .products .section-heading h2,
  .capabilities h2 { font-size: clamp(2rem, calc(1.3rem + 3.5vw), 2.7rem); }
  .capability h3 { font-size: clamp(1.1rem, 4.6vw, 1.3rem); line-height: 1.4; }
  .contact-option-label, .contact-option-label strong { white-space: normal; }
  .primary-nav a { font-size: clamp(1.5rem, 6vw, 2rem); }
}
/* Give the activity enough space without squeezing the location into a narrow column. */
@media (max-width: 480px) {
  .trust-strip { grid-template-columns: minmax(3.5rem, .65fr) minmax(0, 1.6fr); }
  .trust-strip > div:nth-child(2) strong { letter-spacing: -.025em; }
  .trust-strip .trust-location-item { grid-column: 1 / -1; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
  .trust-location { flex-direction: row; align-items: center; flex-wrap: wrap; column-gap: .75rem; row-gap: .25rem; min-height: 44px; }
  .trust-location > span, .trust-location em { margin-top: 0; }
  .trust-location em { margin-left: auto; }
}
@media (max-height: 500px) and (max-width: 980px) {
  .primary-nav { padding-top: max(6rem, calc(env(safe-area-inset-top) + 5rem)); gap: .75rem; }
  .primary-nav a { font-size: 1.5rem; }
}

/* Coarse-pointer links remain comfortable without changing desktop spacing. */
@media (pointer: coarse) {
  .footer-column > a { min-height: 44px; display: inline-flex; align-items: center; }
  .category-copy a, .text-link { min-height: 44px; }
}

.motion-paused .category-gallery img { animation-play-state: paused !important; }

.not-found { min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; }
.not-found > a:first-child { width: min(100%, 300px); margin-bottom: 1.5rem; }
.not-found img { width: 100%; height: auto; }
.not-found h1 { font-size: clamp(2rem, 6vw, 3.5rem); }
.not-found p { max-width: 55ch; }

/* Keep the year label from inheriting the eyebrow divider style. */
.hero-eyebrow-copy { min-width: 0; font: inherit; }

/* Keep the supplied two-fabric photo and its seam stationary. */
.category-slide.is-active .split-fabric-photo img { animation: none; transform: none; }

/* Frame the shelf upright outside the supplied stock photograph. */
.stock-photo-inset { overflow: hidden; aspect-ratio: 4 / 5; }
.stock-photo-inset img { height: 100%; transform: scale(1.025); transform-origin: right center; }
.image-viewer-stage img[src*="montluk-triko-orgu-koyu-rulo-stok-"] { clip-path: inset(0 0 0 1%); }

/* Preserve the brand motto while making the activity the visible semantic heading. */
.hero-title { margin: 0 0 1rem; max-width: 30ch; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.35; letter-spacing: -.025em; }
.hero-motto { margin: 0 0 1.5rem; color: var(--ink); font-weight: 700; }
.hero-motto em { display: block; color: inherit; font-style: normal; background: linear-gradient(var(--accent), var(--accent)) left bottom / 38% .08em no-repeat; }
.hero-motto .heading-phrase { display: inline-block; max-width: 100%; font: inherit; color: inherit; letter-spacing: inherit; text-wrap: balance; }
