:root{
  --ink:#171513;
  --charcoal:#201c19;
  --charcoal-2:#312a25;
  --paper:#f4eee8;
  --paper-2:#fffaf5;
  --muted:#756b63;
  --line:rgba(32,28,25,.14);
  --gold:#c69a6b;
  --gold-2:#efcfaa;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;overflow-x:hidden}
body.has-bg{background:var(--charcoal)}
body.has-bg:before{content:"";position:fixed;inset:0;background-image:linear-gradient(90deg,rgba(18,15,13,.72),rgba(18,15,13,.38) 26%,rgba(244,238,232,.70) 49%,rgba(18,15,13,.38) 74%,rgba(18,15,13,.72)),var(--site-bg);background-size:auto,clamp(520px,45vw,900px) auto;background-position:center top,center top;background-repeat:no-repeat,repeat;z-index:-3;filter:saturate(.9) contrast(.96)}
body.has-bg:after{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 8%,rgba(255,250,245,.72),rgba(255,250,245,.28) 24%,rgba(24,20,17,.44) 82%);z-index:-2;pointer-events:none}.wrap{width:min(1180px,92vw);margin:auto}.site-header{position:sticky;top:0;z-index:20;padding:18px 0 0}.nav-shell{width:min(1180px,92vw);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid rgba(255,255,255,.38);background:rgba(255,250,245,.86);box-shadow:0 24px 70px rgba(0,0,0,.16);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;text-decoration:none;min-width:0}.brand img{display:block;height:var(--header-logo-size,120px);width:auto;max-width:min(330px,38vw);object-fit:contain;background:var(--white);border:1px solid rgba(32,28,25,.11);padding:6px 10px;box-shadow:0 12px 30px rgba(0,0,0,.10)}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a,.nav-call{color:var(--ink);text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:12px 14px}.main-nav a:hover{background:rgba(32,28,25,.06)}.nav-call{background:var(--ink);color:#fff;border:1px solid var(--ink)}.nav-call:hover{background:var(--gold);border-color:var(--gold);color:#201c19}.hero{position:relative;margin-top:-92px;padding:180px 0 82px;min-height:94vh;color:#fff;background:linear-gradient(135deg,rgba(20,17,15,.94),rgba(54,44,36,.84) 52%,rgba(173,123,79,.62));overflow:hidden}.hero:before{content:"";position:absolute;inset:32px;border:1px solid rgba(239,207,170,.28);pointer-events:none}.hero:after{content:"";position:absolute;right:-14vw;top:5vh;width:54vw;height:54vw;border:1px solid rgba(239,207,170,.22);transform:rotate(12deg);pointer-events:none}.hero-noise{position:absolute;inset:0;background:radial-gradient(circle at 15% 25%,rgba(198,154,107,.24),transparent 30%),radial-gradient(circle at 86% 16%,rgba(255,255,255,.16),transparent 24%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);align-items:center;gap:58px}.eyebrow,.kicker{margin:0 0 16px;font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2)}.hero h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(58px,8.4vw,128px);line-height:.88;letter-spacing:-.07em;max-width:860px}.intro{font-size:clamp(19px,2vw,25px);max-width:720px;color:rgba(255,255,255,.86);margin:28px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;border-radius:0;padding:15px 24px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:13px;cursor:pointer}.btn-primary,.btn-submit{background:var(--gold-2);color:#201c19}.btn-secondary{border:1px solid rgba(255,255,255,.46);color:#fff;background:rgba(255,255,255,.06)}.quick-details{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px;color:rgba(255,255,255,.78);font-size:13px}.quick-details span{border:1px solid rgba(255,255,255,.20);padding:9px 11px;background:rgba(255,255,255,.06)}.hero-visual{position:relative;background:rgba(255,250,245,.95);color:var(--ink);padding:22px;box-shadow:0 42px 110px rgba(0,0,0,.36);transform:rotate(1.2deg)}.hero-visual:before{content:"";position:absolute;inset:-16px;border:1px solid rgba(239,207,170,.45);z-index:-1}.hero-visual img{display:block;width:100%;height:min(62vh,620px);object-fit:cover;filter:saturate(.92) contrast(1.02)}.frame-graphic{display:grid;place-items:center;aspect-ratio:4/5;background:linear-gradient(135deg,#f7efe8,#fff)}.frame-outer{width:82%;height:78%;border:28px solid #34261c;box-shadow:inset 0 0 0 10px #c69a6b,0 18px 50px rgba(0,0,0,.16);display:grid;place-items:center}.frame-inner{width:78%;height:72%;border:1px solid rgba(32,28,25,.24);display:grid;place-items:center;text-align:center}.frame-inner span{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,4vw,68px);line-height:.95;letter-spacing:-.06em}.visual-caption{display:grid;gap:4px;padding:15px 2px 0}.visual-caption strong{font-size:15px}.visual-caption span{color:var(--muted);font-size:14px}.section{padding:92px 0}.section-light{background:rgba(255,250,245,.94)}.overlap-card{position:relative;z-index:3;margin-top:-34px;width:min(1220px,94vw);margin-left:auto;margin-right:auto;box-shadow:0 30px 90px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.62)}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:68px;align-items:start}.section h2,.section-head h2,.contact-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5.6vw,76px);line-height:.94;letter-spacing:-.06em;margin:0;color:var(--ink)}.section .kicker,.section-head .kicker,.contact-copy .kicker{color:#9b6c43}.copy-block p,.lead{font-size:18px;color:#534a43}.lead{font-weight:700;color:#2c2723}.feature-band{background:transparent;padding:60px 0}.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.feature-card,.address-card{padding:44px;border:1px solid rgba(255,255,255,.34);box-shadow:0 26px 80px rgba(0,0,0,.18)}.dark-card{background:linear-gradient(135deg,#211c18,#3d3028);color:#fff}.dark-card h2{color:#fff}.dark-card p:not(.kicker){color:rgba(255,255,255,.78);font-size:18px}.address-card{background:rgba(255,250,245,.94)}.address-card span{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:#9b6c43;margin-bottom:18px}.address-card strong{font-family:Georgia,'Times New Roman',serif;font-size:clamp(25px,3vw,42px);line-height:1.08}.section-head{max-width:820px;margin-bottom:42px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.services article{background:#fffaf5;padding:30px;min-height:220px}.services span{font-size:12px;font-weight:900;color:#b48255;letter-spacing:.18em}.services h3{font-size:23px;margin:38px 0 10px}.services p{color:var(--muted);margin:0}.gallery-section{background:linear-gradient(135deg,#171513,#302821);color:#fff}.invert h2{color:#fff}.invert .kicker{color:var(--gold-2)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery figure{margin:0;background:#fff;padding:10px;box-shadow:0 18px 60px rgba(0,0,0,.24)}.gallery img{display:block;width:100%;aspect-ratio:16/10;object-fit:contain;background:#f4eee8}.gallery figure:nth-child(1),.gallery figure:nth-child(6){grid-column:span 2}.contact-section{background:rgba(255,250,245,.95)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}.contact-copy p{font-size:18px;color:#544c45}.contact-list{margin-top:32px;padding-top:28px;border-top:1px solid var(--line)}.contact-list a{color:var(--ink);font-weight:800}.form-card{background:#fff;padding:34px;border:1px solid var(--line);box-shadow:0 24px 80px rgba(32,28,25,.12)}form{display:grid;gap:16px}label{display:block;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;color:#4b443e}input,textarea,select{width:100%;border:1px solid rgba(32,28,25,.18);border-radius:0;padding:15px 16px;font:inherit;background:#fff;color:var(--ink)}textarea{min-height:150px;resize:vertical}.btn-submit{width:100%;padding:17px 24px}.success,.error{padding:14px 16px;margin-bottom:18px;font-weight:800}.success{background:#e7f6ea;color:#17632b}.error{background:#fff0f0;color:#8b1e1e}.footer{background:#14110f;color:rgba(255,255,255,.72);padding:34px 0;font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}@media(max-width:1100px){.site-header{position:relative;padding-top:10px}.hero{margin-top:-70px;padding-top:150px}.main-nav a:nth-child(2),.main-nav a:nth-child(3){display:none}.hero-grid,.split,.feature-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{max-width:720px}.services{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.gallery figure:nth-child(1),.gallery figure:nth-child(6){grid-column:span 1}}@media(max-width:720px){body.has-bg:before{background-size:auto,620px auto}.nav-shell{width:94vw;gap:10px;padding:10px}.brand img{height:calc(var(--header-logo-size,120px) * .62);max-width:46vw}.main-nav{display:none}.nav-call{font-size:11px;padding:10px 12px}.hero{padding:124px 0 60px}.hero:before{inset:16px}.hero h1{font-size:clamp(48px,16vw,82px)}.intro{font-size:18px}.quick-details{display:none}.hero-visual{padding:14px;transform:none}.hero-visual img{height:360px}.section{padding:64px 0}.overlap-card{margin-top:0;width:100%;box-shadow:none}.services{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.feature-card,.address-card,.form-card{padding:26px}.section h2,.section-head h2,.contact-copy h2{font-size:clamp(36px,12vw,56px)}}

/* v4.1 — high-end animated floating header overhaul */
.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:80;
  padding:22px 0 0;
  pointer-events:none;
  transition:padding .38s ease, transform .38s ease;
}
.site-header .nav-shell{
  pointer-events:auto;
  width:min(1160px,calc(100vw - 56px));
  min-height:78px;
  margin:auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
  padding:10px 12px 10px 14px;
  border:1px solid rgba(255,255,255,.46);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,250,245,.88),rgba(246,236,225,.78));
  box-shadow:0 34px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter:blur(22px) saturate(1.1);
  -webkit-backdrop-filter:blur(22px) saturate(1.1);
  transition:width .48s cubic-bezier(.2,.8,.2,1), min-height .48s cubic-bezier(.2,.8,.2,1), padding .48s cubic-bezier(.2,.8,.2,1), box-shadow .48s ease, background .48s ease, transform .48s cubic-bezier(.2,.8,.2,1);
}
.site-header .nav-shell:before{
  content:"";
  position:absolute;
  inset:auto auto -10px 50%;
  width:min(840px,62vw);
  height:22px;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(ellipse at center,rgba(0,0,0,.22),transparent 68%);
  filter:blur(10px);
  opacity:.7;
  pointer-events:none;
  transition:opacity .35s ease;
}
.brand{
  display:flex!important;
  align-items:center;
  gap:14px;
  min-width:0;
  color:var(--ink);
}
.brand-mark{
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  border-radius:22px;
  background:linear-gradient(145deg,#fffaf5,#efe5da);
  box-shadow:inset 0 0 0 1px rgba(32,28,25,.08),0 14px 34px rgba(0,0,0,.12);
  overflow:hidden;
  flex:0 0 auto;
  transition:width .42s ease,height .42s ease,border-radius .42s ease,box-shadow .42s ease;
}
.brand img,
.site-header .brand img{
  display:block;
  width:calc(var(--header-logo-size,120px) * .86);
  height:auto!important;
  max-width:58px!important;
  max-height:48px!important;
  object-fit:contain;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  transition:max-width .42s ease,max-height .42s ease,transform .42s ease;
}
.brand-wording{
  display:flex;
  flex-direction:column;
  line-height:1;
  min-width:168px;
  transition:opacity .28s ease, transform .42s ease, max-width .42s ease, margin .42s ease;
}
.brand-wording strong{
  font-family:Georgia,'Times New Roman',serif;
  font-style:italic;
  font-size:22px;
  letter-spacing:-.04em;
  white-space:nowrap;
}
.brand-wording em{
  margin-top:7px;
  font-style:normal;
  font-size:10px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#8f725f;
  white-space:nowrap;
}
.main-nav{
  justify-content:center;
  gap:8px;
}
.main-nav a{
  position:relative;
  overflow:hidden;
  border-radius:999px;
  padding:11px 14px!important;
  font-size:12px!important;
  letter-spacing:.12em!important;
  color:#201c19!important;
}
.main-nav a:before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:999px;
  background:rgba(32,28,25,.08);
  transform:scale(.4);
  opacity:0;
  transition:transform .28s ease, opacity .28s ease;
}
.main-nav a:hover:before{transform:scale(1);opacity:1}
.main-nav a span{position:relative;z-index:1}
.nav-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}
.nav-phone{
  color:var(--ink);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  border:1px solid rgba(32,28,25,.12);
  border-radius:999px;
  padding:12px 16px;
  background:rgba(255,255,255,.42);
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.nav-phone:hover{transform:translateY(-2px);background:#fff;border-color:rgba(32,28,25,.22)}
.nav-call{
  position:relative;
  isolation:isolate;
  border-radius:999px!important;
  padding:13px 19px!important;
  background:#1f1b18!important;
  color:#fff!important;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  transition:transform .28s ease, box-shadow .28s ease!important;
}
.nav-call:before{
  content:"";
  position:absolute;
  inset:-60% -30%;
  background:linear-gradient(110deg,transparent 30%,rgba(239,207,170,.5),transparent 66%);
  transform:translateX(-80%) rotate(8deg);
  transition:transform .7s ease;
  z-index:-1;
}
.nav-call:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(0,0,0,.25)}
.nav-call:hover:before{transform:translateX(80%) rotate(8deg)}
.scroll-line{
  pointer-events:none;
  width:min(990px,calc(100vw - 120px));
  height:2px;
  margin:8px auto 0;
  overflow:hidden;
  border-radius:999px;
  opacity:.55;
  transition:width .45s ease, opacity .35s ease;
}
.scroll-line span{
  display:block;
  height:100%;
  background:linear-gradient(90deg,transparent,var(--gold-2),transparent);
  transform:scaleX(0);
  transform-origin:left center;
}
.site-header.is-scrolled{padding-top:12px}
.site-header.is-scrolled .nav-shell{
  width:min(820px,calc(100vw - 46px));
  min-height:58px;
  padding:8px 10px;
  background:rgba(255,250,245,.78);
  box-shadow:0 22px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.7);
}
.site-header.is-scrolled .brand-mark{width:48px;height:48px;border-radius:16px}
.site-header.is-scrolled .brand img{max-width:40px!important;max-height:34px!important;transform:scale(1.08)}
.site-header.is-scrolled .brand-wording{opacity:0;transform:translateX(-10px);max-width:0;min-width:0;margin-left:-14px;overflow:hidden}
.site-header.is-scrolled .nav-phone{padding:10px 13px;font-size:12px}
.site-header.is-scrolled .nav-call{padding:11px 16px!important}
.site-header.is-scrolled .scroll-line{width:min(660px,calc(100vw - 96px));opacity:.85}
.hero{
  margin-top:0!important;
  padding-top:clamp(170px,19vh,230px)!important;
}
.hero h1{
  font-size:clamp(54px,7.3vw,112px)!important;
  max-width:760px;
}
@media(max-width:980px){
  .site-header{position:sticky;padding:10px 0 0;pointer-events:auto}
  .site-header .nav-shell,.site-header.is-scrolled .nav-shell{width:94vw;min-height:64px;display:flex;gap:10px;border-radius:28px;padding:10px}
  .brand-mark,.site-header.is-scrolled .brand-mark{width:56px;height:56px;border-radius:18px}
  .brand img,.site-header .brand img,.site-header.is-scrolled .brand img{max-width:46px!important;max-height:38px!important}
  .brand-wording,.site-header.is-scrolled .brand-wording{opacity:1;max-width:180px;min-width:0;margin:0;transform:none}
  .brand-wording strong{font-size:18px}.brand-wording em{display:none}
  .main-nav{display:none!important}
  .nav-phone{display:none}.nav-call{margin-left:auto}
  .scroll-line{display:none}
  .hero{padding-top:104px!important}
}
@media(max-width:560px){
  .site-header .nav-shell,.site-header.is-scrolled .nav-shell{width:calc(100vw - 22px);border-radius:22px}
  .brand-wording{display:none}
  .nav-call{font-size:11px!important;padding:11px 14px!important}
  .hero h1{font-size:clamp(46px,15vw,72px)!important}
}
@media (prefers-reduced-motion: reduce){
  .site-header,.site-header *{transition:none!important;animation:none!important}
}


/* v4.2 — logo plate removed + subtle page life animations */
.site-header .brand-mark,
.site-header.is-scrolled .brand-mark{
  width:auto!important;
  height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.site-header .brand img,
.brand img{
  max-width:calc(var(--header-logo-size,120px) * .92)!important;
  max-height:72px!important;
  filter:drop-shadow(0 10px 20px rgba(0,0,0,.12));
}
.site-header.is-scrolled .brand img{
  max-width:calc(var(--header-logo-size,120px) * .62)!important;
  max-height:48px!important;
  transform:none!important;
}

.hero-copy,
.hero-visual{
  animation:sfHeroRise .9s cubic-bezier(.2,.8,.2,1) both;
}
.hero-visual{animation-delay:.16s}
.eyebrow{animation:sfWideIn .9s ease both .12s}
.hero-actions .btn{transition:transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease}
.hero-actions .btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.22)}
.hero-visual{transition:transform .45s ease, box-shadow .45s ease}
.hero-visual:hover{transform:rotate(.35deg) translateY(-8px);box-shadow:0 58px 130px rgba(0,0,0,.42)}
.frame-outer{animation:sfFrameGlow 4.8s ease-in-out infinite}

.section,
.feature-card,
.address-card,
.services article,
.gallery figure,
.form-card,
.contact-copy{
  will-change:transform,opacity;
}
[data-reveal]{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .78s ease, transform .78s cubic-bezier(.2,.8,.2,1);
}
[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}
[data-reveal="left"]{transform:translateX(-34px)}
[data-reveal="right"]{transform:translateX(34px)}
[data-reveal="zoom"]{transform:scale(.94)}
[data-reveal="left"].is-visible,
[data-reveal="right"].is-visible,
[data-reveal="zoom"].is-visible{transform:none}
.services article,
.gallery figure{transition:opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease}
.services article:hover{transform:translateY(-8px);box-shadow:0 22px 55px rgba(32,28,25,.12);position:relative;z-index:2}
.gallery figure{overflow:hidden}
.gallery figure img{transition:transform .55s ease, filter .55s ease}
.gallery figure:hover img{transform:scale(1.035);filter:saturate(1.08) contrast(1.03)}
.contact-list p{transition:transform .28s ease}
.contact-list p:hover{transform:translateX(6px)}

@keyframes sfHeroRise{
  from{opacity:0;transform:translateY(34px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes sfWideIn{
  from{opacity:0;letter-spacing:.38em;transform:translateY(12px)}
  to{opacity:1;letter-spacing:.22em;transform:translateY(0)}
}
@keyframes sfFrameGlow{
  0%,100%{box-shadow:inset 0 0 0 10px #c69a6b,0 18px 50px rgba(0,0,0,.16)}
  50%{box-shadow:inset 0 0 0 10px #dcb589,0 26px 70px rgba(198,154,107,.22)}
}

@media(max-width:980px){
  .site-header .brand img,.brand img{max-width:calc(var(--header-logo-size,120px) * .55)!important;max-height:52px!important}
  .site-header.is-scrolled .brand img{max-width:calc(var(--header-logo-size,120px) * .55)!important;max-height:52px!important}
}
@media (prefers-reduced-motion: reduce){
  .hero-copy,.hero-visual,.eyebrow,.frame-outer{animation:none!important}
  [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}
}


/* v4.3 — true clean header logo, no outer plate and no duplicate wording */
.site-header .brand{
  gap:0!important;
}
.site-header .brand-mark,
.site-header.is-scrolled .brand-mark{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.site-header .brand-wording,
.site-header.is-scrolled .brand-wording{
  display:none!important;
}
.site-header .brand img,
.site-header .brand-mark img,
.brand img{
  display:block!important;
  width:min(calc(var(--header-logo-size,120px) * 1.7),250px)!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.10))!important;
}
.site-header.is-scrolled .brand img,
.site-header.is-scrolled .brand-mark img{
  width:min(calc(var(--header-logo-size,120px) * 1.18),178px)!important;
  max-width:none!important;
  max-height:none!important;
  transform:none!important;
}
.site-header .nav-shell{
  grid-template-columns:auto 1fr auto!important;
}
@media(max-width:980px){
  .site-header .brand img,
  .site-header .brand-mark img,
  .site-header.is-scrolled .brand img{
    width:min(calc(var(--header-logo-size,120px) * 1.24),178px)!important;
  }
}
@media(max-width:560px){
  .site-header .brand img,
  .site-header .brand-mark img,
  .site-header.is-scrolled .brand img{
    width:min(calc(var(--header-logo-size,120px) * 1.02),140px)!important;
  }
}

/* v4.4 — floating logo placed inside the navigation flow */
.site-header .nav-shell.nav-shell-split{
  display:grid!important;
  grid-template-columns:auto auto 1fr auto!important;
  align-items:center!important;
  gap:28px!important;
  padding:16px 22px!important;
}
.site-header .nav-shell.nav-shell-split .nav-left,
.site-header .nav-shell.nav-shell-split .nav-right{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:26px!important;
}
.site-header .brand-floating{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  padding:0!important;
  transform:translateY(0)!important;
  transition:transform .45s cubic-bezier(.2,.8,.2,1), filter .45s ease!important;
}
.site-header .brand-floating:before,
.site-header .brand-floating:after{
  content:"";
  position:absolute;
  top:50%;
  width:34px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(32,28,25,.28),transparent);
  transform:translateY(-50%);
  pointer-events:none;
}
.site-header .brand-floating:before{right:calc(100% + 14px)}
.site-header .brand-floating:after{left:calc(100% + 14px)}
.site-header .brand-floating:hover{
  transform:translateY(-2px)!important;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.14));
}
.site-header .brand-floating .brand-mark,
.site-header.is-scrolled .brand-floating .brand-mark{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.site-header .brand-floating img,
.site-header .brand-floating .brand-mark img{
  width:min(calc(var(--header-logo-size,120px) * 1.45),220px)!important;
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-header.is-scrolled .nav-shell.nav-shell-split{
  grid-template-columns:auto auto 1fr auto!important;
  gap:22px!important;
  padding:12px 18px!important;
}
.site-header.is-scrolled .brand-floating img,
.site-header.is-scrolled .brand-floating .brand-mark img{
  width:min(calc(var(--header-logo-size,120px) * 1.02),160px)!important;
}
.site-header.is-scrolled .brand-floating:before,
.site-header.is-scrolled .brand-floating:after{
  opacity:.45;
  width:24px;
}
.site-header .nav-right{
  justify-content:flex-start!important;
}
.site-header .nav-actions{
  margin-left:auto!important;
}
@media(max-width:1100px){
  .site-header .nav-shell.nav-shell-split{
    grid-template-columns:auto 1fr auto!important;
    gap:16px!important;
  }
  .site-header .nav-left,
  .site-header .nav-right{
    display:none!important;
  }
  .site-header .brand-floating{
    justify-self:start!important;
  }
  .site-header .brand-floating:before,
  .site-header .brand-floating:after{
    display:none!important;
  }
  .site-header .brand-floating img,
  .site-header .brand-floating .brand-mark img,
  .site-header.is-scrolled .brand-floating img{
    width:min(calc(var(--header-logo-size,120px) * 1.1),170px)!important;
  }
}
@media(max-width:560px){
  .site-header .nav-shell.nav-shell-split{
    width:calc(100vw - 22px)!important;
    padding:10px 12px!important;
    gap:10px!important;
  }
  .site-header .brand-floating img,
  .site-header .brand-floating .brand-mark img,
  .site-header.is-scrolled .brand-floating img{
    width:min(calc(var(--header-logo-size,120px) * .9),130px)!important;
  }
}

/* v4.5 — logo sits inside the left side of the nav flow, before About */
.site-header .nav-shell.nav-shell-logo-left{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:26px!important;
  padding:16px 22px!important;
}
.site-header .nav-main-group{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:42px!important;
  min-width:0!important;
}
.site-header .brand-inline{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  padding:0!important;
  min-width:0!important;
  transform:none!important;
  transition:transform .45s cubic-bezier(.2,.8,.2,1), filter .45s ease!important;
}
.site-header .brand-inline:after{
  content:"";
  position:absolute;
  left:calc(100% + 20px);
  top:50%;
  width:1px;
  height:34px;
  background:linear-gradient(180deg,transparent,rgba(32,28,25,.22),transparent);
  transform:translateY(-50%);
  pointer-events:none;
}
.site-header .brand-inline:hover{
  transform:translateY(-2px)!important;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.14));
}
.site-header .brand-inline .brand-mark,
.site-header.is-scrolled .brand-inline .brand-mark{
  width:auto!important;
  height:auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
}
.site-header .brand-inline img,
.site-header .brand-inline .brand-mark img{
  width:min(calc(var(--header-logo-size,120px) * 1.34),210px)!important;
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.site-header .nav-primary{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:26px!important;
}
.site-header.is-scrolled .nav-shell.nav-shell-logo-left{
  gap:22px!important;
  padding:12px 18px!important;
}
.site-header.is-scrolled .nav-main-group{
  gap:34px!important;
}
.site-header.is-scrolled .brand-inline img,
.site-header.is-scrolled .brand-inline .brand-mark img{
  width:min(calc(var(--header-logo-size,120px) * .98),155px)!important;
}
.site-header.is-scrolled .brand-inline:after{
  height:28px;
  opacity:.65;
}
@media(max-width:1100px){
  .site-header .nav-shell.nav-shell-logo-left{
    grid-template-columns:1fr auto!important;
    gap:16px!important;
  }
  .site-header .nav-main-group{
    gap:18px!important;
  }
  .site-header .brand-inline:after{display:none!important;}
  .site-header .nav-primary{display:none!important;}
  .site-header .brand-inline img,
  .site-header .brand-inline .brand-mark img,
  .site-header.is-scrolled .brand-inline img{
    width:min(calc(var(--header-logo-size,120px) * 1.1),170px)!important;
  }
}
@media(max-width:560px){
  .site-header .nav-shell.nav-shell-logo-left{
    width:calc(100vw - 22px)!important;
    padding:10px 12px!important;
    gap:10px!important;
  }
  .site-header .brand-inline img,
  .site-header .brand-inline .brand-mark img,
  .site-header.is-scrolled .brand-inline img{
    width:min(calc(var(--header-logo-size,120px) * .9),130px)!important;
  }
}

/* v4.8 policy, cookie bar and form security UI */
.bot-check input{max-width:180px}
.cookie-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%,24px);width:min(920px,calc(100vw - 32px));z-index:9999;background:rgba(245,238,230,.94);color:#201916;border:1px solid rgba(255,255,255,.35);box-shadow:0 24px 80px rgba(0,0,0,.35);border-radius:24px;padding:16px 18px;display:flex;gap:18px;align-items:center;justify-content:space-between;opacity:0;pointer-events:none;backdrop-filter:blur(18px)}
.cookie-bar.show{opacity:1;pointer-events:auto;transform:translate(-50%,0);transition:opacity .35s ease,transform .35s ease}.cookie-bar strong{display:block;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.cookie-bar span{font-size:14px;line-height:1.45}.cookie-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}.cookie-actions a{color:inherit;text-decoration:underline;text-underline-offset:4px}.cookie-actions button{border:0;border-radius:999px;background:#181312;color:#fff;padding:11px 18px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.footer a{color:inherit}.policy-page{background:#f6efe9;color:#211a17}.simple-policy-header{width:min(1120px,calc(100vw - 32px));margin:22px auto 0;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.75);border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:14px 20px;box-shadow:0 18px 60px rgba(0,0,0,.08)}.simple-policy-header img{max-width:160px;max-height:74px;object-fit:contain}.simple-policy-header a{color:#241d19;text-decoration:none;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.policy-wrap{width:min(900px,calc(100vw - 32px));margin:42px auto 80px;background:rgba(255,255,255,.72);border:1px solid rgba(0,0,0,.08);border-radius:30px;padding:clamp(26px,5vw,58px);box-shadow:0 30px 90px rgba(0,0,0,.08)}.policy-wrap h1{font-size:clamp(44px,8vw,88px);line-height:.9;margin:0 0 20px}.policy-wrap h2{margin:34px 0 10px;font-size:24px}.policy-wrap p{font-size:18px;line-height:1.7;color:#3d332e}.policy-wrap a{color:#2a1f1a;font-weight:800}@media(max-width:760px){.cookie-bar{display:block}.cookie-actions{margin-top:12px}.simple-policy-header{align-items:flex-start;gap:12px}.simple-policy-header img{max-width:120px}.policy-wrap{margin-top:24px}}
