:root {
  --ink: #102725;
  --deep: #071f1e;
  --green: #0b302d;
  --sea: #7ba49c;
  --sand: #ece6db;
  --paper: #f8f4ec;
  --white: #fffdf8;
  --gold: #d9b46f;
  --gold-dark: #b78e4d;
  --line: rgba(16, 39, 37, .17);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--deep); }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 999; padding: .8rem 1rem; color: var(--white); background: var(--deep); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; height: 94px; padding: 0 var(--pad); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16);
  transition: height .35s, background .35s, color .35s, border-color .35s, backdrop-filter .35s;
}
.site-header.scrolled { height: 76px; color: var(--ink); background: rgba(248,244,236,.94); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .85rem; justify-self: start; }
.brand-mark { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; }
.brand-copy { display: flex; flex-direction: column; gap: .15rem; }
.brand-copy strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; letter-spacing: .02em; }
.brand-copy small { opacity: .65; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; gap: clamp(1.3rem, 2.5vw, 2.8rem); align-items: center; }
.site-nav a { position: relative; padding: .45rem 0; font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; inset: auto 100% 0 0; height: 1px; background: currentColor; transition: inset .3s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { inset-right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .9rem; }
.language { width: 42px; height: 42px; border: 0; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; font-size: .72rem; letter-spacing: .1em; }
.header-cta { padding: .9rem 1.2rem; border: 1px solid currentColor; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s, background .25s; }
.header-cta:hover { color: var(--deep); background: var(--white); }
.scrolled .header-cta:hover { color: var(--white); background: var(--deep); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-mosaic { position: absolute; inset: 0 0 0 31%; display: grid; grid-template-columns: 1.08fr .92fr 1fr; grid-template-rows: 1fr 1fr; gap: 5px; overflow: hidden; background: var(--deep); animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-tile { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--green); perspective: 1400px; }
.hero-tile:nth-child(2), .hero-tile:nth-child(5) { height: 114%; transform: translateY(-7%); }
.hero-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; backface-visibility: hidden; transform-style: preserve-3d; filter: saturate(.88) contrast(1.03); transition: transform 1.45s cubic-bezier(.45,.05,.2,1); will-change: transform; }
.hero-tile img.hero-current { z-index: 1; transform: rotateY(0deg); }
.hero-tile img.hero-next { z-index: 2; transform: rotateY(-180deg); }
.hero-tile.flipping img.hero-current { transform: rotateY(180deg); }
.hero-tile.flipping img.hero-next { transform: rotateY(0deg); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,21,1) 0%, rgba(4,22,21,.98) 27%, rgba(4,22,21,.7) 46%, rgba(4,22,21,.08) 82%), linear-gradient(0deg, rgba(4,22,21,.78), transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 850px; padding: 12rem var(--pad) clamp(7.5rem, 13vh, 10rem); }
.eyebrow { margin: 0 0 1.7rem; color: var(--gold-dark); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.hero h1 { max-width: 810px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8.8vw, 9rem); font-weight: 400; line-height: .79; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 2.25rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.5rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 2.5rem; min-width: 210px; padding: 1.15rem 1.25rem; border: 1px solid transparent; cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--deep); background: var(--gold); }
.button-gold:hover { background: #e8c98c; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(5,28,27,.18); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--white); background: rgba(5,28,27,.36); }
.hero-note { position: absolute; right: var(--pad); bottom: 4rem; z-index: 2; display: flex; flex-direction: column; gap: .35rem; align-items: flex-end; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-note span:last-child { margin-top: .35rem; color: var(--gold); }
.scroll-cue { position: absolute; left: 50%; bottom: 2rem; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .75rem; transform: translateX(-50%); font-size: .59rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 35px; overflow: hidden; background: rgba(255,255,255,.3); }
.scroll-cue i::after { content: ""; display: block; width: 1px; height: 17px; background: var(--gold); animation: scroll 1.8s ease-in-out infinite; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 10vw, 10rem) var(--pad); }
.promise { display: grid; grid-template-columns: .35fr 1.25fr 1fr; gap: clamp(2rem, 5vw, 7rem); align-items: start; }
.section-number { padding-top: .3rem; color: var(--gold-dark); font-family: var(--serif); font-size: 1.1rem; }
.promise h2, .section-head h2, .service-intro h2, .fleet-head h2, .journey-head h2, .contact-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.2vw, 5.6rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.promise-detail { padding-top: 3.2rem; }
.promise-detail > p { margin: 0; color: rgba(16,39,37,.72); font-size: 1.05rem; line-height: 1.75; }
.promise-points { display: grid; gap: .85rem; margin-top: 2.5rem; }
.promise-points span { display: flex; align-items: center; gap: .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.promise-points span::before { content: ""; width: 22px; height: 1px; background: var(--gold-dark); }

.experiences { padding: 0 var(--pad) clamp(6rem, 10vw, 10rem); }
.section-head { display: grid; grid-template-columns: 1.5fr .65fr; gap: 5rem; align-items: end; padding-left: 0; padding-right: 0; }
.section-head > p { max-width: 420px; margin: 0 0 .6rem; color: rgba(16,39,37,.68); line-height: 1.7; }
.experience-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; grid-auto-rows: minmax(430px, 42vw); gap: .9rem; }
.experience-card { position: relative; min-height: 430px; overflow: hidden; color: var(--white); background: var(--green); }
.experience-card-large { grid-row: span 2; }
.experience-card-wide { grid-column: 1 / -1; min-height: 380px; background: var(--sand); color: var(--ink); }
.experience-card img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover img { transform: scale(1.035); }
.experience-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,18,17,.04) 30%, rgba(2,18,17,.84)); }
.experience-index { position: absolute; top: 1.5rem; right: 1.5rem; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: .66rem; letter-spacing: .08em; }
.experience-content { position: absolute; inset: auto 2rem 2rem; z-index: 2; }
.experience-content p { margin: 0 0 .7rem; color: var(--gold); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.experience-content h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 4.2rem); font-weight: 400; letter-spacing: -.035em; }
.experience-content span { display: block; max-width: 420px; margin-top: .7rem; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.5; }
.experience-card-wide .experience-index { color: var(--ink); border-color: rgba(16,39,37,.35); }
.dark-copy p { color: var(--gold-dark); }
.dark-copy span { color: rgba(16,39,37,.68); }
.experience-map { position: absolute; inset: 1.5rem 2rem 2rem 42%; display: grid; place-items: center; }
.experience-map svg { width: 100%; height: 100%; overflow: visible; }
.experience-map path { fill: none; stroke: var(--green); stroke-width: 1.5; stroke-dasharray: 6 9; }
.experience-map circle { fill: var(--gold-dark); stroke: var(--paper); stroke-width: 4; }
.experience-map span { position: absolute; font-size: .58rem; font-weight: 700; letter-spacing: .18em; }
.map-corfu { left: 5%; bottom: 18%; }
.map-meteora { right: 0; top: 2%; }

.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 10rem); }
.service-intro { position: sticky; top: 130px; align-self: start; }
.service-intro h2 { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 1.5rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.service-no { color: var(--gold-dark); font-family: var(--serif); font-size: .85rem; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.25rem); font-weight: 400; }
.service-row p { max-width: 520px; margin: .6rem 0 0; color: rgba(16,39,37,.65); font-size: .9rem; line-height: 1.6; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-dark); font-size: 1.25rem; transition: color .25s, background .25s; }
.service-row:hover .service-icon { color: var(--paper); background: var(--green); }

.editorial-break { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 700px; color: var(--white); background: var(--green); }
.editorial-image { overflow: hidden; }
.editorial-image img { height: 100%; object-fit: cover; }
.editorial-break blockquote { align-self: center; max-width: 610px; margin: 0; padding: 5rem clamp(3rem, 7vw, 8rem); }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 5rem; line-height: .7; }
.editorial-break blockquote p { margin: 1.5rem 0 2.2rem; font-family: var(--serif); font-size: clamp(2.5rem, 4.8vw, 5.3rem); line-height: 1.02; letter-spacing: -.04em; }
.editorial-break blockquote footer { color: rgba(255,255,255,.55); font-size: .63rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.fleet-head { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.fleet-head .eyebrow { align-self: start; }
.fleet-head p:last-child { margin: 0; color: rgba(16,39,37,.65); line-height: 1.7; }
.fleet-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: .9rem; }
.fleet-card { position: relative; overflow: hidden; min-height: 520px; color: var(--white); background: var(--deep); }
.fleet-card img { height: 100%; object-fit: cover; filter: brightness(.72) saturate(.72); transition: filter .6s, transform .8s; }
.fleet-card:hover img { filter: brightness(.88) saturate(.9); transform: scale(1.02); }
.fleet-label { position: absolute; inset: 1.4rem 1.4rem auto; z-index: 2; display: flex; justify-content: space-between; align-items: center; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.fleet-label b { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-weight: 500; }
.fleet-copy { position: absolute; inset: auto 1.6rem 1.7rem; z-index: 2; }
.fleet-copy h3 { margin: 0 0 .4rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 3rem); font-weight: 400; }
.fleet-copy span { color: rgba(255,255,255,.68); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.fleet-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(3,20,19,.88)); }

.journey { border-top: 1px solid var(--line); }
.journey-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; margin-bottom: 5rem; }
.journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.journey-step { min-height: 300px; padding: 2rem; border-right: 1px solid var(--line); }
.journey-step:last-child { border-right: 0; }
.journey-step > span { color: var(--gold-dark); font-family: var(--serif); }
.journey-step h3 { margin: 5.5rem 0 .8rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.journey-step p { margin: 0; color: rgba(16,39,37,.64); font-size: .9rem; line-height: 1.6; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 900px; color: var(--white); background: var(--deep); }
.contact-visual { position: relative; min-height: 540px; overflow: hidden; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,20,19,.72), transparent 52%); }
.contact-visual img { height: 100%; object-fit: cover; }
.contact-caption { position: absolute; z-index: 2; inset: auto 2.5rem 2.5rem; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.8); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.contact-caption b { color: var(--gold); font-weight: 500; }
.contact-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); }
.contact-panel h2 { max-width: 720px; font-size: clamp(3rem, 5.3vw, 5.7rem); }
.contact-lead { max-width: 560px; color: rgba(255,255,255,.58); line-height: 1.7; }
.enquiry-form { margin-top: 3rem; }
.enquiry-form label { display: block; margin-bottom: 1.25rem; }
.enquiry-form label > span { display: block; margin-bottom: .5rem; color: rgba(255,255,255,.56); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; padding: .85rem 0; color: var(--white); background: transparent; outline: 0; resize: vertical; transition: border-color .2s; }
.enquiry-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 14px) 55%, calc(100% - 9px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.enquiry-form select option { color: var(--deep); }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold); }
.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: rgba(255,255,255,.34); }
.form-pair { display: grid; grid-template-columns: 1fr .65fr; gap: 1.5rem; }
.form-submit { width: 100%; margin-top: 1.25rem; border: 0; }
.form-note { margin: .9rem 0 0; color: rgba(255,255,255,.38); font-size: .7rem; line-height: 1.5; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 3rem; padding: 4rem var(--pad); color: var(--white); background: #031615; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand strong { display: block; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.footer-brand span:last-child { display: block; margin-top: .25rem; color: rgba(255,255,255,.45); font-size: .68rem; }
.footer-contact { display: flex; flex-direction: column; gap: .45rem; text-align: center; font-size: .72rem; }
.footer-contact span { color: rgba(255,255,255,.38); }
.footer-contact a:hover { color: var(--gold); }
.footer-meta { display: flex; flex-direction: column; gap: .5rem; align-items: flex-end; color: rgba(255,255,255,.42); font-size: .66rem; }
.footer-meta a:hover { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.toast { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 70; max-width: 360px; padding: 1rem 1.15rem; color: var(--deep); background: var(--gold); box-shadow: 0 16px 45px rgba(0,0,0,.25); opacity: 0; transform: translateY(15px); pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes scroll { 0% { transform: translateY(-17px); } 50%, 100% { transform: translateY(35px); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .header-actions { margin-left: auto; margin-right: 3.5rem; }
  .header-cta { display: none; }
  .nav-toggle { display: grid; position: absolute; right: var(--pad); z-index: 3; width: 38px; height: 38px; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .25s; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.4rem; padding: 7rem var(--pad); color: var(--white); background: var(--deep); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.8rem, 9vw, 5rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .site-header:has(.site-nav.open) { color: var(--white); }
  .promise { grid-template-columns: 60px 1fr; }
  .promise-detail { grid-column: 2; padding-top: 0; }
  .section-head, .fleet-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .services { grid-template-columns: 1fr; }
  .service-intro { position: static; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .fleet-feature { grid-column: 1 / -1; }
  .contact { grid-template-columns: 1fr; }
  .contact-visual { min-height: 65svh; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { align-items: flex-end; text-align: right; }
  .footer-meta { grid-column: 1 / -1; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 700px) {
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; }
  .language { width: 36px; }
  .hero-mosaic { inset: 0; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: 3px; opacity: .86; }
  .hero-tile:nth-child(2), .hero-tile:nth-child(5) { height: auto; transform: none; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,22,21,.98) 0%, rgba(4,22,21,.78) 49%, rgba(4,22,21,.27) 100%), linear-gradient(90deg, rgba(4,22,21,.68), rgba(4,22,21,.15)); }
  .hero-content { padding-top: 9rem; padding-bottom: 5.2rem; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); line-height: .84; }
  .hero-lead { max-width: 90%; font-size: .96rem; }
  .hero-note, .scroll-cue { display: none; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .promise { grid-template-columns: 1fr; gap: 1rem; }
  .promise-detail { grid-column: 1; }
  .section-number { margin-bottom: 1.2rem; }
  .experience-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .experience-card, .experience-card-large, .experience-card-wide { grid-column: auto; grid-row: auto; min-height: 72svh; }
  .experience-card-wide { min-height: 520px; }
  .experience-map { inset: 3rem 1.5rem 13rem; }
  .experience-content { inset: auto 1.4rem 1.6rem; }
  .service-row { grid-template-columns: 30px 1fr; }
  .service-icon { display: none; }
  .editorial-break { grid-template-columns: 1fr; min-height: 0; }
  .editorial-image { height: 68svh; }
  .editorial-break blockquote { padding: 5rem var(--pad); }
  .fleet-grid { grid-template-columns: 1fr; }
  .fleet-feature { grid-column: auto; }
  .fleet-card { min-height: 65svh; }
  .journey-head { grid-template-columns: 1fr; gap: 1rem; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-step { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-step:last-child { border-bottom: 0; }
  .journey-step h3 { margin-top: 3.2rem; }
  .contact-panel { padding: 5rem var(--pad); }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .footer { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { align-items: flex-start; text-align: left; }
  .footer-meta { grid-column: auto; }
}

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