:root {
  --ink: #2a1a10;
  --brown-950: #1a0e08;
  --brown-900: #28150b;
  --brown-800: #432313;
  --amber: #f59d22;
  --amber-light: #ffc05c;
  --amber-pale: #fff3df;
  --paper: #f7f3ed;
  --white: #fff;
  --muted: #76685e;
  --line: #e5d9cb;
  --radius: 14px;
  --shadow: 0 22px 70px rgba(49, 27, 12, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 12px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }

.top-banner { width: 100%; background: #24140b; line-height: 0; }
.top-banner img { display: block; width: min(100%, 1360px); height: auto; margin: 0 auto; }

.site-header {
  position: sticky; z-index: 30; top: 0; min-height: 78px; padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  background: rgba(34, 18, 10, .96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: Rajdhani, sans-serif; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(245,157,34,.7); border-radius: 50%; color: var(--amber); font: 700 13px Rajdhani, sans-serif; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.3vw, 22px); font-size: 12px; font-weight: 700; }
.site-nav a { color: rgba(255,255,255,.76); text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 10px 14px; border: 1px solid rgba(245,157,34,.7); border-radius: 999px; color: var(--white); }
.menu-toggle { display: none; border: 1px solid rgba(245,157,34,.7); border-radius: 999px; padding: 9px 14px; background: transparent; color: var(--white); font: inherit; font-weight: 700; }

.hero {
  position: relative; isolation: isolate; min-height: 620px; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); align-items: center; gap: 70px;
  padding: 100px max(24px, calc((100vw - 1180px) / 2)); color: var(--white);
  background: radial-gradient(circle at 83% 30%, rgba(245,157,34,.18), transparent 28%), linear-gradient(135deg, var(--brown-950), var(--brown-900) 55%, #51270d);
}
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .1; background-image: linear-gradient(29deg, transparent 47%, #f5a02b 48%, transparent 49%), linear-gradient(151deg, transparent 47%, #f5a02b 48%, transparent 49%); background-size: 120px 80px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--amber); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 850px; color: var(--white); font-family: Rajdhani, sans-serif; font-size: clamp(58px, 7vw, 94px); font-weight: 600; line-height: .84; letter-spacing: -.04em; text-transform: uppercase; }
.hero h1 em { display: inline-block; margin-top: 13px; color: var(--amber); font-style: normal; font-weight: 500; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .outline-link:focus-visible, .contact-card a:focus-visible, .site-footer a:focus-visible { outline: 3px solid var(--amber-light); outline-offset: 3px; }
.button-primary { background: var(--amber); color: var(--brown-950); }
.button-primary:hover { background: var(--amber-light); }
.button-secondary { border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.03); color: var(--white); }
.hero-symbol { position: relative; width: min(38vw, 430px); aspect-ratio: 1; justify-self: end; }
.signal-ring, .signal-core { position: absolute; border-radius: 50%; }
.ring-one { inset: 3%; border: 1px solid rgba(245,157,34,.55); }
.ring-two { inset: 17%; border: 1px dashed rgba(255,255,255,.22); transform: rotate(20deg); }
.signal-core { inset: 30%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(245,157,34,.7); background: rgba(245,157,34,.08); box-shadow: 0 0 100px rgba(245,157,34,.1); }
.signal-core span { color: var(--white); font: 600 clamp(34px, 4.8vw, 58px) Rajdhani, sans-serif; line-height: .9; }
.signal-core small { margin-top: 12px; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .16em; }

.event-facts { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: -42px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.event-facts article { min-height: 155px; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 29px 25px; border-right: 1px solid var(--line); }
.event-facts article:last-child { border: 0; }
.fact-icon { width: 24px; height: 24px; display: grid; place-items: center; color: #8f4f06; }
.fact-icon svg { width: 24px; height: 24px; }
.event-facts small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.event-facts strong { display: block; font-size: 16px; line-height: 1.35; }
.event-facts p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.content-section { width: min(1180px, calc(100% - 48px)); margin: 112px auto 0; }
.section-heading { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.section-heading .eyebrow { margin-bottom: 13px; color: #844500; }
.section-heading h2, .venue-copy h2, .social-section h2, .registration-section h2, .office-section h2 { margin: 0; font-family: Rajdhani, sans-serif; font-size: clamp(40px, 5vw, 60px); line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.status-pill { padding: 9px 13px; border: 1px solid #d5b27c; border-radius: 999px; color: #754209; background: var(--amber-pale); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.placeholder-card { min-height: 230px; display: flex; align-items: center; gap: 30px; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 15px 45px rgba(49,27,12,.055); }
.placeholder-icon { width: 76px; height: 76px; flex: 0 0 76px; display: grid; place-items: center; border: 1px solid #d9b77f; border-radius: 50%; color: #864900; font: 700 18px Rajdhani, sans-serif; }
.placeholder-icon svg { width: 32px; height: 32px; }
.placeholder-card h3, .speaker-placeholder h3 { margin: 0; font-size: 22px; }
.placeholder-card p, .speaker-placeholder p { max-width: 680px; margin: 10px 0 0; color: var(--muted); line-height: 1.65; }

.program-days { display: grid; gap: 34px; }
.program-day { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 52px rgba(49,27,12,.07); }
.program-day-header { min-height: 150px; padding: 30px clamp(28px, 4vw, 50px); display: flex; align-items: center; gap: clamp(28px, 5vw, 65px); background: radial-gradient(circle at 88% 25%, rgba(245,157,34,.2), transparent 30%), linear-gradient(125deg, var(--brown-950), #4e250d); color: var(--white); }
.program-day-header > time { min-width: 190px; display: flex; align-items: center; gap: 17px; }
.program-day-header > time strong { color: var(--amber); font: 600 76px/.8 Rajdhani, sans-serif; letter-spacing: -.04em; }
.program-day-header > time span { max-width: 92px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.program-day-header > div { padding-left: clamp(28px, 4vw, 55px); border-left: 1px solid rgba(245,157,34,.45); }
.program-day-header small, .workshop-heading small, .program-item-dinner small { display: block; color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.program-day-header h3 { margin: 5px 0 0; font: 600 clamp(36px, 4vw, 50px)/1 Rajdhani, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.program-timeline { padding: 22px clamp(24px, 4vw, 46px) 30px; }
.program-item { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; min-height: 86px; }
.program-item::before { content: ""; position: absolute; z-index: 0; left: 165px; top: 0; bottom: 0; width: 1px; background: #e4c89d; }
.program-item:first-child::before { top: 50%; }
.program-item:last-child::before { bottom: 50%; }
.program-item::after { content: ""; position: absolute; z-index: 2; left: 160px; top: 50%; width: 9px; height: 9px; margin-top: -6px; border: 2px solid var(--white); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 1px #d4963b; }
.program-item > time { padding-right: 26px; color: #754209; font: 700 17px Rajdhani, sans-serif; letter-spacing: .015em; white-space: nowrap; }
.program-item > div { position: relative; z-index: 1; min-width: 0; margin: 7px 0 7px 32px; padding: 20px 24px; border: 1px solid #eee3d6; border-radius: 10px; background: #fffdf9; }
.program-item h4 { margin: 0; font-size: 16px; line-height: 1.4; }
.program-item p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.program-item-break > div { display: flex; align-items: center; gap: 12px; border-color: #efd3a6; background: var(--amber-pale); }
.program-item-break h4 { color: #71400b; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.program-item-icon { flex: 0 0 auto; color: #a65d09; font-size: 10px; }
.program-item-opening > div { border-left: 3px solid var(--amber); }
.program-item-dinner { margin-top: 12px; }
.program-item-dinner::before { bottom: 50%; }
.program-item-dinner > div { min-height: 96px; display: flex; align-items: center; gap: 18px; border-color: #5f361d; background: linear-gradient(125deg, var(--brown-950), #4e250d); color: var(--white); }
.program-item-dinner .program-item-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(245,157,34,.45); border-radius: 50%; color: var(--amber); }
.program-item-dinner .program-item-icon svg { width: 21px; height: 21px; }
.program-item-dinner h4 { margin-top: 4px; font: 600 24px/1 Rajdhani, sans-serif; text-transform: uppercase; }

.workshop-section { margin: 0 clamp(24px, 4vw, 46px) 38px; overflow: hidden; border: 1px solid #e3bd82; border-radius: 12px; background: #fff9ee; }
.workshop-heading { padding: 27px 30px; display: flex; align-items: center; gap: 18px; background: linear-gradient(110deg, #f59d22, #ffb23f); color: var(--brown-950); }
.workshop-heading-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(42,26,16,.3); border-radius: 50%; }
.workshop-heading-icon svg { width: 24px; height: 24px; }
.workshop-heading small { color: #6b3908; }
.workshop-heading h4 { margin: 5px 0 0; font: 700 29px/1 Rajdhani, sans-serif; text-transform: uppercase; }
.workshop-grid-head, .workshop-slot { display: grid; grid-template-columns: 145px repeat(2, minmax(0, 1fr)); }
.workshop-grid-head { align-items: stretch; border-bottom: 1px solid #e3cda9; background: #f7ead5; }
.workshop-grid-head > * { padding: 19px 20px; display: flex; align-items: center; border-right: 1px solid #e3cda9; color: #5d3715; font-size: 12px; line-height: 1.45; }
.workshop-grid-head > *:last-child { border-right: 0; }
.workshop-grid-head span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.workshop-slot { border-bottom: 1px solid #eadcc7; }
.workshop-slot:last-child { border-bottom: 0; }
.workshop-slot > * { min-width: 0; padding: 17px 20px; display: flex; align-items: center; border-right: 1px solid #eadcc7; }
.workshop-slot > *:last-child { border-right: 0; }
.workshop-slot time { color: #754209; font: 700 16px Rajdhani, sans-serif; white-space: nowrap; }
.workshop-slot div { background: rgba(255,255,255,.6); }
.workshop-slot div small { display: none; }
.workshop-slot div strong { font-size: 14px; }

.venue-section { width: min(1180px, calc(100% - 48px)); margin: 112px auto 0; display: grid; grid-template-columns: minmax(0,.85fr) minmax(480px,1.15fr); overflow: hidden; border-radius: var(--radius); background: var(--brown-900); color: var(--white); box-shadow: var(--shadow); }
.venue-copy { padding: clamp(40px, 6vw, 70px); align-self: center; }
.venue-copy p:not(.eyebrow) { margin: 24px 0; color: rgba(255,255,255,.68); line-height: 1.7; }
.venue-address { margin: 24px 0 28px; color: rgba(255,255,255,.72); font-style: normal; line-height: 1.7; }
.venue-address strong { display: block; margin-bottom: 6px; color: var(--white); }
.outline-link { min-height: 49px; display: inline-flex; align-items: center; gap: 14px; padding: 0 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 800; }
.outline-link:hover { border-color: var(--amber); background: rgba(245,157,34,.08); }
.venue-map, .venue-map iframe { width: 100%; min-height: 480px; }
.venue-map { position: relative; background: #ded4c6; }
.venue-map iframe { position: absolute; inset: 0; display: block; height: 100%; min-height: 0; border: 0; }

.speaker-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.speaker-placeholder { min-height: 250px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.speaker-placeholder > span { width: 58px; height: 58px; margin-bottom: 34px; display: grid; place-items: center; border: 1px solid #d9b77f; border-radius: 50%; color: #a7600c; font: 700 16px Rajdhani, sans-serif; }
.speaker-placeholder.accent { background: var(--amber-pale); }

.social-section { width: min(1180px, calc(100% - 48px)); margin: 112px auto 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding: clamp(38px, 6vw, 74px); border-radius: var(--radius); background: linear-gradient(125deg, var(--brown-950), #4e250d); color: var(--white); }
.social-section > div:first-child > p:last-child { max-width: 730px; color: rgba(255,255,255,.68); line-height: 1.7; }
.social-price { min-width: 210px; padding: 29px; border: 1px solid rgba(245,157,34,.4); border-radius: 12px; text-align: center; background: rgba(245,157,34,.08); }
.social-price small, .social-price span { display: block; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.social-price strong { display: block; margin: 9px 0; color: var(--amber); font: 700 38px Rajdhani, sans-serif; }

.patronage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.patronage-card { min-height: 220px; margin: 0; padding: clamp(26px, 4vw, 42px); display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 15px 45px rgba(49,27,12,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.patronage-card:hover { transform: translateY(-2px); border-color: #d5b27c; box-shadow: 0 20px 48px rgba(49,27,12,.09); }
.patronage-card img { display: block; width: auto; height: auto; max-width: 100%; max-height: 145px; object-fit: contain; }
.patronage-card-seal img { max-height: 160px; }
.patronage-card-wide img { width: min(100%, 380px); max-height: 145px; }

.registration-section { width: min(1180px, calc(100% - 48px)); margin: 112px auto; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 42px 70px; padding: clamp(40px, 6vw, 72px); border-radius: var(--radius); background: var(--amber); color: var(--brown-950); box-shadow: var(--shadow); }
.registration-section .eyebrow { color: #6b3908; }
.registration-section > div:first-child > p:last-child { max-width: 720px; line-height: 1.7; }
.registration-note { min-width: 240px; padding: 28px; border-left: 1px solid rgba(42,26,16,.25); }
.registration-note strong, .registration-note span, .registration-note small { display: block; }
.registration-note strong { font: 700 31px Rajdhani, sans-serif; }
.registration-note span { margin-top: 4px; font-weight: 800; }
.registration-note small { margin-top: 17px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.registration-form-card { grid-column: 1 / -1; width: 100%; overflow: hidden; padding: clamp(12px, 2.5vw, 26px); border: 1px solid rgba(67,35,19,.14); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(49,27,12,.16); }
.local-registration-frame { display: block; width: 100%; height: 1300px; border: 0; background: var(--white); }

.office-section { width: min(1180px, calc(100% - 48px)); margin: 112px auto; display: grid; grid-template-columns: 1fr minmax(300px,.55fr); gap: 60px; align-items: end; }
.office-section .eyebrow { color: #a7600c; }
.address-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 34px; }
.address-grid address { color: var(--muted); font-style: normal; line-height: 1.65; }
.address-grid strong { display: block; margin-bottom: 7px; color: var(--ink); }
.contact-card { padding: 36px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-card small, .contact-card strong, .contact-card a { display: block; }
.contact-card small { margin-bottom: 18px; color: #a7600c; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { margin-bottom: 12px; font-size: 24px; }
.contact-card a { margin-top: 8px; color: #81500f; overflow-wrap: anywhere; }

.site-footer { min-height: 160px; padding: 45px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; background: var(--brown-950); color: rgba(255,255,255,.62); font-size: 12px; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer p { margin: 0; }

@media (max-width: 1120px) {
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 20px 24px 25px; flex-wrap: wrap; justify-content: center; background: rgba(34,18,10,.99); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 20px 35px rgba(0,0,0,.18); }
  .js .site-nav { display: none; }
  .js .site-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .event-facts { grid-template-columns: repeat(2, 1fr); }
  .event-facts article:nth-child(2) { border-right: 0; }
  .event-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 850px) {
  .hero { min-height: 610px; grid-template-columns: 1fr; padding-top: 86px; padding-bottom: 100px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-symbol { position: absolute; right: -110px; bottom: -70px; width: 430px; opacity: .48; }
  .venue-section { grid-template-columns: 1fr; }
  .venue-map, .venue-map iframe { min-height: 380px; }
  .speaker-grid, .patronage-grid { grid-template-columns: 1fr; }
  .social-section, .registration-section { grid-template-columns: 1fr; gap: 30px; }
  .social-price { justify-self: start; }
  .registration-note { border-top: 1px solid rgba(42,26,16,.25); border-left: 0; padding-left: 0; }
  .office-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
  .workshop-grid-head, .workshop-slot { grid-template-columns: 125px repeat(2, minmax(0, 1fr)); }
  .workshop-grid-head > *, .workshop-slot > * { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 84px; }
  .top-banner img { width: 100%; height: auto; }
  .site-header { min-height: 70px; padding: 0 16px; }
  .site-nav { top: 70px; align-items: stretch; flex-direction: column; }
  .site-nav a { padding: 8px; text-align: center; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 580px; padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: clamp(50px, 15vw, 67px); }
  .hero-symbol { right: -165px; bottom: -145px; width: 390px; opacity: .3; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .event-facts { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .event-facts article { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--line); }
  .content-section, .venue-section, .social-section, .registration-section, .office-section { width: calc(100% - 30px); margin-top: 78px; }
  .registration-section { margin-bottom: 78px; }
  .registration-form-card { padding: 10px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .placeholder-card { align-items: flex-start; flex-direction: column; padding: 28px 23px; }
  .program-days { gap: 24px; }
  .program-day-header { min-height: 126px; padding: 25px 22px; gap: 19px; }
  .program-day-header > time { min-width: 0; gap: 12px; }
  .program-day-header > time strong { font-size: 58px; }
  .program-day-header > time span { max-width: 74px; font-size: 9px; }
  .program-day-header > div { padding-left: 19px; }
  .program-day-header h3 { font-size: 34px; }
  .program-timeline { padding: 16px 16px 23px; }
  .program-item { grid-template-columns: 1fr; min-height: 0; padding: 12px 0; }
  .program-item::before, .program-item::after { display: none; }
  .program-item > time { padding: 0 3px 9px; font-size: 17px; }
  .program-item > div { margin: 0; padding: 17px 18px; }
  .program-item-dinner { margin-top: 5px; }
  .program-item-dinner > div { min-height: 88px; }
  .workshop-section { margin: 0 16px 24px; }
  .workshop-heading { padding: 23px 19px; }
  .workshop-heading h4 { font-size: 26px; }
  .workshop-grid-head { display: none; }
  .workshop-slot { padding: 20px 16px; grid-template-columns: 1fr; gap: 10px; border-bottom-color: #ddc298; }
  .workshop-slot > * { border-right: 0; }
  .workshop-slot time { padding: 0 1px 2px; font-size: 19px; }
  .workshop-slot div { align-items: flex-start; flex-direction: column; gap: 7px; padding: 16px; border: 1px solid #ead8bb; border-radius: 9px; background: var(--white); }
  .workshop-slot div small { display: block; color: #6a5849; font-size: 11px; font-weight: 600; line-height: 1.45; }
  .workshop-slot div strong { color: #754209; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
  .venue-copy, .social-section, .registration-section { padding: 34px 24px; }
  .venue-map, .venue-map iframe { min-height: 320px; }
  .speaker-placeholder, .patronage-card { padding: 30px 24px; }
  .patronage-card { min-height: 180px; }
  .patronage-card img { max-height: 135px; }
  .patronage-card-seal img { max-height: 150px; }
  .address-grid { grid-template-columns: 1fr; }
  .office-section { margin-bottom: 78px; }
  .contact-card { padding: 30px 24px; }
  .site-footer { padding: 40px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
