:root {
  --ink: #102532;
  --ink-soft: #55707b;
  --paper: #f7f8f4;
  --white: #ffffff;
  --line: rgba(16, 37, 50, .12);
  --pine: #0c4d52;
  --pine-deep: #082e35;
  --coral: #f2694b;
  --sand: #f1dfcb;
  --radius: 20px;
  --container: min(1180px, calc(100% - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; background: var(--white); border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.skip-link:focus { top: 16px; }
.container { width: var(--container); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { max-width: 690px; margin: 0; font-size: clamp(2rem, 4vw, 4.15rem); line-height: 1.04; letter-spacing: -.055em; }
.section-copy { max-width: 600px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button-primary { background: var(--coral); color: var(--white); }
.button-primary:hover { background: #dc573d; }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.48); color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.09); }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--white); }
.header-inner { width: var(--container); height: 92px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: -.08em; }
.brand-name { font-size: 13px; line-height: 1.15; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.brand-name small { display: block; margin-top: 3px; font-size: 8px; font-weight: 650; letter-spacing: .14em; opacity: .75; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 680; }
.main-nav a:not(.nav-cta)::after { position: absolute; content: ""; height: 1px; background: var(--coral); left: 0; right: 100%; bottom: -7px; transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; }
.main-nav .nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1.5px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

/* Home hero */
.hero { position: relative; min-height: 760px; min-height: min(850px, 100svh); display: flex; align-items: flex-end; padding: 155px 0 74px; overflow: hidden; color: var(--white); background: var(--pine-deep); }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,26,30,.86) 0%, rgba(5,26,30,.55) 42%, rgba(5,26,30,.16) 76%, rgba(5,26,30,.32) 100%); z-index: 1; }
.hero::after { position: absolute; width: 38vw; height: 38vw; min-width: 440px; min-height: 440px; content: ""; right: -11vw; top: -18vw; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; z-index: 1; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.06); }
.hero-content { position: relative; z-index: 2; width: var(--container); margin: 0 auto; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #d1e1de; font-size: 12px; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker::before { width: 38px; height: 1px; content: ""; background: var(--coral); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3.35rem, 7.5vw, 7.4rem); line-height: .91; letter-spacing: -.07em; }
.hero h1 em { color: var(--sand); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-top: 37px; }
.hero-bottom p { max-width: 445px; margin: 0; color: rgba(255,255,255,.83); font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-cue { position: absolute; z-index: 2; right: 28px; bottom: 27px; display: flex; align-items: center; gap: 9px; transform: rotate(90deg); transform-origin: right center; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue::after { width: 42px; height: 1px; content: ""; background: currentColor; }

/* Intro */
.intro { padding: clamp(94px, 12vw, 168px) 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr); gap: clamp(42px, 10vw, 155px); align-items: center; }
.image-frame { position: relative; padding: 0 34px 34px 0; }
.image-frame::before { position: absolute; content: ""; inset: 36px 0 0 35px; background: var(--sand); }
.image-frame img { position: relative; width: 100%; height: 590px; object-fit: cover; object-position: center 36%; }
.intro .section-title { max-width: 570px; }
.intro-note { display: flex; gap: 17px; align-items: flex-start; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.note-number { color: var(--pine); font-family: Georgia, "Times New Roman", serif; font-size: 2.85rem; line-height: .8; }
.intro-note p { max-width: 350px; margin: 0; color: var(--ink-soft); font-size: 14px; }

/* Services */
.services { padding: clamp(88px, 10vw, 142px) 0; background: var(--pine-deep); color: var(--white); }
.services-top { display: flex; justify-content: space-between; gap: 48px; align-items: end; margin-bottom: 59px; }
.services .eyebrow { color: #f8a389; }
.services .section-title { max-width: 600px; }
.services-top p { max-width: 370px; margin: 0; color: rgba(255,255,255,.67); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.service { min-height: 315px; padding: 29px 30px 25px; border-right: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; }
.service:first-child { border-left: 1px solid rgba(255,255,255,.22); }
.service-index { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.service h3 { margin: auto 0 12px; font-size: clamp(1.45rem, 2vw, 1.88rem); line-height: 1.08; letter-spacing: -.045em; }
.service p { margin: 0; color: rgba(255,255,255,.67); font-size: 14px; }
.service-line { width: 40px; height: 1px; margin-top: 26px; background: var(--coral); transition: width .25s ease; }
.service:hover .service-line { width: 78px; }

/* Approach */
.approach { padding: clamp(94px, 12vw, 168px) 0; }
.approach-heading { display: flex; align-items: end; justify-content: space-between; gap: 46px; margin-bottom: 62px; }
.approach-heading .section-title { max-width: 610px; }
.approach-heading p { max-width: 390px; margin: 0 0 4px; color: var(--ink-soft); }
.process-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: auto auto; gap: 20px; }
.process-card { border-radius: var(--radius); overflow: hidden; }
.process-photo { position: relative; min-height: 470px; grid-row: 1 / span 2; color: var(--white); }
.process-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,34,37,.73), transparent 62%); }
.process-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 48% 50%; }
.process-photo div { position: absolute; z-index: 1; left: 36px; right: 36px; bottom: 31px; }
.process-photo h3 { margin: 0 0 6px; font-size: 1.7rem; letter-spacing: -.04em; }
.process-photo p { max-width: 440px; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; }
.process-text { padding: 32px; background: var(--sand); }
.process-text h3 { margin: 0 0 10px; color: var(--pine-deep); font-size: 1.55rem; letter-spacing: -.04em; }
.process-text p { margin: 0; color: #4e5c5d; font-size: 14px; }
.process-stats { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.stat { padding: 31px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--pine); font-family: Georgia, "Times New Roman", serif; font-size: 2.45rem; line-height: 1; font-weight: 500; }
.stat span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 730; line-height: 1.3; text-transform: uppercase; letter-spacing: .09em; }

/* Contact */
.contact { position: relative; overflow: hidden; padding: clamp(84px, 11vw, 140px) 0; background: #dfe9e5; }
.contact::after { position: absolute; width: 540px; height: 540px; right: -270px; top: -185px; content: ""; border: 1px solid rgba(12,77,82,.22); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(43px, 9vw, 123px); }
.contact .section-title { max-width: 540px; }
.contact-details { margin-top: 46px; }
.contact-detail { display: grid; grid-template-columns: 102px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 14px; }
.contact-detail:first-child { border-top: 0; padding-top: 0; }
.contact-detail span { color: var(--ink-soft); font-weight: 750; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.contact-detail address { margin: 0; font-style: normal; }
.contact-detail a:hover { color: var(--coral); }
.contact-form { padding: 33px; background: var(--white); border-radius: var(--radius); box-shadow: 0 22px 60px rgba(27,65,65,.09); }
.contact-form h3 { margin: 0 0 25px; font-size: 1.5rem; letter-spacing: -.04em; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 11px 0; outline: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; transition: border-color .2s; }
.field textarea { min-height: 85px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--coral); }
.contact-form .button { margin-top: 10px; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--pine); font-size: 13px; }

/* Footer */
.site-footer { padding: 29px 0; color: rgba(255,255,255,.75); background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: var(--white); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand .brand-mark { width: 28px; height: 28px; font-size: 10px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 23px; font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.copyright { margin: 0; font-size: 11px; }

/* Legal pages */
.legal-body { background: #eef3f0; }
.legal-header { position: relative; color: var(--ink); background: var(--white); }
.legal-header .header-inner { border-color: var(--line); }
.legal-header .brand { color: var(--ink); }
.legal-header .main-nav .nav-cta { border-color: var(--line); }
.legal-header .main-nav .nav-cta:hover { color: var(--white); background: var(--pine); border-color: var(--pine); }
.legal-header .menu-toggle { color: var(--ink); }
.legal-hero { position: relative; overflow: hidden; padding: 87px 0 80px; color: var(--white); background: var(--pine-deep); }
.legal-hero::after { position: absolute; width: 530px; height: 530px; right: -100px; bottom: -350px; content: ""; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.legal-hero .container { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 6.8vw, 6rem); line-height: .94; letter-spacing: -.06em; }
.legal-hero p:not(.eyebrow) { margin: 22px 0 0; color: rgba(255,255,255,.7); }
.legal-content { width: min(800px, calc(100% - 56px)); margin: 0 auto; padding: 80px 0 110px; }
.legal-note { margin-bottom: 52px; padding: 20px 22px; border-left: 3px solid var(--coral); background: #fffaf6; color: #53636b; font-size: 14px; }
.legal-content h2 { margin: 52px 0 15px; color: var(--pine-deep); font-size: 1.55rem; letter-spacing: -.04em; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p, .legal-content li { color: #475d67; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--pine); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 760px) {
  :root { --container: min(100% - 38px, 1180px); }
  .header-inner { height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 12; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 11; inset: 0; flex-direction: column; justify-content: center; gap: 28px; background: var(--pine-deep); opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: 1.45rem; }
  .main-nav .nav-cta { font-size: 1rem; }
  .hero { min-height: 695px; padding: 136px 0 56px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,26,30,.86), rgba(5,26,30,.53)); }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-bottom { display: block; margin-top: 28px; }
  .hero-actions { margin-top: 25px; }
  .scroll-cue { display: none; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-frame { max-width: 520px; }
  .image-frame img { height: 430px; }
  .services-top, .approach-heading { display: block; }
  .services-top p, .approach-heading p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service { min-height: 230px; border-left: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
  .process-grid { grid-template-columns: 1fr; }
  .process-photo { min-height: 370px; grid-row: auto; }
  .contact-form { padding: 27px 23px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; gap: 15px 20px; }
  .legal-header .main-nav { background: var(--white); }
  .legal-header .main-nav a { color: var(--ink); }
  .legal-header .main-nav .nav-cta { border-color: var(--pine); color: var(--pine); }
  .legal-content { width: min(100% - 38px, 800px); padding: 58px 0 77px; }
}

@media (max-width: 410px) {
  .hero-actions .button { width: 100%; }
  .process-stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .contact-detail { grid-template-columns: 1fr; gap: 3px; }
}
