:root{
  --pro-bg:#0d0d0c;
  --pro-surface:#151412;
  --pro-surface-raised:#1b1916;
  --pro-paper:#f2ede3;
  --pro-paper-2:#e7dfd1;
  --pro-ink:#f7f2e9;
  --pro-text:#d4cdc2;
  --pro-muted:#aaa296;
  --pro-gold:#c89a50;
  --pro-gold-bright:#e2bb76;
  --pro-rust:#914735;
  --pro-line:rgba(226,187,118,.18);
  --pro-radius:18px;
  --pro-shadow:0 32px 90px rgba(0,0,0,.42);
  --pro-ease:cubic-bezier(.2,.7,.2,1);
}

*{scrollbar-color:#6d5735 #111;scrollbar-width:thin}
html{background:var(--pro-bg);scroll-padding-top:96px}
body{
  background:
    radial-gradient(circle at 74% 7%,rgba(200,154,80,.09),transparent 28rem),
    linear-gradient(180deg,#0b0b0a 0,#11100e 38rem,#0d0d0c 100%);
  color:var(--pro-ink);
  font-family:"Montserrat","Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  letter-spacing:-.006em;
}
body::before{display:none!important}
#memory-canvas,.cursor-glow,.archive-grid,.orbit{display:none!important}

.skip-link{
  position:fixed;left:16px;top:12px;z-index:10000;
  padding:12px 16px;background:var(--pro-paper);color:#17130e;
  border-radius:8px;font-weight:700;transform:translateY(-160%);
  transition:transform .18s var(--pro-ease);
}
.skip-link:focus{transform:translateY(0);outline:3px solid var(--pro-gold);outline-offset:3px}

a,button,input,select,summary{touch-action:manipulation}
a,button,select,summary,.comparison input{cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{
  outline:3px solid var(--pro-gold-bright)!important;
  outline-offset:4px!important;
}

.shell{width:min(calc(100% - 48px),1200px)}
.nav{
  position:sticky;top:0;z-index:100!important;height:84px;
  background:rgba(13,13,12,.88);border-bottom:1px solid var(--pro-line);
  backdrop-filter:blur(18px) saturate(120%);
}
.nav::before{
  content:"";position:fixed;left:0;right:0;top:0;height:84px;z-index:-1;
  background:rgba(13,13,12,.88);border-bottom:1px solid var(--pro-line);
  backdrop-filter:blur(18px);
}
.brand{font-size:13px;letter-spacing:.15em;color:#fff;gap:13px}
.mark{width:34px;height:34px;border-color:var(--pro-gold);background:rgba(200,154,80,.05)}
.mark::after{border-color:var(--pro-gold)}
.navlinks{margin-left:auto;margin-right:28px;gap:26px;color:#c7c0b6}
.navlinks a{position:relative;padding:12px 0;transition:color .2s ease}
.navlinks a::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:var(--pro-gold);transition:right .25s var(--pro-ease)}
.navlinks a:hover{color:#fff}.navlinks a:hover::after{right:0}
.language-control{
  position:relative;display:flex;align-items:center;justify-content:center;
  width:72px;height:44px;min-height:44px;margin:0 12px 0 0;padding:0!important;gap:0!important;
  border:1px solid rgba(224,180,106,.72)!important;background:linear-gradient(145deg,#191a19,#101211)!important;
  border-radius:999px!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 8px 24px rgba(0,0,0,.28);
}
.language-control select{
  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;
}
.language-trigger{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 10px 0 13px;
  border:0;border-radius:inherit;background:transparent;color:#fff;font:700 13px/1 Inter,system-ui,sans-serif;
  letter-spacing:.08em;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;
}
.language-trigger:hover,.language-trigger[aria-expanded="true"]{background:rgba(224,180,106,.09)}
.language-trigger:focus-visible{outline:2px solid #efc776;outline-offset:3px}
.language-chevron{width:9px;height:9px;border-right:1.5px solid var(--pro-gold-bright);border-bottom:1.5px solid var(--pro-gold-bright);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}
.language-trigger[aria-expanded="true"] .language-chevron{transform:translateY(2px) rotate(225deg)}
.language-menu{
  position:absolute;z-index:1000;top:calc(100% + 9px);right:0;width:72px;padding:6px;
  border:1px solid rgba(224,180,106,.48);border-radius:17px;background:rgba(15,17,16,.98);
  box-shadow:0 18px 50px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(18px);
}
.language-menu[hidden]{display:none}
.language-option{
  width:100%;height:36px;display:flex;align-items:center;justify-content:center;border:0;border-radius:11px;
  background:transparent;color:#d8d4cc;font:700 13px/1 Inter,system-ui,sans-serif;letter-spacing:.06em;cursor:pointer;
}
.language-option:hover,.language-option:focus-visible{outline:0;background:rgba(224,180,106,.12);color:#fff}
.language-option[aria-selected="true"]{background:linear-gradient(135deg,#e3b86d,#bd873a);color:#17110a}
.nav-cta,.primary{
  min-height:46px;display:inline-flex;align-items:center;justify-content:center;
  padding:12px 20px;border:1px solid #e1b66c;border-radius:10px;
  background:linear-gradient(135deg,#e0b46a,#bc873b);color:#17110a;
  box-shadow:0 12px 30px rgba(161,98,7,.18);
  font-weight:750;letter-spacing:-.01em;
  transition:filter .2s ease,box-shadow .2s ease,transform .2s var(--pro-ease);
}
.nav-cta:hover,.primary:hover{filter:brightness(1.08);box-shadow:0 16px 40px rgba(161,98,7,.27);transform:translateY(-1px)}
.primary::after,.nav-cta::after{display:none!important}

.hero{
  min-height:min(820px,calc(100dvh - 84px));
  grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);
  gap:clamp(48px,7vw,92px);padding:clamp(72px,9vw,124px) 0 90px;
}
.hero-copy{position:relative;z-index:2}
.eyebrow{font-size:11px;letter-spacing:.22em;color:var(--pro-gold-bright)}
.eyebrow::before{width:36px;background:var(--pro-gold)}
h1,.section h2,.author-copy h3,.smart-copy h2,.price-card strong{
  font-family:"Cormorant Garamond","Times New Roman",Georgia,serif;
  text-wrap:balance;
}
h1{
  max-width:720px;margin:28px 0 22px;
  font-size:clamp(56px,7.4vw,104px);font-weight:500;line-height:.91;
  letter-spacing:-.055em;color:#fbf7f0;
}
.subline{min-height:36px;color:var(--pro-gold-bright);font-size:clamp(18px,2vw,24px);font-weight:500}
.hero-copy>p{max-width:620px;margin:24px 0 34px;color:var(--pro-text);font-size:17px;line-height:1.72}
.actions{gap:24px}
.actions .primary{padding-inline:25px}
.secondary{min-height:44px;display:inline-flex;align-items:center;border:0;color:#e9e2d8;padding:9px 2px;position:relative}
.secondary::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:rgba(226,187,118,.6);transform-origin:left;transition:transform .25s var(--pro-ease)}
.secondary:hover::after{transform:scaleX(.45)}
.proofline{margin-top:50px;gap:0;border-top:1px solid var(--pro-line);border-bottom:1px solid var(--pro-line)}
.proofline>span{min-width:0;flex:1;padding:19px 18px 18px 0;color:var(--pro-muted);font-size:12px;line-height:1.4}
.proofline>span+span{padding-left:18px;border-left:1px solid var(--pro-line)}
.proofline b{margin-bottom:4px;color:#fff;font-family:inherit;font-size:16px;font-weight:650}

.photo-stage{min-height:600px;isolation:isolate}
.comparison{
  inset:36px 0 auto 0;aspect-ratio:1.055;transform:none;border:1px solid rgba(226,187,118,.3);
  border-radius:var(--pro-radius);background:#080807;padding:10px;overflow:hidden;
  box-shadow:var(--pro-shadow),0 0 0 1px rgba(255,255,255,.04) inset;
}
.comparison::before{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.08);border-radius:11px;z-index:4;pointer-events:none}
.comparison img{inset:10px;width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain;border-radius:10px;background:#090908}
.comparison .cmp-before{clip-path:inset(0 calc(100% - var(--split,50%)) 0 0)}
.comparison-line{top:10px;bottom:10px;z-index:5;background:rgba(255,255,255,.85);box-shadow:0 0 18px rgba(0,0,0,.45)}
.comparison-handle{
  z-index:6;width:50px;height:50px;border:1px solid #f0c984;background:#17130fe8;
  color:#f5d494;font-size:19px;box-shadow:0 8px 28px #0009;
}
.comparison-label{top:28px;z-index:6;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:rgba(9,9,8,.86);font-size:9px}
.comparison-label.before{left:28px}.comparison-label.after{right:28px;color:#f2c97f}
.result-switch{
  position:absolute;left:50%;bottom:20px;z-index:9;display:flex;gap:4px;
  padding:4px;border:1px solid rgba(255,255,255,.16);border-radius:9px;
  background:rgba(12,12,11,.86);backdrop-filter:blur(10px);transform:translateX(-50%);
  box-shadow:0 8px 25px rgba(0,0,0,.35);
}
.result-switch button{
  min-height:38px;padding:7px 12px;border:0;border-radius:6px;background:transparent;
  color:#cfc7bb;font:700 10px/1 "Montserrat","Segoe UI",sans-serif;letter-spacing:.1em;text-transform:uppercase;
  transition:background .18s ease,color .18s ease;
}
.result-switch button:hover{color:#fff}.result-switch button[aria-pressed="true"]{background:var(--pro-gold);color:#17110a}
.seal{
  right:-14px;bottom:12px;width:104px;height:104px;z-index:8;
  border:1px solid rgba(255,242,220,.58);outline:1px solid rgba(255,242,220,.25);outline-offset:-7px;
  background:var(--pro-rust);box-shadow:0 14px 34px #0007;
}
.lab-note{color:rgba(226,187,118,.62)}

.section{padding:clamp(88px,10vw,140px) 0}
.section-head{gap:clamp(36px,8vw,110px);margin-bottom:54px;align-items:end}
.section h2{
  background:none!important;color:#f8f3eb!important;-webkit-text-fill-color:initial;
  font-size:clamp(48px,6vw,76px);font-weight:500;line-height:.96;letter-spacing:-.035em;
  animation:none!important;
}
.section-head p{max-width:590px;color:var(--pro-text);font-size:16px;line-height:1.75}

.services{gap:14px;border:0;background:transparent}
.service{
  min-height:310px;padding:30px;border:1px solid var(--pro-line)!important;border-radius:14px;
  background:linear-gradient(155deg,rgba(31,29,25,.96),rgba(17,17,15,.98));
  box-shadow:0 14px 40px rgba(0,0,0,.13);transform:none!important;
  transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;
}
.service:hover{border-color:rgba(226,187,118,.55)!important;background:linear-gradient(155deg,#242019,#151412);box-shadow:0 22px 54px rgba(0,0,0,.28)}
.service .number{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 32px;border:1px solid rgba(226,187,118,.46);border-radius:50%;background:radial-gradient(circle,rgba(226,187,118,.14),transparent 72%);color:var(--pro-gold-bright);font:500 28px/1 Georgia,serif;letter-spacing:.04em;box-shadow:0 0 36px rgba(226,187,118,.11)}
.service h3{margin-top:0}
.service::after{display:none}
.number{font-size:11px;color:var(--pro-gold-bright)}
.service h3{margin:72px 0 16px;font-size:29px;color:#fff}
.service p{font-size:14px;line-height:1.7;color:var(--pro-muted)}

#process{position:relative}
.process{gap:0;border:1px solid var(--pro-line);border-radius:var(--pro-radius);background:transparent;overflow:hidden}
.step{min-height:300px;padding:38px;background:#121210;transform:none!important}
.step+.step{border-left:1px solid var(--pro-line)}
.step strong{font-size:46px;color:#6e5a3d}.step h3{margin:40px 0 13px;font-size:26px;color:#fff}.step p{color:var(--pro-muted)}

.trust{gap:clamp(48px,8vw,100px);padding-top:120px;padding-bottom:120px}
.trust h2{margin:20px 0 28px}
.trust>div:first-child>p{color:var(--pro-text)!important;font-size:17px;line-height:1.78}
.trust-card{
  padding:44px;border:1px solid var(--pro-line);border-radius:var(--pro-radius);
  background:linear-gradient(145deg,#1b1915,#11110f);box-shadow:0 24px 60px rgba(0,0,0,.24);
  transform:none!important;
}
.trust-card::before{top:18px;right:20px;border-radius:5px;background:rgba(200,154,80,.15);color:var(--pro-gold-bright)}
.check{grid-template-columns:28px 1fr;gap:16px;margin:26px 0}.check i{width:22px;height:22px}.check b{color:#f5f1ea}.check span{color:var(--pro-muted)!important}

.author{grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:clamp(44px,7vw,88px);padding-top:130px;padding-bottom:130px}
.author-photo{width:min(100%,340px);margin:0;padding:9px;border:1px solid var(--pro-line);border-radius:16px;background:#141310;box-shadow:var(--pro-shadow);overflow:visible}
.author-photo img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:10px;filter:saturate(.9) contrast(1.02)}
.author-photo::after{right:-16px;bottom:26px;border-radius:5px;background:var(--pro-gold);color:#17120b;padding:8px 13px}
.author-copy h3{margin:20px 0 28px;font-size:clamp(50px,6vw,76px);font-weight:500;color:#fff}
.author-copy p{max-width:690px;color:var(--pro-text);font-size:16px;line-height:1.78}.signature{color:var(--pro-gold-bright);font-size:28px}

.pricing-section,.reviews-section{padding-top:110px;padding-bottom:110px}
.price-grid{gap:16px}
.price-card{
  min-height:300px;padding:32px;border:1px solid var(--pro-line);border-radius:15px;
  background:linear-gradient(150deg,#1b1916,#11110f);transform:none!important;
}
.price-card:hover{transform:none;border-color:rgba(226,187,118,.55);box-shadow:0 24px 60px rgba(0,0,0,.25)}
.price-card.featured{border-color:rgba(226,187,118,.52);background:linear-gradient(150deg,#251f16,#15130f)}
.price-card strong{margin:54px 0 22px;font-size:clamp(38px,4vw,50px);color:#fff}.price-card p{color:var(--pro-muted)}
.price-note{margin-top:28px;color:var(--pro-muted)}
.reviews-empty{padding:38px;border:1px solid var(--pro-line);border-radius:var(--pro-radius);background:#151412}.reviews-empty>span{color:#796443}.reviews-empty p{color:var(--pro-muted)}

.smart-evaluation{
  margin-top:70px;margin-bottom:110px;padding:clamp(34px,6vw,72px);
  border:1px solid rgba(80,57,27,.24);border-radius:24px;
  background:linear-gradient(135deg,var(--pro-paper),var(--pro-paper-2));color:#211b14;
  box-shadow:0 30px 90px rgba(0,0,0,.3);
}
.smart-evaluation::after{right:-190px;top:-210px;width:450px;height:450px;border-color:rgba(145,71,53,.18)}
.smart-grid{grid-template-columns:.78fr 1.22fr;gap:clamp(42px,7vw,88px)}
.smart-copy .eyebrow{color:#825223}.smart-copy .eyebrow::before{background:#9a6b35}
.smart-copy h2{font-size:clamp(48px,6vw,74px);font-weight:550;letter-spacing:-.035em;color:#1c1812}
.smart-copy p{color:#544b40}.smart-copy .hours{color:#31291f;line-height:1.8}
.smart-evaluation{background:radial-gradient(circle at 12% 15%,rgba(70,220,255,.10),transparent 34%),radial-gradient(circle at 88% 12%,rgba(216,125,255,.10),transparent 30%),linear-gradient(135deg,#15151b,#201712 62%,#101116)!important;border-color:rgba(104,224,255,.24)!important;color:#f7f5f0!important;box-shadow:0 34px 110px rgba(0,0,0,.48),0 0 58px rgba(74,211,255,.08)!important}
.smart-copy .eyebrow{color:#79e6ff!important}.smart-copy .eyebrow::before{background:#79e6ff!important;box-shadow:0 0 16px rgba(121,230,255,.7)}
.smart-copy h2{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff;text-shadow:0 0 32px rgba(121,230,255,.16)}
.smart-copy p{color:#eee7dc!important}.smart-copy .hours,.smart-copy .hours strong{color:#d9f7ff!important}
.estimate-form label{color:#f2eee8!important}.estimate-form select,.estimate-form input,.custom-file{background:#0d1116!important;color:#fff!important;border-color:rgba(121,230,255,.28)!important}
.custom-file-name,.privacy-mini{color:#d8d1c7!important}.custom-file-button{background:linear-gradient(135deg,#30cbe8,#8a5cff)!important;border-color:transparent!important;color:#081014!important}
.estimate-form .primary{background:linear-gradient(135deg,#5ee7ff,#aa68ff)!important;border-color:#9af0ff!important;box-shadow:0 12px 38px rgba(92,222,255,.25)!important}
.estimate-form{gap:17px}
.estimate-form label{gap:8px;color:#393127;font-size:13px;font-weight:650}
.estimate-form select,.estimate-form input,.custom-file{
  min-height:54px;border:1px solid #c5b9a7;border-radius:9px;background:rgba(255,255,255,.72);color:#201b15;
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
}
.estimate-form select:focus,.estimate-form input:focus{border-color:#8b622d;box-shadow:0 0 0 3px rgba(161,98,7,.15)}
.custom-file{padding:8px 10px}.custom-file-button{border:1px solid #9f743e;border-radius:7px;background:#b98543;color:#fff}.custom-file-name{color:#5e554a}
.privacy-mini{color:#6a6156}.estimate-result{border-color:#a27947;border-radius:9px;background:#fffaf2;color:#32281e}
.photo-capture-guide{border-color:#c5b18f;border-radius:10px;background:rgba(255,255,255,.38);color:#2b241c}.photo-guide-body{color:#51483d}.photo-guide-tip{border-color:#9e6a2f;background:rgba(161,98,7,.06)}

.footer{padding:38px 0 50px;border-color:var(--pro-line);color:var(--pro-muted)}
.install-prompt{border-radius:12px;border-color:var(--pro-line);background:rgba(20,19,17,.94)}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr .86fr;gap:42px}
  .navlinks{display:none}
  .services{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:820px){
  .shell{width:min(calc(100% - 32px),1200px)}
  .nav{height:72px}.nav::before{height:72px}
  .nav-cta{display:none}.language-control{margin-left:auto;margin-right:0}
  .hero{min-height:auto;grid-template-columns:1fr;padding:64px 0 80px;gap:42px}
  h1{font-size:clamp(52px,12vw,82px);max-width:680px}
  .photo-stage{min-height:min(620px,84vw)}
  .comparison{top:8px;left:0;right:0}
  .section-head,.trust,.author,.smart-grid{grid-template-columns:1fr}
  .section-head{gap:24px}
  .process{grid-template-columns:1fr}.step+.step{border-left:0;border-top:1px solid var(--pro-line)}.step{min-height:auto}
  .author-photo{max-width:320px}.author{gap:42px}
  .smart-copy{max-width:650px}
}

@media(max-width:600px){
  body{font-size:16px}
  .shell{width:min(calc(100% - 24px),1200px)}
  .brand{max-width:190px;font-size:11px;letter-spacing:.12em}.mark{width:30px;height:30px}
  .language-control{width:64px;height:40px;min-height:40px;padding:0}
  .language-trigger{padding:0 8px 0 11px;font-size:12px;gap:6px}
  .language-menu{right:0;width:64px;padding:5px;border-radius:15px}
  .language-option{height:34px;border-radius:10px;font-size:12px}
  .hero{padding-top:52px;padding-bottom:68px}
  h1{font-size:clamp(48px,15vw,68px);line-height:.93}
  .hero-copy>p{font-size:16px}.actions{gap:12px}.actions>*{width:100%;text-align:center;justify-content:center}
  .proofline{display:grid;grid-template-columns:1fr}.proofline>span{padding:15px 0!important}.proofline>span+span{border-left:0;border-top:1px solid var(--pro-line)}
  .photo-stage{min-height:90vw;overflow:visible}.comparison{left:0;right:0;padding:7px;border-radius:13px}.comparison img{inset:7px;width:calc(100% - 14px);height:calc(100% - 14px)}
  .comparison::before{inset:7px}.comparison-line{top:7px;bottom:7px}.comparison-label{top:18px}.comparison-label.before{left:18px}.comparison-label.after{right:18px}.result-switch{bottom:14px}.result-switch button{min-height:36px;padding:6px 9px}.seal{right:-4px;bottom:-8px;width:86px;height:86px;font-size:9px}
  .section{padding:82px 0}.section h2{font-size:clamp(43px,13vw,60px)}
  .services{grid-template-columns:1fr}.service{min-height:230px}.service h3{margin-top:48px}
  .trust{padding-top:90px;padding-bottom:90px}.trust-card{padding:30px 22px}
  .author{padding-top:90px;padding-bottom:90px}.author-copy h3{font-size:52px}.author-photo::after{right:8px;bottom:10px}
  .price-grid{grid-template-columns:1fr}.price-card{min-height:235px}.price-card strong{margin-top:34px}
  .reviews-empty{padding:28px 22px}
  .smart-evaluation{margin-top:40px;margin-bottom:78px;padding:32px 18px;border-radius:17px}
  .smart-copy h2{font-size:clamp(43px,13vw,58px)}
  .estimate-form{grid-template-columns:1fr}.estimate-form label,.estimate-form label.full{grid-column:1}
  .footer{gap:14px;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1!important;transform:none!important}
}

@media(forced-colors:active){
  .nav-cta,.primary,.service,.trust-card,.price-card,.smart-evaluation{border:1px solid CanvasText}
  a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid Highlight!important}
}
