:root {
  --ink: #111111;
  --muted: #68645e;
  --gold: #bd9650;
  --gold-light: #e8d6b2;
  --paper: #f7f5f0;
  --white: #ffffff;
  --line: rgba(17,17,17,.13);
  --shadow: 0 30px 80px rgba(17,17,17,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  background: rgba(247,245,240,.9);
  border-bottom: 1px solid rgba(17,17,17,.08);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { width: 126px; height: 50px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; transform: scale(1.48); }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); font-size: .92rem; font-weight: 600; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--gold); }
.nav-cta { background: var(--ink); color: white !important; padding: .7rem 1.15rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px; }

.hero {
  min-height: calc(100vh - 82px);
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 4vw;
  align-items: center;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 1rem;
  color: #89692f;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.15rem, 6.2vw, 7rem); letter-spacing: -.065em; }
h1 span { color: var(--gold); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.15rem, 4vw, 4.5rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; }
.hero-lead { max-width: 580px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.2rem; }
.button {
  min-height: 52px;
  padding: .85rem 1.45rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-secondary { background: transparent; }
.trust-line { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: var(--muted); font-size: .86rem; }
.trust-line span::before { content: "·"; color: var(--gold); font-size: 1.2rem; margin-right: .5rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual img { position: relative; z-index: 2; width: 112%; max-width: none; margin-left: -4%; filter: drop-shadow(0 40px 40px rgba(17,17,17,.15)); }
.gold-orbit { position: absolute; z-index: 1; width: 72%; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; right: 6%; top: 7%; }
.gold-orbit::after { content: ""; position: absolute; inset: 11%; border-radius: 50%; background: linear-gradient(145deg, rgba(200,164,93,.22), transparent 65%); }
.vehicle-note { position: absolute; z-index: 3; right: 2%; bottom: 0; padding: 1rem 1.2rem; background: var(--white); box-shadow: var(--shadow); border-left: 3px solid var(--gold); }
.vehicle-note strong, .vehicle-note span { display: block; }
.vehicle-note span { color: var(--muted); font-size: .8rem; }

.promise {
  background: var(--ink);
  color: var(--white);
  padding: 1.8rem clamp(1.25rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.promise article { display: flex; align-items: center; gap: 1rem; }
.promise strong { color: var(--gold); font-family: "Manrope"; font-size: 1.4rem; }
.promise span { font-size: .9rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); scroll-margin-top: 80px; }
.section-heading { margin-bottom: 3.5rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.section-heading > p { margin: 0 0 1.3rem; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 2.6rem; }
.transport-section { background: var(--white); }
.transport-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.route-card { min-height: 310px; padding: 2rem; border: 1px solid var(--line); display: flex; flex-direction: column; }
.route-card p:not(.card-number) { color: var(--muted); }
.route-featured { background: var(--ink); color: var(--white); border-color: var(--ink); transform: translateY(-1rem); }
.route-featured p:not(.card-number) { color: rgba(255,255,255,.7); }
.card-number { color: var(--gold); font: 700 1rem "Manrope"; }
.card-link { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid currentColor; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.capacity-panel { margin-top: 3rem; padding: clamp(2rem, 4vw, 4rem); background: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.capacity-panel p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.capacity-visual { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: .6rem; }
.capacity-visual span { padding: 1rem; text-align: center; background: white; border: 1px solid var(--line); font-size: .85rem; }
.capacity-visual .driver { background: var(--ink); color: white; border-color: var(--ink); }
.capacity-visual .luggage { grid-column: 1 / -1; background: var(--gold-light); border-color: var(--gold); }

.fishing-section { position: relative; min-height: 620px; background: #121a19; color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; align-items: center; overflow: hidden; }
.fishing-section::before { content: ""; position: absolute; inset: auto 0 0; height: 44%; background: linear-gradient(175deg, transparent 48%, rgba(189,150,80,.15) 49%, rgba(189,150,80,.15) 51%, transparent 52%); }
.fishing-mark { position: relative; z-index: 1; color: var(--gold); font: 800 clamp(8rem, 19vw, 18rem)/.75 "Manrope"; letter-spacing: -.08em; }
.fishing-mark span { font-size: .22em; letter-spacing: 0; }
.fishing-copy { position: relative; z-index: 2; max-width: 700px; }
.fishing-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.fishing-steps { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.fishing-steps span { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .82rem; }

.projects-section { background: var(--paper); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.project-card:hover { background: white; transform: translateY(-3px); }
.project-card.active { background: var(--white); }
.status { display: inline-flex; margin-bottom: 3rem; color: #89692f; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-card p { color: var(--muted); }

.founder-section { background: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.founder-copy { max-width: 760px; }
.large-copy { margin-top: 0; color: var(--ink) !important; font-size: clamp(1.35rem, 2.5vw, 2.25rem); line-height: 1.35; letter-spacing: -.02em; }
.founder-copy > p { color: var(--muted); }
blockquote { margin: 2.5rem 0 0; padding: 1.5rem 0 1.5rem 1.7rem; border-left: 3px solid var(--gold); font: 700 clamp(1.15rem, 2vw, 1.6rem)/1.45 "Manrope"; }

.booking-section { background: var(--gold-light); display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: start; }
.booking-intro { position: sticky; top: 120px; }
.booking-intro > p:not(.eyebrow) { color: #675b47; }
.contact-note { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(17,17,17,.2); }
.contact-note span, .contact-note a { display: block; }
.contact-note span { font-size: .8rem; color: #675b47; }
.contact-note a { color: #111; font-family: "Manrope", sans-serif; font-weight: 800; text-decoration: none; }
.contact-note a:hover, .contact-note a:focus-visible, footer a:hover, footer a:focus-visible { color: #a27d38; }
.booking-form { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--white); box-shadow: var(--shadow); }
.booking-form label { display: block; margin-bottom: 1.25rem; font-size: .86rem; font-weight: 700; }
.booking-form input, .booking-form select {
  width: 100%;
  min-height: 50px;
  margin-top: .4rem;
  padding: .75rem .9rem;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid #d8d3ca;
  border-radius: 0;
}
.booking-form input:focus, .booking-form select:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.booking-form input[readonly] { background: #eeeae1; color: #111; font-weight: 700; cursor: not-allowed; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.submit-button { width: 100%; border-radius: 0; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; color: #675b47; font-size: .85rem; text-align: center; }
.form-status a { color: #111; font-weight: 800; }

footer {
  padding: 3rem clamp(1.25rem, 7vw, 7rem);
  background: var(--ink);
  color: rgba(255,255,255,.65);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  font-size: .82rem;
}
.footer-brand { width: 120px; height: 48px; overflow: hidden; background: white; display: flex; align-items: center; }
.footer-brand img { transform: scale(1.4); }
.footer-slogan { display: inline-block; margin-bottom: .35rem; color: rgba(255,255,255,.92); }
footer a { color: inherit; text-decoration: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    padding: 1.5rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { position: relative; z-index: 5; }
  .hero-visual { margin-top: 1rem; }
  .hero-visual img { width: 120%; margin-left: -10%; }
  .promise { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading, .founder-section, .booking-section { grid-template-columns: 1fr; gap: 2rem; }
  .transport-grid, .projects-grid { grid-template-columns: 1fr 1fr; }
  .route-featured { transform: none; }
  .capacity-panel { grid-template-columns: 1fr; gap: 2rem; }
  .fishing-section { grid-template-columns: .65fr 1.35fr; }
  .booking-intro { position: static; }
  footer { grid-template-columns: 1fr; gap: .5rem; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero { padding-left: 1.1rem; padding-right: 1.1rem; }
  .hero-visual img { width: 140%; margin-left: -20%; }
  .vehicle-note { position: relative; right: auto; bottom: auto; width: fit-content; margin: -1rem 0 0 auto; }
  .transport-grid, .projects-grid, .form-row { grid-template-columns: 1fr; }
  .fishing-section { min-height: auto; grid-template-columns: 1fr; }
  .fishing-mark { font-size: 9rem; }
  .capacity-visual { grid-template-columns: 1fr 1fr; }
  .section { padding-left: 1.1rem; padding-right: 1.1rem; }
}

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