:root {
  --ink: #241f1b;
  --muted: #6b625c;
  --paper: #f7f5f0;
  --white: #ffffff;
  --red: #9d2e22;
  --red-dark: #742018;
  --line: rgba(36, 31, 27, 0.16);
  --charcoal: #211d1a;
  --max: 1180px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { max-width: 790px; }
.section { padding: 96px 0; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,245,240,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border: 1px solid var(--red); border-radius: 50%; display: grid; place-items: center; color: var(--red); font: 700 27px/1 var(--serif); }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 21px/1 var(--serif); }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.menu-toggle { display: none; border: 0; background: none; font: 600 14px var(--sans); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; background: var(--red); color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-small { min-height: 39px; padding-inline: 18px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: #eee9df; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.texture-panel { background-color: #f1f0ec; background-image: linear-gradient(rgba(255,255,255,.62), rgba(255,255,255,.62)), url('assets/paper-texture.png'); background-size: cover; }
.hero { padding: 88px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 68px; }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; margin: 0; }
h1 { font-size: clamp(58px, 8vw, 102px); letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 5vw, 68px); letter-spacing: -.02em; }
h3 { font-size: 34px; }
.lead { font-size: 20px; max-width: 650px; margin: 28px 0 0; color: #49413c; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 600px; margin: 56px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts dt { font: 700 28px/1 var(--serif); }
.hero-facts dd { margin: 7px 0 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-visual { margin: 0; }
.image-frame { background: #fff; padding: 16px; box-shadow: 0 28px 55px rgba(51,38,29,.16); transform: rotate(1.5deg); }
.image-frame img { aspect-ratio: 1 / 1; object-fit: cover; }
.hero-visual figcaption { color: var(--muted); font-size: 12px; margin-top: 14px; text-align: center; }
.large-copy { font: 500 clamp(26px, 3.2vw, 39px)/1.22 var(--serif); margin: 28px 0 22px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline article { padding: 40px 34px 38px; border-right: 1px solid var(--line); }
.timeline article:last-child { border: 0; }
.timeline-number { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.timeline-date { font-weight: 800; color: var(--red); margin: 10px 0 12px; }
.timeline article p:last-child { color: var(--muted); margin-bottom: 0; }
.dark-section { background: var(--charcoal); color: #fff; }
.dark-section .eyebrow { color: #e7a194; }
.dark-section p { color: #d1cbc6; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split h2 { margin-bottom: 24px; }
.split .button { margin-top: 18px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-grid img { height: 420px; object-fit: cover; }
.detail-grid img:nth-child(2) { margin-top: 54px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading > p { max-width: 480px; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-grid a { min-height: 230px; padding: 34px; border: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; justify-content: end; background: rgba(255,255,255,.4); transition: transform .2s ease, border-color .2s ease; }
.category-grid a:hover { transform: translateY(-4px); border-color: var(--red); }
.category-grid span { font: 700 34px/1 var(--serif); }
.category-grid small { color: var(--muted); margin-top: 12px; }
.card-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.card-preview img { aspect-ratio: 1/1; object-fit: cover; box-shadow: 0 14px 36px rgba(35,30,26,.12); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; color: var(--red); position: absolute; left: 0; font-weight: 900; }
.gallery-card { background: #fff; border: 1px solid var(--line); padding: 58px; display: flex; justify-content: space-between; gap: 60px; align-items: end; box-shadow: 0 24px 55px rgba(41,34,29,.08); }
.gallery-card p { max-width: 650px; }
.gallery-card address { font-style: normal; margin-top: 24px; }
.gallery-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-width: 210px; }
.final-cta { padding: 90px 0; text-align: center; }
.final-inner { max-width: 800px; }
.final-inner h2 { margin-bottom: 20px; }
.final-inner .button { margin-top: 16px; }
.site-footer { background: #181513; color: #bdb5ae; padding: 44px 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 36px; align-items: end; }
.site-footer strong { color: #fff; font: 700 25px var(--serif); }
.site-footer p { margin: 6px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: #fff; text-decoration: none; font-size: 13px; }
.copyright { text-align: right; }
@media (max-width: 860px) {
  .site-header { position: relative; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { max-width: 600px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline article:last-child { border-bottom: 0; }
  .detail-grid img { height: 300px; }
  .section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .category-grid { grid-template-columns: 1fr; }
  .gallery-card { flex-direction: column; align-items: flex-start; padding: 40px; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .copyright { text-align: left; }
}
@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .hero { padding-top: 60px; }
  .hero-grid { gap: 44px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
  .hero-facts div:last-child { border-bottom: 0; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid img:nth-child(2) { margin-top: 0; }
  .card-preview { gap: 8px; }
  .gallery-card { padding: 30px 24px; }
  .brand small { display: none; }
}
