:root {
  color-scheme: light;
  --navy: #22303c;
  --brass: #b08d4f;
  --cream: #faf7f2;
  --ink: #1f2430;
  --muted: #59616b;
  --paper: #fff;
  --line: #e7e0d4;
  --brass-soft: #f1eadc;
  font-family: "DM Sans", "Avenir Next", sans-serif;
  color: var(--ink);
  background: var(--cream);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font: 1rem/1.65 "DM Sans", "Avenir Next", sans-serif; background: var(--cream); color: var(--ink); }
a { color: #765a2d; }
img, iframe { max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, h4 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 6vw, 4.4rem); margin: .35em 0 .25em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgb(250 247 242 / 96%); backdrop-filter: blur(10px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 11px; color: var(--navy); font-weight: 800; letter-spacing: .045em; text-decoration: none; white-space: nowrap; font-size: .96rem; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { color: var(--brass); }
.nav-toggle { display: none; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--navy); padding: 9px 12px; cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: clamp(12px, 2vw, 25px); }
.nav-links a { text-decoration: none; color: var(--navy); font-size: .9rem; font-weight: 600; white-space: nowrap; }
.nav-links a:hover, .text-link:hover { color: #765a2d; text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--brass); border-radius: 999px; padding: 12px 23px; background: var(--brass); color: #fff !important; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .16s ease, transform .16s ease; }
.button:hover { background: #8f6f38; transform: translateY(-1px); text-decoration: none !important; }
.button.secondary { background: transparent; color: var(--navy) !important; border-color: var(--navy); }
.button.secondary:hover { background: var(--navy); color: white !important; }
.eyebrow { color: #806437; letter-spacing: .2em; text-transform: uppercase; font-size: .74rem; font-weight: 800; }
.hero { padding: clamp(64px, 10vw, 128px) 0 88px; text-align: center; background: radial-gradient(ellipse at 15% 5%, #b08d4f1c, transparent 34%), radial-gradient(ellipse at 90% 85%, #22303c12, transparent 35%); }
.hero .logo-mark { width: min(340px, 76vw); height: auto; margin: 0 auto 24px; }
.hero h1 { max-width: 900px; margin: 0 auto 20px; }
.hero .lede { max-width: 720px; margin: 0 auto 30px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
section { padding: 78px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading h2 { margin: 9px 0 12px; }
.section-heading p { color: var(--muted); margin: 0; }
.service-grid, .card-grid, .steps, .split { display: grid; gap: 22px; }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { border: 1px solid #e2d8c6; background: var(--cream); border-radius: 14px; padding: 27px; }
.service-card h3, .content-card h3 { margin: 9px 0; font-size: 1.35rem; }
.service-card p, .content-card p { color: var(--muted); }
.service-card .service-eyebrow { font-size: .72rem; color: #806437; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.slate-band { background: var(--navy); color: #edf0f2; }
.slate-band h2, .slate-band h3 { color: #fff; }
.slate-band p { color: #d3dbe0; }
.band-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.band-inner > div:first-child { max-width: 690px; }
.band-price { border-left: 1px solid #82909a; padding-left: 30px; min-width: 190px; }
.band-price strong { display: block; color: #e1c68f; font: 700 1.45rem Georgia, serif; }
.split { grid-template-columns: 1.35fr .85fr; align-items: center; gap: 52px; }
.about-copy { max-width: 850px; }
.profile-photo { width: 100%; max-width: 360px; display: block; border-radius: 15px; border: 3px solid var(--brass); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip { padding: 7px 12px; background: var(--navy); color: white; border-radius: 99px; font-size: .77rem; font-weight: 700; }
.steps { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.step { padding: 24px; border-top: 2px solid var(--brass); background: white; border-radius: 0 0 12px 12px; }
.step::before { counter-increment: step; content: "0" counter(step); color: var(--brass); font: italic 1.8rem Georgia, serif; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 24px; overflow-wrap: anywhere; }
.content-card .meta { color: #806437; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.post-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; letter-spacing: normal; text-transform: none; }
.post-tag { display: inline-block; max-width: 100%; padding: 3px 9px; border-radius: 999px; background: var(--brass-soft); color: var(--navy); overflow-wrap: anywhere; font-size: .75rem; font-weight: 600; }
.slate-band .content-card h2, .slate-band .content-card h3 { color: var(--navy); }
.slate-band .content-card p { color: var(--ink); }
.newsletter { background: var(--brass-soft); text-align: center; }
.newsletter form { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 24px auto 0; max-width: 560px; }
.newsletter input { min-width: min(260px, 100%); flex: 1; border: 1px solid #cbbd9e; border-radius: 99px; padding: 12px 17px; background: white; }
.newsletter-status { min-height: 1.5em; font-weight: 700; }
.page-intro { padding: 70px 0 34px; }
.page-intro h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
.page-intro p { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.content-section { padding: 34px 0 70px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.detail-card { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 25px; }
.detail-card h2, .detail-card h3 { margin-top: 0; }
.price { color: #765a2d; font-weight: 800; }
.faq details { border-bottom: 1px solid var(--line); padding: 17px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.faq details p { color: var(--muted); }
.store-status { display: inline-block; border-radius: 99px; background: var(--brass-soft); padding: 4px 10px; font-size: .78rem; font-weight: 700; }
.article { padding: 48px 0 76px; }
.article h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.article-meta { color: var(--muted); margin-bottom: 25px; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.8; overflow-wrap: anywhere; }
.article-body h2, .article-body h3 { margin: 1.8em 0 .6em; }
.article-body img { max-width: 100%; height: auto; border-radius: 10px; }
.field-notes-capture { background: white; border: 1px solid var(--line); border-left: 4px solid var(--brass); border-radius: 12px; padding: 25px; margin: 36px 0; }
.field-notes-capture h2 { font-size: 1.55rem; }
.field-notes-capture form { display: grid; gap: .75rem; max-width: 36rem; }
.field-notes-capture label { display: grid; gap: .25rem; font-weight: 600; }
.field-notes-capture input { width: 100%; border: 1px solid #b9b1a3; border-radius: 7px; padding: .65rem; }
.field-notes-honeypot { position: absolute; left: -9999px; }
.field-notes-capture button:disabled { cursor: wait; }
.callout { padding: 28px; border-radius: 14px; background: var(--brass-soft); }
.calendly { width: 100%; min-height: 700px; border: 0; }
.legal-line { color: #c5cbd0; font-size: .82rem; margin-top: 15px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
footer { padding: 36px 0; background: #1a252e; color: #d0d6da; font-size: .9rem; }
.footer-row { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; justify-content: space-between; }
footer a { color: #e1c68f; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 19px; }
.legal-line a { color: #e1c68f; }
[hidden] { display: none !important; }
@media (max-width: 1180px) {
  .nav-toggle { display: inline-flex; }
  .nav { position: relative; }
  .nav-links { display: none; position: absolute; top: 100%; left: -20px; right: -20px; padding: 16px 20px 22px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 4px; }
  .nav-links .button { margin-top: 7px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band-inner { align-items: flex-start; flex-direction: column; }
  .band-price { border-left: 0; border-top: 1px solid #82909a; padding: 18px 0 0; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .brand { font-size: .79rem; gap: 7px; }
  .brand img { width: 34px; height: 34px; }
  .service-grid, .card-grid, .steps, .split, .detail-grid { grid-template-columns: 1fr; }
  section { padding: 58px 0; }
  .hero { padding: 64px 0; }
  .footer-row { align-items: flex-start; }
  .calendly { min-height: 680px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }