@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import "tailwindcss";

:root {
  --ink: #211711;
  --smoke: #66564a;
  --cream: #fff3dc;
  --paper: #fffaf0;
  --emerald: #0e3d36;
  --emerald-dark: #082721;
  --turmeric: #f4b13d;
  --coral: #d75f3f;
  --indigo: #26325f;
  --brass: #b47a28;
  --line: rgba(33, 23, 17, 0.16);
}

@theme inline {
  --color-background: var(--cream);
  --color-foreground: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(180, 122, 40, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(180, 122, 40, 0.06) 1px, transparent 1px),
    var(--cream);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  color: white;
  background: var(--emerald-dark);
}

.heroPhoto,
.heroOverlay {
  position: absolute;
  inset: 0;
}

.heroPhoto {
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.heroOverlay {
  z-index: -2;
  background:
    radial-gradient(circle at 78% 30%, rgba(244, 177, 61, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(5, 23, 20, 0.9) 0%, rgba(5, 23, 20, 0.74) 36%, rgba(5, 23, 20, 0.1) 75%),
    linear-gradient(0deg, rgba(8, 39, 33, 0.86) 0%, rgba(8, 39, 33, 0) 42%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(45deg, transparent 47%, rgba(244, 177, 61, 0.48) 49%, rgba(244, 177, 61, 0.48) 51%, transparent 53%),
    linear-gradient(-45deg, transparent 47%, rgba(255, 243, 220, 0.36) 49%, rgba(255, 243, 220, 0.36) 51%, transparent 53%);
  background-size: 78px 78px;
  mix-blend-mode: screen;
}

.nav {
  position: fixed;
  top: 12px;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 8px;
  border: 1px solid rgba(255, 243, 220, 0.22);
  background: rgba(8, 39, 33, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
}

.brand {
  display: block;
  width: clamp(86px, 10vw, 132px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.26);
}

.navLinks {
  display: flex;
  gap: 6px;
  padding: 6px;
}

.navLinks a {
  min-height: 38px;
  padding: 10px 13px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.languageSwitch {
  display: flex;
  gap: 4px;
  padding: 4px;
}

.languageBlock {
  position: fixed;
  top: 104px;
  right: clamp(18px, 5vw, 72px);
  z-index: 29;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px 7px 12px;
  border: 1px solid rgba(255, 243, 220, 0.2);
  background: rgba(8, 39, 33, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 46px rgba(0, 0, 0, 0.22);
}

.languageBlock span {
  color: rgba(255, 243, 220, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.languageSwitch a {
  min-width: 68px;
  min-height: 34px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
}

.languageSwitch a.active {
  color: #1e130b;
  background: var(--turmeric);
}

.heroContent {
  width: min(760px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 88px);
  padding: 136px 0 118px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--turmeric);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(42px, 6.5vw, 84px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: 0;
}

.lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.78;
  font-weight: 500;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 54px;
  padding: 15px 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.buttonPrimary {
  color: #1e130b;
  background: var(--turmeric);
  box-shadow: 0 20px 60px rgba(244, 177, 61, 0.25);
}

.buttonGhost {
  color: white;
  border-color: rgba(255, 243, 220, 0.45);
  background: rgba(255, 243, 220, 0.12);
}

.buttonPair {
  color: white;
  background: var(--coral);
  box-shadow: 0 20px 60px rgba(215, 95, 63, 0.25);
}

.buttonGhostLight {
  color: var(--ink);
  border-color: rgba(33, 23, 17, 0.18);
  background: rgba(255, 250, 240, 0.9);
}

.buttonLine {
  color: white;
  background: #06c755;
}

.buttonWhatsApp {
  color: white;
  background: #25d366;
}

.buttonDark {
  margin-top: 20px;
  color: white;
  background: var(--emerald);
}

.heroProof {
  max-width: 680px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.heroProof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 243, 220, 0.28);
  color: rgba(255, 250, 240, 0.92);
  background: rgba(255, 243, 220, 0.12);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(14px);
}

.priceSigil {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: 46px;
  z-index: 3;
  width: min(330px, calc(100% - 40px));
  padding: 24px;
  color: var(--ink);
  border: 2px solid rgba(244, 177, 61, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 243, 220, 0.98), rgba(255, 250, 240, 0.9)),
    var(--paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.priceSigil span {
  font-weight: 700;
}

.priceSigil strong {
  display: block;
  margin: 6px 0;
  color: var(--coral);
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 600;
  line-height: 1.24;
}

.priceSigil small {
  color: var(--smoke);
  font-weight: 500;
}

.photoRibbon {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr 0.95fr 1.05fr;
  grid-auto-rows: 210px;
  gap: 12px;
  padding: 12px;
  background: var(--emerald-dark);
}

.photoRibbon img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.photoRibbon img:first-child {
  grid-row: span 2;
}

.photoRibbon img:nth-child(2) {
  grid-column: span 2;
}

.photoRibbon img:nth-child(5) {
  grid-column: span 2;
}

.photoRibbon img:nth-child(7) {
  grid-column: span 2;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(68px, 8vw, 118px) 0;
}

.sectionHead p,
.ritual p,
.trustGrid p,
.voiceCard p,
.access p,
.faq p,
.bookingHead p,
.bookingCard p,
.finalCta p {
  color: var(--smoke);
  font-size: 17px;
  line-height: 1.9;
}

.sectionHead {
  max-width: 820px;
  margin-bottom: 36px;
}

.quickChoice {
  border-bottom: 1px solid var(--line);
}

.choiceGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.choiceCard {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(14, 61, 54, 0.08), rgba(255, 250, 240, 0.96)),
    var(--paper);
}

.choiceCard span {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--turmeric);
  font-size: 13px;
  font-weight: 700;
}

.choiceCard p {
  color: var(--smoke);
  line-height: 1.85;
}

.choiceCard a {
  margin-top: auto;
  color: var(--coral);
  font-weight: 700;
}

.reasons {
  border-bottom: 1px solid var(--line);
}

.reasonGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.reasonCard {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  background:
    linear-gradient(180deg, rgba(8, 39, 33, 0.2), rgba(8, 39, 33, 0.92)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=900&q=85") center / cover;
}

.reasonCard:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(38, 50, 95, 0.16), rgba(38, 50, 95, 0.9)),
    url("https://images.unsplash.com/photo-1519823551278-64ac92734fb1?auto=format&fit=crop&w=900&q=85") center / cover;
}

.reasonCard:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(215, 95, 63, 0.16), rgba(8, 39, 33, 0.92)),
    url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=900&q=85") center / cover;
}

.reasonCard h3,
.reasonCard p {
  margin-bottom: 0;
}

.reasonCard p {
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.88);
  line-height: 1.8;
}

.courseGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.courseCard {
  min-height: 510px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.courseCard img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.courseCard div {
  padding: 26px;
}

.courseCard span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.courseCard p {
  color: var(--smoke);
  line-height: 1.82;
}

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

.stepGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stepCard {
  min-height: 130px;
  padding: 24px;
  display: grid;
  gap: 14px;
  align-content: center;
  border: 1px solid var(--line);
  background: var(--emerald);
  color: white;
}

.stepCard span {
  color: var(--turmeric);
  font-size: 15px;
  font-weight: 700;
}

.stepCard strong {
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.15;
}

.stepCta {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.stepCta .button {
  min-width: min(360px, 100%);
}

.ritual {
  padding: clamp(80px, 10vw, 140px) 20px;
  color: white;
  background:
    linear-gradient(90deg, rgba(8, 39, 33, 0.94), rgba(38, 50, 95, 0.72)),
    url("/generated-pair-herbal.png") center / cover;
}

.ritualInner {
  width: min(780px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.ritual p,
.finalCta p {
  color: rgba(255, 250, 240, 0.86);
}

.trust {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(28px, 6vw, 80px);
}

.trustGrid {
  display: grid;
  gap: 12px;
}

.trustGrid div {
  padding: 24px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 4px 20px;
  align-items: baseline;
  border-left: 6px solid var(--turmeric);
  background: rgba(255, 250, 240, 0.84);
}

.trustGrid strong {
  grid-row: span 2;
  color: var(--coral);
  font-size: 30px;
  line-height: 1;
}

.trustGrid h3,
.trustGrid p {
  margin-bottom: 0;
}

.voices,
.faq {
  border-top: 1px solid var(--line);
}

.owner {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 0.9fr) minmax(300px, 0.9fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.ownerPhoto {
  height: clamp(360px, 40vw, 520px);
  object-fit: cover;
  object-position: center;
}

.ownerCopy p {
  color: var(--smoke);
  font-size: 17px;
  line-height: 1.9;
}

.ownerCard {
  padding: clamp(26px, 4vw, 40px);
  color: white;
  background:
    linear-gradient(135deg, rgba(8, 39, 33, 0.94), rgba(38, 50, 95, 0.86)),
    url("https://images.unsplash.com/photo-1506126613408-eca07ce68773?auto=format&fit=crop&w=1200&q=85") center / cover;
}

.ownerCard span {
  color: var(--turmeric);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ownerCard ul {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.ownerCard li {
  padding: 14px 16px;
  background: rgba(255, 250, 240, 0.12);
  border: 1px solid rgba(255, 243, 220, 0.18);
  line-height: 1.55;
}

.voiceGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.voiceCard {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(244, 177, 61, 0.18), rgba(255, 250, 240, 0.95)),
    var(--paper);
}

.voiceCard img {
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.voiceCard div {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voiceCard strong {
  color: var(--emerald);
}

.access {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.parking {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.parking p {
  color: var(--smoke);
  font-size: 17px;
  line-height: 1.9;
}

.parkingCard {
  padding: clamp(24px, 4vw, 34px);
  display: grid;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(244, 177, 61, 0.18), rgba(255, 250, 240, 0.96)),
    var(--paper);
  border: 1px solid var(--line);
}

.parkingCard .button,
.parkingCard .phoneLink {
  width: 100%;
}

.parkingCard p {
  margin: 0;
}

.mapPreview,
.mapEmbed {
  min-height: 360px;
}

.mapEmbed {
  width: 100%;
  height: 430px;
  border: 0;
  background: var(--emerald-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 243, 220, 0.28);
}

.mapPreview {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  background:
    linear-gradient(0deg, rgba(8, 39, 33, 0.92), rgba(8, 39, 33, 0.22)),
    url("https://images.unsplash.com/photo-1542640244-7e672d6cef4e?auto=format&fit=crop&w=1200&q=85") center / cover;
  box-shadow: inset 0 0 0 1px rgba(255, 243, 220, 0.28);
}

.mapPreview span {
  color: var(--turmeric);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mapPreview strong {
  margin: 10px 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
}

.mapPreview small {
  color: rgba(255, 250, 240, 0.8);
  font-weight: 600;
}

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

.bookingHead {
  max-width: 860px;
}

.bookingGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.bookingCard {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  background: var(--paper);
}

.bookingCard img {
  height: 270px;
  object-fit: cover;
}

.bookingCard > div {
  padding: clamp(24px, 4vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bookingCard span {
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bookingCard h3 {
  font-size: clamp(26px, 3vw, 38px);
}

.bookingCard .button {
  width: 100%;
  margin-top: auto;
}

.bookingActions {
  width: 100%;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.phoneLink {
  min-height: 54px;
  padding: 15px 18px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--emerald);
  font-size: 20px;
  font-weight: 700;
}

.faqList {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  background: var(--paper);
}

summary {
  min-height: 68px;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--emerald);
  font-size: 18px;
  font-weight: 700;
}

details p {
  margin: 0;
  padding: 0 24px 24px;
}

.faqLink {
  width: fit-content;
  min-height: 46px;
  margin: 0 24px 24px;
  padding: 12px 18px;
  display: grid;
  place-items: center;
  color: #1e130b;
  background: var(--turmeric);
  font-weight: 700;
}

.finalCta {
  position: relative;
  min-height: 620px;
  margin: 0 10px 10px;
  padding: clamp(40px, 7vw, 88px);
  display: grid;
  align-items: end;
  color: white;
  overflow: hidden;
  isolation: isolate;
  background: var(--emerald-dark);
}

.finalCta img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.finalCta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 39, 33, 0.94), rgba(8, 39, 33, 0.32));
}

.finalCta div {
  width: min(760px, 100%);
}

.siteFooter {
  margin: 0 10px 10px;
  padding: clamp(34px, 6vw, 72px) clamp(20px, 6vw, 72px) 110px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  color: #fff8ea;
  background: var(--emerald-dark);
}

.footerLogo {
  display: block;
  width: clamp(118px, 12vw, 176px);
}

.footerLogo img {
  border-radius: 999px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.siteFooter p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 248, 234, 0.82);
}

.footerLinks {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footerLinks a {
  min-height: 42px;
  padding: 11px 14px;
  display: grid;
  place-items: center;
  color: #1e130b;
  background: var(--turmeric);
  font-weight: 700;
}

.footerLinks a:nth-child(2) {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.footerLinks a:nth-child(3) {
  color: #fff;
  background: var(--coral);
}

.stickyReserve {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 8px;
  padding: 8px;
  background: rgba(8, 39, 33, 0.82);
  border: 1px solid rgba(255, 243, 220, 0.28);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.stickyReserve a {
  min-height: 48px;
  padding: 12px 16px;
  display: grid;
  gap: 2px;
  place-items: center;
  color: #1e130b;
  background: var(--turmeric);
  text-align: center;
  white-space: nowrap;
}

.stickyReserve strong {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.stickyReserve small {
  font-size: 11px;
  line-height: 1.15;
  font-weight: 500;
  opacity: 0.86;
}

.stickyReserve a:last-child {
  color: white;
  background: var(--emerald);
}

.stickyReserve a:nth-child(2) {
  color: white;
  background: var(--coral);
}

@media (max-width: 980px) {
  .nav {
    left: 12px;
    right: 12px;
    gap: 10px;
  }

  .brand {
    width: 78px;
  }

  .languageBlock {
    top: 96px;
    right: 12px;
  }

  .navLinks {
    display: none;
  }

  .hero {
    min-height: 90svh;
  }

  .heroPhoto {
    object-position: 76% center;
  }

  .heroOverlay {
    background:
      linear-gradient(0deg, rgba(5, 23, 20, 0.94) 0%, rgba(5, 23, 20, 0.76) 46%, rgba(5, 23, 20, 0.1) 100%),
      linear-gradient(90deg, rgba(5, 23, 20, 0.8), rgba(5, 23, 20, 0.12));
  }

  .heroContent {
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 210px;
  }

  .priceSigil {
    left: 20px;
    right: auto;
  }

  .photoRibbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .photoRibbon img:first-child,
  .photoRibbon img:nth-child(2),
  .photoRibbon img:nth-child(5),
  .photoRibbon img:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
  }

  .trust,
  .access,
  .owner,
  .parking,
  .bookingGrid {
    grid-template-columns: 1fr;
  }

  .courseGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .courseCard {
    grid-column: auto;
  }

  .voiceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choiceGrid,
  .reasonGrid,
  .stepGrid {
    grid-template-columns: 1fr;
  }

  .siteFooter {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footerLinks {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .nav {
    right: auto;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .brand {
    width: 64px;
  }

  .hero {
    min-height: 92svh;
  }

  .heroPhoto {
    object-position: 88% center;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .lead {
    font-size: 17px;
  }

  .heroActions .button {
    width: 100%;
  }

  .heroProof span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .priceSigil {
    bottom: 24px;
    padding: 20px;
  }

  .priceSigil strong {
    font-size: 26px;
  }

  .photoRibbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .photoRibbon img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .photoRibbon img:first-child {
    grid-column: span 2;
    aspect-ratio: 16 / 10;
  }

  .courseGrid {
    grid-template-columns: 1fr;
  }

  .voiceGrid {
    grid-template-columns: 1fr;
  }

  .courseCard {
    min-height: 0;
  }

  .courseCard img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .bookingCard img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .mapEmbed {
    height: 320px;
  }

  .trustGrid div {
    grid-template-columns: 1fr;
  }

  .finalCta {
    min-height: 560px;
  }

  .stickyReserve {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .languageBlock {
    top: 18px;
    right: 12px;
    left: auto;
    gap: 0;
    padding: 5px;
  }

  .languageBlock span {
    display: none;
  }

  .languageSwitch a {
    min-width: 62px;
    min-height: 34px;
    padding: 0 7px;
    font-size: 10px;
  }

  .siteFooter {
    padding-bottom: 96px;
  }

  .stickyReserve a {
    padding: 12px 8px;
  }

  .stickyReserve strong {
    font-size: 12px;
  }

  .stickyReserve small {
    font-size: 10px;
  }
}
