:root {
  --navy: #10263d;
  --navy-2: #172f4a;
  --navy-3: #23405f;
  --red: #cb3130;
  --red-dark: #a82322;
  --ink: #17202a;
  --ink-soft: #59636d;
  --powder: #e9eef2;
  --paper: #f7f9fa;
  --white: #fff;
  --line: #dce2e7;
  --yellow: #fae50a;
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
.site-shell { width: min(1380px, calc(100% - 72px)); margin: 0 auto; }
.section-space { padding: 112px 0; }
.sr-only, .skip-link { 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:focus { z-index: 999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; }

.utility-bar { height: 36px; background: var(--red); color: #fff; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; gap: 28px; }
.utility-inner a:hover { text-decoration: underline; }

.site-header { position: sticky; z-index: 50; top: 0; height: 86px; border-bottom: 1px solid rgba(16,38,61,.14); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; }
.brand { width: 150px; height: 72px; display: flex; align-items: center; }
.brand img { width: 94px; height: 94px; object-fit: contain; }
.main-nav { display: flex; gap: clamp(20px,2.6vw,40px); align-items: center; margin-left: auto; margin-right: 38px; }
.main-nav a { position: relative; padding: 34px 0; color: #34404b; font-size: 13px; font-weight: 650; }
.main-nav a::after { position: absolute; right: 100%; bottom: 25px; left: 0; height: 2px; content: ""; background: var(--red); transition: right .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 12px; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-light { background: #fff; color: var(--navy); }
.nav-cta { min-width: 170px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #66717a; font-family: var(--font-mono); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); }
.eyebrow-light { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding: 10px 0; border-bottom: 1px solid #aeb5bb; font-size: 12px; font-style: normal; font-weight: 750; }
.text-link span { color: var(--red); }
.text-link-light { border-color: rgba(255,255,255,.35); color: #fff; }
.hero-actions { display: flex; gap: 28px; align-items: center; }

.home-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: #fff; }
.home-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px), radial-gradient(circle, rgba(255,255,255,.34) 0 .55px, transparent .9px), radial-gradient(circle, rgba(203,49,48,.6) 0 .5px, transparent .85px); background-position: 0 0, 0 0, 3px 7px, 17px 13px; background-size: 82px 82px, 82px 82px, 19px 19px, 37px 37px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.home-hero::after { position: absolute; z-index: -1; width: 820px; height: 250px; right: -180px; bottom: 40px; content: ""; opacity: .27; border-radius: 50%; background: linear-gradient(171deg, transparent 28%, var(--red) 32% 45%, rgba(255,255,255,.14) 49% 54%, transparent 58%); transform: rotate(-7deg); }
.hero-dust { position: absolute; z-index: -1; width: 630px; height: 560px; left: 38%; top: 5%; opacity: .42; border-radius: 52% 48% 62% 38% / 44% 58% 42% 56%; background-image: radial-gradient(ellipse at 48% 52%, rgba(237,241,244,.25) 0 17%, rgba(237,241,244,.08) 42%, transparent 68%), radial-gradient(circle, rgba(255,255,255,.47) 0 .65px, transparent 1px), radial-gradient(circle, rgba(203,49,48,.38) 0 .55px, transparent .9px); background-position: 0 0, 4px 8px, 13px 17px; background-size: auto, 17px 17px, 31px 31px; transform: rotate(4deg); }
.home-hero-grid { min-height: 650px; display: grid; grid-template-columns: .96fr 1.04fr; gap: 7vw; align-items: center; padding-top: 58px; padding-bottom: 98px; }
.home-hero-copy h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(62px,6.7vw,104px); letter-spacing: -.07em; line-height: .91; }
.hero-lead { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: clamp(16px,1.4vw,20px); line-height: 1.65; }
.hero-media { position: relative; height: 490px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); box-shadow: 0 34px 85px rgba(0,0,0,.28); }
.hero-media::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(110deg, rgba(16,38,61,.08), rgba(16,38,61,.62)); }
.hero-media::after { position: absolute; z-index: 2; width: 92px; height: 7px; top: 0; right: 0; content: ""; background: var(--red); }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.media-label { position: absolute; z-index: 3; right: 28px; bottom: 28px; left: 28px; padding: 21px 24px; display: grid; grid-template-columns: 36px 1fr; gap: 3px 16px; border: 1px solid rgba(255,255,255,.25); background: rgba(9,26,43,.84); backdrop-filter: blur(10px); }
.media-label > span { grid-row: 1 / 3; color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.media-label strong { font-size: 16px; }
.media-label small { color: rgba(255,255,255,.62); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.material-nav { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.material-nav a { min-height: 84px; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.16); }
.material-nav a:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.material-nav a:hover { background: rgba(255,255,255,.06); }
.material-nav span { color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.material-nav strong { font-size: 13px; }

.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(44px,5.3vw,76px); letter-spacing: -.058em; line-height: .96; }
.section-heading-light h2 { color: #fff; }
.portfolio { position: relative; overflow: hidden; background: var(--paper); }
.portfolio::before { position: absolute; inset: 0; content: ""; opacity: .4; pointer-events: none; background-image: linear-gradient(rgba(16,38,61,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,61,.035) 1px, transparent 1px), radial-gradient(circle, rgba(16,38,61,.16) 0 .55px, transparent .9px); background-size: 84px 84px, 84px 84px, 21px 21px; mask-image: radial-gradient(ellipse at 90% 8%, #000, transparent 55%); }
.portfolio > .site-shell { position: relative; }
.portfolio-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.portfolio-card { position: relative; grid-column: span 2; min-height: 420px; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.portfolio-card:nth-child(4), .portfolio-card:nth-child(5) { grid-column: span 3; }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(16,38,61,.1); }
.card-number { color: #9099a1; font-family: var(--font-mono); font-size: 9px; }
.material-sample { width: 112px; height: 112px; margin: 28px 0 34px; display: grid; place-items: center; border-radius: 50%; background-image: radial-gradient(circle at 36% 29%, #fff 0 4%, #e7ebee 43%, #bfcbd4 78%, #9fadb8 100%), radial-gradient(circle, rgba(16,38,61,.16) 0 .5px, transparent .9px); box-shadow: 0 16px 28px rgba(16,38,61,.16); }
.material-sample span, .material-sample b { color: var(--navy); font-size: 17px; font-weight: 850; }
.portfolio-card > p, .product-full-name { margin-bottom: 8px; color: var(--red); font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-card h3 { margin-bottom: 30px; font-size: 27px; letter-spacing: -.04em; }
.portfolio-card em { position: absolute; right: 28px; bottom: 28px; left: 28px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-style: normal; font-weight: 750; }
.portfolio-card em span { color: var(--red); }

.application-preview { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: #fff; }
.application-preview::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 94px 94px; mask-image: linear-gradient(90deg,#000,transparent 76%); }
.application-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.application-grid > a { position: relative; min-height: 158px; padding: 28px 74px 28px 28px; display: grid; grid-template-columns: 40px 1fr; gap: 9px 20px; align-content: center; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.application-grid > a:nth-child(even) { border-right: 0; }
.application-grid > a > span { grid-row: 1 / 3; padding-top: 6px; color: #8795a4; font-family: var(--font-mono); font-size: 9px; }
.application-grid h3 { margin: 0; font-size: 21px; }
.application-grid p { margin: 0; color: #8391a0; font-family: var(--font-mono); font-size: 9px; }
.application-grid b { position: absolute; right: 24px; top: calc(50% - 22px); width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 12px; }
.application-grid > a:hover b { border-color: var(--red); background: var(--red); }

.company-preview { background: var(--powder); }
.company-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: center; }
.company-logo { position: relative; min-height: 380px; display: grid; place-items: center; border: 1px solid rgba(16,38,61,.13); background: rgba(255,255,255,.55); }
.company-logo::before { position: absolute; inset: 0; content: ""; opacity: .55; background-image: radial-gradient(circle,rgba(16,38,61,.16) 0 .55px,transparent .9px), radial-gradient(circle,rgba(255,255,255,.9) 0 .6px,transparent 1px); background-position: 0 0, 11px 13px; background-size: 19px 19px, 27px 27px; mask-image: radial-gradient(circle,#000,transparent 70%); }
.company-logo img { position: relative; width: 260px; height: 260px; object-fit: contain; mix-blend-mode: multiply; }
.company-grid h2 { max-width: 720px; margin-bottom: 30px; font-size: clamp(46px,5vw,74px); letter-spacing: -.06em; line-height: .96; }
.company-grid > div:last-child > p:not(.eyebrow) { max-width: 790px; margin-bottom: 28px; color: #55606a; font-size: 15px; line-height: 1.85; }

.ceyakrete-preview { background: #fff; }
.ceyakrete-title { margin-bottom: 50px; display: grid; grid-template-columns: 260px 1fr auto; gap: 6vw; align-items: center; }
.ceyakrete-title > img { width: 240px; }
.ceyakrete-title h2 { margin: 0; color: var(--navy); font-size: clamp(40px,4.5vw,66px); letter-spacing: -.055em; }
.ceyakrete-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.ceyakrete-cards article { border: 1px solid var(--line); background: #fff; }
.ceyakrete-cards img { width: 100%; height: 310px; padding: 24px; object-fit: contain; background: #f7f7f5; }
.ceyakrete-cards article > div { padding: 24px; border-top: 5px solid var(--yellow); }
.ceyakrete-cards h3 { margin-bottom: 7px; color: var(--navy); font-size: 22px; }
.ceyakrete-cards p { margin: 0; color: #6b7379; font-size: 12px; }

.cta-band { padding: 72px 0; background: var(--red); color: #fff; }
.cta-band .site-shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 0; font-size: clamp(40px,5vw,68px); letter-spacing: -.055em; line-height: .96; }

.page-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.page-hero::before { position: absolute; inset: 0; content: ""; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px), radial-gradient(circle,rgba(255,255,255,.32) 0 .55px,transparent .9px); background-size: 86px 86px,86px 86px,21px 21px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.page-hero .site-shell { position: relative; z-index: 1; padding-top: 42px; padding-bottom: 76px; }
.compact-hero .site-shell { min-height: 390px; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 70px; color: rgba(255,255,255,.56); font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: var(--red); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; }
.page-hero h1 { max-width: 860px; margin: 0; font-size: clamp(56px,7vw,102px); letter-spacing: -.07em; line-height: .91; }
.page-hero-grid > p { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }

.catalog-page { position: relative; overflow: hidden; background: var(--paper); }
.filter-bar { margin-bottom: 32px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { min-height: 40px; padding: 0 17px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: #5d6770; cursor: pointer; font-size: 11px; }
.filter-bar button.is-active { border-color: var(--red); background: var(--red); color: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.catalog-card { position: relative; min-height: 510px; padding: 32px; border: 1px solid var(--line); background: #fff; }
.catalog-card[hidden] { display: none !important; }
.catalog-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.catalog-card-top > span { color: #929ba3; font-family: var(--font-mono); font-size: 9px; }
.material-sample.small { width: 92px; height: 92px; margin: 0; }
.catalog-card h2 { margin-bottom: 16px; font-size: 36px; letter-spacing: -.045em; }
.catalog-card > p:not(.product-full-name) { max-width: 660px; color: #626c75; font-size: 13px; line-height: 1.7; }
.catalog-spec { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: #49545e; font-size: 11px; }
.card-link { position: absolute; right: 32px; bottom: 27px; left: 32px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 750; }
.card-link span { color: var(--red); }

.product-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: #fff; }
.product-hero::before { position: absolute; z-index: -2; inset: 0; content: ""; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.33) 0 .55px,transparent .9px),radial-gradient(circle,rgba(203,49,48,.52) 0 .5px,transparent .85px); background-position: 0 0,0 0,4px 8px,15px 17px; background-size: 84px 84px,84px 84px,19px 19px,37px 37px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.product-dust { position: absolute; z-index: -1; width: 720px; height: 580px; right: 2%; top: 6%; opacity: .4; border-radius: 50%; background-image: radial-gradient(ellipse at 50% 52%,rgba(240,243,246,.28),rgba(240,243,246,.07) 46%,transparent 70%),radial-gradient(circle,rgba(255,255,255,.48) 0 .6px,transparent 1px); background-size: auto,17px 17px; }
.product-hero .site-shell { padding-top: 42px; padding-bottom: 86px; }
.product-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8vw; align-items: center; min-height: 570px; }
.product-hero h1 { margin-bottom: 26px; font-size: clamp(70px,8vw,122px); letter-spacing: -.075em; line-height: .86; }
.product-intro { max-width: 740px; margin-bottom: 34px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.7; }
.product-visual { position: relative; min-height: 440px; padding: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.96); color: var(--navy); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.product-visual > img { width: 270px; max-height: 290px; object-fit: contain; }
.hero-sample { width: 210px; height: 210px; margin: 0 0 42px; }
.hero-sample span { font-size: 28px; }
.product-visual > div:last-child { width: 100%; padding-top: 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); }
.product-visual > div:last-child span { color: #7b858d; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.product-visual > div:last-child strong { max-width: 65%; font-size: 12px; text-align: right; }

.product-details { background: #fff; }
.detail-layout { display: grid; grid-template-columns: 250px 1fr; gap: 10vw; }
.detail-index { position: sticky; top: 145px; height: max-content; padding-top: 8px; display: flex; flex-direction: column; border-top: 4px solid var(--red); }
.detail-index p { margin: 20px 0 12px; color: #899198; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.detail-index a { padding: 13px 0; border-bottom: 1px solid var(--line); color: #4e5962; font-size: 12px; }
.detail-index a:hover { color: var(--red); }
.detail-content > section { padding-bottom: 94px; margin-bottom: 94px; border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.detail-content > section:last-child { margin-bottom: 0; border-bottom: 0; }
.detail-content h2 { max-width: 820px; margin-bottom: 34px; font-size: clamp(42px,4.8vw,68px); letter-spacing: -.055em; line-height: .97; }
.prose { max-width: 850px; color: #525d66; font-size: 16px; line-height: 1.85; }
.prose p { margin-bottom: 22px; }
.application-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.application-list article { min-height: 110px; padding: 25px; display: grid; grid-template-columns: 36px 1fr; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-list article:nth-child(even) { border-right: 0; }
.application-list span { color: var(--red); font-family: var(--font-mono); font-size: 8px; }
.application-list h3 { margin: 0; font-size: 16px; }
.property-table { border-top: 1px solid var(--navy); }
.property-table div { min-height: 60px; padding: 14px 0; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; border-bottom: 1px solid var(--line); }
.property-table span { color: #707a82; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.property-table strong { font-size: 13px; }
.data-note { margin-top: 20px; color: #757e85; font-size: 11px; font-style: italic; }
.storage-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.storage-grid article { min-height: 130px; padding: 25px; border: 1px solid var(--line); background: var(--paper); }
.storage-grid span { display: block; margin-bottom: 22px; color: var(--red); font-family: var(--font-mono); font-size: 8px; }
.storage-grid p { margin: 0; color: #56616a; font-size: 13px; line-height: 1.7; }

.application-page-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.application-page-grid > article { min-height: 310px; padding: 35px; display: grid; grid-template-columns: 42px 1fr; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 130px; }
.application-page-grid > article:nth-child(even) { border-right: 0; }
.application-number { padding-top: 8px; color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.application-page-grid h2 { max-width: 540px; margin-bottom: 12px; font-size: 28px; letter-spacing: -.04em; }
.application-page-grid p { margin-bottom: 34px; color: #657079; font-family: var(--font-mono); font-size: 10px; }
.application-products { display: flex; flex-wrap: wrap; gap: 8px; }
.application-products a { padding: 10px 13px; border: 1px solid var(--line); background: #fff; font-size: 10px; font-weight: 700; }
.application-products a span { color: var(--red); }

.about-hero-logo { justify-self: end; width: 260px; height: 260px; object-fit: contain; mix-blend-mode: screen; filter: grayscale(1) brightness(4); }
.about-page { background: #fff; }
.about-page-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10vw; }
.about-page aside { padding-top: 22px; border-top: 5px solid var(--red); }
.about-page aside span { display: block; margin-bottom: 12px; color: var(--navy); font-size: 68px; font-weight: 800; letter-spacing: -.06em; }
.about-page aside p { color: #626d76; font-size: 12px; line-height: 1.6; }
.about-prose { max-width: 850px; color: #48545e; font-size: 19px; line-height: 1.85; }
.about-prose p { margin-bottom: 28px; }
.location-band { background: var(--powder); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; }
.location-grid article { min-height: 280px; padding: 42px; border: 1px solid rgba(16,38,61,.14); }
.location-grid article + article { border-left: 0; }
.location-grid span { color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.location-grid h2 { margin: 38px 0 18px; font-size: 32px; }
.location-grid address { color: #58636c; font-size: 14px; font-style: normal; line-height: 1.8; }

.ceyakrete-page-hero { background: #fff; color: var(--navy); }
.ceyakrete-page-hero::before { opacity: .45; background-image: linear-gradient(rgba(16,38,61,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(16,38,61,.045) 1px,transparent 1px),radial-gradient(circle,rgba(16,38,61,.17) 0 .55px,transparent .9px); }
.ceyakrete-page-hero .breadcrumb { color: #737d85; }
.ceyakrete-page-hero .site-shell { padding-bottom: 88px; }
.ceyakrete-page-logo { width: 250px; margin-bottom: 30px; }
.ceyakrete-page-hero h1 { font-size: clamp(48px,5vw,74px); }
.ceyakrete-range-image { justify-self: end; width: min(100%,520px); }
.finished-products { background: var(--paper); }
.finished-product-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.finished-product-grid article { position: relative; grid-column: span 2; min-height: 440px; padding: 24px; border: 1px solid var(--line); background: #fff; }
.finished-product-grid article:nth-child(4), .finished-product-grid article:nth-child(5) { grid-column: span 3; }
.finished-product-grid > article > span { color: #929ba3; font-family: var(--font-mono); font-size: 9px; }
.finished-product-image { height: 240px; margin: 20px -4px 24px; display: grid; place-items: center; background: #f7f7f5; }
.finished-product-image img { width: 100%; height: 100%; padding: 20px; object-fit: contain; }
.finished-product-grid h2 { margin-bottom: 8px; color: var(--navy); font-size: 25px; }
.finished-product-grid p { color: #68727a; font-size: 12px; }
.ceyakrete-cta { background: var(--navy); }

.contact-hero .site-shell { min-height: 430px; }
.contact-page { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; align-items: start; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details article { padding: 27px 0; display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid var(--line); }
.contact-details article > span { grid-row: 1 / 3; color: var(--red); font-family: var(--font-mono); font-size: 9px; }
.contact-details h2 { margin-bottom: 11px; font-size: 21px; }
.contact-details address, .contact-details p { margin: 0; color: #657079; font-size: 12px; font-style: normal; line-height: 1.85; }
.quote-panel { padding: 48px; border-top: 6px solid var(--red); background: #fff; box-shadow: 0 22px 60px rgba(16,38,61,.09); }
.quote-panel h2 { margin-bottom: 36px; font-size: 48px; letter-spacing: -.055em; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.quote-form label { display: flex; flex-direction: column; gap: 9px; }
.quote-form label > span { color: #727c84; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #c8d0d6; border-radius: 0; outline: 0; background: transparent; color: var(--ink); }
.quote-form input, .quote-form select { height: 47px; }
.quote-form textarea { padding: 12px 0; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--red); }
.field-wide { grid-column: 1 / -1; }

.generic-page { min-height: 60vh; background: #fff; }
.generic-page article { max-width: 850px; }
.generic-page h1 { font-size: 58px; letter-spacing: -.055em; }
.generic-page .entry-content { color: #56616a; font-size: 16px; line-height: 1.8; }

.site-footer { padding: 74px 0 28px; background: #071624; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr .8fr; gap: 5vw; padding-bottom: 62px; }
.footer-brand img { width: 118px; height: 80px; margin-bottom: 18px; object-fit: cover; object-position: center; }
.footer-brand p { max-width: 240px; color: #8c9aaa; font-size: 11px; line-height: 1.7; }
.footer-grid h2 { margin-bottom: 18px; color: #8190a0; font-family: var(--font-mono); font-size: 8px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid address, .footer-grid > div > p { margin: 0; color: #d2d9e0; font-size: 12px; font-style: normal; line-height: 1.9; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #2b3a49; color: #778594; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }

.whatsapp { position: fixed; z-index: 60; left: 22px; bottom: 22px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-mono); font-size: 9px; font-weight: 800; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.jtc-powered-badge { --badge-blue:#0f5bff; --badge-orange:#ff4d00; position:fixed; z-index:90; right:max(14px,env(safe-area-inset-right)); bottom:max(14px,env(safe-area-inset-bottom)); isolation:isolate; max-width:calc(100vw - 28px); height:54px; padding:7px 16px 7px 8px; display:inline-flex; align-items:center; gap:10px; overflow:hidden; color:#fff; background:#070d1b; border:1px solid #29466f; border-radius:999px; box-shadow:0 12px 26px rgba(0,0,0,.26),0 3px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.19),inset 0 -1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(15,91,255,.2); line-height:1; transition:transform .24s ease,box-shadow .24s ease; }
.jtc-powered-badge::after { position:absolute; right:10%; bottom:4px; left:10%; height:1px; content:""; opacity:.85; background:linear-gradient(90deg,transparent,var(--badge-orange),transparent); }
.jtc-powered-badge:hover { transform:translateY(-2px); color:#fff; }
.jtc-powered-badge__mark { width:40px; height:40px; padding:3px; flex:none; display:grid; place-items:center; background:#101b2e; border:1px solid #29466f; border-radius:50%; box-shadow:inset 0 -2px 4px rgba(0,0,0,.5),0 3px 8px rgba(0,0,0,.3); }
.jtc-powered-badge__mark img { width:100%; height:100%; object-fit:contain; }
.jtc-powered-badge__copy { min-width:0; display:flex; flex-direction:column; justify-content:center; white-space:nowrap; }
.jtc-powered-badge__powered { margin-bottom:2px; color:#c3cada; font-size:8px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.jtc-powered-badge__title { color:#f7f9ff; font-size:14px; font-weight:900; letter-spacing:.035em; text-transform:uppercase; }
.jtc-powered-badge__title span { color:var(--badge-blue); }
.jtc-powered-badge__tagline { margin-top:3px; color:#d8def0; font-size:7.8px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }

@media (max-width: 1080px) {
  .site-shell { width: min(100% - 44px,1380px); }
  .nav-cta { display: none; }
  .main-nav { margin-right: 0; }
  .home-hero-grid { grid-template-columns: 1.05fr .95fr; gap: 4vw; }
  .home-hero-copy h1 { font-size: 72px; }
  .hero-media { height: 430px; }
  .portfolio-card { grid-column: span 3; }
  .portfolio-card:nth-child(5) { grid-column: 2 / span 4; }
  .ceyakrete-title { grid-template-columns: 220px 1fr; }
  .ceyakrete-title > .text-link { grid-column: 2; justify-self: start; }
  .detail-layout { grid-template-columns: 210px 1fr; gap: 6vw; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .site-shell { width: min(100% - 32px,1380px); }
  .section-space { padding: 78px 0; }
  .utility-bar { height: 30px; }
  .utility-inner { font-size: 7px; }
  .utility-inner p { display: none; }
  .utility-inner div { width: 100%; justify-content: space-between; }
  .site-header { height: 70px; }
  .brand { width: 112px; height: 64px; }
  .brand img { width: 78px; height: 78px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; margin-left: auto; padding: 10px 0 10px 15px; border: 0; background: transparent; }
  .menu-toggle > span { width: 25px; height: 2px; display: block; background: var(--navy); }
  .main-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .home-hero-grid { min-height: auto; display: block; padding-top: 74px; padding-bottom: 36px; }
  .home-hero-copy h1 { margin-bottom: 25px; font-size: clamp(55px,16.5vw,76px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-media { height: 330px; margin-top: 54px; }
  .media-label { right: 16px; bottom: 16px; left: 16px; }
  .material-nav { width: 100%; grid-template-columns: repeat(5,150px); overflow-x: auto; }
  .material-nav a { min-height: 76px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { font-size: 43px; }
  .section-heading .text-link { margin-top: 24px; }
  .portfolio-grid { display: block; }
  .portfolio-card, .portfolio-card:nth-child(4), .portfolio-card:nth-child(5) { min-height: 390px; margin-bottom: 12px; }
  .application-grid { display: block; }
  .application-grid > a { min-height: 150px; border-right: 0; }
  .company-grid { display: block; }
  .company-logo { min-height: 280px; margin-bottom: 55px; }
  .company-logo img { width: 200px; height: 200px; }
  .company-grid h2 { font-size: 47px; }
  .ceyakrete-title { display: block; }
  .ceyakrete-title > img { width: 205px; margin-bottom: 35px; }
  .ceyakrete-title h2 { font-size: 40px; }
  .ceyakrete-title > .text-link { margin-top: 25px; }
  .ceyakrete-cards { display: block; }
  .ceyakrete-cards article { margin-bottom: 12px; }
  .ceyakrete-cards img { height: 270px; }
  .cta-band .site-shell { display: block; }
  .cta-band h2 { margin-bottom: 30px; font-size: 42px; }
  .page-hero .site-shell, .compact-hero .site-shell { min-height: 360px; padding-top: 28px; padding-bottom: 60px; }
  .breadcrumb { margin-bottom: 58px; }
  .page-hero-grid { display: block; }
  .page-hero h1 { margin-bottom: 28px; font-size: 54px; }
  .catalog-grid { display: block; }
  .catalog-card { min-height: 530px; margin-bottom: 12px; padding: 26px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-bar button { flex: 0 0 auto; }
  .product-hero .site-shell { padding-top: 28px; padding-bottom: 58px; }
  .product-hero-grid { display: block; min-height: auto; }
  .product-hero h1 { font-size: 70px; }
  .product-visual { min-height: 360px; margin-top: 55px; padding: 27px; }
  .hero-sample { width: 170px; height: 170px; }
  .detail-layout { display: block; }
  .detail-index { display: none; }
  .detail-content > section { padding-bottom: 70px; margin-bottom: 70px; }
  .detail-content h2 { font-size: 43px; }
  .application-list { display: block; }
  .application-list article { border-right: 0; }
  .property-table div { grid-template-columns: 1fr; gap: 8px; }
  .storage-grid { display: block; }
  .storage-grid article { margin-bottom: 10px; }
  .application-page-grid { display: block; }
  .application-page-grid > article { min-height: 280px; padding: 28px 18px; border-right: 0; }
  .about-hero-logo { justify-self: start; width: 170px; height: 170px; }
  .about-page-grid { display: block; }
  .about-page aside { margin-bottom: 50px; }
  .about-prose { font-size: 16px; }
  .location-grid { display: block; }
  .location-grid article + article { border-top: 0; border-left: 1px solid rgba(16,38,61,.14); }
  .ceyakrete-page-logo { width: 200px; }
  .ceyakrete-range-image { margin-top: 45px; }
  .finished-product-grid { display: block; }
  .finished-product-grid article { min-height: 420px; margin-bottom: 12px; }
  .contact-grid { display: block; }
  .contact-details { margin-bottom: 55px; }
  .quote-panel { padding: 34px 22px; }
  .quote-form { display: block; }
  .quote-form label { margin-bottom: 23px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .jtc-powered-badge { right:9px; height:48px; padding:6px 13px 6px 7px; gap:8px; }
  .jtc-powered-badge__mark { width:36px; height:36px; }
  .jtc-powered-badge__title { font-size:12px; }
  .jtc-powered-badge__powered { font-size:7px; }
  .jtc-powered-badge__tagline { display:none; }
  .whatsapp { left: 9px; bottom: 14px; }
}

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