:root {
  --forest: #123a2c;
  --forest-2: #0e2d24;
  --green: #2f5b48;
  --sage: #8ca091;
  --cream: #f6f1e8;
  --warm-white: #fbf8f2;
  --stone: #d8cec0;
  --gold: #b4873e;
  --ink: #1f2d28;
  --muted: #5d665f;
  --line: rgba(31,45,40,.14);
  --shadow: 0 20px 50px rgba(19,44,35,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 92px 0; }
.centered { text-align: center; }

.skip-link { position: absolute; left: -9999px; top: 8px; background: #fff; color: #000; padding: 8px 12px; z-index: 1000; }
.skip-link:focus { left: 8px; }

.topbar { background: var(--forest-2); color: #f8f1e5; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.socials { display: flex; gap: 14px; font-weight: 600; }

.site-header { background: rgba(251,248,242,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: baseline; gap: 8px; }
.brand-mark { color: var(--gold); font-size: 1.9rem; }
.brand-name { font-family: "Playfair Display", serif; font-size: 2rem; letter-spacing: .06em; }
.brand-llc { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.primary-nav { display: flex; justify-content: center; gap: 34px; font-size: .84rem; text-transform: uppercase; letter-spacing: .05em; }
.primary-nav a { position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.primary-nav a:hover::after { width: 100%; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 2px; font-size: .78rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(18,58,44,.15); }
.button-dark { background: var(--forest); color: #fff; }
.button-outline { border: 1px solid rgba(18,58,44,.45); color: var(--forest); background: transparent; }

.hero { background: linear-gradient(90deg, var(--cream) 0 48%, #ece5d8 48% 100%); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.02fr 1fr; align-items: stretch; }
.hero-copy { padding: 78px 64px 76px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; color: var(--gold); font-weight: 600; }
h1,h2 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.04; margin: 0; color: var(--forest-2); }
h1 { font-size: clamp(3.4rem, 7vw, 6.1rem); }
h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.hero-text { max-width: 560px; font-size: 1.1rem; color: #3d4842; margin: 26px 0 32px; }
.gold-rule { width: 42px; height: 2px; background: var(--gold); margin-top: 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 620px; background: linear-gradient(180deg, rgba(12,30,24,.06), rgba(12,30,24,.22)), url('assets/landing_image.png') center/cover no-repeat; overflow: hidden; }
.hero-art::after { content: ""; position: absolute; inset: 9% 8%; border: 1px solid rgba(255,255,255,.35); }
.hero-art-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 55% 45%, rgba(180,135,62,.18), transparent 35%), linear-gradient(120deg, transparent 40%, rgba(255,255,255,.06)); }
.hero-art-caption { position: absolute; right: 28px; bottom: 26px; color: rgba(255,255,255,.86); font-family: "Playfair Display", serif; font-size: 1.2rem; letter-spacing: .04em; }

.serve-strip { background: var(--forest); color: #fff; padding: 30px 0 38px; background-image: linear-gradient(rgba(18,58,44,.96),rgba(18,58,44,.96)), url('assets/float.jpeg'); background-size: cover; background-position: center; }
.serve-strip .section-kicker { color: #d6b874; }
.serve-grid { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 24px; }
.serve-grid article { text-align: center; padding: 6px 20px; border-right: 1px solid rgba(255,255,255,.18); }
.serve-grid article:last-child { border-right: 0; }
.icon { color: #dfbd75; font-size: 2.1rem; margin-bottom: 8px; }
.serve-grid h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; line-height: 1.35; margin: 0; }

.services { background: var(--warm-white); }
.services-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.services-intro p:not(.section-kicker) { color: var(--muted); max-width: 410px; }
.text-link { display: inline-block; margin-top: 26px; text-transform: uppercase; font-size: .78rem; font-weight: 600; letter-spacing: .07em; color: var(--forest); }
.services-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 36px; border-left: 1px solid var(--line); padding-left: 46px; }
.services-list article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding: 18px 0 22px; }
.services-list span { color: var(--gold); font-size: .72rem; letter-spacing: .1em; }
.services-list h3 { font-family: "Playfair Display", serif; font-size: 1.35rem; margin: 0 0 5px; }
.services-list p { margin: 0; color: var(--muted); font-size: .94rem; }

.approach { background: #efe8dc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach h2 { margin-bottom: 46px; }
.method-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 28px; position: relative; }
.method-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 35px; height: 1px; background: rgba(180,135,62,.45); }
.method-grid article { text-align: center; position: relative; }
.method-icon { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; background: var(--forest); color: #fff; display: grid; place-items: center; font-size: 1.65rem; position: relative; z-index: 2; border: 6px solid #efe8dc; }
.method-grid h3 { text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin: 0 0 8px; }
.method-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.about { background: var(--warm-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr .9fr; align-items: stretch; box-shadow: var(--shadow); background: #fff; }
.about-visual { min-height: 430px; background: linear-gradient(rgba(10,30,22,.1),rgba(10,30,22,.12)), url('assets/strategy.png') center/cover no-repeat; }
.about-copy { padding: 58px 54px; }
.about-copy p:not(.section-kicker) { color: var(--muted); }
.quote { margin: 0; background: var(--forest); color: #fff; padding: 58px 46px; font-family: "Playfair Display", serif; font-size: 1.65rem; line-height: 1.35; display: flex; flex-direction: column; justify-content: center; }
.quote cite { font-family: "DM Sans", sans-serif; font-size: .78rem; font-style: normal; margin-top: 28px; color: #d7c7a4; }

.cta-section { background: var(--cream); padding: 62px 0; background-image: linear-gradient(rgba(246,241,232,.94),rgba(246,241,232,.94)), url('assets/float.jpeg'); background-size: cover; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.cta-grid p { color: var(--muted); }

.footer { background: var(--forest-2); color: #f6f1e8; padding: 54px 0 18px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 50px; }
.footer-brand .brand-name { font-size: 1.7rem; }
.footer h3 { color: #d6b874; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.footer a,.footer span { display: block; color: rgba(246,241,232,.8); margin: 6px 0; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; background: transparent; border: 1px solid var(--line); padding: 8px 12px; text-transform: uppercase; letter-spacing: .08em; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 82px; background: var(--warm-white); display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 16px 20px; border-bottom: 1px solid var(--line); }
  .nav-cta { display: none; }
  .hero-grid, .services-grid, .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 0 50px; }
  .hero-art { min-height: 420px; }
  .serve-grid { grid-template-columns: repeat(2,1fr); }
  .serve-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 18px; }
  .serve-grid article:last-child { grid-column: 1 / -1; }
  .services-list { border-left: 0; padding-left: 0; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
  .method-grid::before { display: none; }
  .about-visual { min-height: 340px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar p { font-size: .66rem; }
  .socials { display: none; }
  .brand-name { font-size: 1.55rem; }
  .hero { background: var(--cream); }
  h1 { font-size: 3.45rem; }
  .hero-copy { padding-top: 54px; }
  .hero-text { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .serve-grid, .services-list, .method-grid, .footer-grid { grid-template-columns: 1fr; }
  .serve-grid article:last-child { grid-column: auto; }
  .section-pad { padding: 68px 0; }
  .services-grid { gap: 40px; }
  .services-list article { grid-template-columns: 34px 1fr; }
  .about-copy, .quote { padding: 40px 28px; }
  .cta-grid { gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
