:root {
  color-scheme: light;
  --ink: #332820;
  --muted: #6f665f;
  --brand: #b51f24;
  --brand-dark: #821418;
  --gold: #f4b23f;
  --paper: #ffffff;
  --soft: #f8f5f1;
  --line: #e8e0d8;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

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

.seo-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.seo-header-inner,
.seo-main,
.seo-footer-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.seo-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.seo-logo img {
  width: 190px;
  height: auto;
}

.seo-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}

.seo-nav a {
  text-decoration: none;
}

.seo-order-link,
.seo-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.seo-breadcrumbs a {
  color: var(--brand-dark);
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(38px, 7vw, 82px) 0;
}

.seo-kicker {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 780px;
  margin: 12px 0 18px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.seo-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 11px 17px;
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: none;
}

.seo-hero-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--soft);
  box-shadow: 0 24px 60px rgba(51, 40, 32, 0.16);
}

.seo-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.seo-section {
  padding: 20px 0 74px;
}

.seo-section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.seo-section-heading h2 {
  margin: 0 0 10px;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
}

.seo-section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.seo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
}

.seo-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}

.seo-card-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.seo-card h2,
.seo-card h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  line-height: 1.15;
}

.seo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.seo-card-meta {
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 850;
}

.seo-card-link {
  width: fit-content;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 850;
}

.seo-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.seo-local-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 74px;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 40px);
  background: var(--soft);
}

.seo-local-panel h2 {
  grid-column: 1 / -1;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
}

.seo-local-panel div {
  line-height: 1.55;
}

.seo-local-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand-dark);
}

.seo-footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  background: #211a16;
  color: #ffffff;
}

.seo-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #eee8e2;
  font-size: 13px;
  line-height: 1.6;
}

.seo-footer a {
  color: #ffffff;
}

@media (max-width: 860px) {
  .seo-hero {
    grid-template-columns: 1fr;
  }

  .seo-hero-image {
    min-height: 280px;
  }

  .seo-hero-image img {
    min-height: 280px;
  }

  .seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-local-panel {
    grid-template-columns: 1fr;
  }

  .seo-local-panel h2 {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .seo-header-inner {
    min-height: 70px;
  }

  .seo-logo img {
    width: 150px;
  }

  .seo-nav > a:not(.seo-order-link) {
    display: none;
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    padding-top: 32px;
  }

  .seo-footer-inner {
    flex-direction: column;
  }
}
