: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: 82px 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: 10px; 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: 210px; height: 72px; display: flex; align-items: center; }
.brand img { width: 190px; height: auto; object-fit: contain; }
.main-nav { height: 100%; display: flex; gap: clamp(20px,2.6vw,40px); align-items: center; margin-left: auto; margin-right: 38px; }
.main-nav > a, .nav-parent-link { position: relative; padding: 34px 0; color: #34404b; font-size: 14px; font-weight: 650; }
.main-nav > a::after, .nav-parent-link::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, .nav-parent-link:hover::after, .nav-parent-link:focus-visible::after { right: 0; }
.nav-item { position: relative; }
.nav-item, .nav-parent-row { height: 100%; display: flex; align-items: center; }
.submenu-toggle { width: 27px; height: 42px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: #67727b; cursor: pointer; }
.submenu-toggle > span { display: block; font-size: 17px; line-height: 1; transition: transform .18s ease; }
.product-submenu { position: absolute; top: calc(100% - 1px); left: -25px; width: 270px; display: none; padding: 9px; border: 1px solid var(--line); border-top: 4px solid var(--red); background: #fff; box-shadow: 0 22px 46px rgba(16,38,61,.16); }
.product-submenu a { display: flex; align-items: center; min-height: 45px; padding: 0 14px; border-bottom: 1px solid var(--line); color: #3f4b55; font-size: 12px; font-weight: 650; }
.product-submenu a:last-child { border-bottom: 0; }
.product-submenu a:hover, .product-submenu a:focus-visible { background: var(--powder); color: var(--red); }
.product-menu-item:hover .product-submenu, .product-menu-item:focus-within .product-submenu, .product-menu-item.is-open .product-submenu { display: block; }
.product-menu-item:hover .submenu-toggle > span, .product-menu-item:focus-within .submenu-toggle > span, .product-menu-item.is-open .submenu-toggle > span { transform: rotate(180deg); }
.menu-toggle { display: none; }
.button { min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 13px; 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: 18px; color: #66717a; font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .1em; 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: 13px; 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: 580px; display: grid; grid-template-columns: .96fr 1.04fr; gap: 6vw; align-items: center; padding-top: 48px; padding-bottom: 70px; }
.home-hero-copy h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(54px,5.6vw,86px); letter-spacing: -.065em; line-height: .94; }
.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); background: #e5eaed; 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-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .7s ease, visibility .7s ease, transform 5.8s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-contain { padding: 42px; background: linear-gradient(135deg,#edf0f1,#d8dee2); }
.hero-slide-contain img { object-fit: contain; mix-blend-mode: multiply; }
.hero-slider-controls { position: absolute; z-index: 3; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 11px; }
.hero-slider-arrow { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(9,26,43,.78); color: #fff; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.hero-slider-arrow:hover, .hero-slider-arrow:focus-visible { border-color: var(--red); background: var(--red); }
.hero-slider-dots { display: flex; gap: 7px; padding: 8px 10px; border-radius: 20px; background: rgba(9,26,43,.78); }
.hero-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-slider-dots button.is-active { width: 22px; border-radius: 5px; background: var(--red); }

.section-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.section-heading h2 { max-width: 820px; margin: 0; font-size: clamp(36px,4vw,60px); letter-spacing: -.05em; line-height: 1; }
.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: 12px; }
.portfolio-card { position: relative; grid-column: span 2; min-height: 275px; padding: 18px; display: block; overflow: hidden; border: 1px solid #d2d8dc; background: linear-gradient(145deg,#f0f2f3,#e4e8ea); transition: transform .2s ease, box-shadow .2s ease; }
.portfolio-card:where(:nth-last-child(2):nth-child(3n+1)), .portfolio-card:where(:last-child:nth-child(3n+2)) { grid-column: span 3; }
.portfolio-card:where(:last-child:nth-child(3n+1)) { grid-column: 3 / span 2; }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(16,38,61,.1); }
.card-number { color: #7d8790; font-family: var(--font-mono); font-size: 10px; }
.material-sample { width: 76px; height: 76px; margin: 14px 0 18px; 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 12px 20px rgba(16,38,61,.13); }
.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: 10px; letter-spacing: .07em; text-transform: uppercase; }
.portfolio-card h3 { margin-bottom: 20px; font-size: 23px; letter-spacing: -.04em; }
.portfolio-card em { position: absolute; right: 18px; bottom: 18px; left: 18px; padding-top: 12px; display: flex; justify-content: space-between; border-top: 1px solid #cbd2d6; font-size: 12px; 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 > article { min-height: 185px; padding: 30px 28px; display: grid; grid-template-columns: 38px 1fr; gap: 16px 20px; align-content: center; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.application-grid > article:nth-child(even) { border-right: 0; }
.application-grid > article > span { grid-row: 1 / 3; padding-top: 5px; color: #a8b3bf; font-family: var(--font-mono); font-size: 10px; }
.application-grid h3 { margin: 0; font-size: clamp(22px,2vw,28px); line-height: 1.15; }
.application-products { display: flex; flex-wrap: wrap; gap: 8px; }
.application-products a { padding: 8px 11px; border: 1px solid #d7dde1; border-radius: 2px; background: #fff; color: var(--navy); font-family: var(--font-mono); font-size: 10px; font-weight: 800; text-transform: uppercase; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.application-products a span { margin-left: 5px; color: var(--red); }
.application-products a:hover, .application-products a:focus-visible { border-color: var(--red); background: var(--red); color: #fff; }
.application-products a:hover span, .application-products a:focus-visible span { color: #fff; }

.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: min(82%,420px); height: auto; object-fit: contain; }
.company-grid h2 { max-width: 720px; margin-bottom: 26px; font-size: clamp(38px,4vw,58px); letter-spacing: -.05em; line-height: 1; }
.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-brief { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 360px; border: 1px solid var(--line); background: linear-gradient(145deg,#f4f5f3,#e9ecec); }
.ceyakrete-brief-brand { min-height: 100%; padding: 46px; display: grid; place-items: center; border-right: 1px solid var(--line); background: rgba(255,255,255,.68); }
.ceyakrete-brief-brand img { width: min(100%,280px); }
.ceyakrete-brief-copy { padding: 48px clamp(36px,5vw,74px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ceyakrete-brief-copy h2 { max-width: 760px; margin-bottom: 18px; color: var(--navy); font-size: clamp(34px,3.8vw,54px); letter-spacing: -.05em; line-height: 1; }
.ceyakrete-brief-copy > p:not(.eyebrow) { max-width: 760px; margin-bottom: 26px; color: #56616a; font-size: 15px; line-height: 1.75; }

.cta-band { padding: 56px 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(34px,4vw,54px); letter-spacing: -.05em; line-height: 1; }

.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: 28px; padding-bottom: 44px; }
.compact-hero .site-shell { min-height: 250px; }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.66); font-family: var(--font-mono); font-size: 10px; letter-spacing: .07em; 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(42px,4.8vw,68px); letter-spacing: -.06em; line-height: .95; }
.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: 12px; }
.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: 450px; padding: 30px; 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: #7d8790; font-family: var(--font-mono); font-size: 10px; }
.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: #59646d; font-size: 15px; line-height: 1.65; }
.catalog-spec { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: #49545e; font-size: 13px; }
.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: 12px; 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: 18px; padding-bottom: 26px; }
.product-hero .breadcrumb { margin-bottom: 22px; }
.product-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 7vw; align-items: center; min-height: 370px; }
.product-hero h1 { margin-bottom: 24px; font-size: clamp(56px,6.4vw,92px); letter-spacing: -.065em; line-height: .92; }
.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: 300px; padding: 26px; 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 26px 64px rgba(0,0,0,.25); }
.product-visual > img { width: 220px; max-height: 225px; 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: #6d7881; font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; }
.product-visual > div:last-child strong { max-width: 65%; font-size: 14px; text-align: right; }

.product-details { background: #fff; }
.detail-layout { display: grid; grid-template-columns: 230px 1fr; gap: 7vw; }
.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: 18px 0 10px; color: #707b84; font-family: var(--font-mono); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.detail-index a { padding: 12px 0; border-bottom: 1px solid var(--line); color: #4e5962; font-size: 13px; }
.detail-index a:hover { color: var(--red); }
.detail-content > section { padding-bottom: 62px; margin-bottom: 62px; 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: 26px; font-size: clamp(34px,3.4vw,48px); letter-spacing: -.045em; line-height: 1.02; }
.prose { max-width: 850px; color: #4d5962; font-size: 17px; line-height: 1.75; }
.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: 94px; padding: 20px 22px; 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: 10px; }
.application-list h3 { margin: 0; font-size: 17px; }
.property-table { border-top: 1px solid var(--navy); }
.property-table div { min-height: 58px; padding: 14px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.property-table span { color: #626e78; font-family: var(--font-mono); font-size: 12px; line-height: 1.45; text-transform: uppercase; }
.property-table strong { font-size: 15px; line-height: 1.5; }
.data-note { margin-top: 18px; color: #68737c; font-size: 13px; line-height: 1.55; font-style: italic; }
.storage-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.storage-grid article { min-height: 118px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.storage-grid span { display: block; margin-bottom: 16px; color: var(--red); font-family: var(--font-mono); font-size: 10px; }
.storage-grid p { margin: 0; color: #56616a; font-size: 15px; line-height: 1.65; }

.application-page-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.application-page-grid > article { min-height: 260px; padding: 30px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; 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: 10px; }
.application-page-grid h2 { max-width: 540px; margin-bottom: 12px; font-size: 28px; letter-spacing: -.04em; }
.application-page-grid p { margin-bottom: 26px; color: #59656f; font-family: var(--font-mono); font-size: 12px; line-height: 1.5; }
.application-products { display: flex; flex-wrap: wrap; gap: 8px; }
.application-products a { padding: 10px 13px; border: 1px solid var(--line); background: #fff; font-size: 12px; font-weight: 700; }
.application-products a span { color: var(--red); }

.about-page { background: #fff; }
.about-page-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; }
.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: 54px; font-weight: 800; letter-spacing: -.05em; }
.about-page aside p { color: #59656e; font-size: 14px; line-height: 1.6; }
.about-prose { max-width: 850px; color: #48545e; font-size: 18px; line-height: 1.75; }
.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: 230px; padding: 34px; 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: 10px; }
.location-grid h2 { margin: 28px 0 14px; font-size: 28px; }
.location-grid address { color: #58636c; font-size: 15px; font-style: normal; line-height: 1.7; }

.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: 44px; }
.ceyakrete-page-hero h1 { font-size: clamp(40px,4vw,60px); }
.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: 390px; padding: 22px; 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: #7d8790; font-family: var(--font-mono); font-size: 10px; }
.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: #5e6971; font-size: 14px; }
.ceyakrete-cta { background: var(--navy); }

.contact-hero .site-shell { min-height: 250px; }
.contact-page { padding-top: 58px; padding-bottom: 58px; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; 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: 10px; }
.contact-details h2 { margin-bottom: 11px; font-size: 21px; }
.contact-details address, .contact-details p { margin: 0; color: #59656e; font-size: 14px; font-style: normal; line-height: 1.75; }
.quote-panel { padding: 38px; border-top: 6px solid var(--red); background: #fff; box-shadow: 0 22px 60px rgba(16,38,61,.09); }
.quote-panel h2 { margin-bottom: 28px; font-size: 38px; letter-spacing: -.045em; }
.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: #626e77; font-family: var(--font-mono); font-size: 10px; letter-spacing: .07em; 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: 46px; letter-spacing: -.045em; }
.generic-page .entry-content { color: #56616a; font-size: 16px; line-height: 1.8; }

.site-footer { position: relative; padding: 58px 0 26px; background: #071624; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr .8fr; gap: 4vw; padding-bottom: 46px; }
.footer-brand img { width: 195px; height: auto; margin-bottom: 18px; padding: 10px 12px; object-fit: contain; border-radius: 2px; background: #fff; }
.footer-brand p { max-width: 240px; color: #a2adba; font-size: 13px; line-height: 1.65; }
.footer-grid h2 { margin-bottom: 16px; color: #9aa7b5; font-family: var(--font-mono); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid address, .footer-grid > div > p { margin: 0; color: #d2d9e0; font-size: 14px; font-style: normal; line-height: 1.75; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #2b3a49; color: #929eaa; font-family: var(--font-mono); font-size: 10px; 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:absolute; z-index:90; right:max(10px,env(safe-area-inset-right)); bottom:max(10px,env(safe-area-inset-bottom)); isolation:isolate; max-width:calc(100vw - 20px); height:40px; padding:4px 11px 4px 5px; display:inline-flex; align-items:center; gap:7px; overflow:hidden; color:#fff; background:#070d1b; border:1px solid #29466f; border-radius:999px; box-shadow:0 9px 20px rgba(0,0,0,.24),0 2px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.16),inset 0 -1px rgba(0,0,0,.65); 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:30px; height:30px; padding:2px; 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 2px 6px rgba(0,0,0,.28); }
.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:1px; color:#c3cada; font-size:6.2px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.jtc-powered-badge__title { color:#f7f9ff; font-size:10.5px; font-weight:900; letter-spacing:.035em; text-transform:uppercase; }
.jtc-powered-badge__title span { color:var(--badge-blue); }
.jtc-powered-badge__tagline { display:none; }

@media (min-width: 821px) {
  .footer-bottom { box-sizing: border-box; padding-right: 240px; }
  .jtc-powered-badge { position: absolute; right: max(40px,calc((100vw - 1380px)/2)); bottom: 16px; }
}

@media (max-width: 820px) {
  .site-footer { padding-bottom: 76px; }
  .jtc-powered-badge { position: absolute; right: max(10px,env(safe-area-inset-right)); bottom: 16px; }
}

@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: 64px; }
  .hero-media { height: 430px; }
  .portfolio-card, .portfolio-card:where(:nth-last-child(2):nth-child(3n+1)), .portfolio-card:where(:last-child:nth-child(3n+2)), .portfolio-card:where(:last-child:nth-child(3n+1)) { grid-column: span 3; }
  .portfolio-card:where(:last-child:nth-child(odd)) { grid-column: 2 / span 4; }
  .ceyakrete-brief { grid-template-columns: .8fr 1.2fr; }
  .detail-layout { grid-template-columns: 210px 1fr; gap: 6vw; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .home-hero-grid { grid-template-columns: .92fr 1.08fr; gap: 28px; }
  .home-hero-copy h1 { font-size: 50px; }
  .hero-media { height: 390px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .site-shell { width: min(100% - 32px,1380px); }
  .section-space { padding: 58px 0; }
  .utility-bar { height: 30px; }
  .utility-inner { font-size: 9px; }
  .utility-inner p { display: none; }
  .utility-inner div { width: 100%; justify-content: space-between; }
  .site-header { height: 70px; }
  .brand { width: 154px; height: 64px; }
  .brand img { width: 145px; height: auto; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 5px; margin-left: auto; padding: 0; 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; height: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 35px rgba(16,38,61,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .nav-item, .nav-parent-row { height: auto; }
  .nav-item { display: block; }
  .nav-parent-row { border-bottom: 1px solid var(--line); }
  .nav-parent-link { padding: 14px 0; flex: 1; }
  .submenu-toggle { width: 48px; height: 47px; justify-self: end; }
  .product-submenu { position: static; width: auto; display: none; padding: 3px 10px 8px; border: 0; background: var(--powder); box-shadow: none; }
  .product-submenu a { min-height: 42px; padding: 0 10px; font-size: 13px; }
  .product-menu-item.is-open .product-submenu { display: block; }
  .home-hero-grid { min-height: auto; display: block; padding-top: 54px; padding-bottom: 32px; }
  .home-hero-copy h1 { margin-bottom: 22px; font-size: clamp(46px,13.5vw,60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-media { height: 310px; margin-top: 38px; }
  .hero-slide-contain { padding: 28px; }
  .hero-slider-controls { right: 14px; bottom: 14px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 36px; }
  .section-heading .text-link { margin-top: 24px; }
  .portfolio-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 10px; }
  .portfolio-card, .portfolio-card:nth-child(4), .portfolio-card:nth-child(5) { width: 100%; min-height: 275px; margin-bottom: 0; display: block; grid-column: 1; }

  .application-grid { display: block; }
  .application-grid > article { min-height: 180px; border-right: 0; }
  .company-grid { display: block; }
  .company-logo { min-height: 260px; margin-bottom: 38px; }
  .company-logo img { width: min(86%,290px); height: auto; }
  .company-grid h2 { font-size: 38px; }
  .ceyakrete-brief { display: block; }
  .ceyakrete-brief-brand { min-height: 190px; padding: 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ceyakrete-brief-brand img { width: 210px; }
  .ceyakrete-brief-copy { padding: 34px 24px; }
  .ceyakrete-brief-copy h2 { font-size: 34px; }
  .cta-band .site-shell { display: block; }
  .cta-band h2 { margin-bottom: 26px; font-size: 36px; }
  .page-hero .site-shell, .compact-hero .site-shell { min-height: 220px; padding-top: 20px; padding-bottom: 32px; }
  .breadcrumb { margin-bottom: 26px; }
  .page-hero-grid { display: block; }
  .page-hero h1 { margin-bottom: 18px; font-size: 38px; }
  .catalog-grid { display: block; }
  .catalog-card { min-height: 470px; margin-bottom: 12px; padding: 24px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-bar button { flex: 0 0 auto; }
  .product-hero .site-shell { padding-top: 14px; padding-bottom: 24px; }
  .product-hero .breadcrumb { margin-bottom: 18px; }
  .product-hero-grid { display: block; min-height: auto; }
  .product-hero h1 { font-size: 48px; }
  .product-visual { min-height: 260px; margin-top: 22px; padding: 20px; }
  .hero-sample { width: 170px; height: 170px; }
  .detail-layout { display: block; }
  .detail-index { display: none; }
  .detail-content > section { padding-bottom: 46px; margin-bottom: 46px; }
  .detail-content h2 { margin-bottom: 22px; font-size: 32px; }
  .application-list { display: block; }
  .application-list article { border-right: 0; }
  .property-table div { grid-template-columns: 1fr; gap: 6px; padding: 13px 0; }
  .storage-grid { display: block; }
  .storage-grid article { margin-bottom: 10px; }
  .application-page-grid { display: block; }
  .application-page-grid > article { min-height: 240px; padding: 24px 18px; border-right: 0; }
  .about-page-grid { display: block; }
  .about-page aside { margin-bottom: 36px; }
  .about-prose { font-size: 17px; }
  .location-grid { display: block; }
  .location-grid article + article { border-top: 0; border-left: 1px solid rgba(16,38,61,.14); }
  .finished-product-grid { display: block; }
  .finished-product-grid article { min-height: 380px; margin-bottom: 12px; }
  .contact-grid { display: block; }
  .contact-details { margin-bottom: 38px; }
  .quote-panel { padding: 30px 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:max(6px,env(safe-area-inset-right)); bottom:16px; height:36px; padding:3px 9px 3px 4px; gap:6px; }
  .jtc-powered-badge__mark { width:26px; height:26px; }
  .jtc-powered-badge__title { font-size:9.5px; }
  .jtc-powered-badge__powered { font-size:6px; }
  .jtc-powered-badge__tagline { display:none; }
  .whatsapp { left: 9px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transform: none; transition: opacity .2s ease, visibility .2s ease; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
