@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&family=Fraunces:opsz,wght,SOFT,WONK@9..144,500..900,60,1&family=JetBrains+Mono:wght@500;700&display=swap');

:root{
  --ink:#070604;
  --black:#0b0806;
  --ash:#15110d;
  --clay:#241710;
  --panel:#19120e;
  --panel-2:#201710;
  --line:rgba(247,214,170,.16);
  --line-2:rgba(247,214,170,.30);
  --cream:#f5dfbd;
  --cream-2:#fff0d5;
  --muted:#b69e80;
  --dim:#7e6a55;
  --copper:#d57942;
  --copper-2:#ff9b5f;
  --gold:#d6a96f;
  --green:#6f7b5d;
  --danger:#a94628;
  --shadow:0 32px 90px rgba(0,0,0,.50);
  --radius:30px;
  --radius-sm:18px;
  --max:1180px;
  --serif:'Fraunces', Georgia, serif;
  --sans:'Bricolage Grotesque', system-ui, -apple-system, Segoe UI, sans-serif;
  --mono:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink);touch-action:manipulation;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--sans);touch-action:manipulation;background:
  radial-gradient(circle at 8% 2%, rgba(213,121,66,.17), transparent 30%),
  radial-gradient(circle at 92% 18%, rgba(111,123,93,.18), transparent 28%),
  linear-gradient(180deg,#090604 0%,#0b0705 48%,#050403 100%);color:var(--cream);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E")}
img{max-width:100%;display:block;height:auto;-webkit-user-drag:none;user-select:none}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.wrap{width:min(100% - 44px,var(--max));margin-inline:auto}
::selection{background:rgba(213,121,66,.38);color:#fff4e1}

.progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--copper),var(--gold));z-index:100;box-shadow:0 0 22px rgba(255,155,95,.5)}
.site-header{position:fixed;top:14px;left:0;right:0;z-index:80;transition:.28s ease}
.nav-shell{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;border:1px solid var(--line);border-radius:999px;padding:8px 10px 8px 18px;background:rgba(11,8,6,.62);backdrop-filter:blur(22px);box-shadow:0 18px 52px rgba(0,0,0,.26)}
.site-header.is-scrolled{top:8px}.site-header.is-scrolled .nav-shell{height:64px;background:rgba(9,6,4,.88);border-color:var(--line-2)}
.brand{display:flex;align-items:center;gap:12px;min-width:205px}
.brand img{width:204px;height:auto;filter:drop-shadow(0 6px 16px rgba(0,0,0,.32))}
.brand-code{display:none;font-family:var(--mono);font-size:10px;color:var(--dim);letter-spacing:.14em;text-transform:uppercase}
.site-nav{display:flex;align-items:center;justify-content:center;gap:5px}
.site-nav a{font-size:13px;color:var(--muted);padding:13px 15px;border-radius:999px;transition:.2s ease;font-weight:700;letter-spacing:.01em}
.site-nav a:hover,.site-nav a.is-active{color:var(--cream-2);background:rgba(245,223,189,.08)}
.nav-actions{display:flex;align-items:center;gap:8px}.social-pill,.nav-cta{height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;letter-spacing:.04em}
.social-pill{width:48px;border:1px solid var(--line);color:var(--gold)}
.nav-cta{padding:0 18px;background:var(--cream);color:#1a0f09}.nav-cta:hover{background:var(--copper-2);color:#190c06;transform:translateY(-1px)}
.hamburger{display:none;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--cream);position:relative}.hamburger span{display:block;width:18px;height:2px;background:var(--cream);margin:4px auto;border-radius:3px;transition:.2s}.hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.btn{--btn-bg:var(--cream);--btn-text:#160b06;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:0 18px 18px 18px;border:1px solid transparent;background:var(--btn-bg);color:var(--btn-text);font-weight:900;font-size:13px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 22px 44px rgba(0,0,0,.25);transition:.22s ease;position:relative;overflow:hidden}
.btn:after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent,rgba(255,255,255,.38),transparent);transform:translateX(-120%);transition:.48s ease}.btn:hover:after{transform:translateX(120%)}.btn:hover{transform:translateY(-3px)}
.btn-copper{--btn-bg:linear-gradient(135deg,var(--copper),var(--copper-2));--btn-text:#160b06}.btn-ghost{--btn-bg:transparent;--btn-text:var(--cream);border-color:var(--line);box-shadow:none;background:rgba(245,223,189,.05)}.btn-small{min-height:43px;padding:0 15px;font-size:11px;border-radius:0 14px 14px 14px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--copper-2)}
.eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.8}
h1,h2,h3{font-family:var(--serif);margin:0;color:var(--cream-2);line-height:.94;letter-spacing:-.055em}h1{font-size:clamp(58px,9vw,128px)}h2{font-size:clamp(46px,6.4vw,92px)}h3{font-size:30px;letter-spacing:-.035em}p{color:var(--muted);line-height:1.75;margin:0;font-size:17px}.muted{color:var(--dim)}

.hero-studio{min-height:100svh;padding:130px 0 70px;display:flex;align-items:center;position:relative;overflow:hidden}.hero-studio:after{content:"ANDREWSCRAFT";position:absolute;left:-3vw;bottom:-4vw;font-family:var(--mono);font-size:11.5vw;letter-spacing:.08em;color:rgba(245,223,189,.032);font-weight:800;pointer-events:none;white-space:nowrap}
.hero-layout{display:grid;grid-template-columns:126px minmax(0,1.12fr) minmax(360px,.88fr);gap:28px;align-items:stretch;position:relative;z-index:2}
.dossier-rail{border:1px solid var(--line);border-radius:var(--radius);background:rgba(245,223,189,.04);display:grid;align-content:space-between;padding:22px 16px;min-height:640px;overflow:hidden;position:relative}.dossier-rail:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(213,121,66,.14),transparent 40%,rgba(111,123,93,.12));opacity:.7}.rail-text{writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--mono);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);position:relative}.rail-number{font-family:var(--serif);font-size:70px;color:var(--copper-2);position:relative;line-height:.8}.rail-dot{width:14px;height:14px;border-radius:50%;background:var(--copper-2);box-shadow:0 0 0 12px rgba(213,121,66,.12);position:relative}
.hero-stage{min-height:640px;border:1px solid var(--line);border-radius:44px;background:radial-gradient(circle at 65% 25%,rgba(213,121,66,.19),transparent 30%),linear-gradient(145deg,#13100d,#080604 60%,#120b07);position:relative;overflow:hidden;box-shadow:var(--shadow)}
.hero-stage:before{content:"";position:absolute;inset:18px;border:1px solid rgba(245,223,189,.09);border-radius:32px;pointer-events:none}.hero-stage:after{content:"CUSTOM SCULPTURE / MAGNET / BUST";position:absolute;left:30px;bottom:26px;font-family:var(--mono);font-size:11px;letter-spacing:.17em;color:rgba(245,223,189,.42)}
.hero-product{position:absolute;right:-90px;bottom:-38px;width:min(760px,98%);filter:drop-shadow(0 40px 70px rgba(0,0,0,.65));animation:floatProduct 6s ease-in-out infinite}.hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,155,95,.38),transparent 68%);right:36px;bottom:70px;filter:blur(18px);opacity:.55}.spec-card{position:absolute;left:28px;top:28px;width:236px;border:1px solid var(--line);background:rgba(11,8,6,.66);backdrop-filter:blur(16px);border-radius:24px;padding:18px}.spec-card b{display:block;font-family:var(--mono);font-size:11px;color:var(--copper-2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}.spec-card span{display:block;color:var(--cream);font-weight:800;font-size:22px;line-height:1.1}.spec-card small{display:block;color:var(--dim);margin-top:10px;line-height:1.55}.material-chips{position:absolute;left:30px;bottom:58px;display:flex;gap:8px;flex-wrap:wrap;max-width:360px}.material-chips span{border:1px solid var(--line);background:rgba(245,223,189,.06);border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.hero-copy-panel{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:640px}.hero-copy-top{border:1px solid var(--line);border-radius:44px;padding:38px;background:linear-gradient(180deg,rgba(245,223,189,.065),rgba(245,223,189,.028));position:relative;overflow:hidden}.hero-copy-top:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-58px;top:-58px;background:rgba(213,121,66,.20);filter:blur(8px)}.hero-copy-top h1{font-size:clamp(54px,6.8vw,104px);margin:18px 0 22px}.hero-copy-top h1 em{font-style:normal;color:var(--copper-2);text-shadow:0 0 30px rgba(255,155,95,.18)}.hero-copy-top p{max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:14px}.proof-box{border:1px solid var(--line);border-radius:28px;background:rgba(245,223,189,.045);padding:22px;position:relative;overflow:hidden}.proof-box span{display:block;font-family:var(--mono);font-size:12px;color:var(--copper-2);margin-bottom:10px}.proof-box strong{display:block;font-size:28px;color:var(--cream)}.proof-box p{font-size:14px;line-height:1.55;margin-top:6px}

.marquee{border-block:1px solid var(--line);background:rgba(245,223,189,.035);overflow:hidden}.marquee-track{display:flex;gap:32px;white-space:nowrap;width:max-content;padding:16px 0;animation:marquee 25s linear infinite}.marquee span{font-family:var(--mono);font-size:12px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase}.marquee b{color:var(--copper-2)}
.section{padding:112px 0}.section-head{display:grid;grid-template-columns:minmax(300px,.85fr) 1fr;gap:44px;align-items:end;margin-bottom:44px}.section-head h2{max-width:740px}.section-head p{max-width:680px}.canvas-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.story-card,.process-card,.quote-card,.contact-card,.form-panel,.sidebar-panel,.value-tile{border:1px solid var(--line);background:linear-gradient(180deg,rgba(245,223,189,.055),rgba(245,223,189,.025));border-radius:var(--radius);box-shadow:0 22px 80px rgba(0,0,0,.23);position:relative;overflow:hidden}.story-card:before,.process-card:before,.quote-card:before,.contact-card:before,.form-panel:before,.sidebar-panel:before,.value-tile:before,.catalog-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(255,155,95,.16),transparent 34%);opacity:0;transition:.2s;pointer-events:none}.story-card:hover:before,.process-card:hover:before,.quote-card:hover:before,.contact-card:hover:before,.form-panel:hover:before,.sidebar-panel:hover:before,.value-tile:hover:before,.catalog-card:hover:before{opacity:1}
.story-card.big{min-height:565px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background-image:linear-gradient(180deg,transparent 20%,rgba(8,6,4,.62) 68%,rgba(8,6,4,.98)),url('assets/hq/atelier-production.png');background-size:cover;background-position:center}.story-card.big h3{font-size:48px}.story-card.big p{max-width:510px;margin-top:14px}.story-stack{display:grid;grid-template-columns:1fr;gap:22px}.story-card.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:272px}.story-card.split img{height:100%;width:100%;object-fit:cover}.story-card.split div{padding:28px}.story-card.split span,.process-card span,.catalog-content span,.value-tile span,.contact-card span{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--copper-2);font-weight:800}.story-card.split h3{font-size:34px;margin:12px 0 10px}.story-card.split p{font-size:15px;line-height:1.6}
.process-board{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.process-card{padding:26px;min-height:316px;display:flex;flex-direction:column;justify-content:space-between;transform:skewY(-1.5deg);transition:.24s ease}.process-card:nth-child(even){transform:skewY(1.5deg);margin-top:26px}.process-card:hover{transform:translateY(-8px) skewY(0)}.process-card span:before{counter-increment:step;content:'0' counter(step) ' / ';color:var(--gold)}.process-card h3{font-size:36px;margin:16px 0 12px}.process-card p{font-size:15px;line-height:1.62}.process-card img{height:136px;width:100%;object-fit:cover;border-radius:20px;border:1px solid var(--line);margin-top:18px}
.showcase-mosaic{display:grid;grid-template-columns:1.1fr .9fr 1fr;grid-auto-rows:250px;gap:18px}.mosaic-item{position:relative;overflow:hidden;border-radius:34px;border:1px solid var(--line);background:var(--panel);box-shadow:0 26px 70px rgba(0,0,0,.28)}.mosaic-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .28s}.mosaic-item:hover img{transform:scale(1.07);filter:saturate(1.06) contrast(1.06)}.mosaic-item:after{content:attr(data-label);position:absolute;left:18px;bottom:18px;border:1px solid var(--line);border-radius:999px;padding:9px 12px;background:rgba(8,6,4,.68);backdrop-filter:blur(12px);font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--cream)}.mosaic-item.large{grid-row:span 2}.mosaic-item.wide{grid-column:span 2}
.quote-card{padding:42px;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center}.quote-card h2{font-size:clamp(42px,5.6vw,78px)}.quote-card p{max-width:680px;margin-top:18px}.quote-card img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:1px solid var(--line);box-shadow:0 24px 60px rgba(0,0,0,.38)}

.page-hero{padding:150px 0 76px;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 16%,rgba(213,121,66,.16),transparent 28%);pointer-events:none}.page-hero-grid{display:grid;grid-template-columns:1fr minmax(280px,440px);gap:42px;align-items:end;position:relative;z-index:2}.page-hero h1{font-size:clamp(56px,8vw,116px);margin:18px 0}.page-hero p{max-width:720px}.page-hero-image{border:1px solid var(--line);border-radius:38px;overflow:hidden;background:var(--panel);box-shadow:var(--shadow);transform:rotate(2deg)}.page-hero-image img{height:430px;width:100%;object-fit:cover}.breadcrumb{font-family:var(--mono);font-size:11px;color:var(--dim);text-transform:uppercase;letter-spacing:.18em}
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.filter-bar button{border:1px solid var(--line);background:rgba(245,223,189,.045);color:var(--muted);height:43px;padding:0 17px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.filter-bar button:hover,.filter-bar button.is-active{border-color:rgba(255,155,95,.5);background:rgba(213,121,66,.16);color:var(--cream-2)}
.catalog-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.catalog-card{grid-column:span 4;border:1px solid var(--line);border-radius:34px;background:linear-gradient(180deg,rgba(245,223,189,.058),rgba(245,223,189,.025));overflow:hidden;position:relative;box-shadow:0 24px 75px rgba(0,0,0,.22);transition:.25s ease}.catalog-card.feature{grid-column:span 6}.catalog-card:hover{transform:translateY(-8px);border-color:rgba(255,155,95,.42)}.catalog-image{height:330px;background:#100c09;overflow:hidden}.catalog-card.feature .catalog-image{height:410px}.catalog-image img{height:100%;width:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.catalog-card:hover .catalog-image img{transform:scale(1.08)}.catalog-content{padding:24px}.catalog-content h3{margin:10px 0 12px;font-size:34px}.catalog-content p{font-size:15px;line-height:1.62;min-height:74px}.catalog-meta{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.catalog-meta small{border:1px solid var(--line);border-radius:999px;padding:7px 9px;font-family:var(--mono);font-size:10px;color:var(--dim);text-transform:uppercase;letter-spacing:.08em}
.order-layout{display:grid;grid-template-columns:1fr 390px;gap:22px;align-items:start}.form-panel{padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:800}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:rgba(245,223,189,.055);color:var(--cream);padding:15px 16px;outline:none;transition:.2s}select option{background:#120d09;color:var(--cream)}textarea{min-height:160px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:rgba(255,155,95,.72);box-shadow:0 0 0 5px rgba(213,121,66,.13)}::placeholder{color:#7e6a55}.form-submit{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.form-submit small{color:var(--dim);line-height:1.5}.sidebar-panel{padding:26px}.sidebar-panel+ .sidebar-panel{margin-top:18px}.sidebar-panel img{border-radius:24px;border:1px solid var(--line);margin-bottom:20px}.sidebar-panel h3{font-size:34px;margin-bottom:14px}.sidebar-panel ul{margin:0;padding-left:19px;color:var(--muted);line-height:1.8}.timeline{display:grid;gap:14px}.timeline div{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}.timeline b{height:48px;width:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--copper-2);font-family:var(--mono)}.timeline span{color:var(--cream);font-weight:900}.timeline p{font-size:14px;line-height:1.55;margin-top:4px}
.about-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:stretch}.about-portrait{border:1px solid var(--line);border-radius:44px;overflow:hidden;min-height:620px;background:url('assets/hq/atelier-production.png') center/cover;box-shadow:var(--shadow);position:relative}.about-portrait:after{content:"ATÖLYE / REFERANS / EL İŞİ";position:absolute;left:26px;bottom:26px;font-family:var(--mono);letter-spacing:.16em;color:var(--cream);font-size:11px;background:rgba(8,6,4,.66);padding:10px 13px;border:1px solid var(--line);border-radius:999px}.about-copy{border:1px solid var(--line);border-radius:44px;background:rgba(245,223,189,.04);padding:42px}.about-copy p+p{margin-top:18px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-tile{padding:28px;min-height:254px}.value-tile h3{margin:18px 0 12px;font-size:35px}.value-tile p{font-size:15.5px;line-height:1.62}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{padding:28px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.contact-card h3{margin:14px 0 12px;font-size:34px;line-height:1.04}.contact-card p{font-size:15px;line-height:1.62}.map-placeholder{border:1px solid var(--line);border-radius:44px;background:linear-gradient(135deg,rgba(213,121,66,.13),rgba(111,123,93,.12)),url('assets/hq/brand-desk.png') center/cover;padding:42px;min-height:430px;display:flex;align-items:flex-end;box-shadow:var(--shadow);overflow:hidden}.map-placeholder>div{background:rgba(8,6,4,.74);border:1px solid var(--line);backdrop-filter:blur(16px);border-radius:28px;padding:26px;max-width:620px}
.site-footer{border-top:1px solid var(--line);background:#050403;padding:54px 0 0;margin-top:44px}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1fr 1fr;gap:32px}.footer-brand img{width:230px;margin-bottom:14px}.site-footer h4{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--copper-2);margin:0 0 14px}.site-footer a{display:block;color:var(--muted);margin:10px 0;font-weight:700}.site-footer a:hover{color:var(--cream)}.site-footer p{font-size:14px;line-height:1.65}.footer-bottom{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);margin-top:42px;padding:18px 0;color:var(--dim);font-family:var(--mono);font-size:11px;letter-spacing:.06em}
.floating-wa{position:fixed;right:20px;bottom:20px;z-index:70;height:56px;border-radius:999px;background:#202016;color:#dff0c9;border:1px solid rgba(200,255,177,.2);box-shadow:0 20px 58px rgba(0,0,0,.42);display:inline-flex;align-items:center;gap:10px;padding:0 18px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.floating-wa:before{content:"";width:10px;height:10px;border-radius:50%;background:#7bd15f;box-shadow:0 0 0 9px rgba(123,209,95,.14)}.floating-wa:hover{transform:translateY(-3px)}.back-top{position:fixed;right:24px;bottom:88px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(11,8,6,.84);backdrop-filter:blur(12px);z-index:68;opacity:0;visibility:hidden;transition:.2s}.back-top.is-visible{opacity:1;visibility:visible}.back-top:before{content:"";display:block;width:11px;height:11px;border-left:2px solid var(--cream);border-top:2px solid var(--cream);transform:rotate(45deg);margin:18px auto 0}
.js [data-animate]{opacity:0;transform:translateY(28px);transition:opacity .74s ease,transform .74s cubic-bezier(.2,.8,.2,1)}.js [data-animate].is-visible{opacity:1;transform:none}.js .catalog-card[hidden]{display:none}
@keyframes floatProduct{0%,100%{transform:translateY(0) rotate(.4deg)}50%{transform:translateY(-18px) rotate(-.7deg)}}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.js [data-animate]{opacity:1;transform:none}}
@media (max-width:1120px){.site-nav{position:fixed;top:94px;left:22px;right:22px;display:grid;gap:6px;justify-content:stretch;background:rgba(9,6,4,.96);border:1px solid var(--line);border-radius:30px;padding:14px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.site-nav.is-open{opacity:1;visibility:visible;transform:none}.site-nav a{padding:15px}.social-pill,.nav-cta{display:none}.hamburger{display:block}.nav-shell{height:62px}.hero-layout{grid-template-columns:92px 1fr}.hero-copy-panel{grid-column:1/-1;min-height:auto}.dossier-rail,.hero-stage{min-height:560px}.hero-copy-top{padding:32px}.section-head,.canvas-grid,.page-hero-grid,.order-layout,.about-intro{grid-template-columns:1fr}.process-board{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(even){margin-top:0}.catalog-card,.catalog-card.feature{grid-column:span 6}.contact-grid,.value-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.page-hero-image{max-width:520px}}
@media (max-width:720px){.wrap{width:min(100% - 28px,var(--max))}.site-header{top:8px}.brand img{width:176px}.nav-shell{padding-left:14px}.hero-studio{padding:104px 0 54px}.hero-layout{grid-template-columns:1fr;gap:16px}.dossier-rail{display:none}.hero-stage{min-height:430px;border-radius:32px}.hero-product{width:560px;right:-120px;bottom:-34px}.spec-card{left:16px;top:16px;width:205px;padding:14px}.spec-card span{font-size:18px}.material-chips{left:16px;bottom:48px;max-width:250px}.material-chips span{font-size:10px;padding:8px 9px}.hero-copy-top{border-radius:32px;padding:26px}.hero-copy-top h1{font-size:clamp(52px,17vw,84px)}.hero-proof{grid-template-columns:1fr}.hero-actions{display:grid}.btn{width:100%}.section{padding:78px 0}.section-head{gap:18px;margin-bottom:28px}.story-card.big{min-height:420px;padding:24px;border-radius:28px}.story-card.big h3{font-size:38px}.story-card.split{grid-template-columns:1fr}.story-card.split img{height:260px}.process-board{grid-template-columns:1fr}.process-card{transform:none!important;min-height:260px}.showcase-mosaic{grid-template-columns:1fr;grid-auto-rows:280px}.mosaic-item.large,.mosaic-item.wide{grid-row:auto;grid-column:auto}.quote-card{grid-template-columns:1fr;padding:26px}.quote-card img{width:180px;height:180px}.page-hero{padding:112px 0 56px}.page-hero h1{font-size:clamp(50px,15vw,82px)}.page-hero-image img{height:330px}.catalog-grid{grid-template-columns:1fr}.catalog-card,.catalog-card.feature{grid-column:auto}.catalog-image,.catalog-card.feature .catalog-image{height:300px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.form-panel,.sidebar-panel{padding:22px}.about-portrait{min-height:420px;border-radius:30px}.about-copy{padding:26px;border-radius:30px}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.floating-wa span{display:none}.floating-wa{width:56px;padding:0;justify-content:center}.floating-wa:before{content:"WA";width:auto;height:auto;background:transparent;box-shadow:none;color:#dff0c9}.back-top{right:20px;bottom:86px}}


/* Final alignment + platform icon pass */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.icon-svg{width:20px;height:20px;display:block;object-fit:contain;flex:0 0 auto;filter:none}
.icon-button{display:inline-grid;place-items:center;line-height:1}
.social-pill.icon-button{width:48px;height:48px;padding:0;background:rgba(245,223,189,.045);border-color:rgba(247,214,170,.20);color:var(--gold);transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}
.social-pill.icon-button:hover{transform:translateY(-2px);background:rgba(213,121,66,.16);border-color:rgba(255,155,95,.52);color:var(--cream-2)}
.btn .icon-svg,.btn-small .icon-svg{width:19px;height:19px;position:relative;z-index:2}.btn span{position:relative;z-index:2}
.floating-wa.icon-button{width:58px;height:58px;right:20px;bottom:20px;padding:0;border-radius:50%;background:#1fb655;color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 48px rgba(31,182,85,.28),0 20px 58px rgba(0,0,0,.42);gap:0;letter-spacing:0;text-transform:none}
.floating-wa.icon-button:before{content:none}.floating-wa.icon-button .icon-svg{width:30px;height:30px;filter:drop-shadow(0 2px 3px rgba(0,0,0,.20))}.floating-wa.icon-button:hover{transform:translateY(-4px) scale(1.03);background:#24c460}

.canvas-grid,.process-board,.catalog-grid,.value-grid,.contact-grid{align-items:stretch}
.story-stack{grid-auto-rows:1fr}.story-card.split{height:100%;min-height:0}.story-card.split div{display:flex;flex-direction:column;justify-content:center}.story-card.split p{min-height:76px}
.process-board{grid-template-columns:repeat(4,minmax(0,1fr))}.process-card,.process-card:nth-child(even){height:100%;min-height:340px;margin-top:0;transform:none}.process-card:hover{transform:translateY(-8px)}.process-card img{aspect-ratio:16/9;height:auto;min-height:142px}
.catalog-grid{grid-auto-flow:dense}.catalog-card,.catalog-card.feature{display:flex;flex-direction:column;height:100%;min-height:100%}.catalog-image{height:auto;aspect-ratio:1/1}.catalog-card.feature .catalog-image{height:auto;aspect-ratio:16/10}.catalog-content{display:flex;flex-direction:column;flex:1}.catalog-content p{min-height:104px}.catalog-meta{min-height:64px}.catalog-content .btn{margin-top:auto;align-self:flex-start}.catalog-content h3{min-height:66px;display:flex;align-items:flex-end}
.contact-card,.value-tile,.sidebar-panel,.form-panel{height:100%}.contact-card .btn{align-self:flex-start}.quote-card{min-height:360px}.mosaic-item img,.catalog-image img,.story-card.split img,.process-card img,.page-hero-image img{image-rendering:auto}

@media (max-width:1120px){.social-pill.icon-button,.nav-cta{display:none}.process-board{grid-template-columns:repeat(2,minmax(0,1fr))}.process-card,.process-card:nth-child(even){min-height:320px}.catalog-content h3{min-height:auto}.catalog-content p{min-height:84px}.catalog-meta{min-height:54px}}
@media (max-width:720px){.process-board,.catalog-grid,.value-grid,.contact-grid{grid-template-columns:1fr}.process-card,.process-card:nth-child(even){min-height:300px}.story-card.split p,.catalog-content p,.catalog-meta{min-height:0}.catalog-image,.catalog-card.feature .catalog-image{aspect-ratio:4/3;height:auto}.floating-wa.icon-button{width:58px;height:58px}.floating-wa.icon-button .icon-svg{width:30px;height:30px}.btn .icon-svg{width:18px;height:18px}}


/* QA layout pass - logo, hero image fitting, responsive alignment */
html,body{max-width:100%;overflow-x:hidden}
body{touch-action:pan-y;text-size-adjust:100%;-webkit-text-size-adjust:100%}
img{max-width:100%;height:auto}
.site-header{left:0;right:0;width:100%;max-width:100vw}
.nav-shell{grid-template-columns:auto minmax(0,1fr) auto;min-height:78px;height:auto;padding:8px 12px 8px 14px;gap:16px}
.site-header.is-scrolled .nav-shell{min-height:70px;height:auto}
.brand{min-width:0;display:inline-flex;align-items:center;gap:10px;max-width:100%;overflow:hidden}
.brand img{width:74px;height:74px;object-fit:contain;border-radius:18px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.36));flex:0 0 auto}
.site-header.is-scrolled .brand img{width:62px;height:62px;border-radius:15px}
.site-nav{min-width:0;justify-content:center;overflow:hidden}.site-nav a{white-space:nowrap}
.nav-actions{justify-self:end;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}.hamburger{margin-left:auto;flex:0 0 auto}

.hero-studio{min-height:auto;padding:118px 0 58px;align-items:start}.hero-layout{align-items:stretch}.dossier-rail,.hero-stage,.hero-copy-panel{min-height:520px}.hero-stage{min-height:520px;isolation:isolate}.hero-stage:before{z-index:3}.hero-stage:after{z-index:4}.hero-glow{z-index:1;opacity:.24}.hero-product{inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;right:auto;bottom:auto;filter:none;animation:none!important;transform:none!important;z-index:2}.spec-card,.material-chips{z-index:5}.hero-copy-panel{justify-content:stretch}.hero-copy-top{flex:1;display:flex;flex-direction:column;justify-content:center}.hero-proof{align-items:stretch}.proof-box{height:100%}

.section-head{align-items:start}.section-head p{align-self:end}.story-card,.process-card,.catalog-card,.quote-card,.contact-card,.form-panel,.sidebar-panel,.value-tile{box-sizing:border-box}.canvas-grid,.process-board,.catalog-grid,.value-grid,.contact-grid,.footer-grid{align-items:stretch}.story-card.split{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.story-card.split img{height:100%;min-height:240px;object-fit:cover}.story-card.split div{min-width:0}.process-card{height:100%;min-width:0}.process-card img{height:auto;aspect-ratio:16/10;min-height:0;object-fit:cover}.catalog-card{min-width:0}.catalog-content{min-width:0}.catalog-content h3{line-height:1.02}.catalog-content p{line-height:1.6}.btn,.btn-small{white-space:normal;text-align:center;line-height:1.16}.btn{min-width:0}.hero-actions .btn{flex:0 1 auto}.contact-card h3,.value-tile h3{overflow-wrap:anywhere}.form-panel input,.form-panel select,.form-panel textarea{max-width:100%;box-sizing:border-box}

.footer-brand img{width:198px;max-width:100%;height:auto;border-radius:24px;display:block;filter:drop-shadow(0 16px 28px rgba(0,0,0,.40))}.site-footer .brand-code{display:none}

@media (max-width:1280px){.hero-layout{grid-template-columns:96px minmax(0,1.02fr) minmax(320px,.98fr);gap:20px}.dossier-rail,.hero-stage,.hero-copy-panel{min-height:500px}.hero-copy-top h1{font-size:clamp(50px,5.7vw,86px)}.hero-copy-top{padding:32px}.site-nav{gap:4px}.site-nav a{font-size:11px;padding:10px 9px}}
@media (max-width:1120px){.nav-shell{min-height:72px;padding:7px 8px 7px 12px}.brand img,.site-header.is-scrolled .brand img{width:58px;height:58px;border-radius:14px}.site-nav{top:88px;left:16px;right:16px;overflow:visible}.nav-actions{justify-self:end;margin-left:auto}.hamburger{display:grid;place-items:center}.hamburger span{margin:2px auto}.hero-studio{padding:108px 0 54px}.hero-layout{grid-template-columns:78px minmax(0,1fr);gap:18px}.dossier-rail,.hero-stage{min-height:500px}.hero-copy-panel{min-height:auto}.hero-copy-top{min-height:auto}.process-board{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-card,.catalog-card.feature{grid-column:span 6}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand img{width:174px}}
@media (max-width:720px){.wrap{width:min(100% - 26px,var(--max))}.site-header{top:8px}.nav-shell{min-height:66px;grid-template-columns:auto 1fr auto;border-radius:26px;padding:6px 7px 6px 8px;gap:8px}.brand{max-width:72px}.brand img,.site-header.is-scrolled .brand img{width:54px;height:54px;border-radius:13px}.nav-actions{justify-self:end;margin-left:auto}.hamburger{width:46px;height:46px;justify-self:end;margin-left:auto}.site-nav{top:82px;left:13px;right:13px;border-radius:24px}.hero-studio{padding:94px 0 48px}.hero-layout{grid-template-columns:1fr;gap:14px}.dossier-rail{display:none}.hero-stage{min-height:0;aspect-ratio:1/1.08;border-radius:30px}.hero-stage:before{inset:12px;border-radius:22px}.hero-stage:after{left:18px;bottom:18px;right:18px;font-size:9px;letter-spacing:.12em}.hero-product{inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-glow{display:none}.spec-card{left:14px;top:14px;width:min(202px,62%);padding:13px;border-radius:18px}.spec-card span{font-size:17px}.spec-card small{font-size:11px;line-height:1.45}.material-chips{left:14px;right:14px;bottom:42px;max-width:none;gap:6px}.material-chips span{font-size:9.5px;padding:7px 8px}.hero-copy-top{padding:24px;border-radius:30px}.hero-copy-top h1{font-size:clamp(44px,14vw,66px);line-height:.92}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn,.btn{width:100%;max-width:100%}.hero-proof{grid-template-columns:1fr}.section{padding:68px 0}.section-head{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.section-head p{align-self:auto}.canvas-grid,.story-stack,.process-board,.showcase-mosaic,.catalog-grid,.value-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.story-card.big{min-height:360px}.story-card.big h3{font-size:clamp(32px,10vw,42px)}.story-card.split{grid-template-columns:1fr}.story-card.split img{height:auto;aspect-ratio:4/3;min-height:0}.story-card.split div{padding:22px}.story-card.split p{min-height:0}.process-card,.process-card:nth-child(even){min-height:0;padding:22px}.catalog-card,.catalog-card.feature{grid-column:auto}.catalog-image,.catalog-card.feature .catalog-image{aspect-ratio:4/3;height:auto}.catalog-content{padding:20px}.catalog-content h3,.catalog-content p,.catalog-meta{min-height:0}.catalog-content .btn{align-self:stretch}.page-hero{padding:102px 0 48px}.page-hero-grid{grid-template-columns:1fr;gap:24px}.page-hero h1{font-size:clamp(44px,14vw,68px);line-height:.9}.page-hero-image{border-radius:28px;transform:none}.page-hero-image img{height:auto;aspect-ratio:4/3;object-fit:cover}.form-panel,.sidebar-panel,.about-copy{padding:22px}.about-portrait{min-height:360px}.contact-card,.value-tile{min-height:0}.contact-card .btn{align-self:stretch}.footer-brand img{width:156px;border-radius:20px}.footer-bottom{grid-template-columns:1fr;gap:8px}.floating-wa.icon-button{right:16px;bottom:16px}.back-top{right:18px;bottom:84px}}
@media (max-width:420px){.wrap{width:min(100% - 22px,var(--max))}.hero-stage{aspect-ratio:1/1.12}.spec-card{width:min(190px,64%)}.material-chips{bottom:36px}.hero-copy-top{padding:22px}.proof-box{padding:18px}.brand{max-width:64px}.brand img,.site-header.is-scrolled .brand img{width:50px;height:50px}.hamburger{width:44px;height:44px}.nav-shell{min-height:62px}.site-nav{top:78px}.footer-brand img{width:148px}}


/* === FINAL HEADER / RESPONSIVE / ALIGNMENT POLISH === */
.site-header{top:14px!important;left:0!important;right:0!important;width:100%!important;z-index:90!important}
.nav-shell{
  height:68px!important;min-height:68px!important;
  grid-template-columns:minmax(232px,auto) minmax(0,1fr) auto!important;
  gap:16px!important;padding:8px 10px!important;border-radius:24px!important;
  background:rgba(8,5,3,.84)!important;border-color:rgba(247,214,170,.17)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.28)!important;
}
.site-header.is-scrolled{top:8px!important}.site-header.is-scrolled .nav-shell{height:62px!important;min-height:62px!important;background:rgba(7,5,3,.92)!important}
.brand{min-width:232px!important;max-width:none!important;display:inline-flex!important;align-items:center!important;gap:11px!important;overflow:visible!important;padding:5px 12px 5px 6px!important;border-radius:18px!important;background:rgba(245,223,189,.035)!important;border:1px solid rgba(247,214,170,.10)!important}
.brand:hover{background:rgba(245,223,189,.065)!important;border-color:rgba(247,214,170,.18)!important}
.brand-mark{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:13px!important;overflow:hidden!important;display:block!important;background:#070604!important;box-shadow:0 8px 20px rgba(0,0,0,.35)!important}
.brand-mark img,.brand img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;filter:none!important;display:block!important}
.brand-lockup{display:grid!important;gap:2px!important;line-height:1!important;min-width:0!important}.brand-lockup strong{font-family:var(--serif)!important;font-size:19px!important;letter-spacing:.01em!important;color:var(--cream-2)!important;font-weight:700!important;white-space:nowrap!important}.brand-lockup small{font-family:var(--mono)!important;font-size:8.5px!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--muted)!important;white-space:nowrap!important}.brand-code{display:none!important}
.site-nav{gap:3px!important}.site-nav a{font-size:12px!important;padding:11px 12px!important;border-radius:999px!important;white-space:nowrap!important}.nav-actions{gap:8px!important;justify-self:end!important;margin-left:auto!important}.social-pill.icon-button{width:42px!important;height:42px!important}.nav-cta{height:42px!important;padding:0 16px!important;font-size:11px!important}
.hamburger{width:42px!important;height:42px!important;border-radius:14px!important;border:1px solid rgba(247,214,170,.22)!important;background:rgba(245,223,189,.055)!important;color:var(--cream)!important;box-shadow:none!important;place-items:center!important;padding:0!important}.hamburger span{width:20px!important;height:2px!important;margin:2.5px auto!important;border-radius:99px!important;background:var(--cream)!important}.hamburger:hover{background:rgba(213,121,66,.14)!important;border-color:rgba(255,155,95,.45)!important}.hamburger.is-open span:nth-child(1){transform:translateY(5px) rotate(45deg)!important}.hamburger.is-open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)!important}

@media (min-width:1121px){
  .hero-studio{min-height:auto!important;padding:112px 0 48px!important;align-items:start!important}
  .hero-layout{grid-template-columns:74px minmax(0,1fr) minmax(350px,.92fr)!important;gap:18px!important;align-items:stretch!important}
  .dossier-rail,.hero-stage,.hero-copy-panel{min-height:460px!important}
  .dossier-rail{padding:18px 12px!important;border-radius:24px!important}.rail-number{font-size:48px!important}.rail-text{font-size:10px!important}.rail-dot{width:11px!important;height:11px!important}
  .hero-stage{border-radius:34px!important;min-height:460px!important}.hero-stage:before{inset:14px!important;border-radius:24px!important}.hero-stage:after{left:24px!important;bottom:22px!important;font-size:9px!important}.hero-product{object-position:center center!important}.spec-card{left:22px!important;top:22px!important;width:212px!important;padding:15px!important;border-radius:20px!important}.spec-card span{font-size:19px!important}.spec-card small{font-size:11px!important}.material-chips{left:24px!important;bottom:48px!important;max-width:300px!important}.material-chips span{font-size:9.5px!important;padding:7px 9px!important}
  .hero-copy-panel{gap:14px!important}.hero-copy-top{padding:28px 30px!important;border-radius:34px!important;justify-content:center!important}.hero-copy-top h1{font-size:clamp(42px,5.25vw,74px)!important;line-height:.91!important;margin:14px 0 16px!important}.hero-copy-top p{font-size:15.5px!important;line-height:1.62!important}.hero-actions{margin-top:20px!important}.hero-proof{gap:12px!important}.proof-box{padding:17px!important;border-radius:22px!important}.proof-box strong{font-size:23px!important}.proof-box p{font-size:14px!important;line-height:1.52!important}
}

/* Koleksiyon kartları: masaüstünde tüm kartlar aynı ölçü sisteminde. */
.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.catalog-card,.catalog-card.feature{grid-column:auto!important;display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;border-radius:28px!important}.catalog-image,.catalog-card.feature .catalog-image{height:auto!important;aspect-ratio:4/3!important}.catalog-image img{border-radius:0!important}.catalog-content{display:flex!important;flex-direction:column!important;flex:1!important;padding:22px!important}.catalog-content h3{min-height:70px!important;display:flex!important;align-items:flex-end!important;font-size:31px!important}.catalog-content p{min-height:78px!important}.catalog-meta{min-height:58px!important;align-content:flex-start!important}.catalog-content .btn{margin-top:auto!important;align-self:stretch!important}

.footer-brand img{width:116px!important;max-width:116px!important;height:auto!important;border-radius:20px!important;margin-bottom:16px!important;filter:drop-shadow(0 14px 24px rgba(0,0,0,.36))!important}.footer-grid{align-items:start!important}.site-footer{padding-top:44px!important}.footer-bottom{align-items:center!important}

@media (max-width:1280px) and (min-width:1121px){
  .nav-shell{grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto!important}.brand{min-width:220px!important}.site-nav a{font-size:10.5px!important;padding:10px 8px!important}.nav-cta{padding:0 13px!important}.hero-layout{grid-template-columns:64px minmax(0,1fr) minmax(330px,.95fr)!important;gap:16px!important}.dossier-rail,.hero-stage,.hero-copy-panel{min-height:440px!important}.hero-stage{min-height:440px!important}.hero-copy-top h1{font-size:clamp(40px,5vw,68px)!important}.hero-copy-top{padding:25px!important}
}
@media (max-width:1120px){
  .nav-shell{height:64px!important;min-height:64px!important;grid-template-columns:minmax(0,1fr) auto!important;padding:7px 8px!important;border-radius:22px!important}.brand{min-width:0!important;max-width:min(270px,calc(100vw - 116px))!important;justify-self:start!important}.brand-mark{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:12px!important}.brand-lockup strong{font-size:17px!important}.brand-lockup small{font-size:7.5px!important}.site-nav{top:82px!important;left:16px!important;right:16px!important;border-radius:22px!important;padding:12px!important}.hamburger{display:grid!important;justify-self:end!important;margin-left:auto!important}.nav-actions{display:flex!important;justify-self:end!important;margin-left:auto!important}.social-pill.icon-button,.nav-cta{display:none!important}.hero-layout{grid-template-columns:72px minmax(0,1fr)!important}.dossier-rail,.hero-stage{min-height:460px!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-content h3{min-height:0!important}.catalog-content p{min-height:84px!important}.catalog-meta{min-height:50px!important}
}
@media (max-width:720px){
  .wrap{width:min(100% - 26px,var(--max))!important}.site-header{top:8px!important}.nav-shell{height:60px!important;min-height:60px!important;border-radius:20px!important;grid-template-columns:minmax(0,1fr) auto!important;padding:6px 7px 6px 8px!important;gap:8px!important}.site-header.is-scrolled .nav-shell{height:58px!important;min-height:58px!important}.brand{padding:4px 8px 4px 4px!important;border-radius:15px!important;gap:8px!important;max-width:min(245px,calc(100vw - 106px))!important}.brand-mark,.site-header.is-scrolled .brand-mark{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:11px!important}.brand-lockup strong{font-size:14px!important;letter-spacing:.02em!important}.brand-lockup small{display:none!important}.hamburger{width:42px!important;height:42px!important;border-radius:13px!important;margin-left:auto!important}.hamburger span{width:19px!important}.site-nav{top:74px!important;left:13px!important;right:13px!important;border-radius:20px!important}.site-nav a{font-size:13px!important;padding:14px!important}.hero-studio{padding:88px 0 44px!important}.hero-stage{aspect-ratio:1/1.03!important;min-height:0!important;border-radius:26px!important}.hero-stage:before{inset:10px!important;border-radius:18px!important}.hero-product{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;border-radius:inherit!important}.spec-card{left:13px!important;top:13px!important;width:min(196px,63%)!important;padding:12px!important}.material-chips{left:13px!important;right:13px!important;bottom:34px!important}.hero-copy-top h1{font-size:clamp(42px,13.5vw,62px)!important}.catalog-grid{grid-template-columns:1fr!important}.catalog-content h3,.catalog-content p,.catalog-meta{min-height:0!important}.footer-brand img{width:92px!important;max-width:92px!important;border-radius:16px!important}.footer-grid{gap:24px!important}.quote-card img{width:142px!important;height:142px!important}
}
@media (max-width:420px){
  .brand{max-width:min(220px,calc(100vw - 96px))!important}.brand-mark{width:38px!important;height:38px!important;flex-basis:38px!important}.brand-lockup strong{font-size:13px!important}.hamburger{width:40px!important;height:40px!important}.nav-shell{height:58px!important;min-height:58px!important}.hero-stage{aspect-ratio:1/1.08!important}.spec-card{width:min(184px,64%)!important}.footer-brand img{width:86px!important;max-width:86px!important}
}

/* === 2026-07 spacing + mobile QA pass === */
/* Daha sıkı bölüm akışı */
.section{padding:66px 0!important}
.section-head{gap:26px!important;margin-bottom:28px!important}
.page-hero{padding:124px 0 48px!important}
.site-footer{margin-top:22px!important;padding-top:38px!important}
.canvas-grid,.process-board,.showcase-mosaic,.catalog-grid,.value-grid,.contact-grid,.order-layout,.about-intro{gap:16px!important}
.story-stack{gap:16px!important}
.marquee-track{padding:12px 0!important}
.story-card.big{min-height:470px!important}
.process-card,.process-card:nth-child(even){min-height:292px!important}
.quote-card{min-height:0!important;padding:34px!important;grid-template-columns:1fr!important}
.quote-card > img{display:none!important}
.quote-card .hero-actions{margin-top:20px!important}

/* İkon ve buton hizaları */
.btn,.btn-small{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;line-height:1.1!important}
.btn .icon-svg,.btn-small .icon-svg{width:20px!important;height:20px!important;flex:0 0 20px!important;display:block!important;object-fit:contain!important;position:relative!important;top:0!important;z-index:2!important;color:currentColor!important}
.form-submit .btn .icon-svg{width:23px!important;height:23px!important;flex-basis:23px!important;align-self:center!important}
.contact-card .btn-copper{color:#120905!important;background:linear-gradient(135deg,#f0bb82,#ff9b5f)!important;border-color:rgba(255,214,170,.35)!important}
.contact-card .btn-copper span{color:#120905!important}
.youtube-link .icon-svg{width:22px!important;height:22px!important;flex-basis:22px!important;color:#ff3d2e!important}

/* Floating WhatsApp + yukarı çık eşit ölçü ve aynı dikey eksen */
.floating-wa.icon-button,.back-top{width:58px!important;height:58px!important;right:18px!important;border-radius:50%!important;display:grid!important;place-items:center!important;padding:0!important}
.floating-wa.icon-button{bottom:18px!important}
.back-top{bottom:84px!important;background:rgba(11,8,6,.86)!important;border:1px solid rgba(247,214,170,.22)!important;backdrop-filter:blur(14px)!important;box-shadow:0 18px 48px rgba(0,0,0,.36)!important}
.back-top:before{content:""!important;width:14px!important;height:14px!important;border-left:2px solid var(--cream)!important;border-top:2px solid var(--cream)!important;transform:rotate(45deg) translate(2px,2px)!important;margin:0!important;display:block!important}
.floating-wa.icon-button .icon-svg{width:31px!important;height:31px!important}

/* Üretim Dili sayfası: ilk hero fotoğraf kaldırıldıktan sonra metin tek kolon dengesi */
body:has(.breadcrumb) .page-hero-grid{align-items:end!important}
.page-hero-grid:not(:has(.page-hero-image)){grid-template-columns:minmax(0,920px)!important;justify-content:start!important}
.page-hero-grid:not(:has(.page-hero-image)) h1{max-width:980px!important}
.page-hero-grid:not(:has(.page-hero-image)) p{max-width:820px!important}

@media (min-width:1121px){
  .hero-studio{padding:104px 0 40px!important}
  .hero-layout{grid-template-columns:64px minmax(0,.92fr) minmax(340px,.92fr)!important;gap:16px!important}
  .dossier-rail,.hero-stage,.hero-copy-panel{min-height:410px!important}
  .hero-stage{min-height:410px!important;border-radius:30px!important}
  .hero-copy-top{padding:24px 28px!important;border-radius:30px!important}
  .hero-copy-top h1{font-size:clamp(40px,4.8vw,66px)!important;line-height:.92!important;margin:12px 0 14px!important}
  .hero-copy-top p{font-size:14.5px!important;line-height:1.55!important}
  .proof-box{padding:15px!important;border-radius:20px!important}
  .proof-box strong{font-size:21px!important}
  .proof-box p{font-size:13.5px!important;line-height:1.45!important}
  .page-hero h1{font-size:clamp(52px,7vw,96px)!important}
  .catalog-grid{gap:16px!important}
}

@media (max-width:1120px){
  .section{padding:52px 0!important}
  .page-hero{padding:104px 0 38px!important}
}

@media (max-width:720px){
  .wrap{width:min(100% - 24px,var(--max))!important}
  .site-header{top:8px!important}
  .nav-shell{
    height:56px!important;min-height:56px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    padding:6px 6px 6px 8px!important;
    border-radius:18px!important;
    gap:8px!important;
    background:rgba(7,5,3,.92)!important;
    border-color:rgba(247,214,170,.16)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.32)!important;
  }
  .site-header.is-scrolled .nav-shell{height:54px!important;min-height:54px!important}
  .brand{max-width:min(238px,calc(100vw - 86px))!important;min-width:0!important;background:transparent!important;border:0!important;padding:0!important;gap:8px!important;justify-self:start!important;overflow:hidden!important}
  .brand-mark,.site-header.is-scrolled .brand-mark{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:10px!important;box-shadow:0 5px 14px rgba(0,0,0,.35)!important}
  .brand-lockup{display:grid!important;gap:0!important;min-width:0!important}
  .brand-lockup strong{font-size:14px!important;letter-spacing:.01em!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .brand-lockup small{display:block!important;font-size:6.5px!important;letter-spacing:.16em!important;white-space:nowrap!important;color:var(--muted)!important}
  .nav-actions{justify-self:end!important;margin-left:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:44px!important}
  .hamburger{display:grid!important;width:42px!important;height:42px!important;border-radius:13px!important;justify-self:end!important;margin-left:0!important;background:rgba(245,223,189,.05)!important;border:1px solid rgba(247,214,170,.24)!important;box-shadow:none!important;padding:0!important;place-items:center!important}
  .hamburger span{width:20px!important;height:2px!important;margin:2.6px auto!important;background:var(--cream)!important;border-radius:999px!important}
  .site-nav{top:70px!important;left:12px!important;right:12px!important;border-radius:18px!important;padding:10px!important;background:rgba(8,5,3,.98)!important}
  .site-nav a{padding:13px 12px!important;font-size:13px!important}

  .hero-studio{padding:82px 0 32px!important}
  .hero-layout{grid-template-columns:1fr!important;gap:12px!important}
  .dossier-rail{display:none!important}
  .hero-stage{
    width:100%!important;
    min-height:430px!important;
    height:min(510px,112vw)!important;
    aspect-ratio:auto!important;
    border-radius:24px!important;
  }
  .hero-stage:before{inset:9px!important;border-radius:17px!important}
  .hero-stage:after{left:15px!important;right:15px!important;bottom:16px!important;font-size:8.5px!important;letter-spacing:.10em!important}
  .hero-product{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;inset:0!important}
  .spec-card{left:12px!important;top:12px!important;width:min(190px,66%)!important;padding:11px!important;border-radius:16px!important}
  .spec-card b{font-size:9px!important;margin-bottom:7px!important}
  .spec-card span{font-size:16px!important;line-height:1.08!important}
  .spec-card small{font-size:10px!important;line-height:1.35!important;margin-top:7px!important}
  .material-chips{left:12px!important;right:12px!important;bottom:34px!important;gap:5px!important;max-width:none!important}
  .material-chips span{font-size:8.5px!important;padding:6px 7px!important}
  .hero-copy-top{padding:20px!important;border-radius:24px!important}
  .hero-copy-top h1{font-size:clamp(38px,12.5vw,54px)!important;line-height:.94!important;margin:12px 0!important}
  .hero-copy-top p{font-size:14.5px!important;line-height:1.55!important}
  .hero-actions{margin-top:16px!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .hero-proof{gap:10px!important}
  .proof-box{padding:16px!important;border-radius:18px!important}

  .section{padding:38px 0!important}
  .section-head{gap:12px!important;margin-bottom:18px!important}
  .section-head h2{font-size:clamp(38px,12vw,54px)!important}
  .canvas-grid,.process-board,.showcase-mosaic,.catalog-grid,.value-grid,.contact-grid,.order-layout,.about-intro{gap:12px!important}
  .story-stack{gap:12px!important}
  .story-card.big{min-height:310px!important;padding:20px!important;border-radius:22px!important}
  .story-card.split{border-radius:22px!important}
  .story-card.split div{padding:18px!important}
  .process-card,.process-card:nth-child(even){min-height:0!important;padding:18px!important;border-radius:22px!important}
  .process-card img{margin-top:12px!important;border-radius:16px!important}
  .showcase-mosaic{grid-auto-rows:240px!important}
  .mosaic-item{border-radius:22px!important}
  .quote-card{padding:20px!important;border-radius:24px!important}
  .quote-card h2{font-size:clamp(34px,11vw,48px)!important;line-height:.96!important}
  .quote-card .btn .icon-svg{width:18px!important;height:18px!important;flex-basis:18px!important}
  .quote-card .btn-ghost{min-height:48px!important}

  .page-hero{padding:84px 0 30px!important}
  .page-hero-grid{gap:16px!important}
  .page-hero h1{font-size:clamp(38px,12vw,58px)!important;line-height:.92!important;margin:12px 0!important}
  .page-hero p{font-size:15px!important;line-height:1.6!important}
  .page-hero-image{border-radius:22px!important}
  .page-hero-image img{aspect-ratio:4/3!important}
  .catalog-content{padding:18px!important}
  .catalog-content h3{font-size:29px!important;line-height:1.02!important}
  .form-panel,.sidebar-panel,.about-copy{padding:18px!important;border-radius:22px!important}
  .form-submit{gap:10px!important}
  .form-submit .btn{min-height:52px!important}
  .contact-card,.value-tile{padding:20px!important;border-radius:22px!important}
  .contact-card .btn{width:100%!important;align-self:stretch!important;color:var(--cream)!important}
  .contact-card .btn-copper{color:#120905!important}
  .contact-card .btn-copper span{color:#120905!important}
  .map-placeholder{min-height:320px!important;padding:18px!important;border-radius:24px!important}
  .map-placeholder>div{padding:18px!important;border-radius:18px!important}
  .footer-grid{gap:18px!important}
  .footer-brand img{width:88px!important;max-width:88px!important;border-radius:14px!important;margin-bottom:12px!important}
  .site-footer{padding-top:28px!important;margin-top:14px!important}
  .floating-wa.icon-button,.back-top{width:56px!important;height:56px!important;right:14px!important}
  .floating-wa.icon-button{bottom:14px!important}
  .back-top{bottom:78px!important}
  .back-top:before{width:13px!important;height:13px!important;transform:rotate(45deg) translate(2px,2px)!important}
}

@media (max-width:420px){
  .nav-shell{height:54px!important;min-height:54px!important}
  .brand{max-width:calc(100vw - 82px)!important}
  .brand-mark,.site-header.is-scrolled .brand-mark{width:34px!important;height:34px!important;flex-basis:34px!important}
  .brand-lockup strong{font-size:13px!important}
  .brand-lockup small{font-size:6px!important}
  .hamburger{width:40px!important;height:40px!important}
  .hero-stage{min-height:405px!important;height:min(500px,118vw)!important}
  .spec-card{width:min(178px,66%)!important}
  .material-chips{bottom:32px!important}
}
@media (max-width:720px){
  .order-layout,.about-intro{grid-template-columns:1fr!important}
  .footer-grid{grid-template-columns:1fr!important}
}

/* === 2026-07 HEADER REBUILD + MOBILE FOOTER TYPE PASS === */
.site-header{
  top:16px!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:120!important;
  pointer-events:none!important;
}
.site-header .nav-shell{
  pointer-events:auto!important;
  height:66px!important;
  min-height:66px!important;
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:8px 10px 8px 12px!important;
  border-radius:20px!important;
  border:1px solid rgba(247,214,170,.14)!important;
  background:linear-gradient(180deg,rgba(12,8,5,.92),rgba(7,5,3,.86))!important;
  box-shadow:0 18px 50px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,240,213,.06)!important;
  backdrop-filter:blur(18px)!important;
}
.site-header.is-scrolled{top:8px!important}
.site-header.is-scrolled .nav-shell{
  height:60px!important;
  min-height:60px!important;
  background:rgba(6,4,3,.94)!important;
  border-color:rgba(247,214,170,.20)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.38)!important;
}
.site-header .brand{
  min-width:0!important;
  width:auto!important;
  max-width:220px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-self:start!important;
  gap:10px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.site-header .brand:hover{background:transparent!important;border-color:transparent!important}
.site-header .brand-mark{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:linear-gradient(145deg,#17100b,#080604)!important;
  border:1px solid rgba(247,214,170,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,240,213,.08),0 10px 26px rgba(0,0,0,.28)!important;
}
.site-header .brand-mark img{display:none!important}
.site-header .brand-mark:before{
  content:"AC"!important;
  font-family:var(--serif)!important;
  font-weight:850!important;
  font-size:16px!important;
  letter-spacing:-.05em!important;
  color:var(--cream-2)!important;
  line-height:1!important;
}
.site-header .brand-lockup{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
  line-height:1!important;
}
.site-header .brand-lockup strong{
  font-family:var(--serif)!important;
  font-size:20px!important;
  font-weight:760!important;
  letter-spacing:-.03em!important;
  line-height:.92!important;
  color:var(--cream-2)!important;
  white-space:nowrap!important;
}
.site-header .brand-lockup small{
  display:block!important;
  font-family:var(--mono)!important;
  font-size:7.6px!important;
  font-weight:700!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  color:rgba(214,169,111,.78)!important;
  white-space:nowrap!important;
}
.site-header .site-nav{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:4px!important;
  margin:0 auto!important;
  width:max-content!important;
  max-width:100%!important;
  border:1px solid rgba(247,214,170,.10)!important;
  border-radius:999px!important;
  background:rgba(245,223,189,.035)!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  overflow:hidden!important;
}
.site-header .site-nav a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:38px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  font-size:11.2px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  color:rgba(245,223,189,.72)!important;
  background:transparent!important;
  transition:background .2s ease,color .2s ease,transform .2s ease!important;
}
.site-header .site-nav a:hover,
.site-header .site-nav a.is-active{
  color:#160b06!important;
  background:linear-gradient(135deg,#f5dfbd,#d6a96f)!important;
  transform:translateY(-1px)!important;
}
.site-header .nav-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  justify-self:end!important;
  gap:8px!important;
  min-width:max-content!important;
  margin:0!important;
}
.site-header .social-pill.icon-button{
  display:inline-flex!important;
  width:40px!important;
  height:40px!important;
  border-radius:14px!important;
  border:1px solid rgba(247,214,170,.16)!important;
  background:rgba(245,223,189,.045)!important;
  color:var(--cream)!important;
}
.site-header .social-pill.icon-button .icon-svg{width:18px!important;height:18px!important}
.site-header .nav-cta{
  display:inline-flex!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f5dfbd,#ffb576)!important;
  color:#130905!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  box-shadow:none!important;
}
.site-header .hamburger{display:none!important}

@media (max-width:1280px) and (min-width:1121px){
  .site-header .nav-shell{grid-template-columns:200px minmax(0,1fr) auto!important;gap:10px!important}
  .site-header .brand{max-width:200px!important}
  .site-header .brand-lockup strong{font-size:18px!important}
  .site-header .site-nav a{height:36px!important;padding:0 9px!important;font-size:10.2px!important}
  .site-header .nav-cta{padding:0 12px!important;font-size:10px!important}
  .site-header .social-pill.icon-button{width:38px!important;height:38px!important;border-radius:13px!important}
}

@media (max-width:1120px){
  .site-header{top:8px!important}
  .site-header .nav-shell{
    height:58px!important;
    min-height:58px!important;
    grid-template-columns:minmax(0,1fr) 46px!important;
    padding:6px 6px 6px 10px!important;
    gap:8px!important;
    border-radius:18px!important;
    background:rgba(7,5,3,.94)!important;
    border-color:rgba(247,214,170,.16)!important;
    box-shadow:0 12px 32px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,240,213,.06)!important;
  }
  .site-header.is-scrolled .nav-shell{height:56px!important;min-height:56px!important}
  .site-header .brand{
    max-width:calc(100vw - 104px)!important;
    gap:9px!important;
    overflow:hidden!important;
  }
  .site-header .brand-mark,
  .site-header.is-scrolled .brand-mark{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
    border-radius:11px!important;
  }
  .site-header .brand-mark:before{font-size:14px!important}
  .site-header .brand-lockup strong{
    font-size:16px!important;
    line-height:.95!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-header .brand-lockup small{
    font-size:6.4px!important;
    letter-spacing:.18em!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-header .nav-actions{
    min-width:46px!important;
    width:46px!important;
    justify-content:flex-end!important;
  }
  .site-header .social-pill.icon-button,
  .site-header .nav-cta{display:none!important}
  .site-header .hamburger{
    display:flex!important;
    width:44px!important;
    height:44px!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:4px!important;
    border-radius:14px!important;
    border:1px solid rgba(247,214,170,.20)!important;
    background:linear-gradient(145deg,rgba(245,223,189,.075),rgba(245,223,189,.025))!important;
    box-shadow:inset 0 1px 0 rgba(255,240,213,.08)!important;
    margin:0!important;
    padding:0!important;
  }
  .site-header .hamburger span{
    display:block!important;
    width:20px!important;
    height:2px!important;
    margin:0!important;
    border-radius:99px!important;
    background:var(--cream-2)!important;
    transform:none!important;
    opacity:1!important;
  }
  .site-header .hamburger span:nth-child(2){width:14px!important;align-self:center!important;opacity:.82!important}
  .site-header .hamburger.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}
  .site-header .hamburger.is-open span:nth-child(2){opacity:0!important}
  .site-header .hamburger.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}
  .site-header .site-nav{
    position:fixed!important;
    top:74px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    padding:10px!important;
    border-radius:20px!important;
    border:1px solid rgba(247,214,170,.16)!important;
    background:rgba(7,5,3,.98)!important;
    box-shadow:0 24px 60px rgba(0,0,0,.46)!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(-8px)!important;
    transition:opacity .18s ease,visibility .18s ease,transform .18s ease!important;
  }
  .site-header .site-nav.is-open{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
  }
  .site-header .site-nav a{
    height:44px!important;
    justify-content:flex-start!important;
    padding:0 14px!important;
    font-size:13px!important;
    border-radius:14px!important;
    color:rgba(245,223,189,.82)!important;
    background:rgba(245,223,189,.035)!important;
  }
  .site-header .site-nav a:hover,
  .site-header .site-nav a.is-active{
    color:#160b06!important;
    background:linear-gradient(135deg,#f5dfbd,#d6a96f)!important;
  }
}

@media (max-width:420px){
  .site-header .nav-shell{height:56px!important;min-height:56px!important;border-radius:17px!important}
  .site-header .brand{max-width:calc(100vw - 92px)!important}
  .site-header .brand-lockup strong{font-size:15px!important}
  .site-header .brand-lockup small{font-size:5.9px!important;letter-spacing:.15em!important}
  .site-header .hamburger{width:42px!important;height:42px!important;border-radius:13px!important}
}

@media (max-width:720px){
  .site-footer{padding-top:24px!important;margin-top:10px!important}
  .footer-grid{gap:14px!important}
  .footer-brand img{width:70px!important;max-width:70px!important;border-radius:12px!important;margin-bottom:8px!important}
  .site-footer h4{font-size:9px!important;letter-spacing:.15em!important;margin-bottom:8px!important}
  .site-footer a{font-size:12px!important;line-height:1.25!important;margin:7px 0!important}
  .site-footer p{font-size:11.5px!important;line-height:1.5!important}
  .footer-bottom{margin-top:18px!important;padding:12px 0!important;font-size:9px!important;letter-spacing:.035em!important;gap:6px!important}
}


/* === Final footer/logo/link correction - 2026-07 === */
/* Header: AC monogram yerine gerçek marka işaretini göster. */
.site-header .brand-mark{
  padding:0!important;
  overflow:hidden!important;
  background:#080604!important;
}
.site-header .brand-mark:before{
  content:none!important;
  display:none!important;
}
.site-header .brand-mark img,
.site-header .brand img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:inherit!important;
}
.site-header .brand-mark img{
  transform:scale(1.18)!important;
}

.footer-bottom a{
  color:var(--cream-2)!important;
  text-decoration:none!important;
  border-bottom:1px solid rgba(247,214,170,.34)!important;
  padding-bottom:1px!important;
}
.footer-bottom a:hover{color:var(--copper-2)!important;border-bottom-color:var(--copper-2)!important}

@media (min-width:721px){
  .site-header .brand-mark{width:42px!important;height:42px!important;flex:0 0 42px!important;border-radius:13px!important}
}

@media (max-width:720px){
  /* Footer logosunu mobilde sağdaki boş alana taşı. */
  .site-footer .footer-grid{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    padding-right:112px!important;
  }
  .site-footer .footer-brand{
    display:block!important;
    min-height:72px!important;
  }
  .site-footer .footer-brand img{
    position:absolute!important;
    right:6px!important;
    top:76px!important;
    width:88px!important;
    max-width:88px!important;
    height:auto!important;
    margin:0!important;
    border-radius:14px!important;
    z-index:1!important;
    filter:drop-shadow(0 12px 26px rgba(0,0,0,.42))!important;
  }
  .site-footer .footer-brand p,
  .site-footer h4,
  .site-footer a,
  .site-footer p{
    position:relative!important;
    z-index:2!important;
  }
  .footer-bottom{
    padding-right:92px!important;
  }
  .footer-bottom a{
    font-size:inherit!important;
  }

  /* Mobil header içindeki marka işareti gerçek logodan gelsin. */
  .site-header .brand-mark,
  .site-header.is-scrolled .brand-mark{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    border-radius:11px!important;
  }
  .site-header .brand-mark img{transform:scale(1.24)!important}
}

@media (max-width:420px){
  .site-footer .footer-grid{padding-right:102px!important}
  .site-footer .footer-brand img{
    width:82px!important;
    max-width:82px!important;
    right:4px!important;
    top:78px!important;
  }
  .footer-bottom{padding-right:76px!important}
  .site-header .brand-mark,
  .site-header.is-scrolled .brand-mark{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }
}


/* === Requested micro-adjustments: footer logo + desktop rail === */
@media (min-width:721px){
  .hero-layout .dossier-rail{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    padding:28px 14px!important;
    min-height:560px!important;
  }
  .hero-layout .rail-text{
    font-size:14px!important;
    letter-spacing:.26em!important;
    line-height:1.15!important;
    color:rgba(245,223,189,.78)!important;
  }
  .hero-layout .rail-number{
    display:none!important;
  }
  .hero-layout .rail-dot{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:14px!important;
    height:14px!important;
    margin:0!important;
    z-index:2!important;
  }
}

@media (max-width:720px){
  .site-footer .footer-grid{
    padding-right:158px!important;
    min-height:292px!important;
  }
  .site-footer .footer-brand{
    min-height:92px!important;
  }
  .site-footer .footer-brand img{
    width:138px!important;
    max-width:138px!important;
    right:4px!important;
    top:66px!important;
    border-radius:18px!important;
  }
  .footer-bottom{
    padding-right:122px!important;
  }
}

@media (max-width:420px){
  .site-footer .footer-grid{
    padding-right:144px!important;
    min-height:300px!important;
  }
  .site-footer .footer-brand img{
    width:128px!important;
    max-width:128px!important;
    right:0!important;
    top:70px!important;
    border-radius:16px!important;
  }
  .footer-bottom{
    padding-right:108px!important;
  }
}

/* === Final micro alignment: mobile footer logo + desktop rail dot === */
@media (min-width:721px){
  .hero-layout .rail-dot{
    top:63%!important;
    transform:translate(-50%,-50%)!important;
  }
}

@media (max-width:720px){
  .site-footer .footer-brand img{
    top:106px!important;
  }
}

@media (max-width:420px){
  .site-footer .footer-brand img{
    top:110px!important;
  }
}

/* === Mobile footer-brand boşluk düzeltmesi === */
@media (max-width:720px){
  .site-footer .footer-grid{
    min-height:0!important;
    gap:8px!important;
  }
  .site-footer .footer-brand{
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }
  .site-footer .footer-brand p{
    margin:0!important;
  }
  .site-footer .footer-brand img{
    top:72px!important;
  }
}
@media (max-width:420px){
  .site-footer .footer-grid{
    min-height:0!important;
    gap:8px!important;
  }
  .site-footer .footer-brand{
    min-height:0!important;
  }
  .site-footer .footer-brand img{
    top:72px!important;
  }
}

/* === 2026-07 final polish: iOS top blur, tighter rhythm, safer reveal, WhatsApp shadow cleanup === */
.floating-wa.icon-button,
.floating-wa.icon-button:hover{
  box-shadow:0 16px 38px rgba(0,0,0,.36)!important;
}

@supports (-webkit-touch-callout: none){
  body::after{
    content:"";
    position:fixed;
    left:0;
    right:0;
    top:0;
    height:max(26px, env(safe-area-inset-top));
    background:rgba(7,5,3,.68);
    -webkit-backdrop-filter:blur(18px) saturate(1.15);
    backdrop-filter:blur(18px) saturate(1.15);
    pointer-events:none;
    z-index:118;
  }
}

.section{padding:62px 0!important;}
.section-head{margin-bottom:26px!important;gap:26px!important;}
.page-hero{padding:118px 0 38px!important;}
.site-footer{margin-top:18px!important;}
.canvas-grid,.process-board,.showcase-mosaic,.catalog-grid,.value-grid,.contact-grid,.order-layout,.about-intro{gap:14px!important;}
.quote-card{min-height:0!important;}
.story-card.big{min-height:500px!important;}
.process-card,.process-card:nth-child(even){min-height:300px!important;}

/* İçerik ekrana geldiğinde geç yüklenmiş gibi boş alan bırakmaması için animasyonlar daha erken devreye girer. */
.js [data-animate]{
  opacity:1!important;
  transform:none!important;
  transition:opacity .54s ease,transform .54s cubic-bezier(.2,.8,.2,1)!important;
}
.js.animate-ready [data-animate]:not(.is-visible){
  opacity:0!important;
  transform:translateY(16px)!important;
}
.js.animate-ready [data-animate].is-visible{
  opacity:1!important;
  transform:none!important;
}

@media (max-width:720px){
  .section{padding:38px 0!important;}
  .section-head{margin-bottom:18px!important;gap:12px!important;}
  .page-hero{padding:78px 0 24px!important;}
  .hero-studio{padding:82px 0 34px!important;}
  .hero-layout{gap:12px!important;}
  .canvas-grid,.process-board,.showcase-mosaic,.catalog-grid,.value-grid,.contact-grid,.order-layout,.about-intro{gap:10px!important;}
  .story-card.big{min-height:320px!important;}
  .process-card,.process-card:nth-child(even){min-height:0!important;}
  .quote-card{padding:18px!important;}
  .map-placeholder{padding:22px!important;}
  .site-footer{margin-top:8px!important;padding-top:22px!important;}
}

@media (max-width:420px){
  .section{padding:34px 0!important;}
  .page-hero{padding:74px 0 22px!important;}
  .hero-studio{padding:78px 0 30px!important;}
}


/* === Bilingual language selector === */
.language-switcher{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:3px!important;
  margin-left:4px!important;
  border-radius:999px!important;
  border:1px solid rgba(247,214,170,.10)!important;
  background:rgba(245,223,189,.04)!important;
}
.language-switcher .lang-flag{
  height:34px!important;
  min-width:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  color:rgba(245,223,189,.74)!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  background:transparent!important;
  transform:none!important;
}
.language-switcher .lang-flag .flag{
  font-size:16px!important;
  line-height:1!important;
  filter:saturate(1.08)!important;
}
.language-switcher .lang-flag:hover,
.language-switcher .lang-flag.is-active{
  color:#160b06!important;
  background:linear-gradient(135deg,#f5dfbd,#d6a96f)!important;
  transform:none!important;
}

@media (max-width:1280px) and (min-width:1121px){
  .language-switcher .lang-flag{height:32px!important;padding:0 8px!important;font-size:10px!important}
  .language-switcher .lang-flag .flag{font-size:14px!important}
}

@media (max-width:1120px){
  .site-header .site-nav .language-switcher{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    width:100%!important;
    margin:6px 0 0!important;
    padding:8px!important;
    border-radius:16px!important;
    background:rgba(245,223,189,.035)!important;
    border:1px solid rgba(247,214,170,.12)!important;
  }
  .site-header .site-nav .language-switcher .lang-flag{
    height:42px!important;
    justify-content:center!important;
    padding:0 12px!important;
    border-radius:13px!important;
    font-size:13px!important;
    color:rgba(245,223,189,.84)!important;
    background:rgba(245,223,189,.035)!important;
  }
  .site-header .site-nav .language-switcher .lang-flag .flag{font-size:18px!important}
  .site-header .site-nav .language-switcher .lang-flag.is-active,
  .site-header .site-nav .language-switcher .lang-flag:hover{
    color:#160b06!important;
    background:linear-gradient(135deg,#f5dfbd,#d6a96f)!important;
  }
}


/* === Reliable SVG language flags === */
.language-switcher .lang-flag .flag-icon{
  width:18px!important;
  height:18px!important;
  display:block!important;
  flex:0 0 18px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.22), 0 6px 12px rgba(0,0,0,.28)!important;
}
@media (max-width:1280px) and (min-width:1121px){
  .language-switcher .lang-flag .flag-icon{width:17px!important;height:17px!important;flex-basis:17px!important;}
}
@media (max-width:1120px){
  .site-header .site-nav .language-switcher .lang-flag .flag-icon{
    width:22px!important;
    height:22px!important;
    flex-basis:22px!important;
  }
}



/* === Status-bar shade + header blur removal + restored scroll reveal motion === */
.site-header .nav-shell,
.site-header.is-scrolled .nav-shell{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  background:linear-gradient(180deg,rgba(10,7,5,.97),rgba(7,5,3,.94))!important;
}

@media (max-width:720px){
  body::after{
    content:""!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:calc(max(34px, env(safe-area-inset-top)) + 42px)!important;
    background:
      linear-gradient(180deg,
        rgba(9,6,4,.98) 0%,
        rgba(13,8,5,.90) 38%,
        rgba(35,22,14,.54) 66%,
        rgba(213,121,66,.10) 82%,
        rgba(9,6,4,0) 100%)!important;
    box-shadow:0 18px 38px rgba(7,5,3,.56)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    pointer-events:none!important;
    z-index:118!important;
  }
  .site-header{z-index:120!important;}
}

@supports (-webkit-touch-callout: none){
  @media (max-width:720px){
    body::after{
      height:calc(max(40px, env(safe-area-inset-top)) + 44px)!important;
    }
  }
}

/* Animasyon yeniden daha hissedilir; ama ekrana girmeden önce tetiklendiği için alt bölüm boş kalmaz. */
.js [data-animate]{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  transition:
    opacity .72s ease,
    transform .78s cubic-bezier(.18,.78,.22,1),
    filter .72s ease!important;
  will-change:opacity,transform,filter!important;
}
.js.animate-ready [data-animate]:not(.is-visible){
  opacity:0!important;
  transform:translate3d(0,30px,0) scale(.985)!important;
  filter:blur(5px)!important;
}
.js.animate-ready [data-animate].is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
}
@media (max-width:720px){
  .js.animate-ready [data-animate]:not(.is-visible){
    transform:translate3d(0,24px,0) scale(.99)!important;
    filter:blur(3px)!important;
  }
}
@media (prefers-reduced-motion: reduce){
  .js [data-animate],
  .js.animate-ready [data-animate]:not(.is-visible),
  .js.animate-ready [data-animate].is-visible{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}


/* === Header background cleanup: no color/blur/glow behind header === */
.site-header .nav-shell,
.site-header.is-scrolled .nav-shell{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  background:#070503!important;
  box-shadow:none!important;
}

/* Status bar shade only stays in the device status area; it no longer extends behind the header. */
@media (max-width:720px){
  body::after{
    content:""!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:max(24px, env(safe-area-inset-top))!important;
    background:linear-gradient(180deg,rgba(8,5,3,.95),rgba(8,5,3,.72) 72%,rgba(8,5,3,0))!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    pointer-events:none!important;
    z-index:118!important;
  }
}

@supports (-webkit-touch-callout: none){
  @media (max-width:720px){
    body::after{
      height:max(32px, env(safe-area-inset-top))!important;
    }
  }
}


/* === 2026-07 final pass: real status-bar guard, no header background effect, clearer scroll reveal === */
/* Önceki body pseudo status gölgelerini tamamen kapatıyoruz; gerçek sabit guard div kullanılıyor. */
body::after{content:none!important;display:none!important;}
.statusbar-guard,.bottombar-guard{display:none;}

/* Header arkasında ekstra blur, gradient veya gölge yok. */
.site-header .nav-shell,
.site-header.is-scrolled .nav-shell{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  background:#070503!important;
  box-shadow:none!important;
}

/* Reveal animasyonu tekrar hissedilir: daha geç tetiklenir, daha belirgin hareket eder. */
.js [data-animate]{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  transition:
    opacity .82s ease,
    transform .86s cubic-bezier(.18,.78,.22,1),
    filter .82s ease!important;
  will-change:opacity,transform,filter!important;
}
.js.animate-ready [data-animate]:not(.is-visible){
  opacity:0!important;
  transform:translate3d(0,38px,0) scale(.985)!important;
  filter:blur(4px)!important;
}
.js.animate-ready [data-animate].is-visible{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
}

@media (max-width:720px){
  /* iOS Safari status bar şeffaflığına karşı: sadece en üst güvenli alanda koyu sıcak geçiş. */
  .statusbar-guard{
    display:block!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:58px!important;
    pointer-events:none!important;
    z-index:78!important;
    background:linear-gradient(180deg,
      #070503 0%,
      rgba(7,5,3,.96) 46%,
      rgba(7,5,3,.68) 72%,
      rgba(7,5,3,0) 100%)!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }

  /* Alt Safari araç çubuğu tarafındaki koyu gölge hissini azaltmak için sabit butonlar güvenli alana alınır. */
  .bottombar-guard{
    display:block!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:calc(env(safe-area-inset-bottom,0px) + 8px)!important;
    pointer-events:none!important;
    z-index:60!important;
    background:#070503!important;
    box-shadow:none!important;
  }
  .floating-wa.icon-button{
    bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;
    box-shadow:none!important;
  }
  .back-top{
    bottom:calc(78px + env(safe-area-inset-bottom,0px))!important;
    box-shadow:none!important;
  }

  .js.animate-ready [data-animate]:not(.is-visible){
    transform:translate3d(0,34px,0) scale(.99)!important;
    filter:blur(3px)!important;
  }
}

@supports (-webkit-touch-callout: none){
  @media (max-width:720px){
    .statusbar-guard{
      height:calc(max(58px, env(safe-area-inset-top,0px)) + 4px)!important;
    }
    .site-header{
      top:calc(env(safe-area-inset-top,0px) + 8px)!important;
    }
    .site-header .site-nav{
      top:calc(env(safe-area-inset-top,0px) + 74px)!important;
    }
    .hero-studio{
      padding-top:calc(env(safe-area-inset-top,0px) + 78px)!important;
    }
    .page-hero{
      padding-top:calc(env(safe-area-inset-top,0px) + 72px)!important;
    }
  }
}

@media (prefers-reduced-motion: reduce){
  .js [data-animate],
  .js.animate-ready [data-animate]:not(.is-visible),
  .js.animate-ready [data-animate].is-visible{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}


/* === 2026-07 soft system bars + stronger reveal polish === */
@media (max-width:720px){
  /* Browser UI alanları sert siyah görünmesin: içerik üstünde yumuşak blur katmanı */
  .statusbar-guard{
    display:block!important;
    position:fixed!important;
    inset:0 0 auto 0!important;
    height:calc(max(28px, env(safe-area-inset-top,0px)) + 10px)!important;
    pointer-events:none!important;
    z-index:78!important;
    background:linear-gradient(180deg,
      rgba(12,9,7,.42) 0%,
      rgba(12,9,7,.24) 45%,
      rgba(12,9,7,.10) 72%,
      rgba(12,9,7,0) 100%)!important;
    -webkit-backdrop-filter:blur(14px) saturate(1.05)!important;
    backdrop-filter:blur(14px) saturate(1.05)!important;
    box-shadow:none!important;
  }
  .bottombar-guard{
    display:block!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:calc(max(22px, env(safe-area-inset-bottom,0px)) + 34px)!important;
    pointer-events:none!important;
    z-index:60!important;
    background:linear-gradient(0deg,
      rgba(12,9,7,.40) 0%,
      rgba(12,9,7,.22) 38%,
      rgba(12,9,7,.10) 66%,
      rgba(12,9,7,0) 100%)!important;
    -webkit-backdrop-filter:blur(14px) saturate(1.05)!important;
    backdrop-filter:blur(14px) saturate(1.05)!important;
    box-shadow:none!important;
  }

  /* Ekran gereksiz küçülmesin diye üst boşlukları tekrar sıkılaştır */
  .site-header{top:calc(env(safe-area-inset-top,0px) + 2px)!important;}
  .site-header.is-scrolled{top:calc(env(safe-area-inset-top,0px) + 2px)!important;}
  .site-header .site-nav{top:calc(env(safe-area-inset-top,0px) + 62px)!important;}
  .hero-studio{padding-top:calc(env(safe-area-inset-top,0px) + 66px)!important;}
  .page-hero{padding-top:calc(env(safe-area-inset-top,0px) + 62px)!important;}

  /* Sabit butonları toolbar üstünde tut ama gölgeleri hafif bırak */
  .floating-wa.icon-button{
    bottom:calc(16px + env(safe-area-inset-bottom,0px))!important;
  }
  .back-top{
    bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;
  }

  /* Reveal animasyonu mobilde yeniden daha hissedilir */
  .js.animate-ready [data-animate]:not(.is-visible){
    opacity:0!important;
    transform:translate3d(0,52px,0) scale(.972)!important;
    filter:blur(6px)!important;
  }
  .js.animate-ready [data-animate].is-visible{
    transition-duration:.92s,.96s,.92s!important;
  }
}

@supports (-webkit-touch-callout:none){
  @media (max-width:720px){
    .statusbar-guard{
      height:calc(max(26px, env(safe-area-inset-top,0px)) + 8px)!important;
    }
    .site-header{top:calc(env(safe-area-inset-top,0px) + 2px)!important;}
    .site-header .site-nav{top:calc(env(safe-area-inset-top,0px) + 62px)!important;}
    .hero-studio{padding-top:calc(env(safe-area-inset-top,0px) + 66px)!important;}
    .page-hero{padding-top:calc(env(safe-area-inset-top,0px) + 62px)!important;}
  }
}


/* === 2026-07 browser chrome color fix: no pure black status/toolbar === */
/* Safari native bars sample theme-color + html/body background. Keep AndrewsCraft dark, but not #000. */
html{
  background:#241812!important;
  min-height:100%!important;
}
body{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,145,92,.14), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(245,223,189,.07), transparent 34%),
    linear-gradient(180deg,#241812 0%, #1a120d 36%, #110c08 78%, #241812 100%)!important;
  background-attachment:fixed!important;
}

/* Real fixed overlays are kept soft; they should tint, not create a black band. */
@media (max-width:720px){
  .statusbar-guard{
    display:block!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    height:calc(max(28px, env(safe-area-inset-top,0px)) + 12px)!important;
    pointer-events:none!important;
    z-index:78!important;
    background:linear-gradient(180deg,
      rgba(36,24,18,.46) 0%,
      rgba(36,24,18,.28) 46%,
      rgba(36,24,18,.12) 72%,
      rgba(36,24,18,0) 100%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.18)!important;
    backdrop-filter:blur(18px) saturate(1.18)!important;
    box-shadow:none!important;
  }
  .bottombar-guard{
    display:block!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:calc(max(24px, env(safe-area-inset-bottom,0px)) + 46px)!important;
    pointer-events:none!important;
    z-index:60!important;
    background:linear-gradient(0deg,
      rgba(36,24,18,.48) 0%,
      rgba(36,24,18,.30) 42%,
      rgba(36,24,18,.13) 70%,
      rgba(36,24,18,0) 100%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.18)!important;
    backdrop-filter:blur(18px) saturate(1.18)!important;
    box-shadow:none!important;
  }

  /* Keep floating buttons above the real toolbar, but do not create dark shadows. */
  .floating-wa.icon-button,
  .back-top{
    box-shadow:none!important;
  }

  /* Prevent bottom page edge from exposing pure black behind Safari toolbar. */
  main,
  .site-footer{
    background:transparent!important;
  }
  .site-footer{
    padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important;
  }
}

@supports (-webkit-touch-callout:none){
  @media (max-width:720px){
    html, body{
      background-color:#241812!important;
    }
    .statusbar-guard{
      height:calc(max(30px, env(safe-area-inset-top,0px)) + 12px)!important;
    }
    .bottombar-guard{
      height:calc(max(28px, env(safe-area-inset-bottom,0px)) + 48px)!important;
    }
  }
}


/* === 2026-07 clean iOS final: no fake browser bars === */
/* Önceki yapay üst/alt blur bantları tamamen kapalı. Safari araç çubuğunu site içinde taklit etmiyoruz. */
.statusbar-guard,
.bottombar-guard{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  height:0!important;
  background:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* Safari'nin örneklediği kök zemin saf siyah değil, AndrewsCraft koyu kahve tonu. */
html{
  background:#1b120d!important;
  min-height:100%!important;
}
body{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,145,92,.10), transparent 32%),
    linear-gradient(180deg,#1b120d 0%, #120c08 48%, #0e0a07 100%)!important;
  background-attachment:fixed!important;
}

/* Header arkasında ekstra efekt yok; sadece kendi kapsülü var. */
.site-header{
  top:14px!important;
}
.site-header .nav-shell,
.site-header.is-scrolled .nav-shell{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
}

/* Mobilde yapay toolbar boşlukları yok; sadece butonlar iOS safe area üstünde kalır. */
@media (max-width:720px){
  .site-header{
    top:calc(env(safe-area-inset-top,0px) + 8px)!important;
  }
  .site-header.is-scrolled{
    top:calc(env(safe-area-inset-top,0px) + 8px)!important;
  }
  .site-header .site-nav{
    top:calc(env(safe-area-inset-top,0px) + 74px)!important;
  }
  .hero-studio{
    padding-top:calc(env(safe-area-inset-top,0px) + 88px)!important;
  }
  .page-hero{
    padding-top:calc(env(safe-area-inset-top,0px) + 84px)!important;
  }

  .floating-wa.icon-button{
    bottom:calc(16px + env(safe-area-inset-bottom,0px))!important;
    box-shadow:none!important;
  }
  .back-top{
    bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;
    box-shadow:none!important;
  }
  .site-footer{
    padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important;
  }

  /* Beğenilen animasyon davranışı korunuyor. */
  .js.animate-ready [data-animate]:not(.is-visible){
    opacity:0!important;
    transform:translate3d(0,52px,0) scale(.972)!important;
    filter:blur(6px)!important;
  }
  .js.animate-ready [data-animate].is-visible{
    transition-duration:.92s,.96s,.92s!important;
  }
}

/* iOS Safari özel durumları: bant bindirme yok, sadece konumlama. */
@supports (-webkit-touch-callout:none){
  @media (max-width:720px){
    html,body{
      background-color:#1b120d!important;
    }
    .site-header{
      top:calc(env(safe-area-inset-top,0px) + 8px)!important;
    }
    .site-header .site-nav{
      top:calc(env(safe-area-inset-top,0px) + 74px)!important;
    }
    .hero-studio{
      padding-top:calc(env(safe-area-inset-top,0px) + 88px)!important;
    }
    .page-hero{
      padding-top:calc(env(safe-area-inset-top,0px) + 84px)!important;
    }
  }
}
