
:root{
  --black:#000000;
  --ink:#050505;
  --charcoal:#101010;
  --graphite:#1b1b1b;
  --softblack:#242424;
  --gray:#8f8f8f;
  --silver:#cfcfcf;
  --soft:#eeeeee;
  --white:#ffffff;
  --line:rgba(255,255,255,.14);
  --line-dark:rgba(0,0,0,.22);
  --shadow:0 32px 90px rgba(0,0,0,.42);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--white);
  background:
    radial-gradient(circle at 18% 4%, rgba(255,255,255,.07), transparent 28%),
    radial-gradient(circle at 88% 25%, rgba(255,255,255,.05), transparent 30%),
    linear-gradient(135deg,#000 0%,#0a0a0a 44%,#1b1b1b 100%);
  line-height:1.65;
  overflow-x:hidden;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.04) 1px, transparent 0);
  background-size:78px 78px,78px 78px,18px 18px;
}

.black-ambient{
  position:fixed;
  inset:-20%;
  z-index:-3;
  background:
    radial-gradient(circle at 15% 8%, rgba(255,255,255,.075), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(255,255,255,.055), transparent 30%);
}

a{color:inherit}

.section{padding:92px 6vw}

.site-header{
  position:sticky;
  top:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:96px;
  padding:12px 6vw;
  background:rgba(0,0,0,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
  box-shadow:0 18px 48px rgba(0,0,0,.55);
}

.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
}

.logo-frame{
  width:330px;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:20px;
  background:
    linear-gradient(145deg,#050505,#161616);
  border:1px solid rgba(255,255,255,.20);
  box-shadow:
    0 18px 45px rgba(0,0,0,.52),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -18px 32px rgba(255,255,255,.025);
  padding:6px 18px;
}

.typographic-logo,
.logo-frame img{
  display:block;
  width:100%;
  height:100%;
  max-width:292px;
  max-height:64px;
  object-fit:contain;
  object-position:center;
  filter:contrast(1.1) drop-shadow(0 0 10px rgba(255,255,255,.10));
}

.main-nav{
  display:flex;
  align-items:center;
  gap:26px;
}

.main-nav a{
  text-decoration:none;
  color:#f5f5f5;
  font-size:14px;
  font-weight:850;
  letter-spacing:.01em;
  transition:.2s ease;
}

.main-nav a:hover{
  color:#cfcfcf;
  transform:translateY(-1px);
}

.nav-button{
  padding:13px 21px;
  border-radius:999px;
  color:#000!important;
  background:linear-gradient(135deg,#fff,#d8d8d8 55%,#f7f7f7);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 14px 34px rgba(255,255,255,.10), inset 0 1px 0 rgba(255,255,255,.92);
}

.menu-toggle{
  display:none;
  background:#111;
  border:1px solid var(--line);
  color:#fff;
  border-radius:12px;
  padding:8px 10px;
  font-size:22px;
}

.hero{
  min-height:88vh;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:58px;
  align-items:center;
  padding-top:72px;
}

.eyebrow{
  text-transform:uppercase;
  letter-spacing:.17em;
  color:#fff;
  font-size:12px;
  font-weight:950;
  margin:0 0 14px;
}

.hero h1,
.section-heading h2,
.split h2,
.local-card h2,
.contact-copy h2{
  font-size:clamp(38px,5.5vw,78px);
  line-height:.96;
  letter-spacing:-.055em;
  margin:0 0 22px;
  color:#fff;
}

.lead{
  font-size:20px;
  color:#d7d7d7;
  max-width:780px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:32px 0;
}

.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:950;
}

.primary{
  background:linear-gradient(135deg,#fff,#d8d8d8 55%,#f9f9f9);
  color:#000;
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 18px 46px rgba(255,255,255,.12), inset 0 1px 0 rgba(255,255,255,.9);
}

.ghost{
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg,#070707,#191919);
  color:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}

.stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}

.stat-row div{
  padding:18px;
  border-radius:20px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:0 18px 44px rgba(0,0,0,.38);
}

.stat-row strong{
  display:block;
  font-size:25px;
  color:#fff;
}

.stat-row span{
  color:#cfcfcf;
  font-size:13px;
}

.hero-visual{
  position:relative;
  min-height:560px;
  display:grid;
  place-items:center;
}

.crest-card{
  width:min(500px,86vw);
  aspect-ratio:1/1;
  border-radius:44px;
  background:linear-gradient(145deg,#050505,#151515);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow), inset 0 0 70px rgba(255,255,255,.035);
  display:grid;
  place-items:center;
  overflow:hidden;
}

.crest-card img{
  width:92%;
  height:92%;
  object-fit:contain;
  filter:contrast(1.08) drop-shadow(0 20px 38px rgba(0,0,0,.55));
}

.floating-card{
  position:absolute;
  width:250px;
  padding:18px;
  border-radius:21px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.92);
  color:#000;
  box-shadow:0 22px 70px rgba(0,0,0,.42);
  backdrop-filter:blur(16px);
}

.floating-card strong{
  display:block;
  color:#000;
}

.floating-card span{
  font-size:13px;
  color:#333;
}

.card-one{left:0;bottom:72px}
.card-two{right:0;top:96px}

.intro-strip{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  padding:22px 6vw;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#050505,#141414);
}

.intro-strip span{
  padding:9px 13px;
  color:#fff;
  font-weight:850;
}

.section-heading{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}

.section-heading p{
  color:#d6d6d6;
  font-size:18px;
}

.model-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.model-grid article,
.service-card,
.booking-steps div{
  border:1px solid var(--line);
  border-radius:28px;
  background:
    linear-gradient(155deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  padding:28px;
  box-shadow:0 20px 58px rgba(0,0,0,.36);
}

.model-grid strong{
  display:block;
  color:#fff;
  font-size:24px;
  margin-bottom:8px;
}

.model-grid span{
  color:#d0d0d0;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.service-card{
  min-height:300px;
  position:relative;
  overflow:hidden;
}

.service-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 34%);
  opacity:.9;
}

.service-card>*{position:relative}

.number{
  font-weight:950;
  color:#fff;
  letter-spacing:.12em;
}

.service-card h3{
  font-size:26px;
  margin:18px 0 8px;
  color:#fff;
}

.service-card p,
.service-card li{
  color:#e2e2e2;
}

.service-card ul{padding-left:18px}

.featured{
  border-color:rgba(255,255,255,.25);
  background:linear-gradient(155deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
}

.split{
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:44px;
  align-items:center;
  padding:46px;
  border-radius:36px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
}

.split p{
  color:#d5d5d5;
  font-size:18px;
}

.check-list{
  display:grid;
  gap:12px;
  margin-top:28px;
}

.check-list span{
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:linear-gradient(135deg,#fff,#d7d7d7);
  color:#000;
}

.image-panel{
  display:grid;
  place-items:center;
  border-radius:34px;
  background:#050505;
  border:1px solid rgba(255,255,255,.16);
  overflow:hidden;
}

.image-panel img{
  width:100%;
  display:block;
}

.booking-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.booking-steps strong{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  background:linear-gradient(135deg,#fff,#d7d7d7);
  color:#000;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  font-size:20px;
  box-shadow:0 8px 22px rgba(255,255,255,.08);
}

.booking-steps h3{
  margin:18px 0 8px;
  color:#fff;
}

.booking-steps p{
  color:#d5d5d5;
}

.local-card{
  max-width:1120px;
  margin:auto;
  text-align:center;
  border:1px solid var(--line);
  border-radius:38px;
  padding:54px;
  background:radial-gradient(circle at center,rgba(255,255,255,.07),rgba(255,255,255,.045) 45%,rgba(255,255,255,.025));
  box-shadow:var(--shadow);
}

.local-card p{
  color:#d6d6d6;
  font-size:18px;
}

.local-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:26px;
}

.local-tags span{
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff,#d8d8d8);
  border:1px solid rgba(255,255,255,.70);
  color:#000;
  font-weight:850;
}

.contact{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:38px;
  align-items:start;
}

.contact-copy p{
  color:#d5d5d5;
  font-size:18px;
}

.contact-form{
  padding:32px;
  border-radius:32px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
}

label{
  display:block;
  color:#fff;
  font-weight:850;
  margin-bottom:16px;
}

input,select,textarea{
  width:100%;
  margin-top:7px;
  padding:14px 15px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:#050505;
  color:#fff;
  font:inherit;
  outline:none;
  box-shadow:inset 0 1px 3px rgba(255,255,255,.04);
}

input:focus,select:focus,textarea:focus{
  border-color:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.08);
}

input::placeholder,textarea::placeholder{color:#aaa}

button{
  width:100%;
  border:0;
  border-radius:999px;
  padding:16px 20px;
  background:linear-gradient(135deg,#fff,#d8d8d8 55%,#f7f7f7);
  color:#000;
  font-weight:950;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 14px 38px rgba(255,255,255,.12), inset 0 1px 0 rgba(255,255,255,.9);
}

.floating-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:50;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.floating-actions a{
  padding:13px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff,#d8d8d8);
  color:#000;
  text-decoration:none;
  font-weight:950;
  box-shadow:0 14px 40px rgba(0,0,0,.40);
}

.site-footer{
  padding:52px 6vw;
  text-align:center;
  border-top:1px solid var(--line);
  color:#d2d2d2;
  background:linear-gradient(180deg,#050505,#141414);
}

.site-footer img{
  width:min(420px,88vw);
  border-radius:20px;
  opacity:.96;
}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease,transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}

@media(max-width:980px){
  .hero,.split,.contact{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .booking-steps{grid-template-columns:repeat(2,1fr)}
  .main-nav{display:none}
  .menu-toggle{display:block}
  .main-nav.open{
    display:flex;
    position:absolute;
    top:86px;
    right:6vw;
    left:6vw;
    flex-direction:column;
    align-items:stretch;
    padding:20px;
    border:1px solid var(--line);
    border-radius:22px;
    background:#050505;
  }
  .hero-visual{min-height:440px;display:flex;flex-direction:column}
  .floating-card{position:relative;inset:auto;margin:8px;width:90%}
  .crest-card{width:min(430px,92vw)}
}

@media(max-width:620px){
  .logo-frame{width:min(300px,90vw);height:68px}
  .typographic-logo{max-width:260px;max-height:58px}
  .section{padding:66px 5vw}
  .site-header{padding:12px 5vw;flex-wrap:wrap}
  .service-grid,.model-grid,.booking-steps,.stat-row{grid-template-columns:1fr}
  .hero h1,.section-heading h2,.split h2,.local-card h2,.contact-copy h2{font-size:39px}
  .lead{font-size:18px}
  .split,.local-card{padding:28px}
  .hero{padding-top:50px}
}
