*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
:root {
  --bg: #FAF8F5;          /* Warm cream premium background */
  --white: #FFFFFF;
  --ink: #0F172A;         /* Slate 900 - Premium dark text */
  --ink2: #1E293B;        /* Slate 800 */
  --muted: #64748B;       /* Slate 500 */
  --gold: #C5A880;        /* Luxury Gold/Champagne accent */
  --gold-mid: #DFD3C3;
  --gold-pale: #F5F0EA;
  --line: rgba(197, 168, 128, 0.15); /* Warm light gold lines */
  --line2: rgba(197, 168, 128, 0.08);
  --green: #10B981;
  --r: 8px;
}
body{background:var(--bg);color:var(--ink);font-family:'Geist',system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,64px);background:rgba(250,248,245,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line2);transition:all 0.3s ease;}
.logo{font-family:'Fraunces',serif;font-size:1.05rem;font-weight:400;letter-spacing:-.01em;color:var(--ink)}
.logo em{font-style:italic;color:var(--gold)}
.nav-c{display:flex;gap:32px;list-style:none;position:absolute;left:50%;transform:translateX(-50%)}
.nav-c a{font-size:13px;font-weight:400;color:var(--muted);transition:color .18s}
.nav-c a:hover{color:var(--ink)}
.nav-r{display:flex;align-items:center;gap:16px}
.nav-tel{font-size:13px;color:var(--muted);transition:color .18s}
.nav-tel:hover{color:var(--ink)}
.btn{display:inline-flex;align-items:center;gap:6px;background:var(--ink);color:var(--bg);font-family:'Geist',sans-serif;font-size:13px;font-weight:500;padding:9px 20px;border-radius:100px;border:none;cursor:pointer;transition:background .18s,transform .12s;white-space:nowrap}
.btn:hover{background:var(--gold);transform:translateY(-1px)}
.btn-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}

/* HERO */
.hero{height:100svh;display:grid;grid-template-columns:1fr 1fr;}
.hero-l{display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(40px,6vh,80px) clamp(24px,4vw,60px) clamp(40px,6vh,72px) clamp(24px,5vw,72px);padding-top:80px;border-right:1px solid var(--line)}
.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:400;color:var(--muted);letter-spacing:.04em;margin-bottom:28px}
.hero-tag-line{width:24px;height:1px;background:var(--gold)}
.hero-h1{font-family:'Fraunces',serif;font-size:clamp(3.2rem,6.5vw,6.5rem);font-weight:400;line-height:1.0;letter-spacing:-.03em;color:var(--ink);margin-bottom:32px}
.hero-h1 em{background: linear-gradient(135deg, #C5A880 0%, #D4AF37 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: italic; font-weight: 300;}
.hero-p{font-size:16px;font-weight:300;color:var(--muted);line-height:1.75;max-width:420px;margin-bottom:44px}
.hero-act{display:flex;align-items:center;gap:18px}
.hero-act .btn{padding:13px 28px;font-size:14px;border-radius:100px}
.hero-lnk{font-size:14px;color:var(--muted);display:flex;align-items:center;gap:6px;transition:color .18s,gap .18s}
.hero-lnk:hover{color:var(--ink);gap:10px}
.hero-stats{display:flex;gap:40px;margin-top:64px;padding-top:32px;border-top:1px solid var(--line);flex-wrap:wrap}
.stat-v{font-family:'Fraunces',serif;font-size:2.2rem;font-weight:400;line-height:1;color:var(--ink);display:block;letter-spacing:-.02em}
.stat-l{font-size:12px;color:var(--muted);margin-top:4px;display:block}
.hero-r{position:relative;overflow:hidden;background:var(--white);height:100%;}
.photo-ph{width:100%;height:100%;background:linear-gradient(160deg,#D6E8F7 0%,#B8CDE0 100%);display:flex;align-items:center;justify-content:center;position:relative}
.photo-ph::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(240,245,252,.2) 0%,transparent 40%)}
.ph-svg{opacity:.12}
.hero-badge{position:absolute;bottom:28px;left:28px;background:rgba(247,245,240,.92);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:var(--r);padding:14px 18px;display:flex;align-items:center;gap:10px}
.badge-big{font-family:'Fraunces',serif;font-size:1.6rem;font-weight:400;color:var(--ink);line-height:1}
.badge-stars{color:#F5A623;font-size:13px;display:block;margin-top:2px}

/* STRIP */
.strip{background:#0E1C2F;padding:13px 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.06)}
.strip-track{display:flex;width:max-content;animation:slide 28s linear infinite}
.strip-track:hover{animation-play-state:paused}
.strip-set{display:flex;flex-shrink:0}
.strip-item{display:inline-flex;align-items:center;gap:20px;padding:0 20px;font-family:'Fraunces',serif;font-style:italic;font-size:.95rem;font-weight:300;color:rgba(220,235,250,.5);white-space:nowrap}
.s-dot{width:3px;height:3px;border-radius:50%;background:var(--gold);flex-shrink:0}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* SECTIONS */
.sec{padding:clamp(64px,10vh,120px) clamp(24px,5vw,72px)}
.sec-w{background:var(--white)}
.sec-d{background:#0E1C2F}
.lbl{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:500;display:block;margin-bottom:14px}
.h2{font-family:'Fraunces',serif;font-size:clamp(2rem,4vw,3.6rem);font-weight:400;line-height:1.1;letter-spacing:-.025em;color:var(--ink);margin-bottom:24px}
.h2 em{font-style:italic;font-weight:300;color:var(--muted)}
.h2-w{color:var(--bg)}.h2-w em{color:rgba(220,235,250,.5)}
.body{font-size:16px;font-weight:300;color:var(--muted);line-height:1.75}

/* ABOUT */
.about-g{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center;max-width:1200px;margin:0 auto}
.about-img-w{position:relative}
.about-img{width:100%;aspect-ratio:4/5;background:linear-gradient(150deg,#D6E6F5 0%,#B8D0E8 100%);border-radius:4px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
.about-corner{position:absolute;top:-12px;left:-12px;width:64px;height:64px;border-top:1.5px solid #2271B3;border-left:1.5px solid #2271B3;opacity:.5;border-radius:2px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
.chip{border:1px solid var(--line);padding:6px 14px;font-size:12px;color:var(--muted);border-radius:100px;transition:border-color .18s,color .18s}
.chip:hover{border-color:var(--gold);color:var(--ink)}

/* SERVICES */
.svc-g{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;}
.svc-c{background:linear-gradient(145deg, #122236 0%, #0d1a29 100%);padding:40px 32px;border-radius:16px;border:1px solid rgba(197, 168, 128, 0.08);transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;cursor:pointer}
.svc-c::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(197, 168, 128, 0.4), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.svc-c:hover::after {
  opacity: 1;
}
.svc-c:hover{transform:translateY(-8px);border-color:rgba(197, 168, 128, 0.35);box-shadow:0 20px 40px rgba(12,23,38,0.5),0 0 25px rgba(197, 168, 128, 0.06);background:linear-gradient(145deg, #15273e 0%, #0e1b2b 100%)}
.svc-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.svc-n{font-family:'Fraunces',serif;font-style:italic;font-size:1.8rem;color:rgba(197, 168, 128, 0.2);line-height:1;transition:color .3s}
.svc-c:hover .svc-n{color:rgba(197, 168, 128, 0.55)}
.svc-ico{width:36px;height:36px;transition:transform .4s ease}
.svc-c:hover .svc-ico{transform:scale(1.1) rotate(5deg)}
.svc-t{font-family:'Fraunces',serif;font-size:1.35rem;font-weight:400;color:#EBF4FC;margin-bottom:12px;letter-spacing:-.01em;transition:color .3s}
.svc-c:hover .svc-t{color:var(--gold)}
.svc-d{font-size:13.5px;font-weight:300;color:rgba(200,220,240,0.55);line-height:1.7;flex-grow:1;margin-bottom:24px}
.svc-link{font-size:12px;font-weight:500;color:rgba(197, 168, 128, 0.6);text-transform:uppercase;letter-spacing:.08em;display:inline-flex;align-items:center;gap:6px;transition:all .3s ease;margin-top:auto}
.svc-c:hover .svc-link{color:var(--gold);gap:10px}

/* PROCESS */
.proc-g{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px;position:relative}
.proc-s{
  background:var(--white);
  border:1px solid var(--line2);
  border-radius:20px;
  padding:40px 28px 32px;
  position:relative;
  overflow:hidden;
  transition:all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display:flex;
  flex-direction:column;
  height:100%;
}
.proc-s:hover {
  transform:translateY(-6px);
  border-color:rgba(197, 168, 128, 0.3);
  box-shadow:0 16px 36px rgba(15, 23, 42, 0.05), 0 0 20px rgba(197, 168, 128, 0.04);
}
.proc-num-bg {
  position:absolute;
  top:24px;
  right:16px;
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:4.5rem;
  font-weight:400;
  line-height:0.8;
  color:rgba(197, 168, 128, 0.08);
  pointer-events:none;
  user-select:none;
  transition:color 0.4s ease, transform 0.4s ease;
}
.proc-s:hover .proc-num-bg {
  color:rgba(197, 168, 128, 0.16);
  transform:scale(1.05);
}
.proc-icon-w {
  width:52px;
  height:52px;
  border-radius:14px;
  background:var(--gold-pale);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
  transition:background 0.4s ease;
  align-self:flex-start;
}
.proc-s:hover .proc-icon-w {
  background:rgba(197, 168, 128, 0.15);
}
.proc-ico {
  width:24px;
  height:24px;
  transition:transform 0.4s ease;
}
.proc-s:hover .proc-ico {
  transform:scale(1.1);
}
.proc-t {
  font-size:16px;
  font-weight:500;
  color:var(--ink);
  margin-bottom:12px;
  transition:color 0.3s ease;
}
.proc-s:hover .proc-t {
  color:var(--gold);
}
.proc-p {
  font-size:13.5px;
  font-weight:300;
  color:var(--muted);
  line-height:1.65;
}

/* REVIEWS */
.rev-hd{display:grid;grid-template-columns:220px 1fr;gap:64px;align-items:end;margin-bottom:52px;max-width:1200px;margin-left:auto;margin-right:auto}
.score-h{font-family:'Fraunces',serif;font-size:7rem;font-weight:300;line-height:1;color:var(--ink);letter-spacing:-.04em}
.stars-r{font-size:20px;color:#F5A623;letter-spacing:2px;margin-top:6px}
.g-row{display:flex;align-items:center;gap:7px;margin-top:12px}
.g-ball{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:conic-gradient(#4285F4 0 90deg,#EA4335 90deg 180deg,#FBBC05 180deg 270deg,#34A853 270deg)}
.g-txt{font-size:12px;color:var(--muted)}
.rev-g{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}
.rev-c{background:var(--white);border:1px solid var(--line2);border-radius:4px;padding:28px 24px;transition:border-color .18s,transform .18s}
.rev-c:hover{border-color:var(--gold);transform:translateY(-2px)}
.r-hd{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.r-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:13px;color:white;flex-shrink:0}
.r-nm{font-size:14px;font-weight:500;color:var(--ink)}
.r-dt{font-size:12px;color:var(--muted);margin-top:1px}
.r-st{color:#F5A623;font-size:13px;letter-spacing:1px;margin-bottom:12px;display:block}
.r-tx{font-size:14px;font-weight:300;color:var(--ink2);line-height:1.7}
.all-rev{display:inline-flex;align-items:center;gap:8px;margin-top:40px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-weight:500;transition:gap .18s}
.all-rev:hover{gap:12px}

/* CONTACT */
.ct-g{display:grid;grid-template-columns:1fr 1fr;gap:72px;max-width:1200px;margin:0 auto;align-items:start}
.ci{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--line2)}
.ci:first-child{border-top:1px solid var(--line2)}
.ci-ico{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:2px}
.ci-lbl{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:3px}
.ci-val{font-size:14px;font-weight:300;color:var(--ink);line-height:1.5}
.ci-val a{color:var(--ink);transition:color .18s}
.ci-val a:hover{color:var(--gold)}
.mini-map{margin-top:24px;border-radius:4px;overflow:hidden;border:1px solid var(--line)}
.mini-map iframe{display:block;width:100%;height:210px;border:none;max-width:100%}
.f-h{font-family:'Fraunces',serif;font-size:1.8rem;font-weight:400;letter-spacing:-.02em;color:var(--ink);margin-bottom:28px}
.f-h em{font-style:italic;font-weight:300;color:var(--gold)}
.f-st{display:flex;flex-direction:column;gap:12px}
.f2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fg{display:flex;flex-direction:column;gap:5px}
.fl{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:400}
.fi,.fsel,.fta{border:1px solid var(--line);border-radius:var(--r);padding:12px 14px;font-family:'Geist',sans-serif;font-size:14px;font-weight:300;color:var(--ink);background:var(--white);outline:none;transition:border-color .18s,box-shadow .18s;appearance:none}
.fi::placeholder,.fta::placeholder{color:rgba(17,17,16,.25)}
.fi:focus,.fsel:focus,.fta:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(181,135,60,.1)}
.fta{min-height:88px;resize:none}
.fsub{background:var(--ink);color:var(--bg);border:none;border-radius:100px;padding:14px 32px;font-family:'Geist',sans-serif;font-size:13px;letter-spacing:.06em;font-weight:500;cursor:pointer;transition:background .18s,transform .12s;align-self:flex-start;margin-top:4px}
.fsub:hover{background:var(--gold);transform:translateY(-1px)}

/* FOOTER */
footer{background:#0E1C2F;background-image:
    radial-gradient(circle, rgba(34,113,179,0.18) 1px, transparent 1px),
    linear-gradient(rgba(34,113,179,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,113,179,0.04) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px, 32px 32px;
  position:relative;padding:clamp(48px,8vh,80px) clamp(24px,5vw,72px) 32px}
.ft{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.f-logo{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:400;color:var(--bg);display:block;margin-bottom:14px}
.f-logo em{font-style:italic;color:#7BB8E0}
.f-tag{font-family:'Fraunces',serif;font-style:italic;font-size:.95rem;font-weight:300;color:rgba(220,235,250,.35);line-height:1.65;max-width:260px}
.fc h5{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:rgba(220,235,250,.35);margin-bottom:16px;font-weight:400}
.fc ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.fc ul li a{font-size:13px;font-weight:300;color:rgba(220,235,250,.55);transition:color .15s}
.fc ul li a:hover{color:var(--gold)}
.fbot{border-top:1px solid rgba(220,235,250,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(220,235,250,.35)}

/* MODAL */
.overlay{position:fixed;inset:0;z-index:900;background:rgba(17,17,16,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .25s, visibility .25s}
.overlay.open{opacity:1;visibility:visible}
.modal{background:var(--bg);width:100%;max-width:500px;border-radius:16px;box-shadow:0 40px 100px rgba(0,0,0,.22),0 0 0 1px rgba(17,17,16,.08);transform:translateY(24px) scale(.97);transition:transform .32s cubic-bezier(.34,1.56,.64,1);overflow:hidden;max-height:92svh;overflow-y:auto}
.overlay.open .modal{transform:none}
.m-hd{padding:28px 28px 0;display:flex;justify-content:space-between;align-items:flex-start}
.m-tit{font-family:'Fraunces',serif;font-size:1.6rem;font-weight:400;letter-spacing:-.02em;color:var(--ink);line-height:1.1}
.m-tit em{font-style:italic;font-weight:300;color:var(--gold)}
.m-sub{font-size:13px;color:var(--muted);margin-top:4px}
.m-cls{width:32px;height:32px;border-radius:50%;background:var(--line2);border:1px solid var(--line);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--muted);flex-shrink:0;margin-top:2px;transition:background .15s}
.m-cls:hover{background:var(--line)}
.m-body{padding:24px 28px 32px}
.m-body .fi,.m-body .fsel{background:var(--white)}
.m-div{height:1px;background:var(--line);margin:20px 0}
.m-lbl{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500;display:block;margin-bottom:10px}
.dpills{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.dp{border:1px solid var(--line);background:var(--white);border-radius:var(--r);padding:8px 2px;text-align:center;cursor:pointer;transition:all .15s}
.dp:hover{border-color:var(--gold)}
.dp.active{background:var(--ink);border-color:var(--ink)}
.dp-d{font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:3px}
.dp-n{font-family:'Fraunces',serif;font-size:1.1rem;font-weight:400;color:var(--ink);display:block}
.dp.active .dp-d,.dp.active .dp-n{color:var(--bg)}
.tpills{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.tp{border:1px solid var(--line);background:var(--white);border-radius:var(--r);padding:10px 2px;text-align:center;cursor:pointer;font-size:13px;font-weight:300;color:var(--ink);transition:all .15s}
.tp:hover{border-color:var(--gold)}
.tp.active{background:var(--ink);border-color:var(--ink);color:var(--bg)}
.tp.off{opacity:.25;pointer-events:none}
.m-ok{width:100%;background:var(--gold);color:var(--white);border:none;border-radius:100px;padding:15px;font-family:'Geist',sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .18s;margin-top:10px}
.m-ok:hover{background:var(--ink)}
.m-suc{text-align:center;padding:48px 28px}
.m-suc-ico{width:68px;height:68px;border-radius:50%;border:1.5px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;font-size:26px;color:var(--gold)}
.m-suc-t{font-family:'Fraunces',serif;font-size:1.7rem;font-weight:400;letter-spacing:-.02em;margin-bottom:12px}
.m-suc-s{font-size:14px;font-weight:300;color:var(--muted);line-height:1.7}

/* FLOAT */
.float{position:fixed;bottom:24px;right:24px;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.fl-wa{width:48px;height:48px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 20px rgba(37,211,102,.3);transition:transform .15s}
.fl-wa:hover{transform:scale(1.06)}
.fl-btn{background:var(--ink);color:var(--bg);border:none;border-radius:100px;padding:11px 22px;font-family:'Geist',sans-serif;font-size:13px;font-weight:500;cursor:pointer;box-shadow:0 4px 20px rgba(17,17,16,.18);transition:background .18s;display:flex;align-items:center;gap:6px}
.fl-btn:hover{background:var(--gold)}

/* REVEAL */
.rv{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.rv.on{opacity:1;transform:none}
.rv.d1{transition-delay:.07s}.rv.d2{transition-delay:.14s}.rv.d3{transition-delay:.21s}

/* HERO ANIMS */
.a1{animation:hup .8s .1s both}.a2{animation:hup .85s .25s both}.a3{animation:hup .8s .4s both}.a4{animation:hup .8s .55s both}.a5{animation:hf 1s .7s both}
@keyframes hup{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes hf{from{opacity:0}to{opacity:1}}

/* ── TABLET ── */
@media(max-width:960px){
  .nav-c{display:none}
  .svc-g{grid-template-columns:1fr 1fr}
  .proc-g{grid-template-columns:1fr 1fr;gap:32px}
  .ig-grid{grid-template-columns:1fr 1fr}
  .ig-banner{grid-column:span 2 !important;padding:48px 32px}
}

/* ── MOBILE ── */
@media(max-width:640px){
  /* NAV */
  .nav-c,.nav-tel{display:none}
  nav{padding:0 20px}

  /* HERO — photo on top, text below */
  .hero{
    grid-template-columns:1fr;
    grid-template-rows:55vw 1fr;
    height:auto;
    min-height:auto;
  }
  .hero-r{
    grid-row:1;
    height:55vw;
    min-height:240px;
    width:100%;
  }
  .hero-r img{
    width:100%;height:100%;
    object-fit:cover;object-position:center 25%;
    display:block;
  }
  .hero-l{
    grid-row:2;
    border-right:none;
    border-top:1px solid var(--line);
    padding:36px 20px 48px;
    padding-top:36px;
  }
  .hero-h1{font-size:clamp(2.6rem,11vw,3.8rem);margin-bottom:20px}
  .hero-p{font-size:14px;margin-bottom:28px;max-width:100%}
  .hero-tag{margin-bottom:18px}
  .hero-act{gap:12px}
  .hero-act .btn{padding:12px 22px;font-size:13px}
  .hero-lnk{font-size:13px}
  .hero-stats{gap:20px;margin-top:36px;padding-top:24px;flex-wrap:wrap}
  .stat-v{font-size:1.7rem}
  .hero-badge{bottom:14px;left:14px;padding:10px 14px}
  .badge-big{font-size:1.2rem}

  /* SECTIONS */
  .sec{padding:56px 20px}
  .h2{font-size:clamp(1.8rem,8vw,2.6rem)}

  /* ABOUT */
  .about-g{grid-template-columns:1fr;gap:32px}
  .about-img{aspect-ratio:4/3}
  .about-corner{display:none}
  .chips{gap:6px}
  .chip{font-size:11px;padding:5px 12px}

  /* SERVICES */
  .svc-g{grid-template-columns:1fr;gap:16px}
  .svc-c{padding:24px 20px}
  .svc-n{font-size:1.8rem;margin-bottom:12px}

  /* PROCESS */
  .proc-g{grid-template-columns:1fr;gap:24px}
  .proc-s{padding:32px 24px}

  /* GALLERY */
  .ig-grid{grid-template-columns:1fr}
  .ig-ph{height:52vw}
  .ig-banner{grid-column:span 1 !important;padding:40px 20px}

  /* CONTACT */
  .ct-g{grid-template-columns:1fr;gap:36px}
  .f2{grid-template-columns:1fr}
  .f-h{font-size:1.4rem}

  /* FOOTER */
  .ft{grid-template-columns:1fr 1fr;gap:28px}
  .fc:last-child{grid-column:span 2}
  .fbot{flex-direction:column;gap:8px;text-align:center}

  /* MODAL */
  .modal{border-radius:12px}
  .m-hd{padding:20px 20px 0}
  .m-body{padding:18px 20px 24px}
  .dpills{grid-template-columns:repeat(4,1fr);gap:4px}
  .dp{padding:7px 2px}
  .dp-n{font-size:.95rem}
  .tpills{grid-template-columns:repeat(3,1fr)}

  /* STRIP */
  .strip-item{font-size:.85rem;padding:0 14px;gap:14px}

  /* FLOATING */
  .float{bottom:16px;right:16px}
  .fl-btn{padding:10px 18px;font-size:12px}
}

.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ig-card{background:var(--white);border:1px solid var(--line2);border-radius:4px;overflow:hidden;transition:transform .2s,border-color .2s}
.ig-card:hover{transform:translateY(-2px);border-color:var(--gold)}
.ig-before-after{position:relative}
.ig-ph{height:180px}
.ig-label{position:absolute;top:10px;left:10px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:rgba(17,17,16,.7);color:white;padding:4px 10px;border-radius:100px;font-weight:500}
.ig-caption{padding:14px 16px;font-size:13px;font-weight:400;color:var(--ink);border-top:1px solid var(--line2)}

/* INSTAGRAM BANNER */
.ig-banner {
  grid-column: span 3;
  position: relative;
  background: linear-gradient(135deg, #122236 0%, #0d1a29 100%);
  border-radius: 20px;
  border: 1px solid rgba(197, 168, 128, 0.15);
  padding: 56px 40px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.ig-banner-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197, 168, 128, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.ig-banner-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ig-banner-icon {
  color: var(--gold);
  margin-bottom: 8px;
  transition: transform 0.4s ease;
}
.ig-banner:hover .ig-banner-icon {
  transform: scale(1.1) rotate(10deg);
}
.ig-banner-title {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--bg);
  letter-spacing: -0.01em;
}
.ig-banner-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(200, 220, 240, 0.55);
  line-height: 1.7;
}
.ig-banner-btn {
  margin-top: 12px;
  background: var(--gold);
  color: var(--white);
  font-family: 'Geist', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 100px;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
  cursor: pointer;
}
.ig-banner-btn:hover {
  background: var(--white);
  color: var(--ink);
  transform: translateY(-1px);
}


/* GALLERY COMING SOON */
.ig-soon{background:var(--bg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.ig-soon::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 8px,rgba(14,28,47,.03) 8px,rgba(14,28,47,.03) 16px)}
.ig-soon-txt{font-size:11px;font-weight:500;letter-spacing:.12em;color:var(--muted);text-transform:uppercase;background:var(--white);border:1px solid var(--line);border-radius:100px;padding:4px 12px;position:relative;z-index:1}

/* FAQ */
.faq-g{display:flex;flex-direction:column;gap:8px}
.faq-item{border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:var(--gold)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;user-select:none;gap:16px}
.faq-q-txt{font-size:15px;font-weight:500;color:var(--ink);line-height:1.4}
.faq-icon{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s;font-size:16px;color:var(--muted)}
.faq-item.open .faq-icon{background:var(--gold);border-color:var(--gold);color:var(--bg);transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease, padding .35s ease}
.faq-item.open .faq-a{max-height:400px}
.faq-a-inner{padding:0 24px 20px;font-size:14px;color:var(--muted);line-height:1.75;border-top:1px solid var(--line)}
.faq-a-inner p{padding-top:16px}
@media(max-width:600px){.faq-q{padding:16px 18px}.faq-a-inner{padding:0 18px 16px}}

@media (min-width: 960px) {
  .faq-g {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    align-items: start;
  }
}

/* KVKK MODAL */
.kvkk-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:400;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s, visibility .25s;padding:20px}
.kvkk-overlay.open{opacity:1;visibility:visible}
.kvkk-modal{background:var(--white);border-radius:20px;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.18);transform:translateY(12px);transition:transform .25s}
.kvkk-overlay.open .kvkk-modal{transform:translateY(0)}
.kvkk-head{display:flex;justify-content:space-between;align-items:center;padding:24px 28px 0}
.kvkk-title{font-family:'Fraunces',serif;font-size:1.25rem;color:var(--ink);font-weight:400}
.kvkk-cls{background:var(--bg);border:1px solid var(--line);border-radius:50%;width:32px;height:32px;cursor:pointer;color:var(--muted);font-size:18px;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s;flex-shrink:0}
.kvkk-cls:hover{background:var(--line);color:var(--ink)}
.kvkk-body{padding:20px 28px;overflow-y:auto;flex:1}
.kvkk-body h4{font-size:13px;font-weight:600;color:var(--ink);margin:20px 0 6px;letter-spacing:.02em}
.kvkk-body h4:first-child{margin-top:4px}
.kvkk-body p{font-size:13px;color:var(--ink2);line-height:1.7}
.kvkk-body a{color:var(--gold);text-decoration:none}
.kvkk-body a:hover{text-decoration:underline}
.kvkk-foot{padding:16px 28px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end}

/* KVKK ÇEREZ BİLDİRİMİ */
.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--ink2,#1A2E44);border-top:1px solid rgba(255,255,255,.08);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s ease;box-shadow:0 -8px 32px rgba(0,0,0,.15)}
.cookie-bar.show{transform:translateY(0)}
.cookie-txt{font-size:13px;color:rgba(240,245,252,.8);line-height:1.6;max-width:680px}
.cookie-txt a{color:var(--gold);text-decoration:none}
.cookie-txt a:hover{text-decoration:underline}
.cookie-btns{display:flex;gap:8px;flex-shrink:0}
.cookie-accept{background:var(--gold);color:var(--bg);border:none;border-radius:100px;padding:9px 22px;font-family:'Geist',sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}
.cookie-accept:hover{background:var(--gold2,#E8C98A)}
.cookie-decline{background:none;border:1px solid rgba(255,255,255,.2);color:rgba(240,245,252,.6);border-radius:100px;padding:9px 18px;font-family:'Geist',sans-serif;font-size:13px;cursor:pointer;transition:all .2s}
.cookie-decline:hover{border-color:rgba(255,255,255,.4);color:rgba(240,245,252,.9)}
@media(max-width:600px){.cookie-bar{padding:16px 16px 20px}.cookie-btns{width:100%}.cookie-accept,.cookie-decline{flex:1;text-align:center}}

/* REVIEW WIDGET */
.rev-card{flex:0 0 calc(33.333% - 14px);background:var(--white);border:1px solid var(--line);border-radius:20px;padding:24px;box-sizing:border-box;min-width:0}
.rev-card:hover{box-shadow:0 8px 32px rgba(14,28,47,.08);transform:translateY(-2px);transition:all .2s}
.rev-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.rev-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--line)}
.rev-avatar-fallback{width:44px;height:44px;border-radius:50%;background:var(--gold);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;flex-shrink:0}
.rev-author{font-weight:500;font-size:14px;color:var(--ink);line-height:1.3}
.rev-time{font-size:11px;color:var(--muted)}
.rev-stars{color:#F59E0B;font-size:13px;margin-bottom:10px;letter-spacing:1px}
.rev-text{font-size:13px;color:var(--ink2);line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.rev-skeleton{flex:0 0 calc(33.333% - 14px);height:180px;background:linear-gradient(90deg,var(--line) 25%,var(--bg) 50%,var(--line) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:20px}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media(max-width:900px){.rev-card{flex:0 0 calc(50% - 10px)}.rev-skeleton{flex:0 0 calc(50% - 10px)}}
@media(max-width:600px){.rev-card{flex:0 0 100%}.rev-skeleton{flex:0 0 100%}}

/* LANG SWITCHER */
.lang-sw{display:flex;align-items:center;gap:4px;margin-right:8px}
.lang-btn{background:none;border:1px solid var(--line);border-radius:100px;padding:4px 12px;font-family:'Geist',sans-serif;font-size:11px;font-weight:500;color:var(--muted);cursor:pointer;transition:all .18s;letter-spacing:.04em;display:inline-flex;align-items:center;gap:4px}
.lang-btn:hover{border-color:var(--gold);color:var(--ink)}
.lang-btn.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}

/* BEFORE & AFTER SLIDER STYLES */
.ba-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  user-select: none;
  -webkit-user-select: none;
}
.ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.ba-img-before {
  z-index: 1;
}
.ba-img-after {
  z-index: 2;
  width: 50%;
  border-right: 2px solid var(--gold);
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: var(--gold);
  cursor: ew-resize;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-handle::after {
  content: '↔';
  position: absolute;
  width: 36px;
  height: 36px;
  background: var(--ink);
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.15s ease;
}
.ba-handle:hover::after {
  transform: scale(1.1);
}
.ba-label {
  position: absolute;
  bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(15, 23, 42, 0.85);
  color: var(--white);
  padding: 4px 10px;
  border-radius: 100px;
  z-index: 5;
  pointer-events: none;
}
.ba-label-before {
  left: 12px;
}
.ba-label-after {
  right: 12px;
}