:root {
  --ink: #141210;
  --ink-soft: #3a352f;
  --paper: #f6f2e9;
  --paper-2: #efe9dc;
  --line: #1a1815;
  --accent: #6b5638;
  --gold: #8a6d3b;
  --max: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(120% 80% at 50% -10%, #fbf8f0 0%, var(--paper) 45%, var(--paper-2) 100%);
  font-family: "EB Garamond", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.02rem, .9rem + .4vw, 1.18rem);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--ink); color: var(--paper); }

a { color: inherit; }

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: .55rem .85rem;
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus { top: 1rem; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.5rem); }

.frame {
  position: relative;
  margin: clamp(1rem, 3vw, 2.4rem) auto;
  max-width: 1180px;
  min-height: calc(100vh - 2rem);
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 4vw, 3.6rem) clamp(1rem, 3vw, 2rem);
  background: linear-gradient(var(--paper), var(--paper)) padding-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 30px 60px -40px rgba(30, 20, 10, .5);
}

.frame::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid var(--line);
  pointer-events: none;
  opacity: .55;
}

.corner { position: absolute; width: clamp(64px, 10vw, 120px); height: auto; pointer-events: none; }
.corner.tl { top: -2px; left: -2px; }
.corner.tr { top: -2px; right: -2px; transform: scaleX(-1); }
.corner.bl { bottom: -2px; left: -2px; transform: scaleY(-1); }
.corner.br { bottom: -2px; right: -2px; transform: scale(-1, -1); }

.site-header { text-align: center; padding: clamp(.4rem, 2vw, 1rem) 0 1.4rem; }

.tagline-top {
  margin: 0 0 clamp(.7rem, 2vw, 1.2rem);
  padding-left: .42em;
  color: var(--accent);
  font-family: "Cinzel", serif;
  font-size: clamp(.58rem, .5rem + .35vw, .78rem);
  letter-spacing: .42em;
  text-transform: uppercase;
}

.brand-link { display: inline-block; text-decoration: none; }

.wordmark {
  margin: 0;
  color: var(--ink);
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(2.7rem, 6vw + .8rem, 6.2rem);
  font-weight: 900;
  letter-spacing: .04em;
  line-height: .92;
}

.brand-subtitle {
  display: block;
  margin-top: clamp(.7rem, 1.6vw, 1rem);
  color: var(--ink-soft);
  font-family: "Cinzel", serif;
  font-size: clamp(.72rem, .55rem + .75vw, 1.1rem);
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.brand-subtitle .amp { padding: 0 .12em; font-family: "Cormorant Garamond", serif; font-style: italic; letter-spacing: 0; text-transform: none; }

.site-nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.35rem;
  max-width: 920px;
  margin: 1.6rem auto 0;
  padding: .8rem 0;
  border-top: 1px solid rgba(26, 24, 21, .4);
  border-bottom: 1px solid rgba(26, 24, 21, .4);
  font-family: "Cinzel", serif;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-nav a { text-decoration: none; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold); border-color: var(--gold); }

.quickcontact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.8rem;
  margin-top: 1.15rem;
  font-family: "Cinzel", serif;
  font-size: clamp(.75rem, .62rem + .4vw, .9rem);
  letter-spacing: .05em;
}

.quickcontact a { text-decoration: none; border-bottom: 1px solid var(--gold); }
.quickcontact .who { color: var(--accent); }

main { position: relative; z-index: 1; padding-top: clamp(1.5rem, 4vw, 2.6rem); }

.hero, .page-hero { text-align: center; }

.page-hero { max-width: 820px; margin: 0 auto clamp(2.2rem, 5vw, 3.6rem); }

h1, h2, h3 {
  color: var(--ink);
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1.25;
}

.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 1.1rem + 3.8vw, 4rem);
  letter-spacing: .025em;
}

.hero .display-brand {
  font-family: "Cinzel Decorative", "Cinzel", serif;
  font-size: clamp(3rem, 7vw + .8rem, 6.8rem);
  font-weight: 900;
  line-height: .96;
}

.hero .display-subtitle {
  display: block;
  margin-top: .8rem;
  color: var(--ink-soft);
  font-family: "Cinzel", serif;
  font-size: clamp(.85rem, .6rem + 1vw, 1.35rem);
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.lede {
  max-width: 54ch;
  margin: 1.45rem auto 0;
  color: var(--ink-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 1rem + 1.35vw, 1.9rem);
  font-weight: 500;
  line-height: 1.5;
}

.lede strong { color: var(--ink); font-weight: 600; }

.eyebrow {
  margin: 0 0 .7rem;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: .72rem;
  letter-spacing: .28em;
  text-align: center;
  text-transform: uppercase;
}

.rule { display: flex; align-items: center; justify-content: center; gap: 1rem; max-width: 420px; margin: 1.5rem auto 0; color: var(--gold); }
.rule::before, .rule::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--line), transparent); opacity: .6; }
.rule .clock { font-size: 1.25rem; line-height: 1; }

section { margin: clamp(2.2rem, 5vw, 3.8rem) 0; }

h2 { margin: 0 0 1.25rem; font-size: clamp(1.35rem, 1rem + 1.5vw, 2rem); text-align: center; }
h3 { margin: 0 0 .45rem; font-size: 1rem; letter-spacing: .04em; }

.prose { max-width: 68ch; margin-right: auto; margin-left: auto; }
.prose p { margin: 0 0 1.15rem; color: var(--ink-soft); }
.prose strong { color: var(--ink); }
.prose a { text-decoration-color: var(--gold); text-underline-offset: .16em; }

.breadcrumb {
  margin: 0 0 1.2rem;
  color: var(--accent);
  font-family: "Cinzel", serif;
  font-size: .68rem;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb a { text-underline-offset: .18em; }

.card-grid, .process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin: 0 auto;
  padding: 1px;
  background: var(--line);
}

.card, .process-step {
  display: block;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--paper);
  color: var(--ink-soft);
  text-decoration: none;
}

a.card { transition: background .2s, color .2s; }
a.card:hover { background: var(--paper-2); color: var(--ink); }
.card p, .process-step p { margin: 0; }
.card .link-label { display: inline-block; margin-top: .8rem; color: var(--gold); font-family: "Cinzel", serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.process-step .number {
  display: block;
  margin-bottom: .55rem;
  color: var(--gold);
  font-family: "Cinzel Decorative", serif;
  font-size: 1.8rem;
}

.buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin: 0 auto;
  padding: 1px;
  background: var(--line);
  list-style: none;
}

.buy-grid li { padding: 1.3rem 1rem; background: var(--paper); text-align: center; }
.buy-grid .lbl { color: var(--ink); font-family: "Cinzel", serif; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.note { margin: 1.2rem auto 0; color: var(--accent); font-size: 1.05em; font-style: italic; text-align: center; }

.value {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border: 1px solid var(--line);
  background: var(--paper-2);
  text-align: center;
}

.value::before, .value::after { content: ""; position: absolute; right: 10px; left: 10px; height: 0; border-top: 1px solid var(--line); opacity: .4; }
.value::before { top: 10px; }
.value::after { bottom: 10px; }
.value .big { display: block; color: var(--ink); font-family: "Cinzel Decorative", "Cinzel", serif; font-size: clamp(2rem, 1rem + 4vw, 3.2rem); font-weight: 700; line-height: 1; }
.value .big small { display: block; margin-top: .6rem; color: var(--accent); font-family: "Cinzel", serif; font-size: .42em; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.value p { max-width: 56ch; margin: 1.1rem auto 0; color: var(--ink-soft); }

.fact-list { max-width: 680px; margin: 1.3rem auto 0; padding: 0; list-style: none; border-top: 1px solid rgba(26, 24, 21, .45); }
.fact-list li { padding: .8rem .2rem; border-bottom: 1px solid rgba(26, 24, 21, .3); color: var(--ink-soft); }
.fact-list strong { color: var(--ink); }

.cta {
  margin: clamp(2.7rem, 6vw, 4.5rem) 0 0;
  padding: clamp(2.2rem, 5vw, 3.6rem) 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.cta h2 { margin-bottom: .55rem; }
.cta p { max-width: 48ch; margin: 0 auto 1.45rem; color: var(--ink-soft); }
.phone { display: inline-block; border-bottom: 2px solid transparent; color: var(--ink); font-family: "Cinzel Decorative", "Cinzel", serif; font-size: clamp(1.8rem, 1rem + 4vw, 3.3rem); font-weight: 700; line-height: 1; text-decoration: none; }
.phone:hover { border-color: var(--gold); }
.cta-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem 1.4rem; margin-top: 1.35rem; }
.cta-links a { text-decoration-color: var(--gold); text-underline-offset: .2em; }

.site-footer { position: relative; z-index: 1; padding: 2rem 1rem .4rem; color: var(--accent); text-align: center; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1.1rem; margin-bottom: 1rem; font-family: "Cinzel", serif; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-nav a { text-underline-offset: .18em; }
.site-footer .name { color: var(--ink-soft); font-family: "Cinzel", serif; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer .sm { display: block; margin-top: .45rem; font-size: .83rem; font-style: italic; }

@media (max-width: 760px) {
  .card-grid, .process-grid { grid-template-columns: 1fr; }
  .buy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav { gap: .4rem 1rem; }
}

@media (max-width: 560px) {
  .frame { margin: .55rem; padding: 1.4rem .65rem; }
  .quickcontact { flex-direction: column; gap: .25rem; }
  .site-nav { font-size: .66rem; }
  .corner { width: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
