:root{
  --site-bg-top:#fbf7f0;
  --site-bg-bottom:#edf1ea;
  --site-surface:rgba(255,255,255,.72);
  --site-surface-strong:rgba(255,255,255,.9);
  --site-border:rgba(44,62,54,.1);
  --site-border-strong:rgba(44,62,54,.18);
  --site-shadow:0 24px 70px rgba(31,43,38,.12);
  --site-shadow-soft:0 16px 40px rgba(31,43,38,.08);
  --site-text-soft:rgba(26,26,26,.76);
}

html{
  background:linear-gradient(180deg,var(--site-bg-top) 0%,var(--site-bg-bottom) 100%);
}

body.site-shell{
  position:relative;
  min-height:100vh;
  background:
    radial-gradient(circle at 0% 0%, rgba(199,168,107,.18), transparent 28%),
    radial-gradient(circle at 100% 10%, rgba(183,201,169,.18), transparent 24%),
    linear-gradient(180deg,var(--site-bg-top) 0%,#f8f2e8 32%,var(--site-bg-bottom) 100%);
  color:var(--charcoal);
}

body.site-shell::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.22), transparent 30%),
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.22), transparent 16%),
    radial-gradient(circle at 80% 22%, rgba(255,255,255,.14), transparent 14%);
  z-index:0;
}

body.site-shell > header,
body.site-shell > main,
body.site-shell > section,
body.site-shell > footer{
  position:relative;
  z-index:1;
}

body.site-shell > .modal,
body.site-shell > .lightbox,
body.site-shell > .banner,
body.site-shell > #toast,
body.site-shell > #enquirySuccess{
  position:fixed;
}

body.site-shell header{
  background:rgba(251,247,240,.7);
  backdrop-filter:saturate(150%) blur(16px);
  border-bottom:1px solid rgba(44,62,54,.08);
  box-shadow:0 8px 24px rgba(44,62,54,.05);
}

body.site-shell .nav{
  padding:14px 24px 12px;
}

body.site-shell .nav__brand img{
  height:96px;
}

body.site-shell .nav__menu{
  gap:.55rem;
  align-items:center;
}

body.site-shell .nav__menu a{
  position:relative;
  padding:.72rem 1rem;
  border:1px solid transparent;
  background:rgba(255,255,255,.18);
  color:rgba(26,26,26,.78);
  font-weight:600;
  letter-spacing:.01em;
  transition:transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

body.site-shell .nav__menu a:hover,
body.site-shell .nav__menu a:focus-visible,
body.site-shell .nav__menu a[aria-current="page"]{
  background:rgba(255,255,255,.72);
  border-color:rgba(44,62,54,.12);
  color:var(--green);
  box-shadow:0 10px 24px rgba(44,62,54,.08);
  transform:translateY(-1px);
}

body.site-shell .nav__mobile-hint{
  color:rgba(44,62,54,.72);
  font-weight:700;
}

body.site-shell .button{
  height:50px;
  padding:0 24px;
  border-width:1px;
  background:linear-gradient(135deg,#d1b274 0%, #c7a86b 100%);
  border-color:rgba(199,168,107,.8);
  color:#223028;
  box-shadow:0 16px 30px rgba(44,62,54,.12);
}

body.site-shell .button:hover{
  background:linear-gradient(135deg,#ddbf80 0%, #cfb072 100%);
  border-color:rgba(199,168,107,.95);
  transform:translateY(-2px);
}

body.site-shell .button--ghost{
  background:rgba(255,255,255,.3);
  border-color:rgba(44,62,54,.16);
  color:var(--green);
  box-shadow:none;
}

body.site-shell .button--ghost:hover{
  background:rgba(255,255,255,.72);
  border-color:rgba(44,62,54,.24);
}

body.site-shell .card,
body.site-shell .who-shell,
body.site-shell .feature-card,
body.site-shell .hero-copy,
body.site-shell .hero__panel,
body.site-shell .price-card,
body.site-shell .fit-card,
body.site-shell .faq-card,
body.site-shell .step,
body.site-shell .stat{
  background:var(--site-surface);
  border:1px solid var(--site-border);
  box-shadow:var(--site-shadow);
  backdrop-filter:blur(14px);
}

body.site-shell .card h1,
body.site-shell .card h2,
body.site-shell .card h3,
body.site-shell .who-shell h1,
body.site-shell .who-shell h2,
body.site-shell .who-shell h3{
  color:var(--green);
}

body.site-shell .card p,
body.site-shell .card li,
body.site-shell .card .subtitle,
body.site-shell .feature-card p,
body.site-shell .who-shell p,
body.site-shell .who-shell li{
  color:var(--site-text-soft);
}

body.site-shell .card a{
  text-underline-offset:3px;
}

body.site-shell .card .button{
  background:var(--green);
  border-color:var(--green);
  color:var(--cream);
}

body.site-shell .card .button--ghost{
  background:transparent;
  color:var(--green);
  border-color:rgba(44,62,54,.2);
}

body.site-shell .card--dark,
body.site-shell .cta-band,
body.site-home #menu .menu-highlights{
  background:
    linear-gradient(145deg, rgba(44,62,54,.96) 0%, rgba(55,78,68,.95) 100%);
  border-color:rgba(255,255,255,.1);
  box-shadow:0 30px 70px rgba(31,43,38,.22);
}

body.site-shell .card--dark h1,
body.site-shell .card--dark h2,
body.site-shell .card--dark h3,
body.site-shell .cta-band h1,
body.site-shell .cta-band h2,
body.site-shell .cta-band h3,
body.site-home #menu .menu-highlights h1,
body.site-home #menu .menu-highlights h2,
body.site-home #menu .menu-highlights h3,
body.site-home #menu .menu-highlights p,
body.site-home #menu .menu-highlights li{
  color:#fff;
}

body.site-shell .card--dark p,
body.site-shell .card--dark li,
body.site-shell .cta-band p{
  color:rgba(255,255,255,.84);
}

body.site-home .hero{
  min-height:min(92vh,900px);
  padding:clamp(32px,5vw,56px);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.18), transparent 22%),
    linear-gradient(120deg, rgba(44,62,54,.72) 8%, rgba(44,62,54,.44) 55%, rgba(44,62,54,.58) 100%),
    url("/images/portfolio-8-1200.jpg") center/cover no-repeat;
}

body.site-home .hero::before{
  content:"";
  position:absolute;
  inset:auto auto -16% -8%;
  width:min(44vw,520px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(199,168,107,.26) 0%, rgba(199,168,107,0) 68%);
  filter:blur(6px);
}

body.site-home .hero::after{
  content:"";
  position:absolute;
  right:-8%;
  top:10%;
  width:min(38vw,460px);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 70%);
}

body.site-home .hero__panel{
  max-width:min(640px,100%);
  padding:clamp(24px,3vw,34px);
  border-radius:28px;
  background:rgba(247,243,236,.8);
}

body.site-home .hero__panel h1{
  font-size:clamp(2.5rem,5vw,5rem);
  letter-spacing:-.03em;
}

body.site-home section{
  position:relative;
}

body.site-home #services .container,
body.site-home #portfolio .container,
body.site-home #contact .container{
  position:relative;
}

body.site-home #services .grid--3,
body.site-home #live-fire .grid.grid--3,
body.site-home #who-we-are .grid,
body.site-home #menu .grid{
  gap:18px;
}

body.site-home #services article.card,
body.site-live-fire .price-card,
body.site-live-fire .fit-card,
body.site-live-fire .faq-card,
body.site-live-fire .step{
  border-radius:22px;
}

body.site-home .feature-card{
  border-radius:18px;
}

body.site-home #portfolio .carousel__mask{
  background:rgba(255,255,255,.48);
  border:1px solid var(--site-border);
  box-shadow:var(--site-shadow);
}

body.site-home #portfolio .carousel__slide{
  border-radius:18px;
  border:1px solid rgba(44,62,54,.08);
  box-shadow:var(--site-shadow-soft);
}

body.site-home #contact .card{
  background:rgba(255,255,255,.8);
}

body.site-home #contact .modal__label,
body.site-home #contact .modal__consent,
body.site-home #contact .modal__consent span{
  color:var(--charcoal);
}

body.site-home #contact .modal__label{
  font-weight:700;
  letter-spacing:.01em;
}

body.site-home #contact .modal__input,
body.site-doc .modal__input{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(44,62,54,.14);
}

body.site-home #contact .modal__input:focus{
  outline:2px solid rgba(183,201,169,.65);
  border-color:rgba(44,62,54,.24);
}

body.site-live-fire .hero{
  padding:clamp(30px,5vw,62px) 0 18px;
}

body.site-live-fire .hero-grid{
  align-items:start;
}

body.site-live-fire .hero-copy{
  border-radius:28px;
}

body.site-live-fire .hero-copy h1{
  font-size:clamp(2.5rem,5vw,4.8rem);
  letter-spacing:-.035em;
}

body.site-live-fire .hero-media img,
body.site-home #live-fire img,
body.site-who picture img{
  border-radius:24px !important;
  border:1px solid rgba(44,62,54,.08) !important;
  box-shadow:var(--site-shadow) !important;
}

body.site-home .live-fire-shell{
  padding:clamp(22px,3vw,34px);
}

body.site-home .live-fire-layout{
  display:grid;
  gap:24px;
  align-items:center;
}

body.site-home .live-fire-copy{
  display:grid;
  gap:14px;
}

body.site-home .live-fire-copy h2{
  max-width:16ch;
}

body.site-home .live-fire-copy .subtitle{
  max-width:56ch;
}

body.site-home .live-fire-highlights{
  display:grid;
  gap:12px;
}

body.site-home .live-fire-media{
  position:relative;
  display:grid;
  gap:14px;
  align-content:start;
  max-width:390px;
  margin-inline:auto;
}

body.site-home .live-fire-media__main{
  margin:0;
}

body.site-home .live-fire-media__main img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  border-radius:22px;
}

body.site-live-fire .stat{
  border-radius:18px;
}

body.site-page main,
body.site-doc main{
  padding-block:clamp(24px,4vw,56px);
}

body.site-page main > h1,
body.site-doc main > h1,
body.site-work main > h1{
  font-size:clamp(2.4rem,5vw,4rem);
  letter-spacing:-.035em;
  margin-bottom:.35rem;
}

body.site-page main > .lead,
body.site-doc main > .lead,
body.site-work .subtitle{
  color:#43524b;
}

body.site-who main .page-hero{
  margin-top:12px;
  border-radius:28px;
}

body.site-work .filters{
  margin:20px 0 22px;
}

body.site-work .chip{
  background:rgba(255,255,255,.76);
  border:1px solid rgba(44,62,54,.1);
  box-shadow:var(--site-shadow-soft);
  transition:transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

body.site-work .chip:hover{
  transform:translateY(-1px);
}

body.site-work .chip.active{
  background:var(--green);
  border-color:var(--green);
}

body.site-work .gallery{
  gap:18px;
}

body.site-work .card{
  border-radius:22px;
}

body.site-work .cap{
  border-top:1px solid rgba(44,62,54,.08);
  color:#314039;
}

body.site-doc .card{
  margin-top:18px;
}

body.site-shell footer{
  margin-top:56px;
  background:
    linear-gradient(135deg, rgba(32,44,38,.98) 0%, rgba(44,62,54,.98) 46%, rgba(55,78,68,.96) 100%);
  border-top:1px solid rgba(255,255,255,.08);
}

body.site-shell footer .container{
  padding-top:30px !important;
  padding-bottom:30px !important;
}

body.site-shell .social-icon{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 12px 24px rgba(0,0,0,.1);
}

@media (prefers-reduced-motion:no-preference){
  body.site-shell .nav,
  body.site-shell .hero__panel,
  body.site-shell .hero-copy,
  body.site-shell .hero-media > *,
  body.site-shell main > h1,
  body.site-shell main > .lead,
  body.site-shell main > .subtitle,
  body.site-shell main > section,
  body.site-shell .grid > *,
  body.site-shell .filters,
  body.site-shell .gallery > *{
    animation:site-fade-up .9s cubic-bezier(.22,1,.36,1) both;
  }

  body.site-shell .hero__panel,
  body.site-shell .hero-copy{animation-delay:.08s}
  body.site-shell .hero-media > *:first-child{animation-delay:.18s}
  body.site-shell .hero-media > *:last-child{animation-delay:.28s}
  body.site-shell main > section:nth-of-type(2){animation-delay:.08s}
  body.site-shell main > section:nth-of-type(3){animation-delay:.14s}
  body.site-shell main > section:nth-of-type(4){animation-delay:.2s}
}

@keyframes site-fade-up{
  from{
    opacity:0;
    transform:translateY(24px);
    filter:blur(4px);
  }
  to{
    opacity:1;
    transform:translateY(0);
    filter:blur(0);
  }
}

@media (max-width:900px){
  body.site-shell .nav__brand img{
    height:84px;
  }

  body.site-home .hero{
    min-height:min(calc(100svh - var(--header-h, 0px)), 760px);
    padding:24px 0;
    background-position:center;
  }

  body.site-home .live-fire-copy h2{
    max-width:none;
  }
}

@media (min-width:901px){
  body.site-home .live-fire-layout{
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.82fr);
  }
}

@media (max-width:600px){
  body.site-shell .nav{
    padding:10px 16px 8px;
  }

  body.site-shell .nav__menu a{
    background:rgba(255,255,255,.5);
    border-color:rgba(44,62,54,.08);
  }

  body.site-home .hero__panel,
  body.site-live-fire .hero-copy,
  body.site-shell .card,
  body.site-shell .who-shell{
    border-radius:22px;
  }

  body.site-home .live-fire-shell{
    padding:20px 18px;
  }

  body.site-home .live-fire-media{
    max-width:none;
  }
}
