:root {
  --ink: #1b2f4b;
  --deep: #13233f;
  --deep-2: #0c1730;
  --sea: #2c7e85;
  --coral: #d85c4f;
  --gold: #e0a93f;
  --berry: #b03463;
  --leaf: #538451;
  --sand: #f6ecde;
  --cream: #fcf6ee;
  --paper: #fffdfa;
  --white: #ffffff;
  --muted: #61707e;
  --border: rgba(27,47,75,.14);
  --shadow: 0 28px 80px rgba(12,25,48,.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; left: 18px; top: 18px; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { font-family: var(--serif); line-height: 1.08; margin: 0; }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.045em; }
h3 { font-size: 1.55rem; letter-spacing: -.025em; }
p { margin: 0 0 1.15em; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.86); }
.eyebrow.ink { color: var(--sea); }
.eyebrow.coral { color: #f29a7d; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; transition: background .25s ease, box-shadow .25s ease, color .25s ease; color: white; }
.site-header.scrolled { background: rgba(255,253,249,.96); color: var(--ink); box-shadow: 0 8px 30px rgba(8,33,37,.1); backdrop-filter: blur(15px); }
.nav-wrap { width: var(--shell); height: 84px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: var(--serif); font-size: 1.25rem; }
.brand small { margin-top: 4px; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { text-decoration: none; font-size: .9rem; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; color: inherit; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; margin: 5px 0; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 999px; background: var(--coral); color: white; text-decoration: none; font-weight: 700; box-shadow: 0 14px 30px rgba(216,92,79,.28); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #c34e43; box-shadow: 0 18px 36px rgba(216,92,79,.34); }
.button-small { min-height: 42px; padding: 0 18px; }
.button.full { width: 100%; }
.text-link { text-decoration: none; font-weight: 700; }
.text-link.light { color: white; }

.hero { min-height: 920px; height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; color: white; background: var(--deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,44,.92) 0%, rgba(8,20,44,.68) 43%, rgba(8,20,44,.22) 78%), linear-gradient(0deg, rgba(10,21,41,.66) 0%, transparent 45%), radial-gradient(circle at 82% 18%, rgba(224,169,63,.15) 0%, transparent 24%), radial-gradient(circle at 70% 75%, rgba(176,52,99,.18) 0%, transparent 22%); }
.hero-pattern { position: absolute; right: -120px; top: 120px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; opacity: .8; box-shadow: 0 0 0 24px rgba(224,169,63,.08), 0 0 0 64px rgba(44,126,133,.06); }
.hero-pattern::before, .hero-pattern::after { content: ""; position: absolute; inset: 54px; border: 1px dashed rgba(255,255,255,.24); border-radius: 50%; }
.hero-pattern::after { inset: 120px; border-style: solid; }
.hero-content { position: relative; z-index: 2; padding-bottom: 70px; }
.hero h1 { max-width: 820px; font-size: clamp(4.6rem, 9.7vw, 9rem); letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em { color: #f2c266; font-style: normal; font-size: .66em; display: inline-block; margin-top: 3px; }
.hero-intro { max-width: 690px; margin-top: 22px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.88); }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.hero-facts { display: flex; gap: 0; margin-top: 54px; width: fit-content; border-top: 1px solid rgba(255,255,255,.35); }
.hero-facts > div { min-width: 190px; padding: 20px 26px 0 0; margin-right: 26px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 1.05rem; }
.hero-facts span { margin-top: 3px; font-size: .82rem; color: rgba(255,255,255,.7); }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.lead-copy { padding-top: 45px; font-size: 1.15rem; color: #41575a; }
.lead-copy p:first-child { font-size: 1.35rem; color: var(--ink); }
.values-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-card { position: relative; padding: 38px 28px 34px; border-right: 1px solid var(--border); }
.value-card:last-child { border-right: 0; }
.value-number { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 32px; width: 44px; height: 44px; font-size: .76rem; letter-spacing: .12em; color: white; font-weight: 700; border-radius: 50%; background: linear-gradient(135deg, var(--coral), var(--berry)); box-shadow: 0 12px 26px rgba(176,52,99,.18); }
.value-card h3 { min-height: 3.4rem; }
.value-card p { margin: 14px 0 0; color: var(--muted); font-size: .95rem; }

.dark-section { background: var(--deep); color: white; }
.artisan-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.artisan-image-wrap { position: relative; height: 680px; overflow: hidden; border-radius: 4px 100px 4px 4px; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.artisan-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 47%; transform: scale(1.05); }
.image-caption { position: absolute; left: 22px; bottom: 22px; padding: 9px 13px; background: rgba(9,36,41,.82); backdrop-filter: blur(8px); font-size: .77rem; border-radius: 999px; }
.artisan-copy p { color: rgba(255,255,255,.73); font-size: 1.03rem; }
.artisan-copy h2 { margin-bottom: 30px; }
.tick-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.tick-list li { display: flex; gap: 12px; align-items: start; }
.tick-list li::before { content: "✦"; color: #f2c266; }

.section-heading { max-width: 850px; margin-bottom: 60px; }
.section-heading.centred { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 1.08rem; }
.light-heading > p:last-child { color: rgba(255,255,255,.68); }
.timeline { max-width: 920px; margin: 0 auto; position: relative; }
.timeline::before { content: ""; position: absolute; left: 43px; top: 34px; bottom: 34px; width: 1px; background: var(--border); }
.timeline article { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 24px; padding: 25px 0; }
.day-dot { position: relative; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid var(--border); font-family: var(--serif); font-size: 1.2rem; color: var(--coral); box-shadow: 0 0 0 10px var(--paper); }
.day-label { margin: 0 0 3px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 700; color: var(--sea); }
.timeline h3 { font-size: 2rem; }
.timeline article p:last-child { margin-top: 9px; color: var(--muted); }

.sand-section { background: var(--sand); }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(23,52,58,.14); border: 1px solid rgba(23,52,58,.14); }
.activity-grid article { background: var(--sand); padding: 38px; min-height: 260px; }
.activity-grid article > span { display: block; color: var(--coral); font-size: 1.5rem; margin-bottom: 38px; }
.activity-grid p { color: #667071; margin-top: 13px; }

.stay-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 95px; align-items: start; }
.stay-copy > p { color: var(--muted); font-size: 1.05rem; }
.stay-copy h2 { margin-bottom: 30px; }
.included-list { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.included-list div { background: var(--paper); padding: 20px; }
.included-list strong, .included-list span { display: block; }
.included-list strong { color: var(--coral); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.included-list span { margin-top: 6px; }
.price-card { position: sticky; top: 115px; padding: 46px; background: var(--deep); color: white; border-radius: 6px 70px 6px 6px; box-shadow: var(--shadow); }
.price-kicker { text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; color: #f2c266; }
.price { font-family: var(--serif); font-size: 6rem; line-height: .95; letter-spacing: -.06em; }
.price span { font-size: .48em; vertical-align: top; }
.price-note { margin-top: 13px; color: rgba(255,255,255,.68); }
.price-divider { height: 1px; background: rgba(255,255,255,.2); margin: 28px 0; }
.price-card ul { padding-left: 20px; margin: 0 0 28px; color: rgba(255,255,255,.78); }
.price-card li { margin: 8px 0; }
.fine-print { margin: 18px 0 0; font-size: .72rem; color: rgba(255,255,255,.53); }

.watch { position: relative; overflow: hidden; }
.watch::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; bottom: -280px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.015); }
.video-links { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.video-links a { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px 48px 4px 4px; text-decoration: none; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.video-links a:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.42); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.03)); }
.play { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #f2c266; }
.video-links small, .video-links strong, .video-links div span { display: block; }
.video-links small { color: #f29a7d; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.video-links strong { margin: 4px 0 16px; font-family: var(--serif); font-size: 1.8rem; }
.video-links div span { color: rgba(255,255,255,.63); font-size: .82rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion details { border-top: 1px solid var(--border); padding: 23px 0; }
.accordion details:last-child { border-bottom: 1px solid var(--border); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 1.35rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; color: var(--coral); font-family: var(--sans); font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 16px 40px 0 0; color: var(--muted); }

.interest { background: var(--coral); color: white; }
.interest-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.interest-grid > div > p:last-child { color: rgba(255,255,255,.78); font-size: 1.08rem; margin-top: 26px; }
.interest-form { padding: 42px; background: var(--paper); color: var(--ink); border-radius: 4px 70px 4px 4px; box-shadow: 0 30px 70px rgba(90,31,17,.2); }
.interest-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .82rem; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.interest-form input:not([type="checkbox"]), .interest-form select, .interest-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 4px; background: white; padding: 13px 14px; color: var(--ink); outline: none; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(46,119,123,.12); }
.interest-form textarea { resize: vertical; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; color: var(--muted); }
.consent input { margin-top: 5px; }
.interest-form .button { margin-top: 8px; }

.site-footer { background: var(--deep-2); color: white; padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 50px; align-items: center; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.61); max-width: 480px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .87rem; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.44); font-size: .75rem; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 30px, 760px); }
  .section { padding: 82px 0; }
  .site-nav { position: fixed; inset: 78px 15px auto; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 18px; background: var(--paper); color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .intro-grid, .artisan-grid, .stay-grid, .faq-grid, .interest-grid { grid-template-columns: 1fr; gap: 50px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .video-links { grid-template-columns: 1fr; }
  .price-card { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .artisan-image-wrap { height: 560px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .nav-wrap { height: 74px; }
  .hero { min-height: 820px; height: 100svh; }
  .hero-content { padding-bottom: 38px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-intro { font-size: 1rem; }
  .hero-facts { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts > div { min-width: 0; margin-right: 14px; padding-right: 14px; }
  .hero-facts > div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; margin-top: 15px; padding-top: 15px; }
  .values-grid, .activity-grid, .included-list, .field-row { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid var(--border); }
  .value-card:last-child { border-bottom: 0; }
  .artisan-image-wrap { height: 480px; border-radius: 3px 55px 3px 3px; }
  .timeline::before { left: 29px; }
  .timeline article { grid-template-columns: 60px 1fr; gap: 14px; }
  .day-dot { width: 48px; height: 48px; font-size: .9rem; box-shadow: 0 0 0 7px var(--paper); }
  .timeline h3 { font-size: 1.55rem; }
  .activity-grid article { min-height: 0; }
  .price-card, .interest-form { padding: 30px 24px; border-radius: 4px 45px 4px 4px; }
  .price { font-size: 5.2rem; }
  .footer-bottom { flex-direction: column; }
}

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

/* Expanded creative days */
.activity-heading { max-width: none; display: grid; grid-template-columns: .92fr 1.08fr; gap: 88px; align-items: end; }
.activity-heading-copy { color: #566a6d; font-size: 1.05rem; padding-bottom: 4px; }
.activity-heading-copy p:last-child { margin-bottom: 0; }
.creative-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.creative-feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 490px; background: var(--paper); border-radius: 6px 76px 6px 6px; overflow: hidden; box-shadow: 0 24px 65px rgba(26, 60, 64, .10); }
.creative-feature > img { width: 100%; height: 100%; object-fit: cover; min-height: 490px; }
.creative-card { background: var(--paper); overflow: hidden; border-radius: 5px 48px 5px 5px; box-shadow: 0 20px 52px rgba(26, 60, 64, .08); }
.creative-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.creative-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: .86fr 1.14fr; }
.creative-card-wide > img { height: 100%; min-height: 340px; aspect-ratio: auto; }
.creative-card-copy { padding: 36px; }
.creative-feature .creative-card-copy { padding: 58px 52px; align-self: center; }
.option-label { margin: 0 0 12px; color: var(--coral); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.creative-card-copy h3 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
.creative-card-copy p:not(.option-label) { color: var(--muted); margin-top: 15px; }
.flex-note { margin-top: 28px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 26px 30px; border: 1px solid rgba(23,52,58,.15); background: rgba(255,253,249,.55); }
.flex-note > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: #f2c266; }
.flex-note p { margin: 0; color: #536669; }

/* Roots destination section */
.roots-section { background: var(--paper); overflow: hidden; }
.roots-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.roots-copy { padding-top: 34px; }
.button-outline { margin-top: 10px; color: var(--ink); background: transparent; border: 1px solid rgba(23,52,58,.35); box-shadow: none; }
.button-outline:hover { color: white; border-color: var(--coral); }
.inline-link { color: var(--sea); font-weight: 700; text-underline-offset: 4px; }
.roots-gallery { margin-top: 72px; display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 310px 310px; gap: 16px; }
.roots-gallery figure { position: relative; margin: 0; min-width: 0; overflow: hidden; border-radius: 4px; background: var(--deep); }
.roots-gallery-main { grid-row: 1 / 3; }
.roots-gallery figure:nth-child(4) { grid-column: 2; }
.roots-gallery figure:nth-child(5) { grid-column: 3; }
.roots-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.roots-gallery figure:hover img { transform: scale(1.035); }
.roots-gallery figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 9px 12px; width: fit-content; max-width: calc(100% - 32px); border-radius: 999px; color: white; background: rgba(8,35,40,.78); backdrop-filter: blur(8px); font-size: .73rem; }
.adventure-band { margin-top: 70px; padding: 48px 50px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: start; color: white; background: var(--deep); border-radius: 5px 76px 5px 5px; }
.adventure-band h3 { font-size: clamp(2rem, 4vw, 3.5rem); }
.adventure-list { display: grid; gap: 0; }
.adventure-list > div { padding: 18px 0; display: grid; grid-template-columns: 165px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.adventure-list > div:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.adventure-list strong { color: #f2c266; }
.adventure-list span { color: rgba(255,255,255,.7); }

.video-links-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 860px; margin-inline: auto; }

@media (max-width: 960px) {
  .activity-heading, .roots-intro { grid-template-columns: 1fr; gap: 34px; }
  .creative-feature, .creative-card-wide { grid-template-columns: 1fr; }
  .creative-feature > img { min-height: 360px; }
  .creative-feature .creative-card-copy { padding: 38px; }
  .roots-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px 260px; }
  .roots-gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .roots-gallery figure:nth-child(4), .roots-gallery figure:nth-child(5) { grid-column: auto; }
  .adventure-band { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  .creative-menu { grid-template-columns: 1fr; }
  .creative-feature, .creative-card-wide { grid-column: auto; }
  .creative-feature > img { min-height: 280px; }
  .creative-card-copy, .creative-feature .creative-card-copy { padding: 28px 24px; }
  .flex-note { grid-template-columns: 1fr; padding: 24px; }
  .roots-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .roots-gallery figure, .roots-gallery-main { grid-column: auto; grid-row: auto; min-height: 260px; }
  .roots-gallery-main { min-height: 360px; }
  .adventure-band { padding: 34px 24px; border-radius: 4px 48px 4px 4px; }
  .adventure-list > div { grid-template-columns: 1fr; gap: 5px; }
  .video-links-two { grid-template-columns: 1fr; }
}

/* Artwork gallery inspired by Ekramy's pieces */
.art-gallery {
  background:
    radial-gradient(circle at top left, rgba(44,126,133,.08) 0%, transparent 24%),
    radial-gradient(circle at bottom right, rgba(224,169,63,.10) 0%, transparent 24%),
    var(--cream);
}
.gallery-heading {
  max-width: none;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
  align-items: end;
}
.gallery-intro {
  color: var(--muted);
  font-size: 1.06rem;
  padding-bottom: 6px;
}
.gallery-intro p:last-child { margin-bottom: 0; }
.mosaic-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  grid-auto-rows: 260px;
}
.mosaic-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 6px 38px 6px 6px;
  background: var(--deep);
  box-shadow: 0 20px 50px rgba(12,25,48,.10);
}
.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.mosaic-card:hover img { transform: scale(1.04); }
.mosaic-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  width: fit-content;
  max-width: calc(100% - 32px);
  font-size: .74rem;
  color: white;
  background: rgba(10,21,41,.78);
  backdrop-filter: blur(8px);
}
.mosaic-wide { grid-column: 1 / 3; grid-row: span 2; }
.mosaic-tall { grid-row: span 2; }
.mosaic-wide-bottom { grid-column: 2 / 4; }

@media (max-width: 960px) {
  .gallery-heading { grid-template-columns: 1fr; gap: 28px; }
  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 260px;
  }
  .mosaic-wide,
  .mosaic-wide-bottom { grid-column: 1 / -1; }
  .mosaic-tall { grid-row: span 1; }
}

@media (max-width: 640px) {
  .mosaic-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .mosaic-wide,
  .mosaic-wide-bottom,
  .mosaic-tall { grid-column: auto; grid-row: auto; }
}

.form-help {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
}
.form-help a {
  color: var(--sea);
  font-weight: 700;
  text-underline-offset: 3px;
}

/* Website form feedback */
.interest-form button[disabled] { opacity: .72; cursor: wait; transform: none; }
.form-status { min-height: 1.6em; margin: 14px 0 0; font-weight: 700; }
.form-status.success { color: #2f7452; }
.form-status.error { color: #a13737; }
.form-status a { text-underline-offset: 3px; }

/* Form success page */
.thank-you-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(44,126,133,.16), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(224,169,63,.16), transparent 26%),
    var(--deep);
}
.thank-you-card {
  width: min(720px, 100%);
  padding: clamp(38px, 7vw, 78px);
  border-radius: 8px 72px 8px 8px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  text-align: center;
}
.thank-you-card h1 { font-size: clamp(3.4rem, 9vw, 6.4rem); color: var(--ink); }
.thank-you-card p:not(.eyebrow) { max-width: 560px; margin: 24px auto 32px; color: var(--muted); font-size: 1.08rem; }

/* Christmas extension */
.christmas-callout {
  position: relative;
  margin: 34px 0 30px;
  padding: 30px 32px 28px;
  overflow: hidden;
  border: 1px solid rgba(224,169,63,.38);
  border-radius: 5px 42px 5px 5px;
  background:
    radial-gradient(circle at 92% 12%, rgba(224,169,63,.20), transparent 30%),
    linear-gradient(135deg, rgba(176,52,99,.06), rgba(44,126,133,.08)),
    var(--paper);
}
.christmas-callout::after {
  content: "✦";
  position: absolute;
  right: 24px;
  top: 16px;
  color: var(--gold);
  font-size: 1.35rem;
}
.christmas-kicker {
  margin: 0 0 8px;
  color: var(--berry);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 700;
}
.christmas-callout h3 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.christmas-callout p:last-child { margin: 14px 0 0; color: var(--muted); }
