:root {
  --ink: #142020;
  --muted: #586463;
  --paper: #f6f4ef;
  --white: #ffffff;
  --deep: #102323;
  --deep-2: #193434;
  --sea: #8fbcbb;
  --sea-light: #dfeceb;
  --gold: #d5b36a;
  --line: rgba(20, 32, 32, 0.14);
  --shadow: 0 22px 60px rgba(11, 34, 34, 0.14);
  --radius: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--deep);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  background: rgba(16, 35, 35, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1;
}

.brand-mark {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span {
  display: grid;
  gap: 4px;
}

.brand strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: 32px;
}

.main-nav a {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  transition: right 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.header-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: inherit;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(16, 35, 35, 0.98), rgba(19, 55, 55, 0.94)),
    var(--deep);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: var(--paper);
  clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%);
}

.hero-art,
.grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.grid-lines {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 48%, black);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-one {
  width: 540px;
  height: 540px;
  right: -160px;
  top: -180px;
  border: 1px solid rgba(143, 188, 187, 0.28);
  box-shadow: inset 0 0 120px rgba(143, 188, 187, 0.1);
}

.orb-two {
  width: 300px;
  height: 300px;
  left: 45%;
  bottom: -170px;
  background: rgba(213, 179, 106, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 84px;
  min-height: 680px;
  padding-block: 86px 120px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.1;
}

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(19px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--deep);
  background: var(--gold);
}

.button-primary:hover {
  background: #e1c484;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  background: transparent;
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 0;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  list-style: none;
}

.trust-list li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--sea);
  font-weight: 900;
}

.hero-card {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42px;
  width: 64px;
  height: 4px;
  background: var(--gold);
}

.card-label {
  margin: 0 0 16px;
  color: var(--sea);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
}

.hero-card > p:not(.card-label) {
  color: rgba(255, 255, 255, 0.72);
}

.card-contact {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.card-contact a {
  display: grid;
  gap: 3px;
  text-decoration: none;
}

.card-contact span {
  color: rgba(255, 255, 255, 0.58);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.card-contact strong {
  overflow-wrap: anywhere;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.section {
  padding-block: 110px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  column-gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 360px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-card svg {
  width: 48px;
  height: 48px;
  margin: 38px 0 32px;
  fill: none;
  stroke: var(--deep);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-number {
  position: absolute;
  top: 34px;
  right: 36px;
  color: rgba(20, 32, 32, 0.34);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 500;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card-featured {
  color: var(--white);
  background: var(--deep);
}

.service-card-featured svg {
  stroke: var(--gold);
}

.service-card-featured .service-number,
.service-card-featured p {
  color: rgba(255, 255, 255, 0.66);
}

.about {
  color: var(--white);
  background: var(--deep);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
  gap: 94px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 75% 18%, rgba(213, 179, 106, 0.26), transparent 30%),
    linear-gradient(145deg, var(--deep-2), #0b1b1b);
}

.about-visual::before,
.about-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(143, 188, 187, 0.16);
  border-radius: 50%;
}

.about-visual::before {
  width: 330px;
  height: 330px;
  top: -110px;
  right: -80px;
}

.about-visual::after {
  width: 210px;
  height: 210px;
  top: -20px;
  right: -20px;
}

.quote-mark {
  color: var(--gold);
  font-size: 110px;
  line-height: 0.6;
}

.about-visual p {
  position: relative;
  z-index: 2;
  max-width: 390px;
  margin: 20px 0 0;
  font-size: 28px;
  line-height: 1.35;
}

.about-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.about-copy h2 {
  margin-bottom: 28px;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.contact {
  background: var(--sea-light);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1.15fr);
  gap: 90px;
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 24px;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 16px;
  margin-top: 36px;
  font-style: normal;
}

.contact-details a {
  display: grid;
  gap: 2px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(20, 32, 32, 0.18);
  text-decoration: none;
}

.contact-details span {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.contact-details strong {
  overflow-wrap: anywhere;
  font-size: 17px;
  font-weight: 500;
}

.contact-form {
  padding: 46px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.form-row label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(20, 32, 32, 0.2);
  border-radius: 10px;
  color: var(--ink);
  background: #fbfbf9;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--deep);
  outline: 3px solid rgba(143, 188, 187, 0.38);
}

.form-note,
.form-status {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.form-status {
  min-height: 18px;
  margin-bottom: 0;
}

.site-footer {
  padding-top: 80px;
  color: var(--white);
  background: #0a1919;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.5fr 1fr;
  gap: 64px;
  padding-bottom: 64px;
}

.brand-footer {
  margin-bottom: 20px;
}

.footer-grid p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-links a,
.footer-contact a {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 20px 20px;
    background: var(--deep);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 52px;
    padding-top: 68px;
  }

  .hero-card {
    max-width: 650px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-grid,
  .contact-grid {
    gap: 54px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .main-nav {
    top: 72px;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    min-height: 0;
    padding-block: 60px 118px;
  }

  h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-card,
  .contact-form,
  .service-card,
  .about-visual {
    padding: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section {
    padding-block: 78px;
  }

  .service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .about-visual {
    min-height: 390px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
