/* Homepage layout. Shared navigation and controls live in styles.css. */
body[data-page="home"] { --home-brown: #4d3d32; background: #faf6f0; color: #493a30; font-weight: 400; }
body[data-page="home"] *, body[data-page="home"] *::before, body[data-page="home"] *::after { letter-spacing: 0; }
body[data-page="home"] .topbar { position: absolute; inset: 0 0 auto; min-height: 92px; padding: 16px 4%; background: transparent; border: 0; backdrop-filter: none; }
body[data-page="home"] .brand-logo { height: 62px; }
body[data-page="home"] .primary-nav { font-size: 12px; gap: 28px; text-transform: none; }
body[data-page="home"] .primary-nav > a:not(.nav-cta), body[data-page="home"] .nav-collection summary { padding: 10px 14px; border-radius: 24px; transition: background-color .3s ease, transform .3s ease; }
body[data-page="home"] .primary-nav > a:not(.nav-cta):hover, body[data-page="home"] .nav-collection summary:hover { background: #fff9ef18; transform: translateY(-2px); }
body[data-page="home"] .primary-nav a::after { display: none; }
body[data-page="home"] .nav-collection-menu { background: var(--home-brown); border-radius: 16px; padding: 10px; box-shadow: 0 12px 32px #251c1926; animation: home-menu-in .25s ease both; }
body[data-page="home"] .nav-collection-menu a { border-radius: 10px; transition: background-color .3s ease, transform .3s ease; }
body[data-page="home"] .nav-collection-menu a:hover { transform: translateX(3px); }
@keyframes home-menu-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
body[data-page="home"] .nav-cta { border: 0; background: linear-gradient(115deg, #554034, #8a6b51 55%, #60493b); color: #fff9ef; border-radius: 40px; padding: 10px 19px; }
.home-container { width: min(1184px, calc(100% - 112px)); margin-inline: auto; }
.home-section { padding: 64px 0; }
.home-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.home-heading h2, .home-enquire h2 { margin: 0; font: 400 34px/1.16 var(--serif); text-wrap: balance; }
.home-kicker { margin: 0 0 10px; font: 500 11px/1.5 var(--sans); text-transform: uppercase; color: #79634e; }
.home-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font: 500 12px/1.5 var(--sans); color: inherit; }
.home-link:hover, .home-provider-link:hover, .home-social a:hover { opacity: .72; }
body[data-page="home"] svg { width: 17px; height: 17px; flex-shrink: 0; stroke-width: 1.4; }
body[data-page="home"] .button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 44px; padding: 10px 22px; border: 0; border-radius: 40px; font: 400 11px/1.5 var(--sans); text-transform: none; text-shadow: none; }
body[data-page="home"] .button-light { background: linear-gradient(115deg, #fff9f0, #ead9c6); color: #493a30; box-shadow: 0 4px 20px #33271d12; }
body[data-page="home"] .button-ghost, .home-enquire .button-light { color: #fff9ef; background: linear-gradient(115deg, #554034, #8a6b51 55%, #60493b); }
body[data-page="home"] .button, body[data-page="home"] .nav-cta, .poster-play { background-size: 180% 100%; transition: background-position .65s, box-shadow .65s, transform .65s, filter .65s; }
body[data-page="home"] .button:hover, body[data-page="home"] .nav-cta:hover, .poster-play:hover { background-position: 100% 50%; transform: translateY(-3px); filter: brightness(1.08); box-shadow: 0 8px 24px #493a302b; }
body[data-page="home"] .button svg, .home-link svg { transition: transform .55s; }
body[data-page="home"] .button:hover svg, .home-link:hover svg { transform: translateX(4px); }
body[data-page="home"] :focus-visible { outline: 2px solid #a8855c; outline-offset: 6px; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; padding: 12px 20px; color: #292c29; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.home-hero { position: relative; min-height: 570px; height: 86svh; max-height: 1050px; overflow: hidden; color: #fff9ef; background: #493a30; display: grid; place-items: center; }
.home-hero-media, .home-hero-media::after { position: absolute; inset: 0; }
.home-hero-media::after { content: ""; pointer-events: none; background: linear-gradient(to top, var(--home-brown), transparent 48px), linear-gradient(180deg,rgba(40,30,23,.34),rgba(40,30,23,.32) 35%,rgba(40,30,23,.43)); }
.home-hero-poster { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.home-hero-video { position: absolute; width: max(100%, 153svh); height: max(100%, 57vw); top: 50%; left: 50%; transform: translate(-50%,-50%); border: 0; visibility: hidden; pointer-events: none; }
.home-hero.video-ready .home-hero-video { visibility: visible; }
.home-hero-copy { position: relative; z-index: 1; text-align: center; width: min(720px, calc(100% - 40px)); padding: 110px 0 115px; text-shadow: 0 2px 18px rgba(0,0,0,.12); }
.home-hero h1 { margin: 0; font: 300 44px/1.05 var(--serif); text-transform: uppercase; }
.home-name, .home-location { display: block; width: fit-content; max-width: 100%; margin-inline: auto; }
.home-location { margin-top: 7px; font: 400 11px/1.5 var(--sans); text-transform: uppercase; }
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .home-name, .home-location { background: linear-gradient(110deg, #fff9ef 36%, #d2b18a 45%, #fff 50%, #d2b18a 55%, #fff9ef 64%); background-size: 240% 100%; background-position: 100% 50%; background-clip: text; -webkit-background-clip: text; color: transparent; text-shadow: none; animation: arrival-sheen 6.5s 1s ease-in-out infinite; }
  .home-location { animation-delay: 1.15s; }
  html.arrival-open .home-name, html.arrival-open .home-location { animation-play-state: paused; }
}
.home-hero-phrase { margin: 46px 0 10px; font: italic 400 24px/1.3 var(--serif); }
.home-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 46px; }
.home-hero-bottom { position: absolute; bottom: 48px; left: 4%; right: 4%; display: flex; align-items: center; justify-content: flex-end; gap: 16px; font-size: 11px; }
body[data-page="home"] .home-actions .button { border: 1px solid transparent; box-shadow: none; transition: border-color .4s, transform .4s; }
body[data-page="home"] .home-actions .button-light { background: linear-gradient(115deg, #fff9f080, #ead9c680); color: #33271f; }
body[data-page="home"] .home-actions .button-ghost { background: linear-gradient(115deg, #55403480, #8a6b5180 55%, #60493b80); color: #fff9ef; }
body[data-page="home"] .home-actions .button:hover, body[data-page="home"] .home-actions .button:focus-visible { border-color: #fff9ef; filter: none; box-shadow: none; }
body[data-page="home"] .home-actions .button-light:hover, body[data-page="home"] .home-actions .button-light:focus-visible { background: linear-gradient(115deg, #fff9f0, #ead9c6); }
body[data-page="home"] .home-actions .button-ghost:hover, body[data-page="home"] .home-actions .button-ghost:focus-visible { background: linear-gradient(115deg, #554034, #8a6b51 55%, #60493b); }
.home-film-control { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; border: 0; padding: 6px 0; color: #fff; background: transparent; font: inherit; cursor: pointer; }
.home-studio { background: var(--home-brown); color: #fff9ef; }
.home-studio .home-kicker, .home-approach .home-kicker, .home-enquire .home-kicker, .home-approach .home-number { color: #e4c9a7; }
.home-approach .home-approach-grid p { color: #f0e3d5; }
.home-introduction { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; padding-block: 40px; }
.home-introduction .home-kicker { margin-top: 6px; }
.home-introduction > div > p { margin: 0; max-width: 680px; font: 400 17px/1.8 var(--sans); }
.home-introduction .home-link { margin-top: 12px; }
.home-films { padding-top: 40px; background: linear-gradient(var(--home-brown), #faf6f0 24px); }
.home-film-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.poster-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #272923; }
.poster-player > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.poster-player:hover > img { transform: scale(1.025); }
.poster-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; visibility: hidden; }
.poster-player.media-is-allowed iframe { visibility: visible; }
.poster-player.media-is-allowed .poster-play { visibility: hidden; }
.poster-play { position: absolute; bottom: 20px; left: 20px; min-height: 44px; display: flex; align-items: center; gap: 12px; padding: 10px 18px; border: 0; border-radius: 40px; background: linear-gradient(115deg,#fff9f0,#ead9c6); color: #493a30; font: 400 11px/1.5 var(--sans); cursor: pointer; }
.home-film-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; }
.home-film-caption .home-kicker { margin-bottom: 4px; }
.home-film-caption h3 { margin: 0; font: 400 28px/1.2 var(--serif); }
.home-film-caption .home-link { width: 44px; justify-content: end; }
.home-provider-link { display: inline-flex; align-items: center; min-height: 36px; gap: 6px; font-size: 11px; color: #766453; }
.home-provider-link svg { width: 12px !important; height: 12px !important; }
.home-more-work { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; margin: 32px 0 0; color: #766453; font-size: 12px; }
.home-more-work a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #493a30; }
.home-signature { color: #fff9ef; background: var(--home-brown); }
.home-signature-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); align-items: center; gap: clamp(42px,7vw,96px); }
.home-signature-media { display: block; overflow: hidden; aspect-ratio: 16/10; }
.home-signature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.75,.25,1), filter .6s ease; }
.home-signature-media:hover img, .home-signature-media:focus-visible img { transform: scale(1.025); filter: brightness(1.06); }
.home-signature-copy { max-width: 470px; }
.home-signature-copy .home-kicker { color: #e4c9a7; }
.home-signature-copy h2 { margin: 12px 0 20px; font: 400 clamp(29px,3.1vw,43px)/1.1 var(--serif); }
.home-signature-copy > p:not(.home-kicker) { margin: 0 0 24px; color: #f0e3d5; font-size: 14px; line-height: 1.85; }
.home-signature-copy .home-link { color: #fff9ef; }
.home-approach { color: #fff9ef; background: var(--home-brown); }
.home-approach-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 52px; }
.home-number { color: #896b4c; font: italic 400 15px/1.5 var(--serif); }
.home-approach-grid h3, .home-package-grid h3 { margin: 14px 0 12px; font: 400 27px/1.2 var(--serif); }
.home-approach-grid p, .home-package-grid p { font-size: 14px; line-height: 1.85; margin: 0; color: #695645; }
.home-kind-words { color: #493a30; background: linear-gradient(var(--home-brown), #faf6f0 24px); }
.home-testimonial { max-width: 640px; text-align: center; margin: 0 auto; }
.home-testimonial blockquote { margin: 0; font: italic 400 25px/1.5 var(--serif); text-wrap: balance; }
.home-testimonial figcaption { margin-top: 18px; font: 500 12px/1.7 var(--sans); }
.home-testimonial figcaption span { display: block; font-size: 11px; font-weight: 400; color: #766453; }
.home-collection { background: linear-gradient(to bottom, var(--home-brown) 0, #faf6f0 28px, #faf6f0 100%); color: var(--home-ink); }
.home-collection .home-section-head { padding-top: 34px; }
.home-collection-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 36px; }
.home-collection-grid > a { display: flex; min-width: 0; color: inherit; text-decoration: none; flex-direction: column; }
.home-collection-media { display: block; overflow: hidden; aspect-ratio: 3/4; margin-bottom: 19px; background: #d8cec3; }
.home-collection-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .5s ease; }
.home-collection-grid > a:hover .home-collection-media img, .home-collection-grid > a:focus-visible .home-collection-media img { transform: scale(1.025); filter: saturate(1.05); }
.home-collection-grid strong { margin-top: 5px; font: 400 clamp(20px,1.75vw,27px)/1.2 var(--serif); }
.home-collection-grid small { max-width: 25ch; margin-top: 8px; color: rgba(44,34,28,.67); font-size: 12px; line-height: 1.6; }
.home-investment { color: #fff9ef; background: linear-gradient(#faf6f0, var(--home-brown) 24px); }
.home-investment .home-kicker { color: #e4c9a7; }
.home-package-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 34px; }
.home-package-grid article { display: flex; flex-direction: column; align-items: start; }
.home-package-grid h3 { margin-top: 0; }
.home-package-grid .home-price { font: 500 12px/1.5 var(--sans); color: #e4c9a7; margin-bottom: 16px; }
.home-package-grid p { color: #f0e3d5; }
.home-package-grid .home-link { margin-top: auto; padding-top: 22px; }
.home-journal-section { background: linear-gradient(#4d3d32, #faf6f0 24px); }
.home-stories { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.home-story-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 20px; }
.home-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.home-story-image:hover img { transform: scale(1.025); }
.home-stories .home-kicker { margin-bottom: 8px; }
.home-stories h3 { font: 400 25px/1.2 var(--serif); margin: 0; max-width: 310px; }
.home-social { margin-top: 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.home-social .home-kicker { display: flex; align-items: center; gap: 10px; margin: 0; }
.home-social nav { display: flex; flex-wrap: wrap; gap: 16px 30px; }
.home-social a { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; font-size: 11px; }
.home-enquire { color: #fff9ef; background: linear-gradient(#faf6f0, var(--home-brown) 24px); text-align: center; padding-block: 64px; }
.home-enquire h2 { font-size: 34px; }
.home-enquire p:not(.home-kicker) { font-size: 15px; line-height: 1.8; margin: 20px 0; }
body[data-page="home"] .home-enquire .button-light { background: linear-gradient(115deg, #fff9f0, #ead9c6); background-size: 180% 100%; color: #493a30; }
.home-direct { display: block; width: fit-content; margin: 16px auto 0; padding: 8px; font-size: 12px; }
.home-footer { background: linear-gradient(var(--home-brown), #faf6f0 24px); padding: 36px 0 24px; font-size: 11px; }
.home-footer-top { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.home-footer-top p { font: 400 24px/1.2 var(--serif); margin: 0 0 10px; }
.home-footer-top span { color: #766453; }
.home-footer-top nav { display: grid; grid-template-columns: repeat(2,auto); gap: 0 32px; }
.home-footer a { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; }
.home-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; color: #766453; }
.home-footer-bottom > div { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.home-footer button { border: 0; padding: 0; color: inherit; background: none; font: inherit; min-height: 44px; cursor: pointer; }
.sound-control { display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; }
.miles-arrival { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; border: 0; padding: 0; overflow: hidden; background: #efe5da; color: #4d3c32; }
.miles-arrival[open] { display: grid; place-items: center; }
.miles-arrival::backdrop { background: transparent; }
.miles-arrival:focus { outline: none !important; }
html.arrival-open { overflow: hidden; }
.arrival-film { position: absolute; inset: 10%; opacity: .1; overflow: hidden; pointer-events: none; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 76%, transparent), linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); -webkit-mask-composite: source-in; mask-composite: intersect; }
.arrival-film > img { width: 100%; height: 100%; object-fit: cover; }
.arrival-film-video { position: absolute; width: max(100%, 143svh); height: max(100%, 45vw); top: 50%; left: 50%; transform: translate(-50%,-50%); border: 0; visibility: hidden; }
.arrival-film.video-ready .arrival-film-video { visibility: visible; }
.arrival-media-controls { display: flex; gap: 20px; }
.arrival-material { position: absolute; inset: 0; }
.arrival-material canvas { display: block; width: 100%; height: 100%; mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 76%, transparent); }
.arrival-signature { position: absolute; top: 28px; left: 4%; width: 116px; height: auto; filter: brightness(0); opacity: .68; }
.arrival-wordmark { position: relative; text-align: center; width: min(600px, calc(100% - 40px)); padding: 32px 0; transform: translateY(-12px); }
.arrival-wordmark > p:first-of-type { position: relative; top: -30px; font: 300 44px/1.05 var(--serif); text-transform: uppercase; margin: 0; animation: arrival-type 3s 1s both; }
.arrival-name, .arrival-location { display: block; width: fit-content; margin-inline: auto; }
.arrival-location { margin-top: 7px; font: 400 11px/1.5 var(--sans); }
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .arrival-name, .arrival-location { background: linear-gradient(110deg, #4d3c32 36%, #a78354 45%, #fff3cf 50%, #a78354 55%, #4d3c32 64%); background-size: 240% 100%; background-position: 100% 50%; background-clip: text; -webkit-background-clip: text; color: transparent; animation: arrival-sheen 5.5s 1.8s ease-in-out infinite; }
  .arrival-location { animation-delay: 1.95s; }
}
.arrival-phrase { margin: 20px 0 0; font: italic 400 21px/1.2 var(--serif); color: #735a43; animation: arrival-type 2.8s 2.5s both; }
.arrival-enter { display: flex; align-items: center; justify-content: center; gap: 13px; width: 120px; min-height: 44px; margin: 94px auto 0; padding: 8px 16px; background: linear-gradient(115deg, #554034, #8a6b51 55%, #60493b); background-size: 180% 100%; border: 0; border-radius: 999px; box-shadow: 0 5px 18px #4d3c3214; color: #faf6ef; font: 400 11px/1.5 var(--sans); cursor: pointer; transition: background-position .65s, box-shadow .65s, transform .65s, filter .65s; }
.arrival-enter:hover, .arrival-enter:focus-visible { background-position: 100% 50%; box-shadow: 0 9px 25px #4d3c3238; transform: translateY(-3px); filter: brightness(1.12); }
.arrival-enter:active { transform: translateY(-1px); }
.arrival-enter svg { width: 20px !important; height: 20px !important; transition: transform .7s; }
.arrival-enter:hover svg { transform: translateX(7px); }
.arrival-controls { position: absolute; left: 4%; right: 4%; bottom: max(26px, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; gap: 20px; }
.arrival-controls button { min-height: 44px; background: transparent; border: 0; color: inherit; font: 400 11px/1.5 var(--sans); padding: 4px; cursor: pointer; }
.arrival-skip { display: inline-flex; align-items: center; gap: 10px; }
.miles-arrival.is-leaving { opacity: 0; transition: opacity 1.8s cubic-bezier(.22,.61,.36,1); will-change: opacity; }
.miles-arrival.is-leaving .arrival-wordmark { opacity: 0; transition: opacity .8s; pointer-events: none; }
.miles-arrival.is-leaving .arrival-signature { opacity: 0; transition: opacity .8s; }
@keyframes arrival-type { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
@keyframes arrival-sheen { 0%, 8% { background-position: 100% 50%; } 65%, 100% { background-position: 0% 50%; } }
@keyframes home-arrival { from { opacity: .4; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1800px) { .home-container { width: min(1380px,calc(100% - 160px)); } .home-hero { max-height: 1050px; } }
@media (max-width: 980px) {
  .home-collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 18px; }
  .home-signature-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-signature-copy { max-width: 650px; }
  .home-package-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body[data-page="home"] .topbar { min-height: 78px; padding: 8px 24px; }
  body[data-page="home"] .brand-logo { height: 58px; }
  body[data-page="home"] .primary-nav { color: #fff9ef; background: var(--home-brown); border: 0; border-radius: 18px; gap: 10px; max-height: calc(100svh - 100px); overflow-y: auto; }
  body[data-page="home"] .primary-nav.is-open { animation: home-menu-in .25s ease both; }
  body[data-page="home"] .nav-collection-menu { box-shadow: none; }
  .home-container { width: calc(100% - 64px); }
  .home-hero h1 { font-size: 40px; }
  .home-approach-grid, .home-package-grid { gap: 28px; }
  .home-introduction { grid-template-columns: 1fr 3fr; gap: 32px; }
  .home-social { align-items: start; flex-direction: column; gap: 8px; }
}
@media (max-width: 680px) {
  .home-collection-grid { grid-template-columns: 1fr; }
  .home-collection-media { aspect-ratio: 16/10; }
  .home-signature-media { aspect-ratio: 4/3; }
  .home-container { width: calc(100% - 40px); }
  .home-section { padding: 44px 0; }
  .home-heading { align-items: start; gap: 16px; margin-bottom: 24px; }
  .home-heading h2, .home-enquire h2 { font-size: 28px; }
  .home-heading > .home-link { font-size: 11px; flex-shrink: 0; max-width: 88px; gap: 6px; }
  .home-hero { height: 85svh; min-height: 555px; max-height: 780px; }
  .home-hero-poster { object-position: 49% center; }
  .home-hero h1 { font-size: 32px; }
  .home-location { font-size: 10px; margin-top: 6px; }
  .home-hero-copy { padding: 95px 0 125px; }
  .home-hero-phrase { font-size: 22px; margin-top: 38px; }
  .home-actions { margin-top: 38px; gap: 10px; }
  body[data-page="home"] .button { padding-inline: 19px; }
  .home-hero-bottom { flex-direction: column; gap: 4px; bottom: 40px; font-size: 10px; }
  .home-introduction { display: block; padding-block: 32px; }
  .home-introduction > div > p { font-size: 16px; line-height: 1.8; }
  .home-films { padding-top: 36px; }
  .home-film-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-film-caption { margin-top: 16px; }
  .home-film-caption h3 { font-size: 26px; }
  .poster-play { bottom: 14px; left: 14px; padding: 10px 16px; }
  .home-more-work { text-align: center; gap: 0; margin-top: 24px; }
  .home-more-work a { justify-content: center; }
  .home-approach-grid, .home-package-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-approach-grid h3 { margin: 5px 0 8px; }
  .home-approach-grid h3, .home-package-grid h3 { font-size: 26px; }
  .home-testimonial blockquote { font-size: 25px; }
  .home-package-grid .home-link { padding-top: 12px; }
  .home-stories { grid-template-columns: 1fr; gap: 26px; }
  .home-stories article { display: grid; grid-template-columns: 108px minmax(0,1fr); grid-template-rows: auto 1fr; column-gap: 16px; align-content: start; }
  .home-story-image { aspect-ratio: 1; grid-row: span 2; margin: 0; }
  .home-stories h3 { font-size: 24px; }
  .home-stories .home-kicker { margin: 3px 0 6px; }
  .home-social { margin-top: 32px; }
  .home-social nav { display: flex; flex-direction: column; gap: 0; }
  .home-social a { font-size: 12px; }
  .home-enquire { padding-block: 44px; }
  .home-footer-top { flex-direction: column; gap: 20px; }
  .home-footer-top nav { gap: 0 16px; }
  .home-footer-bottom { align-items: start; flex-direction: column; margin-top: 24px; }
  .home-footer-bottom > div { gap: 18px; }
  .arrival-wordmark > p:first-of-type { font-size: 32px; }
  .arrival-location { margin-top: 6px; font-size: 10px; }
  .arrival-phrase { font-size: 20px; margin-top: 18px; }
  .arrival-signature { width: 100px; top: 18px; left: 20px; }
  .arrival-controls { left: 20px; right: 20px; }
}
@media (max-height: 550px) and (orientation: landscape) {
  .home-hero { min-height: 460px; }
  .arrival-signature { width: 82px; top: 14px; }
  .arrival-wordmark { padding: 60px 0; }
  .arrival-wordmark > p:first-of-type { font-size: 32px; }
  .arrival-location { margin-top: 6px; }
  .arrival-wordmark { transform: translateY(-6px); padding-block: 30px; }
  .arrival-phrase { margin-top: 14px; font-size: 20px; }
  .arrival-enter { margin-top: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .miles-arrival { display: none !important; }
  body[data-page="home"] *, body[data-page="home"] *::before, body[data-page="home"] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
