:root {
  --navy: #0c182c;
  --navy-2: #081020;
  --gold: #d6be94;
  --gold-2: #e2cd9f;
  --cream: #faf6ee;
  --cream-2: #f3eee4;
  --ink: #1b1a17;
  --muted: #5c574e;
  --line: rgba(201, 164, 74, 0.45);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

/* Header */
.site-header {
  background: var(--navy);
  color: var(--white);
  padding: 18px 0 0;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--gold-2);
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  display: block;
}
.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
}
.brand-name span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  margin-top: 4px;
}
.phone {
  color: var(--gold-2);
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: 0.06em;
  font-size: 15px;
}
.nav {
  display: flex;
  gap: 28px;
  padding: 16px 0 18px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
}
.nav a {
  color: #e8e0d0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.nav a:hover,
.nav a.active {
  color: var(--gold-2);
  border-bottom-color: var(--gold);
}

/* Hero */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 28px 0 56px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
}
.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.95;
  margin: 0 0 18px;
  color: #f3eee4;
}
.hero .lede {
  color: var(--gold-2);
  font-size: 18px;
  margin: 0 0 8px;
}
.hero .sub {
  color: #b7b1a4;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 26px;
}
.hero-photo {
  border: 1px solid rgba(201,164,74,.35);
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 340px; object-fit: cover; }

.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  padding: 11px 18px;
  border: 1px solid var(--gold);
  color: var(--navy);
  background: var(--gold);
}
.btn.ghost {
  background: transparent;
  color: var(--gold-2);
}
.btn.dark {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}
.btn:hover { filter: brightness(1.06); }

/* Page title band */
.page-band {
  background: var(--cream);
  padding: 36px 0 10px;
}
.page-band h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 52px);
  margin: 0 0 8px;
}
.page-band p { margin: 0; color: var(--muted); }
.crumbs {
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  color: var(--muted);
  padding: 16px 0 0;
}

/* Sections */
.section { padding: 36px 0 56px; }
.section.navy { background: var(--navy); color: var(--cream); }
.gold { color: var(--gold); }
.center { text-align: center; }
.rule {
  border: 0;
  border-top: 1px solid var(--gold);
  width: min(920px, 90%);
  margin: 18px auto;
}
.badge {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--navy);
  background: var(--cream);
  border-radius: 999px;
  padding: 7px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}
.trio article { text-align: center; }
.ring {
  width: 54px;
  height: 54px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  margin: 0 auto 12px;
}
.trio h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #8a6d28;
  font-size: 26px;
  margin: 0 0 8px;
  font-weight: 600;
}
.trio p { margin: 0; color: var(--muted); font-size: 15px; }

.cards-4, .cards-2, .cards-grid {
  display: grid;
  gap: 18px;
}
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-2 { grid-template-columns: 1fr 1fr; }
.cards-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cards-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card {
  background: #f7f2e8;
  border: 1px solid var(--gold);
  padding: 18px;
  text-decoration: none;
  color: inherit;
  display: block;
}
.card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 12px 0 4px;
  font-size: 26px;
  color: #6e5720;
  text-align: center;
}
.card p, .card .meta {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
}
.round-photo {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  object-fit: cover;
  margin: 8px auto;
  border: 3px solid var(--gold);
  display: block;
}

.note-box {
  border: 1px solid var(--gold);
  padding: 12px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  color: var(--muted);
  margin: 16px 0 22px;
}
.search-wrap { margin: 8px 0 18px; }
.search-wrap input[type="search"] {
  width: 100%;
  max-width: 560px;
  border: 1px solid var(--gold);
  background: #fff;
  padding: 12px 14px;
  font: 16px "Source Sans 3", sans-serif;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.product-card {
  border: 1px solid var(--gold);
  background: #f7f2e8;
  overflow: hidden;
}
.product-card img { width: 100%; height: 160px; object-fit: cover; }
.product-card .body { padding: 12px 14px 16px; }
.product-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0 0 4px;
  font-size: 22px;
  color: #6e5720;
}
.product-card .code {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 0 0 8px;
}
.product-card p { margin: 0; font-size: 14px; color: #3d3a34; }
.empty-search { font-family: "Source Sans 3", sans-serif; color: var(--muted); }
@media (max-width: 900px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .product-grid { grid-template-columns: 1fr; }
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.split img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid rgba(201,164,74,.4);
}
.split h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  margin: 14px 0 8px;
}
.addr-card {
  border: 1px solid var(--gold);
  padding: 16px 18px;
  background: #f7f2e8;
}
.addr-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  margin: 0 0 8px;
}

.prose p { max-width: 920px; }
.prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  margin: 28px 0 10px;
}
.bullets { padding-left: 18px; }
.bullets li { margin: 6px 0; }

.quote {
  border: 1px solid rgba(201,164,74,.35);
  background: #faf6ee;
  padding: 16px 18px;
  margin: 0 0 12px;
  font-size: 15px;
}
.quote cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  color: var(--muted);
}

.wide-photo {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

/* Form */
.form-shell {
  border: 1px solid var(--gold);
  background: #f7f2e8;
  padding: 22px;
}
label {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 12px 0 6px;
  color: #3d3a34;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  border: 1px solid #ddd4c2;
  background: #fff;
  padding: 10px 12px;
  font: 15px "Source Sans 3", sans-serif;
}
.row-2, .row-3 { display: grid; gap: 14px; }
.row-2 { grid-template-columns: 1fr 1fr; }
.row-3 { grid-template-columns: 1fr 1fr 1fr; }
.choice-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
}
.choice-row label { text-transform: none; letter-spacing: 0; font-size: 15px; display: flex; gap: 8px; align-items: center; margin: 0; }
fieldset {
  border: 0;
  padding: 0;
  margin: 8px 0 0;
}
legend {
  font-family: "Source Sans 3", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-actions { text-align: center; margin-top: 22px; }
.hint { font-family: "Source Sans 3", sans-serif; font-size: 13px; color: var(--muted); margin: 6px 0 0; }
.hidden { display: none !important; }

/* Footer */
.site-footer {
  background: var(--navy);
  color: #d9d1c3;
  padding: 28px 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
}
.site-footer strong { color: var(--gold-2); font-family: "Libre Baskerville", serif; font-weight: 400; }
.site-footer a { color: var(--gold-2); text-decoration: none; }
.fine { color: #9a9386; font-size: 13px; margin-top: 6px; }

@media (max-width: 900px) {
  .hero-grid, .split, .cards-4, .cards-grid, .cards-5, .trio, .row-3 { grid-template-columns: 1fr 1fr; }
  .hero-photo img, .split img { height: 220px; }
}
@media (max-width: 640px) {
  .header-top { flex-direction: column; align-items: flex-start; }
  .nav { flex-wrap: wrap; gap: 12px 18px; }
  .hero-grid, .split, .cards-4, .cards-grid, .cards-5, .trio, .row-2, .row-3 { grid-template-columns: 1fr; }
}
