:root {
  --navy: #07162f;
  --navy-deep: #041021;
  --ink: #182230;
  --muted: #687487;
  --paper: #f4f2ed;
  --white: #fff;
  --line: rgba(7, 22, 47, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --gold: #b8995e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(4,16,33,.6), transparent);
}
.nav-wrap { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { font-size: 21px; font-weight: 700; letter-spacing: .22em; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; letter-spacing: .04em; }
nav a { color: rgba(255,255,255,.84); }
nav a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 10px 15px; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: var(--white); display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1643981670720-eef07ebdb179?auto=format&fit=crop&w=2200&q=84"); background-size: cover; background-position: center 46%; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,33,.88) 0%, rgba(4,16,33,.68) 42%, rgba(4,16,33,.28) 100%), linear-gradient(180deg, rgba(4,16,33,.56) 0%, rgba(4,16,33,.08) 42%, rgba(4,16,33,.62) 100%); }
.hero-content { position: relative; z-index: 2; padding: 150px 0 110px; max-width: 920px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; letter-spacing: .2em; font-weight: 700; }
.eyebrow.light { color: rgba(255,255,255,.65); }
.hero-kicker { margin: 0 0 20px; font-size: 12px; letter-spacing: .22em; color: rgba(255,255,255,.76); }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(48px, 7vw, 88px); line-height: 1.01; letter-spacing: -.045em; }
h1 em, h2 em { font-style: italic; color: #ddd1b6; }
.hero-text { max-width: 720px; font-size: 19px; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-block; padding: 15px 21px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.primary { background: var(--white); color: var(--navy); }
.text-link { font-size: 13px; color: rgba(255,255,255,.88); }
.text-link span { margin-left: 7px; color: #ddd1b6; }
.hero-caption { position: absolute; z-index: 2; right: 30px; bottom: 26px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.58); }

.section { padding: 118px 0; }
.section-light { background: var(--white); }
.section-paper { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
h2 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 60px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.section-intro { margin: 0; font-size: 17px; color: var(--muted); max-width: 480px; }

.service-list { margin-top: 70px; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 72px 1fr 40px; gap: 24px; align-items: center; padding: 31px 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.service-row h3 { margin-bottom: 7px; color: var(--navy); font-size: 25px; font-weight: 500; }
.service-row p { margin: 0; color: var(--muted); max-width: 720px; }
.service-arrow { justify-self: end; color: var(--gold); font-size: 22px; }

.dark-section { background: var(--navy); color: var(--white); }
.dark-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.dark-section h2 { color: var(--white); }
.dark-intro { max-width: 510px; color: rgba(255,255,255,.65); font-size: 17px; }
.process-list { border-top: 1px solid var(--line-light); }
.process-list > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.process-list span { color: #d4c4a1; font-size: 11px; font-weight: 700; letter-spacing: .12em; padding-top: 2px; }
.process-list strong { font-size: 18px; font-weight: 500; }
.process-list small { grid-column: 2; margin-top: 5px; color: rgba(255,255,255,.54); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.about-copy { max-width: 660px; }
.about-copy p { margin-top: 0; margin-bottom: 24px; font-size: 18px; color: var(--muted); }
.signature-line { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: var(--navy); }
.signature-line span { width: 44px; height: 1px; background: var(--gold); }
.signature-line strong { letter-spacing: .2em; font-size: 12px; }
.signature-line small { color: #8a919b; font-size: 11px; letter-spacing: .06em; }

.contact-section { background: var(--navy-deep); color: var(--white); padding: 92px 0; }
.contact-wrap { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.contact-wrap h2 { color: var(--white); margin-bottom: 10px; }
.contact-wrap p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.62); }
.contact-mail { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3vw, 32px); border-bottom: 1px solid var(--gold); padding-bottom: 6px; }
.contact-mail span { color: var(--gold); margin-left: 7px; }


.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-intro { max-width: 470px; }
.contact-intro > p:not(.eyebrow) { margin: 0 0 28px; color: rgba(255,255,255,.62); max-width: 430px; }
.contact-intro .contact-mail { display: inline-block; margin-top: 6px; }
.contact-form { border-top: 1px solid var(--line-light); }
.form-row { display: grid; gap: 18px; }
.form-row-2 { grid-template-columns: 1fr 1fr; }
.form-field { padding: 20px 0; border-bottom: 1px solid var(--line-light); }
.form-field label { display: block; margin-bottom: 9px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.form-field label span { color: rgba(255,255,255,.35); text-transform: none; letter-spacing: 0; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; outline: 0; background: transparent; color: var(--white); font: inherit; font-size: 16px; padding: 0; border-radius: 0; }
.form-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.6) 50%), linear-gradient(135deg, rgba(255,255,255,.6) 50%, transparent 50%); background-position: calc(100% - 12px) 55%, calc(100% - 7px) 55%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 28px; }
.form-field select option { color: var(--ink); background: var(--white); }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.28); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { color: var(--white); }
.form-actions { display: flex; align-items: center; gap: 18px; padding-top: 24px; }
.form-button { border: 0; cursor: pointer; background: var(--white); color: var(--navy); }
.form-button span { margin-left: 8px; color: var(--gold); }
.form-actions small { color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.5; max-width: 260px; }

footer { background: #020a17; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .03em; }
.footer-wrap { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; }

@media (max-width: 860px) {
  .container { width: min(100% - 34px, 1180px); }
  .nav-wrap { min-height: 76px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding: 140px 0 100px; }
  .section { padding: 88px 0; }
  .section-heading, .dark-grid, .about-grid { grid-template-columns: 1fr; gap: 46px; }
  .service-row { grid-template-columns: 48px 1fr 28px; gap: 14px; }
  .contact-wrap, .footer-wrap { flex-direction: column; align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .form-row-2 { grid-template-columns: 1fr; gap: 0; }
  .form-actions { flex-direction: column; align-items: flex-start; }
}
