:root {
  --ink: #152f2b;
  --forest: #173f38;
  --forest-deep: #0d2c28;
  --orange: #f26b2a;
  --orange-deep: #d95418;
  --sand: #f3eee5;
  --mist: #eef2ed;
  --paper: #fffdf9;
  --white: #ffffff;
  --muted: #62716e;
  --line: #d9ddd6;
  --shadow: 0 28px 80px rgba(14, 44, 40, .14);
  --content: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, "Noto Sans Hebrew", sans-serif; font-size: 17px; line-height: 1.7; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
section[id], div[id] { scroll-margin-top: 88px; }

.sr-only { position: absolute; 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; inset-block-start: 10px; inset-inline-start: 10px; z-index: 100; padding: 10px 16px; color: white; background: var(--forest-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding-inline: max(24px, calc((100vw - 1200px) / 2)); background: rgba(255, 253, 249, .94); border-bottom: 1px solid rgba(217, 221, 214, .75); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-logo { display: block; width: auto; object-fit: contain; }
.brand-logo-terra { height: 44px; }
.brand-logo-neuland { height: 48px; }
.brand-partner-mark { color: var(--muted); font-size: .78rem; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: clamp(13px, 1.75vw, 27px); font-size: .84rem; font-weight: 700; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset-inline: 0; bottom: -8px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 7px 14px; color: white; background: var(--forest); border-radius: 999px; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); min-height: calc(100vh - 64px); background: var(--sand); }
.hero-copy { align-self: center; padding: clamp(59px, 6.4vw, 106px) max(24px, calc((100vw - 1200px) / 2)) clamp(51px, 5.6vw, 88px) clamp(27px, 4.8vw, 72px); }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 6vw, 6.7rem); font-weight: 700; line-height: .94; letter-spacing: -.065em; }
.hero-lead { max-width: 680px; margin: 24px 0 0; color: #38514d; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-deep); }
.button-light { color: var(--forest-deep); background: white; }
.button-light:hover, .button-light:focus-visible { color: white; background: var(--orange); }
.quiet-link { color: var(--forest); font-size: .88rem; font-weight: 800; text-underline-offset: 5px; }
.proof-line { display: flex; gap: 0; margin: 42px 0 0; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .02em; }
.proof-line span + span::before { content: "•"; margin-inline: 13px; color: var(--orange); }
.hero-visual { position: relative; min-height: 580px; margin: 0; overflow: hidden; background: var(--forest); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, rgba(13,44,40,.16)), linear-gradient(0deg, rgba(13,44,40,.6), transparent 34%); pointer-events: none; }
.hero-visual img { height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual figcaption { position: absolute; z-index: 1; inset-inline-start: 34px; bottom: 28px; color: white; font-size: .78rem; letter-spacing: .04em; }

.section { padding: clamp(51px, 5.6vw, 83px) 0; }
.section > * { width: var(--content); margin-inline: auto; }
.section-tint { background: var(--mist); }
.section-dark { color: white; background: var(--forest-deep); }
.section-intro { max-width: 880px; margin-inline: auto; margin-bottom: clamp(29px, 4vw, 46px); text-align: center; }
.section-intro-wide { max-width: 920px; }
.section-intro h2, .kosher h2, .contact h2 { margin: 0; font-size: clamp(2.35rem, 4.35vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.section-intro > p:last-child { max-width: 780px; margin: 16px auto 0; color: var(--muted); text-wrap: pretty; }
.title-line { display: block; }
.no-break { white-space: nowrap; }
.section-dark .section-intro > p:last-child { color: rgba(255,255,255,.66); }

.why-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: center; gap: clamp(34px, 4.8vw, 62px); width: var(--content); margin-inline: auto; }
.team-photo { position: relative; margin: 0; box-shadow: var(--shadow); }
.team-photo img { aspect-ratio: 1.5; object-fit: cover; object-position: center; }
.team-photo figcaption { padding: 16px 18px; color: white; background: var(--forest-deep); }
.team-photo strong, .team-photo span { display: block; }
.team-photo strong { color: #ffae7d; font-size: 1.25rem; }
.team-photo span { margin-top: 3px; font-size: .8rem; }
.why-points { border-top: 1px solid var(--line); }
.reason { display: grid; grid-template-columns: minmax(155px, .42fr) 1fr; gap: 22px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.reason h3, .reason p { margin: 0; }
.reason h3 { color: var(--forest); font-size: 1rem; }
.reason p { color: var(--muted); font-size: .93rem; }
.inline-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--forest); font-size: .88rem; font-weight: 900; text-underline-offset: 5px; }
.inline-cta span { color: var(--orange); transition: transform .2s ease; }
.inline-cta:hover span, .inline-cta:focus-visible span { transform: translateX(-5px); }
.why-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; }
.company-site-link { display: inline-block; margin-top: 22px; color: var(--orange-deep); font-size: .8rem; font-weight: 900; text-underline-offset: 5px; }

.story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.story { display: flex; min-width: 0; flex-direction: column; margin: 0; overflow: hidden; background: var(--paper); border: 1px solid rgba(21,47,43,.08); box-shadow: 0 12px 42px rgba(21,47,43,.07); }
.story-reverse .story-media { order: 0; }
.story-media { aspect-ratio: 16 / 10; min-height: 0; margin: 0; overflow: hidden; background: var(--sand); }
.story-media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.story:hover .story-media img { transform: scale(1.035); }
.story-copy { display: flex; flex: 1; flex-direction: column; padding: clamp(21px, 2.4vw, 30px); }
.story-kicker { margin: 0 0 10px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.story h3 { margin: 0; color: var(--forest); font-size: clamp(1.75rem, 2.5vw, 2.55rem); line-height: 1.08; letter-spacing: -.035em; }
.story-copy > p:not(.story-kicker) { margin: 19px 0 0; color: var(--muted); font-size: .96rem; }
.story-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 19px 0 0; padding: 0; list-style: none; }
.story-tags li { padding: 6px 11px; color: var(--forest); background: var(--mist); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.story-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px 19px; margin-top: auto; padding-top: 6px; }
.resource-link { color: var(--orange-deep); font-size: .8rem; font-weight: 800; text-underline-offset: 4px; }

.kosher { padding-block: 0; background: var(--forest-deep); }
.kosher-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); width: 100%; }
.kosher-copy { padding: clamp(50px, 5.6vw, 77px) max(24px, calc((100vw - 1200px) / 2)); padding-inline-start: clamp(27px, 4.8vw, 74px); color: white; }
.eyebrow-light { color: #ffae7d; }
.kosher-lead { max-width: 790px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.kosher-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 27px; margin-top: 37px; border-top: 1px solid rgba(255,255,255,.15); }
.kosher-checks article { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.kosher-checks h3 { margin: 0 0 8px; color: #ffae7d; font-size: .95rem; }
.kosher-checks p { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; }
.kosher-summary { max-width: 700px; margin: 24px 0 0; font-size: .92rem; font-weight: 700; }
.kosher-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 21px; margin-top: 24px; }
.resource-link-light { color: white; }
.kosher-visual { min-height: 620px; margin: 0; overflow: hidden; }
.kosher-visual img { height: 100%; object-fit: cover; object-position: center; }

.map-experience { display: grid; grid-template-columns: 190px minmax(300px, .88fr) minmax(340px, 1.12fr); min-height: 640px; border: 1px solid var(--line); background: white; box-shadow: 0 24px 70px rgba(21,47,43,.08); }
.map-cities { display: flex; flex-direction: column; padding: 19px; background: var(--sand); }
.map-cities button { flex: 1; padding: 16px 0; text-align: right; background: transparent; border: 0; border-bottom: 1px solid #d8d0c4; cursor: pointer; }
.map-cities button:last-child { border-bottom: 0; }
.map-cities button span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .68rem; }
.map-cities button[aria-selected="true"] { color: var(--orange-deep); font-weight: 900; }
.vietnam-map { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 21px; background: #f6f8f4; border-inline: 1px solid var(--line); }
.distance-map-heading { display: flex; align-items: baseline; justify-content: space-between; width: 100%; margin-bottom: 12px; }
.distance-map-heading span { color: var(--muted); font-size: .68rem; }
.distance-map-heading strong { color: var(--forest); font-size: 1rem; }
.live-map-frame { flex: 1; width: 100%; min-height: 470px; overflow: hidden; direction: ltr; background: #e4e8e3; border: 1px solid var(--line); }
.live-map-frame .leaflet-control-attribution { font-size: 9px; }
.map-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; width: 100%; margin-top: 12px; color: var(--muted); font-size: .64rem; font-weight: 800; }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.map-legend span::before { content: ""; width: 12px; height: 12px; border: 2px solid white; border-radius: 50%; box-shadow: 0 1px 4px rgba(13,44,40,.24); }
.map-legend .legend-chabad::before { width: 18px; border-radius: 5px; background: var(--orange); }
.map-legend .legend-hotel::before { background: var(--forest-deep); }
.map-legend .legend-other::before { background: white; border-color: var(--forest); }
.map-marker-wrap { background: transparent; border: 0; }
.map-marker { display: grid; place-items: center; width: 38px; height: 38px; color: var(--forest); background: white; border: 3px solid var(--forest); border-radius: 50%; box-shadow: 0 5px 16px rgba(13,44,40,.28); font: 900 13px/1 Arial, sans-serif; }
.map-marker-chabad { width: 46px; height: 46px; color: white; background: var(--orange); border-color: white; border-radius: 14px; font-size: 10px; }
.map-marker-selected { color: white; background: var(--forest-deep); border-color: white; transform: scale(1.12); }
.map-marker-hotel { background: white; }
.map-marker-wrap .map-marker { line-height: 38px; text-align: center; }
.map-marker-wrap .map-marker-chabad { line-height: 46px; }
.map-marker-wrap .map-marker { text-indent: 0; }
.leaflet-popup-content-wrapper { border-radius: 4px; box-shadow: 0 10px 28px rgba(13,44,40,.2); }
.leaflet-popup-content { margin: 13px 15px; }
.map-popup { display: flex; min-width: 150px; flex-direction: column; direction: rtl; color: var(--ink); font-family: Arial, "Noto Sans Hebrew", sans-serif; text-align: right; }
.map-popup strong { font-size: .78rem; line-height: 1.35; }
.map-popup span { margin-top: 4px; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.vietnam-map p { max-width: 440px; margin: 10px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.hotel-browser { display: flex; flex-direction: column; padding: clamp(24px, 3.2vw, 43px); }
.hotel-browser-head p { margin: 0; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.hotel-browser-head h3 { margin: 4px 0 22px; font-size: clamp(2.1rem, 3vw, 3.2rem); line-height: 1; }
.hotel-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.hotel-list button { min-height: 74px; padding: 13px 15px; text-align: right; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.hotel-list button span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: .7rem; }
.hotel-list button span b { display: grid; place-items: center; width: 20px; height: 20px; color: white; background: var(--orange); border-radius: 50%; font-size: .66rem; }
.hotel-list button strong { display: block; margin-top: 2px; font-size: .8rem; line-height: 1.35; }
.hotel-list button[aria-selected="true"] { color: white; background: var(--forest); border-color: var(--forest); }
.hotel-list button[aria-selected="true"] span { color: rgba(255,255,255,.64); }
.hotel-detail { min-height: 180px; margin-top: 10px; padding: 19px; background: var(--mist); }
.hotel-detail h4 { margin: 0; color: var(--forest); font-size: 1.15rem; }
.hotel-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; }
.hotel-meta span { padding: 5px 9px; color: var(--forest); background: white; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.hotel-detail p { margin: 14px 0 0; color: var(--muted); font-size: .86rem; }
.map-route-link { display: inline-block; margin-top: 17px; color: var(--orange-deep); font-size: .75rem; font-weight: 900; text-underline-offset: 4px; }
.hotel-browser > .inline-cta { margin-top: auto; padding-top: 22px; }

.media-anchor { scroll-margin-top: 90px; }
.recording > .button { display: flex; width: fit-content; margin-top: 22px; }
.video-frame { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 16 / 9; background: radial-gradient(circle at 50% 45%, #1b554b 0, #0d2c28 42%, #061c19 100%); box-shadow: var(--shadow); }
.video-frame::before { content: ""; position: absolute; inset: 0; opacity: .28; background: linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.08) 48% 52%, transparent 52% 100%); background-size: 80px 80px; pointer-events: none; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-local-fallback { position: relative; z-index: 1; display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center; padding: 28px; color: white; text-align: center; text-decoration: none; }
.video-local-fallback strong { font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.15; }
.video-local-fallback small { margin-top: 10px; color: rgba(255,255,255,.68); }
.video-local-fallback:hover .video-play, .video-local-fallback:focus-visible .video-play { color: white; background: var(--orange); transform: scale(1.06); }
.video-placeholder { position: relative; z-index: 1; display: flex; max-width: 560px; flex-direction: column; align-items: center; padding: 34px; text-align: center; }
.video-play { display: grid; place-items: center; width: 88px; height: 88px; margin-bottom: 26px; padding-inline-start: 5px; color: var(--forest-deep); background: white; border-radius: 50%; box-shadow: 0 16px 40px rgba(0,0,0,.25); font-size: 1.65rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.video-placeholder strong { color: white; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.15; }
.video-placeholder p { margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.resource-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.resource-card { display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; padding: 19px; color: white; background: linear-gradient(155deg, var(--forest), var(--forest-deep)); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.resource-card:nth-child(even) { background: linear-gradient(155deg, #a84218, var(--orange)); }
.resource-card:hover, .resource-card:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow); }
.resource-card span { margin-bottom: auto; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .08em; }
.resource-card strong { font-size: 1.15rem; line-height: 1.25; }
.resource-card small { margin-top: 10px; color: rgba(255,255,255,.72); }

.faq-list { width: min(900px, calc(100% - 48px)); margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 38px 22px 0; font-size: 1.04rem; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; top: 50%; right: 5px; width: 18px; height: 2px; background: var(--orange); }
.faq-list summary::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(0deg); }
.faq-list details p { max-width: 760px; margin: -3px 38px 22px 0; color: var(--muted); font-size: .94rem; }

.contact { display: grid; grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr); gap: clamp(38px, 5.6vw, 80px); width: 100%; padding-inline: max(24px, calc((100vw - 1200px) / 2)); color: white; background: var(--forest); }
.contact > * { width: auto; margin: 0; }
.contact-heading { align-self: start; position: sticky; top: 120px; }
.contact-heading > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); }
.contact-people { display: grid; gap: 13px; margin-top: 34px; }
.contact-people article { padding: 16px; border: 1px solid rgba(255,255,255,.16); }
.contact-people span, .contact-people strong, .contact-people a { display: block; }
.contact-people span { color: #ffae7d; font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.contact-people strong { margin: 5px 0 10px; font-size: .88rem; }
.contact-people a { width: fit-content; color: rgba(255,255,255,.74); font-size: .78rem; text-underline-offset: 3px; }
.inquiry-form { padding: clamp(24px, 4vw, 46px); color: var(--ink); background: white; box-shadow: var(--shadow); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-context { margin: 0 0 24px; padding: 12px 15px; color: var(--forest); background: var(--mist); border-inline-start: 4px solid var(--orange); font-size: .82rem; font-weight: 800; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.inquiry-form label > span, .inquiry-form legend { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 900; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #fafaf7; border: 1px solid var(--line); border-radius: 0; outline: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,107,42,.13); }
.inquiry-form fieldset { margin: 22px 0; padding: 0; border: 0; }
.choice-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { margin: 0 !important; padding: 8px 12px; color: var(--forest); background: var(--mist); border: 1px solid transparent; border-radius: 999px; font-size: .72rem !important; }
.choice-grid input:checked + span { color: white; background: var(--forest); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(242,107,42,.4); }
.field-wide { display: block; margin-top: 18px; }
.inquiry-form textarea { resize: vertical; }
.form-footer { display: flex; align-items: center; gap: 19px; margin-top: 21px; }
.form-footer p { max-width: 430px; margin: 0; color: var(--muted); font-size: .7rem; }
.form-status { margin: 18px 0 0; color: var(--forest); font-size: .82rem; font-weight: 800; }
.inquiry-form button[disabled] { cursor: wait; opacity: .65; transform: none; }

.site-footer { display: flex; justify-content: space-between; gap: 32px; align-items: center; padding: 24px max(24px, calc((100vw - 1200px) / 2)); color: rgba(255,255,255,.62); background: #071f1c; font-size: .72rem; }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: white; font-family: Georgia, serif; font-size: 1rem; }
.site-footer p { margin: 0; }
.site-footer > a { color: white; font-weight: 800; white-space: nowrap; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-logos { display: flex; align-items: center; gap: 14px; width: fit-content; padding: 7px 12px; background: white; border-radius: 8px; }
.footer-logos img { width: auto; max-width: 112px; height: 40px; object-fit: contain; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid rgba(242,107,42,.5); outline-offset: 4px; }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; font-size: .76rem; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); }
  .hero h1 { font-size: clamp(3rem, 6.5vw, 5.6rem); }
  .map-experience { grid-template-columns: 150px minmax(250px, .8fr) minmax(330px, 1.2fr); }
  .resource-grid { grid-template-columns: repeat(3, 1fr); }
  .contact { grid-template-columns: .75fr 1.25fr; }
}

@media (max-width: 820px) {
  :root { --content: min(100% - 36px, 720px); }
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 58px; padding-inline: 18px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 58px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px 18px 19px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .nav-cta { margin-top: 10px; text-align: center; border-bottom: 0 !important; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 64px 18px 53px; }
  .hero h1 { font-size: clamp(3.2rem, 13vw, 6rem); }
  .hero-visual { min-height: 62vh; }
  .story-list { grid-template-columns: 1fr; }
  .why-layout, .story, .story-reverse, .kosher-layout, .contact { grid-template-columns: 1fr; }
  .story-reverse .story-media { order: 0; }
  .story-media { min-height: 0; }
  .kosher-copy { padding: 69px 18px; }
  .kosher-visual { min-height: 520px; }
  .map-experience { grid-template-columns: 1fr; }
  .map-cities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; padding: 13px; }
  .map-cities button { min-height: 70px; padding: 10px; border: 1px solid #d8d0c4; }
  .map-cities button:last-child { border-bottom: 1px solid #d8d0c4; }
  .vietnam-map { order: 2; border-inline: 0; border-block: 1px solid var(--line); }
  .hotel-browser { order: 3; min-height: 520px; }
  .contact { width: 100%; padding-inline: 18px; }
  .contact-heading { position: static; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand { gap: 7px; }
  .brand-logo-terra { height: 35px; }
  .brand-logo-neuland { height: 38px; }
  .hero-actions, .proof-line, .form-footer { align-items: flex-start; flex-direction: column; }
  .proof-line { gap: 6px; }
  .proof-line span + span::before { margin-inline: 0 10px; }
  .section { padding-block: 46px; }
  .section-intro h2, .kosher h2, .contact h2 { font-size: clamp(2.15rem, 10vw, 3.4rem); }
  .title-line { display: inline; }
  .title-line + .title-line::before { content: " "; }
  .why-layout { width: calc(100% - 36px); }
  .reason { grid-template-columns: 1fr; gap: 7px; }
  .story-list { width: calc(100% - 24px); }
  .story-media { min-height: 0; }
  .story-copy { padding: 24px 19px; }
  .story h3 { font-size: 2.15rem; }
  .kosher-checks, .hotel-list, .field-grid { grid-template-columns: 1fr; }
  .kosher-visual { min-height: 400px; }
  .vietnam-map { padding: 18px 8px; }
  .live-map-frame { min-height: 460px; }
  .hotel-browser { padding: 21px 16px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 220px; }
  .faq-list { width: calc(100% - 36px); }
  .faq-list summary { padding-inline-start: 38px; padding-inline-end: 0; }
  .faq-list summary::before, .faq-list summary::after { right: auto; left: 5px; }
  .faq-list details p { margin-right: 0; }
  .contact { padding-block: 46px; }
  .inquiry-form { padding: 21px 18px; }
}

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