@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap');

:root {
  --orange: #db7114;
  --orange-deep: #b84d0d;
  --cream: #ffe0b9;
  --paper: #fff5e6;
  --ivory: #fffaf2;
  --sage: #cfdfc4;
  --sage-deep: #a9c19d;
  --green: #263516;
  --leaf: #52612a;
  --olive: #77834a;
  --ink: #1f2717;
  --line: rgba(38, 53, 22, .18);
  --shadow: 0 24px 70px rgba(75, 39, 10, .16);
  --radius: 28px;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--ivory); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--green); color: white; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.test-ribbon { position: relative; z-index: 80; text-align: center; padding: .45rem 1rem; background: var(--green); color: var(--cream); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.2rem, 4vw, 4.5rem); background: rgba(255,250,242,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.wordmark, .footer-brand { text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: 1.55rem; letter-spacing: -.04em; }
.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
.nav-cta { padding: .7rem 1.15rem; border-radius: 999px; background: var(--green); color: var(--cream); }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 700; }

.hero { min-height: calc(100vh - 72px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4vw; padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5.5rem) 6rem; background: var(--orange); color: var(--cream); }
.hero-grain, .hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.hero-grain { opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.hero::after { background: linear-gradient(130deg, rgba(255,255,255,.05), transparent 45%, rgba(34,47,19,.08)); }
.hero-copy, .hero-art, .hero-foot { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; font-size: .77rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.7rem); line-height: .82; letter-spacing: -.07em; font-weight: 600; }
.hero h1 em { font-weight: 500; color: var(--green); }
.hero-intro { max-width: 600px; margin: 2rem 0 0; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .88rem 1.35rem; border: 0; border-radius: 999px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .18s ease, opacity .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.button-dark { background: var(--green); color: var(--cream); }
.button-cream { width: 100%; background: var(--cream); color: var(--green); }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-art { display: grid; place-items: center; }
.logo-frame { width: min(100%, 680px); padding: clamp(1rem, 2vw, 2rem); border: 1px solid rgba(255,224,185,.42); border-radius: 48% 52% 46% 54% / 52% 41% 59% 48%; transform: rotate(2deg); background: rgba(255,245,230,.06); box-shadow: inset 0 0 0 14px rgba(255,245,230,.04); }
.logo-frame img { border-radius: 44% 56% 48% 52% / 51% 43% 57% 49%; }
.hand-note { position: absolute; right: 4%; bottom: -1.6rem; font-family: var(--serif); font-style: italic; font-size: 1.2rem; transform: rotate(-7deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,224,185,.26); border-radius: 50%; }
.orbit-one { width: 34vw; height: 34vw; right: -9vw; top: 7vw; }
.orbit-two { width: 22vw; height: 22vw; left: 39%; bottom: -12vw; }
.hero-foot { position: absolute; left: clamp(1.2rem, 5vw, 5.5rem); right: clamp(1.2rem, 5vw, 5.5rem); bottom: 1.5rem; display: flex; gap: 2rem; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }

.marquee { overflow: hidden; background: var(--green); color: var(--cream); padding: .85rem 0; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 1.3rem; animation: marquee 26s linear infinite; font-family: var(--serif); font-size: 1.08rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 5vw, 5.5rem); }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.5rem); line-height: .95; letter-spacing: -.055em; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.story-copy { max-width: 610px; font-size: 1.03rem; }
.story-copy .lead { font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.45rem); line-height: 1.18; }
.story-stamps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-stamps div { padding: 1.8rem; border-right: 1px solid var(--line); }
.story-stamps div:last-child { border-right: 0; }
.story-stamps strong, .story-stamps span { display: block; }
.story-stamps strong { font-family: var(--serif); font-size: 1.45rem; }
.story-stamps span { margin-top: .35rem; font-size: .85rem; color: rgba(31,39,23,.7); }


.name-story { position: relative; overflow: hidden; background: var(--orange); color: var(--cream); }
.name-story::before { content: ''; position: absolute; inset: 0; opacity: .11; background-image: url("assets/banana-leaf-pattern.webp"); background-size: 720px auto; mix-blend-mode: multiply; }
.name-story > * { position: relative; z-index: 1; }
.name-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.name-story-copy { max-width: 620px; }
.name-story-copy .lead { margin: 1.7rem 0 1rem; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.35rem); line-height: 1.2; }
.pronunciation-card { margin: 0; padding: clamp(.7rem, 1.5vw, 1rem); border: 1px solid rgba(255,224,185,.45); border-radius: 28px; background: rgba(255,245,230,.08); box-shadow: var(--shadow); transform: rotate(1deg); }
.pronunciation-card img { width: 100%; border-radius: 20px; }
.pronunciation-card figcaption { padding: .8rem .4rem .2rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }

.experience { background: var(--ivory); }
.experience-head { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.experience-head p { max-width: 390px; margin: 0; font-size: 1.1rem; }
.course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 4rem; }
.course-card { min-height: 320px; padding: 1.7rem; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; background: rgba(255,255,255,.48); }
.course-card span { font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.course-card h3 { margin: auto 0 .8rem; font-family: var(--serif); font-size: 1.7rem; line-height: 1.05; }
.course-card p { margin: 0; font-size: .93rem; }
.course-card:nth-child(2), .course-card:nth-child(4) { transform: translateY(1.6rem); }

.next-table { background: var(--orange); color: var(--cream); }
.ticket-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; max-width: 1450px; margin: auto; }
.section-kicker.light { color: rgba(255,224,185,.82); }
.offer-pill { display: inline-flex; margin-bottom: 1rem; padding: .42rem .75rem; border: 1px solid rgba(255,224,185,.5); border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ticket-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.065em; }
.ticket-intro { max-width: 680px; font-size: 1.12rem; }
.event-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 2rem; margin: 2.5rem 0 1rem; }
.event-details div { padding-top: 1rem; border-top: 1px solid rgba(255,224,185,.4); }
.event-details dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.event-details dd { margin: .35rem 0 0; font-family: var(--serif); font-size: 1.25rem; }
.location-note { font-size: .86rem; opacity: .85; }
.booking-card { padding: clamp(1.5rem, 3vw, 2.6rem); border-radius: var(--radius); background: var(--green); color: var(--cream); box-shadow: var(--shadow); }
.booking-label { margin: 0 0 .4rem; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.price-row { display: flex; align-items: baseline; gap: .7rem; margin-bottom: 1.3rem; }
.price-row strong { font-family: var(--serif); font-size: 4rem; line-height: 1; }
.old-price { text-decoration: line-through; opacity: .55; font-size: 1.25rem; }
.availability { margin-top: 1rem; padding: .85rem 1rem; border-radius: 14px; background: rgba(255,224,185,.1); font-family: var(--serif); font-size: 1.55rem; }
.availability-note { font-size: .85rem; opacity: .8; }
.booking-form { margin-top: 1.3rem; }
.booking-form > label:first-child { display: block; margin-bottom: .55rem; font-size: .83rem; font-weight: 700; }
.quantity-row { display: grid; grid-template-columns: 48px 1fr 48px; gap: .55rem; }
.quantity-button, #ticket-quantity { min-height: 48px; border: 1px solid rgba(255,224,185,.3); border-radius: 12px; background: rgba(255,255,255,.07); color: var(--cream); text-align: center; }
.quantity-button { cursor: pointer; font-size: 1.4rem; }
#ticket-quantity { width: 100%; appearance: textfield; font-weight: 700; }
#ticket-quantity::-webkit-inner-spin-button { appearance: none; }
.booking-total { display: flex; justify-content: space-between; align-items: baseline; padding: 1rem 0; margin: .8rem 0; border-top: 1px solid rgba(255,224,185,.18); border-bottom: 1px solid rgba(255,224,185,.18); }
.booking-total strong { font-family: var(--serif); font-size: 1.8rem; }
.terms-check { display: flex; gap: .65rem; align-items: flex-start; margin: 1rem 0; font-size: .78rem; line-height: 1.45; }
.terms-check input { margin-top: .2rem; accent-color: var(--orange); }
.form-message { min-height: 1.3em; margin: .7rem 0 0; font-size: .82rem; color: #ffd3a8; }
.small-print { margin: 1rem 0 0; font-size: .74rem; line-height: 1.45; opacity: .72; }
.booking-form.is-disabled { opacity: .55; pointer-events: none; }

.menu-preview { position: relative; isolation: isolate; overflow: hidden; color: var(--cream); background: var(--orange) url("assets/banana-leaf-pattern.webp") center / cover no-repeat; }
.menu-preview::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(33,48,18,.42), rgba(176,72,10,.28)); }
.menu-preview-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; padding: clamp(1.8rem, 4vw, 3.8rem); border: 1px solid rgba(255,224,185,.58); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,233,207,.94), rgba(255,245,230,.95)); color: var(--green); box-shadow: 0 30px 90px rgba(25,34,15,.25); backdrop-filter: blur(8px); }
.menu-preview-card h2 { margin-bottom: 0; }
.menu-preview-copy { max-width: 560px; }
.menu-preview-copy p { margin: 0; font-size: 1.05rem; }
.menu-note { margin-top: 1.2rem !important; padding-top: 1.2rem; border-top: 1px solid rgba(38,53,22,.18); font-size: .86rem !important; line-height: 1.55; }
.social-link { display: block; width: fit-content; margin: 1rem auto 0; color: var(--cream); text-underline-offset: 4px; }

.pattern-break { position: relative; overflow: hidden; text-align: center; background: var(--orange) url("assets/banana-leaf-pattern.webp") center / cover no-repeat; }
.pattern-break::before { content: ''; position: absolute; inset: 0; background: rgba(219,113,20,.18); }
.pattern-break-card { position: relative; max-width: 1050px; margin: auto; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(255,224,185,.55); border-radius: 32px; background: rgba(38,53,22,.88); color: var(--cream); box-shadow: var(--shadow); }
.big-quote { max-width: 1050px; margin: auto; font-family: var(--serif); font-size: clamp(2.8rem, 5.6vw, 6rem); line-height: 1; letter-spacing: -.05em; }

.faq { background: var(--ivory); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 8rem); }
.accordion details { border-top: 1px solid var(--line); padding: 1.25rem 0; }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; float: right; font-family: var(--sans); }
.accordion details[open] summary::after { content: '−'; }
.accordion p { max-width: 720px; }
.contact { background: var(--green); color: var(--cream); }
.contact-card { max-width: 980px; margin: auto; text-align: center; }
.contact-card h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); line-height: .9; letter-spacing: -.07em; }
.contact-card .button { margin-top: 1.5rem; background: var(--cream); color: var(--green); }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: end; padding: 2.4rem clamp(1.2rem, 5vw, 5.5rem); background: #19220f; color: var(--cream); font-size: .82rem; }
.site-footer p { margin: .3rem 0 0; opacity: .7; }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-header { position: sticky; top: 0; z-index: 30; display: flex; justify-content: space-between; align-items: center; padding: 1rem clamp(1.2rem, 5vw, 5.5rem); background: rgba(255,245,230,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.legal-header > a:last-child { text-decoration: none; font-weight: 700; font-size: .86rem; }
.legal-hero { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5.5rem); background: linear-gradient(rgba(219,113,20,.78), rgba(184,77,13,.82)), url("assets/banana-leaf-pattern.webp") center / cover no-repeat; color: var(--cream); }
.legal-hero::after { content: ''; position: absolute; width: 28rem; height: 28rem; right: -8rem; bottom: -13rem; border: 1px solid rgba(255,224,185,.35); border-radius: 50%; }
.legal-hero .legal-meta { margin: 0 0 1rem; font-size: .74rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.legal-hero h1 { position: relative; z-index: 1; max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); line-height: .85; letter-spacing: -.07em; }
.legal-hero p:last-child { max-width: 700px; font-size: 1.08rem; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: clamp(2rem, 7vw, 8rem); justify-content: center; padding: clamp(3rem, 8vw, 7rem) clamp(1.2rem, 5vw, 5.5rem); }
.legal-nav { position: sticky; top: 100px; align-self: start; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.35); }
.legal-nav strong { display: block; margin-bottom: .7rem; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { display: block; padding: .35rem 0; text-decoration: none; font-size: .86rem; }
.legal-main { min-width: 0; }
.legal-section { margin-bottom: 1.2rem; padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.56); }
.legal-section h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.05; }
.legal-section p, .legal-section li { font-size: .96rem; }
.legal-section a { text-underline-offset: 3px; }
.legal-note { padding: 1rem; border-left: 4px solid var(--orange); background: rgba(219,113,20,.08); }
.legal-footer { padding: 2rem clamp(1.2rem, 5vw, 5.5rem); background: var(--green); color: var(--cream); text-align: center; }

/* Success, cancellation and admin */
.utility-page { min-height: 100vh; background: linear-gradient(rgba(255,245,230,.92), rgba(255,245,230,.95)), url("assets/banana-leaf-pattern.webp") center / 800px auto repeat; }
.utility-shell { max-width: 900px; margin: auto; padding: clamp(4rem, 10vw, 8rem) 1.2rem; }
.utility-card { padding: clamp(1.5rem, 5vw, 3.2rem); border-radius: var(--radius); background: var(--ivory); box-shadow: var(--shadow); border: 1px solid var(--line); }
.utility-card h1 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); line-height: .92; letter-spacing: -.06em; }
.confirmation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 2rem 0; }
.confirmation-grid div { padding: 1rem; border-radius: 14px; background: var(--paper); }
.confirmation-grid span, .confirmation-grid strong { display: block; }
.confirmation-grid span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.admin-shell { max-width: 1180px; margin: auto; padding: 2rem 1.2rem 6rem; }
.admin-title { font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .9; }
.admin-login, .admin-panel { padding: 1.4rem; border: 1px solid var(--line); border-radius: 20px; background: var(--ivory); }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.admin-field { display: grid; gap: .35rem; }
.admin-field.full { grid-column: 1 / -1; }
.admin-field label { font-size: .78rem; font-weight: 700; }
.admin-field input, .admin-field textarea, .admin-field select { width: 100%; padding: .8rem; border: 1px solid var(--line); border-radius: 10px; background: white; }
.admin-field textarea { min-height: 110px; resize: vertical; }
.admin-actions { display: flex; gap: .8rem; margin-top: 1rem; flex-wrap: wrap; }
.admin-table { width: 100%; border-collapse: collapse; margin-top: 1rem; font-size: .82rem; }
.admin-table th, .admin-table td { padding: .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-message { min-height: 1.4em; font-weight: 600; }

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-art { max-width: 650px; margin: 1rem auto 0; }
  .pronunciation-card { transform: none; }
  .story-grid, .name-story-grid, .ticket-panel, .faq-layout, .legal-layout, .menu-preview-card { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-nav { position: static; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 700px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); padding: 1rem; border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav.is-open { display: flex; }
  .nav a { padding: .45rem; }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 6rem); }
  .hero-foot { position: static; margin-top: 3rem; flex-wrap: wrap; }
  .story-stamps, .event-details, .confirmation-grid, .admin-grid { grid-template-columns: 1fr; }
  .story-stamps div { border-right: 0; border-bottom: 1px solid var(--line); }
  .story-stamps div:last-child { border-bottom: 0; }
  .experience-head { display: block; }
  .experience-head p { margin-top: 1.4rem; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card:nth-child(2), .course-card:nth-child(4) { transform: none; }
  .price-row strong { font-size: 3.2rem; }
  .legal-hero h1 { font-size: clamp(3.6rem, 18vw, 6rem); }
  .admin-table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Version 5 homepage refinements */
.section-kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin: 0 0 1.35rem;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.1;
  text-transform: none;
}
.section-kicker::after {
  content: '';
  width: min(76px, 10vw);
  height: 1px;
  background: currentColor;
  opacity: .35;
}
.section-kicker.light { color: rgba(255,224,185,.92); }
.delay-4 { transition-delay: .4s; }

/* Our name: compact, balanced and responsive */
.name-story {
  padding-top: clamp(3.8rem, 7vw, 6.2rem);
  padding-bottom: clamp(3.8rem, 7vw, 6.2rem);
}
.name-story-grid {
  max-width: 1380px;
  margin: 0 auto;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 5.5rem);
}
.name-story-copy .display { font-size: clamp(2.8rem, 5vw, 5.8rem); }
.name-story-copy .lead {
  margin: 1.25rem 0 .8rem;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
}
.name-story-copy > p:last-child { margin-bottom: 0; }
.pronunciation-card {
  width: min(100%, 840px);
  justify-self: end;
  padding: clamp(.55rem, 1vw, .85rem);
  transform: rotate(.45deg);
}
.pronunciation-card img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.pronunciation-card figcaption { padding: .55rem .35rem .05rem; }

/* The experience: warmer background and five swipe-friendly moments */
.experience {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(207,223,196,.96), rgba(255,245,230,.96)),
    url("assets/banana-leaf-pattern.webp") center / 760px auto repeat;
}
.experience::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 88% 12%, rgba(219,113,20,.16), transparent 32%);
}
.experience-head { align-items: center; }
.experience-head p {
  max-width: 470px;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(38,53,22,.14);
  border-radius: 18px;
  background: rgba(255,250,242,.58);
}
.course-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 3.2rem;
}
.course-card {
  min-height: 270px;
  padding: 1.45rem;
  border-color: rgba(38,53,22,.16);
  background: rgba(255,250,242,.72);
  box-shadow: 0 16px 38px rgba(38,53,22,.07);
}
.course-card:nth-child(2),
.course-card:nth-child(4) { transform: none; }
.course-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--cream);
  font-size: 1rem !important;
  letter-spacing: 0 !important;
}
.course-card h3 { margin: auto 0 .7rem; font-size: clamp(1.35rem, 1.65vw, 1.7rem); }
.course-card p { line-height: 1.5; }

/* Offer belongs with the price, not on the orange copy panel */
.offer-pill { margin-bottom: 0; }
.offer-pill-card {
  margin: -.35rem 0 1.25rem;
  border-color: rgba(255,224,185,.35);
  background: rgba(255,224,185,.1);
  color: var(--cream);
}

/* Menu reveal: intentionally compact until the final menu is added */
.menu-preview {
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
.menu-preview-card {
  max-width: 1320px;
  margin: 0 auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.5rem, 3vw, 2.7rem);
}
.menu-preview-card .display { font-size: clamp(2.55rem, 4.8vw, 5.25rem); }
.pattern-break { padding-top: clamp(2.5rem, 4vw, 4rem); padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.pattern-break-card { padding: clamp(1.8rem, 3.5vw, 3rem); }
.big-quote { font-size: clamp(2.3rem, 4.7vw, 5rem); }

/* Contact heading: visible separation between the words */
.contact-card h2 {
  display: flex;
  justify-content: center;
  gap: .23em;
  flex-wrap: wrap;
  letter-spacing: -.045em;
}
.social-link { letter-spacing: .01em; }

@media (max-width: 1180px) {
  .course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .course-card:nth-child(4), .course-card:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 950px) {
  .name-story-grid {
    grid-template-columns: minmax(230px, .78fr) minmax(0, 1.22fr);
    gap: 2rem;
  }
  .name-story-copy .lead { font-size: clamp(1.2rem, 2.7vw, 1.7rem); }
  .pronunciation-card { justify-self: stretch; }
  .pronunciation-card img { max-height: 430px; }
}

@media (max-width: 760px) {
  .section { padding-top: 4rem; padding-bottom: 4rem; }
  .section-kicker { margin-bottom: 1rem; }

  .name-story { padding-top: 3.25rem; padding-bottom: 3.25rem; }
  .name-story-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .name-story-copy .display { font-size: clamp(2.65rem, 12vw, 4.2rem); }
  .name-story-copy .lead { margin-top: .9rem; font-size: 1.22rem; }
  .name-story-copy p { font-size: .94rem; line-height: 1.55; }
  .pronunciation-card { order: -1; width: 100%; padding: .5rem; border-radius: 20px; transform: none; }
  .pronunciation-card img { max-height: 300px; border-radius: 15px; object-fit: contain; }
  .pronunciation-card figcaption { display: none; }

  .experience-head p { margin-top: 1rem; padding: 1rem; font-size: .98rem; }
  .course-grid {
    display: flex;
    gap: .85rem;
    margin: 2.1rem calc(-1 * clamp(1.2rem, 5vw, 5.5rem)) 0;
    padding: 0 clamp(1.2rem, 5vw, 5.5rem) .75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .course-card {
    flex: 0 0 min(82vw, 330px);
    min-height: 235px;
    scroll-snap-align: start;
  }

  .ticket-copy h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .offer-pill-card { margin-top: -.2rem; }

  .menu-preview { padding-top: 3.25rem; padding-bottom: 3.25rem; }
  .menu-preview-card { gap: 1.2rem; padding: 1.35rem; border-radius: 20px; }
  .menu-preview-card .display { font-size: clamp(2.45rem, 11vw, 3.8rem); }
  .menu-preview-copy p { font-size: .96rem; }
  .menu-note { margin-top: .9rem !important; padding-top: .9rem; }

  .pattern-break { padding-top: 2.4rem; padding-bottom: 2.4rem; }
  .pattern-break-card { padding: 1.6rem 1rem; border-radius: 22px; }

  .contact-card h2 { font-size: clamp(3.5rem, 17vw, 5.6rem); gap: .2em; }
}

/* Version 6 booking form and Host Studio */
.booking-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.15rem;
}
.booking-field {
  display: grid;
  gap: .38rem;
  font-size: .78rem;
  font-weight: 700;
}
.booking-field.full { grid-column: 1 / -1; }
.booking-field small { font-weight: 400; opacity: .75; line-height: 1.35; }
.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  border: 1px solid rgba(255,224,185,.3);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: var(--cream);
  padding: .8rem .85rem;
  font: inherit;
  font-weight: 500;
}
.booking-field textarea { resize: vertical; min-height: 78px; }
.booking-field select option { color: #1f2d12; background: #fff5e6; }
.booking-field input::placeholder,
.booking-field textarea::placeholder { color: rgba(255,224,185,.58); }
.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: 2px solid rgba(255,224,185,.72);
  outline-offset: 2px;
}
.admin-status {
  padding: .8rem 1rem;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: .86rem;
}

@media (max-width: 700px) {
  .booking-details-grid { grid-template-columns: 1fr; }
  .booking-field.full { grid-column: auto; }
  .booking-card { padding: 1.25rem; }
}
