:root {
  --ink: #17140d;
  --muted: #6f695d;
  --gold: #d7ab18;
  --gold-dark: #9d7b00;
  --cream: #f7f2e7;
  --white: #fff;
  --line: rgba(23, 20, 13, .12);
  --container: 1180px;
  --radius: 22px;
  --shadow: 0 22px 65px rgba(20, 17, 10, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.gate-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { margin-bottom: 8px; line-height: 1.25; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--dark { color: var(--white); background: var(--ink); }
.eyebrow { margin-bottom: 14px; color: var(--gold-dark); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section--dark .eyebrow, .hero .eyebrow, .access-gate .eyebrow { color: #ffd659; }

.skip-link {
  position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px;
  background: var(--white); border-radius: 8px; transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.btn {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  padding: 12px 20px; border: 1px solid transparent; border-radius: 999px;
  text-decoration: none; font-weight: 850; cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { color: #17140d; background: var(--gold); }
.btn--gold:hover { background: #e9bd27; }
.btn--light { color: var(--ink); background: rgba(255,255,255,.95); }
.btn--ghost { color: white; border-color: rgba(255,255,255,.3); background: transparent; }
.btn--wide { width: 100%; }

.access-gate {
  position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center;
  padding: 20px; background: rgba(10, 8, 4, .86); backdrop-filter: blur(12px);
  transition: opacity .25s ease, visibility .25s ease;
}
.access-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.access-gate__panel {
  width: min(100%, 650px); padding: 38px; text-align: center; color: white;
  background: linear-gradient(145deg, #241f13, #11100c);
  border: 1px solid rgba(255, 214, 90, .28); border-radius: 26px; box-shadow: var(--shadow);
}
.access-gate__logo { width: 210px; height: auto; margin: 0 auto 12px; }
.access-gate h1 { margin-bottom: 14px; font-size: clamp(2rem, 6vw, 3.5rem); }
.access-gate__actions { display: flex; gap: 12px; justify-content: center; margin: 24px 0 16px; flex-wrap: wrap; }
.access-gate small { color: rgba(255,255,255,.65); }

.site-header {
  position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(23, 20, 13, .08); backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 132px; height: 62px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 700; }
.nav-cta { padding: 10px 16px; color: white !important; background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero {
  position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden;
  color: white; background: #15120c;
}
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,3,.88) 0%, rgba(10,8,3,.64) 50%, rgba(10,8,3,.2) 100%); }
.hero__content { position: relative; z-index: 1; padding: 110px 0; }
.hero h1 { max-width: 950px; margin-bottom: 22px; }
.hero h1 span { color: #ffd659; }
.hero__lead { max-width: 690px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.hero__note { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: rgba(255,255,255,.72); font-size: .95rem; }
.hero__note strong { color: white; }
.hero__note > span:first-child { color: #ffd659; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 28px 26px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); font-size: .9rem; }

.split-layout, .partner-grid, .access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.image-frame__badge { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 16px 18px; background: rgba(255,255,255,.92); border-radius: 14px; font-weight: 800; }
.image-frame__badge span { color: var(--muted); font-weight: 500; }
.section-copy > p:not(.eyebrow), .section-heading > p, .partner-copy > p:not(.eyebrow), .access-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.section--dark .partner-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }

.service-grid { display: grid; gap: 14px; margin-top: 34px; }
.service-grid article { padding: 20px 22px; background: rgba(255,255,255,.55); border: 1px solid rgba(23,20,13,.1); border-radius: 16px; }
.service-grid article > span { display: inline-block; margin-bottom: 8px; color: var(--gold-dark); font-weight: 900; letter-spacing: .12em; }
.service-grid article p { margin-bottom: 0; color: var(--muted); }

.partner-visual { position: relative; }
.partner-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); }
.partner-visual blockquote { position: absolute; right: 26px; bottom: 24px; left: 26px; margin: 0; padding: 20px; background: rgba(23,20,13,.84); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; font-size: 1.1rem; }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #ffd659; font-weight: 900; }
.text-link { color: #ffd659; font-weight: 800; text-decoration: none; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading > p { max-width: 510px; margin-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 280px); gap: 18px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; background: #eee; border-radius: 18px; }
.gallery-card--large { grid-row: 1 / 3; }
.gallery-card picture, .gallery-card img { width: 100%; height: 100%; }
.gallery-card img { object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.03); }
.gallery-card figcaption { position: absolute; bottom: 14px; left: 16px; padding: 8px 12px; color: white; background: rgba(23,20,13,.82); border-radius: 999px; font-size: .86rem; font-weight: 700; }

.access-section { background: linear-gradient(135deg, #f7f2e7, #fff); }
.contact-card { margin-top: 28px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.contact-card address { margin-bottom: 12px; color: var(--muted); font-style: normal; }
.contact-card a { display: block; width: max-content; font-weight: 800; text-decoration: none; }
.professional-form { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 50px rgba(23,20,13,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.professional-form label { display: block; margin-bottom: 15px; font-size: .92rem; font-weight: 700; }
.professional-form input, .professional-form select, .professional-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #d8d2c6; border-radius: 10px; }
.professional-form input:focus, .professional-form select:focus, .professional-form textarea:focus { outline: 3px solid rgba(215,171,24,.18); border-color: var(--gold-dark); }
.checkbox-label { display: flex !important; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 500 !important; }
.checkbox-label input { width: auto; margin-top: 4px; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--gold-dark); font-weight: 700; }

.site-footer { padding: 56px 0 22px; color: rgba(255,255,255,.75); background: #0f0e0a; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 34px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: white; }
.footer-grid a { display: block; width: max-content; text-decoration: none; }
.footer-logo { width: 145px; height: 70px; margin-bottom: 10px; object-fit: contain; filter: brightness(1.3); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.footer-bottom a { color: #ffd659; font-weight: 700; text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a:focus-visible { text-decoration: underline; }
.floating-call { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: inline-flex; gap: 8px; align-items: center; padding: 12px 16px; color: var(--ink); background: var(--gold); border-radius: 999px; box-shadow: var(--shadow); font-weight: 900; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 76px 0; }
  .main-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .split-layout, .partner-grid, .access-grid { grid-template-columns: 1fr; gap: 42px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .access-gate__panel { padding: 28px 20px; }
  .access-gate__actions, .hero__actions { flex-direction: column; }
  .access-gate__actions .btn, .hero__actions .btn { width: 100%; }
  .hero { min-height: 670px; }
  .hero__overlay { background: linear-gradient(180deg, rgba(10,8,3,.76), rgba(10,8,3,.88)); }
  .trust-strip__grid, .footer-grid, .form-row { grid-template-columns: 1fr; }
  .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 350px 240px 240px; }
  .gallery-card--large { grid-row: auto; }
  .professional-form { padding: 22px 18px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
