
:root{
  --ivory:#ffffff;
  --paper:#ffffff;
  --ink:#17362f;
  --muted:#6f746f;
  --line:#e5e2db;
  --charcoal:#103f35;
  --gold:#b4975a;
  --safe:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--ivory);color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;line-height:1.6;
  padding-bottom:calc(68px + var(--safe));
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:#fff;padding:10px;z-index:100}
.topbar{
  position:sticky;top:0;z-index:50;background:rgba(247,245,240,.96);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line)
}
.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo{width:42px;height:48px;object-fit:cover;flex:0 0 auto}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;letter-spacing:.035em;font-style:italic}
.brand-place{display:block;font-size:.62rem;letter-spacing:.18em;color:var(--muted);margin-top:1px}
.navlinks{display:none;align-items:center;gap:26px;font-size:.84rem;letter-spacing:.04em}
.navlinks a{padding:24px 0}
.navlinks a:hover{color:var(--gold)}
.menu-btn{border:0;background:transparent;width:46px;height:46px;font-size:1.4rem;color:var(--ink)}
.drawer{display:none;background:var(--ivory);border-top:1px solid var(--line)}
.drawer.open{display:block}
.drawer a{display:block;padding:17px 4%;border-bottom:1px solid var(--line);font-size:.96rem}
.hero{background:var(--paper)}
.hero-media{aspect-ratio:4/3;overflow:hidden;background:#eee}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-copy{padding:44px 0 52px;text-align:center}
.kicker{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;line-height:1.08;margin:0}
h1{font-size:clamp(2.45rem,10vw,5.3rem);letter-spacing:-.025em;margin:10px 0 16px}
h2{font-size:clamp(2rem,7vw,3.6rem);letter-spacing:-.02em;margin:8px 0 15px}
h3{font-size:1.36rem}
.lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:1.02rem}
.actions{display:flex;flex-direction:column;gap:10px;margin:26px auto 0;max-width:520px}
.btn{
  min-height:50px;display:flex;align-items:center;justify-content:center;
  padding:12px 18px;border:1px solid var(--ink);font-size:.82rem;
  letter-spacing:.09em;text-transform:uppercase;background:transparent
}
.btn.dark{background:var(--ink);color:#fff}
.btn.gold{border-color:var(--gold);color:var(--gold)}
.section{padding:64px 0}
.section.white{background:var(--paper)}
.section.dark{background:var(--charcoal);color:#fff}
.section-head{text-align:center;max-width:760px;margin:0 auto 38px}
.section-head p{color:var(--muted);margin:12px auto 0}
.section.dark .section-head p{color:#bdb8b0}
.editorial-grid{display:grid;grid-template-columns:1fr;gap:28px}
.editorial{background:transparent}
.editorial-img{overflow:hidden;background:#eee}
.editorial-img img{width:100%;aspect-ratio:4/4.6;object-fit:cover;transition:transform .45s ease}
.editorial:hover img{transform:scale(1.015)}
.editorial-copy{padding:18px 2px 0;text-align:center}
.editorial-copy h3{margin-bottom:6px}
.editorial-copy span{color:var(--muted);font-size:.84rem;letter-spacing:.03em}
.feature{display:grid;grid-template-columns:1fr;gap:0;background:var(--paper)}
.feature-media{min-height:380px}
.feature-media img{width:100%;height:100%;object-fit:cover}
.feature-copy{padding:42px 7vw;display:flex;flex-direction:column;justify-content:center}
.feature-copy p{color:var(--muted);max-width:600px}
.feature.darkfeature{background:var(--charcoal);color:#fff}
.feature.darkfeature .feature-copy p{color:#bdb8b0}
.text-link{display:inline-block;margin-top:12px;border-bottom:1px solid currentColor;padding-bottom:3px;font-size:.82rem;letter-spacing:.09em;text-transform:uppercase}
.price-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}
.price-strip .inner{padding:30px 0;display:grid;gap:18px;text-align:center}
.price-strip p{margin:0;color:var(--muted)}
.local{display:grid;grid-template-columns:1fr;gap:0}
.local-copy{background:var(--paper);padding:38px 7vw}
.local-copy p{color:var(--muted)}
.local-media img{width:100%;height:100%;min-height:330px;object-fit:cover}
.seo-copy{max-width:820px;margin:auto}
.seo-copy p{color:var(--muted)}
.breadcrumbs{font-size:.78rem;color:#888;padding-top:18px}
.faq{max-width:850px;margin:auto;border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:17px 0}
summary{cursor:pointer;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem}
details p{color:var(--muted)}
.price-page{background:var(--paper)}
.price-status{text-align:center;color:var(--muted);font-size:.88rem;margin-bottom:26px}
.price-grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--line)}
.price-row{
  display:grid;grid-template-columns:1.3fr .9fr .9fr;gap:12px;
  padding:17px 4px;border-bottom:1px solid var(--line);align-items:center
}
.price-row.header{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.price-row strong{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:1.05rem}
.price-number{text-align:right;font-variant-numeric:tabular-nums}
.disclaimer{margin-top:24px;color:var(--muted);font-size:.82rem}
.bottom-nav{
  position:fixed;left:0;right:0;bottom:0;z-index:60;background:rgba(16,16,16,.98);
  padding-bottom:var(--safe);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #292929
}
.bottom-nav a{
  min-height:62px;color:#eee;display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:2px;font-size:.66rem
}
.bottom-nav b{font-size:1rem;font-weight:400;color:#d7c19a}
footer{background:var(--charcoal);color:#bdb8b0;padding:40px 0 32px}
footer strong{color:#fff;font-family:Georgia,"Times New Roman",serif;font-weight:400}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;font-size:.82rem}
.hidden-seo-link{font-size:.74rem;opacity:.72;margin-top:16px}
@media(min-width:700px){
  body{padding-bottom:0}
  .bottom-nav{display:none}
  .navlinks{display:flex}
  .menu-btn,.drawer{display:none!important}
  .hero{display:grid;grid-template-columns:1fr 1.12fr;min-height:690px}
  .hero-copy{padding:60px 5vw;text-align:left;display:flex;flex-direction:column;justify-content:center}
  .hero-copy .lead{margin:0}
  .hero-copy .actions{margin-left:0;flex-direction:row;max-width:none}
  .hero-media{aspect-ratio:auto;min-height:690px;order:2}
  .editorial-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}
  .feature{grid-template-columns:1.05fr .95fr}
  .feature.reverse{grid-template-columns:.95fr 1.05fr}
  .feature.reverse .feature-media{order:2}
  .feature-copy{padding:70px 8vw}
  .local{grid-template-columns:1.15fr .85fr}
  .local-copy{display:flex;flex-direction:column;justify-content:center;padding:65px 7vw}
  .price-strip .inner{grid-template-columns:1fr auto;align-items:center;text-align:left}
  .price-strip .btn{min-width:210px}
  .price-grid{max-width:900px;margin:auto}
}
@media(min-width:1000px){
  .editorial-grid{grid-template-columns:repeat(3,1fr)}
}


/* V3: refined luxury typography */
.hero-copy h1,
.section-head h2,
.feature-copy h1,
.feature-copy h2,
.local-copy h2,
.seo-copy h1,
.seo-copy h2{
  font-style:italic;
  letter-spacing:-0.015em;
}

.editorial-copy h3{
  font-style:italic;
}

.kicker{
  font-style:normal;
  letter-spacing:.24em;
}

.btn,
.navlinks,
.drawer,
.bottom-nav,
.lead,
.feature-copy p,
.local-copy p,
.seo-copy p,
.price-row,
.footer-links{
  font-style:normal;
}


/* V4 — airy white + emerald luxury direction */
:root{
  --emerald:#0f5a49;
  --emerald-dark:#0b4438;
  --emerald-soft:#e8f0ec;
  --warm-white:#ffffff;
}

body{
  background:var(--warm-white);
  color:#1a1f1d;
}

.topbar{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #ece9e2;
}

.brand-name{
  color:var(--emerald-dark);
  font-style:italic;
}

.brand-place{
  color:#8d897f;
}

.navlinks a:hover,
.kicker,
.text-link{
  color:var(--emerald);
}

.hero{
  background:#fff;
}

.hero-copy{
  background:#fff;
}

.hero-copy h1,
.section-head h2,
.feature-copy h1,
.feature-copy h2,
.local-copy h2,
.seo-copy h1,
.seo-copy h2,
.editorial-copy h3{
  color:var(--emerald-dark);
}

.btn{
  border-color:var(--emerald);
  color:var(--emerald);
  background:#fff;
}

.btn.dark{
  background:var(--emerald);
  border-color:var(--emerald);
  color:#fff;
}

.btn.gold{
  border-color:var(--gold);
  color:var(--gold);
}

.section.dark{
  background:var(--emerald-dark);
}

.feature.darkfeature{
  background:var(--emerald-dark);
}

.price-strip{
  background:#fff;
  border-top:1px solid #ece9e2;
  border-bottom:1px solid #ece9e2;
}

.editorial-grid{
  gap:34px 18px;
}

.editorial-img{
  background:#f2f1ed;
}

.editorial-copy{
  padding-top:16px;
}

.editorial-copy span{
  color:#7d7a73;
}

.local-copy{
  background:#fff;
}

.bottom-nav{
  background:rgba(11,68,56,.98);
  border-top-color:#174f43;
}

.bottom-nav b{
  color:#f3dfb0;
}

footer{
  background:var(--emerald-dark);
  color:#d7dfdc;
}

footer strong{
  color:#fff;
}

.section{
  padding-top:72px;
  padding-bottom:72px;
}

.section-head{
  margin-bottom:42px;
}

@media(min-width:700px){
  .hero{
    min-height:720px;
  }
  .hero-media{
    min-height:720px;
  }
  .hero-copy{
    padding-left:7vw;
    padding-right:7vw;
  }
}

/* Fine jewelry style: subtle rules and whitespace */
.editorial{
  border:0;
}

.editorial-copy h3{
  font-size:1.28rem;
}

.section.white{
  background:#fff;
}

.price-row{
  background:#fff;
}

details{
  background:#fff;
}


/* V5 live gold price screen */
.price-livebar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:15px 18px;margin:0 0 18px;border:1px solid #e4e1d9;background:#fff;border-radius:14px;color:#48534f;font-size:.92rem}
.price-livebar>div:first-child{display:flex;align-items:center;gap:9px;color:var(--emerald-dark)}
.live-dot{width:9px;height:9px;border-radius:50%;background:#b4975a;box-shadow:0 0 0 5px rgba(180,151,90,.12)}
.price-status.is-live{color:#0f5a49}
.price-status.is-live~* .live-dot,.is-live .live-dot{background:#0f5a49}
.price-empty{padding:26px 16px;color:#777;border:1px solid #ece9e2;border-top:0;background:#fff}
@media(max-width:600px){.price-livebar{align-items:flex-start;flex-direction:column}.price-status{font-size:.84rem}.price-row{grid-template-columns:minmax(0,1.25fr) .75fr .75fr;gap:8px}.price-number{font-variant-numeric:tabular-nums}}
