@font-face {
  font-family: "DIN Pro";
  src: url("assets/fonts/dinpro.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("assets/fonts/dinpro_medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url("assets/fonts/dinpro_bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ivory: #f7f1e9;
  --paper: #fffdf9;
  --sand: #e8d8c4;
  --blush: #d5a6a2;
  --sage: #879078;
  --navy: #112d4b;
  --terracotta: #aa4c24;
  --gold: #c9a24b;
  --ink: #23303a;
  --muted: #716a64;
  --line: rgba(17, 45, 75, 0.14);
  --shadow: 0 18px 50px rgba(65, 51, 40, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DIN Pro", "Arial Narrow", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(780px, calc(100% - 40px)); }
.center { text-align: center; }
.section-pad { padding: 96px 0; }
.hidden { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(255, 253, 249, 0.88);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand-mark { display: flex; align-items: center; width: fit-content; text-decoration: none; }
.brand-mark img { display: block; width: auto; object-fit: contain; }
.brand-mark-panasonic { justify-self: start; }
.brand-mark-panasonic img { height: 22px; max-width: 178px; }
.brand-mark-umma { justify-self: end; }
.brand-mark-umma img { height: 38px; max-width: 108px; }
.nav-cta { justify-self: center; }
.nav-cta { text-decoration: none; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  margin-top: 28px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: #eadbca;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.9) 32%, rgba(255,253,249,.3) 52%, rgba(255,253,249,0) 68%);
  pointer-events: none;
}
.hero-copy { width: min(570px, 48%); padding: 72px 0 64px 64px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; font-size: 0.76rem; margin: 0 0 18px; }
h1, h2, h3 { margin-top: 0; }
h1 { font-family: "DIN Pro", "Arial Narrow", Arial, sans-serif; color: var(--navy); font-size: clamp(3.6rem, 5.4vw, 6rem); line-height: .92; font-weight: 500; letter-spacing: -0.035em; margin-bottom: 26px; }
h1 span { display: block; color: var(--terracotta); font-size: .58em; font-weight: 500; letter-spacing: -0.02em; line-height: 1; padding-top: 18px; }
h2 { font-family: "DIN Pro", "Arial Narrow", Arial, sans-serif; color: var(--navy); font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: 1.12; font-weight: 500; letter-spacing: -0.025em; }
h3 { color: var(--navy); font-size: 1.18rem; }
.master-line { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.9rem; color: var(--muted); margin-bottom: 22px; }
.hero-intro { max-width: 510px; font-size: 1.08rem; color: #554d47; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 38px; }
.button { border-radius: 999px; padding: 14px 24px; text-decoration: none; border: 1px solid transparent; font-weight: 700; display: inline-flex; justify-content: center; align-items: center; transition: 0.2s ease; }
.button.primary { background: var(--navy); color: #fff; }
.button.primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(17,45,75,.18); }
.button.ghost { border-color: var(--line); color: var(--navy); background: rgba(255,255,255,.65); }
.quick-facts { display: flex; gap: 32px; border-top: 1px solid rgba(17,45,75,.18); padding-top: 24px; }
.quick-facts div { display: grid; }
.quick-facts strong { font-family: inherit; font-size: 1.9rem; color: var(--terracotta); line-height: 1; }
.quick-facts span { font-size: 0.74rem; text-transform: uppercase; letter-spacing: .11em; color: var(--muted); margin-top: 7px; }
.statement { background: var(--ivory); position: relative; overflow: hidden; }
.statement::before { content:""; width: 320px; height: 320px; border: 1px solid rgba(201,162,75,.4); border-radius: 50%; position: absolute; left: -140px; top: -120px; }
.statement p:last-child { font-size: 1.08rem; color: var(--muted); }
.section-heading { margin-bottom: 44px; }
.section-heading p:last-child { color: var(--muted); max-width: 720px; margin-left: auto; margin-right: auto; }
.experience-section { background: #fff; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { position: relative; padding: 36px 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff, #fcf7f1); min-height: 280px; }
.experience-card .step { position: absolute; right: 26px; top: 22px; color: var(--gold); font-family: inherit; font-size: 1.3rem; }
.experience-icon { width: 64px; height: 64px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 16px; background: var(--ivory); color: var(--terracotta); }
.experience-icon svg { width: 46px; height: 46px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.experience-card p { color: var(--muted); }
.bonus-line { text-align: center; margin-top: 28px; color: var(--terracotta); font-weight: 600; }

.sessions-section { background: var(--ivory); }
.session-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.session-card { background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 22px; padding: 26px; }
.session-card h3 { font-family: inherit; font-size: 1.65rem; margin-bottom: 3px; }
.session-card > p { color: var(--muted); margin-top: 0; }
.slot-list { display: grid; gap: 12px; margin-top: 20px; }
.slot-button { width: 100%; border: 1px solid var(--line); background: #fff; padding: 16px; border-radius: 14px; text-align: left; display: flex; justify-content: space-between; gap: 16px; align-items: center; transition: .2s ease; }
.slot-button:hover:not(:disabled) { border-color: var(--gold); transform: translateY(-1px); }
.slot-button:disabled { opacity: .48; cursor: not-allowed; }
.slot-time { font-weight: 700; color: var(--navy); }
.status-chip { white-space: nowrap; border-radius: 999px; padding: 5px 9px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.status-available { color: #40523b; background: #e4eadf; }
.status-low { color: #74590f; background: #f4e9bd; }
.status-waitlist { color: #8b3f21; background: #f1d7ca; }
.status-closed { color: #666; background: #e9e6e2; }

.registration-panel, .confirmation-panel { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 34px; margin-top: 28px; box-shadow: var(--shadow); }
.selected-session-summary { display: flex; justify-content: space-between; align-items: start; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 28px; }
.selected-session-summary h3 { margin-bottom: 4px; }
.selected-session-summary p { margin-bottom: 0; color: var(--muted); }
.text-button { border: 0; background: transparent; color: var(--terracotta); font-weight: 700; padding: 8px 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
label > span { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 7px; color: var(--navy); }
input, select { width: 100%; padding: 14px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
input:focus, select:focus { outline: 2px solid rgba(201,162,75,.35); border-color: var(--gold); }
.consent-stack { display: grid; gap: 12px; margin-top: 26px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; }
.check-row input { width: auto; margin-top: 5px; }
.check-row span { font-weight: 400; color: var(--muted); margin: 0; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 28px; }
.form-status { margin: 0; color: var(--terracotta); font-size: .88rem; }
.submit-button { min-width: 220px; border: 0; }
.confirmation-panel { text-align: center; }
.confirmation-mark { width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 50%; display:grid; place-items:center; color:#fff; background:var(--sage); font-size: 2rem; }
.confirmation-details { display: inline-grid; gap: 8px; background: var(--ivory); border-radius: 18px; padding: 20px 28px; margin: 18px 0; text-align: left; }
.confirmation-actions { display:flex; justify-content:center; align-items:center; gap:18px; flex-wrap:wrap; }

.details-section { background: var(--navy); color: white; }
.details-section h2 { color: white; }
.details-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.journey-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.journey-list li { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.journey-list span { color: var(--gold); font-family: inherit; font-size: 1.25rem; }
.faq-section { background:#fff; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; color: var(--navy); font-weight: 700; }
details p { color: var(--muted); }
.site-footer { background: #f3e9dc; border-top: 1px solid var(--line); }
.footer-wrap { min-height: 110px; display:grid; grid-template-columns: 1fr auto 1fr; align-items:center; gap:32px; }
.footer-wrap p { color: var(--muted); }
.footer-brand { display: flex; align-items: center; }
.footer-brand img { width: auto; object-fit: contain; }
.footer-brand-panasonic { justify-self: start; }
.footer-brand-panasonic img { height: 20px; max-width: 162px; }
.footer-brand-umma { justify-self: end; }
.footer-brand-umma img { height: 34px; max-width: 96px; }

@media (max-width: 900px) {
  .hero { min-height: 650px; }
  .hero-copy { width: 58%; padding-left: 40px; }
  .hero::after { background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.9) 42%, rgba(255,253,249,.12) 66%, transparent 78%); }
  .experience-grid, .details-grid { grid-template-columns: 1fr; }
  .details-grid { gap: 30px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 70px 0; }
  .nav-wrap { grid-template-columns: 1fr 1fr; gap: 20px; }
  .nav-cta { display:none; }
  .brand-mark-panasonic img { height: 18px; max-width: 146px; }
  .brand-mark-umma img { height: 32px; max-width: 90px; }
  .hero { display: flex; flex-direction: column; min-height: auto; margin-top: 14px; margin-bottom: 14px; background: var(--ivory); }
  .hero::after { display: none; }
  .hero-copy { width: 100%; padding: 44px 24px 34px; }
  .hero-media { position: relative; inset: auto; order: 2; width: 100%; aspect-ratio: 1 / 1; }
  .hero-media img { object-position: 68% center; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.4rem); }
  .quick-facts { gap: 18px; }
  .quick-facts span { font-size: .64rem; }
  .experience-grid, .session-grid, .form-grid { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .submit-button { width:100%; }
  .footer-wrap { grid-template-columns: 1fr 1fr; text-align:center; padding:28px 0; }
  .footer-wrap p { grid-column: 1 / -1; grid-row: 2; margin: 0; }
}
