:root {
    --paper: #f5efe3;
    --paper-light: #fffaf1;
    --ink: #20201d;
    --teal: #003f43;
    --teal-2: #07585c;
    --teal-3: #0b6b6d;
    --gold: #b7832d;
    --gold-light: #d7ae67;
    --blue: #234f8f;
    --line: rgba(84, 66, 42, .22);
    --shadow: 0 14px 36px rgba(32, 30, 25, .12);
    --shell: 1180px;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: 'Trebuchet MS', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f1bb55; outline-offset: 3px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.4em; height: 1.4em; fill: currentColor; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-160%); background: #fff; color: #111; padding: .7rem 1rem; border-radius: 4px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { background: linear-gradient(180deg, #faf4e8, #f3ebdc); border-bottom: 1px solid var(--line); }
.brand-masthead { display: flex; flex-direction: column; align-items: center; padding-block: 10px 14px; }
.brand-masthead__logo { display: block; width: min(860px, 100%); margin-inline: auto; }
.brand-masthead__logo img { display: block; width: 100%; height: auto; margin: 0 auto; }
.brand-masthead__details { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; color: #68472b; text-transform: uppercase; letter-spacing: .075em; font-size: .78rem; font-weight: 700; text-align: center; }
.brand-masthead__venue { white-space: nowrap; }
.brand-masthead__divider { width: 42px; height: 1px; background: rgba(104,71,43,.45); }
.brand-masthead__dates { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; }
.brand-masthead__dates span + span { position: relative; }
.brand-masthead__dates span + span::before { content: '•'; position: absolute; left: -13px; color: var(--gold); }
.brand-masthead__next strong { color: var(--teal); }
.site-nav-wrap { border-top: 1px solid var(--line); background: rgba(255, 250, 241, .92); }
.site-nav-bar { min-height: 58px; display: flex; align-items: center; justify-content: center; }
.primary-navigation { display: flex; align-items: center; justify-content: center; gap: clamp(26px, 4vw, 58px); }
.primary-navigation a { text-decoration: none; color: #0d292b; text-transform: uppercase; font-weight: 700; font-size: .86rem; letter-spacing: .035em; padding-block: 18px; }
.primary-navigation a:hover { color: var(--gold); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 470px; display: grid; align-items: center; color: #fff; background: #18201e; overflow: hidden; }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,12,11,.88) 0%, rgba(5,12,11,.68) 38%, rgba(5,12,11,.12) 70%, rgba(5,12,11,.28) 100%); }
.hero__inner { position: relative; z-index: 1; }
.hero__content { width: min(580px, 100%); padding-block: 62px; }
.eyebrow { margin: 0 0 .5rem; color: #795028; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 800; }
.hero .eyebrow { color: #e7c57e; }
.hero h1 { margin: 0; font: 500 clamp(2.7rem, 5vw, 4.5rem)/.98 var(--serif); letter-spacing: -.02em; }
.hero__intro { max-width: 520px; font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,.94); }
.ornament { display: flex; align-items: center; width: min(330px, 80%); gap: 12px; margin: 18px 0 12px; color: var(--gold-light); }
.ornament span { height: 1px; background: currentColor; flex: 1; }
.ornament b { font-size: .8rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 2px solid transparent; border-radius: 2px; text-decoration: none; text-transform: uppercase; letter-spacing: .045em; font-size: .83rem; font-weight: 800; transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button--gold { background: #96691f; color: #fff; }
.button--gold:hover, .button--gold:focus-visible { background: #795028; }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.8); background: rgba(0,0,0,.16); }
.button--outline-light:hover { background: #fff; color: var(--teal); }
.button--teal { background: var(--teal); color: #fff; }
.button--teal:hover { background: var(--teal-2); }

.feature-strip { background: linear-gradient(90deg, #004c51, #006066 50%, #004c51); color: #fff; border-top: 1px solid rgba(255,255,255,.15); }
.feature-strip__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.feature-item { min-height: 86px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 16px 20px; position: relative; }
.feature-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 23%; bottom: 23%; width: 1px; background: rgba(227,190,119,.55); }
.feature-item .icon { color: var(--gold-light); font-size: 1.35rem; }
.feature-item strong, .feature-item span { display: block; }
.feature-item strong { font-size: .9rem; line-height: 1.25; }
.feature-item span { font-size: .76rem; opacity: .84; margin-top: 2px; }

.paper-section { position: relative; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.6), transparent 42%), linear-gradient(180deg, #f8f2e8, #f3ebde); }
.season-section { padding: 58px 0 36px; overflow: hidden; }
.section-heading { text-align: center; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font: 500 clamp(2rem, 3vw, 2.7rem)/1.1 var(--serif); }
.section-heading .eyebrow { color: #6f4d30; }
.section-heading--compact { margin-bottom: 20px; }
.decor { position: absolute; pointer-events: none; opacity: .12; border: 1px solid transparent; }
.decor--bird { width: 280px; height: 150px; left: -25px; top: 20px; background: radial-gradient(ellipse at 60% 50%, transparent 48%, #8f7045 50%, transparent 52%); transform: rotate(-8deg); }
.decor--botanical { width: 250px; height: 360px; right: -70px; bottom: 10px; background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 16px, rgba(126,93,53,.3) 17px 18px, transparent 19px 34px); }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.season-card { display: grid; grid-template-columns: 170px 1fr; min-height: 300px; background: rgba(255,255,255,.72); border: 1px solid rgba(110,82,46,.24); border-radius: 5px; overflow: hidden; box-shadow: 0 8px 24px rgba(78,60,39,.07); }
.season-card__image { overflow: hidden; background: #ddd; }
.season-card__image img { width: 100%; height: 100%; object-fit: cover; }
.season-card__body { padding: 28px 26px 24px; }
.season-card__label { margin: 0 0 10px; color: var(--teal); text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: .78rem; }
.season-card--fall .season-card__label { color: #795028; }
.season-card__brands { display: flex; align-items: center; gap: 14px; color: var(--teal); font: 500 1.35rem/1 var(--serif); }
.season-card__brands strong { display: flex; flex-direction: column; }
.season-card__brands small { font-size: .55em; letter-spacing: .04em; }
.season-card__brands > span { height: 42px; width: 1px; background: var(--line); }
.season-card__brands .brand-blue { color: var(--blue); }
.season-card__summary { font-size: .9rem; color: #51483f; margin: 18px 0; }
.season-card__details { display: grid; gap: 7px; margin: 0 0 16px; }
.season-card__details div { display: grid; grid-template-columns: 76px 1fr; gap: 8px; }
.season-card__details dt { font-weight: 800; font-size: .75rem; text-transform: uppercase; color: #6d5c49; }
.season-card__details dd { margin: 0; font-size: .84rem; }
.season-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.season-card__actions a, .season-card__body > a { color: var(--teal); text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .025em; }
.season-card__actions .season-card__register { color: #8a5c19; }
.notice { max-width: 780px; margin: 0 auto 24px; padding: 12px 16px; background: #fff8dc; border-left: 4px solid var(--gold); }

.explore-section { padding: 20px 0 58px; }
.explore-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.explore-card { position: relative; min-height: 190px; overflow: hidden; border-radius: 4px; background: #1b2726; box-shadow: 0 7px 18px rgba(31,28,22,.12); text-decoration: none; }
.explore-card img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; transition: transform .3s ease; }
.explore-card::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,50,54,.94)); }
.explore-card span { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 14px 10px 12px; color: #fff; text-align: center; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .02em; }
.explore-card:hover img { transform: scale(1.035); }

.visit-section { background: #efe4d1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-grid { display: grid; grid-template-columns: 42% 58%; min-height: 360px; }
.visit-photo { background: #2b3c3c url('/images/cds.jpg') center / cover no-repeat; min-height: 360px; }
.visit-content { padding: 58px 0 52px 56px; }
.visit-content h2 { margin: 0 0 12px; font: 500 clamp(2rem,3vw,2.8rem)/1.1 var(--serif); }
.visit-content > p:not(.eyebrow) { max-width: 650px; }
.visit-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.visit-links a { display: flex; align-items: center; gap: 10px; padding: 14px; color: var(--teal); border: 1px solid rgba(0,63,67,.2); background: rgba(255,255,255,.42); text-decoration: none; }
.visit-links strong { display: block; text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; }
.visit-links span { font-size: .78rem; color: #51473b; }
.visit-links .icon { color: var(--gold); font-size: 1.25rem; }

.mailing-cta { background: linear-gradient(90deg, #f5efe5, #e8f0ed, #f5efe5); }
.mailing-cta__inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 28px; }
.mailing-cta h2 { margin: 0; font: 500 2rem/1.1 var(--serif); }
.mailing-cta p { margin: 7px 0 0; }
.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; }
.mailing-form { width: min(520px, 100%); }
.mailing-form__row { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 10px; }
.mailing-form input[type="email"] { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid rgba(67,58,45,.35); border-radius: 2px; background: rgba(255,255,255,.82); color: var(--ink); }
.mailing-form__note { font-size: .75rem; color: #685f53; }

.site-footer { background: linear-gradient(135deg, #003d42, #00545a); color: #fff; padding-top: 38px; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.site-footer__brand img { display: block; width: 280px; max-width: 100%; height: auto; margin: 0 0 14px; }
.site-footer__brand p { max-width: 330px; color: rgba(255,255,255,.8); font-size: .83rem; }
.site-footer h2 { margin: 0 0 12px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 7px 0; }
.site-footer a { color: #fff; text-decoration: none; font-size: .82rem; }
.site-footer a:hover { text-decoration: underline; }
.social-links { display: flex; gap: 12px; }
.social-links a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(217,176,101,.65); border-radius: 50%; color: var(--gold-light); }
.site-footer__bottom { margin-top: 34px; min-height: 58px; border-top: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); font-size: .74rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__legal { display: flex; gap: 22px; }
.site-footer__legal a { font-size: .74rem; color: rgba(255,255,255,.75); }

@media (max-width: 1050px) {
    .brand-masthead__logo { width: min(840px, 100%); }
    .brand-masthead__details { font-size: .73rem; }
    .feature-strip__grid { grid-template-columns: repeat(3, 1fr); }
    .feature-item:nth-child(3)::after { display: none; }
    .feature-item:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.13); }
    .season-card { grid-template-columns: 135px 1fr; }
    .explore-grid { grid-template-columns: repeat(3, 1fr); }
    .site-footer__grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 800px) {
    .shell { width: min(calc(100% - 30px), var(--shell)); }
    .brand-masthead { padding: 4px 0 10px; }
    .brand-masthead__logo { width: min(520px, 100%); }
    .brand-masthead__details { gap: 7px; }
    .brand-masthead__divider { display: none; }
    .brand-masthead__dates { width: 100%; gap: 4px 14px; }
    .site-nav-bar { justify-content: flex-end; }
    .nav-toggle { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--teal); font-weight: 800; min-height: 48px; }
    .nav-toggle__close { display: none; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
    .nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
    .primary-navigation { display: none; position: absolute; z-index: 50; left: 0; right: 0; top: 100%; background: var(--paper-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 8px 20px 18px; box-shadow: 0 15px 28px rgba(32,30,25,.12); }
    .site-nav-wrap { position: relative; }
    .nav-open .primary-navigation { display: grid; }
    .primary-navigation a { padding: 12px 4px; border-bottom: 1px solid rgba(84,66,42,.1); }
    .hero { min-height: 500px; background-position: 58% center; }
    .hero__overlay { background: linear-gradient(90deg, rgba(5,12,11,.91), rgba(5,12,11,.62) 65%, rgba(5,12,11,.35)); }
    .hero__content { padding-block: 55px; }
    .feature-strip__grid { grid-template-columns: 1fr 1fr; }
    .feature-item { justify-content: flex-start; }
    .feature-item:nth-child(n)::after { display: none; }
    .feature-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
    .season-grid { grid-template-columns: 1fr; }
    .season-card { grid-template-columns: 150px 1fr; }
    .explore-grid { grid-template-columns: repeat(2, 1fr); }
    .visit-grid { grid-template-columns: 1fr; }
    .visit-photo { min-height: 260px; }
    .visit-content { padding: 38px 0; }
    .visit-links { grid-template-columns: 1fr; }
    .mailing-cta__inner { align-items: flex-start; flex-direction: column; gap: 20px; padding-block: 34px; }
    .mailing-form { width: 100%; }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
    body { font-size: 15px; }
    .brand-masthead__logo { width: min(420px, 100%); }
    .brand-masthead__dates { display: grid; gap: 3px; }
    .brand-masthead__dates span + span::before { display: none; }
    .hero h1 { font-size: 2.7rem; }
    .hero__actions .button { width: 100%; }
    .mailing-form__row { grid-template-columns: 1fr; }
    .mailing-form__row .button { width: 100%; }
    .feature-strip__grid { grid-template-columns: 1fr; }
    .feature-item { min-height: 70px; border-top: 1px solid rgba(255,255,255,.13); }
    .feature-item:first-child { border-top: 0; }
    .season-section { padding-top: 42px; }
    .season-card { grid-template-columns: 1fr; }
    .season-card__image { height: 190px; }
    .season-card__body { padding: 23px 20px; }
    .season-card__brands { font-size: 1.2rem; }
    .season-card__actions { align-items: flex-start; flex-direction: column; gap: 8px; }
    .explore-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .explore-card, .explore-card img { min-height: 145px; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__brand { grid-column: auto; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; padding-block: 18px; }
    .site-footer__legal { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Preview v4 additions */
.button--small { min-height: 40px; padding-inline: 16px; font-size: .75rem; }
.text-link { color: var(--teal); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.show-planning { padding: 58px 0 64px; border-top: 1px solid var(--line); }
.show-planning .section-heading > p:last-child { max-width: 700px; margin: 10px auto 0; color: #64584b; }
.show-planning__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.show-plan-card { display: flex; flex-direction: column; min-width: 0; background: rgba(255,255,255,.78); border: 1px solid rgba(110,82,46,.24); border-radius: 5px; box-shadow: 0 8px 24px rgba(78,60,39,.07); overflow: hidden; }
.show-plan-card__header { padding: 24px 26px 20px; background: linear-gradient(135deg, rgba(0,63,67,.08), rgba(183,131,45,.06)); border-bottom: 1px solid var(--line); }
.show-plan-card__season { margin: 0 0 4px; color: var(--teal); text-transform: uppercase; letter-spacing: .09em; font-weight: 800; font-size: .76rem; }
.show-plan-card__header h3 { margin: 0; font: 500 1.65rem/1.15 var(--serif); }
.show-plan-card__header p:last-child { margin: 7px 0 0; color: #625548; font-size: .88rem; }
.show-plan-card__body { display: grid; grid-template-columns: 1.35fr .85fr; gap: 0; flex: 1; }
.show-resource { padding: 24px 26px; }
.show-resource + .show-resource { border-left: 1px solid var(--line); }
.show-resource h4 { margin: 0 0 10px; color: #543d27; text-transform: uppercase; letter-spacing: .055em; font-size: .78rem; }
.show-resource p { margin: 0 0 10px; color: #51483f; font-size: .88rem; }
.show-resource--muted { background: rgba(242,235,222,.45); }
.room-block + .room-block { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.show-plan-card__actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding: 16px 26px; border-top: 1px solid var(--line); background: rgba(246,239,226,.7); }

.featured-exhibitors { padding: 62px 0; background: #f4eee2; border-top: 1px solid var(--line); }
.featured-exhibitors--alt { background: #e9efeb; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.section-heading--left { text-align: left; margin: 0; }
.section-heading--left h2 { max-width: 680px; }
.section-heading--left > p:last-child { margin: 8px 0 0; color: #65594d; }
.exhibitor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.exhibitor-card { overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid rgba(78,60,39,.16); border-radius: 5px; box-shadow: 0 8px 22px rgba(32,30,25,.08); }
.exhibitor-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #ddd; }
.exhibitor-card__body { padding: 20px 20px 22px; }
.exhibitor-card h3 { margin: 0 0 8px; font: 500 1.35rem/1.18 var(--serif); color: var(--teal); }
.exhibitor-card p { margin: 0; color: #554c42; font-size: .88rem; }

.explore-card span { text-align: left; }
.explore-card span strong, .explore-card span small { display: block; }
.explore-card span strong { font-size: .72rem; line-height: 1.2; }
.explore-card span small { margin-top: 5px; text-transform: none; letter-spacing: 0; font-size: .66rem; line-height: 1.3; font-weight: 500; color: rgba(255,255,255,.88); }

@media (min-width: 1051px) {
    .brand-masthead__logo { width: min(850px, 100%); }
}

@media (max-width: 1050px) {
    .brand-masthead__logo { width: min(560px, 100%); }
}

@media (max-width: 800px) {
    .brand-masthead__logo { width: min(440px, 100%); }
    .site-nav-bar { justify-content: flex-start; }
    .nav-toggle { justify-content: flex-start; padding-left: 0; }
    .primary-navigation { text-align: left; justify-items: start; }
    .primary-navigation a { width: 100%; text-align: left; }
    .show-planning__grid { grid-template-columns: 1fr; }
    .show-plan-card__body { grid-template-columns: 1fr; }
    .show-resource + .show-resource { border-left: 0; border-top: 1px solid var(--line); }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .exhibitor-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
    .brand-masthead__logo { width: min(370px, 100%); }
    .explore-card span small { display: none; }
    .exhibitor-grid { grid-template-columns: 1fr; }
}

/* Preview v5: simplified visitor pathways, exhibitor CTA, and readability pass */
.explore-section { padding: 52px 0 66px; }
.explore-section .section-heading > p:last-child {
    max-width: 760px;
    margin: 12px auto 0;
    color: #584f45;
    font-size: 1rem;
    line-height: 1.65;
}
.explore-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.explore-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(78,60,39,.16);
    border-radius: 5px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 24px rgba(32,30,25,.09);
    color: var(--ink);
}
.explore-card::after { content: none; }
.explore-card__image { aspect-ratio: 16 / 9; overflow: hidden; background: #ddd; }
.explore-card__image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform .25s ease;
}
.explore-card:hover .explore-card__image img { transform: scale(1.025); }
.explore-card__body { padding: 24px 24px 26px; }
.explore-card h3 {
    margin: 0 0 10px;
    color: var(--teal);
    font: 500 1.7rem/1.15 var(--serif);
}
.explore-card p {
    margin: 0;
    color: #4f473e;
    font-size: 1rem;
    line-height: 1.65;
}
.explore-card__links { display: grid; gap: 8px; margin-top: 20px; }
.explore-card__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(0,63,67,.2);
    background: rgba(0,63,67,.045);
    color: var(--teal);
    text-decoration: none;
    font-size: .94rem;
    font-weight: 800;
}
.explore-card__links a:hover { background: rgba(0,63,67,.1); }

.apply-cta {
    padding: 64px 0;
    background: linear-gradient(135deg, #073f43, #00575d);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.1);
}
.apply-cta__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 54px; align-items: center; }
.apply-cta .eyebrow { color: var(--gold-light); }
.apply-cta h2 { margin: 0 0 14px; font: 500 clamp(2.1rem, 3.7vw, 3.2rem)/1.08 var(--serif); }
.apply-cta__copy > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.9); font-size: 1.05rem; line-height: 1.7; }
.apply-cta__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.apply-choice {
    display: flex;
    flex-direction: column;
    min-height: 178px;
    padding: 24px;
    border: 1px solid rgba(226,190,120,.46);
    background: rgba(255,255,255,.08);
    color: #fff;
    text-decoration: none;
}
.apply-choice:hover { background: rgba(255,255,255,.13); }
.apply-choice > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 800; }
.apply-choice strong { margin-top: 9px; font: 500 1.35rem/1.25 var(--serif); }
.apply-choice b { margin-top: auto; padding-top: 20px; color: #fff; font-size: .94rem; }

/* Readability: keep informational text comfortably above "fine print" sizing. */
.feature-item strong { font-size: .96rem; }
.feature-item span { font-size: .82rem; }
.season-card__label { font-size: .82rem; }
.season-card__summary { font-size: .98rem; line-height: 1.62; }
.season-card__details dt { font-size: .8rem; }
.season-card__details dd { font-size: .92rem; line-height: 1.5; }
.season-card__actions a, .season-card__body > a { font-size: .84rem; }
.show-plan-card__season { font-size: .82rem; }
.show-plan-card__header p:last-child,
.show-resource p,
.exhibitor-card p { font-size: .96rem; line-height: 1.6; }
.show-resource h4 { font-size: .84rem; }
.text-link { font-size: .95rem; }
.visit-content > p:not(.eyebrow) { font-size: 1rem; line-height: 1.7; }
.visit-links strong { font-size: .8rem; }
.visit-links span { font-size: .9rem; }
.mailing-cta p { font-size: .98rem; }
.mailing-form__note { font-size: .84rem; }
.site-footer__brand p { font-size: .9rem; line-height: 1.6; }
.site-footer h2 { font-size: .84rem; }
.site-footer a { font-size: .9rem; }
.site-footer__bottom,
.site-footer__legal a { font-size: .8rem; }

@media (max-width: 800px) {
    .explore-grid { grid-template-columns: 1fr; }
    .explore-card { display: grid; grid-template-columns: minmax(150px, 34%) 1fr; }
    .explore-card__image { height: 100%; aspect-ratio: auto; }
    .apply-cta__grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 600px) {
    .explore-card { display: flex; }
    .explore-card__image { aspect-ratio: 16 / 9; }
    .apply-cta { padding: 48px 0; }
    .apply-cta__choices { grid-template-columns: 1fr; }
    .apply-choice { min-height: 150px; }
}

@media (max-width: 520px) {
    body { font-size: 16px; }
}


/* Preview v8: footer information architecture */
.site-footer__social { margin-top: 20px; }
.site-footer__social h2 { margin-bottom: 10px; }


/* Preview v11: balanced footer social and utility links */
.site-footer__social { margin-top: 24px; }
.site-footer__social h2 { margin-bottom: 10px; }
.site-footer .footer-privacy-settings {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: rgba(255,255,255,.75);
    font: inherit;
    font-size: .8rem;
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
}
.site-footer .footer-privacy-settings:hover,
.site-footer .footer-privacy-settings:focus-visible {
    color: #fff;
    text-decoration: underline;
}

/* Interior policy and informational pages */
.interior-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.75rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 4.75rem);
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(215, 174, 103, .2), transparent 25rem),
        radial-gradient(circle at 8% 90%, rgba(11, 107, 109, .3), transparent 28rem),
        linear-gradient(135deg, #003b3f 0%, #07585c 58%, #00383b 100%);
}

.interior-hero::after {
    content: '';
    position: absolute;
    right: -8rem;
    bottom: -12rem;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 50%;
    box-shadow:
        0 0 0 3.5rem rgba(255, 255, 255, .025),
        0 0 0 7rem rgba(255, 255, 255, .018);
    pointer-events: none;
}

.interior-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 56rem;
}

.interior-hero__label {
    color: #efd08f;
}

.interior-hero h1 {
    margin: .2rem 0 1rem;
    color: #fff;
    font: 500 clamp(3rem, 7vw, 5.5rem)/.98 var(--serif);
    letter-spacing: -.025em;
}

.interior-hero__lead {
    max-width: 50rem;
    margin: 0;
    color: rgba(255, 255, 255, .93);
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    line-height: 1.65;
}

.interior-hero__updated {
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, .75);
    font-size: .94rem;
    font-weight: 700;
}

.policy-section {
    padding: clamp(3rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 3% 8%, rgba(183, 131, 45, .09), transparent 24rem),
        var(--paper);
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.policy-content {
    padding: clamp(1.6rem, 4vw, 3.25rem);
    background: rgba(255, 250, 241, .96);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
}

.policy-content h2 {
    margin: 2.6rem 0 .75rem;
    color: var(--teal);
    font: 600 clamp(1.45rem, 2.4vw, 1.75rem)/1.25 var(--serif);
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content p,
.policy-content li {
    color: #433c34;
    font-size: 1rem;
    line-height: 1.78;
}

.policy-content p {
    margin: 0 0 1.15rem;
}

.policy-content ul {
    margin: .5rem 0 1.4rem;
    padding-left: 1.35rem;
}

.policy-content li + li {
    margin-top: .55rem;
}

.policy-actions {
    margin-top: 1.6rem !important;
}

.policy-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 1.5rem;
}

.info-card {
    padding: 1.5rem;
    background: var(--paper-light);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 .7rem 1.8rem rgba(32, 30, 25, .07);
}

.info-card--accent {
    color: #fff;
    background:
        radial-gradient(circle at 90% 12%, rgba(215, 174, 103, .2), transparent 11rem),
        var(--teal);
    border-color: var(--teal);
}

.info-card h2 {
    margin: 0 0 .7rem;
    color: var(--teal);
    font: 600 1.25rem/1.3 var(--serif);
}

.info-card--accent h2,
.info-card--accent p,
.info-card--accent .text-link {
    color: #fff;
}

.info-card p {
    margin: 0 0 .95rem;
    color: #51483f;
    font-size: .96rem;
    line-height: 1.65;
}

.info-card--accent .eyebrow {
    margin-bottom: .45rem;
    color: #efd08f;
}

.info-card__links {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-card__links a,
.info-card__links .footer-privacy-settings {
    color: var(--teal);
    font-size: .96rem;
    font-weight: 800;
}

.info-card__links .footer-privacy-settings {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: inherit;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: .16em;
    cursor: pointer;
}

.info-card--accent .text-link {
    text-decoration: underline;
    text-underline-offset: .18em;
}

@media (max-width: 850px) {
    .policy-layout {
        grid-template-columns: 1fr;
    }

    .policy-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .policy-sidebar .info-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .interior-hero {
        padding: 3rem 0 2.75rem;
    }

    .interior-hero h1 {
        font-size: clamp(2.6rem, 13vw, 3.75rem);
    }

    .policy-content {
        padding: 1.4rem 1.25rem;
    }

    .policy-sidebar {
        grid-template-columns: 1fr;
    }

    .policy-sidebar .info-card:last-child {
        grid-column: auto;
    }
}

/* Mailing-list page and secure signup forms */
.mailing-page-section {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background:
        radial-gradient(circle at 8% 6%, rgba(183, 131, 45, .12), transparent 32%),
        linear-gradient(180deg, #f8f2e8 0%, #fffaf1 58%, #fff 100%);
}

.mailing-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .85fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.mailing-card {
    border: 1px solid rgba(84, 66, 42, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--shadow);
}

.mailing-card--form,
.mailing-card--details,
.mailing-card--accent {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.mailing-card__heading {
    max-width: 46rem;
    margin-bottom: 1.5rem;
}

.mailing-card__heading h2,
.mailing-card--details h2,
.mailing-card--accent h2 {
    margin: 0 0 .65rem;
    color: var(--teal);
    font: 500 clamp(1.55rem, 3vw, 2rem)/1.18 var(--serif);
}

.mailing-card__heading p:last-child,
.mailing-card--details p,
.mailing-card--accent p {
    color: #51483f;
}

.mailing-preferences-form {
    display: grid;
    gap: 1.15rem;
}

.form-field {
    display: grid;
    gap: .4rem;
}

.form-field label,
.mailing-preferences-form > label {
    color: var(--teal);
    font-weight: 800;
}

.form-field input,
.mailing-preferences-form input[type="email"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(67, 58, 45, .35);
    border-radius: 4px;
    padding: .72rem .85rem;
    color: var(--ink);
    background: #fffdf8;
}

.form-field input:focus,
.mailing-preferences-form input[type="email"]:focus,
.mailing-form input[type="email"]:focus {
    border-color: var(--gold);
    outline: 3px solid rgba(183, 131, 45, .28);
    outline-offset: 2px;
}

.honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-success,
.form-error {
    margin: 0 0 1rem;
    border-radius: 5px;
    padding: .9rem 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.form-success {
    border: 1px solid rgba(58, 125, 86, .3);
    color: #215b3a;
    background: #edf8f1;
}

.form-error {
    border: 1px solid rgba(141, 56, 48, .28);
    color: #7a2e26;
    background: #fff1ee;
}

.mailing-preferences {
    display: grid;
    gap: 1rem;
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.mailing-preferences > legend {
    margin-bottom: .2rem;
    color: var(--teal);
    font-weight: 800;
}

.mailing-select-all,
.mailing-group-select-all,
.mailing-preferences__choices label {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    line-height: 1.4;
}

.mailing-select-all {
    border: 1px solid rgba(183, 131, 45, .3);
    border-radius: 6px;
    padding: .9rem 1rem;
    color: #543d27;
    background: #fff7e9;
}

.mailing-preferences input[type="checkbox"] {
    width: 1.15rem;
    min-width: 1.15rem;
    height: 1.15rem;
    margin-top: .16rem;
    accent-color: var(--teal-2);
}

.mailing-preferences__group {
    display: grid;
    gap: .8rem;
    min-width: 0;
    margin: 0;
    border: 1px solid rgba(84, 66, 42, .18);
    border-radius: 7px;
    padding: 1rem;
    background: #fffdf8;
}

.mailing-preferences__group legend {
    padding: 0 .3rem;
    color: var(--teal);
    font-weight: 800;
}

.mailing-preferences__group p {
    margin: 0;
    color: #62584d;
    font-size: .96rem;
    line-height: 1.55;
}

.mailing-group-select-all {
    color: #543d27;
    font-weight: 700;
}

.mailing-preferences__choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem 1rem;
}

.mailing-preferences__choices label {
    border-radius: 5px;
    padding: .72rem .78rem;
    color: var(--ink);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(84, 66, 42, .14);
    font-size: .96rem;
}

.form-privacy-note {
    margin: 0;
    color: #62584d;
    font-size: .94rem;
    line-height: 1.55;
}

.form-privacy-note a {
    color: var(--teal);
    font-weight: 800;
}

.mailing-sidebar {
    display: grid;
    gap: 1rem;
}

.mailing-benefits-list {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: #51483f;
}

.mailing-benefits-list li::marker {
    color: var(--gold);
}

.mailing-card--accent {
    color: #fff;
    background:
        radial-gradient(circle at 92% 0%, rgba(215, 174, 103, .22), transparent 36%),
        linear-gradient(135deg, #07585c, #003f43);
}

.mailing-card--accent h2,
.mailing-card--accent p,
.mailing-card--accent .eyebrow {
    color: #fff;
}

.text-link--light {
    color: #f1cf8b;
}

.mailing-form__status {
    margin: 0;
}

.mailing-form .cf-turnstile,
.mailing-preferences-form .cf-turnstile {
    margin-top: .15rem;
}

.mailing-form__note a {
    color: var(--teal);
    font-weight: 800;
}

@media (max-width: 800px) {
    .mailing-page-layout,
    .mailing-preferences__choices {
        grid-template-columns: 1fr;
    }
}

/* Interior contact page */
.contact-section {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(183, 131, 45, .11), transparent 30%),
        linear-gradient(180deg, #f8f2e8 0%, #fffaf1 58%, #fff 100%);
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .82fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.contact-card {
    border: 1px solid rgba(84, 66, 42, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--shadow);
}

.contact-card--form,
.contact-card--details,
.contact-card--accent {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.contact-card__heading {
    max-width: 46rem;
    margin-bottom: 1.5rem;
}

.contact-card__heading h2,
.contact-card--details h2,
.contact-card--accent h2 {
    margin: 0 0 .65rem;
    color: var(--teal);
    font: 500 clamp(1.55rem, 3vw, 2rem)/1.18 var(--serif);
}

.contact-card__heading > p:last-child {
    margin-bottom: 0;
    color: #51483f;
    font-size: 1rem;
    line-height: 1.65;
}

.contact-form {
    display: grid;
    gap: 1.15rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.form-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
    color: var(--teal);
    font-weight: 800;
}

.form-optional {
    color: #73685d;
    font-size: .9em;
    font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(67, 58, 45, .35);
    border-radius: 4px;
    padding: .72rem .85rem;
    color: var(--ink);
    background: #fffdf8;
}

.contact-form textarea {
    min-height: 11rem;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--gold);
    outline: 3px solid rgba(183, 131, 45, .28);
    outline-offset: 2px;
}

.form-help,
.contact-privacy-note {
    margin: .4rem 0 0;
    color: #62584d;
    font-size: .94rem;
    line-height: 1.55;
}

.contact-privacy-note {
    margin: 0;
}

.contact-privacy-note a {
    color: var(--teal);
    font-weight: 800;
}

.contact-sidebar {
    display: grid;
    gap: 1rem;
}

.contact-details-list {
    display: grid;
    gap: 0;
    margin: 1rem 0 0;
}

.contact-details-list div {
    padding: 1rem 0;
    border-top: 1px solid rgba(84, 66, 42, .16);
}

.contact-details-list dt {
    margin-bottom: .25rem;
    color: #6f4d30;
    text-transform: uppercase;
    letter-spacing: .055em;
    font-size: .82rem;
    font-weight: 800;
}

.contact-details-list dd {
    margin: 0;
    color: #51483f;
    font-size: .98rem;
    line-height: 1.6;
}

.contact-details-list a {
    color: var(--teal);
    font-weight: 700;
}

.contact-card--accent {
    color: #fff;
    background:
        radial-gradient(circle at 92% 0%, rgba(215, 174, 103, .22), transparent 36%),
        linear-gradient(135deg, #07585c, #003f43);
}

.contact-card--accent h2,
.contact-card--accent p,
.contact-card--accent .eyebrow {
    color: #fff;
}

.contact-card--accent p {
    font-size: .98rem;
    line-height: 1.65;
}

.contact-form .cf-turnstile {
    margin-top: .15rem;
}

@media (max-width: 800px) {
    .contact-layout,
    .form-grid--two {
        grid-template-columns: 1fr;
    }
}

/* v23: ensure dark policy sidebar cards keep readable light text */
.info-card--accent p {
    color: rgba(255, 255, 255, .9);
}

.info-card--accent .info-card__links a,
.info-card--accent .info-card__links .footer-privacy-settings,
.info-card--accent button,
.info-card--accent .text-link {
    color: #fff;
}

/* v24: make text-link buttons render like links inside dark policy cards */
.info-card--accent button.text-link,
.info-card--accent .footer-privacy-settings.text-link {
    display: inline;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 800;
    line-height: inherit;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: .18em;
    cursor: pointer;
    appearance: none;
}

.info-card--accent button.text-link:hover,
.info-card--accent button.text-link:focus-visible,
.info-card--accent .footer-privacy-settings.text-link:hover,
.info-card--accent .footer-privacy-settings.text-link:focus-visible {
    background: transparent;
    color: #fff;
    text-decoration-thickness: 2px;
}

/* Photo gallery page */
.page-photogallery .gallery-hero {
    color: #fff;
    background:
        radial-gradient(circle at 82% 24%, rgba(215, 174, 103, .18), transparent 25rem),
        radial-gradient(circle at 10% 88%, rgba(11, 107, 109, .28), transparent 30rem),
        linear-gradient(135deg, #003f43 0%, #07585c 58%, #00363a 100%);
}

.page-photogallery .gallery-hero .eyebrow {
    color: var(--gold-light);
}

.page-photogallery .gallery-hero h1,
.page-photogallery .gallery-hero .interior-hero__lead {
    color: #fff;
}

.page-photogallery .gallery-hero .interior-hero__lead {
    max-width: 46rem;
    color: rgba(255, 255, 255, .92);
}

.gallery-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 23rem);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.gallery-hero-card {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
    backdrop-filter: blur(10px);
}

.gallery-hero-card h2 {
    margin: .25rem 0 .75rem;
    color: #fff;
    font: 500 clamp(2rem, 4vw, 3rem)/1 var(--serif);
}

.gallery-hero-card p {
    margin: .35rem 0;
    color: rgba(255, 255, 255, .9);
    font-size: .98rem;
    line-height: 1.55;
}

.gallery-page-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background:
        radial-gradient(circle at 5% 8%, rgba(183, 131, 45, .1), transparent 24rem),
        var(--paper);
}

.gallery-page-shell {
    width: min(calc(100% - 40px), 1220px);
    margin-inline: auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(84, 66, 42, .16);
    border-radius: 8px;
    background: rgba(255, 250, 241, .96);
    box-shadow: 0 16px 42px rgba(32, 30, 25, .08);
}

.gallery-page-shell .section-heading > p:last-child {
    max-width: 46rem;
    margin: .8rem 0 0;
    color: #584f45;
    font-size: 1rem;
    line-height: 1.65;
}

.photo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.photo-gallery-item {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin: 0;
    border: 1px solid rgba(84, 66, 42, .12);
    border-radius: 7px;
    background: var(--paper-light);
    box-shadow: 0 12px 30px rgba(32, 30, 25, .08);
}

.photo-gallery-item a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.photo-gallery-item img {
    display: block;
    width: 100%;
    height: clamp(11rem, 21vw, 17rem);
    object-fit: cover;
    transition: transform 220ms ease, filter 220ms ease;
}

.photo-gallery-item:hover img,
.photo-gallery-item:focus-within img {
    transform: scale(1.035);
    filter: saturate(1.05);
}

.photo-gallery-item figcaption {
    padding: .85rem 1rem 1rem;
    color: #51483f;
    font-size: .94rem;
    line-height: 1.5;
}

.photo-gallery-item a:focus-visible {
    outline: 3px solid var(--gold-light);
    outline-offset: -4px;
}

@media (max-width: 1100px) {
    .photo-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .gallery-hero__grid {
        grid-template-columns: 1fr;
    }

    .photo-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .gallery-page-section {
        padding: 2rem 0;
    }

    .gallery-page-shell {
        width: min(calc(100% - 30px), 1220px);
        padding: 1.2rem;
    }

    .photo-gallery-grid {
        grid-template-columns: 1fr;
    }

    .photo-gallery-item img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

/* Vendor / exhibitor application */
.vendor-select-section,
.vendor-section {
    padding: clamp(2.8rem, 6vw, 5rem) 0;
}

.vendor-select-shell {
    display: grid;
    gap: 2rem;
}

.vendor-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.vendor-select-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(84, 66, 42, .14);
    border-top: 4px solid var(--gold);
    border-radius: 8px;
    background: var(--paper-light);
    box-shadow: 0 14px 34px rgba(32, 30, 25, .08);
}

.vendor-select-card h3 {
    margin: .25rem 0 .75rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    color: var(--teal);
}

.vendor-select-card > p:not(.eyebrow) {
    margin: 0 0 1.25rem;
    color: #51483f;
    line-height: 1.65;
}

.vendor-select-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.vendor-general-apply-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-radius: 8px;
    background: var(--teal);
    color: #fffaf0;
}

.vendor-general-apply-panel h2,
.vendor-general-apply-panel p {
    color: inherit;
}

.vendor-general-apply-panel h2 {
    margin: .2rem 0 .45rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.vendor-general-apply-panel p:last-child {
    margin-bottom: 0;
}

.vendor-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(17rem, .7fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.vendor-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.vendor-hero-card {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(245, 239, 227, .96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    color: #3d3731;
}

.vendor-hero-card > span {
    display: block;
    margin-bottom: .45rem;
    color: var(--gold-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.vendor-hero-card h2 {
    margin: 0 0 .75rem;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--teal);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.vendor-hero-card p {
    margin: .45rem 0;
    color: #51483f;
    line-height: 1.55;
}

.vendor-hero-card a {
    display: inline-block;
    margin-top: .75rem;
    color: var(--teal);
    font-weight: 800;
}

.vendor-status,
.vendor-note,
.notice-card {
    border-left: 4px solid var(--gold);
    background: #fff8e9;
    color: #4b4137;
}

.vendor-status {
    max-width: 54rem;
    margin-top: 1.15rem;
    padding: .85rem 1rem;
}

.notice-card {
    padding: 1.25rem 1.4rem;
    border-radius: 4px;
}

.notice-card h2,
.notice-card h3 {
    margin-top: 0;
    color: var(--teal);
}

.notice-card p:last-child {
    margin-bottom: 0;
}

.vendor-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.vendor-main {
    display: grid;
    gap: 1.4rem;
}

.content-card {
    padding: clamp(1.4rem, 3vw, 2.25rem);
    border: 1px solid rgba(84, 66, 42, .14);
    border-radius: 8px;
    background: var(--paper-light);
    box-shadow: 0 12px 30px rgba(32, 30, 25, .07);
}

.content-card h2,
.vendor-steps h2 {
    margin: .25rem 0 1rem;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--teal);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.content-card p,
.vendor-step-card p {
    color: #51483f;
    line-height: 1.7;
}

.vendor-note {
    margin: 0 0 1rem;
    padding: .9rem 1rem;
}

.vendor-pricing-table {
    overflow-x: auto;
    margin-top: 1.15rem;
    border: 1px solid rgba(84, 66, 42, .14);
    border-radius: 6px;
}

.vendor-pricing-table:focus-visible {
    outline: 3px solid var(--gold-light);
    outline-offset: 3px;
}

.vendor-pricing-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fffdf8;
}

.vendor-pricing-table th,
.vendor-pricing-table td {
    padding: .9rem 1rem;
    border-bottom: 1px solid rgba(84, 66, 42, .12);
    text-align: left;
    vertical-align: top;
}

.vendor-pricing-table th:last-child,
.vendor-pricing-table td:last-child {
    width: 8rem;
    text-align: right;
    white-space: nowrap;
}

.vendor-pricing-table th {
    background: rgba(0, 63, 67, .07);
    color: var(--teal);
    font-size: .88rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vendor-pricing-table tbody tr:last-child td {
    border-bottom: 0;
}

.vendor-pricing-disclaimer {
    margin: 1rem 0 0;
    font-size: .94rem;
}

.vendor-steps {
    padding: clamp(1.4rem, 3vw, 2.25rem) 0;
}

.vendor-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.vendor-step-card {
    padding: 1.25rem;
    border: 1px solid rgba(84, 66, 42, .14);
    border-radius: 7px;
    background: rgba(245, 239, 227, .65);
}

.vendor-step-card h3 {
    margin: 0 0 .6rem;
    color: var(--teal);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
}

.vendor-step-card p:last-child {
    margin-bottom: 0;
}

.vendor-apply-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
}

.vendor-apply-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: flex-end;
}

.vendor-sidebar {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}

.page-vendor .info-card__links {
    display: grid;
    gap: .55rem;
}

.page-vendor .info-card__links a {
    width: fit-content;
}

@media (max-width: 900px) {
    .vendor-hero__grid,
    .vendor-layout {
        grid-template-columns: 1fr;
    }

    .vendor-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vendor-sidebar .info-card--accent {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .vendor-select-grid,
    .vendor-step-grid,
    .vendor-sidebar {
        grid-template-columns: 1fr;
    }

    .vendor-general-apply-panel,
    .vendor-apply-panel {
        grid-template-columns: 1fr;
    }

    .vendor-apply-panel__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .vendor-select-section,
    .vendor-section {
        padding: 2rem 0;
    }

    .vendor-select-card__actions,
    .vendor-hero__actions,
    .vendor-apply-panel__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .vendor-select-card__actions .button,
    .vendor-hero__actions .button,
    .vendor-apply-panel__actions .button {
        width: 100%;
        text-align: center;
    }
}


/* Tickets / registration page */
.tickets-select-section,
.tickets-detail-section {
    padding: 3.25rem 0 4.5rem;
}

.tickets-select-shell {
    display: grid;
    gap: 2rem;
}

.tickets-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.tickets-select-card {
    background: #fffaf0;
    border: 1px solid rgba(0, 63, 67, 0.14);
    border-radius: 1rem;
    box-shadow: 0 12px 34px rgba(24, 45, 43, 0.08);
    padding: 1.7rem;
}

.tickets-select-card h3 {
    margin: .2rem 0 .7rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.5vw, 2rem);
    color: #003f43;
}

.tickets-select-card > p:not(.eyebrow) {
    margin: .65rem 0;
}

.tickets-admission-line {
    font-weight: 700;
}

.tickets-select-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
}

.tickets-general-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: .5rem;
}

.tickets-general-info article {
    background: rgba(183, 131, 45, 0.08);
    border-top: 3px solid #b7832d;
    padding: 1.25rem;
}

.tickets-general-info h3 {
    margin: 0 0 .45rem;
    color: #003f43;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
}

.tickets-general-info p {
    margin: 0;
}

.tickets-detail-hero__grid {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, .65fr);
    gap: 2rem;
    align-items: center;
}

.tickets-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.5rem;
}

.tickets-detail-card {
    background: #003f43;
    color: #fff8e8;
    border-radius: 1rem;
    padding: 1.6rem;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .14);
}

.tickets-detail-card > span {
    display: block;
    color: #f0cf91;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tickets-detail-card h2 {
    margin: .2rem 0 .35rem;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.tickets-detail-card p {
    margin: 0;
    color: #fff8e8;
}

.tickets-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
    gap: 2rem;
    align-items: start;
}

.tickets-detail-main {
    display: grid;
    gap: 1.6rem;
}

.tickets-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.tickets-info-grid .info-card h2 {
    font-size: 1.35rem;
}

.tickets-registration-panel,
.tickets-workshop-note {
    background: #fffaf0;
    border: 1px solid rgba(0, 63, 67, .13);
    border-radius: 1rem;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.tickets-registration-panel h2,
.tickets-workshop-note h2 {
    margin: .2rem 0 .8rem;
    color: #003f43;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.tickets-registration-panel__action {
    margin: 1.4rem 0 0;
}

.tickets-sidebar {
    display: grid;
    gap: 1rem;
}

@media (max-width: 900px) {
    .tickets-detail-hero__grid,
    .tickets-detail-layout {
        grid-template-columns: 1fr;
    }

    .tickets-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .tickets-select-grid,
    .tickets-general-info,
    .tickets-info-grid {
        grid-template-columns: 1fr;
    }

    .tickets-select-section,
    .tickets-detail-section {
        padding: 2rem 0 3rem;
    }

    .tickets-select-card__actions,
    .tickets-detail-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tickets-select-card__actions .button,
    .tickets-detail-hero__actions .button {
        width: 100%;
        text-align: center;
    }
}


/* v36: Workshops & Demos */
.workshops-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.workshop-select,
.workshop-list-section,
.workshop-single-section {
    padding: 3rem 0 4.5rem;
}

.workshop-select > .shell,
.workshop-list-section > .shell,
.workshop-single-section > .shell {
    background: var(--paper-light);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: clamp(1.25rem, 3vw, 2.35rem);
}

.workshop-select__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.workshop-select-card {
    padding: 1.6rem;
    background: #fff;
    border: 1px solid rgba(0, 63, 67, .16);
    box-shadow: 0 10px 28px rgba(32, 30, 25, .07);
}

.workshop-select-card h3 {
    margin: .2rem 0 .75rem;
    font: 500 clamp(1.65rem, 3vw, 2.15rem)/1.08 var(--serif);
    color: var(--teal);
}

.workshop-select-card p:not(.eyebrow) {
    color: #554d43;
}

.workshop-list-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.workshop-list-toolbar h2 {
    margin: .2rem 0 0;
    font: 500 clamp(1.9rem, 4vw, 3rem)/1.02 var(--serif);
    color: var(--teal);
}

.workshop-search-form {
    width: min(100%, 430px);
    background: #fff;
    border: 1px solid var(--line);
    padding: 1rem;
}

.workshop-search-form label {
    display: block;
    margin-bottom: .5rem;
    color: #594934;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.workshop-search-form__row {
    display: flex;
    gap: .55rem;
}

.workshop-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    min-height: 46px;
    border: 1px solid rgba(32, 32, 29, .3);
    background: #fff;
    color: var(--ink);
    padding: .7rem .85rem;
}

.workshop-sort-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    margin: 1.2rem 0 1.5rem;
    padding: .75rem .9rem;
    background: #fff;
    border: 1px solid var(--line);
}

.workshop-sort-panel > span {
    color: #675b4e;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.workshop-sort-panel a {
    display: inline-flex;
    min-height: 2.15rem;
    align-items: center;
    padding: .35rem .7rem;
    color: var(--teal);
    font-weight: 800;
    text-decoration: none;
}

.workshop-sort-panel a:hover,
.workshop-sort-panel a:focus-visible,
.workshop-sort-panel a[aria-current="page"] {
    background: #ead7af;
    color: #392a1b;
}

.workshop-search-summary,
.status-card {
    margin: 1rem 0 1.4rem;
    padding: 1rem 1.2rem;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--teal);
}

.status-card--warm {
    background: #fff8e8;
    border-left-color: var(--gold);
}

.status-card h2 {
    margin: 0 0 .35rem;
    font: 500 1.45rem/1.15 var(--serif);
    color: var(--teal);
}

.status-card p,
.workshop-search-summary p {
    margin: .25rem 0;
}

.workshop-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.workshop-card {
    display: grid;
    grid-template-columns: minmax(160px, .42fr) 1fr;
    gap: 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 10px 28px rgba(32, 30, 25, .08);
}

.workshop-card__image {
    min-height: 100%;
    background: #e8dfd1;
}

.workshop-card__image a {
    display: block;
    height: 100%;
}

.workshop-card__image img {
    width: 100%;
    height: 100%;
    min-height: 245px;
    object-fit: cover;
}

.workshop-card__body {
    padding: 1.1rem 1.1rem 1.1rem 0;
}

.workshop-card__category {
    margin: 0 0 .45rem;
    color: #795028;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.workshop-card h3 {
    margin: 0 0 .35rem;
    font: 500 clamp(1.45rem, 2.5vw, 1.9rem)/1.05 var(--serif);
}

.workshop-card h3 a {
    color: var(--teal);
    text-decoration-thickness: .06em;
    text-underline-offset: .12em;
}

.workshop-card__instructor {
    margin: 0 0 .75rem;
    color: #675f55;
    font-weight: 700;
}

.workshop-card__meta {
    display: grid;
    gap: .3rem;
    margin: 0 0 .8rem;
    color: #3f3932;
    font-size: .94rem;
}

.workshop-card__meta p {
    margin: 0;
}

.workshop-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: .9rem;
}

.workshop-status-badge {
    display: inline-flex;
    align-items: center;
    margin-left: .3rem;
    padding: .15rem .48rem;
    background: #fff0cc;
    border: 1px solid rgba(183, 131, 45, .3);
    color: #714b13;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1.1;
    text-transform: uppercase;
}

.workshop-detail-card {
    display: grid;
    grid-template-columns: minmax(250px, .9fr) minmax(0, 1.3fr);
    gap: clamp(1.2rem, 3vw, 2rem);
    margin: 0;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    background: linear-gradient(135deg, #00383c, var(--teal-2));
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 45, 48, .24);
}

.workshop-detail-card__media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    align-content: start;
}

.workshop-detail-card__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: rgba(255,255,255,.12);
}

.workshop-detail-card__media img:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
}

.workshop-detail-card .eyebrow {
    color: #f0ce8b;
}

.workshop-detail-card h2 {
    margin: .2rem 0 .4rem;
    color: #fff;
    font: 500 clamp(2rem, 4.5vw, 3.4rem)/.98 var(--serif);
}

.workshop-detail-card p,
.workshop-detail-card strong,
.workshop-detail-card summary,
.workshop-detail-card a {
    color: #fff;
}

.workshop-meta-list {
    display: grid;
    gap: .4rem;
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
}

.workshop-meta-list p {
    margin: 0;
}

.workshop-description {
    margin: 1rem 0;
    line-height: 1.75;
}

.workshop-instructor-bio {
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(255,255,255,.1);
}

.workshop-instructor-bio summary {
    cursor: pointer;
    font-weight: 800;
}

.workshop-detail-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
    margin-top: 1.1rem;
}

.workshop-registration-note {
    margin: 0;
    font-weight: 800;
}

.workshop-detail-permalink {
    color: #f0ce8b !important;
    font-weight: 800;
}

.workshop-detail-card .workshop-status-badge {
    background: #fff0cc;
    color: #62400e;
    -webkit-text-fill-color: #62400e;
}

.workshop-other-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 1.35rem;
    background: #efe4d1;
    border: 1px solid var(--line);
}

.workshop-other-show h2 {
    margin: .15rem 0;
    font: 500 1.55rem/1.1 var(--serif);
    color: var(--teal);
}

body.modal-open {
    overflow: hidden;
}

.workshop-modal[hidden] {
    display: none;
}

.workshop-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(.75rem, 3vw, 2rem);
}

.workshop-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 22, 23, .78);
    backdrop-filter: blur(3px);
}

.workshop-modal__panel {
    position: relative;
    width: min(1120px, 100%);
    max-height: min(90vh, 980px);
    overflow: auto;
    background: #00383c;
    color: #fff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
}

.workshop-modal__content .workshop-detail-card {
    padding-top: clamp(3.7rem, 5vw, 4.4rem);
}

.workshop-modal__close {
    position: absolute;
    top: .9rem;
    right: .9rem;
    z-index: 5;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--teal);
    font-size: 1.75rem;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0,0,0,.2);
    cursor: pointer;
}

.workshop-modal__close:hover,
.workshop-modal__close:focus-visible {
    background: var(--gold-light);
    color: #2e251a;
}

@media (max-width: 980px) {
    .workshop-list-toolbar,
    .workshop-card,
    .workshop-detail-card {
        grid-template-columns: 1fr;
    }

    .workshop-list-toolbar {
        display: grid;
    }

    .workshop-search-form {
        width: 100%;
    }

    .workshop-card__body {
        padding: 0 1rem 1.15rem;
    }

    .workshop-card__image img {
        min-height: 220px;
        max-height: 330px;
    }
}

@media (max-width: 720px) {
    .workshop-select,
    .workshop-list-section,
    .workshop-single-section {
        padding: 2rem 0 3rem;
    }

    .workshop-select > .shell,
    .workshop-list-section > .shell,
    .workshop-single-section > .shell {
        padding: 1rem;
    }

    .workshop-select__grid,
    .workshop-grid {
        grid-template-columns: 1fr;
    }

    .workshop-search-form__row,
    .workshop-other-show,
    .workshops-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .workshop-sort-panel {
        align-items: flex-start;
    }

    .workshop-detail-card__media {
        grid-template-columns: 1fr;
    }

    .workshop-other-show .button,
    .workshops-hero__actions .button {
        width: 100%;
        text-align: center;
    }
}


/* v37: workshop detail/modal readability — light paper treatment */
.workshop-detail-card {
    background: #fffaf0;
    color: var(--ink);
    border: 1px solid rgba(0, 63, 67, .16);
    box-shadow: 0 18px 42px rgba(32, 30, 25, .16);
}

.workshop-detail-card .eyebrow {
    color: #795028;
}

.workshop-detail-card h2 {
    color: var(--teal);
}

.workshop-detail-card p,
.workshop-detail-card strong,
.workshop-detail-card summary,
.workshop-detail-card a {
    color: var(--ink);
}

.workshop-detail-card .workshop-card__instructor {
    color: #655b50;
}

.workshop-meta-list {
    background: #f4ead8;
    border-color: rgba(0, 63, 67, .14);
    color: var(--ink);
}

.workshop-description {
    color: var(--ink);
}

.workshop-instructor-bio {
    background: #f4ead8;
    border: 1px solid rgba(0, 63, 67, .14);
}

.workshop-instructor-bio summary {
    color: var(--teal);
}

.workshop-instructor-bio p {
    color: var(--ink);
}

.workshop-detail-card .workshop-status-badge {
    background: #fff0cc;
    border-color: rgba(183, 131, 45, .34);
    color: #62400e;
    -webkit-text-fill-color: #62400e;
}

.workshop-detail-card .button--gold {
    background: var(--gold);
    border-color: var(--gold);
    color: #1f1b16;
}

.workshop-detail-card .button--gold:hover,
.workshop-detail-card .button--gold:focus-visible {
    background: #9f6f21;
    border-color: #9f6f21;
    color: #fff;
}

.workshop-detail-card .button--outline-light {
    background: transparent;
    border-color: var(--teal);
    color: var(--teal);
}

.workshop-detail-card .button--outline-light:hover,
.workshop-detail-card .button--outline-light:focus-visible {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.workshop-detail-permalink,
.workshop-detail-card .workshop-detail-permalink {
    color: var(--teal) !important;
}

.workshop-detail-permalink:hover,
.workshop-detail-permalink:focus-visible,
.workshop-detail-card .workshop-detail-permalink:hover,
.workshop-detail-card .workshop-detail-permalink:focus-visible {
    color: #6f4914 !important;
}

.workshop-registration-note {
    color: #65481f !important;
}

.workshop-modal__panel {
    background: #fffaf0;
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, .28);
}

.workshop-modal__content .workshop-detail-card {
    box-shadow: none;
    border: 0;
}

.workshop-modal__close {
    background: var(--teal);
    color: #fff;
    border: 2px solid #fffaf0;
}

.workshop-modal__close:hover,
.workshop-modal__close:focus-visible {
    background: var(--gold);
    color: #1f1b16;
}

/* Keep visible keyboard focus clear on the lighter detail surface. */
.workshop-detail-card a:focus-visible,
.workshop-detail-card button:focus-visible,
.workshop-detail-card summary:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 3px;
}


/* v38: Exhibitor selector, list, and detail modal */
.exhibitor-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.5rem;
}

.exhibitor-select-section,
.exhibitor-list-section {
    padding: 3rem 0 4.5rem;
}

.exhibitor-select-section > .shell,
.exhibitor-list-section > .shell {
    background: var(--paper-light);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: clamp(1.25rem, 3vw, 2.35rem);
}

.exhibitor-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.exhibitor-select-card {
    padding: 1.6rem;
    background: #fff;
    border: 1px solid rgba(0, 63, 67, .16);
    box-shadow: 0 10px 28px rgba(32, 30, 25, .07);
}

.exhibitor-select-card h3 {
    margin: .2rem 0 .75rem;
    font: 500 clamp(1.65rem, 3vw, 2.15rem)/1.08 var(--serif);
    color: var(--teal);
}

.exhibitor-list-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.exhibitor-list-toolbar h2 {
    margin: .2rem 0;
    font: 500 clamp(1.9rem, 4vw, 3rem)/1.02 var(--serif);
    color: var(--teal);
}

.exhibitor-search-form {
    width: min(100%, 430px);
    background: #fff;
    border: 1px solid var(--line);
    padding: 1rem;
}

.exhibitor-search-form label {
    display: block;
    margin-bottom: .5rem;
    color: #594934;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.exhibitor-search-form__row {
    display: flex;
    gap: .55rem;
}

.exhibitor-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    min-height: 46px;
    border: 1px solid rgba(32, 32, 29, .3);
    background: #fff;
    color: var(--ink);
    padding: .7rem .85rem;
}

.exhibitor-search-summary {
    margin: 1rem 0 1.4rem;
    padding: 1rem 1.2rem;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--teal);
}

.exhibitor-search-summary p {
    margin: .25rem 0;
}

.exhibitor-alpha-index {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem;
    margin: 1rem 0 1.35rem;
    padding: .7rem .8rem;
    background: rgba(255, 250, 240, .96);
    border: 1px solid var(--line);
    box-shadow: 0 5px 15px rgba(32, 30, 25, .07);
}

.exhibitor-alpha-index > span {
    margin-right: .3rem;
    color: #675b4e;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.exhibitor-alpha-index a {
    display: inline-flex;
    min-width: 2rem;
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-weight: 900;
    text-decoration: none;
}

.exhibitor-alpha-index a:hover,
.exhibitor-alpha-index a:focus-visible {
    background: #ead7af;
    color: #392a1b;
}

.exhibitor-grid-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.exhibitor-letter-anchor {
    grid-column: 1 / -1;
    scroll-margin-top: 5rem;
    padding: .3rem 0 0;
    border-bottom: 1px solid rgba(0, 63, 67, .2);
}

.exhibitor-letter-anchor span {
    display: inline-block;
    padding: .2rem .55rem .25rem;
    background: var(--teal);
    color: #fff;
    font: 700 1.15rem/1 var(--serif);
}

.exhibitor-card-list {
    min-width: 0;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(32, 30, 25, .07);
}

.exhibitor-card-list__button {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #fff;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
}

.exhibitor-card-list__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e7ded0;
}

.exhibitor-card-list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.exhibitor-card-list__title {
    display: flex;
    min-height: 4.4rem;
    align-items: center;
    padding: .8rem .9rem;
    color: var(--teal);
    font-family: var(--serif);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.16;
}

.exhibitor-card-list__button:hover .exhibitor-card-list__image img,
.exhibitor-card-list__button:focus-visible .exhibitor-card-list__image img {
    transform: scale(1.025);
}

.exhibitor-card-list__button:hover .exhibitor-card-list__title,
.exhibitor-card-list__button:focus-visible .exhibitor-card-list__title {
    text-decoration: underline;
    text-underline-offset: .16em;
}

.exhibitor-card-list__button:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 3px;
}

.exhibitor-card-list mark {
    background: #ffe4a6;
    color: inherit;
    padding: 0 .06em;
}

.exhibitor-other-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2rem;
    padding: 1.35rem;
    background: #efe4d1;
    border: 1px solid var(--line);
}

.exhibitor-other-show h2 {
    margin: .15rem 0;
    font: 500 1.55rem/1.1 var(--serif);
    color: var(--teal);
}

.exhibitor-modal[hidden] {
    display: none;
}

.exhibitor-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(.75rem, 3vw, 2rem);
}

.exhibitor-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 22, 23, .78);
    backdrop-filter: blur(3px);
}

.exhibitor-modal__panel {
    position: relative;
    width: min(980px, 100%);
    max-height: min(90vh, 900px);
    overflow: auto;
    background: #fffaf0;
    color: var(--ink);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42);
}

.exhibitor-modal__close {
    position: absolute;
    top: .85rem;
    right: .85rem;
    z-index: 5;
    width: 2.75rem;
    height: 2.75rem;
    border: 2px solid #fffaf0;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.exhibitor-modal__close:hover,
.exhibitor-modal__close:focus-visible {
    background: var(--gold);
    color: #1f1b16;
}

.exhibitor-detail {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.2fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(3.8rem, 5vw, 4.5rem) clamp(1rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2rem);
}

.exhibitor-detail__image {
    align-self: start;
    background: #e7ded0;
}

.exhibitor-detail__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.exhibitor-detail .eyebrow {
    color: #795028;
}

.exhibitor-detail h2 {
    margin: .2rem 0 .9rem;
    color: var(--teal);
    font: 500 clamp(2rem, 4.5vw, 3.4rem)/.98 var(--serif);
}

.exhibitor-detail__description {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.75;
}

.exhibitor-detail__description mark {
    background: #ffe4a6;
    color: inherit;
}

.exhibitor-detail__website {
    margin-top: 1.25rem;
}

.exhibitor-detail__website a {
    color: var(--teal);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.exhibitor-detail__website a:hover,
.exhibitor-detail__website a:focus-visible {
    color: #6f4914;
}

@media (max-width: 1000px) {
    .exhibitor-grid-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .exhibitor-list-toolbar,
    .exhibitor-detail {
        grid-template-columns: 1fr;
    }

    .exhibitor-list-toolbar {
        display: grid;
    }

    .exhibitor-search-form {
        width: 100%;
    }

    .exhibitor-grid-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .exhibitor-detail__image {
        max-width: 540px;
    }
}

@media (max-width: 600px) {
    .exhibitor-select-section,
    .exhibitor-list-section {
        padding: 2rem 0 3rem;
    }

    .exhibitor-select-section > .shell,
    .exhibitor-list-section > .shell {
        padding: 1rem;
    }

    .exhibitor-select-grid,
    .exhibitor-grid-list {
        grid-template-columns: 1fr;
    }

    .exhibitor-search-form__row,
    .exhibitor-other-show,
    .exhibitor-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .exhibitor-other-show .button,
    .exhibitor-hero__actions .button {
        width: 100%;
        text-align: center;
    }

    .exhibitor-alpha-index {
        position: static;
    }
}


/* v41: Fall/Winter Tucson show detail pages */
.season-detail-hero {
    background: linear-gradient(135deg, #00383c, var(--teal-2));
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.season-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
    gap: clamp(1.5rem, 5vw, 3.5rem);
    align-items: center;
    padding-top: clamp(2.4rem, 6vw, 5rem);
    padding-bottom: clamp(2.4rem, 6vw, 5rem);
}

.season-detail-hero .eyebrow {
    color: #f0ce8b;
}

.season-detail-hero h1 {
    margin: .3rem 0 .85rem;
    color: #fff;
    font: 500 clamp(2.65rem, 6vw, 5rem)/.94 var(--serif);
}

.season-detail-hero h1 span {
    display: block;
    margin-top: .35rem;
    color: #e8dfd0;
    font-size: .46em;
    line-height: 1.1;
}

.season-detail-hero__date {
    margin: 0 0 .45rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.8vw, 1.6rem);
    font-weight: 800;
}

.season-detail-hero__venue {
    color: rgba(255,255,255,.9);
    font-size: 1.02rem;
    line-height: 1.55;
}

.season-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.45rem;
}

.season-detail-hero__image {
    justify-self: end;
    width: min(100%, 360px);
}

.season-detail-hero__image img {
    width: 100%;
    height: auto;
    box-shadow: 0 22px 48px rgba(0,0,0,.25);
}

.season-detail-notice {
    padding: 1.5rem 0 0;
    background: var(--paper);
}

.season-detail-section {
    padding: clamp(2.8rem, 6vw, 4.8rem) 0;
    background: var(--paper);
}

.season-detail-section--soft {
    background: #eee5d7;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.season-detail-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: clamp(1.6rem, 5vw, 3.5rem);
    align-items: start;
}

.season-detail-overview h2,
.season-venue-copy > h2 {
    margin: .25rem 0 1rem;
    color: var(--teal);
    font: 500 clamp(2rem, 4.5vw, 3.35rem)/1.02 var(--serif);
}

.season-detail-overview article > p:last-child {
    max-width: 820px;
    color: #4f473e;
    font-size: 1.03rem;
    line-height: 1.75;
}

.season-facts-card {
    background: #fffaf0;
    border: 1px solid rgba(0,63,67,.16);
    box-shadow: 0 12px 34px rgba(32,30,25,.09);
}

.season-facts-card dl {
    margin: 0;
}

.season-facts-card dl > div {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--line);
}

.season-facts-card dl > div:last-child {
    border-bottom: 0;
}

.season-facts-card dt {
    color: #795028;
    font-size: .77rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.season-facts-card dd {
    margin: 0;
    color: var(--ink);
    font-weight: 750;
}

.season-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.season-resource-card {
    padding: 1.35rem;
    background: #fffaf0;
    border: 1px solid rgba(0,63,67,.14);
}

.season-resource-card h3 {
    margin: 0 0 .55rem;
    color: var(--teal);
    font: 500 1.45rem/1.1 var(--serif);
}

.season-resource-card p {
    margin: 0 0 .85rem;
    color: #554c42;
}

.season-venue-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: clamp(1.5rem, 5vw, 3rem);
    align-items: start;
}

.season-venue-address {
    color: #614d37;
    font-weight: 800;
}

.season-venue-info {
    margin-top: 1.35rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--line);
}

.season-venue-info h3 {
    margin: 0 0 .55rem;
    color: var(--teal);
    font: 500 1.35rem/1.1 var(--serif);
}

.season-detail-note {
    color: #6d6258;
    font-size: .9rem;
}

.season-map-card {
    padding: 1rem;
    background: #fffaf0;
    border: 1px solid rgba(0,63,67,.16);
    box-shadow: 0 12px 34px rgba(32,30,25,.09);
}

.season-map-card > h2 {
    margin: 0 0 .8rem;
    color: var(--teal);
    font: 500 1.65rem/1.05 var(--serif);
}

.season-map-consent {
    display: grid;
    gap: .8rem;
    justify-items: start;
    min-height: 280px;
    align-content: center;
    padding: 1.2rem;
    background: #efe4d1;
    border: 1px dashed rgba(0,63,67,.3);
}

.season-map-consent p {
    margin: 0;
    color: #51483f;
}

.season-map-card__frame {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    background: #e8dfd1;
}

.season-map-card__frame[hidden],
.season-map-consent[hidden] {
    display: none;
}

.season-map-card__fallback {
    margin: .75rem 0 0;
    font-size: .9rem;
}

.season-detail-apply {
    padding: clamp(2rem, 5vw, 3.4rem) 0;
    background: var(--teal);
    color: #fff;
}

.season-detail-apply .eyebrow {
    color: #f0ce8b;
}

.season-detail-apply__grid,
.season-detail-other__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.season-detail-apply h2 {
    margin: .2rem 0 .5rem;
    color: #fff;
    font: 500 clamp(1.8rem, 4vw, 2.8rem)/1.02 var(--serif);
}

.season-detail-apply p:last-child {
    margin-bottom: 0;
    color: rgba(255,255,255,.9);
}

.season-detail-other {
    padding: 2rem 0;
    background: #e9dfcf;
    border-bottom: 1px solid var(--line);
}

.season-detail-other h2 {
    margin: .15rem 0;
    color: var(--teal);
    font: 500 1.65rem/1.1 var(--serif);
}

@media (max-width: 900px) {
    .season-detail-hero__grid,
    .season-detail-overview__grid,
    .season-venue-layout {
        grid-template-columns: 1fr;
    }

    .season-detail-hero__image {
        justify-self: start;
        width: min(100%, 320px);
    }

    .season-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .season-resource-grid {
        grid-template-columns: 1fr;
    }

    .season-detail-hero__actions,
    .season-detail-apply__grid,
    .season-detail-other__grid {
        flex-direction: column;
        align-items: stretch;
    }

    .season-detail-hero__actions .button,
    .season-detail-apply .button,
    .season-detail-other .button {
        width: 100%;
        text-align: center;
    }

    .season-facts-card dl > div {
        grid-template-columns: 1fr;
        gap: .25rem;
    }

    .season-map-card__frame {
        height: 340px;
    }
}

/* v47: restore About/About Us layout lost during later cumulative CSS merge */
.button--outline {
    color: var(--teal);
    border-color: var(--teal);
    background: transparent;
}

.button--outline:hover,
.button--outline:focus-visible {
    color: #fff;
    background: var(--teal);
    border-color: var(--teal);
}

.about-story {
    padding: 64px 0 76px;
    background: var(--paper);
}

.about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(260px, .75fr);
    gap: clamp(38px, 6vw, 78px);
    align-items: start;
}

.about-story__main {
    max-width: 790px;
}

.about-story__main > h2 {
    margin: 0 0 20px;
    font: 500 clamp(2rem, 3vw, 2.75rem)/1.12 var(--serif);
    color: var(--teal);
}

.about-story__intro {
    margin: 0 0 36px;
    font-size: 1.12rem;
    line-height: 1.75;
    color: #403a33;
}

.about-story__main h3 {
    margin: 38px 0 10px;
    font: 500 1.55rem/1.25 var(--serif);
    color: #4f3925;
}

.about-story__main p:not(.eyebrow):not(.about-story__intro) {
    font-size: 1rem;
    line-height: 1.78;
    color: #484139;
}

.about-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.about-story__sidebar {
    display: grid;
    gap: 20px;
}

@media (max-width: 850px) {
    .about-story {
        padding: 48px 0 58px;
    }

    .about-story__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .about-story__main {
        max-width: none;
    }

    .about-story__sidebar {
        grid-template-columns: 1fr 1fr;
    }

    .about-story__sidebar .info-card:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .about-story__sidebar {
        grid-template-columns: 1fr;
    }

    .about-story__sidebar .info-card:first-child {
        grid-column: auto;
    }

    .about-story__actions .button {
        width: 100%;
    }
}

/* v48: homepage feature-strip cards are links without changing their visual treatment */
.feature-strip a.feature-item {
    color: inherit;
    text-decoration: none;
}
/* v50: outline buttons on dark vendor surfaces */
.vendor-hero__actions .button--outline,
.vendor-general-apply-panel .button--outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .9);
    background: rgba(0, 0, 0, .12);
}

.vendor-hero__actions .button--outline:hover,
.vendor-hero__actions .button--outline:focus-visible,
.vendor-general-apply-panel .button--outline:hover,
.vendor-general-apply-panel .button--outline:focus-visible {
    color: var(--teal);
    border-color: #fff;
    background: #fff;
}
