:root {
  --gold: #c9a227;
  --gold-deep: #a3811d;
  --teal: #2f8f8a;
  --teal-deep: #1f6864;
  --terracotta: #c1592f;
  --cream: #fbf3df;
  --sand: #e9dcc0;
  --ink: #2a2117;
  --ink-soft: #5c4f3c;
  --white: #fffdf7;
  --whatsapp: #218a5a;
  --shadow: 0 22px 60px rgba(42, 33, 23, .14);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: 'Outfit', 'Readex Pro', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: '';
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
body.menu-open { overflow: hidden; }

img, video, svg { display: block; max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Fraunces', 'Amiri', serif; font-weight: 600; line-height: 1.05; letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.45rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.1rem); }

.shell { width: var(--shell); margin-inline: auto; }
.narrow { width: min(700px, calc(100vw - 48px)); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 156px) 0; position: relative; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--cream);
  transition: color .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 243, 223, .88);
  border-color: rgba(169, 129, 29, .2);
  box-shadow: 0 8px 30px rgba(42, 33, 23, .07);
  backdrop-filter: blur(15px);
}
.brand { display: flex; align-items: center; gap: 11px; font-size: 14px; letter-spacing: .015em; white-space: nowrap; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; box-shadow: 0 3px 14px rgba(42, 33, 23, .16); }
.brand b { display: block; margin-top: -6px; font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.desktop-nav { justify-self: center; display: flex; gap: 25px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--gold); content: ''; transition: right .35s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; }
.language-switcher span { opacity: .45; }
.language-switcher button { border: 0; border-bottom: 2px solid transparent; padding: 6px 1px 3px; color: inherit; background: none; cursor: pointer; }
.language-switcher button[aria-pressed='true'] { border-color: var(--gold); }
.header-book { display: flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 99px; color: #fffdf7; background: var(--whatsapp); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.site-header.hero-passed .header-book { opacity: 1; transform: none; pointer-events: auto; }
.header-book svg, .button-whatsapp svg { width: 19px; fill: currentColor; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .3s var(--ease); }
.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 25; display: flex; flex-direction: column; justify-content: center; padding: 100px 28px 32px; color: var(--ink); background: var(--cream); visibility: hidden; opacity: 0; transform: translateY(-20px); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
.mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu nav { display: grid; gap: 8px; }
.mobile-menu nav a { display: flex; align-items: center; gap: 16px; font-family: 'Fraunces', serif; font-size: clamp(2.3rem, 11vw, 4rem); line-height: 1.2; }
.mobile-menu > .button { margin-top: auto; width: 100%; }

.star { display: inline-block; width: 10px; height: 10px; flex: 0 0 auto; background: var(--gold); clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%); }
.eyebrow, .kicker { margin-bottom: 18px; color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 1px solid transparent; border-radius: 99px; padding: 13px 23px; font-size: 13px; font-weight: 700; transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.985); }
.button-whatsapp { color: #fff; background: var(--whatsapp); box-shadow: 0 14px 35px rgba(22, 95, 61, .26); }
.button-whatsapp:hover { background: #19734a; }
.button-ghost { color: var(--cream); border-color: rgba(251, 243, 223, .7); background: rgba(42, 33, 23, .18); backdrop-filter: blur(8px); }
.button-outline { color: var(--cream); border-color: var(--gold); }
.button-large { min-height: 62px; padding: 16px 30px; font-size: 17px; }
.button-large span { direction: ltr; unicode-bidi: isolate; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-deep); font-size: 13px; font-weight: 700; }
.text-link span:last-child { transition: transform .3s var(--ease); }
.text-link:hover span:last-child { transform: translate(3px, -3px); }

.hero { position: relative; min-height: 100dvh; padding-top: 80px; color: var(--cream); background: var(--cream); overflow: hidden; }
.hero-arch { position: absolute; inset: 0 0 0; overflow: hidden; border-radius: 50% 50% 0 0 / 22% 22% 0 0; background: var(--ink); }
.hero-video { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 54%; filter: saturate(.85) sepia(.12) contrast(1.04); animation: hero-drift 20s ease-in-out infinite alternate; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42, 33, 23, .78) 0%, rgba(42, 33, 23, .38) 48%, rgba(42, 33, 23, .06) 76%), linear-gradient(0deg, rgba(42, 33, 23, .88) 0%, transparent 58%); }
@keyframes hero-drift { from { transform: scale(1); } to { transform: scale(1.04); } }
.hero-content { position: relative; z-index: 2; min-height: calc(100dvh - 80px); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: 132px; }
.hero .kicker { color: var(--gold); opacity: 0; animation: rise-in .7s .2s var(--ease) forwards; }
.hero h1 { max-width: 830px; margin-bottom: 22px; color: var(--white); font-size: clamp(3.25rem, 7vw, 6.6rem); }
.hero h1 span { display: block; opacity: 0; animation: rise-in .8s .32s var(--ease) forwards; }
.hero h1 span + span { animation-delay: .44s; }
.hero-copy { max-width: 680px; margin-bottom: 28px; color: rgba(255, 253, 247, .82); font-size: clamp(1rem, 1.5vw, 1.2rem); opacity: 0; animation: rise-in .8s .54s var(--ease) forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; opacity: 0; animation: rise-in .8s .64s var(--ease) forwards; }
.golden-chip { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; padding: 8px 13px; border: 1px solid rgba(251, 243, 223, .25); border-radius: 99px; color: rgba(251, 243, 223, .86); background: rgba(42, 33, 23, .32); font-size: 12px; backdrop-filter: blur(8px); opacity: 0; animation: rise-in .8s .74s var(--ease) forwards; }
.golden-chip svg { width: 17px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.golden-chip strong { color: var(--gold); }
.trust-strip { position: absolute; z-index: 3; inset: auto 0 0; min-height: 64px; display: flex; justify-content: center; align-items: center; gap: 25px; padding: 12px 24px; color: rgba(251, 243, 223, .86); background: rgba(42, 33, 23, .73); border-top: 1px solid rgba(201, 162, 39, .24); font-size: 12px; backdrop-filter: blur(10px); }

.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr); gap: 90px; align-items: end; margin-bottom: 60px; }
.section-head h2 { max-width: 750px; margin-bottom: 0; }
.section-head > p { max-width: 480px; margin-bottom: 10px; color: var(--ink-soft); }
.section-head.centered { display: block; text-align: center; }

.rides-section { background: var(--cream); }
.ride-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ride-card { min-width: 0; padding-bottom: 25px; border-bottom: 1px solid var(--sand); transition: transform .45s var(--ease); }
.ride-card:hover { transform: translateY(-4px); }
.arch-media { overflow: hidden; border-radius: 999px 999px 16px 16px; }
.ride-image { position: relative; display: block; aspect-ratio: .78; margin-bottom: 26px; background: var(--sand); box-shadow: 0 18px 46px rgba(42, 33, 23, .12); }
.ride-image img, .ride-image video { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), opacity .4s var(--ease); }
.ride-card:hover .ride-image img { transform: scale(1.03); }
.camel-media video { position: absolute; inset: 0; opacity: 0; }
.camel-media.video-active video { opacity: 1; }
.ride-number { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: rgba(251, 243, 223, .9); font-family: 'Fraunces', serif; font-size: 13px; }
.tiny-badge { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 99px; color: var(--cream); background: rgba(42, 33, 23, .78); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); }
.ride-body h3 { margin-bottom: 14px; }
.ride-body > p { min-height: 78px; color: var(--ink-soft); font-size: 14px; }
.ride-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; }
.ride-meta span { padding: 5px 9px; border: 1px solid var(--sand); border-radius: 99px; color: var(--ink-soft); font-size: 10px; font-weight: 600; }
.filmed-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; margin-top: 48px; padding: 22px 26px; border-block: 1px solid var(--sand); }
.filmed-banner p { max-width: 660px; margin: 3px 0 0; color: var(--ink-soft); font-size: 13px; }
.filmed-mark { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }
.filmed-mark span { width: 18px; height: 14px; border: 1px solid var(--ink); border-radius: 3px; position: relative; }
.filmed-mark span::after { position: absolute; top: 3px; right: -7px; width: 7px; height: 7px; background: var(--ink); clip-path: polygon(0 0, 100% 50%, 0 100%); content: ''; }

.how-section { padding-top: 50px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px; margin: 0; padding: 0; list-style: none; }
.steps::before { position: absolute; top: 38px; left: 15%; right: 15%; height: 1px; background: repeating-linear-gradient(90deg, var(--sand) 0 12px, transparent 12px 22px); content: ''; }
.step { position: relative; text-align: center; }
.step-icon { position: relative; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 27px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); background: var(--cream); font-family: 'Fraunces', serif; font-size: 19px; }
.step h3 { font-size: 1.55rem; }
.step p { color: var(--ink-soft); font-size: 14px; }
.step small { color: var(--teal-deep); }
.wear-note { max-width: 860px; margin: 55px auto 0; padding: 19px; border-block: 1px solid var(--sand); text-align: center; color: var(--ink-soft); font-size: 13px; }

.tea-section { position: relative; padding: clamp(90px, 11vw, 150px) 0; overflow: hidden; color: var(--cream); background: linear-gradient(160deg, var(--teal-deep), var(--teal)); }
.tea-grid { display: grid; grid-template-columns: 1fr .62fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.tea-copy h2 { max-width: 760px; margin-bottom: 30px; color: var(--white); }
.tea-copy > p { max-width: 600px; color: rgba(251, 243, 223, .78); }
.tea-copy .tea-lead { color: var(--cream); font-family: 'Fraunces', serif; font-size: 1.35rem; }
.tea-glass { position: relative; width: 54px; height: 66px; margin-top: 34px; border: 2px solid var(--gold); border-top: 0; border-radius: 5px 5px 14px 14px; }
.tea-glass::before { position: absolute; inset: 25px 4px 4px; border-radius: 2px 2px 9px 9px; background: rgba(201, 162, 39, .35); content: ''; }
.tea-glass i { position: absolute; top: -23px; width: 2px; height: 17px; border-radius: 50%; background: rgba(251, 243, 223, .7); animation: steam 4s ease-in-out infinite; }
.tea-glass i:nth-child(1) { left: 13px; }
.tea-glass i:nth-child(2) { left: 26px; animation-delay: .4s; }
.tea-glass i:nth-child(3) { left: 39px; animation-delay: .8s; }
@keyframes steam { 0%, 100% { opacity: 0; transform: translateY(5px) scaleY(.7); } 45% { opacity: 1; } 75% { opacity: 0; transform: translateY(-7px) translateX(3px); } }
.video-card { position: relative; aspect-ratio: 9 / 14; padding: 6px; border: 0; color: var(--cream); background: var(--cream); cursor: pointer; box-shadow: 0 28px 70px rgba(42, 33, 23, .35); }
.video-card video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; border-radius: inherit; }
.play-ring { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 58px; height: 58px; transform: translate(-50%, -50%); border: 1px solid var(--gold); border-radius: 50%; background: rgba(42, 33, 23, .32); backdrop-filter: blur(6px); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.play-ring span, .play-ring b { width: 0; height: 0; margin-left: 4px; border-block: 7px solid transparent; border-left: 11px solid var(--cream); }
.video-card.playing .play-ring, .mini-video.playing .play-ring { opacity: 0; }
.video-label { position: absolute; right: 20px; bottom: 20px; font-size: 11px; font-weight: 700; }
.zellige { position: absolute; width: 250px; height: 250px; opacity: .09; background-image: linear-gradient(45deg, transparent 42%, var(--cream) 43% 46%, transparent 47%), linear-gradient(-45deg, transparent 42%, var(--cream) 43% 46%, transparent 47%); background-size: 40px 40px; }
.zellige-a { top: -50px; left: -50px; }
.zellige-b { right: -50px; bottom: -50px; transform: rotate(180deg); }

.trail-section { overflow: hidden; }
.trail-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.trail-heading h2 { max-width: 750px; }
.trail-heading > p { color: var(--ink-soft); }
.reel-scroller { display: flex; gap: 16px; width: 100%; overflow-x: auto; padding: 8px max(24px, calc((100vw - 1180px) / 2)) 30px; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.reel-scroller::-webkit-scrollbar { display: none; }
.reel-scroller.dragging { cursor: grabbing; scroll-snap-type: none; }
.reel { position: relative; flex: 0 0 245px; aspect-ratio: 9 / 16; overflow: hidden; scroll-snap-align: start; border: 0; border-radius: 14px; padding: 0; color: var(--cream); background: var(--ink); cursor: pointer; }
.reel img, .reel video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) sepia(.08); transition: transform .5s var(--ease); }
.reel.playing .play-ring { opacity: 0; }
.reel::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(42, 33, 23, .68), transparent 48%); content: ''; }
.reel:hover img { transform: scale(1.035); }
.reel > span:first-of-type { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 99px; background: rgba(42, 33, 23, .62); font-size: 10px; font-weight: 700; backdrop-filter: blur(6px); }
.reel .play-ring { z-index: 2; width: 48px; height: 48px; }
.reel-more { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; padding: 30px; color: var(--ink); border: 1px solid var(--sand); background: var(--cream); text-align: center; }
.reel-more::after { display: none; }
.reel-more strong { font-family: 'Fraunces', serif; font-size: 1.35rem; line-height: 1.2; }
.horse-mark { width: 58px; height: 70px; border: 2px solid var(--gold); border-radius: 54% 45% 45% 50%; transform: rotate(-12deg); position: relative; }
.horse-mark::before, .horse-mark::after { position: absolute; top: -16px; width: 13px; height: 25px; border: 2px solid var(--gold); border-bottom: 0; border-radius: 99px 99px 0 0; content: ''; }
.horse-mark::before { left: 7px; transform: rotate(-15deg); }
.horse-mark::after { right: 7px; transform: rotate(15deg); }

.farm-section { background: rgba(233, 220, 192, .35); }
.farm-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.farm-mosaic { position: relative; display: grid; grid-template-columns: 1.2fr .95fr; grid-template-rows: minmax(210px, 1fr) minmax(210px, 1fr); gap: 16px; padding: 20px 16px 28px 10px; }
.photo { margin: 0; padding: 8px; background: var(--white); box-shadow: 0 14px 35px rgba(42, 33, 23, .15); }
.photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) sepia(.06); }
.photo-main { grid-row: 1 / 3; aspect-ratio: .74; transform: rotate(-1deg); }
.photo-mare { transform: rotate(1deg); min-height: 100%; }
.photo-morning { transform: rotate(-.7deg); min-height: 100%; }
.photo-goat { position: absolute; right: -12px; bottom: -18px; width: 40%; aspect-ratio: 1; transform: rotate(2deg); }
.farm-copy h2 { margin-bottom: 30px; }
.large-copy { color: var(--ink-soft); font-size: 1.05rem; }
.farm-copy blockquote { display: flex; gap: 16px; align-items: center; margin: 32px 0 22px; padding: 18px 0; border-block: 1px solid var(--sand); }
.farm-copy blockquote p { margin: 0; font-family: 'Fraunces', serif; font-size: 1.25rem; }
.horseshoe { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold-deep); border: 1px solid var(--gold); border-radius: 50%; font-size: 30px; font-weight: 700; }
.quiet { color: var(--ink-soft); font-size: 13px; }

.first-section { padding-top: 115px; }
.first-card { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; padding: clamp(32px, 6vw, 76px); border: 1px solid rgba(233, 220, 192, .8); border-radius: 18px; background: var(--white); box-shadow: 0 26px 70px rgba(42, 33, 23, .08); }
.first-copy h2 { margin-bottom: 35px; }
.assurances { display: grid; }
.assurances > div { display: flex; gap: 16px; padding: 17px 0; border-top: 1px solid var(--sand); }
.assurances p { margin: 0; }
.assurances strong, .assurances small { display: block; }
.assurances strong { font-size: 14px; }
.assurances small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }
.assurance-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); font-family: 'Fraunces', serif; font-size: 11px; }
.first-visual { position: relative; align-self: stretch; min-height: 570px; }
.first-visual > img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; filter: saturate(.86) sepia(.06); }
.mini-video { position: absolute; left: -30px; bottom: -30px; width: 140px; aspect-ratio: 9 / 16; overflow: hidden; border: 6px solid var(--white); border-radius: 12px; padding: 0; background: var(--ink); box-shadow: var(--shadow); cursor: pointer; }
.mini-video video { width: 100%; height: 100%; object-fit: cover; }
.mini-video .play-ring { width: 42px; height: 42px; }

.golden-band { padding: clamp(95px, 12vw, 165px) 0; color: var(--cream); background: var(--ink); }
.golden-triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 3vw, 34px); align-items: center; }
.golden-triptych figure { margin: 0; aspect-ratio: .72; }
.golden-triptych figure:nth-child(2) { aspect-ratio: .66; }
.golden-triptych img,
.golden-triptych video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) sepia(.1) contrast(1.03); }
.golden-quote { margin: 50px 24px 0; color: var(--cream); font-family: 'Fraunces', serif; font-size: clamp(1.5rem, 3vw, 2.45rem); font-style: italic; text-align: center; }

.location-section { padding: clamp(90px, 11vw, 155px) 0; color: var(--cream); background: var(--ink); border-top: 1px solid rgba(201, 162, 39, .18); }
.location-grid { display: grid; grid-template-columns: .85fr 1.05fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.location-copy h2 { color: var(--white); }
.location-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(251, 243, 223, .7); }
.location-copy .button { margin: 20px 0 25px; }
.location-copy ul { margin: 0; padding: 0; list-style: none; color: rgba(251, 243, 223, .62); font-size: 12px; }
.location-copy li { padding: 8px 0 8px 18px; position: relative; }
.location-copy li::before { position: absolute; left: 0; top: 15px; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); content: ''; }
.map-card { position: relative; aspect-ratio: 4 / 3; border: 6px solid var(--cream); background: var(--cream); box-shadow: 0 28px 75px rgba(0, 0, 0, .3); }
.map-card img { width: 100%; height: 100%; object-fit: cover; }
.map-note { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 10px 12px; border-radius: 9px; color: var(--cream); background: rgba(42, 33, 23, .78); font-size: 10px; text-align: center; backdrop-filter: blur(6px); }

.proof-section { background: var(--cream); }
.proof-heading { max-width: 780px; margin: 0 auto 65px; text-align: center; }
.proof-heading > p:last-child { color: var(--ink-soft); }
.testimonial-wall { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; align-items: stretch; }
.testimonial { grid-column: span 6; display: grid; grid-template-columns: 124px 1fr; gap: 18px; align-items: center; padding: 16px; border: 1px solid var(--sand); border-radius: 18px; background: var(--white); box-shadow: 0 13px 35px rgba(42, 33, 23, .1); }
.testimonial:nth-child(1) { transform: rotate(-1deg); }
.testimonial:nth-child(2) { margin-top: 26px; transform: rotate(.75deg); }
.testimonial:nth-child(3) { margin-top: -4px; transform: rotate(-.65deg); }
.testimonial:nth-child(4) { margin-top: 14px; transform: rotate(.5deg); }
.testimonial-photo { width: 124px; height: 124px; object-fit: cover; border-radius: 16px; }
.testimonial-copy { min-width: 0; }
.stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 12px; }
.testimonial p { margin: 0 0 16px; font-family: 'Fraunces', serif; font-size: 1.06rem; line-height: 1.55; color: var(--ink); }
.testimonial-meta { display: flex; flex-direction: column; gap: 2px; }
.testimonial-meta strong { font-size: .95rem; }
.testimonial-meta small { color: var(--ink-soft); font-size: 11px; }
.instagram-line { display: table; margin: 45px auto 0; color: var(--teal-deep); font-size: 13px; font-weight: 700; }

.faq-section { padding-top: 70px; }
.faq-section h2 { margin-bottom: 45px; }
.faq-list { border-top: 1px solid var(--sand); }
.faq-list details { border-bottom: 1px solid var(--sand); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 23px 0; cursor: pointer; font-family: 'Fraunces', serif; font-size: 1.18rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .star { transition: transform .35s var(--ease); }
.faq-list details[open] summary .star { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--ink-soft); font-size: 14px; }

.booking-footer { position: relative; padding: 125px 0 35px; overflow: hidden; color: var(--cream); background: radial-gradient(circle at 50% 42%, rgba(201, 162, 39, .12), transparent 38%), var(--ink); text-align: center; }
.pattern-rule { position: absolute; inset: 0 0 auto; height: 14px; background: repeating-linear-gradient(45deg, var(--gold) 0 3px, transparent 3px 12px), repeating-linear-gradient(-45deg, var(--gold) 0 3px, transparent 3px 12px); opacity: .8; }
.booking-inner { position: relative; }
.footer-logo { width: 92px; height: 92px; margin: 0 auto 28px; object-fit: cover; border: 2px solid rgba(201, 162, 39, .55); border-radius: 50%; }
.booking-footer h2 { color: var(--white); }
.booking-footer h2 + p { color: rgba(251, 243, 223, .68); }
.composer { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 9px; margin: 42px -100px 32px; font-family: 'Fraunces', serif; font-size: clamp(1.2rem, 2.7vw, 2rem); }
.composer p { margin: 0; }
.composer select, .composer input { border: 0; border-bottom: 1px solid var(--gold); border-radius: 0; padding: 4px 4px; color: var(--gold); background: transparent; cursor: pointer; }
.composer option { color: var(--ink); background: var(--cream); }
.composer input { color-scheme: dark; }
.privacy-note { margin: 13px 0 50px; color: rgba(251, 243, 223, .5); font-size: 11px; }
.footer-meta { display: flex; justify-content: center; gap: 28px; padding-top: 28px; border-top: 1px solid rgba(233, 220, 192, .15); color: rgba(251, 243, 223, .62); font-size: 11px; }
.copyright { margin: 35px 0 0; color: rgba(251, 243, 223, .4); font-size: 10px; }
.copyright .star { width: 7px; height: 7px; margin-left: 5px; }

.mobile-actions { display: none; }
.reel-dialog { width: min(430px, calc(100vw - 28px)); padding: 0; border: 0; border-radius: 18px; background: var(--ink); box-shadow: 0 30px 100px rgba(0, 0, 0, .45); }
.reel-dialog::backdrop { background: rgba(42, 33, 23, .82); backdrop-filter: blur(8px); }
.reel-dialog video { width: 100%; max-height: 88dvh; border-radius: inherit; }
.dialog-close { position: fixed; top: 16px; right: 16px; z-index: 2; width: 42px; height: 42px; border: 1px solid rgba(251, 243, 223, .4); border-radius: 50%; color: var(--cream); background: rgba(42, 33, 23, .8); font-size: 24px; cursor: pointer; }
.error-page { min-height: 100dvh; width: min(680px, calc(100vw - 40px)); display: grid; place-items: center; align-content: center; gap: 16px; margin: auto; text-align: center; }
.error-page img { border-radius: 50%; }
.error-page h1 { margin: 0; font-size: clamp(2.8rem, 8vw, 5.6rem); }
.error-page p { color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

html[dir='rtl'] body { font-family: 'Readex Pro', sans-serif; }
html[dir='rtl'] h1, html[dir='rtl'] h2, html[dir='rtl'] h3, html[dir='rtl'] .composer, html[dir='rtl'] .faq-list summary { font-family: 'Amiri', serif; letter-spacing: 0; }
html[dir='rtl'] .site-header { direction: rtl; }
html[dir='rtl'] .hero-content { align-items: flex-start; text-align: right; }
html[dir='rtl'] .hero-wash { transform: scaleX(-1); }
html[dir='rtl'] .ride-number { left: auto; right: 20px; }
html[dir='rtl'] .tiny-badge { right: auto; left: 12px; }
html[dir='rtl'] .location-copy li { padding-left: 0; padding-right: 18px; }
html[dir='rtl'] .location-copy li::before { left: auto; right: 0; }
html[dir='rtl'] .faq-list details p { margin-right: 0; margin-left: 45px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .header-book { display: none; }
  .section-head, .trail-heading { gap: 45px; }
  .farm-grid { gap: 70px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100vw - 32px); }
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .site-header { height: 70px; padding-inline: 16px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { display: none; }
  .header-actions { gap: 12px; }
  .language-switcher { font-size: 10px; }
  .hero { padding-top: 70px; }
  .hero-arch { border-radius: 46% 46% 0 0 / 12% 12% 0 0; }
  .hero-video { object-position: 58% 50%; }
  .hero-wash { background: linear-gradient(0deg, rgba(42, 33, 23, .9) 0%, rgba(42, 33, 23, .36) 73%, rgba(42, 33, 23, .18)); }
  .hero-content { min-height: calc(100dvh - 70px); padding-bottom: 124px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-copy { font-size: 15px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 150px; }
  .golden-chip { font-size: 10px; }
  .trust-strip { justify-content: flex-start; gap: 12px; min-height: 55px; overflow-x: auto; white-space: nowrap; font-size: 10px; }
  .section { padding: 86px 0; }
  .section-head, .trail-heading { display: block; margin-bottom: 42px; }
  .section-head > p, .trail-heading > p { margin-top: 22px; }
  .ride-grid, .steps, .tea-grid, .farm-grid, .first-card, .location-grid { grid-template-columns: 1fr; }
  .ride-grid { gap: 62px; }
  .ride-image { aspect-ratio: .82; }
  .ride-body > p { min-height: auto; }
  .filmed-banner { grid-template-columns: auto 1fr; }
  .filmed-banner > a { grid-column: 2; }
  .steps { gap: 45px; }
  .steps::before { top: 38px; bottom: 38px; left: 50%; right: auto; width: 1px; height: auto; }
  .step { padding-inline: 18px; background: var(--cream); }
  .tea-grid { gap: 60px; }
  .tea-copy { text-align: left; }
  .video-card { width: min(78vw, 410px); margin: 0 auto; }
  .reel-scroller { padding-inline: 16px; mask-image: none; }
  .reel { flex-basis: 225px; }
  .farm-grid { gap: 85px; }
  .farm-mosaic { margin-right: 16px; grid-template-columns: 1fr .9fr; }
  .photo-goat { right: -8px; width: 42%; }
  .first-card { gap: 45px; padding: 28px 22px 55px; }
  .first-visual { min-height: 440px; }
  .mini-video { left: 14px; bottom: -28px; width: 110px; }
  .golden-band { padding: 90px 0; }
  .golden-triptych { grid-template-columns: 1fr; width: min(82vw, 440px); }
  .golden-triptych figure, .golden-triptych figure:nth-child(2) { aspect-ratio: .76; }
  .location-grid { gap: 55px; }
  .testimonial-wall { display: flex; overflow-x: auto; padding: 12px 7px 28px; scroll-snap-type: x mandatory; }
  .testimonial { min-width: 82vw; margin: 0 -5px 0 0 !important; transform: none !important; scroll-snap-align: center; grid-template-columns: 1fr; }
  .testimonial-photo { width: 100%; height: 260px; }
  .composer { margin-inline: 0; font-size: 1.25rem; }
  .footer-meta { flex-wrap: wrap; gap: 13px 22px; }
  .mobile-actions { position: fixed; z-index: 22; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: .72fr 1.28fr; padding: 7px; background: rgba(251, 243, 223, .92); border-top: 1px solid var(--sand); backdrop-filter: blur(12px); }
  .mobile-actions a { display: grid; place-items: center; border-radius: 99px; color: var(--ink); font-size: 12px; font-weight: 700; }
  .mobile-actions a:last-child { color: #fff; background: var(--whatsapp); }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 13vw; }
  .button { padding-inline: 17px; }
  .composer { display: grid; grid-template-columns: auto 1fr; text-align: left; }
  .composer label { min-width: 0; }
  .composer select, .composer input { width: 100%; }
}

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