@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --forest: #17352d;
  --forest-deep: #0e2922;
  --cream: #f2eddf;
  --paper: #f7f4ea;
  --orange: #e9693c;
  --yellow: #f0b643;
  --ink: #14221d;
  --muted: #64716b;
  --line: rgba(20, 34, 29, 0.18);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img, svg { display: block; max-width: 100%; }

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--cream);
  color: var(--forest);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 88px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 180ms ease, height 180ms ease, color 180ms ease;
}

.site-header.scrolled {
  height: 72px;
  background: rgba(14, 41, 34, 0.95);
  backdrop-filter: blur(14px);
}

.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }

.brand-mark { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.75; }

.brand-name { font-size: 1.05rem; line-height: 1; font-weight: 700; letter-spacing: 0.15em; }

.brand-name span { font-weight: 400; }

.site-nav { display: flex; align-items: center; gap: 34px; font-size: 0.79rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

.site-nav a { text-decoration: none; }

.site-nav > a:not(.nav-cta) { position: relative; }

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta { padding: 13px 17px; border: 1px solid currentColor; }

.menu-toggle { display: none; background: none; border: 0; color: inherit; padding: 10px 0 10px 10px; }

.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 1px; background: currentColor; margin: 6px 0; transition: transform 180ms ease; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; color: white; background: var(--forest); }

.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }

.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 27, 22, 0.84) 0%, rgba(8, 27, 22, 0.58) 38%, rgba(8, 27, 22, 0.05) 72%), linear-gradient(0deg, rgba(8, 27, 22, 0.28), transparent 38%); }

.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; }

.eyebrow span { width: 28px; height: 1px; background: var(--yellow); }

.hero h1, .section h2 { margin: 0; font-weight: 400; letter-spacing: -0.045em; }

.hero h1 { max-width: 760px; font-size: clamp(5rem, 9.5vw, 9rem); line-height: 0.79; }

.hero h1 em, .section h2 em { color: var(--yellow); font-family: var(--serif); font-weight: 400; }

.hero-copy { max-width: 555px; margin: 35px 0 0; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.65; color: rgba(255,255,255,0.82); }

.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 0; font-weight: 700; font-size: 0.76rem; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform 180ms ease, background 180ms ease; }

.button:hover { transform: translateY(-2px); }

.button-primary { color: white; background: var(--orange); }

.button-primary:hover { background: #dc5a30; }

.button-cream { background: var(--cream); color: var(--forest); }

.text-link { display: inline-flex; gap: 12px; align-items: center; padding: 10px 0; font-size: 0.85rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }

.text-link span { transition: transform 180ms ease; }

.text-link:hover span { transform: translate(3px, 3px); }

.hero-status { position: absolute; z-index: 3; right: 28px; bottom: 28px; display: grid; grid-template-columns: auto auto; gap: 3px 10px; min-width: 245px; padding: 17px 20px; color: var(--forest); background: rgba(242, 237, 223, 0.94); font-size: 0.72rem; letter-spacing: 0.05em; text-transform: uppercase; }

.hero-status .status-dot { grid-row: 1 / 3; align-self: center; }

.hero-status strong { font-size: 0.7rem; }

.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(233, 105, 60, 0.14); }

.ticker { overflow: hidden; color: var(--forest); background: var(--yellow); }

.ticker-track { display: flex; width: max-content; gap: 27px; padding: 15px 0; align-items: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; animation: ticker 25s linear infinite; }

.ticker-track i { font-style: normal; color: rgba(23, 53, 45, 0.45); }

@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: 120px; }

.section-number { margin-bottom: 40px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; color: var(--muted); }

.section-number.light { color: rgba(255,255,255,0.52); }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }

.section h2 { font-size: clamp(3.5rem, 6.7vw, 6.8rem); line-height: 0.9; }

.intro-copy { padding-top: 10px; max-width: 540px; }

.intro-copy p { color: var(--muted); font-size: 1rem; line-height: 1.75; }

.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.42; }

.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.fact-strip > div { display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding: 25px 28px; border-right: 1px solid var(--line); }

.fact-strip > div:first-child { padding-left: 0; }
.fact-strip > div:last-child { border-right: 0; }

.fact-strip strong { font-family: var(--serif); font-size: 3.3rem; font-weight: 400; line-height: 1; color: var(--orange); }

.fact-strip span { margin-top: 10px; color: var(--muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

.services { color: white; background: var(--forest); }

.section-heading { display: grid; grid-template-columns: 0.7fr 1.3fr 0.8fr; align-items: end; gap: 30px; margin-bottom: 70px; }

.section-heading .section-number { align-self: start; }

.section-heading h2 { grid-column: 2; }

.section-heading > p { grid-column: 3; margin: 0 0 5px; color: rgba(255,255,255,0.62); line-height: 1.65; }

.section-heading.dark > p { color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.service-card { position: relative; min-height: 500px; padding: 27px 28px 30px; border: 1px solid rgba(255,255,255,0.18); border-right: 0; transition: background 200ms ease, transform 200ms ease; }

.service-card:last-child { border-right: 1px solid rgba(255,255,255,0.18); }

.service-card:hover { z-index: 2; background: rgba(255,255,255,0.06); transform: translateY(-8px); }

.service-card.feature { color: var(--forest); background: var(--yellow); border-color: var(--yellow); }

.service-card.feature:hover { background: #f4bf55; }

.service-topline { display: flex; justify-content: space-between; font-size: 0.65rem; letter-spacing: 0.12em; opacity: 0.58; text-transform: uppercase; }

.service-icon { width: 98px; height: 98px; margin: 62px 0 32px; color: var(--yellow); }

.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }

.feature .service-icon { color: var(--forest); }

.service-card h3 { margin: 0; font-family: var(--serif); font-size: 2.25rem; font-weight: 400; }

.service-card p { margin: 15px 0 55px; color: rgba(255,255,255,0.63); font-size: 0.93rem; line-height: 1.68; }

.service-card.feature p { color: rgba(23,53,45,0.7); }

.card-tag { position: absolute; left: 28px; bottom: 29px; padding-top: 9px; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border-top: 1px solid currentColor; opacity: 0.7; }

.crew .section-heading { margin-bottom: 48px; }

.crew-list { border-top: 1px solid var(--line); }

.crew-member { display: grid; grid-template-columns: 90px 92px 1fr 1fr; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }

.crew-id { color: var(--muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; }

.crew-avatar { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 50%; color: var(--cream); font-family: var(--serif); font-size: 1.8rem; }

.avatar-pilot { background: var(--forest); }
.avatar-bag { background: var(--orange); }
.avatar-cabin { background: var(--yellow); color: var(--forest); }

.crew-role { margin: 0 0 4px; color: var(--orange); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.crew-member h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }

.crew-member > p { max-width: 450px; margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }

.schedule { position: relative; overflow: hidden; color: white; background: var(--forest-deep); }

.schedule-bg { position: absolute; inset: 0; opacity: 0.13; background-image: url('/assets/woollyair-sussex-flight.jpg'); background-size: cover; background-position: center; filter: grayscale(1); }

.schedule::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--forest-deep) 18%, rgba(14,41,34,.76)); }

.schedule-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; align-items: center; }

.schedule-copy p { max-width: 360px; margin: 28px 0; color: rgba(255,255,255,0.6); line-height: 1.65; }

.departure-board { background: #101b18; border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 25px 70px rgba(0,0,0,0.23); }

.board-head, .board-row { display: grid; grid-template-columns: 0.65fr 1.8fr 0.7fr 1fr; gap: 15px; align-items: center; }

.board-head { padding: 14px 19px; color: rgba(255,255,255,0.42); background: rgba(255,255,255,0.05); font-size: 0.61rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.board-row { min-height: 76px; padding: 15px 19px; border-top: 1px solid rgba(255,255,255,0.11); font-size: 0.83rem; }

.board-row strong { color: var(--yellow); letter-spacing: 0.08em; }
.board-row time { color: rgba(255,255,255,0.68); }
.board-row em { color: var(--orange); font-size: 0.72rem; font-style: normal; font-weight: 700; text-transform: uppercase; }

.board-row.flipping > * { animation: flip 360ms ease; }

@keyframes flip { 50% { opacity: 0; transform: translateY(6px); } }

.board-note { display: flex; align-items: center; gap: 12px; padding: 15px 19px; color: rgba(255,255,255,0.42); border-top: 1px solid rgba(255,255,255,0.11); font-size: 0.63rem; letter-spacing: 0.07em; text-transform: uppercase; }

.disclaimer { display: grid; grid-template-columns: 0.35fr 1fr 1fr; gap: 55px; align-items: start; }

.warning-mark { display: grid; width: 92px; height: 92px; place-items: center; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); font-family: var(--serif); font-size: 4rem; }

.disclaimer h2 { font-size: clamp(3.5rem, 5.8vw, 6rem); }

.disclaimer-copy { padding-top: 50px; }

.disclaimer-copy p { color: var(--muted); line-height: 1.7; }

.dark-link { margin-top: 20px; color: var(--forest); }

.site-footer { padding: 65px 0 35px; color: white; background: var(--forest-deep); }

.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 55px; }

.footer-brand { font-size: 1.35rem; }
.footer-brand .brand-mark { width: 52px; height: 52px; }

.footer-grid > p { margin: 15px 0 0; color: rgba(255,255,255,0.55); text-align: right; }

.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 50px; padding-top: 25px; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.13); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 700px); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; justify-content: center; gap: 34px; background: var(--forest-deep); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { font-size: 1.1rem; }
  .hero { min-height: 730px; }
  .hero h1 { font-size: clamp(4.6rem, 15vw, 7rem); }
  .hero-image { object-position: 63% 50%; }
  .hero-status { right: 18px; bottom: 18px; }
  .section { padding-block: 90px; }
  .intro-grid, .schedule-inner { grid-template-columns: 1fr; gap: 45px; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact-strip > div:nth-child(3) { padding-left: 0; }
  .section-heading { grid-template-columns: 1fr 1.8fr; }
  .section-heading h2 { grid-column: 2; }
  .section-heading > p { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .service-card:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-icon { margin-top: 38px; }
  .crew-member { grid-template-columns: 55px 80px 1fr; }
  .crew-member > p { grid-column: 3; }
  .disclaimer { grid-template-columns: 0.25fr 1fr; }
  .disclaimer-copy { grid-column: 2; padding-top: 0; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 30px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: .92rem; }
  .hero { min-height: 720px; max-height: none; }
  .hero-image { object-position: 69% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,27,22,.86), rgba(8,27,22,.38)), linear-gradient(0deg, rgba(8,27,22,.55), transparent 55%); }
  .hero-content { justify-content: flex-end; padding: 120px 0 125px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 5.5rem); }
  .hero-copy { margin-top: 26px; font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 27px; }
  .hero-status { right: 15px; bottom: 15px; left: 15px; min-width: 0; }
  .section { padding-block: 75px; }
  .section-number { margin-bottom: 26px; }
  .section h2 { font-size: clamp(3.4rem, 16vw, 4.7rem); }
  .intro-grid { gap: 35px; }
  .fact-strip { margin-top: 60px; }
  .fact-strip > div { min-height: 120px; padding: 20px 12px; }
  .fact-strip > div:first-child, .fact-strip > div:nth-child(3) { padding-left: 0; }
  .fact-strip strong { font-size: 2.6rem; }
  .fact-strip span { font-size: .6rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 25px; }
  .section-heading > p { max-width: 390px; }
  .service-card { min-height: 420px; }
  .crew-member { grid-template-columns: 40px 66px 1fr; gap: 14px; }
  .crew-avatar { width: 58px; height: 58px; }
  .crew-member h3 { font-size: 1.65rem; }
  .crew-member > p { grid-column: 2 / -1; padding-left: 0; }
  .board-head, .board-row { grid-template-columns: .65fr 1.5fr 1fr; }
  .board-head span:nth-child(3), .board-row time { display: none; }
  .board-row { min-height: 84px; font-size: .76rem; }
  .disclaimer { display: block; }
  .warning-mark { width: 68px; height: 68px; margin-bottom: 35px; font-size: 3rem; }
  .disclaimer-copy { padding-top: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid > p { text-align: left; }
  .footer-meta { grid-column: 1; flex-direction: column; gap: 10px; margin-top: 35px; }
}

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