
/* ===== Colours: change these to re-theme the whole site ===== */
:root {
  --green: #0e5935;
  --green-2: #1f7044;
  --red: #be462d;
  --cream: #fdf6e8;
  --cream-2: #f4ead6;
  --ink: #23291f;
  --muted: #5f675a;
  --line: #e2d9c6;
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; font-size: 17px; }
h1, h2, h3 { font-family: Fraunces, Georgia, serif; color: var(--green); line-height: 1.2; margin: 0 0 .6em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); }
h3 { font-size: 1.25rem; margin-top: 1.2em; }
a { color: var(--green-2); }
img { max-width: 100%; display: block; }
.container { width: min(1100px, 100% - 32px); margin-inline: auto; }
.hidden { display: none; }

/* Header */
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 10; background: rgba(250,246,238,.95); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: Fraunces, serif; font-weight: 700; font-size: 1.35rem; color: var(--red); text-decoration: none; letter-spacing: .02em; }
.logo img { width: 36px; height: 40px; border-radius: 4px; object-fit: contain; mix-blend-mode: multiply; }
.nav { display: flex; gap: 18px; align-items: center; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .95rem; }
.nav a:hover { color: var(--red); }
.nav a.nav-cta { background: var(--red); color: #fff; padding: 8px 14px; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--green); }

/* Opening-day announcement */
.announce { background: var(--red); color: #fff; text-align: center; padding: 10px 16px; font-size: .95rem; }
.announce .sep { margin: 0 8px; opacity: .7; }

/* Hero */
.hero { background: linear-gradient(rgba(20,40,25,.55), rgba(20,40,25,.35)), url("images/photo-1.svg") center/cover; color: #fff; padding: 120px 0 110px; }
.hero-inner { display: flex; align-items: center; gap: 48px; }
.hero-logo { width: 280px; height: auto; flex-shrink: 0; border-radius: 20px; border: 6px solid rgba(255,255,255,.85); box-shadow: 0 10px 30px rgba(0,0,0,.25); order: 2; margin-left: auto; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 6vw, 3.8rem); max-width: 14ch; }
.hero .lead { font-size: 1.2rem; max-width: 46ch; }
.open-badge { display: inline-flex; align-items: center; gap: 16px; background: var(--cream); color: var(--ink); padding: 12px 20px 12px 12px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.25); margin-bottom: 28px; line-height: 1.35; }
.open-badge strong { color: var(--green); font-family: Fraunces, Georgia, serif; font-size: 1.3rem; }
.open-label { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 600; color: var(--red); }
.cal { display: flex; flex-direction: column; align-items: center; width: 68px; border-radius: 10px; overflow: hidden; background: #fff; border: 1px solid var(--line); flex-shrink: 0; }
.cal-day { width: 100%; text-align: center; background: var(--red); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .1em; padding: 3px 0; }
.cal-date { font-family: Fraunces, Georgia, serif; font-size: 2rem; font-weight: 700; color: var(--green); line-height: 1.1; }
.cal-month { font-size: .7rem; font-weight: 600; letter-spacing: .1em; color: var(--muted); padding-bottom: 4px; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: .85rem; color: #ffd9a8; margin: 0 0 .5em; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

/* Buttons */
.btn { display: inline-block; padding: 12px 22px; border-radius: 999px; font-weight: 600; text-decoration: none; border: 0; cursor: pointer; font-size: 1rem; font-family: inherit; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: #9e3822; }
.btn-light { background: #fff; color: var(--green); }

/* Sections */
.section { padding: 80px 0; }
.section-alt { background: var(--cream-2); }
.section-intro { color: var(--muted); max-width: 60ch; margin-bottom: 32px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.rounded { border-radius: var(--radius); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 2px 10px rgba(0,0,0,.04); }
.card h3:first-child { margin-top: 0; }
.note { color: var(--muted); font-size: .92rem; }

/* Hours */
.hours-card { max-width: 560px; }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 12px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; font-weight: 600; white-space: nowrap; padding-left: 12px; }

/* Prices */
.price-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.price-main { display: flex; flex-direction: column; justify-content: center; text-align: center; border: 2px solid var(--green-2); padding: 40px 28px; }
.price-label { text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: var(--green); margin: 0; }
.price-main .amount { font-family: Fraunces, Georgia, serif; font-size: 5rem; font-weight: 700; color: var(--red); margin: 4px 0 8px; line-height: 1; }
.price-main p:last-child { color: var(--muted); margin: 0; }
.extras ul { list-style: none; padding: 0; margin: 0; }
.extras li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--line); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); }

/* Lists */
.ticks { padding-left: 0; list-style: none; }
.ticks li { padding-left: 28px; position: relative; margin-bottom: 8px; }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--green-2); font-weight: 700; }
.steps { padding-left: 20px; }
.steps li { margin-bottom: 8px; }

/* Map */
.map iframe { width: 100%; height: 420px; border: 0; border-radius: var(--radius); display: block; }
.address { font-size: 1.05rem; }

/* People */
.people { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.person { text-align: center; }
.person h3 { margin: 12px 0 0; }
.role { color: var(--muted); margin: 0 0 12px; font-size: .95rem; }
.avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--green-2); color: #fff; display: grid; place-items: center; font-family: Fraunces, serif; font-size: 1.4rem; margin: 0 auto; }
.social { margin-top: 28px; text-align: center; }

/* Form */
.form label { display: block; font-weight: 500; margin-bottom: 14px; font-size: .95rem; }
.form input, .form select, .form textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; background: var(--cream); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--green-2); border-color: transparent; }
details { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; }
summary { cursor: pointer; font-weight: 600; }
details p { margin: 10px 0 0; color: var(--muted); }

/* Footer */
.site-footer { background: var(--green); color: #dfe8dc; text-align: center; padding: 28px 0; font-size: .9rem; }

/* Thanks page */
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 16px; }
.thanks { max-width: 480px; text-align: center; }

/* Collapse the menu before it gets crowded */
@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; background: var(--cream); padding: 16px; border-bottom: 1px solid var(--line); gap: 14px; }
  .nav-open .nav { display: flex; }
}

/* Mobile */
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .logo { font-size: 1.1rem; }
  .nav { display: none; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; background: var(--cream); padding: 16px; border-bottom: 1px solid var(--line); gap: 14px; }
  .nav-open .nav { display: flex; }
  .two-col { grid-template-columns: 1fr; gap: 32px; }
  .price-layout { grid-template-columns: 1fr; }
  .announce .sep { display: block; height: 0; overflow: hidden; }
  .people { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 56px 0; }
  .card { padding: 22px; }
  .hero { padding: 48px 0 64px; }
  .hero-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-logo { display: none; }
}

/* ===== Multi-page additions ===== */
.section h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
.nav a.active { color: var(--red); }
.nav a.nav-cta.active { color: #fff; background: var(--green); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quick { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); transition: transform .15s, box-shadow .15s; }
.quick:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.quick p { margin: 0; }
.quick-label { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: var(--red); }
.quick-big { font-family: Fraunces, Georgia, serif; font-size: 2.2rem; font-weight: 700; color: var(--green); margin: 4px 0 8px !important; }
.quick-link { margin-top: auto; padding-top: 16px; font-weight: 600; color: var(--green-2); }
.gallery-peek { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gallery-peek img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; background: var(--green); color: #e8f0e6; border-radius: var(--radius); padding: 36px 40px; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { margin: 0; }
.footer-links { margin: 0 0 6px; }
.footer-links a { color: #fff; }
@media (prefers-reduced-motion: reduce) { .quick { transition: none; } html { scroll-behavior: auto; } }
@media (max-width: 900px) {
  .quick-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 28px 24px; }
}

/* Opening-day badge: add to calendar */
.open-wrap { position: relative; display: inline-block; margin-bottom: 28px; }
.open-wrap .open-badge { margin-bottom: 0; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.open-wrap .open-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.3); }
.open-wrap .open-badge:focus-visible { outline: 3px solid #ffd9a8; outline-offset: 3px; }
.cal-add { display: inline-block; margin-top: 6px; font-size: .85rem; font-weight: 600; color: var(--red); }
.open-badge:hover .cal-add { text-decoration: underline; }
.cal-menu { position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; min-width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.28); padding: 6px; display: flex; flex-direction: column; }
.cal-menu a { color: var(--ink); text-decoration: none; font-weight: 500; padding: 10px 14px; border-radius: 8px; }
.cal-menu a:hover, .cal-menu a:focus-visible { background: var(--cream-2); color: var(--green); outline: none; }
.cal-note { margin: 4px 14px 8px; font-size: .8rem; color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .open-wrap .open-badge { transition: none; } }

/* Directions: choose Google or Apple Maps */
.maps-wrap { position: relative; display: inline-block; }
.maps-toggle::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-3px) rotate(45deg); transition: transform .15s; }
.maps-toggle[aria-expanded="true"]::after { transform: translateY(1px) rotate(-135deg); }
.maps-menu { position: absolute; z-index: 20; top: calc(100% + 8px); left: 0; min-width: 220px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.18); padding: 6px; display: flex; flex-direction: column; }
.maps-label { margin: 6px 14px 4px; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.maps-menu a { color: var(--ink); text-decoration: none; font-weight: 500; padding: 10px 14px; border-radius: 8px; }
.maps-menu a:hover, .maps-menu a:focus-visible { background: var(--cream-2); color: var(--green); outline: none; }
@media (prefers-reduced-motion: reduce) { .maps-toggle::after { transition: none; } }

/* Hero: logo as a centred crest above the headline */
.hero { padding: 48px 0 72px; }
.hero-inner { flex-direction: column; align-items: center; text-align: center; gap: 22px; }
.hero-logo { order: 0; width: 180px; margin: 0; border-width: 5px; }
.hero-text { display: flex; flex-direction: column; align-items: center; }
.hero h1 { margin-inline: auto; max-width: 20ch; text-wrap: balance; }
.hero .lead { margin-inline: auto; }
.hero-buttons { justify-content: center; }
.hero .open-wrap { margin: 28px 0 0; }
.hero .open-badge { text-align: left; }
.hero .maps-menu { text-align: left; }
@media (max-width: 900px) {
  .hero { padding: 40px 0 64px; }
  .hero-inner { align-items: center; gap: 22px; }
  .hero-logo { display: block; width: 130px; border-width: 4px; }
}

/* Logo: badge in the top-left corner, hanging below the menu bar */
.nav-wrap { position: relative; }
.logo { align-self: flex-start; position: relative; z-index: 11; }
.logo img { width: 116px; height: auto; margin-top: 8px; border-radius: 16px; border: 4px solid #fff; background: var(--cream); box-shadow: 0 8px 22px rgba(0,0,0,.22); object-fit: cover; mix-blend-mode: normal; transition: width .2s ease, margin .2s ease, border-width .2s ease; }
body.scrolled .logo img, body.nav-open .logo img { width: 50px; margin-top: 7px; border-width: 2px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
@media (max-width: 900px) { .logo img { width: 80px; border-width: 3px; border-radius: 12px; } }
@media (prefers-reduced-motion: reduce) { .logo img { transition: none; } }

/* Header and hero run from the left edge of the window */
.nav-wrap.container, .hero-inner.container { width: calc(100% - 2 * clamp(16px, 4vw, 48px)); max-width: none; }
.nav-wrap { justify-content: flex-start; gap: clamp(20px, 3vw, 40px); }
.nav { flex: 1; }
.nav a.nav-cta { margin-left: 0; }
.nav a.nav-cta:hover { background: #9e3822; color: #fff; }
.nav-toggle { margin-left: auto; }
.hero { padding: 104px 0 80px; }
.hero-inner { align-items: flex-start; text-align: left; }
.hero-text { align-items: flex-start; }
.hero h1 { margin-inline: 0; }
.hero .lead { margin-inline: 0; }
.hero-buttons { justify-content: flex-start; }
@media (max-width: 1180px) { .nav-wrap { position: static; } .nav { flex: none; align-items: flex-start; padding: 16px clamp(16px, 4vw, 48px); } .nav a.nav-cta { margin-left: 0; } }
@media (max-width: 900px) { .hero { padding: 56px 0 64px; } }

/* Find Us buttons */
.find-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-start; }
.btn-outline { background: transparent; color: var(--green); box-shadow: inset 0 0 0 2px var(--green-2); }
.btn-outline:hover { background: var(--green-2); color: #fff; }

/* Items placed freely in the editor (offset kept on larger screens only) */
[data-free] { position: relative; z-index: 3; }
@media (max-width: 900px) { [data-free] { translate: none !important; } }

/* Wordmark heading on the home page */
.hero h1.wordmark { max-width: none; margin: 0 0 .35em; line-height: 0; }
.hero h1.wordmark img { width: min(560px, 100%); height: auto; filter: drop-shadow(0 2px 10px rgba(0,0,0,.35)); }

/* ===== Home hero: centred sign-board layout for the wordmark ===== */
.hero { position: relative; isolation: isolate; padding: 72px 0 96px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,28,18,.10) 0%, rgba(12,28,18,.25) 45%, rgba(12,28,18,.55) 100%); }
.hero-inner, .hero-inner.container { align-items: center; text-align: center; }
.hero-text { align-items: center; width: 100%; max-width: 760px; margin-inline: auto; }
.hero h1.wordmark { display: inline-block; margin: 0 0 22px; padding: 26px 40px 22px; background: var(--cream); border-radius: 20px; line-height: 0; box-shadow: 0 18px 40px rgba(0,0,0,.28); position: relative; }
.hero h1.wordmark::after { content: ""; position: absolute; inset: 9px; border: 2px solid rgba(190,70,45,.28); border-radius: 13px; pointer-events: none; }
.hero h1.wordmark img { width: 480px; max-width: 100%; height: auto; margin: 0 auto; filter: none; }
.hero h1.wordmark { max-width: 100%; text-align: center; }
.hero .eyebrow { margin: 0 0 10px; color: #ffe2b8; letter-spacing: .18em; }
.hero .lead { margin-inline: auto; max-width: 52ch; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-buttons { justify-content: center; margin-top: 20px; }
.hero .open-wrap { margin: 30px auto 0; }
.hero .cal-menu { left: 50%; transform: translateX(-50%); min-width: 260px; }
@media (max-width: 900px) {
  .hero { padding: 48px 0 64px; }
  .hero h1.wordmark { padding: 18px 20px 14px; border-radius: 16px; margin-bottom: 18px; }
  .hero h1.wordmark img { width: 300px; }
  .hero h1.wordmark::after { inset: 6px; border-radius: 11px; }
  .hero-buttons { justify-content: center; }
}

/* Home quick-info cards: tighter, consistent rhythm */
.quick-grid { gap: 24px; align-items: stretch; }
.quick { padding: 30px 32px 28px; gap: 0; border-top: 4px solid var(--green-2); }
.quick-label { font-size: .74rem; letter-spacing: .14em; margin-bottom: 10px !important; }
.quick-big { font-size: clamp(1.9rem, 2.6vw, 2.3rem); line-height: 1.1; margin: 0 0 14px !important; }
.quick p:not(.quick-label):not(.quick-big) { color: var(--muted); font-size: .98rem; line-height: 1.55; }
.quick-link { padding-top: 22px; margin-top: auto; font-size: .98rem; }
.quick:hover .quick-link { text-decoration: underline; text-underline-offset: 3px; }
.quick:focus-visible { outline: 3px solid var(--green-2); outline-offset: 3px; }
.quick-big.quick-address { font-size: clamp(1.45rem, 1.9vw, 1.7rem); line-height: 1.22; letter-spacing: -.005em; }

/* Home hero: welcome line and intro text */
.hero .welcome { font-family: Fraunces, Georgia, serif; font-weight: 700; font-size: clamp(1.5rem, 3.2vw, 2.25rem); line-height: 1.2; color: #fff; margin: 10px auto 16px; max-width: 30ch; text-wrap: balance; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.7; color: #f3efe6; margin-top: 0; max-width: 62ch; text-wrap: balance; }
.hero .lead strong { color: #ffe2b8; font-weight: 600; }

/* FAQs page */
.faq-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: 56px; align-items: start; }
.faq-intro { position: sticky; top: 100px; }
.faq-heading { font-size: 1.35rem; margin: 40px 0 14px; }
.faq-groups > .faq-heading:first-child { margin-top: 6px; }
.faq details { padding: 0; margin-bottom: 10px; border-radius: 12px; transition: box-shadow .15s; }
.faq details[open] { box-shadow: 0 6px 18px rgba(0,0,0,.06); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--green); }
.faq summary::after { content: "+"; flex-shrink: 0; font-size: 1.5rem; font-weight: 400; line-height: 1; color: var(--green-2); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:focus-visible { outline: 2px solid var(--green-2); outline-offset: -2px; border-radius: 12px; }
.faq details p { margin: 0; padding: 0 20px 18px; color: var(--muted); }
.faq-callout h3 { margin-top: 0; }
.faq-callout p { color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .faq summary::after, .faq details { transition: none; } }
@media (max-width: 900px) { .faq-page { grid-template-columns: 1fr; gap: 28px; } .faq-intro { position: static; } }

/* Contact page */
.contact-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 48px; align-items: start; }
.call-card { text-align: center; padding: 26px 24px; }
.call-card .quick-label { margin: 0 0 6px; }
.call-number { display: inline-block; font-family: Fraunces, Georgia, serif; font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 700; color: var(--green); text-decoration: none; letter-spacing: -.01em; }
.call-number:hover { color: var(--red); }
.call-card .note { margin: 10px 0 0; }
.contact-intro .social { text-align: left; margin: 18px 0 24px; }
.contact-form-wrap h2 { margin-bottom: .3em; }
.contact-form-wrap > p { color: var(--muted); margin-bottom: 20px; }
.form-note { margin: 12px 0 0; }
@media (max-width: 900px) { .contact-page { grid-template-columns: 1fr; gap: 32px; } }

/* Form fields: always dark text on the cream field, even in phone/browser dark mode */
:root { color-scheme: light; }
.form input, .form select, .form textarea { color: var(--ink); background: var(--cream); -webkit-text-fill-color: var(--ink); caret-color: var(--ink); }
.form input::placeholder, .form textarea::placeholder { color: #8c9186; opacity: 1; -webkit-text-fill-color: #8c9186; }
.form select option { color: var(--ink); background: #fff; }
.form .req { color: var(--red); font-weight: 700; }
.form-note .req { margin-right: 2px; }
.call-email { display: inline-block; font-family: Fraunces, Georgia, serif; font-size: clamp(1.05rem, 1.5vw, 1.3rem); font-weight: 700; color: var(--green); text-decoration: none; word-break: break-word; line-height: 1.3; }
.call-email:hover { color: var(--red); text-decoration: underline; }
.contact-intro .call-card + .call-card { margin-top: 16px; }

[hidden] { display: none !important; }
.map { background: var(--cream-2); border-radius: var(--radius); min-height: 200px; }
.gallery figure { margin: 0; }


