:root {
  --ink: #26372c;
  --green: #173d2a;
  --green-2: #315a40;
  --cream: #f7f1e7;
  --paper: #f8f3ea;
  --violet: #77709b;
  --line: #d8cec0;
  --shadow: 0 12px 26px rgba(46, 39, 28, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper) url("../assets/premium-jeep-tour/paper-texture.webp") center/540px repeat;
  font: 15px/1.5 Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; position: relative; }
.paper { position: relative; background: rgba(248, 243, 234, .9); }
.hand { font-family: "Marck Script", cursive; color: var(--violet); }
.decor { position: absolute; z-index: 5; pointer-events: none; }
.button {
  min-height: 48px;
  padding: 0 25px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 5px 14px rgba(16, 50, 31, .18);
  font-weight: 600;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #295d3c; }
.section-title { margin: 0; font: 600 44px/1.05 "Cormorant Garamond", serif; }
.centered { text-align: center; }
.tape {
  position: absolute;
  z-index: 4;
  top: -15px;
  left: 50%;
  width: 90px;
  height: 30px;
  transform: translateX(-50%) rotate(-4deg);
  background: rgba(201, 181, 131, .54);
  box-shadow: inset 0 0 9px rgba(255, 255, 255, .4);
}

.site-header {
  height: 88px;
  position: relative;
  z-index: 40;
  background: rgba(248, 243, 234, .97);
}
.header-row { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { width: 175px; flex: 0 0 auto; }
.brand img { width: 164px; height: 66px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 46px); margin-left: auto; }
.main-nav a { font-size: 13px; font-weight: 600; white-space: nowrap; }
.main-nav a:hover { color: var(--violet); }
.header-actions { display: flex; align-items: center; gap: 20px; margin-left: 24px; }
.header-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-phone img { width: 17px; height: 17px; object-fit: contain; }
.site-header .button { min-height: 44px; padding-inline: 20px; font-size: 13px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 8px; background: transparent; cursor: pointer; }
.menu-toggle img { width: 100%; height: 100%; object-fit: contain; }

.hero {
  height: 590px;
  position: relative;
  isolation: isolate;
  background: #d8d4c8 url("../assets/premium-jeep-tour/hero-jeep-river.webp") center/cover no-repeat;
}
.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 246, 237, .99) 0%, rgba(248, 243, 233, .96) 25%, rgba(247, 242, 233, .65) 38%, rgba(247, 242, 233, .12) 52%, rgba(0, 0, 0, 0) 72%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -1%;
  right: -1%;
  bottom: -17px;
  height: 38px;
  background: var(--paper);
  clip-path: polygon(0 40%,4% 56%,8% 30%,12% 68%,17% 36%,22% 62%,27% 34%,32% 67%,37% 39%,42% 61%,47% 32%,52% 66%,57% 37%,62% 60%,67% 34%,72% 69%,77% 38%,82% 64%,87% 33%,92% 60%,96% 36%,100% 56%,100% 100%,0 100%);
}
.hero-inner { height: 100%; display: flex; align-items: center; }
.hero-copy { width: 500px; margin-top: -6px; position: relative; z-index: 3; }
.hero-hand { display: flex; align-items: flex-end; gap: 10px; margin: 0 0 8px 18px; font-size: 25px; line-height: 1.1; }
.hero-hand img { width: 19px; height: 19px; object-fit: contain; margin-bottom: 4px; }
.hero h1 { margin: 0; font: 600 82px/.83 "Cormorant Garamond", serif; letter-spacing: -.025em; }
.hero-lead { margin: 23px 0 28px 6px; font-size: 16px; line-height: 1.5; }
.hero-button { display: inline-flex; align-items: center; gap: 14px; margin-left: 4px; }
.hero-button img, .submit-button img, .closing-note .button img { width: 17px; height: 17px; object-fit: contain; filter: brightness(0) invert(1); }
.hero-lavender { position: absolute; z-index: 5; left: -55px; bottom: -95px; width: 180px; transform: rotate(-8deg); pointer-events: none; }
.hero-seal { position: absolute; z-index: 5; right: 8%; bottom: -55px; width: 190px; height: 190px; }
.hero-seal > img { width: 100%; height: 100%; object-fit: contain; filter: sepia(.25) hue-rotate(205deg) saturate(1.7); }
.hero-seal > span { position: absolute; inset: 45px 28px auto; color: #eee9f5; text-align: center; font-size: 21px; line-height: 1; transform: rotate(-5deg); text-shadow: 0 1px 3px rgba(24, 26, 24, .8); }
.hero-seal small { font-size: 14px; }

.fact-strip {
  height: 112px;
  position: relative;
  z-index: 7;
  background: rgba(248, 243, 234, .96);
  box-shadow: 0 8px 18px rgba(51, 42, 30, .08);
}
.fact-strip::after {
  content: "";
  position: absolute;
  left: -1%;
  right: -1%;
  bottom: -20px;
  height: 30px;
  background: var(--paper);
  clip-path: polygon(0 0,100% 0,100% 55%,96% 72%,91% 45%,86% 74%,80% 49%,74% 77%,68% 48%,62% 72%,56% 50%,49% 76%,43% 47%,37% 73%,31% 51%,25% 74%,19% 48%,13% 70%,7% 50%,0 75%);
}
.facts { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; padding-top: 8px; }
.fact { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid #cfc5b7; font: 600 18px "Cormorant Garamond", serif; }
.fact:last-child { border-right: 0; }
.fact img { width: 34px; height: 34px; object-fit: contain; }

.title-with-mountain { display: flex; align-items: center; justify-content: center; gap: 18px; position: relative; }
.title-with-mountain h2 { margin: 0; font: 600 44px "Cormorant Garamond", serif; }
.mountain-mark { width: 80px; height: 37px; object-fit: contain; opacity: .58; order: 2; }
.title-line { width: 80px; height: 30px; object-fit: contain; opacity: .7; }
.route { min-height: 610px; padding: 83px 0 62px; }
.route .title-with-mountain { margin-bottom: 40px; }
.route .title-line { transform: scaleX(-1); }
.route-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; position: relative; }
.route-grid::before { content: ""; position: absolute; left: 5%; right: 5%; top: 17px; border-top: 2px dashed #8d86a7; opacity: .8; }
.route-card { min-width: 0; position: relative; z-index: 2; }
.route-card header { height: 66px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 4px; text-align: center; background: rgba(248, 243, 234, .96); }
.route-card header span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font: 600 13px Manrope, sans-serif; }
.route-card h3 { margin: 0; font: 600 17px/1.02 "Cormorant Garamond", serif; }
.route-card > img { width: 100%; height: 230px; object-fit: cover; border-radius: 2px; box-shadow: 0 5px 11px rgba(40, 34, 25, .13); }
.route-card p { margin: 14px 4px 0; font-size: 11px; line-height: 1.5; }

.gallery-section { min-height: 560px; padding: 44px 0 74px; }
.gallery-row { width: calc(100% - 140px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; align-items: start; margin-top: 46px; }
.polaroid { position: relative; margin: 0; padding: 12px 12px 16px; background: #faf6ee; border: 1px solid rgba(191, 177, 158, .45); box-shadow: var(--shadow); }
.polaroid img { width: 100%; height: 285px; object-fit: cover; }
.tilt-a { transform: rotate(-5deg) translateY(15px); }
.tilt-b { transform: rotate(4deg) translateY(-2px); }
.tilt-c { transform: rotate(-3deg) translateY(3px); }
.tilt-d { transform: rotate(5deg) translateY(25px); }
.gallery-note { position: absolute; right: -5px; top: 160px; width: 170px; margin: 0; font-size: 25px; line-height: 1.13; transform: rotate(-4deg); }
.gallery-note img { display: inline-block; width: 18px; height: 18px; object-fit: contain; vertical-align: middle; }
.gallery-lavender { left: -43px; top: 140px; width: 135px; transform: rotate(-25deg); }
.lavender-divider { height: 26px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--violet); }
.lavender-divider span { width: 38px; border-top: 1px solid var(--violet); }
.lavender-divider b { font-size: 17px; }

.expect-section { min-height: 400px; padding: 68px 0 70px; }
.expect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.expect-grid article:first-child { padding-right: 55px; border-right: 1px dashed #aaa091; }
.expect-grid article:last-child { padding-left: 8px; }
.expect-grid h2 { display: flex; align-items: center; gap: 25px; margin: 0 0 22px; font: 600 40px "Cormorant Garamond", serif; }
.expect-grid h2 img { width: 95px; height: 40px; object-fit: contain; opacity: .42; }
.icon-list, .check-list, .vehicle-copy ul { list-style: none; padding: 0; margin: 0; }
.icon-list li, .check-list li { display: flex; align-items: center; gap: 14px; min-height: 37px; font-size: 13px; }
.icon-list img { width: 27px; height: 27px; object-fit: contain; }
.check-list img { width: 20px; height: 20px; object-fit: contain; }
.expect-lavender { right: -60px; bottom: -70px; width: 170px; transform: rotate(12deg); }

.vehicle-section {
  min-height: 350px;
  position: relative;
  z-index: 4;
  padding: 47px 0 50px;
  color: #f8f1e8;
  background: #173d2a;
  clip-path: polygon(0 4%,5% 0,11% 3%,17% 0,24% 3%,31% 0,38% 3%,45% 0,52% 3%,59% 0,66% 3%,73% 0,80% 3%,87% 0,94% 3%,100% 0,100% 96%,94% 100%,87% 97%,80% 100%,73% 97%,66% 100%,59% 97%,52% 100%,45% 97%,38% 100%,31% 97%,24% 100%,17% 97%,10% 100%,4% 97%,0 100%);
}
.vehicle-grid { display: grid; grid-template-columns: 31% 42% 27%; align-items: center; }
.vehicle-copy h2 { margin: 0 0 9px; color: #fff; font: 600 43px/.9 "Cormorant Garamond", serif; }
.vehicle-intro { margin: 0 0 18px; font-size: 12px; color: rgba(255,255,255,.86); }
.vehicle-copy li { display: flex; align-items: center; gap: 12px; margin: 10px 0; font-size: 12px; }
.vehicle-copy li img { width: 27px; height: 27px; object-fit: contain; filter: brightness(0) invert(1); opacity: .75; }
.vehicle-photo { position: relative; margin: 0 26px 0 0; padding: 9px; background: #eee8dc; box-shadow: 0 12px 25px rgba(0,0,0,.22); transform: rotate(.5deg); }
.vehicle-photo img { width: 100%; height: 245px; object-fit: cover; }
.vehicle-note { padding-left: 14px; font-size: 22px; line-height: 1.22; }
.vehicle-note p { margin: 10px 0 32px; color: #d9d2e5; }
.vehicle-note img { display: inline-block; width: 17px; height: 17px; vertical-align: middle; filter: brightness(0) invert(1); }
.vehicle-lavender { right: -35px; bottom: -15px; width: 125px; transform: rotate(-14deg); }

.booking-section { min-height: 480px; padding: 60px 0 66px; }
.booking-card { min-height: 350px; padding: 36px 40px 37px; border: 1px solid #ded4c6; border-radius: 11px; background: rgba(248, 244, 236, .78); box-shadow: 0 5px 17px rgba(54, 44, 31, .07); }
.booking-title { margin-bottom: 26px; }
.booking-title h2 { font-size: 44px; }
.booking-title .mountain-mark { width: 78px; order: 2; }
.booking-grid { display: grid; grid-template-columns: 28% 37% 35%; align-items: stretch; }
.booking-grid > div { padding: 0 35px; border-right: 1px solid #ddd3c6; }
.booking-grid > div:first-child { padding-left: 0; }
.booking-grid > div:last-child { padding-right: 0; border-right: 0; }
.field-label, .price-box > span { display: block; margin-bottom: 15px; font-size: 11px; }
.price-box strong { display: block; margin: 24px 0 42px; font: 500 23px "Cormorant Garamond", serif; }
.price-box strong b { font-size: 38px; }
.price-box strong small { font-size: 14px; }
.price-box p { margin: 0; font-size: 11px; }
.calendar { min-width: 0; }
.calendar-head { display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; margin: -5px 0 8px; text-align: center; }
.calendar-head b { font-size: 12px; text-transform: lowercase; }
.calendar-head button { width: 28px; height: 28px; border: 0; padding: 7px; background: none; cursor: pointer; }
.calendar-head img { width: 100%; height: 100%; object-fit: contain; }
.week, .days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.week { margin-bottom: 4px; color: #747b75; font-size: 9px; font-weight: 700; }
.days button { aspect-ratio: 1; min-width: 0; border: 0; border-radius: 50%; color: #3f4a42; background: none; font-size: 10px; cursor: pointer; }
.days button:disabled { opacity: .25; cursor: default; }
.days button.selected { color: #fff; background: var(--green-2); box-shadow: 0 2px 5px rgba(27,61,41,.2); }
.booking-actions { display: flex; flex-direction: column; }
.time-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-bottom: 33px; }
.time-switch button { height: 42px; border: 1px solid #ddd3c5; border-radius: 4px; color: var(--ink); background: rgba(255,255,255,.44); cursor: pointer; }
.time-switch button.selected { border-color: var(--green); color: #fff; background: var(--green); }
.submit-button { display: flex; align-items: center; justify-content: center; gap: 15px; width: 100%; margin-bottom: 20px; }
.no-prepay { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; font-size: 10px; }
.no-prepay img { width: 24px; height: 24px; object-fit: contain; }
.booking-lavender { left: -55px; bottom: 5px; width: 130px; transform: rotate(10deg); }

.faq-section { min-height: 220px; padding: 33px 0 48px; }
.faq-section h2 { font-size: 41px; margin-bottom: 20px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; }
.faq-grid details { border: 1px solid #ded5c8; background: rgba(255,255,255,.25); }
.faq-grid summary { height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; list-style: none; font-size: 11px; cursor: pointer; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary img { width: 14px; height: 14px; object-fit: contain; transition: transform .2s; }
.faq-grid details[open] summary img { transform: rotate(45deg); }
.faq-grid p { margin: 0; padding: 0 14px 13px; color: #647066; font-size: 11px; }

.closing-section {
  min-height: 330px;
  position: relative;
  isolation: isolate;
  background: #375a43 url("../assets/premium-jeep-tour/closing-mountains.webp") center 55%/cover no-repeat;
}
.closing-section::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(18,50,33,.16), rgba(18,50,33,0) 40%, rgba(18,50,33,.06)); }
.closing-note { width: 410px; height: 275px; position: absolute; left: 50%; top: 20px; padding: 38px 54px; transform: translateX(-50%) rotate(-1deg); text-align: center; background: #f5eee3; box-shadow: 0 7px 18px rgba(32,29,21,.13); clip-path: polygon(1% 3%,8% 0,16% 3%,24% 0,33% 3%,42% 0,50% 3%,59% 0,68% 3%,76% 0,84% 3%,92% 0,99% 4%,97% 13%,100% 23%,97% 33%,100% 43%,97% 53%,100% 63%,97% 73%,100% 83%,97% 96%,89% 99%,80% 96%,71% 99%,62% 96%,53% 99%,44% 96%,35% 99%,26% 96%,17% 99%,8% 96%,1% 99%,3% 88%,0 77%,3% 66%,0 55%,3% 44%,0 33%,3% 22%);
}
.closing-note > img { width: 22px; height: 22px; margin: 0 auto 9px; object-fit: contain; }
.closing-note h2 { margin: 0 0 22px; font: 600 48px/.87 "Cormorant Garamond", serif; }
.closing-note .button { display: inline-flex; align-items: center; gap: 13px; }
.closing-lavender.left { left: -35px; bottom: -20px; width: 180px; transform: rotate(-18deg); }
.closing-lavender.right { right: 235px; bottom: -45px; width: 135px; transform: rotate(24deg); }
.signpost { position: absolute; right: 30px; bottom: -5px; width: 215px; height: 280px; }
.signpost > img { width: 100%; height: 100%; object-fit: contain; }
.signpost span { position: absolute; left: 56px; color: #f7f0e8; font-size: 25px; text-shadow: 0 1px 2px rgba(25,18,12,.75); transform: rotate(2deg); }
.signpost .one { top: 61px; }
.signpost .two { top: 125px; }

.site-footer { min-height: 170px; padding: 28px 0 20px; color: rgba(255,255,255,.85); background: #173d2a; }
.footer-row { display: grid; grid-template-columns: 1.3fr 1.05fr 1.3fr 1.15fr; align-items: center; gap: 42px; }
.footer-brand > img { width: 170px; height: 70px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand small { display: block; margin-top: 10px; font-size: 9px; }
.footer-row nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; }
.footer-row nav a, .footer-links a { font-size: 10px; }
.footer-links { display: flex; flex-direction: column; gap: 18px; }
.footer-links img { display: inline-block; width: 12px; height: 12px; filter: brightness(0) invert(1); vertical-align: middle; }
.footer-contact > a { display: flex; align-items: center; gap: 9px; font-weight: 600; white-space: nowrap; }
.footer-contact > a img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a { width: 26px; height: 26px; }
.socials img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 24px; padding: 14px 24px; color: #fff; background: var(--green); border-radius: 5px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 25px); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .shell { width: min(960px, calc(100% - 44px)); }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 11px; }
  .header-actions { margin-left: 8px; }
  .header-phone { display: none; }
  .hero-seal { right: 4%; }
  .route-grid { gap: 12px; }
  .route-card > img { height: 205px; }
  .route-card p { font-size: 10px; }
  .gallery-row { width: calc(100% - 110px); }
  .polaroid img { height: 240px; }
  .vehicle-grid { grid-template-columns: 29% 44% 27%; }
  .booking-grid > div { padding-inline: 24px; }
}

@media (max-width: 820px) {
  .shell { width: min(690px, calc(100% - 34px)); }
  .site-header { height: 74px; }
  .brand { width: 135px; }
  .brand img { width: 130px; height: 56px; }
  .site-header .button { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 69px; right: 0; width: 230px; padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; font-size: 13px; }
  .hero { height: 610px; background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(248,243,234,.97) 0%, rgba(248,243,234,.88) 42%, rgba(248,243,234,.18) 74%); }
  .hero-copy { width: 400px; }
  .hero h1 { font-size: 70px; }
  .hero-seal { width: 150px; height: 150px; right: 2%; bottom: -28px; }
  .hero-seal > span { inset: 35px 20px auto; font-size: 17px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact-strip { height: 170px; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid #d4cabc; }
  .route { padding-top: 70px; }
  .route-grid { grid-template-columns: repeat(3, 1fr); gap: 35px 20px; }
  .route-grid::before { display: none; }
  .route-card > img { height: 240px; }
  .gallery-section { padding-top: 58px; }
  .gallery-row { width: 100%; grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .gallery-note { display: none; }
  .polaroid img { height: 260px; }
  .expect-grid { gap: 35px; }
  .expect-grid article:first-child { padding-right: 25px; }
  .expect-grid h2 { font-size: 34px; }
  .vehicle-grid { grid-template-columns: 1fr 1.3fr; gap: 24px; }
  .vehicle-note { grid-column: 1 / -1; display: flex; justify-content: space-around; font-size: 18px; }
  .vehicle-note p { margin: 12px; }
  .booking-grid { grid-template-columns: 1fr 1.2fr; gap: 28px; }
  .booking-grid .booking-actions { grid-column: 1 / -1; margin-top: 25px; padding: 0; border: 0; }
  .time-switch { margin-bottom: 15px; }
  .footer-row { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .shell { width: calc(100% - 28px); }
  .header-actions { margin-left: auto; }
  .hero { height: 670px; background-position: 65% bottom; }
  .hero-shade { background: linear-gradient(180deg, rgba(248,243,234,.99) 0%, rgba(248,243,234,.9) 52%, rgba(248,243,234,.1) 78%); }
  .hero-inner { align-items: flex-start; padding-top: 52px; }
  .hero-copy { width: 100%; }
  .hero-hand { margin-left: 0; font-size: 21px; }
  .hero h1 { font-size: 62px; }
  .hero-lead { margin: 17px 0 20px; font-size: 14px; }
  .hero-lavender { width: 120px; left: -49px; bottom: -60px; }
  .hero-seal { width: 120px; height: 120px; right: 3px; bottom: -7px; }
  .hero-seal > span { inset: 29px 16px auto; font-size: 14px; }
  .hero-seal small { font-size: 10px; }
  .fact-strip { height: 190px; }
  .fact { gap: 10px; font-size: 15px; }
  .fact img { width: 28px; height: 28px; }
  .section-title, .title-with-mountain h2 { font-size: 36px; }
  .title-line { display: none; }
  .mountain-mark { width: 60px; }
  .route { padding: 65px 0 45px; }
  .route .title-with-mountain { margin-bottom: 30px; }
  .route-grid { grid-template-columns: 1fr 1fr; gap: 30px 14px; }
  .route-card header { height: 60px; }
  .route-card > img { height: 210px; }
  .route-card p { font-size: 10px; }
  .gallery-section { padding: 36px 0 58px; }
  .gallery-row { gap: 26px 10px; margin-top: 30px; }
  .polaroid { padding: 7px 7px 10px; }
  .polaroid img { height: 205px; }
  .gallery-lavender { width: 95px; top: 145px; }
  .expect-section { padding: 52px 0; }
  .expect-grid { grid-template-columns: 1fr; gap: 35px; }
  .expect-grid article:first-child { padding: 0 0 30px; border-right: 0; border-bottom: 1px dashed #aaa091; }
  .expect-grid article:last-child { padding-left: 0; }
  .expect-grid h2 { font-size: 36px; margin-bottom: 15px; }
  .expect-grid h2 img { width: 76px; }
  .vehicle-section { padding: 50px 0; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-copy h2 { font-size: 40px; }
  .vehicle-photo { margin: 8px 0; }
  .vehicle-note { display: block; grid-column: auto; padding: 0; text-align: center; }
  .vehicle-note p { margin: 18px 0; }
  .booking-section { padding: 45px 0 52px; }
  .booking-card { padding: 28px 20px 30px; }
  .booking-title { flex-wrap: wrap; gap: 8px; }
  .booking-title h2 { font-size: 36px; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-grid > div, .booking-grid > div:first-child, .booking-grid > div:last-child { padding: 0 0 25px; border: 0; border-bottom: 1px solid #ddd3c6; }
  .booking-grid .calendar { padding-top: 22px; }
  .booking-grid .booking-actions { grid-column: auto; margin-top: 22px; padding-bottom: 0; border-bottom: 0; }
  .price-box strong { margin: 15px 0 20px; }
  .faq-section h2 { font-size: 35px; }
  .faq-grid { grid-template-columns: 1fr; gap: 7px; }
  .closing-section { min-height: 500px; background-position: center; }
  .closing-note { width: 330px; height: 250px; top: 25px; padding: 36px 30px; }
  .closing-note h2 { font-size: 43px; }
  .signpost { width: 170px; height: 230px; right: 3px; bottom: -5px; }
  .signpost span { left: 47px; font-size: 20px; }
  .signpost .one { top: 53px; }
  .signpost .two { top: 105px; }
  .closing-lavender.right { right: 135px; width: 105px; }
  .site-footer { padding-top: 32px; }
  .footer-row { grid-template-columns: 1fr; text-align: center; }
  .footer-brand > img { margin-inline: auto; }
  .footer-row nav { max-width: 260px; margin-inline: auto; }
  .footer-links { gap: 8px; }
  .footer-contact > a, .socials { justify-content: center; }
}
