@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF;
}

:root {
  --orange: #f5a400;
  --orange-dark: #d76500;
  --orange-deep: #a9380b;
  --ink: #2d2927;
  --brown: #51443f;
  --muted: #746c67;
  --sand: #f2eee7;
  --cream: #fbfaf7;
  --white: #ffffff;
  --line: rgba(45, 41, 39, 0.14);
  --shadow: 0 24px 70px rgba(71, 45, 23, 0.13);
  --container: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6rem); font-weight: 600; }
h1 span { color: var(--orange-dark); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.5vw, 4.25rem); font-weight: 600; }
h3 { margin-bottom: 14px; font-size: 1.35rem; font-weight: 600; }
p { margin-bottom: 1.3em; font-family: "DM Sans", Arial, sans-serif; letter-spacing: 0; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-140%); padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 22px; color: var(--orange-deep); font-size: 0.79rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow-light { color: #ffcc66; }
.balanced-title span { display: block; }

.site-header {
  position: sticky; z-index: 50; top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 247, 0.92);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(55, 42, 35, .06); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { flex: 0 1 390px; color: inherit; text-decoration: none; }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; max-width: 100%; color: #625955; font-family: Arial, sans-serif; line-height: 1; }
.wordmark-title { white-space: nowrap; font-size: clamp(1.55rem, 2.35vw, 2.25rem); font-weight: 700; letter-spacing: -.045em; }
.wordmark-title b { color: var(--orange); font-weight: 700; }
.wordmark-tagline { margin-top: 5px; white-space: nowrap; font-size: clamp(.68rem, 1vw, .93rem); font-weight: 700; letter-spacing: -.025em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; text-decoration: none; font-size: .94rem; font-weight: 600; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange-dark); transform-origin: right; transition: transform .2s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 20px; border-radius: 999px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: var(--orange-deep); }
.menu-button { display: none; width: 48px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { overflow: hidden; padding: 58px 0 0; background: linear-gradient(135deg, var(--cream) 0%, #fff 66%, #f7ead5 100%); }
.hero-grid { display: block; }
.hero-copy { max-width: 1040px; padding: 72px 0 82px; }
.hero-copy h1 { max-width: 1040px; font-size: clamp(3.5rem, 6vw, 5.8rem); }
.hero-copy h1 span { display: inline-block; white-space: nowrap; }
.hero-lead { max-width: 780px; color: var(--muted); font-size: clamp(1.12rem, 1.5vw, 1.35rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #34220b; box-shadow: 0 14px 34px rgba(215, 101, 0, .18); }
.button-primary:hover { background: #ffb51f; box-shadow: 0 18px 40px rgba(215, 101, 0, .26); }
.text-link { font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--orange-dark); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(4px); }
.focus-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.focus-strip span { padding: 22px 24px; text-align: center; font-weight: 600; }
.focus-strip span + span { border-left: 1px solid var(--line); }

.intro-section { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(70px, 9vw, 150px); }
.intro-heading h2 { max-width: 470px; margin-bottom: 0; font-size: clamp(2.45rem, 3.2vw, 3.45rem); line-height: 1.18; text-wrap: balance; }
.intro-copy { width: 100%; padding-top: 54px; color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.intro-copy p { max-width: 720px; }
.intro-copy p:last-child { margin-bottom: 0; }

.services-section { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: minmax(690px, 1fr) minmax(260px, .42fr); align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.75rem, 4.1vw, 4.2rem); }
.section-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 310px; padding: 32px; border: 1px solid rgba(77, 58, 48, .11); border-radius: 18px; background: rgba(255,255,255,.73); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); background: white; box-shadow: 0 18px 45px rgba(75, 56, 43, .1); }
.service-number { display: block; margin-bottom: 66px; color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 700; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }

.process-section { background: var(--cream); color: var(--ink); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.process-intro { position: sticky; top: 150px; align-self: start; }
.process-intro h2 { font-size: clamp(2.6rem, 3.7vw, 3.65rem); }
.process-intro p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 36px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 700; }
.process-list h3 { color: var(--ink); font-size: 1.8rem; }
.process-list p { max-width: 600px; margin-bottom: 0; color: var(--muted); }

.about-section { background: var(--white); }
.about-grid { display: block; }
.about-content { width: 100%; }
.about-content h2 { max-width: 1080px; font-size: clamp(2.15rem, 3vw, 2.55rem); line-height: 1.2; text-wrap: balance; }
.about-copy { display: block; width: 100%; max-width: 980px; padding-top: 8px; }
.about-copy p { max-width: none; color: var(--muted); font-size: 1.08rem; line-height: 1.68; }
.about-copy p:last-child { margin-bottom: 0; }
.about-copy .large-copy { color: var(--muted); }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.values span { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .87rem; font-weight: 600; }

.contact-section { padding: 110px 0; background: linear-gradient(135deg, #ae380d 0%, #d96600 48%, #f0a000 100%); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 100px; }
.contact-grid h2 { max-width: 690px; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.8); font-size: 1.12rem; }
.contact-card { padding: 40px; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; background: rgba(80, 31, 13, .28); backdrop-filter: blur(10px); }
.contact-label { margin-bottom: 12px; color: #ffe0a1; font-weight: 700; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; margin: 28px 0; }
.contact-links a { color: white; font-size: 1.1rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: #fff2d5; }

.site-footer { padding: 34px 0; background: #211e1c; color: rgba(255,255,255,.62); font-size: .86rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark-footer { color: rgba(255,255,255,.76); }
.wordmark-footer .wordmark-title { font-size: 1.45rem; }
.wordmark-footer .wordmark-tagline { font-size: .61rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-inner > p { margin: 0; text-align: right; }

.legal-main { min-height: 70vh; padding: 80px 0 110px; background: var(--white); }
.legal-wrap { width: min(calc(100% - 48px), 860px); margin: 0 auto; }
.legal-back { display: inline-block; margin-bottom: 45px; color: var(--orange-deep); font-weight: 700; text-decoration: none; }
.legal-wrap h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); }
.legal-wrap h2 { margin-top: 55px; font-size: 1.75rem; }
.legal-wrap h3 { margin-top: 30px; font-size: 1.2rem; }
.legal-wrap p, .legal-wrap li { color: var(--muted); }
.legal-wrap a { color: var(--orange-deep); }
.legal-note { margin-top: 50px; padding: 20px 24px; border-left: 4px solid var(--orange); background: var(--sand); }

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

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 94px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(45,41,39,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; }
  .nav-cta { margin-top: 8px; padding: 13px 18px !important; text-align: center; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-copy { padding: 30px 0 36px; }
  .focus-strip { margin-top: 42px; }
  .intro-grid, .section-heading, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-heading h2 { max-width: 680px; }
  .intro-copy { padding-top: 0; }
  .balanced-title span { display: inline; }
  .balanced-title span + span::before { content: " "; }
  .intro-grid h2 span { white-space: normal; }
  .intro-copy p { margin-bottom: 1.3em; }
  .about-copy p { margin-bottom: 1.3em; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-intro { position: static; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container, .legal-wrap { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 78px; }
  .brand { flex-basis: 270px; }
  .wordmark-title { font-size: 1.55rem; }
  .wordmark-tagline { font-size: .66rem; }
  .main-nav { top: 78px; }
  .hero { padding-top: 30px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-copy h1 span { white-space: normal; }
  h2 { font-size: clamp(2.1rem, 10vw, 3.1rem); }
  .focus-strip { grid-template-columns: 1fr; }
  .focus-strip span + span { border-top: 1px solid var(--line); border-left: 0; }
  .intro-copy { font-size: 1.08rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-number { margin-bottom: 46px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 14px; }
  .contact-section { padding: 76px 0; }
  .contact-card { padding: 28px 24px; }
  .contact-links a { overflow-wrap: anywhere; font-size: 1rem; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
  .footer-inner > p { text-align: left; }
  .legal-main { padding: 55px 0 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
