:root {
  --paper: #f7eddb;
  --paper-deep: #ead8b7;
  --ink: #2f251d;
  --brown: #6f4b2f;
  --gold: #b88a3c;
  --rose: #9d4d3f;
  --green: #64745b;
  --cream: #fff9ec;
  --line: rgba(111, 75, 47, 0.28);
  --shadow: 0 22px 50px rgba(47, 37, 29, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16px 16px, rgba(111, 75, 47, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper), #f3e3c5);
  background-size: 18px 18px, auto;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 50;
  width: clamp(10px, 2vw, 26px);
  pointer-events: none;
  background:
    linear-gradient(180deg, var(--gold), var(--rose), var(--green), var(--gold));
  opacity: 0.55;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 236, 0.92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand small {
  display: block;
}

.brand strong {
  color: var(--brown);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1;
}

.brand small {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--brown);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--brown);
  color: var(--cream);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--brown);
  border-radius: 50%;
  background: var(--cream);
  color: var(--brown);
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.heritage-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 0.95fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - 87px);
  padding: clamp(62px, 8vw, 118px) clamp(24px, 7vw, 108px);
  overflow: hidden;
}

.heritage-hero::before {
  content: "";
  position: absolute;
  right: clamp(22px, 8vw, 120px);
  top: clamp(42px, 8vw, 110px);
  width: clamp(180px, 28vw, 360px);
  height: clamp(180px, 28vw, 360px);
  z-index: -1;
  border: 1px solid rgba(184, 138, 60, 0.22);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 18px rgba(255, 249, 236, 0.42),
    inset 0 0 0 20px rgba(111, 75, 47, 0.14);
}

.hero-bread-basket {
  position: absolute;
  right: clamp(22px, 8vw, 120px);
  top: clamp(42px, 8vw, 110px);
  z-index: 0;
  display: grid;
  width: clamp(180px, 28vw, 360px);
  height: clamp(180px, 28vw, 360px);
  place-items: center;
  padding: clamp(42px, 6.5vw, 76px);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.72;
}

.hero-bread-basket img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: sepia(0.2) saturate(0.84);
  mix-blend-mode: multiply;
}

.heritage-hero::after,
.section::before {
  content: "";
  position: absolute;
  inset: clamp(18px, 3vw, 36px);
  z-index: -1;
  border: 1px solid rgba(111, 75, 47, 0.24);
  border-radius: 24px;
  pointer-events: none;
}

.hero-copy,
.section-copy,
.section-copy-static,
.section-heading {
  position: relative;
}

.kicker,
.label {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 18px;
  color: var(--brown);
  font-family: "Bodoni 72", Didot, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  max-width: 9ch;
  font-size: clamp(3.6rem, 8vw, 7.3rem);
  line-height: 0.88;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  color: var(--brown);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

p {
  max-width: 660px;
  color: rgba(47, 37, 29, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-actions {
  flex-direction: column;
  align-items: flex-start;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  min-width: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brown);
  border-radius: 999px;
  padding: 11px 18px;
  background: var(--cream);
  color: var(--brown);
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--brown);
  color: var(--cream);
}

.button.secondary {
  background: transparent;
}

.social-button {
  gap: 8px;
}

.social-button img {
  width: 18px;
  height: 18px;
}

.hero-social-button {
  width: 46px;
  min-width: 46px;
  padding: 0;
  border-color: transparent;
  background: transparent;
}

.hero-social-start {
  margin-left: auto;
}

.hero-social-button img {
  width: 34px;
  height: 34px;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--rose);
  font-weight: 700;
}

.postcard-frame {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(111, 75, 47, 0.34);
  border-radius: 28px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.postcard-frame::before,
.postcard-frame::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  border: 2px solid var(--gold);
  pointer-events: none;
}

.postcard-frame::before {
  left: -12px;
  top: -12px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 28px 0 0;
}

.postcard-frame::after {
  right: -12px;
  bottom: -12px;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 28px;
}

.postcard-frame img {
  width: 100%;
  border-radius: 18px;
  filter: sepia(0.18) saturate(0.9);
}

.postcard-frame figcaption {
  margin-top: 12px;
  color: var(--green);
  font-style: italic;
  text-align: center;
}

.status-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(24px, 7vw, 108px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--brown);
  color: var(--cream);
}

.status-band .label,
.status-band strong,
.status-band a {
  color: var(--cream);
}

.status-band strong {
  display: block;
  font-size: clamp(1.12rem, 2vw, 1.5rem);
}

.review-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(24px, 7vw, 108px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 236, 0.7);
}

.review-band strong {
  display: block;
  color: var(--brown);
  font-family: "Bodoni 72", Didot, Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
}

.review-band p {
  margin: 8px 0 0;
}

.section {
  position: relative;
  padding: clamp(66px, 9vw, 116px) clamp(24px, 7vw, 108px);
  overflow: hidden;
}

.section:nth-of-type(even) {
  background: rgba(255, 249, 236, 0.46);
}

.museum-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}

.assortment-section {
  background: rgba(234, 216, 183, 0.45);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.assortment-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.assortment-grid article,
.location-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(111, 75, 47, 0.28);
  border-radius: 24px 24px 10px 10px;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(47, 37, 29, 0.08);
}

.assortment-grid article {
  overflow: hidden;
}

.assortment-grid article:not(:has(.assortment-image)) {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(184, 138, 60, 0.14), transparent 38%),
    linear-gradient(315deg, rgba(157, 77, 63, 0.12), transparent 42%),
    var(--cream);
}

.assortment-image {
  width: calc(100% + 56px);
  max-width: none;
  height: 210px;
  margin: -28px -28px 24px;
  object-fit: cover;
  border-bottom: 1px solid rgba(111, 75, 47, 0.22);
  filter: sepia(0.14) saturate(0.92);
}

.assortment-grid article::after,
.location-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184, 138, 60, 0.34);
  border-radius: inherit;
  pointer-events: none;
}

.assortment-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: rgba(47, 37, 29, 0.78);
  list-style: none;
}

.assortment-list li {
  position: relative;
  padding-left: 20px;
}

.assortment-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.assortment-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 22px 26px;
  border: 1px solid rgba(111, 75, 47, 0.24);
  border-radius: 18px;
  background: rgba(255, 249, 236, 0.7);
}

.assortment-note p {
  margin: 0;
}

.legal-section {
  min-height: calc(100vh - 87px);
}

.legal-section h1 {
  max-width: 12ch;
  color: var(--brown);
  font-family: "Bodoni 72", Didot, Georgia, serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.92;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.privacy-grid {
  align-items: start;
}

.legal-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(111, 75, 47, 0.28);
  border-radius: 24px 24px 10px 10px;
  background: var(--cream);
  box-shadow: 0 12px 30px rgba(47, 37, 29, 0.08);
}

.legal-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184, 138, 60, 0.34);
  border-radius: inherit;
  pointer-events: none;
}

.legal-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.legal-card.notice {
  background: #fbefd9;
}

.hours-section {
  background: rgba(100, 116, 91, 0.12);
}

.service-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: rgba(234, 216, 183, 0.45);
}

.service-copy {
  position: relative;
}

.service-copy .button {
  margin-top: 14px;
}

.service-illustration {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(111, 75, 47, 0.28);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.service-illustration img {
  width: 100%;
  border-radius: 16px;
  filter: sepia(0.08) saturate(0.96);
}

.service-illustration figcaption {
  margin-top: 12px;
  color: var(--green);
  font-style: italic;
  text-align: center;
}

.location-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.location-card.accent {
  background: #fbefd9;
}

address {
  margin-bottom: 14px;
  color: rgba(47, 37, 29, 0.86);
  font-style: normal;
}

.location-card > a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--rose);
  font-weight: 700;
}

.hours-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hours-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 9px;
}

.hours-list dt {
  color: var(--brown);
  font-weight: 700;
}

.hours-list dd {
  margin: 0;
  color: rgba(47, 37, 29, 0.76);
}

.museum-preview,
.photo-gallery {
  display: grid;
  gap: 16px;
}

.museum-preview {
  grid-template-columns: 1fr 0.82fr;
  align-items: end;
}

.museum-preview img,
.photo-gallery img {
  width: 100%;
  border: 10px solid var(--cream);
  border-radius: 18px;
  box-shadow: var(--shadow);
  filter: sepia(0.2) saturate(0.82);
}

.museum-preview img:first-child {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.museum-preview img:last-child {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gallery-section {
  background: rgba(255, 249, 236, 0.55);
}

.photo-gallery {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.photo-gallery a {
  display: block;
  text-decoration: none;
}

.photo-gallery img {
  height: 240px;
  object-fit: cover;
  border-width: 8px;
}

.contact-section {
  background: var(--brown);
}

.contact-section h2,
.contact-section p,
.contact-section .kicker {
  color: var(--cream);
}

.contact-section .button.secondary {
  border-color: var(--cream);
  color: var(--cream);
}

.payment-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: rgba(255, 249, 236, 0.86);
  font-weight: 700;
}

.payment-note img {
  width: 92px;
  height: auto;
  border-radius: 999px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(24px, 7vw, 108px);
  background: var(--ink);
  color: var(--cream);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 940px) {
  .heritage-hero,
  .museum-section,
  .contact-section,
  .service-section,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .assortment-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: none;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 8px;
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 12px;
  }

  h1 {
    font-size: clamp(3.1rem, 18vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2.3rem, 13vw, 3.6rem);
  }

  .heritage-hero {
    min-height: auto;
  }

  .status-band,
  .review-band,
  .assortment-note,
  .contact-section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .museum-preview {
    grid-template-columns: 1fr;
  }

  .hours-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
