/* =========================================================
   Refined Gents — design system
   Colors, type and components extracted from the approved
   mockups and consolidated into reusable classes.
   ========================================================= */

:root {
  /* Brand palette */
  --cream:        #f3ede1;  /* page background */
  --cream-card:   #fbf8f1;  /* raised cards */
  --green:        #21302a;  /* primary dark green */
  --green-deep:   #1b271f;  /* footer */
  --green-ink:    #161d1a;  /* announcement bar */
  --green-hero:   #1c2a24;  /* hero base */
  --copper:       #a9703c;  /* accent */
  --copper-dark:  #925d2e;  /* accent hover */
  --gold:         #e8b04e;  /* stars */

  /* Text */
  --ink:          #211d18;
  --ink-soft:     #3a352d;
  --muted:        #5c554b;
  --muted-2:      #8a8275;
  --muted-light:  #9aa39c;

  /* Lines */
  --line:         #e6ddcb;
  --line-2:       #ddd1ba;
  --line-3:       #ece3d2;

  /* Type */
  --serif:    'Libre Caslon Display', Georgia, serif;
  --serif-it: 'Cormorant Garamond', Georgia, serif;
  --sans:     'Hanken Grotesk', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --cond:     'Oswald', sans-serif;
  --mono:     'JetBrains Mono', ui-monospace, monospace;

  --maxw: 1200px;
  --radius: 4px;
}

/* ---------- reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 2px; border-radius: 2px; }

/* skip link for accessibility */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--green); color: var(--cream);
  padding: 12px 18px; border-radius: 0 0 var(--radius) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 32px; }
.section--tight { padding: 80px 32px; }
.center { text-align: center; }
.measure { max-width: 640px; margin-left: auto; margin-right: auto; }

.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--copper);
}
.kicker {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--copper);
}

/* ---------- typography ---------- */
.display { font-family: var(--serif); color: var(--green); line-height: 1.1; text-wrap: balance; }
h1.display { font-size: clamp(34px, 6vw, 64px); line-height: 1.05; }
h2.display { font-size: clamp(28px, 4.4vw, 42px); }
h3.display { font-family: var(--serif); color: var(--green); }
.lead { font-size: 17px; line-height: 1.7; color: var(--muted); }
.body { font-size: 16px; line-height: 1.7; color: var(--muted); }
.price { font-family: var(--cond); color: var(--copper); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; font-weight: 600; border-radius: 2px;
  padding: 14px 28px; font-size: 15px; cursor: pointer;
  transition: background .18s, transform .18s, color .18s; text-align: center;
  border: 1px solid transparent;
}
.btn-gold   { background: var(--copper); color: #fff; }
.btn-gold:hover { background: var(--copper-dark); color: #fff; }
.btn-dark   { background: var(--green); color: var(--cream-card); }
.btn-dark:hover { background: #2c4034; }
.btn-outline-light { color: var(--cream); border-color: rgba(243,237,225,.4); }
.btn-outline-light:hover { background: rgba(243,237,225,.08); }
.btn-outline-dark  { color: var(--green); border-color: #c9bca4; }
.btn-outline-dark:hover { background: var(--cream-card); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 600; color: var(--green);
  border-bottom: 1px solid var(--copper); padding-bottom: 2px;
  transition: gap .18s;
}
.arrow-link:hover { gap: 12px; }

/* ---------- announcement bar ---------- */
.topbar {
  background: var(--green-ink); color: #d7d0c2; text-align: center;
  font-size: 13px; letter-spacing: .04em; padding: 9px 20px;
}
.topbar .dot { color: var(--copper); }
.topbar a { color: var(--cream); border-bottom: 1px solid rgba(243,237,225,.4); padding-bottom: 1px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243,237,225,.88); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand-link { display: inline-block; line-height: 0; }
.nav-logo { height: 38px; width: auto; display: block; }
.footer-logo { height: 40px; width: auto; display: block; }
.brand-name { font-family: var(--cond); font-weight: 600; font-size: 22px; letter-spacing: .14em; color: var(--green); line-height: 1; }
.brand-sub  { font-size: 9px; letter-spacing: .32em; color: var(--copper); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.navlink { font-size: 14.5px; color: #3a4640; transition: color .18s; }
.navlink:hover, .navlink[aria-current="page"] { color: var(--copper); }
.navlink[aria-current="page"] { font-weight: 600; }
.nav-toggle { display: none; }
.nav-burger { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; height: 660px; background: var(--green-hero); overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,30,26,.62) 0%, rgba(20,30,26,.45) 42%, rgba(20,30,26,.82) 100%); }
.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 24px; }
.hero h1 { font-family: var(--serif); font-size: clamp(34px, 7vw, 64px); line-height: 1.04; color: #f6f1e7; max-width: 900px; letter-spacing: -.01em; text-wrap: balance; }
.hero p { font-size: 18px; line-height: 1.6; color: #dcd5c7; max-width: 540px; margin-top: 24px; text-wrap: pretty; }

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(243,237,225,.35); border-radius: 100px;
  padding: 7px 16px; color: #f3ede1; font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase;
}
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--copper); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

.rating { display: flex; align-items: center; gap: 12px; }
.rating .stars { color: var(--gold); font-size: 14px; letter-spacing: .12em; }
.avatars { display: flex; }
.avatars > * { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--green-hero); object-fit: cover; display: block; }
.avatars > * + * { margin-left: -10px; }
a.rating { text-decoration: none; cursor: pointer; }
.review-cta { font-size: 12.5px; color: var(--gold); margin-top: 2px; transition: opacity .15s; }
a.rating:hover .review-cta { text-decoration: underline; }
a.trust-item { text-decoration: none; transition: background .18s; }
a.trust-item:hover { background: rgba(243,237,225,.06); }
a.trust-item .t .rev-arrow { color: var(--copper); }

/* page hero (inner pages) */
.page-hero { background: var(--green); padding: 74px 32px 80px; position: relative; overflow: hidden; }
.page-hero__rg { position: absolute; right: -50px; top: -50px; font-family: var(--cond); font-weight: 700; font-size: 300px; color: rgba(169,112,60,.06); line-height: 1; pointer-events: none; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(36px, 6vw, 54px); color: #f6f1e7; margin-top: 14px; line-height: 1.05; max-width: 760px; text-wrap: balance; }
.page-hero p { font-size: 17px; line-height: 1.65; color: #cfd6cf; margin-top: 18px; max-width: 540px; }

/* ---------- trust strip ---------- */
.trust { background: var(--green); }
.trust-inner { max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; }
.trust-item { flex: 1; min-width: 200px; padding: 24px 36px; border-right: 1px solid rgba(243,237,225,.10); }
.trust-item:last-child { border-right: 0; }
.trust-item .t { font-family: var(--cond); font-size: 15px; letter-spacing: .06em; color: var(--cream); }
.trust-item .s { font-size: 12.5px; color: var(--muted-light); margin-top: 3px; }

/* ---------- placeholders (swap for real photos) ---------- */
.ph {
  background-color: #ddd2bd;
  background-image: repeating-linear-gradient(135deg, rgba(33,48,42,.06) 0 2px, transparent 2px 16px);
  display: flex; align-items: center; justify-content: center;
}
.ph span { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; color: #7d7155; text-transform: uppercase; text-align: center; padding: 0 24px; }
.ph.dark { background-color: #2c4034; background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.10) 0 2px, transparent 2px 16px); }
.ph.dark span { color: rgba(243,237,225,.5); }

/* ---------- services cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: var(--cream-card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px; position: relative;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(33,48,42,.10); border-color: #cdbfa6; }
.svc-card__head { display: flex; justify-content: space-between; align-items: baseline; }
.svc-card h3 { font-family: var(--serif); font-size: 24px; color: var(--green); }
.svc-card .price { font-size: 24px; }
.svc-card .meta { font-size: 12.5px; color: var(--muted-2); margin-top: 6px; letter-spacing: .02em; }
.svc-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-top: 16px; }
.svc-card .actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.badge {
  font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--copper); background: #f3e3d2; padding: 5px 10px; border-radius: 100px;
}
.badge--abs { position: absolute; top: 20px; right: 20px; }

/* ---------- split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split h2 { font-family: var(--serif); font-size: clamp(30px, 4vw, 40px); color: var(--green); margin-top: 12px; line-height: 1.1; }
.split p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-top: 16px; }

.check-list { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; list-style: none; }
.check-list .ic { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: var(--copper); display: flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 1px; }
.check-list span { font-size: 15px; line-height: 1.5; color: var(--ink-soft); }

.stat-row { display: flex; gap: 36px; margin-top: 30px; border-top: 1px solid var(--line-2); padding-top: 26px; }
.stat .n { font-family: var(--serif); font-size: 30px; color: var(--green); }
.stat .l { font-size: 12.5px; color: var(--muted-2); margin-top: 2px; }

.float-card {
  position: absolute; background: var(--green); color: var(--cream);
  padding: 22px 26px; border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(33,48,42,.22); max-width: 230px;
}
.float-card .big { font-family: var(--serif); font-size: 34px; color: var(--copper); line-height: 1; }
.float-card .sm { font-size: 13px; color: #cfd6cf; margin-top: 6px; line-height: 1.4; }

/* ---------- testimonial ---------- */
.quote-band { background: var(--green); padding: 90px 32px; }
.quote { font-family: var(--serif-it); font-style: italic; font-size: clamp(22px, 3vw, 30px); line-height: 1.4; color: #f6f1e7; max-width: 780px; margin: 18px auto 0; text-wrap: balance; }
.quote-band .stars { color: var(--gold); font-size: 18px; letter-spacing: .2em; margin-top: 18px; }
.quote-cite { font-size: 14px; letter-spacing: .04em; color: #cfd6cf; margin-top: 22px; }

/* ---------- blog cards ---------- */
.blog-card { display: block; transition: transform .2s; }
.blog-card:hover { transform: translateY(-4px); }
.blog-card .imgwrap { overflow: hidden; border-radius: 5px; }
.blog-card .imgwrap .ph { transition: transform .3s; }
.blog-card:hover .imgwrap .ph { transform: scale(1.03); }
.blog-card .date { font-size: 12px; letter-spacing: .08em; color: var(--copper); margin-top: 18px; text-transform: uppercase; }
.blog-card h3 { font-family: var(--serif); font-size: 21px; color: var(--green); margin-top: 8px; line-height: 1.25; }
.blog-card p { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin-top: 10px; }

/* ---------- menu rows (services) ---------- */
.menu-row {
  display: grid; grid-template-columns: 1fr auto; gap: 24px;
  padding: 28px 22px; border-top: 1px solid var(--line-2);
  border-radius: 3px; transition: background .18s;
}
.menu-row:last-of-type { border-bottom: 1px solid var(--line-2); }
.menu-row:hover { background: var(--cream-card); }
.menu-row h3 { font-family: var(--serif); font-size: 26px; color: var(--green); }
.menu-row .tag { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.menu-row p { font-size: 15px; line-height: 1.6; color: var(--muted); margin-top: 10px; max-width: 560px; }
.menu-row .incl { font-size: 12.5px; color: var(--muted-2); margin-top: 10px; letter-spacing: .02em; }
.menu-row .right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.menu-row .right .price { font-size: 30px; }

/* ---------- included grid ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 5px; overflow: hidden; }
.steps .step { background: var(--cream-card); padding: 34px 26px; }
.steps .num { font-family: var(--cond); font-size: 30px; color: #cdbfa6; }
.steps h3 { font-family: var(--serif); font-size: 20px; color: var(--green); margin-top: 12px; }
.steps p { font-size: 14px; line-height: 1.55; color: var(--muted); margin-top: 8px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; }
.faq__item { border-top: 1px solid var(--line-2); padding: 24px 4px; }
.faq__item:last-child { border-bottom: 1px solid var(--line-2); }
.faq__item h3 { font-family: var(--sans); font-weight: 600; font-size: 18px; color: var(--green); }
.faq__item p { font-size: 15px; line-height: 1.65; color: var(--muted); margin-top: 8px; }

/* ---------- CTA band ---------- */
.cta-band { padding: 0 32px; }
.cta-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; border-radius: 8px; overflow: hidden; box-shadow: 0 20px 50px rgba(33,48,42,.16); }
.cta-grid .left { background: var(--green); padding: 64px 56px; position: relative; overflow: hidden; }
.cta-grid .rg { position: absolute; right: -60px; top: -40px; font-family: var(--cond); font-weight: 700; font-size: 300px; color: rgba(169,112,60,.07); line-height: 1; pointer-events: none; }
.cta-grid h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 44px); color: #f6f1e7; line-height: 1.08; max-width: 420px; text-wrap: balance; }
.cta-grid p { font-size: 16px; line-height: 1.6; color: #cfd6cf; margin-top: 18px; max-width: 400px; }

/* ---------- footer ---------- */
.footer { background: var(--green-deep); color: #cfd6cf; padding: 70px 32px 36px; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer .brand-name { color: var(--cream); }
.footer p { font-size: 14.5px; line-height: 1.65; color: var(--muted-light); margin-top: 20px; max-width: 340px; }
.footer .f-head { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #7e887f; }
.footer .f-links { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.footer .f-links a { color: #cfd6cf; font-size: 14.5px; }
.footer .f-links a:hover { color: var(--copper); }
.footer address { font-style: normal; }
.footer .addr-name { font-size: 15px; font-weight: 600; color: var(--cream); }
.footer .addr { font-size: 14.5px; color: var(--muted-light); margin-top: 6px; line-height: 1.6; }
.hours-row { display: flex; justify-content: space-between; max-width: 230px; }
.hours-row + .hours-row { margin-top: 6px; }
.hours-row .c { color: var(--muted-light); }
.footer-bottom { max-width: var(--maxw); margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(243,237,225,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #7e887f; }
.footer-bottom a:hover { color: var(--copper); }

/* ---------- article / blog post prose ---------- */
.post-hero { background: var(--green); padding: 64px 32px 56px; }
.post-hero .meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: #cfd6cf; }
.post-hero { padding-bottom: 70px; }
.post-hero h1 { font-family: var(--serif); font-size: clamp(30px, 5vw, 46px); color: #f6f1e7; margin-top: 16px; line-height: 1.1; max-width: 820px; text-wrap: balance; }
.post-cover-wrap { max-width: 980px; margin: -44px auto 0; padding: 0 32px; position: relative; z-index: 2; }
.post-cover { width: 100%; height: clamp(240px, 40vw, 440px); object-fit: cover; border-radius: 10px; box-shadow: 0 16px 40px rgba(33,48,42,.20); display: block; }
.prose { max-width: 720px; margin: 0 auto; }
.prose > :first-child { margin-top: 0; }
.prose h2 { font-family: var(--serif); font-size: 28px; color: var(--green); margin: 40px 0 14px; line-height: 1.2; }
.prose h3 { font-family: var(--serif); font-size: 22px; color: var(--green); margin: 30px 0 10px; }
.prose h4 { font-size: 16px; font-weight: 700; color: var(--green); margin: 24px 0 8px; }
.prose p { font-size: 17px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 18px; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 26px; }
.prose li { font-size: 17px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 8px; }
.prose li::marker { color: var(--copper); }
.prose a { color: var(--copper); border-bottom: 1px solid #d8b893; }
.prose a:hover { color: var(--copper-dark); }
.prose strong { color: var(--green); }
.prose em { font-style: italic; }
.prose blockquote { border-left: 3px solid var(--copper); padding: 4px 0 4px 20px; margin: 24px 0; font-family: var(--serif-it); font-style: italic; font-size: 20px; line-height: 1.5; color: var(--muted); }
.prose hr { border: 0; border-top: 1px solid var(--line-2); margin: 34px 0; }

/* ---------- forms / book page ---------- */
.book-embed {
  width: 100%; min-height: 720px; border: 1px solid var(--line);
  border-radius: 8px; background: var(--cream-card);
}
.info-card { background: var(--green); border-radius: 8px; padding: 32px; color: #cfd6cf; }
.info-card h3 { font-family: var(--serif); font-size: 22px; color: #f6f1e7; }
.info-card a { color: var(--cream); }
.info-card a.gold { color: var(--copper); font-weight: 600; }
.panel { background: var(--cream-card); border: 1px solid var(--line); border-radius: 8px; padding: 28px; }
.panel h3 { font-family: var(--serif); font-size: 20px; color: var(--green); }

/* ---------- utilities ---------- */
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-34 { margin-top: 34px; }
.mt-44 { margin-top: 44px; }
.maxw-620 { max-width: 620px; }
.bg-cream-card { background: var(--cream-card); }
.bg-green { background: var(--green); }
.border-top-line { border-top: 1px solid var(--line-3); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-inner { position: relative; flex-wrap: wrap; }
  .nav-burger { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; cursor: pointer; color: var(--green); font-size: 26px; line-height: 1; margin: -6px -8px -6px 0; background: none; border: 0; }
  .nav-links {
    display: none; position: absolute; top: calc(100% + 1px); left: -32px; right: -32px;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--green);
    padding: 10px 0 16px; box-shadow: 0 18px 30px rgba(0,0,0,.22);
  }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-links a.navlink { color: #e8e2d4; font-weight: 500; padding: 14px 32px; font-size: 16px; }
  .nav-links a.navlink[aria-current="page"] { color: var(--copper); }
  .nav-links a.btn { margin: 12px 32px 2px; }

  .split { grid-template-columns: 1fr; gap: 40px; }
  .grid-3 { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .book-row { grid-template-columns: 1fr !important; }
  .hero { height: auto; min-height: 560px; padding: 120px 0; }
}
@media (max-width: 640px) {
  .steps { grid-template-columns: 1fr; }
  .menu-row { grid-template-columns: 1fr; }
  .menu-row .right { text-align: left; align-items: flex-start; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(243,237,225,.10); }
}
@media (max-width: 520px) {
  .section, .page-hero, .footer, .quote-band, .cta-band { padding-left: 20px; padding-right: 20px; }
  .nav-inner { padding-left: 20px; padding-right: 20px; }
  .nav-links { left: -20px; right: -20px; }
  .nav-logo { height: 30px; }
  .wrap { padding: 0 20px; }
  .cta-grid .left { padding: 44px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
