:root {
  --navy: #071f45;
  --navy-2: #0d3670;
  --teal: #1186a0;
  --gold: #d9a629;
  --gold-2: #f1d68a;
  --cream: #fbf5e8;
  --paper: #fffaf1;
  --ink: #0b1f3f;
  --muted: #5d6878;
  --line: rgba(217, 166, 41, 0.45);
  font-family: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 20%, rgba(17, 134, 160, 0.12), transparent 26rem),
    linear-gradient(180deg, #fff 0%, var(--cream) 42%, #eef4f7 100%);
}

a {
  color: inherit;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 10;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 0;
  padding: 0;
  background: #020b1a;
  border-bottom: 1px solid rgba(241, 214, 138, 0.75);
  box-shadow:
    inset 0 -1px 0 rgba(217, 166, 41, 0.8),
    0 0.7rem 2rem rgba(7, 31, 69, 0.22);
}

.brand {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

nav {
  display: flex;
  justify-content: center;
  max-width: 100%;
  gap: clamp(0.85rem, 2vw, 1.8rem);
  width: 100%;
  padding: 0.55rem 1rem;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  background: #020b1a;
  border-top: 1px solid rgba(241, 214, 138, 0.45);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--gold-2);
}

.hero {
  display: block;
  min-height: auto;
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1rem, 6vw, 6rem);
  overflow: hidden;
  text-align: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(217, 166, 41, 0.4);
  border-radius: 50%;
}

.hero::before {
  top: 7rem;
  right: -12rem;
  width: 40rem;
  height: 18rem;
  transform: rotate(-12deg);
}

.hero::after {
  left: -16rem;
  bottom: 6rem;
  width: 34rem;
  height: 14rem;
  border-color: rgba(17, 134, 160, 0.25);
  transform: rotate(-18deg);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 14ch;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.2rem;
  color: var(--navy);
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.92;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
}

h3 {
  color: var(--navy);
  font-size: 1.35rem;
}

.hero-copy > p:not(.eyebrow),
.section p,
.contact p {
  max-width: 42rem;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-copy > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.3rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: 0 1rem 2rem rgba(7, 31, 69, 0.22);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 250, 241, 0.75);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--gold);
  color: #fff;
}

.intro-band div {
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background: linear-gradient(135deg, var(--navy), #0a2b5e);
}

.intro-band span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-2);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.intro-band strong {
  display: block;
  max-width: 25rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.section {
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 6vw, 6rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.service-grid article,
.about-panel,
.values,
.price-list,
.contact-card {
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.5rem rgba(7, 31, 69, 0.08);
}

.service-grid article {
  padding: 1.5rem;
}

.service-grid p,
.values li,
.price-list div,
.contact-card a {
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  background:
    linear-gradient(rgba(7, 31, 69, 0.9), rgba(7, 31, 69, 0.9)),
    radial-gradient(circle at top left, rgba(217, 166, 41, 0.35), transparent 22rem);
}

.about-panel,
.values {
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.about h2,
.values h3 {
  color: #fff;
}

.about-panel,
.values {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(217, 166, 41, 0.5);
}

.about-panel p,
.values li {
  color: rgba(255, 255, 255, 0.8);
}

.about-panel p + p {
  margin-top: 1rem;
}

.values ul {
  margin: 0;
  padding-left: 1.2rem;
}

.values li + li {
  margin-top: 0.75rem;
}

.pricing {
  background: linear-gradient(180deg, #fffaf1, #ffffff);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

.price-list {
  overflow: hidden;
}

.pricing-tabs > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tab-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}

.tab-controls label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.2rem;
  color: var(--navy);
  background: rgba(255, 250, 241, 0.88);
  border: 1px solid rgba(217, 166, 41, 0.55);
  border-radius: 999px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

#small-price-list:checked ~ .tab-controls label[for="small-price-list"],
#large-price-list:checked ~ .tab-controls label[for="large-price-list"] {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: 0 0.75rem 1.7rem rgba(7, 31, 69, 0.18);
}

.price-panel {
  display: none;
}

#small-price-list:checked ~ .small-panel,
#large-price-list:checked ~ .large-panel {
  display: block;
}

.price-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem clamp(1rem, 2vw, 1.6rem);
  border-bottom: 1px solid rgba(217, 166, 41, 0.25);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list strong {
  color: var(--gold);
  font-size: 1.1rem;
  white-space: nowrap;
}

.placeholder-panel,
.definition-grid article {
  padding: clamp(1.3rem, 3vw, 2rem);
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.5rem rgba(7, 31, 69, 0.08);
}

.placeholder-panel h3,
.definition-grid h3 {
  margin-bottom: 0.55rem;
}

.placeholder-panel p,
.definition-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.definition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.2rem;
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 6vw, 6rem);
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #082a5d);
}

.contact h2,
.contact p {
  color: #fff;
}

.contact-card {
  display: grid;
  gap: 0.9rem;
  min-width: min(26rem, 100%);
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
}

.contact-card a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 850px) {
  .hero,
  .split,
  .about,
  .contact,
  .section-heading {
    display: block;
  }

  nav {
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .values,
  .contact-card {
    margin-top: 1.5rem;
  }

  .intro-band,
  .service-grid,
  .definition-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 10ch;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 0;
  }

  .brand img {
    min-height: 11rem;
    object-fit: cover;
  }

  .price-list div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
