:root {
  --navy: #071a2d;
  --navy-light: #102942;
  --gold: #c8a24f;
  --gold-light: #e1c273;
  --ivory: #f7f4ec;
  --white: #fff;
  --ink: #17212b;
  --muted: #66717b;
  --line: rgba(200, 162, 79, .28);
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { background: var(--ivory); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { margin: 0 auto; max-width: 1200px; padding-inline: 28px; width: 100%; }
.section { min-height: 100vh; padding: 112px 0; }

.header { backdrop-filter: blur(14px); background: rgba(7, 26, 45, .94); border-bottom: 1px solid rgba(255,255,255,.08); left: 0; position: fixed; right: 0; top: 0; z-index: 20; }
.nav { align-items: center; display: flex; height: 78px; justify-content: space-between; }
.brand {
  align-items: center;
  display: flex;
  height: 64px;
  gap: 8px;
  width: 230px;
}
.brand-symbol,
.brand-wordmark {
  display: block;
  flex: none;
  height: 58px;
  overflow: hidden;
  position: relative;
}
.brand-symbol {
  width: 54px;
}
.brand-symbol img {
  height: auto;
  left: -42px;
  position: absolute;
  top: -11px;
  width: 138px;
}
.brand-wordmark {
  height: 60px;
  width: 155px;
}
.brand-wordmark img {
  height: auto;
  left: -14px;
  position: absolute;
  top: -96px;
  width: 180px;
}
.menu { align-items: center; display: flex; gap: 30px; }
.menu a { color: #dbe2e8; font-size: .82rem; font-weight: 600; }
.menu a:hover, .menu a.active { color: var(--gold-light); }
.menu-contact { border: 1px solid var(--gold); padding: 9px 15px; }
.menu-button { background: none; border: 0; cursor: pointer; display: none; }
.menu-button span { background: var(--gold-light); display: block; height: 2px; margin: 5px; transition: .25s; width: 25px; }

.hero { align-items: center; background: radial-gradient(circle at 74% 44%, #173752 0, var(--navy) 45%, #04111f 100%); color: var(--white); display: flex; overflow: hidden; padding-top: 140px; position: relative; }
.hero::before { border: 1px solid rgba(200,162,79,.12); border-radius: 50%; content: ""; height: 680px; position: absolute; right: -120px; top: 80px; width: 680px; }
.hero-grid { align-items: center; display: grid; gap: 8%; grid-template-columns: 1.05fr .95fr; position: relative; z-index: 1; }
.eyebrow { color: #a67d27; font-size: .72rem; font-weight: 700; letter-spacing: .2em; margin-bottom: 18px; text-transform: uppercase; }
.hero .eyebrow, .advantages-card .eyebrow, .contact .eyebrow { color: var(--gold-light); }
h1, h2 { font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.025em; line-height: 1.1; }
h1 { font-size: clamp(3.1rem, 6vw, 5.8rem); max-width: 720px; }
.hero-text { color: #c6d0d9; font-size: 1.08rem; margin: 28px 0 34px; max-width: 610px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; font-size: .82rem; font-weight: 700; justify-content: center; letter-spacing: .05em; padding: 14px 22px; text-transform: uppercase; transition: .2s; }
.primary { background: var(--gold); color: var(--navy); }
.primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.text-link { color: #e6ebef; font-size: .88rem; font-weight: 600; }
.text-link span { color: var(--gold-light); margin-left: 6px; }
.logo-frame { aspect-ratio: 1; max-width: 500px; position: relative; }
.logo-frame img {
  display: block;
  filter: drop-shadow(0 12px 24px rgba(200,162,79,.08));
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.scroll-hint { bottom: 28px; color: #aab7c3; display: flex; font-size: .68rem; gap: 10px; left: 50%; letter-spacing: .15em; position: absolute; text-transform: uppercase; transform: translateX(-50%); }
.scroll-hint span { border: 1px solid var(--gold); border-radius: 10px; height: 24px; position: relative; width: 13px; }
.scroll-hint span::after { background: var(--gold); content: ""; height: 4px; left: 5px; position: absolute; top: 5px; width: 1px; }

.about { align-items: center; display: flex; }
.about-grid { display: grid; gap: 10%; grid-template-columns: .9fr 1.1fr; }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.4rem); }
.about-content { color: var(--muted); }
.about-content .lead { color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.5rem; line-height: 1.45; margin-bottom: 22px; }
.principles { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 40px; padding-top: 30px; }
.principles article { display: grid; gap: 7px; }
.principles span, .service-card > span { color: #a67d27; font-size: .7rem; font-weight: 700; }
.principles strong { color: var(--ink); }
.principles p { font-size: .84rem; }

.services {
  background: var(--white);
  min-height: calc(100vh - 78px);
  padding-block: 54px;
}
.services .section-heading h2 {
  font-size: clamp(2.5rem, 3.7vw, 3.7rem);
  max-width: 650px;
}
.section-heading { align-items: end; display: flex; gap: 60px; justify-content: space-between; margin-bottom: 54px; }
.section-heading > div { max-width: 690px; }
.section-heading > p { color: var(--muted); max-width: 380px; }
.services-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); background: #dedbd2; }
.services .section-heading { margin-bottom: 30px; }
.service-card { background: var(--white); min-height: 205px; padding: 26px 38px; transition: .25s; }
.service-card:hover { box-shadow: 0 20px 50px rgba(7,26,45,.12); position: relative; transform: translateY(-5px); z-index: 1; }
.service-card.featured { background: var(--navy); color: var(--white); }
.service-card.featured > span { color: var(--gold-light); }
.service-card h3 { font-family: "Playfair Display", serif; font-size: 1.55rem; font-weight: 500; margin: 28px 0 10px; }
.service-card p { color: var(--muted); max-width: 470px; }
.service-card.featured p { color: #bcc8d1; }

.advantages { align-items: center; background: var(--navy); color: var(--white); display: flex; }
.advantages-grid { align-items: center; display: grid; gap: 10%; grid-template-columns: 1fr 1fr; }
.advantages-card { border: 1px solid var(--line); padding: 54px; }
.advantages-card h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.advantages-card > p:last-child { color: #bfc9d2; margin-top: 26px; }
.advantages-list { display: grid; gap: 8px; }
.advantages-list article { border-bottom: 1px solid rgba(255,255,255,.1); display: grid; gap: 18px; grid-template-columns: 34px 1fr; padding: 24px 0; }
.advantages-list article > span { border: 1px solid var(--gold); color: var(--gold-light); display: grid; height: 28px; place-items: center; width: 28px; }
.advantages-list h3 { font-family: "Playfair Display", serif; font-size: 1.35rem; font-weight: 500; margin-bottom: 4px; }
.advantages-list p { color: #aebbc6; font-size: .9rem; }

.contact { align-items: center; background: linear-gradient(120deg, #0a2035, #102c46); color: var(--white); display: flex; }
.contact-grid { align-items: center; display: grid; gap: 10%; grid-template-columns: 1fr 1fr; }
.contact-copy > p:last-child { color: #bec9d2; margin-top: 25px; max-width: 560px; }
.contact-card { border: 1px solid var(--line); }
.contact-card a { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 44px 1fr; padding: 25px 28px; transition: .2s; }
.contact-card a:last-child { border: 0; }
.contact-card a:hover { background: rgba(200,162,79,.08); padding-left: 34px; }
.contact-icon { border: 1px solid var(--gold); color: var(--gold-light); display: grid; height: 42px; place-items: center; width: 42px; }
.contact-card a > span:last-child { display: grid; }
.contact-card small { color: #93a4b3; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-card strong { font-size: .98rem; overflow-wrap: anywhere; }

footer { background: #03101d; color: #aeb9c2; padding: 34px 0; }
.footer-content { align-items: center; display: flex; font-size: .78rem; justify-content: space-between; }
.footer-content > span { color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 1rem; text-transform: uppercase; }
.footer-content > span small { display: block; font-family: "DM Sans", sans-serif; font-size: .42rem; letter-spacing: .16em; }
.footer-content a { color: var(--gold-light); }

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

@media (max-width: 900px) {
  .section { min-height: auto; padding: 95px 0; }
  .services { min-height: auto; padding: 80px 0; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.open span:nth-child(2) { opacity: 0; }
  .menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu { align-items: center; background: var(--navy); display: none; flex-direction: column; inset: 78px 0 auto; padding: 28px; position: fixed; }
  .menu.open { display: flex; }
  .hero-grid, .about-grid, .advantages-grid, .contact-grid { gap: 55px; grid-template-columns: 1fr; }
  .hero { padding-top: 125px; }
  .logo-frame { justify-self: center; max-width: 420px; }
  .scroll-hint { display: none; }
}

@media (max-width: 620px) {
  .container { padding-inline: 19px; }
  h1 { font-size: 3rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .services .section-heading h2 { font-size: 2.55rem; }
  .services-grid, .principles { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card h3 { margin-top: 38px; }
  .advantages-card { padding: 30px; }
  .footer-content { align-items: start; flex-direction: column; gap: 14px; }
}
