:root {
  --ink: #071725;
  --ink-soft: #173041;
  --blue: #0f6383;
  --blue-bright: #2ea8c5;
  --sky: #dceff4;
  --paper: #f6f7f4;
  --white: #fff;
  --ticket: #ed9b69;
  --ticket-deep: #d66d42;
  --line: rgba(7, 23, 37, .15);
  --shadow: 0 28px 70px rgba(4, 25, 38, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
.grv-home { width: 100%; overflow: clip; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.concept-note { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: .8rem; padding: .35rem 4vw; background: var(--ink); color: rgba(255,255,255,.78); font-size: .78rem; letter-spacing: .02em; }
.concept-note span { color: var(--ticket); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.concept-note p { margin: 0; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 86px; padding: 0 4.5vw; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 2rem; background: rgba(246,247,244,.94); border-bottom: 1px solid rgba(7,23,37,.08); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.brand { display: inline-flex; align-items: center; gap: .85rem; width: max-content; font-size: 1.03rem; letter-spacing: .025em; }
.brand img { width: 66px; height: 43px; object-fit: cover; border-radius: 6px; box-shadow: 0 5px 14px rgba(7,23,37,.12); }
.brand span { display: grid; line-height: 1.08; text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.brand b { font-family: var(--serif); font-size: 1.08rem; letter-spacing: .025em; text-transform: none; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.4vw, 2.7rem); }
.site-nav a { position: relative; padding: 1.9rem 0; font-size: .88rem; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: 1.4rem; width: 0; height: 2px; background: var(--ticket-deep); transition: width .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.header-actions { justify-self: end; display: flex; gap: .8rem; align-items: center; }
.header-actions svg, .search-field svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-toggle { display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.search-toggle:hover { background: rgba(15,99,131,.08); }
.basket { display: inline-flex; align-items: center; gap: .5rem; padding: .68rem .95rem; border: 1px solid var(--line); font-weight: 700; font-size: .84rem; }
.basket:hover { border-color: var(--blue); color: var(--blue); }
.menu-button { display: none; }

.home-announcement { position: relative; z-index: 5; border-bottom: 1px solid rgba(7,23,37,.16); background: var(--ticket); color: var(--ink); }
.home-announcement-inner { width: min(1220px, 90vw); min-height: 58px; margin-inline: auto; padding: .65rem 0; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.home-announcement-inner > span { padding-right: 1rem; border-right: 1px solid rgba(7,23,37,.28); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.home-announcement p { margin: 0; font-size: .83rem; font-weight: 600; }
.home-announcement a { margin-left: .32rem; border-bottom: 1px solid rgba(7,23,37,.42); font-weight: 850; }
.home-announcement a:hover, .home-announcement a:focus-visible { border-bottom-color: var(--ink); }
.home-announcement b { margin-left: .15rem; }

.hero { position: relative; min-height: min(730px, calc(100vh - 120px)); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: var(--grv-hero-image) center 49% / cover no-repeat; transform: scale(1.012); }
.hero-overlay { background: linear-gradient(90deg, rgba(4,18,29,.96) 0%, rgba(4,18,29,.82) 39%, rgba(4,18,29,.32) 74%), linear-gradient(0deg, rgba(4,18,29,.78), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 54vw); margin: 0 0 clamp(5rem, 8vw, 8rem) 8vw; }
.eyebrow { margin: 0 0 .9rem; color: #8fd6e3; font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero .eyebrow { color: var(--ticket); text-shadow: 0 2px 10px rgba(0,0,0,.75); }
.hero h1 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 6.2vw, 6.3rem); font-weight: 700; line-height: .96; letter-spacing: -.045em; text-wrap: balance; text-shadow: 0 3px 22px rgba(0,0,0,.62), 0 1px 2px rgba(0,0,0,.8); }
.hero-copy { max-width: 59ch; margin: 1.65rem 0 0; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.3vw, 1.2rem); text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; padding: .84rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ticket); color: var(--ink); }
.button-primary:hover { background: #f6ad7d; }
.button-ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-ticket { position: absolute; z-index: 3; right: 7vw; bottom: 28px; width: min(360px, 30vw); min-height: 158px; padding: 1.5rem 5rem 1.4rem 1.65rem; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: var(--ticket); color: var(--ink); box-shadow: var(--shadow); }
.hero-ticket::before, .hero-ticket::after { content: ""; position: absolute; left: -12px; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); }
.hero-ticket::before { top: 18px; }
.hero-ticket::after { bottom: 18px; }
.ticket-kicker { font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-ticket strong { margin-top: .35rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.25rem); line-height: 1.04; }
.hero-ticket i { font-family: var(--sans); font-size: .7em; font-style: normal; font-weight: 500; }
.ticket-detail { margin-top: .45rem; font-size: .82rem; }
.ticket-arrow { position: absolute; right: 1.6rem; top: 50%; translate: 0 -50%; font-size: 2.3rem; }

.finder { position: relative; z-index: 4; width: min(1180px, 90vw); margin: -.75rem auto 0; padding: 1.75rem 2.1rem 1.1rem; display: grid; grid-template-columns: .75fr 1.25fr; gap: .9rem 3rem; align-items: end; background: rgba(238,244,243,.97); box-shadow: 0 12px 30px rgba(7,23,37,.07); border: 1px solid rgba(7,23,37,.045); }
.finder h2, .section-heading h2, .story-copy h2, .closing-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.8rem); line-height: 1.05; letter-spacing: -.035em; }
.search-field { height: 61px; padding: 0 1.25rem; display: flex; align-items: center; gap: .8rem; border-bottom: 2px solid var(--ink); background: var(--white); }
.search-field button { width: 24px; height: 36px; padding: 0; display: grid; flex: 0 0 24px; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.search-field button:hover, .search-field button:focus-visible { color: var(--blue); outline: 0; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.search-field:focus-within { border-color: var(--blue-bright); box-shadow: inset 0 -1px var(--blue-bright); }
.format-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: .45rem; padding-top: .9rem; border-top: 1px solid rgba(7,23,37,.1); color: #53636e; font-size: .78rem; }
.format-strip span { position: relative; padding-left: 1.25rem; }
.format-strip span::before { content: ""; position: absolute; left: 0; top: .42rem; width: 7px; height: 7px; border-radius: 50%; background: var(--ticket-deep); }
.format-strip b { color: var(--ink); }

.section-shell { width: min(1220px, 90vw); margin-inline: auto; }
.journeys { padding: clamp(3rem, 5.5vw, 5.5rem) 0 clamp(5rem, 8vw, 8rem); }
.journeys-feature { position: relative; width: min(1440px, 96vw); height: clamp(320px, 32vw, 430px); margin-inline: auto; overflow: hidden; background: var(--ink); }
.journeys-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,29,.9) 0%, rgba(4,18,29,.48) 43%, rgba(4,18,29,.04) 82%), linear-gradient(90deg, rgba(4,18,29,.38), transparent 62%); }
.journeys-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 59%; filter: saturate(.9) contrast(1.03); }
.journeys-heading { position: absolute; z-index: 2; left: 0; right: 0; bottom: clamp(1.6rem, 3.2vw, 3rem); margin-bottom: 0; color: var(--white); }
.journeys-heading .eyebrow { color: var(--ticket); text-shadow: 0 2px 10px rgba(0,0,0,.65); }
.journeys-heading h2 { text-shadow: 0 3px 18px rgba(0,0,0,.65); }
.section-heading.journeys-heading > p { color: rgba(255,255,255,.88); text-shadow: 0 2px 12px rgba(0,0,0,.72); }
.journeys-products { margin-top: 1.5rem; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 420px); gap: 3rem; align-items: end; margin-bottom: 2rem; }
.section-heading > p { margin: 0; color: #5c6a73; }
.section-heading.compact { grid-template-columns: 1fr; }
.filter-row { display: flex; gap: .4rem; overflow-x: auto; padding: .55rem 0 1.2rem; border-top: 1px solid var(--line); }
.filter { white-space: nowrap; padding: .7rem 1rem; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #596973; cursor: pointer; font-size: .82rem; font-weight: 700; }
.filter:hover, .filter.is-active { color: var(--ink); border-color: var(--ticket-deep); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3.6rem 1.6rem; }
.product-card { min-width: 0; }
.product-card[hidden] { display: none; }
.product-image { position: relative; display: block; overflow: hidden; background: var(--sky); aspect-ratio: 1524 / 2138; }
.product-image::after { content: "View details →"; position: absolute; inset: auto .8rem .8rem; padding: .65rem .8rem; background: rgba(7,23,37,.9); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transform: translateY(calc(100% + 1rem)); transition: transform .22s ease; }
.product-image:hover::after, .product-image:focus-visible::after { transform: translateY(0); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-image:hover img { transform: scale(1.025); }
.badge { position: absolute; z-index: 2; top: .8rem; left: .8rem; padding: .38rem .6rem; background: var(--ticket); color: var(--ink); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.badge-blue { background: #a8e2eb; }
.product-body { padding-top: 1.05rem; }
.product-type { margin: 0 0 .4rem; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.28rem, 1.7vw, 1.62rem); line-height: 1.16; }
.product-card h3 a:hover { color: var(--blue); }
.route-line { display: flex; align-items: center; gap: .55rem; min-height: 2.8em; margin: .7rem 0; color: #5a6972; font-size: .78rem; }
.route-line span { width: 28px; height: 1px; background: var(--ticket-deep); }
.product-meta { padding-top: .7rem; display: flex; align-items: center; justify-content: space-between; gap: .7rem; border-top: 1px solid var(--line); font-size: .74rem; }
.product-meta span { color: #64737b; }
.product-meta strong { white-space: nowrap; }
.feature-card { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(340px, .74fr) minmax(0, 1.26fr); align-self: stretch; overflow: hidden; background: var(--ink); color: var(--white); border: 1px solid rgba(7,23,37,.13); border-top: 4px solid var(--ticket); box-shadow: 0 18px 45px rgba(7,23,37,.1); }
.feature-card .product-image { min-height: 100%; aspect-ratio: 1524 / 2138; background: var(--white); }
.feature-card .product-image img { object-fit: cover; padding: 0; }
.feature-card .product-body { padding: clamp(2.2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.feature-card .product-type { color: var(--ticket); }
.feature-card h3 { max-width: 11ch; font-size: clamp(2.7rem, 5.2vw, 5.1rem); line-height: .96; letter-spacing: -.04em; }
.feature-card h3 a:hover { color: var(--ticket); }
.feature-card .route-line { min-height: auto; margin: 1.2rem 0; color: rgba(255,255,255,.72); }
.feature-card .route-line span { background: var(--ticket); }
.feature-card .product-meta { margin-top: .35rem; padding-top: 1rem; border-color: rgba(255,255,255,.2); font-size: .82rem; }
.feature-card .product-meta span { color: rgba(255,255,255,.62); }
.feature-link { width: max-content; margin-top: 1.6rem; padding-bottom: .25rem; border-bottom: 1px solid rgba(255,255,255,.45); color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.feature-link span { display: inline-block; margin-left: .55rem; transition: transform .2s ease; }
.feature-link:hover { color: var(--ticket); border-color: var(--ticket); }
.feature-link:hover span { transform: translateX(4px); }
.empty-state { padding: 4rem 1rem; text-align: center; background: var(--white); }
.empty-state h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; }
.empty-state p { margin: .5rem 0 1.5rem; color: #63717a; }
.section-link { margin-top: 3rem; padding-top: 1.4rem; display: flex; justify-content: flex-end; border-top: 1px solid var(--line); }
.section-link a { display: inline-flex; align-items: center; gap: 1.2rem; padding: 1rem 1.15rem; background: var(--ink); color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.section-link a:hover { background: var(--blue); transform: translateY(-2px); }
.section-link a span { color: var(--ticket); }
.section-link span { transition: transform .2s ease; }
.section-link a:hover span { transform: translateX(5px); }

.story-band { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: var(--white); }
.story-photo { min-height: 620px; background: linear-gradient(90deg, transparent 70%, var(--ink)), url("../images/exeter-estuary.jpg") 59% center / cover no-repeat; }
.story-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7rem) clamp(4rem, 7vw, 7rem) clamp(2rem, 5vw, 5rem); align-self: center; }
.story-copy > p:not(.eyebrow) { max-width: 52ch; margin: 1.4rem 0 2.5rem; color: rgba(255,255,255,.72); }
.story-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.story-copy li { padding: 1.15rem 0; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.story-copy li > span { color: var(--ticket); font-family: var(--serif); font-size: 1.05rem; }
.story-copy li div { display: grid; }
.story-copy small { color: rgba(255,255,255,.6); font-size: .77rem; }

.collections { padding: clamp(6rem, 10vw, 10rem) 0; }
.collection-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 270px); gap: 1.25rem; }
.collection { position: relative; display: grid; overflow: hidden; background: var(--sky); }
.collection::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,29,.9) 0%, rgba(4,18,29,.46) 38%, transparent 72%); pointer-events: none; transition: opacity .3s ease; }
.collection-large { grid-row: 1 / 3; }
.collection img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) brightness(.92); transition: transform .45s ease, filter .3s ease; }
.collection:hover img { transform: scale(1.025); filter: saturate(1) brightness(.9); }
.collection:hover::after { opacity: .88; }
.collection span { position: absolute; z-index: 2; inset: auto 1.5rem 1.5rem; display: grid; color: var(--white); text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.collection small { font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.collection b { margin-top: .2rem; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 4.1rem); line-height: 1; }
.collection em { margin-top: .4rem; color: rgba(255,255,255,.76); font-size: .86rem; font-style: normal; }
.collection-cab img { object-position: 53% center; }
.collection-journeys img { object-position: 56% 52%; }
.collection-documentary img { object-position: center 48%; }

.closing-cta { min-height: 220px; padding: 3rem 7vw; display: grid; grid-template-columns: 130px 1fr auto; gap: 2.5rem; align-items: center; background: #c8e5eb; }
.closing-cta img { width: 120px; transform: rotate(-3deg); filter: drop-shadow(0 12px 16px rgba(7,23,37,.18)); }
.closing-cta h2 { max-width: 18ch; font-size: clamp(2rem, 3.5vw, 3.5rem); }

.site-footer { padding: 4.5rem 6vw 2rem; display: grid; grid-template-columns: 1.5fr repeat(2, 1fr); gap: 3rem; background: var(--ink); color: rgba(255,255,255,.68); }
.footer-brand span { display: grid; width: max-content; color: var(--white); text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.footer-brand b { font-family: var(--serif); font-size: 1.25rem; letter-spacing: 0; text-transform: none; }
.footer-brand p { max-width: 35ch; }
.site-footer h2 { margin: 0 0 1rem; color: #8fd6e3; font-family: var(--sans); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.site-footer a { font-size: .86rem; }
.site-footer a:hover { color: var(--white); }
.copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; }

@media (max-width: 1280px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-button { display: grid; place-content: center; gap: 4px; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 5vw 2rem; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,23,37,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; padding: .8rem 0; }
  .site-nav a::after { display: none; }
  .hero-content { width: 67vw; margin-left: 6vw; }
  .hero-ticket { right: 4vw; width: 32vw; }
}

@media (max-width: 780px) {
  .admin-bar .site-header { top: 46px; }
  .concept-note { justify-content: flex-start; }
  .concept-note p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .site-header { min-height: 72px; padding-inline: 4vw; gap: .5rem; }
  .brand img { width: 55px; height: 36px; }
  .brand span { display: none; }
  .header-actions { gap: .15rem; }
  .basket { width: 42px; height: 42px; padding: 0; justify-content: center; border: 0; }
  .basket span { display: none; }
  .home-announcement-inner { min-height: 66px; padding: .65rem 0; align-items: flex-start; flex-direction: column; gap: .2rem; }
  .home-announcement-inner > span { padding-right: 0; border-right: 0; }
  .home-announcement p { line-height: 1.45; }
  .home-announcement a { margin-left: 0; }
  .hero { min-height: 710px; align-items: center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,18,29,.94), rgba(4,18,29,.45)), linear-gradient(0deg, rgba(4,18,29,.91), rgba(4,18,29,.24) 70%); }
  .hero-content { width: 88vw; margin: -5rem auto 0; }
  .hero h1 { font-size: clamp(3.15rem, 13vw, 5rem); }
  .hero-copy { max-width: 36ch; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }
  .hero-ticket { left: 6vw; right: auto; bottom: 20px; width: 88vw; min-height: 126px; }
  .finder { width: 92vw; margin-top: -.35rem; padding: 1.65rem 1.3rem 1rem; grid-template-columns: 1fr; }
  .format-strip { grid-column: 1; grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .journeys { padding-top: 2rem; }
  .journeys-feature { width: 100%; height: 310px; }
  .journeys-feature img { object-position: center 56%; }
  .journeys-heading { width: 88vw; bottom: 1.5rem; }
  .journeys-heading > p { max-width: 36ch; }
  .journeys-products { margin-top: 1rem; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
  .feature-card { grid-column: 1 / -1; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); }
  .feature-card h3 { font-size: clamp(2.25rem, 7vw, 3.4rem); }
  .product-meta { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .story-band { grid-template-columns: 1fr; }
  .story-photo { min-height: 420px; background-image: linear-gradient(0deg, var(--ink), transparent 45%), url("../images/exeter-estuary.jpg"); }
  .story-copy { padding-top: 1rem; }
  .collection-grid { grid-template-columns: 1fr; grid-template-rows: 420px 300px 260px; }
  .collection-large { grid-row: auto; }
  .closing-cta { grid-template-columns: 88px 1fr; gap: 1.2rem; padding: 2.5rem 5vw; }
  .closing-cta img { width: 86px; }
  .closing-cta .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .product-grid { grid-template-columns: 1fr; }
  .feature-card { grid-column: 1; grid-template-columns: 1fr; }
  .feature-card .product-image { min-height: auto; aspect-ratio: 1524 / 2138; }
  .feature-card .product-body { padding: 1.7rem 1.4rem 1.9rem; }
  .product-card.feature-card h3 { font-size: 2.6rem; }
  .product-image { aspect-ratio: 1524 / 2138; }
  .product-card h3 { font-size: 1.42rem; }
  .product-meta { flex-direction: row; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .copyright { grid-column: 1; }
}

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

/*
 * Astra compatibility.
 * Astra's generated global colours can target headings and links directly,
 * so the inherited colours above are not always honoured on WordPress pages.
 * These deliberately scoped rules keep the approved colours on this template
 * without changing the appearance of any other page on the site.
 */
.grv-home .hero h1,
.grv-home .journeys-heading h2,
.grv-home .feature-card h3,
.grv-home .feature-card h3 a,
.grv-home .story-copy h2 {
  color: var(--white);
}

.grv-home a.hero-ticket,
.grv-home a.hero-ticket:hover,
.grv-home a.hero-ticket:focus {
  color: var(--ink);
}

.grv-home .home-announcement a,
.grv-home .home-announcement a:hover,
.grv-home .home-announcement a:focus {
  color: var(--ink);
}

.grv-home a.button.button-primary {
  border-color: transparent;
  background: var(--ticket);
  color: var(--ink);
}

.grv-home a.button.button-primary:hover,
.grv-home a.button.button-primary:focus {
  background: #f6ad7d;
  color: var(--ink);
}

.grv-home a.button.button-ghost {
  border: 1px solid rgba(255,255,255,.5);
  background: transparent;
  color: var(--white);
}

.grv-home a.button.button-ghost:hover,
.grv-home a.button.button-ghost:focus {
  border: 1px solid var(--white);
  background: rgba(255,255,255,.08);
  color: var(--white);
}

.grv-home a.button.button-dark,
.grv-home a.button.button-dark:hover,
.grv-home a.button.button-dark:focus {
  background: var(--ink);
  color: var(--white);
}
