:root {
  --ink: #24160d;
  --muted: #725b45;
  --gold: #b47a25;
  --gold-light: #e7c985;
  --cream: #f5e6be;
  --paper: #fffaf0;
  --dark: #1b120c;
  --green: #294f38;
  --line: rgba(145, 101, 37, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f7edcf url("/assets/brand/background-parchment.jpg") center top / cover fixed;
  font-family: Georgia, "Times New Roman", serif;
}
a { color: inherit; }
.public-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 10px max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(214, 178, 102, .22);
  color: #fff6dd;
  background: rgba(27, 18, 12, .96);
  backdrop-filter: blur(14px);
}
.brand-link { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-link img { width: 52px; height: 52px; object-fit: contain; }
.brand-link span { display: grid; }
.brand-link strong { font-size: 1.18rem; letter-spacing: .04em; }
.brand-link small { color: var(--gold-light); letter-spacing: .12em; text-transform: uppercase; }
.public-nav nav { display: flex; gap: 30px; align-items: center; }
.public-nav nav a { color: #f7ead0; text-decoration: none; }
.public-nav nav a:hover { color: #f4c96a; }
.nav-toggle { display: none; color: #fff; border: 1px solid #856534; border-radius: 8px; background: transparent; padding: 9px 12px; }

main { overflow: hidden; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(60px, 9vw, 130px) max(24px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 77% 44%, rgba(211, 158, 56, .23), transparent 26%),
    linear-gradient(110deg, rgba(255, 250, 235, .98) 0 53%, rgba(42, 26, 13, .92) 53% 100%);
}
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: #936016; font-size: .82rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .96; letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.site-button { display: inline-flex; justify-content: center; padding: 14px 20px; border: 1px solid #87591b; border-radius: 9px; text-decoration: none; font-weight: 700; }
.site-button.primary { color: #fff8e8; background: linear-gradient(135deg, #3a2413, #ae7017); box-shadow: 0 10px 24px rgba(74, 42, 12, .2); }
.site-button.secondary { background: rgba(255,255,255,.45); }
.trust-list { display: flex; flex-wrap: wrap; gap: 26px; margin: 34px 0 0; padding: 0; color: #6d5133; list-style: none; font-size: .9rem; }
.trust-list li::before { content: "✦"; margin-right: 8px; color: var(--gold); }
.hero-emblem { position: relative; display: grid; justify-items: center; color: #fff0d0; text-align: center; font-style: italic; line-height: 1.5; }
.emblem-ring { width: min(33vw, 420px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(229, 188, 99, .6); border-radius: 50%; box-shadow: inset 0 0 0 16px rgba(255,255,255,.03), 0 28px 70px rgba(0,0,0,.3); }
.emblem-ring img { width: 82%; height: 82%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.35)); }
.hero-emblem p { margin-top: 24px; color: #e8ce99; }

.story-section, .services-section, .contact-section {
  padding: clamp(70px, 10vw, 130px) max(24px, calc((100vw - 1240px) / 2));
}
.story-section { background: rgba(255, 250, 236, .94); }
.section-heading { max-width: 700px; }
.section-heading.centered { margin: 0 auto 46px; text-align: center; }
.section-heading h2, .collection-callout h2, .contact-section h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.6rem); line-height: 1.02; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); margin-top: 54px; }
.story-intro { margin: 0; color: #5f4832; font-size: 1.4rem; line-height: 1.65; }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 55px 150px 1fr; gap: 18px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--gold); }
.principles h3, .principles p { margin: 0; }
.principles p { color: var(--muted); line-height: 1.5; }
.services-section { background: rgba(43, 28, 17, .96); color: #fff3d9; }
.services-section .eyebrow { color: var(--gold-light); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid article { min-height: 270px; padding: 30px; border: 1px solid rgba(224, 184, 101, .25); background: rgba(255,255,255,.035); }
.service-mark { margin: 0 0 48px; color: var(--gold-light); font-size: 2rem; }
.service-grid h3 { font-size: 1.5rem; }
.service-grid p:last-child { color: #cdbda5; line-height: 1.6; }
.collection-callout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(65px, 9vw, 110px) max(24px, calc((100vw - 1240px) / 2));
  background: rgba(244, 224, 178, .94);
}
.collection-callout p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; background: rgba(255,250,236,.96); }
.contact-copy { align-self: end; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }
.text-link { color: #835314; font-weight: 700; }
.public-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 28px max(24px, calc((100vw - 1240px) / 2)); color: #d9c8aa; background: #160f0a; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 48px; }
.footer-brand div { display: grid; }
.footer-brand span { color: #bda578; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.public-footer a { color: #cdbb99; font-size: .82rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; background: linear-gradient(rgba(255,250,235,.97), rgba(255,250,235,.97)); }
  .hero-emblem { display: none; }
  .story-grid, .contact-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .collection-callout { align-items: start; flex-direction: column; }
  .public-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
@media (max-width: 650px) {
  .nav-toggle { display: block; }
  .public-nav nav { position: absolute; left: 0; right: 0; top: 76px; display: none; padding: 18px 24px; flex-direction: column; align-items: stretch; background: #21160e; }
  .public-nav nav.open { display: flex; }
  h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .principles article { grid-template-columns: 42px 1fr; }
  .principles article p { grid-column: 2; }
}
