:root{
  --dark:#11100e;
  --dark-2:#1b1a17;
  --dark-3:#24231f;
  --text:#f6f2ea;
  --muted:#c9c0b2;
  --paper:#f3eee6;
  --paper-2:#ebe5db;
  --ink:#22201d;
  --ink-muted:#686056;
  --gold:#c49a55;
  --gold-2:#efd093;
  --gold-3:#8d6633;
  --line:rgba(196,154,85,.38);
  --shadow:0 24px 70px rgba(0,0,0,.34);
  --soft-shadow:0 18px 45px rgba(38,31,22,.16);
  --radius:22px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--dark)}
body{
  margin:0;
  direction:rtl;
  font-family:"Assistant","Heebo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:var(--dark);
  overflow-x:hidden;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
::selection{background:rgba(196,154,85,.34);color:#fff}

.container{width:min(var(--container),calc(100% - 36px));margin-inline:auto}
.skip{position:absolute;right:20px;top:-80px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:12px;box-shadow:var(--shadow);font-weight:900}
.skip:focus{top:16px}

.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:1000;
  padding:14px 0;
  transition:background .25s ease,box-shadow .25s ease,padding .25s ease,backdrop-filter .25s ease;
}
.site-header.is-scrolled{
  background:rgba(15,14,12,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  padding:8px 0;
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{position:relative;isolation:isolate;display:flex;align-items:center;gap:14px;min-width:max-content;padding:5px 13px 6px 16px;border:1px solid rgba(239,208,147,.18);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 44px rgba(0,0,0,.22);overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
.brand::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 18% 15%,rgba(239,208,147,.18),transparent 32%),linear-gradient(90deg,transparent,rgba(239,208,147,.08),transparent);opacity:.82;z-index:-1;pointer-events:none}
.brand::after{content:"";position:absolute;right:16px;left:16px;bottom:5px;height:1px;background:linear-gradient(90deg,transparent,rgba(239,208,147,.55),transparent);opacity:.42;pointer-events:none}
.brand:hover{transform:translateY(-1px);border-color:rgba(239,208,147,.42);background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 24px 58px rgba(0,0,0,.30),0 0 0 1px rgba(239,208,147,.08)}
.brand-mark{position:relative;flex:0 0 auto;width:92px;height:66px;display:grid;place-items:center;isolation:isolate;margin-inline-start:-5px}
.brand-mark::before{content:"";position:absolute;inset:8px 2px 6px 5px;border-radius:20px;background:radial-gradient(circle at 42% 22%,rgba(255,255,255,.18),transparent 30%),linear-gradient(145deg,rgba(196,154,85,.18),rgba(255,255,255,.035) 48%,rgba(0,0,0,.14));border:1px solid rgba(239,208,147,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 30px rgba(0,0,0,.22);z-index:-1}
.brand-mark img{position:relative;z-index:1;width:96px;height:72px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.50)) drop-shadow(0 0 14px rgba(196,154,85,.16));transform:translateY(-2px);transition:transform .22s ease,filter .22s ease}
.brand:hover .brand-mark img{transform:translateY(-3px) scale(1.025);filter:drop-shadow(0 20px 24px rgba(0,0,0,.55)) drop-shadow(0 0 18px rgba(239,208,147,.22))}
.brand-text{display:flex;flex-direction:column;line-height:1.02;padding-inline-end:1px}
.brand-text strong{font-size:42px;letter-spacing:.015em;font-weight:950;color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.48),0 0 18px rgba(239,208,147,.08)}
.brand-text span{font-size:13px;color:var(--gold-2);letter-spacing:.035em;margin-top:4px;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-inline:auto;color:#eee5d7;font-size:15px;font-weight:700}
.desktop-nav a{position:relative;opacity:.88;transition:color .2s ease,opacity .2s ease}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--gold-2);opacity:1}
.desktop-nav a::after{content:"";position:absolute;right:0;left:0;bottom:-11px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:scaleX(0);transition:transform .22s ease}
.desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1)}
.header-phone{display:flex;align-items:center;gap:8px;direction:ltr;color:#fff;font-weight:800;letter-spacing:.04em;white-space:nowrap}
.header-phone span{color:var(--gold-2)}
.menu-btn{display:none;width:46px;height:46px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:14px;padding:0;place-items:center;cursor:pointer}
.menu-btn span{width:22px;height:2px;background:var(--gold-2);display:block;margin:4px auto;border-radius:9px}

.mobile-menu{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.58);opacity:0;pointer-events:none;transition:opacity .22s ease}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu-panel{position:absolute;top:0;right:0;bottom:0;width:min(360px,88vw);background:#151411;border-left:1px solid var(--line);box-shadow:-25px 0 80px rgba(0,0,0,.5);padding:26px;display:grid;align-content:start;gap:12px;transform:translateX(105%);transition:transform .24s ease}
.mobile-menu.open .mobile-menu-panel{transform:translateX(0)}
.mobile-close{justify-self:end;width:44px;height:44px;border:1px solid var(--line);background:transparent;color:#fff;border-radius:14px;font-size:32px;line-height:1;cursor:pointer}
.mobile-menu a{padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035);font-weight:900}
.mobile-menu .mobile-cta{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#21170d;text-align:center;box-shadow:0 15px 35px rgba(196,154,85,.22)}

.hero{position:relative;min-height:680px;padding:128px 0 62px;isolation:isolate;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:-2;background-image:url('../images/hero-work.jpg');background-size:cover;background-position:center center;transform:scale(1.01)}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:
  radial-gradient(circle at 50% 25%,rgba(196,154,85,.08),transparent 32%),
  linear-gradient(90deg,rgba(10,10,9,.38) 0%,rgba(10,10,9,.30) 42%,rgba(10,10,9,.75) 100%),
  linear-gradient(180deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.16) 45%,rgba(17,16,14,.98) 100%);
}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) 365px;gap:62px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold-2);font-weight:900;letter-spacing:.08em;font-size:15px}
.eyebrow::before{content:"";width:44px;height:1px;background:var(--gold)}
.hero-copy{padding-top:22px;max-width:680px}
.hero h1{margin:20px 0 12px;font-size:clamp(44px,6vw,78px);line-height:1.02;font-weight:950;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 5px 28px rgba(0,0,0,.55)}
.hero-lead{margin:0 0 28px;color:var(--gold-2);font-size:clamp(20px,2vw,26px);font-weight:800;text-shadow:0 4px 18px rgba(0,0,0,.5)}
.hero-list{list-style:none;margin:0;padding:0;display:grid;gap:14px;color:#fff;font-size:20px;font-weight:650;text-shadow:0 2px 14px rgba(0,0,0,.6)}
.hero-list li{display:flex;align-items:center;gap:13px}
.hero-list li::before{content:"✓";width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold-2);font-size:15px;box-shadow:0 0 24px rgba(196,154,85,.24)}
.lead-card{background:linear-gradient(180deg,rgba(29,28,25,.88),rgba(17,16,14,.93));border:1px solid rgba(239,208,147,.48);box-shadow:var(--shadow);padding:24px;border-radius:3px;backdrop-filter:blur(12px)}
.lead-card-header{text-align:center;margin-bottom:18px;border-bottom:1px solid rgba(239,208,147,.28);padding-bottom:15px}
.lead-card-header span{display:block;font-size:25px;font-weight:800;letter-spacing:-.02em}
.lead-card-header strong{display:block;color:var(--muted);font-size:14px;margin-top:6px;font-weight:700}
.lead-form{display:grid;gap:10px}
.lead-form label{display:grid;gap:6px}
.lead-form label span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.lead-form input,.lead-form select{width:100%;height:48px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.16);color:#fff;padding:0 15px;border-radius:0;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.lead-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold-2) 50%),linear-gradient(135deg,var(--gold-2) 50%,transparent 50%);background-position:left 18px top 21px,left 12px top 21px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;color:#fff}
.lead-form option{background:#1b1a17;color:#fff}
.lead-form input::placeholder{color:#d5cec1}
.lead-form input:focus,.lead-form select:focus{border-color:var(--gold-2);box-shadow:0 0 0 3px rgba(196,154,85,.18);background:rgba(0,0,0,.28)}
.gold-btn{border:0;min-height:56px;padding:15px 24px;background:linear-gradient(135deg,#f4d99a 0%,#c59650 45%,#9f7137 100%);color:#24170c;font-weight:950;font-size:20px;cursor:pointer;box-shadow:0 16px 34px rgba(196,154,85,.25),inset 0 1px rgba(255,255,255,.45);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;display:inline-flex;justify-content:center;align-items:center;gap:10px;text-align:center}
.gold-btn:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 22px 46px rgba(196,154,85,.32),inset 0 1px rgba(255,255,255,.52)}
.lead-phone{margin-top:15px;text-align:center;color:var(--muted);font-size:15px;direction:rtl}
.lead-phone a{direction:ltr;display:inline-block;color:#fff;margin-right:6px}

.section-light{background:var(--paper) url('../images/texture-light.svg') center/520px;padding:58px 0;color:var(--ink)}
.section-title{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:28px;color:var(--ink)}
.section-title h2{margin:0;font-size:clamp(30px,3.3vw,44px);line-height:1;font-weight:900;letter-spacing:-.025em}
.section-title span{width:min(220px,22vw);height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.section-title.dark{color:#fff}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.service-card{background:rgba(255,255,255,.72);border:1px solid rgba(34,32,29,.09);box-shadow:var(--soft-shadow);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.service-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(38,31,22,.22);border-color:rgba(196,154,85,.36)}
.service-card img{width:100%;height:124px;object-fit:cover;filter:saturate(.92) contrast(1.03)}
.service-content{padding:24px 22px 28px;text-align:center}
.service-icon{width:54px;height:54px;margin:-2px auto 12px;display:grid;place-items:center;color:var(--gold);border:1px solid rgba(196,154,85,.36);border-radius:50%;background:rgba(255,255,255,.52)}
.service-icon svg{width:28px;height:28px;fill:currentColor}
.service-card h3{margin:0 0 10px;font-size:22px;color:var(--ink);letter-spacing:-.02em}
.service-card p{margin:0;color:var(--ink-muted);line-height:1.75;font-size:15px}

.about-band{background:#151410 url('../images/texture-dark.svg') center/650px;padding:70px 0;border-block:1px solid rgba(196,154,85,.18)}
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center}
.about-copy h2,.faq-intro h2{font-size:clamp(34px,4vw,58px);line-height:1.05;margin:18px 0 18px;letter-spacing:-.04em}
.about-copy p,.faq-intro p{font-size:18px;line-height:1.9;color:var(--muted);margin:0;max-width:60ch}
.premium-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.premium-points div{border:1px solid rgba(239,208,147,.22);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));padding:24px;min-height:130px;display:grid;align-content:space-between;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.premium-points strong{color:var(--gold-2);font-size:34px;font-weight:950;line-height:1}
.premium-points span{font-size:18px;font-weight:800;color:#fff}

.projects-section{background:#11100e url('../images/texture-dark.svg') center/680px;padding:70px 0 74px;color:#fff}
.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.project-card{position:relative;overflow:hidden;border:1px solid rgba(239,208,147,.35);background:#0e0d0c;min-height:264px;box-shadow:0 28px 60px rgba(0,0,0,.25);transition:transform .22s ease,border-color .22s ease}
.project-card:hover{transform:translateY(-4px);border-color:rgba(239,208,147,.72)}
.project-card img{width:100%;height:224px;object-fit:cover;opacity:.86;transition:transform .28s ease,opacity .28s ease}
.project-card:hover img{transform:scale(1.035);opacity:.98}
.project-card::after{content:"";position:absolute;inset:auto 0 0 0;height:96px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.84))}
.project-card h3{position:absolute;right:18px;left:18px;bottom:14px;z-index:3;margin:0;text-align:center;font-size:21px;font-weight:800;letter-spacing:-.015em}
.project-ribbons{position:absolute;inset:13px 13px auto 13px;z-index:3;display:flex;justify-content:space-between}
.project-ribbons b{background:rgba(15,14,12,.86);border:1px solid rgba(239,208,147,.32);padding:6px 11px;color:#fff;font-size:14px;font-weight:800}
.project-ribbons b:last-child{background:rgba(141,102,51,.9)}
.project-slider{position:absolute;top:0;bottom:40px;right:50%;z-index:2;width:1px;background:rgba(255,255,255,.58)}
.project-slider span{position:absolute;top:48%;right:50%;transform:translate(50%,-50%);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.52);backdrop-filter:blur(10px);font-weight:900;letter-spacing:-.15em;color:#fff}
.center{display:flex;justify-content:center;margin-top:30px}
.outline-gold{border:1px solid var(--gold);color:var(--gold-2);padding:14px 42px;font-weight:900;letter-spacing:.04em;background:rgba(0,0,0,.12);transition:background .18s ease,color .18s ease,transform .18s ease}
.outline-gold:hover{background:var(--gold);color:#17120d;transform:translateY(-2px)}

.reviews-section{padding-top:58px;padding-bottom:68px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{background:rgba(255,255,255,.76);border:1px solid rgba(34,32,29,.08);box-shadow:var(--soft-shadow);padding:28px;color:var(--ink);min-height:250px;display:flex;flex-direction:column}
.stars{direction:ltr;color:var(--gold);letter-spacing:4px;font-size:18px;margin-bottom:18px}
.review-card p{margin:0;color:#423b34;line-height:1.8;font-size:16px;flex:1}
.review-person{display:flex;align-items:center;gap:12px;margin-top:24px}
.review-person>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#21170d;font-weight:950;font-size:20px;box-shadow:0 10px 22px rgba(196,154,85,.24)}
.review-person strong{display:block;color:#1f1c18;font-size:16px}.review-person small{display:block;color:var(--ink-muted);margin-top:3px}

.faq-section{background:#171613 url('../images/texture-dark.svg') center/650px;padding:72px 0;border-block:1px solid rgba(196,154,85,.16)}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}
.faq-list{display:grid;gap:12px}
details{border:1px solid rgba(239,208,147,.2);background:rgba(255,255,255,.045);box-shadow:0 16px 36px rgba(0,0,0,.16)}
summary{cursor:pointer;list-style:none;padding:20px 22px;font-size:18px;font-weight:900;color:#fff;display:flex;justify-content:space-between;gap:16px}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--gold-2);font-size:26px;line-height:1;transition:transform .18s ease}
details[open] summary::after{transform:rotate(45deg)}
details p{margin:0;padding:0 22px 20px;color:var(--muted);line-height:1.8}

.final-cta{background:var(--paper) url('../images/texture-light.svg') center/520px;padding:64px 0;color:var(--ink)}
.final-card{background:linear-gradient(135deg,#1a1815,#2c2924);color:#fff;border:1px solid rgba(196,154,85,.34);box-shadow:var(--shadow);padding:44px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}
.final-card::before{content:"";position:absolute;inset:-40% auto -40% -12%;width:420px;background:radial-gradient(circle,rgba(196,154,85,.22),transparent 65%);pointer-events:none}
.final-card h2{margin:0;font-size:clamp(30px,3vw,44px);letter-spacing:-.04em}.final-card p{margin:8px 0 0;color:var(--muted);line-height:1.7;font-size:17px}.final-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.link-btn{font-size:18px;min-height:auto}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 22px;border:1px solid rgba(255,255,255,.22);color:#fff;font-weight:900;transition:border-color .18s ease,transform .18s ease}.ghost-btn:hover{border-color:var(--gold-2);transform:translateY(-2px)}

.site-footer{background:#0d0c0b;color:#d7d0c4;border-top:1px solid rgba(196,154,85,.18);padding:34px 0 16px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.footer-grid div{display:grid;gap:5px}.footer-grid strong{color:#fff}.footer-grid span,.footer-grid a{color:#b7ad9e;font-size:14px}.footer-bottom{text-align:center;color:#857c6f;font-size:13px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}
.mobile-contact-bar{display:none;position:fixed;right:12px;left:12px;bottom:12px;z-index:900;gap:10px}.mobile-contact-bar a{flex:1;text-align:center;border-radius:16px;padding:13px 16px;background:rgba(20,19,17,.92);border:1px solid rgba(239,208,147,.28);box-shadow:0 12px 34px rgba(0,0,0,.34);font-weight:950}.mobile-contact-bar a:first-child{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#21170d}

.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .58s ease,transform .58s ease}.js .reveal.visible{opacity:1;transform:translateY(0)}

@media (max-width:1050px){
  .desktop-nav{gap:18px;font-size:14px}.brand{padding:4px 10px 5px 13px}.brand-mark{width:78px;height:56px}.brand-mark img{width:82px;height:62px}.brand-text strong{font-size:34px}.hero-grid{grid-template-columns:1fr;gap:36px}.lead-card{max-width:480px}.services-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .desktop-nav,.header-phone{display:none}.menu-btn{display:block}.site-header{padding:10px 0}.brand{gap:9px;padding:4px 9px 5px 11px;border-radius:19px}.brand-mark{width:66px;height:48px;margin-inline-start:-3px}.brand-mark::before{inset:7px 1px 5px 3px;border-radius:16px}.brand-mark img{width:70px;height:53px;object-fit:contain}.brand-text strong{font-size:30px}.brand-text span{font-size:12px}.hero{min-height:auto;padding:104px 0 46px}.hero-bg{background-image:url('../images/hero-work-mobile.jpg');background-position:center}.hero::before{background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.25) 40%,rgba(17,16,14,.98)),linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.25))}.hero h1{font-size:42px}.hero-list{font-size:18px}.lead-card{padding:20px}.section-light,.projects-section,.about-band,.faq-section,.final-cta{padding-block:48px}.about-grid,.faq-grid{grid-template-columns:1fr;gap:30px}.projects-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.final-card{display:grid;padding:30px}.mobile-contact-bar{display:flex}body{padding-bottom:66px}
}
@media (max-width:560px){
  .container{width:min(100% - 26px,var(--container))}.services-grid,.reviews-grid,.premium-points{grid-template-columns:1fr}.section-title{gap:10px}.section-title span{width:50px}.hero h1{font-size:36px}.hero-lead{font-size:19px}.lead-card-header span{font-size:22px}.gold-btn{font-size:18px}.review-card{min-height:auto}.footer-grid{grid-template-columns:1fr}.project-card img{height:210px}.project-slider{bottom:48px}.service-card img{height:140px}
}
@media (max-width:420px){.brand-text strong{font-size:26px}.brand-text span{font-size:10.5px}.brand-mark{width:58px;height:42px}.brand-mark img{width:62px;height:47px}.brand{gap:7px;padding-inline:8px}.header-inner{gap:10px}}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.js .reveal{opacity:1!important;transform:none!important}
}

/* Before / after portfolio update */
.section-lead{max-width:720px;margin:-10px auto 30px;text-align:center;font-size:18px;line-height:1.8;color:var(--ink-muted)}
.section-lead.dark{color:#cfc5b6}
.projects-grid{align-items:start}
.project-card{display:block;text-decoration:none;color:#fff;min-height:0;border-radius:0;isolation:isolate}
.project-card img{display:block;width:100%;height:auto!important;aspect-ratio:4/3;object-fit:cover;background:#0b0a09}
.project-card::after{height:52%;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.42) 36%,rgba(0,0,0,.9))}
.project-badge{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid rgba(239,208,147,.35);background:rgba(15,14,12,.84);color:var(--gold-2);font-weight:950;font-size:14px;letter-spacing:.02em;backdrop-filter:blur(8px)}
.project-caption{position:absolute;right:0;left:0;bottom:0;z-index:3;padding:58px 22px 18px;text-align:right;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.58))}
.project-caption h3,.project-card .project-caption h3{position:static;right:auto;left:auto;bottom:auto;margin:0 0 6px;text-align:right;font-size:22px;font-weight:950;letter-spacing:-.02em;color:#fff}
.project-caption p{margin:0;color:#d8d0c3;line-height:1.65;font-size:15px;max-width:52ch}
.project-card:focus-visible{outline:3px solid var(--gold-2);outline-offset:5px}
.project-lightbox{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(0,0,0,.86);backdrop-filter:blur(8px)}
.project-lightbox.open{display:flex}
.project-lightbox img{max-width:min(1180px,94vw);max-height:88vh;width:auto;height:auto;box-shadow:0 28px 80px rgba(0,0,0,.55);border:1px solid rgba(239,208,147,.32);background:#111}
.project-lightbox button{position:absolute;top:18px;left:18px;width:46px;height:46px;border:1px solid rgba(239,208,147,.34);background:rgba(15,14,12,.78);color:#fff;font-size:32px;line-height:1;cursor:pointer}
.project-lightbox button:hover{border-color:var(--gold-2);color:var(--gold-2)}

@media (max-width:820px){
  .section-lead{font-size:16px;margin-top:-6px;margin-bottom:24px}
  .project-caption{padding:54px 18px 16px}.project-caption h3,.project-card .project-caption h3{font-size:20px}.project-caption p{font-size:14px}
}
@media (max-width:560px){
  .project-card img{height:auto!important}
  .project-badge{font-size:13px;padding:6px 10px;top:10px;right:10px}
  .project-caption{padding:44px 14px 13px}.project-caption p{display:none}.project-caption h3,.project-card .project-caption h3{font-size:18px}
}
body.lightbox-open{overflow:hidden}

/* Reviews update */
.reviews-section{position:relative;padding-top:70px;padding-bottom:78px;overflow:hidden}
.reviews-section::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 12%,rgba(196,154,85,.14),transparent 30%),radial-gradient(circle at 85% 78%,rgba(196,154,85,.10),transparent 28%)}
.reviews-section>.container{position:relative;z-index:1}
.reviews-top{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 auto 30px;max-width:820px}
.reviews-top div{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.62));border:1px solid rgba(196,154,85,.22);box-shadow:0 16px 36px rgba(38,31,22,.10);padding:18px 20px;text-align:center}
.reviews-top strong{display:block;color:#1d1915;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.03em}
.reviews-top span{display:block;margin-top:7px;color:var(--ink-muted);font-weight:850;font-size:14px}
.reviews-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}
.review-card{position:relative;min-height:285px;border:1px solid rgba(196,154,85,.22);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.72));box-shadow:0 18px 48px rgba(38,31,22,.14);padding:26px 26px 24px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.review-card::before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--gold-3),var(--gold-2),var(--gold-3));opacity:.9}
.review-card::after{content:"";position:absolute;left:-36px;bottom:-42px;width:130px;height:130px;border-radius:50%;background:rgba(196,154,85,.09);pointer-events:none}
.review-card:hover{transform:translateY(-4px);box-shadow:0 26px 62px rgba(38,31,22,.18);border-color:rgba(196,154,85,.36)}
.review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}
.review-head .stars{margin:0;font-size:17px;letter-spacing:3px;color:var(--gold)}
.quote-mark{font-size:54px;line-height:.55;color:rgba(196,154,85,.26);font-family:Georgia,serif;font-weight:900}
.review-card p{position:relative;z-index:1;margin:0;color:#3d362f;line-height:1.85;font-size:16px;flex:1;font-weight:650}
.review-year{position:relative;z-index:1;display:inline-flex;align-items:center;align-self:flex-start;margin-top:18px;padding:7px 13px;border-radius:999px;background:rgba(196,154,85,.12);border:1px solid rgba(196,154,85,.26);color:#6f5428;font-size:13px;font-weight:900;line-height:1.2}
.review-person{position:relative;z-index:1;margin-top:24px;padding-top:18px;border-top:1px solid rgba(34,32,29,.08)}
.review-person>span{flex:0 0 50px;width:50px;height:50px;background:linear-gradient(135deg,#f5dca4,var(--gold));box-shadow:0 12px 26px rgba(196,154,85,.26)}
.review-person strong{font-size:17px;font-weight:950}.review-person small{font-weight:750;color:#74695e}
.js .review-card.is-extra{display:none}
.review-card.review-visible{display:flex!important}
.reviews-more{display:none;justify-content:center;margin-top:34px}
.js .reviews-more{display:flex}
.reviews-more-btn{appearance:none;cursor:pointer;font-size:17px;min-width:210px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.08))}
.reviews-more-btn:focus-visible{outline:3px solid var(--gold-2);outline-offset:4px}
@media (max-width:1050px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.reviews-top{grid-template-columns:1fr 1fr 1fr;gap:9px}.reviews-top div{padding:14px 10px}.reviews-top strong{font-size:24px}.reviews-top span{font-size:12px}}
@media (max-width:560px){.reviews-top{grid-template-columns:1fr}.review-card{min-height:auto;padding:23px 22px 22px}.review-head .stars{font-size:15px;letter-spacing:2px}.quote-mark{font-size:44px}.reviews-more-btn{width:100%}}

/* ======================
   About page
   ====================== */
.about-hero {
  position: relative;
  padding: 8.5rem 0 5.5rem;
  background:
    radial-gradient(circle at top left, rgba(199, 156, 84, 0.16), transparent 36%),
    linear-gradient(180deg, #171512 0%, #11100e 100%);
  color: #f5f1e8;
  overflow: hidden;
}
.about-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px auto;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 156, 84, 0.14), rgba(199, 156, 84, 0) 70%);
  pointer-events: none;
}
.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2.5rem;
  align-items: center;
}
.about-hero-copy h1 span {
  color: var(--gold, #c79c54);
}
.about-hero-copy p {
  max-width: 66ch;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}
.about-hero-media {
  position: relative;
}
.about-main-photo {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.25);
}
.about-main-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}
.about-main-photo figcaption {
  margin-top: 0.9rem;
  color: rgba(245, 241, 232, 0.82);
  font-size: 0.95rem;
}
.about-floating-card {
  position: absolute;
  left: -1.25rem;
  bottom: 1.5rem;
  max-width: 240px;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: #f7f2e8;
  color: #1a1815;
  box-shadow: 0 18px 35px rgba(0,0,0,0.25);
}
.about-floating-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold, #c79c54);
  font-size: 1.1rem;
}
.about-floating-card span {
  display: block;
  line-height: 1.6;
  font-size: 0.95rem;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-stat-card {
  padding: 1.5rem 1.25rem;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
}
.about-stat-card strong {
  display: block;
  color: var(--gold, #c79c54);
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  margin-bottom: 0.4rem;
}
.about-stat-card span {
  color: #5f5a52;
  line-height: 1.65;
}
.about-story {
  padding: 5rem 0;
}
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 2rem;
  align-items: start;
}
.about-story-copy p + p {
  margin-top: 1rem;
}
.about-side-photos {
  display: grid;
  gap: 1rem;
}
.about-side-photos figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
}
.about-side-photos img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.about-side-photos figure:not(.about-small-figure) img {
  aspect-ratio: 4 / 5;
}
.about-small-figure {
  max-width: 280px;
}
.about-small-figure img {
  aspect-ratio: 1 / 1;
}
.about-side-photos figcaption {
  padding: 0.95rem 1rem 1.1rem;
  color: #5f5a52;
  line-height: 1.6;
  font-size: 0.95rem;
}
.timeline-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.timeline-card,
.value-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
}
.timeline-year,
.value-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 40px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(199, 156, 84, 0.12);
  color: var(--gold, #c79c54);
  font-weight: 700;
}
.timeline-card h3,
.value-card h3 {
  margin: 1rem 0 0.7rem;
}
.timeline-card p,
.value-card p {
  color: #5f5a52;
  line-height: 1.75;
}
.about-values {
  padding: 5rem 0;
  background: #151311;
  color: #f5f1e8;
}
.about-values .value-card {
  background: rgba(255,255,255,0.05);
  color: #f5f1e8;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.08);
}
.about-values .value-card p {
  color: rgba(245,241,232,0.78);
}
.company-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}
.company-note,
.company-quote {
  padding: 1.75rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
}
.company-note p + p {
  margin-top: 1rem;
}
.company-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, #f7f2e8 0%, #f2ebdf 100%);
}
.company-quote blockquote {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #1a1815;
}
.company-quote cite {
  margin-top: 1rem;
  color: #6a655d;
  font-style: normal;
}

@media (max-width: 1100px) {
  .about-hero-grid,
  .about-story-grid,
  .company-note-grid {
    grid-template-columns: 1fr;
  }
  .about-side-photos {
    grid-template-columns: 1fr 280px;
    align-items: start;
  }
  .about-floating-card {
    left: 1rem;
  }
  .about-stats-grid,
  .timeline-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 7.2rem 0 4.4rem;
  }
  .about-hero-grid,
  .about-story-grid,
  .company-note-grid,
  .about-stats-grid,
  .timeline-grid,
  .values-grid,
  .about-side-photos {
    grid-template-columns: 1fr;
  }
  .about-main-photo {
    padding: 0.75rem;
    border-radius: 22px;
  }
  .about-main-photo img {
    border-radius: 18px;
  }
  .about-floating-card {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }
  .about-stat-card,
  .timeline-card,
  .value-card,
  .company-note,
  .company-quote {
    border-radius: 20px;
  }
  .about-small-figure {
    max-width: none;
  }
}

/* ======================
   About page - refined professional layout
   ====================== */
.about-pro-hero {
  position: relative;
  padding: 8.5rem 0 5.5rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(199, 156, 84, 0.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(199, 156, 84, 0.10), transparent 28%),
    linear-gradient(180deg, #151311 0%, #0f0e0d 100%);
  color: #f5f1e8;
  overflow: hidden;
}
.about-pro-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), transparent 24%, transparent 76%, rgba(255,255,255,0.02));
  pointer-events: none;
}
.about-pro-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 2.4rem;
  align-items: center;
}
.about-pro-copy h1 {
  margin-bottom: 1rem;
}
.about-pro-copy h1 span {
  color: var(--gold, #c79c54);
}
.about-pro-copy p {
  max-width: 66ch;
}
.about-pro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}
.about-pro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}
.about-pro-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(245,241,232,0.92);
  font-size: 0.95rem;
}
.about-pro-visual {
  position: relative;
}
.about-pro-main-card {
  margin: 0;
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 30px 60px rgba(0,0,0,0.28);
}
.about-pro-main-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}
.about-pro-main-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.95rem;
  color: rgba(245,241,232,0.86);
}
.about-pro-main-card figcaption strong {
  color: #fff;
  font-size: 1.02rem;
}
.about-pro-badge {
  position: absolute;
  left: -1rem;
  bottom: 1.2rem;
  max-width: 220px;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: #f8f4eb;
  color: #1a1815;
  box-shadow: 0 18px 36px rgba(0,0,0,0.22);
}
.about-pro-badge strong {
  display: block;
  color: var(--gold, #c79c54);
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.about-pro-badge span {
  display: block;
  line-height: 1.55;
  color: #47423b;
}
.about-pro-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.about-pro-stat,
.about-pro-info-card,
.about-pro-gallery-card,
.about-pro-timeline-card,
.about-pro-value-card,
.about-pro-memory {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
}
.about-pro-stat {
  padding: 1.5rem 1.2rem;
  text-align: center;
}
.about-pro-stat strong {
  display: block;
  color: var(--gold, #c79c54);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  margin-bottom: 0.4rem;
}
.about-pro-stat span {
  color: #5f5a52;
  line-height: 1.6;
}
.about-pro-intro {
  padding: 5rem 0;
}
.about-pro-intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}
.about-pro-info-card {
  padding: 1.7rem;
}
.about-pro-info-card p + p {
  margin-top: 1rem;
}
.about-pro-gallery {
  padding: 5rem 0;
}
.about-pro-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.about-pro-gallery-card {
  overflow: hidden;
}
.about-pro-gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}
.about-pro-gallery-card figcaption {
  padding: 1.1rem 1.15rem 1.2rem;
}
.about-pro-gallery-card figcaption strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #171411;
}
.about-pro-gallery-card figcaption span {
  display: block;
  color: #5f5a52;
  line-height: 1.65;
}
.about-pro-memory {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
}
.about-pro-memory img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 4px solid #f3ece0;
}
.about-pro-memory strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #171411;
}
.about-pro-memory p {
  margin: 0;
  color: #5f5a52;
  line-height: 1.7;
}
.about-pro-timeline {
  padding: 5rem 0;
  background: #151311;
  color: #f5f1e8;
}
.about-pro-timeline-grid,
.about-pro-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.about-pro-timeline-card {
  padding: 1.5rem;
  background: rgba(255,255,255,0.05);
  color: #f5f1e8;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}
.about-pro-timeline-card .year,
.about-pro-value-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 40px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(199, 156, 84, 0.12);
  color: var(--gold, #c79c54);
  font-weight: 700;
}
.about-pro-timeline-card h3,
.about-pro-value-card h3 {
  margin: 1rem 0 0.7rem;
}
.about-pro-timeline-card p {
  color: rgba(245,241,232,0.8);
  line-height: 1.75;
}
.about-pro-values {
  padding: 5rem 0;
}
.about-pro-value-card {
  padding: 1.5rem;
}
.about-pro-value-card p {
  color: #5f5a52;
  line-height: 1.75;
}

@media (max-width: 1120px) {
  .about-pro-hero-grid,
  .about-pro-intro-grid {
    grid-template-columns: 1fr;
  }
  .about-pro-badge {
    left: 1rem;
  }
  .about-pro-stats-grid,
  .about-pro-timeline-grid,
  .about-pro-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-pro-hero {
    padding: 7.2rem 0 4.4rem;
  }
  .about-pro-actions,
  .about-pro-tags {
    flex-direction: column;
    align-items: stretch;
  }
  .about-pro-stats-grid,
  .about-pro-gallery-grid,
  .about-pro-timeline-grid,
  .about-pro-values-grid,
  .about-pro-intro-grid {
    grid-template-columns: 1fr;
  }
  .about-pro-main-card {
    padding: 0.75rem;
    border-radius: 22px;
  }
  .about-pro-main-card img {
    border-radius: 18px;
  }
  .about-pro-badge {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
  .about-pro-memory {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-pro-memory img {
    margin: 0 auto;
  }
}

/* ======================
   About page - non-stretched photo refinement
   ====================== */
.about-pro-hero-grid {
  align-items: start;
}
.about-pro-visual {
  display: flex;
  justify-content: center;
}
.about-pro-main-card {
  width: min(100%, 520px);
}
.about-pro-main-card img {
  aspect-ratio: 1 / 1;
  object-position: center 24%;
}
.about-pro-badge {
  bottom: -0.5rem;
}
.about-pro-gallery-grid {
  align-items: start;
}
.about-pro-gallery-card img {
  aspect-ratio: 1 / 1;
  object-position: center 22%;
}
@media (max-width: 760px) {
  .about-pro-main-card {
    width: 100%;
  }
}


/* ======================
   Services page - premium redesign
   ====================== */
body.services-redesign {
  background: #f8f4ec;
  color: #171411;
}

body.services-redesign .site-header {
  z-index: 50;
}

body.services-redesign .sr-hero {
  position: relative;
  overflow: hidden;
  padding: 8.8rem 0 5.2rem;
  background:
    radial-gradient(circle at 15% 5%, rgba(199, 156, 84, 0.18), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(199, 156, 84, 0.10), transparent 30%),
    linear-gradient(180deg, #151311 0%, #0e0d0c 100%);
  color: #f5f1e8;
}

body.services-redesign .sr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.02), transparent 24%, transparent 76%, rgba(255,255,255,0.02));
  pointer-events: none;
}

body.services-redesign .sr-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 2.4rem;
  align-items: center;
}

body.services-redesign .sr-hero-copy h1 {
  max-width: 820px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.services-redesign .sr-hero-copy .hero-lead {
  color: #d7b778;
  font-weight: 800;
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
}

body.services-redesign .sr-hero-copy p:not(.hero-lead) {
  max-width: 64ch;
  color: rgba(245, 241, 232, 0.86);
  line-height: 1.85;
}

body.services-redesign .sr-hero-actions,
body.services-redesign .sr-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.55rem;
}

body.services-redesign .sr-hero-media {
  position: relative;
  min-height: 420px;
}

body.services-redesign .sr-hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 70px rgba(0,0,0,0.28);
}

body.services-redesign .sr-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

body.services-redesign .sr-hero-photo figcaption,
body.services-redesign .sr-detail-media span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.76);
  color: #f8f4ec;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

body.services-redesign .sr-hero-mini {
  position: absolute;
  left: -1rem;
  bottom: -2rem;
  width: min(38%, 220px);
  overflow: hidden;
  border-radius: 22px;
  border: 6px solid #151311;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

body.services-redesign .sr-hero-mini img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

body.services-redesign .sr-nav-section {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

body.services-redesign .sr-service-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}

body.services-redesign .sr-service-nav-card {
  position: relative;
  min-height: 190px;
  padding: 1.35rem;
  border-radius: 24px;
  background: #fff;
  color: #171411;
  text-decoration: none;
  border: 1px solid rgba(199, 156, 84, 0.14);
  box-shadow: 0 18px 36px rgba(17, 16, 14, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.services-redesign .sr-service-nav-card:hover {
  transform: translateY(-4px);
  border-color: rgba(199, 156, 84, 0.42);
  box-shadow: 0 24px 44px rgba(17, 16, 14, 0.12);
}

body.services-redesign .sr-service-num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: rgba(199, 156, 84, 0.5);
  font-weight: 900;
  font-size: 1.2rem;
}

body.services-redesign .sr-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(199, 156, 84, 0.12);
  color: #b98535;
}

body.services-redesign .sr-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

body.services-redesign .sr-service-nav-card strong {
  display: block;
  margin-top: 1rem;
  font-size: 1.12rem;
  color: #171411;
}

body.services-redesign .sr-service-nav-card small {
  display: block;
  margin-top: 0.55rem;
  color: #625b52;
  line-height: 1.6;
}

body.services-redesign .sr-details {
  padding: 5rem 0;
  background: #f8f4ec;
}

body.services-redesign .sr-details-list {
  display: grid;
  gap: 1.45rem;
}

body.services-redesign .sr-detail-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(199, 156, 84, 0.16);
  box-shadow: 0 24px 54px rgba(17, 16, 14, 0.10);
  scroll-margin-top: 110px;
}

body.services-redesign .sr-detail-card:nth-child(even) .sr-detail-media {
  order: 2;
}

body.services-redesign .sr-detail-media {
  position: relative;
  min-height: 390px;
  background: #151311;
}

body.services-redesign .sr-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

body.services-redesign .sr-detail-copy {
  padding: clamp(1.45rem, 3vw, 2.55rem);
  color: #171411;
}

body.services-redesign .sr-detail-copy .eyebrow {
  color: #b98535;
}

body.services-redesign .sr-detail-copy h2 {
  margin: 0.55rem 0 0.45rem;
  color: #171411;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.15;
}

body.services-redesign .sr-detail-subtitle {
  color: #b98535;
  font-weight: 800;
  margin-bottom: 0.95rem;
}

body.services-redesign .sr-detail-copy p {
  color: #5b554c;
  line-height: 1.75;
}

body.services-redesign .sr-detail-copy h3 {
  margin: 1.1rem 0 0.65rem;
  color: #171411;
  font-size: 1.08rem;
}

body.services-redesign .sr-detail-copy ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.services-redesign .sr-detail-copy li {
  position: relative;
  padding-right: 1.35rem;
  color: #4f493f;
  line-height: 1.6;
}

body.services-redesign .sr-detail-copy li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  color: #b98535;
  font-weight: 900;
}

body.services-redesign .sr-result {
  display: block;
  margin-top: 1.05rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #f8f1e4;
  color: #171411;
  line-height: 1.65;
}

body.services-redesign .sr-detail-actions .ghost-btn {
  color: #171411;
  border-color: rgba(23, 20, 17, 0.24);
}

body.services-redesign .sr-process {
  padding: 5rem 0;
  background: #151311;
  color: #f5f1e8;
}

body.services-redesign .sr-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.services-redesign .sr-process-card {
  min-height: 210px;
  padding: 1.45rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

body.services-redesign .sr-process-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 40px;
  border-radius: 999px;
  background: rgba(199, 156, 84, 0.12);
  color: #d7b778;
  margin-bottom: 1rem;
}

body.services-redesign .sr-process-card h3 {
  color: #fff;
  margin: 0 0 0.65rem;
}

body.services-redesign .sr-process-card p {
  color: rgba(245,241,232,0.78);
  line-height: 1.7;
}

body.services-redesign .sr-faq {
  background: #f8f4ec;
}

body.services-redesign .sr-faq .faq-intro h2 {
  color: #171411;
}

body.services-redesign .sr-faq .faq-intro p,
body.services-redesign .sr-faq details p {
  color: #5b554c;
}

body.services-redesign .sr-faq details {
  background: #fff;
  color: #171411;
  border-color: rgba(199, 156, 84, 0.16);
}

@media (max-width: 1120px) {
  body.services-redesign .sr-hero-grid,
  body.services-redesign .sr-detail-card {
    grid-template-columns: 1fr;
  }

  body.services-redesign .sr-detail-card:nth-child(even) .sr-detail-media {
    order: 0;
  }

  body.services-redesign .sr-service-nav,
  body.services-redesign .sr-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.services-redesign .sr-hero-mini {
    left: 1rem;
  }
}

@media (max-width: 760px) {
  body.services-redesign .sr-hero {
    padding: 7.2rem 0 4.2rem;
  }

  body.services-redesign .sr-hero-media {
    min-height: auto;
  }

  body.services-redesign .sr-hero-mini {
    display: none;
  }

  body.services-redesign .sr-service-nav,
  body.services-redesign .sr-process-grid {
    grid-template-columns: 1fr;
  }

  body.services-redesign .sr-detail-media,
  body.services-redesign .sr-detail-media img {
    min-height: auto;
  }

  body.services-redesign .sr-detail-media img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  body.services-redesign .sr-hero-actions,
  body.services-redesign .sr-detail-actions {
    flex-direction: column;
  }
}

/* ======================
   Services page - photo proportion refinement
   ====================== */
body.services-redesign .sr-hero-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  min-height: auto;
  align-content: start;
}

body.services-redesign .sr-hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 54px rgba(0,0,0,0.24);
}

body.services-redesign .sr-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center center;
}

body.services-redesign .sr-hero-photo-main img {
  aspect-ratio: 4 / 3;
}

body.services-redesign .sr-hero-photo-alt {
  max-width: 78%;
  justify-self: start;
}

body.services-redesign .sr-hero-photo-alt img {
  aspect-ratio: 4 / 3;
}

body.services-redesign .sr-hero-photo figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.78);
  color: #f8f4ec;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

body.services-redesign .sr-hero-mini {
  display: none !important;
}

body.services-redesign .sr-detail-media {
  min-height: 0;
}

body.services-redesign .sr-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1120px) {
  body.services-redesign .sr-hero-photo-alt {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  body.services-redesign .sr-hero-media {
    gap: 0.85rem;
  }

  body.services-redesign .sr-hero-photo-alt {
    max-width: 100%;
  }

  body.services-redesign .sr-hero-photo img,
  body.services-redesign .sr-detail-media img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

/* ======================
   Services page - one background photo hero
   ====================== */
body.services-redesign .sr-hero-grid {
  align-items: center;
}

body.services-redesign .sr-hero-media {
  display: block;
  min-height: auto;
}

body.services-redesign .sr-hero-photo-bg {
  width: min(100%, 560px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 26px 60px rgba(0,0,0,0.26);
}

body.services-redesign .sr-hero-bg {
  width: 100%;
  height: clamp(360px, 42vw, 540px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.services-redesign .sr-hero-photo-bg figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 16, 14, 0.78);
  color: #f8f4ec;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

body.services-redesign .sr-hero-photo,
body.services-redesign .sr-hero-photo-main,
body.services-redesign .sr-hero-photo-alt,
body.services-redesign .sr-hero-mini {
  display: none;
}

body.services-redesign .sr-hero-photo-bg {
  display: block;
  position: relative;
}

@media (max-width: 1120px) {
  body.services-redesign .sr-hero-photo-bg {
    width: 100%;
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  body.services-redesign .sr-hero-photo-bg {
    border-radius: 24px;
  }

  body.services-redesign .sr-hero-bg {
    height: 320px;
  }
}


/* ======================
   Services page - FAQ contrast fix
   ====================== */
body.services-redesign .sr-faq,
body.services-redesign .sr-faq .faq-grid,
body.services-redesign .sr-faq .faq-list {
  color: #171411;
}

body.services-redesign .sr-faq details {
  background: #ffffff;
  color: #171411;
  border: 1px solid rgba(199, 156, 84, 0.18);
  box-shadow: 0 14px 30px rgba(17, 16, 14, 0.07);
}

body.services-redesign .sr-faq details summary {
  color: #171411 !important;
  font-weight: 800;
}

body.services-redesign .sr-faq details summary::marker {
  color: #c79c54;
}

body.services-redesign .sr-faq details summary::-webkit-details-marker {
  color: #c79c54;
}

body.services-redesign .sr-faq details p {
  color: #5b554c !important;
}

body.services-redesign .sr-faq .faq-intro h2 {
  color: #171411 !important;
}

body.services-redesign .sr-faq .faq-intro p {
  color: #5b554c !important;
}
