/* Konaltaş — site stilleri */
/* El yazısı font (yerel, Türkçe karakter destekli) */
@font-face{font-family:'Dancing Script';font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/dancing-script-latin-ext-700-normal.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Dancing Script';font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/dancing-script-latin-700-normal.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{
  --navy-900:#06124A;
  --navy-950:#040C33;
  --navy:#00177C;
  --navy-line:#1B2B6B;
  --navy-soft:#13246A;
  --orange:#FF5900;
  --orange-text:#C24400;
  --orange-on-dark:#FF7A2E;
  --bg:#EEF0F2;
  --surface:#FFFFFF;
  --line:#C5CBD3;
  --line-soft:#DDE1E6;
  --ink:#06124A;
  --ink-2:#3C4656;
  --muted:#5B6575;
  --on-dark:#FFFFFF;
  --on-dark-2:#B8C0CC;
  --on-dark-3:#9AA6C4;
  --display:'Archivo',system-ui,sans-serif;
  --body:'Instrument Sans',system-ui,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
  --script:'Dancing Script',cursive;
  --wrap:1248px;
  --gutter:96px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--orange-text)}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px}
h1,h2,h3,h4{margin:0;font-family:var(--display);font-stretch:115%;font-weight:800;line-height:1.05;letter-spacing:-0.005em}
p{margin:0}
.wrap{width:100%;max-width:calc(var(--wrap) + 2*var(--gutter));margin:0 auto;padding:0 var(--gutter)}
[hidden]{display:none !important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* Eyebrow / etiket */
.eyebrow{font-family:var(--mono);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-text)}
.dark .eyebrow,.eyebrow.on-dark{color:var(--orange-on-dark)}
.eyebrow.line{display:flex;align-items:center;gap:12px;color:var(--on-dark-3)}
.eyebrow.line::before{content:"";width:40px;height:2px;background:var(--orange)}

/* Butonlar */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 26px;border-radius:2px;font-weight:600;font-size:16px;border:1px solid transparent;cursor:pointer;font-family:var(--body);transition:background .15s,color .15s,border-color .15s}
.btn svg{width:16px;height:16px}
.btn-primary{background:var(--orange);color:var(--navy-900)}
.btn-primary:hover{background:#FF7A2E;color:var(--navy-900)}
.btn-ghost{border-color:#3D4F99;color:#fff}
.btn-ghost:hover{border-color:#fff;color:#fff}
.btn-dark{background:var(--navy-900);color:#fff}
.btn-dark:hover{background:var(--navy);color:#fff}
.btn-outline{border-color:var(--ink);color:var(--ink)}
.btn-outline:hover{background:var(--ink);color:#fff}
.link-arrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--orange-text)}
.link-arrow svg{width:16px;height:16px;transition:transform .15s}
.link-arrow:hover svg{transform:translateX(3px)}

/* Üst bilgi çubuğu */
.topbar{background:var(--navy-950);color:var(--on-dark-3);font-size:13px}
.topbar .wrap{height:40px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar .left,.topbar .right{display:flex;gap:28px;align-items:center}
.topbar a:hover{color:#fff}
.topbar .holding{font-family:var(--mono);font-size:12px;letter-spacing:.08em}
.topbar .lang{display:flex;gap:14px}
.topbar .lang .on{color:#fff;font-weight:600}

/* Header */
.site-header{background:#fff;border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:50}
.site-header .wrap{height:96px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{height:72px;width:auto}
.main-nav{display:flex;gap:30px;font-size:15px;font-weight:600;color:var(--navy)}
.main-nav a{position:relative;padding:8px 0}
.main-nav a[aria-current="page"]{color:var(--orange-text)}
.main-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--orange)}
.header-cta{height:48px;font-size:15px;padding:0 22px}
.menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent;color:var(--navy);cursor:pointer;align-items:center;justify-content:center}
.menu-toggle svg{width:26px;height:26px}

/* Hero (ana sayfa) */
.hero{position:relative;min-height:700px;display:flex;align-items:center;background:var(--navy-900);color:#fff;overflow:hidden}
.hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% 40%}
.hero .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,18,74,.96) 0%,rgba(6,18,74,.88) 40%,rgba(6,18,74,.25) 75%,rgba(6,18,74,.05) 100%)}
.hero .wrap{position:relative;padding-top:80px;padding-bottom:80px}
.hero-copy{max-width:680px;display:flex;flex-direction:column;gap:30px}
.hero h1{font-size:68px;line-height:1.02}
.hero h1.script{font-family:var(--script);font-stretch:100%;font-weight:700;font-size:80px;line-height:1.08;letter-spacing:0}
.hero h1.script em{font-style:normal;color:var(--orange)}
.hero .lead{font-size:19px;line-height:1.6;color:var(--on-dark-2);max-width:560px}
.hero .actions{display:flex;gap:16px;flex-wrap:wrap}
.hero .tag{position:absolute;right:var(--gutter);bottom:32px;display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-shadow:0 1px 6px rgba(0,0,0,.6)}
.hero .tag::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange)}

/* Sayfa başlığı (iç sayfalar) */
.page-hero{position:relative;background:var(--navy-900);color:#fff;overflow:hidden}
.page-hero .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% 40%;opacity:.35}
.page-hero .shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,18,74,.97) 0%,rgba(6,18,74,.85) 55%,rgba(6,18,74,.55) 100%)}
.page-hero .wrap{position:relative;padding-top:72px;padding-bottom:80px;display:flex;flex-direction:column;gap:22px}
.crumbs{display:flex;gap:10px;font-size:14px;color:var(--on-dark-3)}
.crumbs a:hover{color:#fff}
.crumbs span[aria-hidden]{opacity:.6}
.page-hero h1{font-size:60px;max-width:900px}
.page-hero .lead{font-size:19px;line-height:1.6;color:var(--on-dark-2);max-width:720px}

/* Rakamlar */
.stats{background:var(--navy-900);color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--navy-line)}
.stat{padding:36px 28px 44px;display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--navy-line)}
.stat:first-child{padding-left:0}
.stat:last-child{border-right:0;padding-right:0}
.stat b{font-family:var(--display);font-stretch:115%;font-weight:700;font-size:44px;line-height:1.1}
.stat span{font-size:15px;color:var(--on-dark-3)}

/* Bölümler */
.section{padding:120px 0}
.section.tight{padding:80px 0}
.section.flush-top{padding-top:0}
.dark{background:var(--navy-900);color:#fff}
.white{background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:56px;flex-wrap:wrap}
.section-head .titles{display:flex;flex-direction:column;gap:16px}
.section-head h2{font-size:48px;max-width:760px}
.section-head .aside{max-width:460px;font-size:17px;line-height:1.6;color:var(--ink-2)}
.dark .section-head .aside{color:var(--on-dark-2)}
.prose{font-size:18px;line-height:1.7;color:var(--ink-2);display:flex;flex-direction:column;gap:18px;max-width:760px}
.dark .prose{color:var(--on-dark-2)}

/* Grid yardımcıları */
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:96px;align-items:start}

/* Ürün kartı */
.card{background:#fff;display:flex;flex-direction:column}
.card .media{aspect-ratio:4/3;background:#DDE1E6;overflow:hidden}
.card .media img{width:100%;height:100%;object-fit:cover}
.card .body{padding:32px;display:flex;flex-direction:column;gap:14px;flex-grow:1}
.card .num{font-family:var(--mono);font-size:12px;color:var(--muted)}
.card h3{font-size:26px;font-stretch:110%;font-weight:700}
.card p{font-size:16px;line-height:1.6;color:var(--ink-2)}
.card .link-arrow{margin-top:auto;padding-top:12px}

/* Sektörler */
.sectors{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.sector{min-height:150px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.sector svg{width:32px;height:32px}
.sector b{font-family:var(--display);font-stretch:110%;font-size:20px}

/* Özellik kutuları */
.feature{padding:32px;background:#fff;display:flex;flex-direction:column;gap:14px}
.feature .ico{width:48px;height:48px;border-radius:50%;background:#FFF1E8;color:var(--orange-text);display:flex;align-items:center;justify-content:center}
.feature .ico svg{width:24px;height:24px}
.feature h3{font-size:21px;font-stretch:105%;font-weight:700}
.feature p{font-size:15px;line-height:1.6;color:var(--ink-2)}
.dark .feature{background:var(--navy-soft)}
.dark .feature h3{color:#fff}
.dark .feature p{color:var(--on-dark-2)}
.dark .feature .ico{background:rgba(255,89,0,.14);color:var(--orange-on-dark)}

/* Adımlar */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.step{padding-top:28px;border-top:2px solid #3D4F99;display:flex;flex-direction:column;gap:16px}
.step:first-child{border-top-color:var(--orange)}
.step .n{font-family:var(--display);font-stretch:125%;font-weight:800;font-size:56px;line-height:1;color:#2A3C85}
.step h3{font-family:var(--body);font-stretch:100%;font-size:21px;font-weight:600;line-height:1.3}
.step p{font-size:15px;line-height:1.6;color:var(--on-dark-3)}
.light .step{border-top-color:var(--line)}
.light .step:first-child{border-top-color:var(--orange)}
.light .step .n{color:#C5CBD3}
.light .step p{color:var(--ink-2)}

/* Zaman çizelgesi */
.timeline{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}
.timeline::before{content:"";position:absolute;left:0;right:0;top:7px;height:2px;background:var(--line)}
.tl{position:relative;display:flex;flex-direction:column;gap:16px}
.tl .dot{width:16px;height:16px;border-radius:50%;background:var(--ink)}
.tl:first-child .dot{background:var(--orange)}
.tl:last-child .dot{background:var(--bg);border:2px solid var(--ink)}
.tl b{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:32px}
.tl p{font-size:15px;line-height:1.55;color:var(--ink-2)}

/* Liste satırları */
.rows{border-top:1px solid var(--line)}
.rows a,.rows .row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);font-weight:600;font-size:17px;padding:12px 0}
.rows svg{width:18px;height:18px;flex:none}
.check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.check-list li{display:flex;gap:12px;align-items:flex-start;font-size:17px;line-height:1.5}
.check-list li::before{content:"";flex:none;width:20px;height:20px;margin-top:2px;border-radius:50%;background:var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2306124A' stroke-width='2.2'%3E%3Cpath d='M5.5 10.5l3 3 6-7'/%3E%3C/svg%3E") center/20px no-repeat}

/* Form */
.form{padding:48px;background:#fff;display:flex;flex-direction:column;gap:20px}
.form h3{font-size:24px;font-stretch:110%;font-weight:700}
.form .fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:var(--ink-2)}
.form .full{grid-column:1/-1}
.form input,.form select,.form textarea{height:48px;padding:0 14px;border:1px solid var(--line);background:#F7F8F9;font:inherit;font-weight:400;color:var(--ink);border-radius:0;width:100%}
.form textarea{height:140px;padding:12px 14px;resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--orange);outline-offset:0;border-color:var(--orange)}
.form .consent{flex-direction:row;align-items:flex-start;gap:10px;font-weight:400;font-size:14px}
.form .consent input{width:20px;height:20px;flex:none;margin-top:1px}
.form .consent a{color:var(--orange-text);text-decoration:underline}
.form .note{font-size:13px;color:var(--muted)}
.form .ok{display:none;padding:14px 16px;background:#E8F5EE;color:#0E5A3A;font-size:15px}
.form .ok.show{display:block}

/* Kalite + ihracat bandı */
.duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.duo > div{padding:96px var(--gutter);display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}
.duo h2{font-size:40px}
.duo .orange{background:var(--orange);color:var(--navy-900)}
.duo .orange .eyebrow{color:var(--navy-900)}
.duo .big{font-family:var(--display);font-stretch:125%;font-weight:800;font-size:120px;line-height:.9}
.duo .globe{position:absolute;right:-80px;bottom:-80px;width:420px;height:420px;opacity:.2}
.badges{display:flex;gap:16px;flex-wrap:wrap}
.badge{width:140px;min-height:120px;padding:16px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;background:#fff}
.badge b{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:22px;line-height:1}
.badge span{font-family:var(--mono);font-size:12px;color:var(--ink-2);line-height:1.35}

/* Sertifika kartı */
.cert{background:#fff;padding:32px;display:flex;flex-direction:column;gap:14px;border-top:3px solid var(--orange)}
.cert b{font-family:var(--display);font-stretch:110%;font-size:22px;font-weight:700}
.cert p{font-size:15px;line-height:1.6;color:var(--ink-2)}

/* Metrikler */
.metric{padding:32px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}
.metric b{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:52px;line-height:1}
.metric span{color:var(--ink-2)}

/* Görseller */
.photo{width:100%;height:100%;object-fit:cover}
.photo-frame{overflow:hidden;background:#DDE1E6}

/* Tüp tasarım aracı */
.designer{display:grid;grid-template-columns:420px minmax(0,1fr);gap:24px;align-items:stretch}
.designer .panel{background:#fff;padding:36px;display:flex;flex-direction:column;gap:22px}
.designer .stage{background:radial-gradient(circle at 50% 40%,#1B2B6B 0%,#06124A 70%);min-height:640px;display:flex;align-items:center;justify-content:center;position:relative;padding:40px}
.designer .stage svg{max-height:560px;width:auto;height:100%}
.designer .readout{position:absolute;left:24px;bottom:20px;font-family:var(--mono);font-size:13px;color:var(--on-dark-2);letter-spacing:.06em}
.dropzone{border:2px dashed var(--line);padding:24px;text-align:center;display:flex;flex-direction:column;gap:8px;align-items:center;cursor:pointer;background:#F7F8F9}
.dropzone:hover,.dropzone.drag{border-color:var(--orange);background:#FFF6F0}
.dropzone svg{width:28px;height:28px;color:var(--orange-text)}
.dropzone b{font-size:15px}
.dropzone span{font-size:13px;color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{min-width:56px;height:44px;padding:0 12px;border:1px solid var(--line);background:#fff;font:inherit;font-weight:600;font-size:14px;cursor:pointer;color:var(--ink)}
.chip[aria-pressed="true"]{background:var(--navy-900);border-color:var(--navy-900);color:#fff}
.field-label{font-size:14px;font-weight:600;color:var(--ink-2);display:flex;justify-content:space-between}
.range{width:100%;accent-color:var(--orange)}
.swatches{display:flex;gap:8px}
.swatch{width:40px;height:40px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer}
.swatch[aria-pressed="true"]{box-shadow:0 0 0 2px var(--orange)}
.info-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--muted)}
.info-list li{display:flex;gap:8px}
.info-list li::before{content:"—";color:var(--orange-text)}

/* İletişim */
.contact-cards{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.contact-cards .item{display:flex;gap:18px;padding:24px 0;border-bottom:1px solid var(--line)}
.contact-cards .ico{width:44px;height:44px;flex:none;border-radius:50%;background:var(--navy-900);color:#fff;display:flex;align-items:center;justify-content:center}
.contact-cards .ico svg{width:20px;height:20px}
.contact-cards small{display:block;font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:var(--muted);margin-bottom:4px;text-transform:uppercase}
.contact-cards a,.contact-cards p{font-size:17px;font-weight:600;line-height:1.5}
.hours{width:100%;border-collapse:collapse;font-size:16px}
.hours td{padding:12px 0;border-bottom:1px solid var(--line)}
.hours td:last-child{text-align:right;font-weight:600}
.map{width:100%;height:440px;border:0;display:block;filter:grayscale(.2)}

/* Yasal metin */
.legal{max-width:820px;display:flex;flex-direction:column;gap:36px}
.legal h2{font-size:26px;font-stretch:105%;margin-bottom:12px}
.legal p,.legal li{font-size:17px;line-height:1.7;color:var(--ink-2)}
.legal ul{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:6px}
.legal .meta{font-family:var(--mono);font-size:13px;color:var(--muted)}

/* CTA bandı */
.cta-band{background:var(--orange);color:var(--navy-900)}
.cta-band .wrap{padding-top:64px;padding-bottom:64px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cta-band h2{font-size:40px;max-width:720px}

/* Footer */
.site-footer{background:var(--navy-900);color:var(--on-dark-2)}
.site-footer .wrap{padding-top:96px;padding-bottom:40px;display:flex;flex-direction:column;gap:64px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:48px}
.footer-grid .col{display:flex;flex-direction:column;gap:14px;font-size:15px}
.footer-grid .col h4{font-family:var(--body);font-stretch:100%;font-size:15px;font-weight:600;color:#fff;margin-bottom:6px}
.footer-grid a:hover{color:#fff}
.footer-logo{align-self:flex-start;padding:12px 16px;background:#fff;border-radius:4px}
.footer-logo img{height:64px;width:auto}
.footer-grid .holding{font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:var(--on-dark-3)}
.footer-bottom{padding-top:28px;border-top:1px solid var(--navy-line);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--on-dark-3)}
.footer-bottom nav{display:flex;gap:18px}

/* ---------- Duyarlı ---------- */
@media (max-width:1200px){
  :root{--gutter:48px}
  .main-nav{gap:20px;font-size:14px}
  .hero h1{font-size:56px}
  .hero h1.script{font-size:68px}
  .stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .stat:nth-child(3){border-right:0}
  .stat:nth-child(4){padding-left:0}
  .stat:nth-child(n+4){border-top:1px solid var(--navy-line)}
  .timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:48px}
  .timeline::before{display:none}
  .designer{grid-template-columns:1fr}
}
@media (max-width:1024px){
  .main-nav,.header-cta{display:none}
  .menu-toggle{display:inline-flex}
  .site-header .wrap{height:80px}
  .brand img{height:60px}
  .main-nav.open{display:flex;position:absolute;left:0;right:0;top:100%;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--line-soft);padding:8px var(--gutter) 24px;box-shadow:0 12px 24px rgba(6,18,74,.08)}
  .main-nav.open a{padding:14px 0;border-bottom:1px solid var(--line-soft);font-size:17px}
  .main-nav.open a[aria-current="page"]::after{display:none}
  .main-nav .mobile-cta{display:inline-flex !important;margin-top:16px;border-bottom:0 !important;justify-content:center}
  .topbar .left span.addr{display:none}
  .split{grid-template-columns:1fr;gap:48px}
  .grid-4,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sectors{grid-template-columns:repeat(3,minmax(0,1fr))}
  .duo{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  :root{--gutter:20px}
  body{font-size:15px}
  .topbar{display:none}
  .site-header .wrap{height:72px}
  .brand img{height:54px}
  .hero{min-height:0}
  .hero .wrap{padding-top:48px;padding-bottom:96px}
  .hero .shade{background:linear-gradient(180deg,rgba(6,18,74,.93) 0%,rgba(6,18,74,.85) 60%,rgba(6,18,74,.55) 100%)}
  .hero h1{font-size:38px}
  .hero h1.script{font-size:46px;line-height:1.1}
  .hero .lead{font-size:16px}
  .hero .actions .btn{width:100%}
  .hero .tag{left:var(--gutter);right:auto;bottom:24px;font-size:11px}
  .page-hero .wrap{padding-top:40px;padding-bottom:48px}
  .page-hero h1{font-size:36px}
  .page-hero .lead{font-size:16px}
  .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stat{padding:20px 12px 20px 0 !important;border-right:0 !important;border-top:1px solid var(--navy-line)}
  .stat:nth-child(even){padding-left:16px !important;border-left:1px solid var(--navy-line)}
  .stat b{font-size:30px}
  .stat span{font-size:13px}
  .section{padding:64px 0}
  .section.tight{padding:48px 0}
  .section-head{margin-bottom:32px;gap:16px}
  .section-head h2,.cta-band h2{font-size:30px}
  .section-head .aside{font-size:15px}
  .grid-2,.grid-3,.grid-4,.steps{grid-template-columns:1fr}
  .sectors{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sector{min-height:110px;padding:20px}
  .timeline{grid-template-columns:1fr;row-gap:28px}
  .tl{flex-direction:row;flex-wrap:wrap;gap:6px 16px;align-items:center}
  .tl p{flex-basis:100%}
  .tl b{font-size:24px}
  .step .n{font-size:36px}
  .card .body{padding:24px}
  .card h3{font-size:22px}
  .form{padding:24px}
  .form .fields{grid-template-columns:1fr}
  .duo > div{padding:56px var(--gutter)}
  .duo h2{font-size:28px}
  .duo .big{font-size:88px}
  .designer .stage{min-height:460px;padding:24px}
  .designer .panel{padding:24px}
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .site-footer .wrap{padding-top:56px;gap:40px}
  .map{height:320px}
  .prose{font-size:16px}
  .metric b{font-size:40px}
}
/* Fotoğraf figürleri ve galeriler */
.fig{margin:0;display:flex;flex-direction:column;gap:10px}
.fig figcaption{font-size:14px;color:var(--muted)}
.gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:12px}
.gallery .g-big{grid-row:1 / span 2}
.gallery .g-big .photo-frame{height:100%}
/* Üretim süreci kartları */
.procs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.proc{background:#fff;display:flex;flex-direction:column}
.proc-body{padding:22px;display:flex;flex-direction:column;gap:10px}
.proc .n{font-family:var(--mono);font-size:12px;color:var(--orange-text);letter-spacing:.1em}
.proc h3{font-size:19px;font-stretch:105%;font-weight:700;line-height:1.2}
.proc p{font-size:14px;line-height:1.55;color:var(--ink-2)}
/* Teknik tablo */
.table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line)}
.spec-table{width:100%;border-collapse:collapse;font-size:16px;min-width:640px}
.spec-table th,.spec-table td{padding:14px 20px;text-align:left;border-bottom:1px solid var(--line-soft)}
.spec-table thead th{background:var(--navy-900);color:#fff;font-weight:600;font-size:14px;letter-spacing:.02em}
.spec-table tbody th{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:22px;vertical-align:middle;border-right:1px solid var(--line-soft)}
.spec-table tr.grp th,.spec-table tr.grp td{border-top:2px solid var(--line)}
.spec-table td:nth-child(n){font-variant-numeric:tabular-nums}
.spec-table tbody tr:hover td{background:#FFF6F0}
/* Kapaklar */
.caps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.cap{margin:0;background:#fff;border:1px solid var(--line-soft);display:flex;flex-direction:column;align-items:center;padding:12px 8px 16px;gap:6px}
.cap img{width:100%;max-width:140px;aspect-ratio:1/1;object-fit:contain}
.cap figcaption{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:20px;color:var(--ink)}
.section.white .cap{background:var(--bg);border-color:transparent}
.section.white .cap img{mix-blend-mode:multiply}
/* Katmanlar */
.layers{list-style:none;margin:0;padding:0;counter-reset:l;display:flex;flex-direction:column}
.layers li{counter-increment:l;display:grid;grid-template-columns:44px 1fr;column-gap:16px;row-gap:4px;padding:18px 0;border-top:1px solid var(--line)}
.layers li::before{content:counter(l,decimal-leading-zero);grid-row:1 / span 2;font-family:var(--mono);font-size:13px;color:var(--orange-text);padding-top:3px}
.layers b{font-size:18px}
.layers span{font-size:15px;line-height:1.6;color:var(--ink-2)}
/* AQL */
.aql{display:flex;flex-direction:column;gap:10px;padding-top:24px;border-top:2px solid var(--orange)}
.aql b{font-family:var(--display);font-stretch:115%;font-weight:800;font-size:52px;line-height:1}
.aql span{color:var(--on-dark-2);line-height:1.55}
/* Ülkeler */
.countries{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.countries li{padding:10px 16px;border:1px solid var(--line);background:var(--bg);font-weight:600;font-size:15px}
/* Tasarım aracı uyum kutusu */
.fit{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:#F7F8F9;border-left:3px solid var(--orange)}
.fit-row{display:flex;gap:12px;font-size:15px}
.fit-row b{min-width:40px}
@media (max-width:1200px){
  .procs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .caps{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:720px){
  .procs{grid-template-columns:1fr}
  .caps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery{grid-template-columns:1fr}
  .gallery .g-big{grid-row:auto}
  .spec-table{font-size:14px}
  .spec-table th,.spec-table td{padding:10px 12px}
  .aql b{font-size:40px}
}

.main-nav .mobile-cta{display:none}
.main-nav .lang-mobile{display:none}
@media (max-width:1024px){.main-nav.open .lang-mobile{display:block;color:var(--muted);font-weight:500}}
html,body{overflow-x:clip}
.stat b{white-space:nowrap;font-size:clamp(28px,3vw,44px)}

/* Sektör görselleri */
.sectors{border:0;gap:16px}
.sector{margin:0;min-height:0;padding:0;border:0;background:#fff;display:flex;flex-direction:column;gap:0;overflow:hidden}
.sector img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}
.sector:hover img{transform:scale(1.04)}
.sector figcaption{padding:16px 20px;font-family:var(--display);font-stretch:110%;font-weight:700;font-size:20px;border-top:3px solid var(--orange)}
@media (max-width:720px){.sectors{gap:10px}.sector{padding:0;min-height:0}.sector figcaption{font-size:16px;padding:12px 14px}}
