:root {
  --petrol: #0b5c55;
  --petrol-deep: #073f3b;
  --petrol-ink: #032d2a;
  --yellow: #f3d52f;
  --cream: #f4f0e7;
  --ink: #102a27;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #123f48; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hero { min-height: 820px; position: relative; overflow: hidden; color: white; background: var(--petrol); }
.hero::before { content: ""; position: absolute; inset: auto -5% -35% 43%; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.grain { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.22) .55px, transparent .6px); background-size: 5px 5px; }
.nav { height: 98px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); position: relative; z-index: 3; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 800; letter-spacing: -.02em; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: .85rem; }
.nav__link { padding: 12px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: .85rem; font-weight: 700; }
.nav__link span { color: var(--yellow); margin-left: 6px; }

.hero__grid { min-height: 610px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; position: relative; z-index: 2; }
.hero__copy { padding: 80px 0 105px; position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; color: var(--yellow); }
.kicker span { width: 34px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; font-weight: 900; letter-spacing: -.06em; }
h1 { max-width: 580px; margin-top: 22px; font-size: clamp(4.4rem, 8vw, 7.6rem); line-height: .84; }
h1 em, h2 em { color: var(--yellow); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
.lead { max-width: 530px; margin: 34px 0 38px; font-size: 1.06rem; line-height: 1.72; color: rgba(255,255,255,.82); }
.primary-button { display: inline-flex; align-items: center; gap: 22px; padding: 17px 22px; border-radius: 4px; background: var(--yellow); color: var(--petrol-ink); font-weight: 900; box-shadow: 5px 5px 0 var(--petrol-ink); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--petrol-ink); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.website-button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 4px 9px; border-bottom: 2px solid var(--yellow); color: white; font-weight: 900; }
.website-button span { color: var(--yellow); }

.portrait-wrap { align-self: end; justify-self: end; width: min(610px, 52vw); height: 680px; position: relative; }
.portrait { position: absolute; z-index: 2; right: -3%; bottom: -1px; width: 103%; height: 100%; object-fit: cover; object-position: 48% 33%; mix-blend-mode: multiply; filter: contrast(1.05); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 99%); mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 99%); }
.hero__footer { position: absolute; z-index: 3; bottom: 35px; left: 50%; transform: translateX(-50%); display: flex; align-items: flex-end; gap: 22px; }
.hero__footer p { margin: 0; text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.6; }
.scribble { color: var(--yellow); font: 3rem Georgia, serif; transform: rotate(12deg); }

.brand-banner { min-height: 0; aspect-ratio: 1934 / 566; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; background: #123f48; }
.brand-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.brand-banner p { width: min(1180px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; text-align: right; color: white; text-transform: uppercase; font-size: clamp(1.25rem, 2.4vw, 2.35rem); line-height: 1.2; letter-spacing: .02em; }
.brand-banner strong { color: var(--yellow); font: italic 500 1.15em Georgia, serif; text-transform: none; }

.routes { padding: 115px 0 125px; background: var(--cream); }
.routes__intro { display: grid; grid-template-columns: 1.1fr .8fr; column-gap: 80px; align-items: end; margin-bottom: 64px; }
.routes__intro .kicker { grid-column: 1 / -1; }
.kicker--dark { color: var(--petrol); }
h2 { margin-top: 18px; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .9; }
.routes__intro > p:last-child { margin: 0 0 5px; font: 1.35rem/1.55 Georgia, serif; color: #45605c; }
.cards { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }
.route-card { min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(8,65,60,.18); background: #fff; transition: transform .25s, box-shadow .25s; }
.route-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(7,63,59,.15); }
.route-card--1 { background: var(--yellow); border-color: var(--yellow); }
.route-card--2 { color: white; background: var(--petrol); }
.route-card--3 { background: #e6e0d3; }
.card-number { margin: 0 0 55px; font: italic 1.3rem Georgia, serif; opacity: .6; }
.card-eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 900; opacity: .7; }
h3 { font-size: clamp(2.15rem, 3.1vw, 3.3rem); line-height: .98; }
.card-text { max-width: 340px; font-size: .94rem; line-height: 1.65; opacity: .78; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 22px; border-top: 1px solid currentColor; }
.card-link { font-weight: 900; }
.card-link span { margin-left: 8px; }
.private-badge { padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: .55rem; font-weight: 900; opacity: .7; }

footer { padding: 35px 0; color: white; background: var(--petrol-ink); }
.footer__inner { display: grid; grid-template-columns: 1fr 1.6fr 1fr; align-items: center; gap: 24px; }
.footer__claim { display: flex; align-items: center; gap: 11px; color: var(--yellow); }
.footer__inner p { text-align: center; opacity: .65; font-size: .72rem; }
.footer__inner > a { text-align: right; font-weight: 800; font-size: .78rem; }
.extinguisher { position: relative; display: inline-grid; place-items: center; width: 27px; height: 37px; border: 2px solid var(--yellow); border-radius: 4px 4px 8px 8px; font-weight: 900; }
.extinguisher__handle { position: absolute; width: 17px; height: 7px; border: 2px solid var(--yellow); border-bottom: 0; top: -8px; left: 3px; }
.extinguisher__hose { position: absolute; width: 10px; height: 17px; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); border-radius: 0 0 8px 0; right: -9px; top: 4px; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding: 70px 0 20px; }
  .portrait-wrap { width: 100%; height: 580px; justify-self: center; }
  .portrait { right: 0; width: 100%; object-position: 50% 30%; }
  .hero__footer { position: relative; bottom: auto; left: auto; transform: none; padding-bottom: 35px; }
  .routes__intro { grid-template-columns: 1fr; gap: 28px; }
  .routes__intro .kicker { grid-column: auto; }
  .cards { grid-template-columns: 1fr; }
  .route-card { min-height: 370px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: 78px; }
  .nav__link { display: none; }
  .brand-banner { min-height: 420px; aspect-ratio: auto; align-items: flex-end; }
  .brand-banner img { width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: left center; }
  .brand-banner p { padding-bottom: 34px; }
  h1 { font-size: 4.2rem; }
  .lead { font-size: .98rem; }
  .portrait-wrap { height: 455px; }
  .portrait { width: 116%; right: -8%; object-position: 47% 32%; }
  .routes { padding: 80px 0; }
  h2 { font-size: 3.6rem; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .footer__claim { justify-content: center; }
  .footer__inner > a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .route-card, .primary-button { transition: none; } }
