:root {
  --ink: #101820;
  --navy: #071521;
  --paper: #f6f3ed;
  --white: #fff;
  --gold: #b89252;
  --gold-dark: #85652f;
  --line: rgba(16, 24, 32, .14);
  --muted: #5d666d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4.5vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.site-header.inner { position: relative; background: var(--navy); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}
.brand-mark::after {
  content: "P";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gold);
  font: 20px/1 var(--serif);
  transform: rotate(-45deg);
}
.brand strong { display: block; font: 600 1.05rem/1 var(--serif); letter-spacing: .08em; text-transform: uppercase; }
.brand small { display: block; margin-top: 4px; color: #c8cdd1; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover, .footer-links a:hover { color: var(--gold); }
.menu-btn { display: none; padding: 8px; color: white; background: none; border: 0; font-size: 1.5rem; cursor: pointer; }

.hero {
  min-height: 760px;
  display: flex;
  align-items: end;
  padding: 180px 0 90px;
  color: var(--white);
  background: linear-gradient(90deg, rgba(4,12,19,.93) 0%, rgba(4,12,19,.72) 43%, rgba(4,12,19,.08) 76%), url("assets/hero.webp") center/cover;
}
.hero-copy { max-width: 820px; }
.hero .eyebrow { color: #d6b77e; }
.hero p { max-width: 610px; margin: 28px 0 36px; color: #d9dddf; font-size: 1.12rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #101820;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s ease;
}
.btn:hover { background: #cfad73; border-color: #cfad73; transform: translateY(-2px); }
.btn-outline { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.btn-outline:hover { color: var(--ink); background: white; border-color: white; }

.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-white { background: var(--white); }
.section-dark { color: white; background: var(--navy); }
.intro-grid, .split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.lead { color: var(--muted); font-size: 1.17rem; }
.section-dark .lead { color: #bdc5c9; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 60px; background: var(--line); border: 1px solid var(--line); }
.fact { padding: 30px; background: var(--paper); }
.fact strong { display: block; color: var(--gold-dark); font: 500 2rem/1 var(--serif); }
.fact span { display: block; margin-top: 8px; color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; margin-top: 48px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.gallery img { height: 500px; object-fit: cover; transition: transform .5s ease; }
.gallery figure:nth-child(2) img { height: 500px; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 24px 20px; color: white; background: linear-gradient(transparent, rgba(5,13,20,.88)); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.card { min-height: 250px; padding: 32px; border: 1px solid var(--line); background: white; }
.card-index { display: block; margin-bottom: 45px; color: var(--gold-dark); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.card p { margin: 16px 0 0; color: var(--muted); font-size: .94rem; }
.visit-panel { padding: clamp(40px, 7vw, 84px); background: #0d2634; border: 1px solid rgba(255,255,255,.12); }
.visit-panel .split { align-items: center; }
.contact-list { display: grid; gap: 0; }
.contact-row { display: grid; grid-template-columns: 135px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-row span { color: #96a3aa; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.contact-row a { color: white; text-decoration: none; }

.page-hero { padding: 90px 0 72px; color: white; background: var(--navy); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 6vw, 5.4rem); }
.page-hero p { max-width: 680px; margin-top: 24px; color: #bbc4c9; font-size: 1.08rem; }
.content { max-width: 820px; }
.content h2 { margin: 50px 0 18px; font-size: 2rem; letter-spacing: -.02em; }
.content h3 { margin: 28px 0 10px; font-size: 1.25rem; }
.content p, .content li { color: #4e585f; }
.content a { color: var(--gold-dark); }
.content li { margin-bottom: 8px; }
.job-list { display: grid; gap: 12px; margin-top: 44px; }
.accordion { border: 1px solid var(--line); background: white; }
.accordion button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 23px 26px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}
.accordion button::after { content: "+"; color: var(--gold-dark); font-size: 1.4rem; font-weight: 400; }
.accordion.open button::after { content: "−"; }
.accordion-body { display: none; padding: 0 26px 24px; color: var(--muted); }
.accordion.open .accordion-body { display: block; }
.notice { margin-top: 34px; padding: 24px; border-left: 3px solid var(--gold); background: white; }

.site-footer { padding: 64px 0 28px; color: #c6cdd1; background: #041019; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; }
.footer-title { margin-bottom: 16px; color: white; font: 500 1.1rem var(--serif); }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #b7c0c5; font-size: .86rem; text-decoration: none; }
.footer-note { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8c93; font-size: .72rem; }

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(2,9,14,.9);
  backdrop-filter: blur(8px);
}
.age-gate.visible { display: grid; }
.age-box { width: min(520px, 100%); padding: 48px; color: white; background: #0c202d; border: 1px solid rgba(184,146,82,.55); text-align: center; }
.age-badge { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font: 500 1.7rem var(--serif); }
.age-box h2 { font-size: 2.1rem; }
.age-box p { margin: 18px 0 26px; color: #bdc7cc; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.age-actions .btn { width: 100%; }
.age-exit { color: white; background: transparent; border-color: rgba(255,255,255,.35); }
.cookie-banner {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  width: min(430px, calc(100% - 40px));
  display: none;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(3,14,22,.2);
}
.cookie-banner.visible { display: block; }
.cookie-banner p { color: var(--muted); font-size: .86rem; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .btn { min-height: 42px; padding: 0 16px; }
.btn-ghost { background: transparent; }

@media (max-width: 800px) {
  .nav { min-height: 74px; }
  .menu-btn { display: block; }
  .nav-links {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 18px 20px 26px;
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 8px 0; }
  .hero { min-height: 700px; background-position: 62% center; }
  .intro-grid, .split, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .facts, .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery figure:nth-child(2) img { height: 370px; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand small { display: none; }
  .hero { min-height: 680px; padding-bottom: 62px; }
  h1 { font-size: 3.2rem; }
  .section { padding: 68px 0; }
  .gallery img, .gallery figure:nth-child(2) img { height: 300px; }
  .age-box { padding: 34px 22px; }
  .age-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
