@import "tailwindcss";

:root {
  --ink: #07191b;
  --muted: #5d6c6d;
  --paper: #f5f3ed;
  --white: #ffffff;
  --aqua: #14c8bd;
  --aqua-dark: #087f79;
  --line: rgba(7, 25, 27, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  min-height: 86px; padding: 16px clamp(22px, 5vw, 76px); display: flex; align-items: center;
  justify-content: space-between; gap: 24px; background: rgba(245, 243, 237, 0.96); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .12em; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--ink); font-weight: 900; font-size: 22px; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; }
.brand small { margin-top: 3px; font-size: 10px; letter-spacing: .32em; color: var(--aqua-dark); }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); font-size: 13px; font-weight: 700; }
.nav-cta { padding: 13px 18px; color: var(--white); background: var(--ink); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.15fr .85fr; }
.hero-copy { padding: clamp(70px, 10vw, 145px) clamp(24px, 7vw, 108px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: var(--aqua-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(58px, 7.5vw, 110px); }
.hero-lede { max-width: 650px; margin: 34px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-button, form button { border: 0; padding: 17px 24px; color: var(--ink); background: var(--aqua); font-weight: 800; cursor: pointer; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-weight: 700; }
.hero-panel { padding: clamp(45px, 7vw, 90px); background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: center; }
.panel-kicker { color: var(--aqua); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
blockquote { margin: 38px 0 70px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 3.6vw, 52px); line-height: 1.15; }
.principles { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.principles span { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: #d8e4e4; font-size: 14px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip p { margin: 0; padding: 26px clamp(18px, 3vw, 44px); border-right: 1px solid var(--line); }
.trust-strip p:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 14px; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.section { padding: clamp(80px, 11vw, 150px) clamp(24px, 7vw, 108px); }
.section-heading { max-width: 830px; }
h2 { font-size: clamp(46px, 6vw, 84px); }
.section-heading > p:last-child, .approach-intro > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 38px; background: var(--paper); }
.service-card > span { color: var(--aqua-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.service-card h3, .process-list h3 { margin: 85px 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: 31px; font-weight: 500; }
.service-card p, .process-list p { color: var(--muted); line-height: 1.65; }

.approach { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); background: var(--white); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--aqua-dark); font-size: 12px; font-weight: 800; }
.process-list h3 { margin: 0 0 10px; font-size: 28px; }
.process-list p { margin: 0; }

.estimate { padding: clamp(80px, 10vw, 135px) clamp(24px, 7vw, 108px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 150px); background: var(--ink); color: var(--white); }
.estimate > div > p:last-child { max-width: 620px; margin-top: 30px; color: #b7c5c5; font-size: 18px; line-height: 1.6; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 9px; color: #c8d3d3; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
label:nth-of-type(3), label:nth-of-type(4), form button, .form-note { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,.28); border-radius: 0; padding: 15px; background: rgba(255,255,255,.05); color: var(--white); font: inherit; outline: none; }
input:focus, textarea:focus { border-color: var(--aqua); }
form button { margin-top: 5px; font-size: 15px; }
.form-note { margin: 0; color: #90a4a4; font-size: 12px; line-height: 1.5; }

footer { padding: 40px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: center; gap: 30px; background: #031012; color: #afbbbb; font-size: 12px; }
.footer-brand { color: var(--white); }

@media (max-width: 850px) {
  .site-header { position: static; }
  nav a:not(.nav-cta) { display: none; }
  .hero, .approach, .estimate { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-copy { padding-top: 90px; padding-bottom: 90px; }
  .hero-panel { min-height: 520px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .trust-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .site-header { padding: 14px 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-cta { padding: 12px; font-size: 11px; }
  h1 { font-size: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--line); }
  form { grid-template-columns: 1fr; }
  label { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.form-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}

