:root {
  --accent: #9a4f2e;
  --accent-dark: #6f3821;
  --accent-light: #f6efe8;
  --ink: #1f3347;
  --ink-soft: #5c656e;
  --bg: #f4f1eb;
  --bg-soft: #ebe4d8;
  --line: rgba(31, 51, 71, 0.14);
  --white: #ffffff;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --container: min(1080px, calc(100% - 2.5rem));
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: var(--container); margin-inline: auto; }
.top-bar { display: none; }

.site-header {
  background: var(--bg);
  border-bottom: none;
  box-shadow: none;
  padding: 1.25rem 0 0.5rem;
}
.header-inner {
  display: flex; flex-direction: column; align-items: center;
  min-height: 0; gap: 1rem; text-align: center;
}
.brand { display: flex; flex-direction: column; align-items: center; gap: 0.45rem; }
.brand-mark { width: 44px; height: 44px; }
.brand-text { align-items: center; display: flex; flex-direction: column; }
.brand strong {
  font-family: var(--font-display);
  font-size: 1.55rem; font-weight: 600;
  color: var(--ink); letter-spacing: 0.04em;
  text-transform: uppercase;
}
.brand strong span { color: var(--accent); display: block; font-size: 0.95rem; letter-spacing: 0.22em; }
.brand small { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-soft); }
.nav { display: flex; gap: 1.8rem; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); width: 100%; justify-content: center; }
.nav a { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent-dark); }
.nav .cta {
  background: transparent !important; color: var(--accent) !important;
  padding: 0; font-weight: 700;
}
.menu-toggle {
  display: none; width: 42px; height: 42px;
  border: 1px solid var(--line); background: transparent;
  cursor: pointer; color: var(--ink);
  align-items: center; justify-content: center;
  position: absolute; right: 1.25rem; top: 1.4rem;
}
.site-header { position: relative; }
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 60;
  background: var(--bg); padding: 1.25rem; flex-direction: column;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.mobile-nav nav a {
  display: block; font-family: var(--font-display);
  font-size: 2rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line);
}
.close-menu {
  width: 42px; height: 42px; border: 1px solid var(--line);
  background: transparent; font-size: 1.4rem; cursor: pointer;
}

.hero-magazine { padding: 0 0 2rem; }
.hero-magazine img { width: 100%; height: min(72vh, 640px); object-fit: cover; }
.hero-caption {
  width: var(--container); margin: 1.5rem auto 0; text-align: center;
}
.hero-kicker {
  font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.75rem; font-weight: 700;
}
.hero-caption h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 600; line-height: 1.05; font-style: italic;
  max-width: 16ch; margin: 0 auto 1rem;
}
.hero-lead {
  max-width: 560px; margin: 0 auto 1.5rem; color: var(--ink-soft);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

.btn {
  display: inline-flex; align-items: center;
  padding: 0.8rem 1.4rem; font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; font-weight: 600; border: 1px solid var(--ink); transition: 0.2s;
}
.btn-white, .btn-accent { background: var(--ink); color: var(--white); }
.btn-white:hover, .btn-accent:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }

.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-soft { background: var(--white); }
.eyebrow {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; text-align: center;
}
.title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 600; line-height: 1.12; max-width: 18ch;
  text-align: center; margin-inline: auto; font-style: italic;
}
.lede { color: var(--ink-soft); font-size: 1.08rem; max-width: 620px; line-height: 1.8; margin: 1rem auto 0; text-align: center; }

.stats { display: grid; gap: 2.5rem; margin-top: 3rem; }
@media (min-width: 800px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat {
  background: transparent; border: none; padding: 0; text-align: center;
  border-left: none;
}
.stat strong {
  display: block; font-family: var(--font-display);
  font-size: 1.45rem; font-style: italic; margin-bottom: 0.5rem;
}
.stat span { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.6; }

.story-grid { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) {
  .story-grid { grid-template-columns: 1.15fr 0.85fr; gap: 4rem; }
}
.story-grid .title, .story-grid .lede, .story-grid .eyebrow { text-align: left; margin-left: 0; }
.story-image { overflow: hidden; min-height: 420px; }
.story-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

.service-grid {
  display: grid; gap: 1.25rem; margin-top: 2.5rem;
}
@media (min-width: 800px) {
  .service-grid { grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; }
  .service-card:first-child { grid-row: span 2; }
  .service-card:first-child img { min-height: 100%; aspect-ratio: auto; height: 100%; }
}
.service-card {
  background: var(--white); border: none; overflow: hidden; position: relative;
}
.service-card:hover { box-shadow: none; }
.service-card img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.service-card-body { padding: 1.2rem 1.3rem 1.4rem; }
.service-card h3 {
  font-family: var(--font-display); font-size: 1.5rem;
  font-weight: 600; font-style: italic; margin-bottom: 0.4rem;
}
.service-card p { color: var(--ink-soft); font-size: 0.92rem; line-height: 1.6; }
.service-card a {
  display: inline-block; margin-top: 0.7rem;
  color: var(--accent-dark); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase;
}

.feature-list { margin-top: 1.5rem; max-width: 640px; margin-inline: auto; }
.feature-list li {
  list-style: none; padding: 1rem 0; text-align: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft); line-height: 1.6;
}
.feature-list strong { color: var(--ink); display: block; margin-bottom: 0.15rem; font-family: var(--font-display); font-size: 1.25rem; font-style: italic; }

.page-hero {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 2.5rem;
  background: var(--bg); text-align: center;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 600; font-style: italic; line-height: 1.05; max-width: 14ch; margin-inline: auto;
}
.prose { max-width: 680px; margin-inline: auto; }
.prose p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.85; }
.prose p + p { margin-top: 1.25rem; }

.service-detail {
  display: grid; gap: 2rem; padding: 2.5rem 0;
  border-top: 1px solid var(--line); align-items: start;
}
@media (min-width: 800px) {
  .service-detail { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.service-detail img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.service-detail h3 {
  font-family: var(--font-display); font-size: 2rem;
  font-weight: 600; font-style: italic; margin-bottom: 0.75rem;
}
.service-detail p { color: var(--ink-soft); line-height: 1.7; margin-bottom: 0.75rem; }
.service-detail ul { color: var(--ink-soft); padding-left: 1.1rem; line-height: 1.7; }

.contact-grid { display: grid; gap: 2.5rem; }
@media (min-width: 800px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-card { background: var(--white); padding: 2.2rem; }
.contact-card h2 {
  font-family: var(--font-display); font-size: 2rem; font-style: italic; margin-bottom: 1rem;
}
.contact-card p { color: var(--ink-soft); line-height: 1.75; margin-bottom: 0.85rem; }
.contact-card a { color: var(--accent-dark); font-weight: 500; }
.form { display: grid; gap: 1rem; }
.form label {
  display: grid; gap: 0.4rem; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft);
}
.form input, .form textarea, .form select {
  font: inherit; padding: 0.9rem 1rem; border: 0; border-bottom: 1px solid var(--line);
  background: transparent; color: var(--ink);
}
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none; border-bottom-color: var(--accent);
}
.form-note, .notice { font-size: 0.85rem; color: var(--ink-soft); }

.cta-panel {
  background: transparent; min-height: 0; display: block; text-align: center;
}
.cta-panel img { display: none; }
.cta-panel .shade { display: none; }
.cta-panel .inner {
  position: relative; width: var(--container); margin: 0 auto; padding: 1rem 0 3rem;
}
.cta-panel .title { color: var(--ink); }
.cta-panel p { color: var(--ink-soft) !important; }
.cta-panel a { color: var(--accent-dark) !important; }

.site-footer {
  background: var(--ink); color: rgba(255,255,255,0.7); padding: 3.5rem 0 1.5rem;
  text-align: center;
}
.footer-grid { display: grid; gap: 1.5rem; justify-items: center; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand strong {
  display: block; font-family: var(--font-display);
  font-size: 1.6rem; color: var(--white); margin-bottom: 0.75rem;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.footer-brand strong span { color: #d4a574; display: inline; }
.footer-col h4 { display: none; }
.footer-col { display: flex; gap: 1.25rem; flex-wrap: wrap; justify-content: center; }
.footer-col a { color: rgba(255,255,255,0.7); }
.footer-col a:hover { color: #d4a574; }
.footer-bottom {
  margin-top: 2rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.82rem; color: rgba(255,255,255,0.45);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem;
}
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s, transform 0.7s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 799px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { align-items: flex-start; text-align: left; padding-right: 3.5rem; }
  .brand { align-items: flex-start; }
}
