:root {
  --black: #080808;
  --charcoal: #111111;
  --off-white: #f6f3ee;
  --muted: #b9b4ad;
  --line: rgba(255,255,255,.14);
  --pink: #d633c6;
  --cyan: #20d7d2;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--off-white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 99; background: white; color: black; padding: 10px 14px; }
.skip-link:focus { left: 10px; }
.announcement { padding: 8px 20px; text-align: center; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; background: linear-gradient(90deg, var(--pink), var(--cyan)); color: #050505; font-weight: 800; }
.site-header { position: absolute; width: 100%; z-index: 10; }
.nav { height: 88px; display: flex; justify-content: space-between; align-items: center; }
.brand { width: 175px; height: 64px; overflow: hidden; display: block; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.button) { text-decoration: none; font-weight: 600; font-size: 14px; }
.nav-links > a:not(.button):hover { color: var(--cyan); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 10px; }
.nav-toggle span { display:block; width: 25px; height: 2px; background: white; margin: 5px; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; padding: 15px 24px; background: var(--off-white); color: #080808; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--cyan); }
.button-small { padding: 10px 17px; font-size: 14px; }
.button-ghost { background: rgba(8,8,8,.35); color: white; border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.hero { min-height: 790px; position: relative; display: flex; align-items: end; padding: 175px 0 95px; overflow: hidden; }
.hero-image, .hero-overlay { position:absolute; inset:0; width:100%; height:100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.56) 48%, rgba(0,0,0,.17) 100%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
.hero-content { position: relative; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--cyan); }
h1,h2 { font-family: "Playfair Display", serif; line-height: 1.05; letter-spacing: -.03em; margin: 0; }
h1 { max-width: 850px; font-size: clamp(50px, 7vw, 92px); }
h2 { font-size: clamp(40px, 5vw, 67px); }
h3 { margin: 0 0 10px; font-size: 22px; }
.hero-copy { max-width: 690px; font-size: 19px; color: rgba(255,255,255,.82); margin: 25px 0 30px; }
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; }
.trust-strip { border-block: 1px solid var(--line); background: #0c0c0c; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { padding:25px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border:0; }
.trust-grid strong,.trust-grid span { display:block; }
.trust-grid span { font-size:13px; color:var(--muted); margin-top:3px; }
.section { padding: 110px 0; }
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.align-center { align-items:center; }
.lead { font-size: 20px; color: #e4e0da; }
.intro p:not(.eyebrow) { color: var(--muted); }
.cards-section { background: var(--off-white); color: #0a0a0a; }
.cards-section .eyebrow { color:#8d1685; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap: 20px; margin-top:55px; }
.feature-card { padding: 32px; min-height: 280px; border:1px solid #d7d1c8; background:white; display:flex; flex-direction:column; }
.feature-card .number { font-family:"Playfair Display",serif; font-size:38px; color:#8d1685; margin-bottom:auto; }
.feature-card p { color:#5f5a54; margin-bottom:0; }
.dark-section { background: #101010; }
.image-frame { aspect-ratio:1/1; border-radius: 24px; overflow:hidden; border:1px solid var(--line); background:black; }
.image-frame img { width:100%; height:100%; object-fit:cover; }
.check-list { list-style:none; padding:0; margin:28px 0; }
.check-list li { padding:10px 0 10px 30px; position:relative; border-bottom:1px solid var(--line); }
.check-list li::before { content:"✦"; position:absolute; left:0; color:var(--pink); }
.text-link { font-weight:800; text-decoration:none; border-bottom:1px solid var(--cyan); padding-bottom:4px; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:50px; }
.steps article { border-top:1px solid var(--line); padding-top:25px; }
.steps span { display:inline-grid; place-items:center; width:40px; height:40px; border:1px solid var(--pink); border-radius:50%; margin-bottom:40px; }
.steps p { color:var(--muted); }
.location-section { background: linear-gradient(135deg, #191919, #0b0b0b); }
.location-card { min-height:380px; border:1px solid var(--line); border-radius:24px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:35px; background:radial-gradient(circle at center, rgba(32,215,210,.14), transparent 58%); }
.location-card .pin { font-size:55px; color:var(--cyan); }
.location-card p { text-transform:uppercase; letter-spacing:.16em; margin:15px 0 4px; }
.location-card strong { font:700 42px/1.1 "Playfair Display",serif; }
.location-card small { color:var(--muted); margin-top:15px; }
.faq-section { background:var(--off-white); color:#0a0a0a; }
.faq-section .eyebrow { color:#8d1685; }
.accordion { margin-top:45px; border-top:1px solid #d6d0c8; }
details { border-bottom:1px solid #d6d0c8; }
summary { cursor:pointer; list-style:none; padding:23px 42px 23px 0; font-weight:700; font-size:18px; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:4px; font-size:26px; font-weight:400; }
details[open] summary::after { content:"−"; }
details p { color:#5f5a54; padding:0 45px 24px 0; margin:0; }
.enquiry-section { background:#0e0e0e; }
.enquiry-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:75px; }
.contact-links { display:flex; flex-direction:column; gap:8px; margin-top:30px; }
.contact-links a { text-decoration:none; color:var(--cyan); font-weight:700; overflow-wrap:anywhere; }
.enquiry-form { background:var(--off-white); color:#0a0a0a; border-radius:20px; padding:30px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
label { display:block; font-size:13px; font-weight:700; margin-bottom:15px; }
input,select,textarea { width:100%; margin-top:7px; padding:14px; border:1px solid #cbc4bb; border-radius:10px; background:white; font:inherit; color:#090909; }
textarea { resize:vertical; }
.enquiry-form .button { width:100%; background:#0b0b0b; color:white; }
.enquiry-form .button:hover { background:#8d1685; }
.form-note { font-size:12px; color:#6d675f; text-align:center; margin:12px 0 0; }
.site-footer { border-top:1px solid var(--line); padding:65px 0 25px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:55px; }
.footer-brand img { width:180px; height:70px; object-fit:cover; }
.footer-brand p { color:var(--muted); max-width:400px; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; gap:8px; }
.footer-grid a { color:var(--muted); text-decoration:none; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); padding-top:22px; margin-top:55px; font-size:12px; color:#888; }
@media (max-width: 850px) {
  .site-header { position:absolute; }
  .nav { height:74px; }
  .brand { width:140px; height:52px; }
  .nav-toggle { display:block; }
  .nav-links { display:none; position:absolute; top:108px; left:20px; right:20px; padding:24px; background:#0d0d0d; border:1px solid var(--line); border-radius:15px; flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .hero { min-height:760px; padding-bottom:70px; }
  .hero-overlay { background:linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.28) 75%); }
  .hero-image { object-position:60% center; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .split,.enquiry-grid { grid-template-columns:1fr; gap:45px; }
  .feature-grid,.steps { grid-template-columns:1fr 1fr; }
  .section { padding:80px 0; }
}
@media (max-width: 560px) {
  .container,.narrow { width:min(calc(100% - 28px), var(--max)); }
  .announcement { font-size:10px; }
  h1 { font-size:47px; }
  h2 { font-size:40px; }
  .hero-copy { font-size:17px; }
  .hero-actions .button { width:100%; }
  .trust-grid,.feature-grid,.steps,.form-row,.footer-grid { grid-template-columns:1fr; }
  .trust-grid div { border-right:0; border-bottom:1px solid var(--line); }
  .trust-grid div:last-child { border-bottom:0; }
  .feature-card { min-height:230px; }
  .steps article { display:grid; grid-template-columns:52px 1fr; column-gap:10px; }
  .steps span { grid-row:1/3; margin:0; }
  .steps p { grid-column:2; }
  .enquiry-form { padding:20px; }
  .footer-bottom { flex-direction:column; }
}
