:root {
  --ink: #071d1a;
  --ink-2: #15312d;
  --paper: #f7f7f2;
  --white: #ffffff;
  --lime: #c9f24a;
  --coral: #ff6b57;
  --cyan: #3fd1c6;
  --gold: #f1bd43;
  --blue: #4a7df3;
  --line: rgba(7, 29, 26, .16);
  --shadow: 0 18px 50px rgba(7, 29, 26, .12);
  --wrap: min(1180px, calc(100% - 40px));
  --radius: 8px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body {
  margin: 0;
  padding-bottom: 100px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", "Noto Sans Hebrew", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: 0; font-weight: 850; }
h1 { margin-bottom: 18px; font-size: clamp(44px, 7vw, 88px); }
h2 { margin-bottom: 15px; font-size: clamp(32px, 4.4vw, 58px); }
h3 { margin-bottom: 12px; font-size: clamp(22px, 2.2vw, 30px); }
p { margin-bottom: 18px; }

.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 100; padding: 9px 14px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 10px; }
.inner { width: var(--wrap); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 1;
  min-height: var(--header-h);
  border-bottom: 1px solid rgba(201,242,74,.42);
  background: rgba(7, 29, 26, .97);
  color: var(--white);
  backdrop-filter: saturate(150%) blur(12px);
  box-shadow: 0 10px 28px rgba(4,18,15,.16);
}
[data-site-header] { position: sticky; top: 0; z-index: 50; }
.nav-wrap { position: relative; width: var(--wrap); min-height: var(--header-h); margin-inline: auto; display: flex; align-items: center; gap: 18px; }
.brand { display: grid; flex: 0 0 auto; text-align: center; text-decoration: none; line-height: 1.05; }
.brand b { font-size: 21px; font-weight: 900; }
.brand small { margin-top: 5px; color: var(--lime); font-size: 11px; font-weight: 700; }
.brand--header { display: flex; align-items: center; gap: 8px; text-align: right; }
.brand-logo { width: auto; height: 70px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 3px 5px rgba(0,0,0,.42)); }
.brand-copy { display: grid; flex: 0 0 auto; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 4px; }
.main-nav a { position: relative; padding: 10px 11px; border-radius: 6px; color: #edf6f2; font-size: 15px; font-weight: 750; text-decoration: none; white-space: nowrap; transition: background .2s ease, color .2s ease, transform .2s ease; }
.main-nav a::after { content: ""; position: absolute; inset: auto 12px 5px; height: 2px; border-radius: 2px; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { background: rgba(255,255,255,.09); color: var(--lime); transform: translateY(-1px); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 9px; padding-inline-start: 4px; }
.icon-button { display: inline-grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); text-decoration: none; box-shadow: 0 6px 0 rgba(0,0,0,.16); transition: transform .2s ease, box-shadow .2s ease; }
.icon-button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgba(0,0,0,.12); }
.icon-button svg { width: 20px; height: 20px; stroke-width: 2.4; }
.icon-button--lime { background: var(--lime); }
.icon-button--coral { background: var(--coral); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; background: transparent; color: var(--white); }
.nav-toggle svg { width: 23px; height: 23px; }

.home-hero { position: relative; min-height: calc(100svh - var(--header-h)); display: grid; place-items: end center; overflow: hidden; background: var(--ink); color: var(--white); }
.home-hero .hero-visual { position: absolute; inset: 0; }
.home-hero .hero-picture, .home-hero .hero-image { width: 100%; height: 100%; }
.home-hero .hero-image { object-fit: cover; object-position: center top; }
.home-hero::after { display: none; }
.home-hero .hero-inner { position: relative; z-index: 2; width: 100%; padding: 50px 0 58px; }
.home-hero .hero-content { width: var(--wrap); max-width: 900px; margin-inline: auto; text-align: center; }
.home-hero h1,
.home-hero .hero-copy { text-shadow: 1px 1px 2px rgba(0, 0, 0, .98), -1px 1px 2px rgba(0, 0, 0, .94), 1px -1px 2px rgba(0, 0, 0, .9), -1px -1px 2px rgba(0, 0, 0, .9), 0 4px 9px rgba(0, 0, 0, .92); }
.hero-copy { max-width: 760px; margin: 0 auto 26px; font-size: clamp(19px, 2.1vw, 25px); }
.eyebrow, .section-kicker { margin-bottom: 12px; color: var(--coral); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 20px; border: 2px solid var(--ink); border-radius: 6px; background: var(--lime); color: var(--ink); font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 6px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--ink); }
.button svg { width: 19px; height: 19px; }
.button-secondary { background: var(--white); }
.home-hero .button { border-color: var(--white); box-shadow: 0 6px 0 rgba(0,0,0,.35); }

.home-intro { padding: 86px 0 72px; background: var(--paper); text-align: center; }
.home-intro p:not(.section-kicker) { max-width: 770px; margin-inline: auto; color: var(--ink-2); font-size: 20px; }
.purpose-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: var(--wrap); margin: 0 auto 82px; }
.purpose-item { min-height: 168px; padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: center; box-shadow: var(--shadow); }
.purpose-icon, .destination-icon, .bio-world-icon, .contact-direct-icon, .feature-icon { --icon-accent: var(--cyan); display: grid; width: 64px; height: 64px; margin: 0 auto 18px; place-items: center; border: 1px solid rgba(7,29,26,.14); border-radius: 16px; background: var(--white); box-shadow: 0 6px 0 var(--icon-accent), 0 12px 24px rgba(7,29,26,.14); }
.purpose-item:nth-child(1) .purpose-icon { --icon-accent: var(--coral); }
.purpose-item:nth-child(2) .purpose-icon { --icon-accent: var(--cyan); }
.purpose-item:nth-child(3) .purpose-icon { --icon-accent: var(--gold); }
.rich-icon { display: block; width: 50px; height: 50px; object-fit: contain; filter: drop-shadow(0 4px 3px rgba(7,29,26,.18)); transition: transform .2s ease; }
.purpose-item:hover .rich-icon, .destination-card:hover .rich-icon, .feature:hover .rich-icon, .contact-direct:hover .rich-icon { transform: translateY(-2px) rotate(-2deg); }
.purpose-item h3 { font-size: 22px; }
.purpose-item p { margin-bottom: 0; color: var(--ink-2); font-size: 15px; }

.home-hub { padding: 88px 0 96px; background: #e9eee8; }
.home-hub-intro { max-width: 790px; margin: 0 auto 40px; text-align: center; }
.home-hub-intro > p { margin-bottom: 0; color: var(--ink-2); font-size: 19px; }
.destination-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.destination-card { grid-column: span 4; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 30px rgba(7,29,26,.09); transition: transform .2s ease, box-shadow .2s ease; }
.destination-card--wide { grid-column: span 6; }
.destination-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(7,29,26,.15); }
.destination-card > a { display: flex; height: 100%; flex-direction: column; color: var(--ink); text-decoration: none; }
.destination-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.destination-card--wide .destination-media { aspect-ratio: 16 / 8; }
.destination-media picture { display: block; width: 100%; height: 100%; }
.destination-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.destination-media--bio img { object-position: 50% 48%; }
.destination-media--media img { object-position: 50% 50%; }
.destination-media--music img { object-position: 50% 52%; }
.destination-media--video img { object-position: 50% 52%; }
.destination-media--social img { object-position: 50% 50%; }
.destination-media--press img { object-position: 50% 20%; }
.destination-media--contact img { object-position: 50% 20%; }
.destination-card:hover .destination-media img { transform: scale(1.04); }
.destination-copy { position: relative; flex: 1; min-height: 168px; padding: 27px 23px 25px; text-align: center; }
.destination-icon { width: 70px; height: 70px; margin-top: -61px; border: 5px solid var(--white); }
.destination-card:nth-child(1) .destination-icon, .destination-card:nth-child(5) .destination-icon { --icon-accent: var(--lime); }
.destination-card:nth-child(2) .destination-icon, .destination-card:nth-child(6) .destination-icon { --icon-accent: var(--cyan); }
.destination-card:nth-child(3) .destination-icon, .destination-card:nth-child(7) .destination-icon { --icon-accent: var(--coral); }
.destination-card:nth-child(4) .destination-icon { --icon-accent: var(--gold); }
.destination-icon .rich-icon { width: 52px; height: 52px; }
.destination-label { display: block; margin-bottom: 5px; color: #49625d; font-size: 12px; font-weight: 800; }
.destination-copy h2 { margin-bottom: 8px; font-size: clamp(25px, 2.5vw, 36px); }
.destination-description { display: block; color: var(--ink-2); font-size: 15px; line-height: 1.55; }

.texture-band { padding: 96px 0; background-color: var(--ink); background-image: url("../media/textures/zion-unified-02-desktop-v1.png"); background-position: center; background-size: cover; color: var(--white); text-align: center; }
.texture-band .texture-panel { max-width: 850px; margin-inline: auto; padding: 50px 38px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(5,22,19,.88); }
.texture-band p { max-width: 680px; margin-inline: auto; }
.texture-band .button-secondary { background: var(--coral); }
.home-context { padding: 58px 0; background: var(--gold); color: var(--ink); text-align: center; }
.home-context p { max-width: 780px; margin: 0 auto 20px; font-weight: 700; }

.page-hero { position: relative; min-height: clamp(560px, 70svh, 760px); display: grid; place-items: end center; overflow: hidden; background: var(--ink); color: var(--white); text-align: center; }
.page-hero .hero-visual { position: absolute; inset: 0; background: var(--ink); }
.page-hero .hero-visual picture { display: block; width: 100%; height: 100%; }
.page-hero .hero-image { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center top; }
.page-hero .hero-inner { position: relative; z-index: 1; width: 100%; padding: 50px 20px 76px; border: 0; }
.page-hero .hero-content { width: var(--wrap); max-width: 930px; margin-inline: auto; color: var(--white); }
.page-hero .eyebrow,
.page-hero h1,
.page-hero .hero-copy { color: var(--white); text-shadow: 1px 1px 2px rgba(0, 0, 0, .98), -1px 1px 2px rgba(0, 0, 0, .94), 1px -1px 2px rgba(0, 0, 0, .9), -1px -1px 2px rgba(0, 0, 0, .9), 0 4px 9px rgba(0, 0, 0, .92); }
.page-hero .eyebrow { font-size: 14px; }
.page-hero h1 { font-size: clamp(42px, 6vw, 74px); }
.page-hero .hero-copy { margin-bottom: 0; }
.page-hero .button-row { margin-top: 24px; }
.page-intro { padding: 64px 0; background: var(--white); text-align: center; }
.intro-lead { max-width: 850px; margin: 0 auto; color: var(--ink); font-size: clamp(20px, 2.3vw, 27px); }
.section { padding: 84px 0; background: var(--paper); color: var(--ink); text-align: center; }
.section:nth-of-type(even) { background: #e9eee8; }
.section-alt { background-color: var(--ink) !important; background-image: url("../media/textures/zion-unified-03-desktop-v1.png"); background-position: center; background-size: cover; color: var(--white); }
.section-alt > .inner { padding: 40px 28px; border-radius: var(--radius); background: rgba(5,22,19,.88); }
.section-alt .section-kicker { color: var(--lime); }
.section-heading { max-width: 850px; margin: 0 auto 34px; text-align: center; }
.section-heading > p { max-width: 720px; margin-inline: auto; }
.prose { max-width: 840px; margin-inline: auto; text-align: center; }
.prose p { margin-bottom: 20px; }
.prose ul { display: inline-block; margin: 0 auto; padding-inline-start: 24px; text-align: start; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(30px, 6vw, 80px); }
.image-frame { overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.image-frame--responsive picture { display: block; }
.image-frame--responsive img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.quote { max-width: 760px; margin: 0 auto; font-size: clamp(26px, 3.4vw, 44px); font-weight: 800; }
.quote::before { content: "\201E"; display: block; height: 42px; color: var(--coral); font-size: 78px; line-height: .7; }

.bio-opening h2 { max-width: 850px; margin-inline: auto; }
.bio-opening .intro-lead { max-width: 980px; line-height: 1.65; }
.bio-story .prose, .bio-tools-section .prose, .bio-friday .prose { max-width: 720px; }
.bio-photo { margin: 0; }
.bio-photo img { aspect-ratio: 4 / 3; }
.bio-photo.image-frame--responsive img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.bio-photo figcaption, .bio-gallery figcaption { padding: 12px 14px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700; text-align: center; }
.bio-facts-section { background: #dce9e4; }
.bio-facts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.bio-fact { min-height: 190px; display: grid; place-content: center; gap: 10px; padding: 28px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.bio-fact strong { color: #0b6e67; font-size: clamp(48px, 6vw, 76px); line-height: 1; }
.bio-fact span { max-width: 250px; margin-inline: auto; color: var(--ink-2); font-size: 17px; font-weight: 800; }
.bio-quote-band { padding: 70px 0; background: var(--gold); color: var(--ink); text-align: center; }
.bio-quote-band blockquote { max-width: 950px; margin: 0 auto 18px; font-size: clamp(32px, 5vw, 64px); font-weight: 900; line-height: 1.2; }
.bio-quote-band p { max-width: 720px; margin: 0 auto; font-size: 18px; font-weight: 700; }
.bio-tools-section { background: #e9eee8; }
.bio-world-icon { --icon-accent: var(--gold); }
.dark-card .bio-world-icon { --icon-accent: var(--lime); }
.feature:nth-child(2) .bio-world-icon, .feature:nth-child(2) .feature-icon { --icon-accent: var(--cyan); }
.feature:nth-child(3) .bio-world-icon, .feature:nth-child(3) .feature-icon { --icon-accent: var(--coral); }
.feature-icon { --icon-accent: var(--gold); }
.bio-section-action { margin-top: 30px; }
.bio-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.bio-gallery figure { overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.bio-gallery img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.bio-next { background: #dce9e4; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 210px; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); text-align: center; box-shadow: 0 10px 28px rgba(7,29,26,.08); }
.feature p { color: var(--ink-2); }
.feature a, .text-link { color: #0b6e67; font-weight: 800; text-underline-offset: 4px; }
.feature .index { color: var(--coral); font-weight: 800; }
.dark-card { background: var(--ink); color: var(--white); }
.dark-card p { color: #e2efeb; }
.dark-card a { color: var(--lime); }

/* Social channels */
.social-channels { background: #e9eeec; }
.social-channel-grid { align-items: stretch; }
.social-feature { position: relative; isolation: isolate; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 10px; padding: 38px 28px 30px; border: 0; box-shadow: 0 18px 42px rgba(7,29,26,.18); }
.social-feature::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: repeating-linear-gradient(135deg, transparent 0 20px, currentColor 21px 22px); pointer-events: none; }
.social-feature .social-brand-mark { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 6px; border-radius: 20px; font-family: Arial, sans-serif; font-size: 64px; font-weight: 900; line-height: 1; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.social-feature .index { margin: 0; font-size: 15px; letter-spacing: 0; text-transform: uppercase; }
.social-feature h3 { max-width: 310px; margin: 0; font-size: clamp(24px,2.1vw,31px); line-height: 1.2; }
.social-feature > p:not(.index) { max-width: 330px; margin: 0; font-size: 17px; line-height: 1.65; }
.social-link-row { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: auto; padding-top: 16px; }
.social-feature .social-link-row a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 9px 16px; border-radius: 6px; font-weight: 900; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.social-feature .social-link-row a:hover { transform: translateY(-2px); }

.social-facebook { background: #1877f2; color: #fff; }
.social-facebook .social-brand-mark { background: #fff; color: #1877f2; }
.social-facebook .index, .social-facebook > p:not(.index) { color: #fff; }
.social-facebook .social-link-row a { background: #fff; color: #0b4fa8; box-shadow: 0 5px 0 #0b4fa8; }

.social-youtube { border: 3px solid #ff0033; background: #fff; color: #171717; }
.social-youtube::before { color: #ff0033; opacity: .08; }
.social-youtube .social-brand-mark { width: 96px; background: #ff0033; color: #fff; font-size: 42px; }
.social-youtube .index { color: #d9002b; }
.social-youtube > p:not(.index) { color: #272727; }
.social-youtube .social-link-row a { background: #ff0033; color: #fff; box-shadow: 0 5px 0 #9c001f; }

.social-tiktok { border: 3px solid #25f4ee; background: #111; color: #fff; box-shadow: 8px 8px 0 #fe2c55, 0 18px 42px rgba(7,29,26,.22); }
.social-tiktok::before { color: #25f4ee; opacity: .12; }
.social-tiktok .social-brand-mark { background: #111; color: #fff; border: 3px solid #25f4ee; text-shadow: 4px 3px 0 #fe2c55; }
.social-tiktok .index { color: #25f4ee; }
.social-tiktok > p:not(.index) { color: #fff; }
.social-tiktok .social-link-row a { background: #25f4ee; color: #111; box-shadow: 5px 5px 0 #fe2c55; }

.library-intro { max-width: 850px; margin: 0 auto 36px; }
.library-intro > p:last-child { font-size: 19px; }
.media-grid, .video-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.media-card, .video-tile { overflow: hidden; border: 1px solid rgba(7,29,26,.18); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 7px 0 #dbe5e1, 0 18px 38px rgba(7,29,26,.13); }
.media-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.media-card .card-copy, .video-copy { padding: 20px; text-align: center; }
.media-card p, .video-copy p { color: var(--ink-2); }
.media-card a, .video-copy a { color: #0b6e67; font-weight: 800; text-underline-offset: 4px; }
.featured-video { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 28px; margin-bottom: 40px; padding: 22px; border: 1px solid rgba(7,29,26,.2); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 8px 0 #dbe5e1, 0 22px 46px rgba(7,29,26,.15); }
.featured-copy { text-align: center; }
.featured-copy p { color: var(--ink-2); }
.video-embed, .video-cover { position: relative; isolation: isolate; display: block; overflow: hidden; aspect-ratio: 16 / 9; border: 3px solid var(--white); border-radius: 7px; outline: 2px solid var(--ink); background: var(--ink); box-shadow: 0 9px 20px rgba(7,29,26,.2), inset 0 0 0 1px rgba(255,255,255,.28); }
.video-cover { margin: 12px 12px 0; }
.video-embed img, .video-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.video-embed:hover img, .video-cover:hover img { transform: scale(1.025); filter: saturate(1.08) contrast(1.03); }
.featured-play, .play-mark { position: absolute; inset: 50% auto auto 50%; z-index: 2; display: grid; width: 68px; height: 48px; place-items: center; border: 2px solid rgba(255,255,255,.92); border-radius: 14px; background: #ff0033; color: transparent; font-size: 0; transform: translate(-50%,-50%); box-shadow: 0 5px 0 #92001d, 0 11px 25px rgba(0,0,0,.36); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.featured-play::before, .play-mark::before { content: ""; width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 15px solid var(--white); }
.video-embed:hover .featured-play, .video-cover:hover .play-mark { background: #ff1747; transform: translate(-50%,-54%) scale(1.06); box-shadow: 0 7px 0 #92001d, 0 15px 30px rgba(0,0,0,.4); }
.video-kind { margin-bottom: 7px; color: #bd3d2c; font-size: 12px; font-weight: 800; }

.drive-music-section { background: #dce9e4; }
.drive-music-section .section-heading { max-width: 900px; }
.drive-music-shell { text-align: center; }
.drive-track-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.drive-track-card { min-width: 0; min-height: 78px; display: grid; grid-template-columns: minmax(190px,.72fr) minmax(280px,1.28fr); align-items: stretch; overflow: hidden; border: 1px solid rgba(7,29,26,.18); border-radius: 6px; background: var(--white); box-shadow: 0 4px 0 rgba(7,29,26,.12), 0 10px 24px rgba(7,29,26,.09); }
.drive-track-header { min-width: 0; min-height: 78px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 8px 11px; }
.drive-track-copy { min-width: 0; display: grid; gap: 0; }
.drive-track-copy strong { overflow-wrap: anywhere; font-size: 15px; line-height: 1.15; }
.drive-track-copy small { color: #49625d; font-size: 11px; font-weight: 800; line-height: 1.2; }
.drive-track-duration { display: grid; min-width: 43px; min-height: 27px; padding-inline: 7px; place-items: center; border: 1px solid rgba(7,29,26,.16); border-radius: 5px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1; direction: ltr; }
.drive-track-frame { display: block; width: 100%; height: 78px; border: 0; border-inline-start: 1px solid rgba(255,255,255,.12); background: #111716; }

.link-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 26px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.link-list li { display: flex; min-height: 70px; align-items: center; justify-content: center; gap: 14px; border-bottom: 1px solid var(--line); text-align: center; }
.link-list a { color: #0b6e67; font-weight: 800; }
.tag { color: #bd3d2c; font-size: 12px; font-weight: 800; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 50px; }
.contact-list { margin: 0; padding: 0; list-style: none; text-align: center; }
.contact-list li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list span { display: block; color: #49625d; font-size: 13px; }
.contact-list a { color: #0b6e67; font-size: 20px; font-weight: 800; text-underline-offset: 4px; }
.contact-list strong { display: block; }
.contact-list .waze-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; margin-top: 13px; padding: 8px 17px; border: 2px solid var(--ink); border-radius: 6px; background: #57d5e7; color: var(--ink); font-size: 16px; text-decoration: none; box-shadow: 0 5px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.contact-list .waze-button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 var(--ink); }
.contact-list .waze-button svg { width: 19px; height: 19px; stroke-width: 2.5; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.contact-direct { display: flex; min-height: 100%; flex-direction: column; align-items: center; justify-content: center; }
.contact-direct-icon { --icon-accent: var(--lime); }
.contact-direct .button-row { justify-content: center; }
.contact-direct-phone { color: #0b6e67; font-size: 24px; font-weight: 800; text-underline-offset: 5px; }
.field { display: grid; gap: 5px; }
.field-wide { grid-column: 1 / -1; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #70837e; border-radius: 5px; background: #fff; color: var(--ink); padding: 11px 12px; text-align: center; }
.field textarea { min-height: 130px; resize: vertical; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: #0b6e67; font-weight: 800; }
.section-alt .contact-list span { color: #dce9e5; }
.section-alt .contact-list a { color: var(--lime); }

.site-footer { padding: 62px 0 110px; background: var(--ink); color: var(--white); text-align: center; }
.footer-inner { width: var(--wrap); margin-inline: auto; display: grid; justify-items: center; gap: 25px; }
.site-footer .brand { margin: 0 auto; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; }
.footer-nav a { color: #e4efec; font-size: 14px; text-decoration: none; }
.footer-nav a:hover { color: var(--lime); }
.footer-portals { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.footer-portals a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; color: var(--white); text-decoration: none; }
.legal { width: 100%; margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #a9beb8; font-size: 12px; }

.mobile-dock { position: fixed; inset: auto 0 0; z-index: 60; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); min-height: 78px; padding: 5px 6px max(5px, env(safe-area-inset-bottom)); border-top: 2px solid rgba(255,255,255,.2); background: rgba(5,24,21,.98); color: var(--white); box-shadow: 0 -10px 28px rgba(0,0,0,.26); }
.dock-action { display: grid; min-width: 0; justify-items: center; align-content: center; gap: 4px; padding: 1px 2px; color: var(--white); font-size: 15px; font-weight: 900; line-height: 1; text-align: center; text-decoration: none; text-shadow: 0 2px 3px rgba(0,0,0,.42); }
.dock-icon { --dock-bg: var(--cyan); --dock-shadow: #087c74; position: relative; display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid rgba(255,255,255,.78); border-radius: 13px; background: var(--dock-bg); color: var(--ink); box-shadow: 0 4px 0 var(--dock-shadow), 0 7px 13px rgba(0,0,0,.26), inset 0 3px 0 rgba(255,255,255,.46); transition: transform .16s ease, box-shadow .16s ease; }
.dock-action:nth-child(1) .dock-icon { --dock-bg: #3ed8cb; --dock-shadow: #087c74; }
.dock-action:nth-child(2) .dock-icon { --dock-bg: #f3bd38; --dock-shadow: #8b6108; }
.dock-action:nth-child(3) .dock-icon { --dock-bg: #ff6b57; --dock-shadow: #9c3023; }
.dock-action:nth-child(4) .dock-icon { --dock-bg: #c9f24a; --dock-shadow: #708f11; }
.dock-action:nth-child(5) .dock-icon { --dock-bg: #53d978; --dock-shadow: #157b34; }
.dock-action:hover .dock-icon, .dock-action:focus-visible .dock-icon { transform: translateY(-2px); box-shadow: 0 8px 0 var(--dock-shadow), 0 12px 19px rgba(0,0,0,.3), inset 0 3px 0 rgba(255,255,255,.46); }
.dock-action:active .dock-icon { transform: translateY(4px); box-shadow: 0 2px 0 var(--dock-shadow), 0 5px 9px rgba(0,0,0,.25), inset 0 3px 0 rgba(255,255,255,.4); }
.dock-icon svg { width: 22px; height: 22px; stroke-width: 2.7; }
.dock-action:nth-child(5) > span:last-child { font-size: 12px; }
.desktop-dock { display: none; }
.desktop-contact-panel { position: fixed; inset: auto 50% 96px auto; z-index: 70; width: min(430px, calc(100% - 40px)); transform: translateX(50%); padding: 25px 30px 28px; border: 2px solid rgba(255,255,255,.24); border-radius: 8px; background: var(--ink); color: var(--white); text-align: center; box-shadow: 0 18px 46px rgba(0,0,0,.38); }
.desktop-contact-panel[hidden] { display: none; }
.desktop-contact-close { position: absolute; inset: 10px 10px auto auto; display: grid; width: 34px; height: 34px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.desktop-contact-close svg { width: 18px; height: 18px; }
.desktop-contact-kicker { margin-bottom: 4px; color: var(--lime); font-size: 13px; font-weight: 900; }
.desktop-contact-panel h2 { margin-bottom: 22px; font-size: 28px; }
.desktop-contact-numbers { display: grid; gap: 10px; }
.desktop-contact-numbers p { display: grid; gap: 2px; margin: 0; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: rgba(255,255,255,.06); }
.desktop-contact-numbers span { color: #b7cbc5; font-size: 13px; }
.desktop-contact-numbers strong { color: var(--white); font-size: 22px; }
.is-hidden { display: none !important; }

@media (min-width: 1021px) {
  body { padding-bottom: 34px; }
  .mobile-dock { display: none; }
  .desktop-dock { position: fixed; inset: auto 0 0; z-index: 80; display: block; height: 34px; border-top: 1px solid rgba(201,242,74,.55); background-color: #071d1a; background-image: url("../media/textures/desktop-dock-grass-music-v1.webp"); background-position: center 75%; background-size: cover; color: var(--white); box-shadow: 0 -7px 18px rgba(0,0,0,.32); }
  .desktop-dock::before { position: absolute; inset: 0; background: rgba(3,20,16,.72); content: ""; pointer-events: none; }
  .desktop-dock-inner { position: relative; display: grid; grid-template-columns: .82fr .75fr 1.65fr; width: min(1380px, calc(100% - 28px)); height: 100%; margin-inline: auto; }
  .desktop-dock-group { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(4px, .62vw, 9px); padding-inline: clamp(4px, .7vw, 10px); border-inline-start: 1px solid rgba(255,255,255,.2); white-space: nowrap; }
  .desktop-dock-group--social { gap: clamp(4px, .55vw, 8px); }
  .desktop-dock-group:first-child { border-inline-start: 0; }
  .desktop-dock-label { flex: 0 0 auto; padding: 1px 5px; border: 1px solid rgba(255,255,255,.62); border-radius: 3px; background: rgba(255,255,255,.1); color: var(--white); font-family: Arial, "Noto Sans Hebrew", sans-serif; font-size: 11px; font-weight: 900; line-height: 1.2; text-shadow: 0 2px 3px rgba(0,0,0,.78); }
  .desktop-dock-link { display: inline-flex; min-width: 0; align-items: center; gap: 4px; color: var(--white); font-size: 11px; font-weight: 850; line-height: 1; text-decoration: none; text-shadow: 0 2px 4px rgba(0,0,0,.9); white-space: nowrap; transition: color .16s ease, transform .16s ease; }
  .desktop-dock-group--sites .desktop-dock-link { font-family: Arial, "Noto Sans Hebrew", sans-serif; font-size: 13px; font-weight: 900; }
  .desktop-dock-group--contact { display: flex; }
  .desktop-dock-icon, .desktop-dock-group--contact .desktop-dock-icon { flex: 0 0 auto; width: 19px; height: 19px; padding: 2px; border: 1px solid rgba(255,255,255,.8); border-radius: 5px; background: rgba(255,255,255,.96); object-fit: contain; box-shadow: 0 2px 5px rgba(0,0,0,.32); }
  .desktop-dock-link:hover, .desktop-dock-link:focus-visible { color: var(--lime); transform: translateY(-1px); }
  .desktop-dock-link:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; }
  @media (max-width: 1199px) {
    .desktop-dock-social-link span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  }
  .site-footer { padding-bottom: 62px; }
  .home-hero, .page-hero { height: calc(100svh - var(--header-h)); min-height: 0; aspect-ratio: auto; }
  .home-hero .hero-inner { padding: 32px 0 38px; }
  .page-hero .hero-inner { padding: 32px 20px 44px; }
  .home-intro { padding-top: 36px; }
  .page-hero + .section { padding-top: 36px; }
}

@media (max-width: 1020px) {
  :root { --header-h: 64px; }
  body { padding-bottom: 80px; }
  .brand--header { position: absolute; top: 0; left: 50%; z-index: 3; display: grid; width: 100px; height: 96px; place-items: center; transform: translateX(-50%); }
  .brand--header::before { position: absolute; inset: -14px -15px -7px; z-index: -1; border-radius: 50%; background: rgba(7,29,26,.98); box-shadow: 0 10px 18px rgba(4,18,15,.24); content: ""; pointer-events: none; }
  .brand-logo { position: relative; z-index: 1; height: 92px; pointer-events: none; }
  .brand--header .brand-copy { position: absolute; top: calc(var(--header-h) / 2); left: calc(100% + 8px); display: grid; width: max-content; transform: translateY(-50%); font-family: Tahoma, "Arial Hebrew", Arial, sans-serif; line-height: 1.05; text-align: right; text-shadow: 0 2px 4px rgba(0,0,0,.78); white-space: nowrap; }
  .brand--header .brand-copy b { color: var(--white); font-size: 16px; font-weight: 900; }
  .brand--header .brand-copy small { margin-top: 4px; color: var(--lime); font-size: 11px; font-weight: 800; }
  .header-actions { position: relative; z-index: 4; margin-inline-start: auto; }
  .nav-toggle { position: relative; z-index: 4; display: inline-grid; place-items: center; }
  .main-nav { position: absolute; inset: var(--header-h) 0 auto; display: none; grid-template-columns: repeat(2,1fr); gap: 4px; padding: 14px 20px 20px; border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); opacity: 1; visibility: visible; transform: none; transition: none; }
  .main-nav.is-open { display: grid; }
  .main-nav a { display: block; min-height: 0; padding: 11px; border: 0; background: transparent; text-align: center; transform: none; }
  .main-nav a::after { display: none; }
  .purpose-strip { grid-template-columns: 1fr; }
  .destination-card { grid-column: span 6; }
  .feature-grid, .media-grid, .video-gallery { grid-template-columns: repeat(2,1fr); }
  .drive-track-list { grid-template-columns: 1fr; gap: 10px; }
  .featured-video { grid-template-columns: 1fr; }
  .bio-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bio-gallery figure:last-child { grid-column: 1 / -1; width: min(100%, 560px); justify-self: center; }
}

@media (max-width: 720px) {
  :root { --wrap: min(100% - 28px, 620px); }
  body { padding-bottom: 64px; font-size: 16px; }
  h1 { font-size: clamp(39px, 13vw, 60px); }
  h2 { font-size: clamp(30px, 9vw, 44px); }
  .nav-wrap { gap: 10px; }
  .brand b { font-size: 17px; }
  .header-actions .icon-button:first-child { display: none; }
  .home-hero { min-height: 720px; }
  .home-hero .hero-image { object-position: 56% center; }
  .home-hero .hero-inner { padding: 38px 0 44px; }
  .hero-copy { font-size: 18px; }
  .button-row { width: 100%; }
  .button-row .button { flex: 1 1 180px; }
  .home-intro { padding: 62px 0 52px; }
  .purpose-strip { margin-bottom: 58px; }
  .home-hub { padding: 64px 0 70px; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card, .destination-card--wide { grid-column: auto; }
  .destination-card--wide .destination-media, .destination-media { aspect-ratio: 4 / 3; }
  .destination-media img { object-position: 50% 34%; }
  .destination-media--bio img { object-position: 50% 30%; }
  .destination-media--media img { object-position: 50% 36%; }
  .destination-media--music img { object-position: 50% 34%; }
  .destination-media--video img { object-position: 50% 36%; }
  .destination-media--social img { object-position: 50% 35%; }
  .destination-media--press img { object-position: 50% 12%; }
  .destination-media--contact img { object-position: 50% 12%; }
  .texture-band { padding: 72px 0; background-image: url("../media/textures/zion-unified-02-mobile-v1.png"); }
  .texture-band .texture-panel { padding: 38px 20px; }
  .page-hero { min-height: calc(100vh - var(--header-h)); min-height: calc(100svh - var(--header-h)); }
  .page-hero .hero-image { height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
  body[data-page="media"] .page-hero .hero-image,
  body[data-page="contact"] .page-hero .hero-image,
  body[data-page="zion-shiri"] .page-hero .hero-image { object-position: center 10%; }
  .page-hero .hero-inner { padding: 38px 18px calc(78px + env(safe-area-inset-bottom)); }
  .page-hero .hero-content { width: min(100%, 620px); }
  .page-hero .eyebrow { margin-bottom: 8px; font-size: 12px; }
  .page-hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .page-hero .hero-copy { font-size: 17px; line-height: 1.55; }
  .page-intro, .section { padding: 62px 0; }
  .section-alt { background-image: url("../media/textures/zion-unified-03-mobile-v1.png"); }
  .section-alt > .inner { padding: 34px 18px; }
  .split, .contact-layout, .feature-grid, .media-grid, .video-gallery, .link-list { grid-template-columns: 1fr; }
  .split, .contact-layout { gap: 28px; }
  .feature { min-height: 0; }
  .drive-track-card { min-height: 0; display: block; }
  .drive-track-header { min-height: 48px; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 7px 10px; }
  .drive-track-copy { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 1px 7px; }
  .drive-track-copy strong { font-size: 15px; line-height: 1.15; }
  .drive-track-copy small { font-size: 11px; }
  .drive-track-duration { min-width: 41px; min-height: 25px; padding-inline: 6px; font-size: 12px; }
  .drive-track-frame { height: 74px; border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .contact-form { grid-template-columns: 1fr; padding: 22px 17px; }
  .field, .field-wide { grid-column: 1; }
  .mobile-dock { min-height: 62px; padding: 3px 4px max(3px, env(safe-area-inset-bottom)); }
  .dock-action { gap: 2px; font-family: Arial, "Noto Sans Hebrew", sans-serif; font-size: 15px; font-weight: 800; line-height: 1.05; white-space: nowrap; }
  .dock-action:nth-child(5) > span:last-child { font-size: 14px; }
  .dock-icon { width: 34px; height: 34px; border-radius: 10px; }
  .dock-icon svg { width: 19px; height: 19px; }
  .bio-facts-grid, .bio-gallery { grid-template-columns: 1fr; }
  .bio-gallery figure:last-child { grid-column: auto; width: 100%; }
  .bio-fact { min-height: 160px; }
  .bio-photo img { aspect-ratio: 16 / 11; }
  .bio-quote-band { padding: 52px 0; }
  .site-footer { padding-bottom: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.privacy-consent { position: fixed; inset: auto 20px 20px; z-index: 1000; width: min(760px, calc(100% - 40px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; background: var(--white); color: var(--ink); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 0 12px 36px rgba(12, 30, 35, .28); direction: rtl; }
.privacy-consent[hidden] { display: none; }
.privacy-consent strong { font-size: 17px; }
.privacy-consent p { margin: 3px 0 0; color: #4d5c60; font-size: 14px; line-height: 1.45; }
.privacy-consent-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.privacy-consent button { min-height: 42px; padding: 8px 15px; border: 2px solid var(--ink); border-radius: 6px; background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer; }
.privacy-consent button + button { background: var(--white); }

@media (max-width: 640px) {
  .privacy-consent { inset: auto 10px 84px; width: calc(100% - 20px); display: grid; justify-items: center; padding: 16px; text-align: center; }
  .privacy-consent-actions { width: 100%; }
  .privacy-consent-actions button { flex: 1; }
}
