:root {
  color-scheme: light;
  --ink: #302515;
  --muted: #67583c;
  --paper: #fffaf0;
  --sand: #ffe599;
  --soft-sand: #f5e7b8;
  --gold: #c5ab56;
  --brown: #6e5c2a;
  --dark-brown: #332919;
  --rust: #8f2d18;
  --line: rgb(73 54 22 / 24%);
  --focus: #145daa;
  --success: #25653e;
  --danger: #a12620;
  --shadow: 0 12px 44px rgb(69 50 15 / 14%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--sand);
background-image: url(cork-wallet.png);
  color: var(--ink);
  font: 17px/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: #493311; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 1.5rem 0; }
figcaption { margin-top: .5rem; color: var(--muted); font-size: .9rem; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: .5rem;
  left: .5rem;
  transform: translateY(-160%);
  padding: .65rem .9rem;
  border: 2px solid var(--focus);
  border-radius: .25rem;
  background: white;
  color: #111;
}
.skip-link:focus { transform: none; }

.site-header {
  border-bottom: 5px solid var(--gold);
  background: linear-gradient(135deg, var(--dark-brown), var(--brown));
  box-shadow: 0 5px 20px rgb(54 38 11 / 18%);
}
.brand {
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 2vw, 1.5rem);
  width: min(1240px, 100%);
  margin: auto;
  padding: clamp(.75rem, 2vw, 1.2rem) clamp(1rem, 4vw, 2.5rem);
  color: white;
  text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand img {
  width: clamp(84px, 9vw, 120px);
  border-radius: .35rem;
  box-shadow: 0 3px 14px rgb(0 0 0 / 25%);
}
.brand-titles { display: flex; flex-direction: column; }
.brand-title {
  font: 700 clamp(1.2rem, 3vw, 2.25rem)/1.15 Georgia, "Times New Roman", serif;
  letter-spacing: .025em;
}
.brand-subtitle {
  margin-top: .25rem;
  color: #f8e8b2;
  font-size: clamp(.75rem, 1.5vw, 1rem);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-shell {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(235px, 1fr);
  width: min(1240px, calc(100% - 2rem));
  margin: clamp(1rem, 3vw, 2rem) auto;
  overflow: hidden;
  border-radius: .65rem;
}
main { min-width: 0;border: 1px solid var(--line); border-radius: inherit; background-color: rgba(255,255,255,0.1); }
.breadcrumb {
  display: flex;
  gap: .55rem;
  padding: .8rem clamp(1.1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: var(--soft-sand);
  font-size: .9rem;
}
.view { padding: clamp(1.1rem, 4vw, 3rem); }
.view-title {
  margin: 0 0 1.6rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid var(--gold);
  color: #3d2812;
  font: 700 clamp(1.9rem, 4vw, 3rem)/1.16 Georgia, "Times New Roman", serif;
}
.page-content { display: flow-root; }
.page-content > :first-child { margin-top: 0; }
.page-content p, .page-content li, .page-content address { max-width: 76ch; }
h2, h3, h4 { color: #4a3016; font-family: Georgia, "Times New Roman", serif; line-height: 1.35; }
h2 { margin: 2rem 0 .8rem; font-size: clamp(1.35rem, 3vw, 2rem); }
h3 { margin: .25rem 0 .45rem; font-size: clamp(1.1rem, 2.4vw, 1.4rem); }
p, ul, ol, dl { margin: 0 0 1.15rem; }
.lead { color: #49391e; font: 1.15rem/1.7 Georgia, "Times New Roman", serif; }
.hero-grid, .content-with-art, .location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr);
  align-items: start;
  gap: clamp(1.2rem, 4vw, 2.5rem);
}
.hero-grid { grid-template-columns: 1fr; align-items: center; }
.hero-grid figure { margin: 0; }
.hero-grid img, .content-with-art img, .location-grid img, .page-content > figure img {
  width: 100%;
  border-radius: .4rem;
  box-shadow: 0 6px 20px rgb(60 43 12 / 15%);
}
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.info-card, .address-card {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: .45rem;
  background: white;
}
.info-card p:last-child { margin-bottom: 0; }
.callout {
  margin: 1.3rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--rust);
  background: #f7edcf;
}
.callout h2 { margin-top: 0; font-size: 1.3rem; }
.callout > :last-child { margin-bottom: 0; }
.schedule-list, .price-list { margin-left: 0; padding: 0; list-style: none; }
.schedule-list li, .price-list li {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(180px, 1fr) minmax(190px, 1fr);
  gap: .7rem 1rem;
  padding: .8rem .2rem;
  border-bottom: 1px solid var(--line);
}
.price-list li { grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.1fr); }
.hours-list > div { display: flex; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.hours-list dt { min-width: 8rem; font-weight: 750; }
.hours-list dd { margin: 0; }
.figure-right { float: right; width: min(38%, 330px); margin: 0 0 1.2rem 2rem; }
.clear-float { clear: both; }
.button-link, button[type="submit"] {
  display: inline-block;
  padding: .7rem 1rem;
  border: 0;
  border-radius: .35rem;
  background: var(--rust);
  color: white;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.button-link:hover { color: white; }

.site-sidebar { padding: clamp(1rem, 2.5vw, 2rem); border: 1px solid var(--line); margin: 0 0 0 1rem; border-radius: inherit; background-color: rgba(255,255,255,0.1); }
.site-sidebar h2 { margin: 0 0 .6rem; padding-bottom: .45rem; border-bottom: 2px solid var(--gold); font-size: 1.25rem; }
.site-sidebar ul { margin: 0; padding: 0; list-style: none; }
.site-sidebar li { border-bottom: 1px solid rgb(85 64 23 / 14%); }
.site-sidebar a { display: block; padding: .7rem .3rem; font-weight: 650; }
.site-sidebar a[aria-current="page"] { color: var(--rust); text-decoration-thickness: 3px; }

.contact-form { max-width: 760px; margin-top: 1.5rem; }
.field { margin-bottom: 1rem; }
label { display: block; margin-bottom: .3rem; font-weight: 750; }
input, select, textarea {
  width: 100%;
  padding: .72rem .8rem;
  border: 1px solid #917c4d;
  border-radius: .35rem;
  background: white;
  color: var(--ink);
  font: inherit;
}
textarea { resize: vertical; }
button:disabled { opacity: .55; cursor: not-allowed; }
.notice { padding: .8rem 1rem; border-left: 5px solid; background: white; }
.notice.success { border-color: var(--success); color: var(--success); }
.notice.error { border-color: var(--danger); color: var(--danger); }
.pow-box { margin: 1rem 0; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .4rem; background: #f7edcf; }
.pow-box p { margin-bottom: .25rem; }
.pow-status { font-weight: 750; }
.pow-help { color: var(--muted); font-size: .92rem; }
.pow-progress { height: 8px; margin-top: .7rem; overflow: hidden; border-radius: 999px; background: rgb(0 0 0 / 10%); }
.pow-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--success); transition: width .25s; }

.site-footer { border-top: 5px solid var(--gold); background: var(--dark-brown); color: #f8ecc7; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(1240px, calc(100% - 2rem)); margin: auto; padding: 2rem 0; }
.site-footer p { margin: .3rem 0 0; color: #ddcfaa; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.25rem; }
.site-footer a { color: white; }

@media (max-width: 800px) {
  body { font-size: 16px; }
  .brand-subtitle { display: none; }
  .site-shell { display: flex; flex-direction: column; width: min(100% - 1rem, 760px); margin: .5rem auto; }
  .site-sidebar { width: 100%; margin: 1rem 0 0 }
  .hero-grid, .content-with-art, .location-grid, .card-grid { grid-template-columns: 1fr; }
  .content-with-art figure { width: min(65%, 320px); margin-inline: auto; }
  .schedule-list li, .price-list li { grid-template-columns: 1fr; gap: .15rem; }
  .figure-right { float: none; width: min(70%, 330px); margin: 0 auto 1.2rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .skip-link, .site-sidebar, .site-footer { display: none !important; }
  .site-shell { display: block; width: 100%; }
  body { background: white; color: black; }
}
