:root {
  --bg: #f6f0e8;
  --panel: #fffdfb;
  --ink: #1b140f;
  --muted: #645850;
  --gold: #b9935a;
  --line: rgba(27, 20, 15, 0.1);
  --shadow: rgba(31, 21, 15, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: linear-gradient(180deg, #fbf7f2, #f5efe9);
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 20;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  max-width: 1200px;
  margin: auto;
  padding: 28px 48px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f9efdc, #c7a46b 40%, #826335 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.nav-drop {
  position: relative;
}

.mega {
  display: none;
  position: absolute;
  z-index: 3;
  top: 24px;
  left: -22px;
  min-width: 360px;
  padding: 24px;
  gap: 40px;
  background: rgba(255, 253, 251, 0.97);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 40px var(--shadow);
}

.nav-drop:hover .mega,
.nav-drop:focus-within .mega {
  display: flex;
}

.mega div {
  display: grid;
  gap: 12px;
}

.mega b,
footer b {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
}

.mega a { white-space: nowrap; }

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ink);
}

main {
  max-width: 1200px;
  margin: auto;
  padding: 0 48px 80px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 28px 0 54px;
}

.copy {
  padding: 20px 12px 20px 0;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero h1,
h1 {
  margin: 0;
  font: 600 clamp(2.8rem, 5vw, 5rem) / 0.96 Georgia, "Times New Roman", serif;
  letter-spacing: -0.05em;
}

.lead {
  margin: 20px 0 28px;
  max-width: 520px;
  font-size: 1.06rem;
  line-height: 1.8;
  color: var(--muted);
}

.actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, #b9935a, #d7b87c);
  color: white;
  box-shadow: 0 12px 24px rgba(185, 147, 90, 0.35);
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.stats {
  display: flex;
  gap: 26px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stats strong {
  display: block;
  font: 1.7rem Georgia, "Times New Roman", serif;
}

.stats span {
  color: var(--muted);
  font-size: 0.82rem;
}

.visual {
  position: relative;
  min-height: 600px;
}

.image-card {
  position: absolute;
  inset: 10% 0 0 8%;
  border-radius: 28px;
  background: url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1200&q=80') center/cover;
  box-shadow: 0 30px 60px rgba(36, 26, 21, 0.18);
}

.badge {
  position: absolute;
  right: 14%;
  top: 10%;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 36px rgba(25, 18, 14, 0.1);
}

.badge small {
  display: block;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.68rem;
  margin-bottom: 6px;
}

.badge strong {
  font: 2.2rem Georgia, "Times New Roman", serif;
}

.floating-note {
  position: absolute;
  left: 0;
  bottom: 9%;
  background: rgba(31, 20, 13, 0.78);
  color: #f7eee3;
  border-radius: 18px;
  padding: 16px 18px;
  max-width: 240px;
  box-shadow: 0 22px 38px rgba(13, 9, 7, 0.22);
}

.floating-note strong {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  color: #d5b77d;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.floating-note span {
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-section,
.page-intro {
  padding: 80px 0 42px;
}

.home-section h2,
.callout h2 {
  font: 600 clamp(2rem, 4vw, 3.5rem) Georgia, "Times New Roman", serif;
  max-width: 650px;
}

.page-intro { max-width: 800px; }

.page-intro h1 { font-size: clamp(3rem, 7vw, 6rem); }

.page-intro p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 650px;
}

.card-grid,
.product-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card,
.article {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.article:hover,
.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px var(--shadow);
}

.card img,
.article img,
.product img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.card > div,
.article {
  padding: 20px;
}

.card h3,
.product h3 {
  font: 1.65rem Georgia, "Times New Roman", serif;
  margin: 0 0 14px;
}

.text-link {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.9rem;
}

.callout,
.contact-box {
  margin: 70px 0;
  padding: 52px;
  border-radius: 24px;
  background: #1f140d;
  color: #f7eee3;
}

.callout p {
  max-width: 540px;
  color: #d9cabe;
  line-height: 1.7;
}

.product {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  transition: transform 0.25s ease;
}

.product .eyebrow,
.product h3,
.product .text-link {
  margin-left: 8px;
}

.related { margin-top: 90px; }

.related h2 { font: 2.6rem Georgia, "Times New Roman", serif; }

.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 70px 0;
  border-top: 1px solid var(--line);
}

.editorial.reverse div { order: 2; }

.editorial img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 24px;
}

.editorial h2,
.story h1 {
  font: 600 clamp(2.3rem, 5vw, 4.6rem) / 1 Georgia, "Times New Roman", serif;
}

.editorial p,
.story-copy p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 1.05rem;
}

.article-grid { grid-template-columns: repeat(3, 1fr); }

.article img { height: 240px; }

.article h2 {
  font: 1.7rem Georgia, "Times New Roman", serif;
  margin: 4px 0 10px;
}

.article p {
  color: var(--muted);
  line-height: 1.6;
}

.story {
  max-width: 900px;
  margin: auto;
  padding: 80px 0;
}

.story > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  margin: 30px 0;
}

.story-copy {
  max-width: 680px;
  margin: 30px auto;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.contact-box h2 { font: 2.8rem Georgia, "Times New Roman", serif; }

.contact-details {
  display: grid;
  gap: 16px;
  font: 1.3rem Georgia, "Times New Roman", serif;
}

.contact-details a:hover { color: #d7b87c; }

footer {
  background: #20150f;
  color: #f7eee3;
  padding: 60px max(48px, calc((100% - 1104px) / 2)) 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 28px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-grid .brand { margin-bottom: 8px; }

.muted {
  color: #bba99d;
  line-height: 1.6;
}

.newsletter {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.newsletter form {
  display: flex;
  gap: 10px;
}

.newsletter input {
  min-width: 260px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  color: #bba99d;
  font-size: 0.82rem;
}

@media (max-width: 860px) {
  .topbar { padding: 20px 24px; }
  .menu-toggle { display: block; }

  .nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    z-index: 5;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 253, 251, 0.97);
    box-shadow: 0 18px 40px var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open { display: flex; }

  .mega {
    position: static;
    display: grid;
    margin-top: 12px;
    box-shadow: none;
    min-width: 0;
  }

  .nav-drop:hover .mega { display: grid; }

  main { padding: 0 24px 60px; }

  .hero,
  .editorial { grid-template-columns: 1fr; gap: 26px; }

  .visual { min-height: 420px; }
  .image-card { inset: 0; }

  .editorial.reverse div { order: 0; }

  .card-grid,
  .product-grid,
  .article-grid { grid-template-columns: 1fr 1fr; }

  .card img { height: 300px; }

  .contact-box,
  .newsletter { display: grid; }

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

  footer { padding: 48px 24px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .newsletter form { width: 100%; }
  .newsletter input { min-width: 0; width: 100%; }
  .story > img { height: 330px; }
}

@media (max-width: 520px) {
  .card-grid,
  .product-grid,
  .article-grid { grid-template-columns: 1fr; }

  .card img { height: 360px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; gap: 10px; }
  .actions .btn { width: 100%; }
}
