@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #07162b;
  --muted: #586575;
  --white: #fffdf8;
  --paper: #f6f1e7;
  --line: #d8c39a;
  --green: #0b223f;
  --green-dark: #041226;
  --gold: #d7a33b;
  --gold-soft: #f2d38a;
  --coral: #00a8b8;
  --blue: #008e9f;
  --shadow: 0 24px 70px rgba(4, 18, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", Arial, Helvetica, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(4, 18, 38, 0.94);
  border-bottom: 1px solid rgba(215, 163, 59, 0.42);
  backdrop-filter: blur(18px);
}

.brand,
.header-action,
.btn,
.trust-strip span,
.contact-grid a,
.contact-grid > span {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 290px;
  color: var(--white);
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--gold);
  border: 2px solid var(--gold);
  background: #06182d;
  font-family: "Cinzel", Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 5px;
  width: 38px;
  height: 38px;
  border-bottom: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
  border-radius: 50%;
}

.brand-mark::after {
  content: "*";
  position: absolute;
  right: -5px;
  bottom: 9px;
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Cinzel", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.brand small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: rgba(255, 253, 248, 0.84);
  font-size: 14px;
  font-weight: 600;
}

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

.header-action {
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-soft);
  font-weight: 600;
}

.header-action svg,
.btn svg,
.trust-strip svg,
.contact-grid svg,
.contract-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 70px);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 18, 38, 0.92) 0%, rgba(4, 18, 38, 0.68) 46%, rgba(4, 18, 38, 0.14) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  align-self: center;
  padding: clamp(46px, 8vw, 86px) clamp(20px, 5vw, 74px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.image-band .eyebrow {
  color: #ffd56e;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.08;
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(17px, 2vw, 20px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(20px, 5vw, 74px);
  background: linear-gradient(135deg, #fffaf0 0%, #f3ead8 100%);
}

.page-hero .section-lead {
  font-size: clamp(18px, 2vw, 21px);
}

.page-hero img,
.feature-image {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.nav-active {
  color: var(--gold);
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.btn.primary {
  color: var(--white);
  background: var(--green-dark);
  box-shadow: 0 12px 30px rgba(4, 18, 38, 0.28);
}

.btn.secondary {
  color: var(--green-dark);
  background: var(--gold);
}

.btn.wide {
  width: 100%;
}

.hero-stats span {
  min-width: 142px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.12);
}

.hero-stats strong {
  display: block;
  font-size: 22px;
  color: #ffd56e;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip span {
  gap: 9px;
  min-height: 78px;
  padding: 16px clamp(16px, 3vw, 32px);
  background: var(--paper);
  font-weight: 850;
}

.section {
  padding: clamp(38px, 5vw, 72px) clamp(20px, 5vw, 74px);
}

.section + .section {
  padding-top: clamp(22px, 3vw, 38px);
}

.split,
.contracts {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.section-lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
}

.text-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.text-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(25, 33, 31, 0.08);
}

.text-card p {
  color: var(--muted);
}

.cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(34px, 5vw, 56px) clamp(20px, 5vw, 74px);
  color: var(--white);
  background: var(--green-dark);
}

.cta-band h2 {
  max-width: 760px;
}

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

.service-grid.expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid article,
.pillar-grid article,
.contract-form,
.booking-form,
.response-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(25, 33, 31, 0.08);
}

.service-grid article,
.pillar-grid article {
  padding: 24px;
}

.service-grid article {
  position: relative;
}

.service-grid article::after {
  content: "View service";
  display: inline-block;
  margin-top: 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-grid svg {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  color: var(--green);
}

.service-grid p,
.pillar-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.services-overview {
  padding-bottom: clamp(16px, 2vw, 28px);
}

.equipment-rail {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(150px, 15vw, 220px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 18, 38, 0.96), rgba(11, 34, 63, 0.98) 46%, rgba(4, 18, 38, 0.96)),
    radial-gradient(circle at 12% 45%, rgba(0, 168, 184, 0.2), transparent 34%);
  border-top: 1px solid rgba(215, 163, 59, 0.55);
  border-bottom: 1px solid rgba(215, 163, 59, 0.55);
}

.equipment-rail::before,
.equipment-rail::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: clamp(54px, 10vw, 150px);
  height: 100%;
  pointer-events: none;
}

.equipment-rail::before {
  left: 0;
  background: linear-gradient(90deg, var(--green-dark), transparent);
}

.equipment-rail::after {
  right: 0;
  background: linear-gradient(270deg, var(--green-dark), transparent);
}

.equipment-track {
  display: flex;
  width: max-content;
  padding-left: 100vw;
  animation: equipmentScroll 28s linear infinite;
}

.equipment-rail:hover .equipment-track {
  animation-play-state: paused;
}

.equipment-set {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  padding-right: clamp(14px, 2vw, 26px);
}

.tool-chip {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: clamp(104px, 10vw, 142px);
  min-height: clamp(86px, 8vw, 116px);
  padding: 12px;
  border: 1px solid rgba(215, 163, 59, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.02)),
    rgba(0, 168, 184, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  color: var(--gold-soft);
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.tool-chip svg {
  width: clamp(46px, 5vw, 68px);
  height: clamp(46px, 5vw, 68px);
  stroke-width: 1.65;
}

.tool-chip img {
  width: auto;
  height: clamp(82px, 8vw, 112px);
  max-width: 92%;
  max-height: clamp(82px, 8vw, 112px);
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.28));
}

.photo-tool {
  background:
    radial-gradient(circle at 50% 44%, rgba(215, 163, 59, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.02)),
    rgba(0, 168, 184, 0.08);
}

.tool-chip:hover {
  z-index: 3;
  color: var(--green-dark);
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  transform: translateY(-9px) scale(1.04);
}

.tool-chip:hover img {
  filter: drop-shadow(0 8px 10px rgba(4, 18, 38, 0.18));
}

.equipment-rail + .footprint {
  padding-top: clamp(24px, 3vw, 38px);
}

.footprint {
  padding-bottom: clamp(24px, 3vw, 42px);
}

.footprint + .section {
  padding-top: clamp(24px, 3vw, 38px);
}

@keyframes equipmentScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 100vw));
  }
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.sector-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(4, 18, 38, 0.08);
}

.sector-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.sector-card div {
  padding: 22px;
}

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

.copy-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.copy-list span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: rgba(246, 241, 231, 0.72);
  font-weight: 600;
}

.service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.service-badges span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #e7f8fa;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.image-band {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 18, 38, 0.88), rgba(4, 18, 38, 0.24));
}

.image-band > div {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: clamp(44px, 7vw, 82px) clamp(20px, 5vw, 74px);
}

.image-band p:last-child {
  max-width: 700px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 18px;
}

.footprint {
  background: var(--white);
}

.footprint-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.footprint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.footprint-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(25, 33, 31, 0.08);
}

.footprint-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.footprint-grid div {
  padding: 20px;
}

.footprint-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.empowerment {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 70px);
  background: #eef9fa;
}

.empowerment-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.pillar-grid {
  display: grid;
  gap: 16px;
}

.pillar-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.contracts {
  background: var(--paper);
}

.contract-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.contract-list span {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  color: #34413d;
  font-weight: 750;
}

.contract-list svg {
  color: var(--green);
}

form {
  display: grid;
  gap: 16px;
}

.contract-form,
.booking-form {
  padding: clamp(20px, 3vw, 32px);
}

label,
fieldset {
  display: grid;
  gap: 7px;
  margin: 0;
  color: #34413d;
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc7b8;
  border-radius: 8px;
  background: #fffefa;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

fieldset {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 8px;
}

.check {
  grid-template-columns: 18px 1fr;
  align-items: center;
  font-size: 14px;
  font-weight: 750;
}

.check input {
  width: 18px;
  min-height: 18px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.booking-section {
  background: linear-gradient(180deg, var(--white), #f6f0e4);
}

.booking-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.booking-intro p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  gap: 20px;
  align-items: start;
}

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

.response-panel {
  position: sticky;
  top: 92px;
  padding: 28px;
}

.response-panel > p:not(.eyebrow) {
  margin-top: 0;
  color: var(--muted);
}

.response-breakdown {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.response-breakdown div,
.confirmation {
  padding: 12px;
  border-radius: 8px;
  background: var(--paper);
}

.confirmation {
  margin-top: 18px;
  border: 1px solid #b7d5c6;
  background: #ecf8ef;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(26px, 4vw, 58px);
}

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

.contact-grid a,
.contact-grid > span {
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  font-weight: 800;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 78px) clamp(20px, 5vw, 74px) 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 14%, rgba(0, 168, 184, 0.22), transparent 32%),
    radial-gradient(circle at 10% 88%, rgba(215, 163, 59, 0.18), transparent 32%),
    linear-gradient(120deg, #041226 0%, #071b32 46%, #0b223f 100%);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: -18% -8%;
  pointer-events: none;
  opacity: 0.18;
  background-image: repeating-radial-gradient(ellipse at 12% 12%, rgba(255, 253, 248, 0.14) 0 1px, transparent 2px 13px);
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 38px);
}

.footer-brand p {
  max-width: 340px;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.76);
}

.footer-logo {
  min-width: auto;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 14px;
  font-weight: 600;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(38px, 6vw, 65px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
  color: rgba(255, 253, 248, 0.68);
  font-size: 13px;
}

.footer-bottom a {
  color: var(--gold-soft);
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .split,
  .page-hero,
  .empowerment,
  .contracts,
  .booking-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .response-panel {
    position: static;
  }

  .footer-top {
    grid-template-columns: 1.2fr repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: auto;
  }

  .main-nav {
    font-size: 13px;
  }

  .header-action span {
    display: none;
  }

  .header-action {
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(4, 18, 38, 0.94), rgba(4, 18, 38, 0.52));
  }

  .hero-content {
    align-self: end;
  }

  .btn,
  .hero-actions {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .service-grid.expanded,
  .sector-grid,
  .footprint-grid,
  .text-grid,
  .contract-list,
  .form-row,
  .contact-grid,
  fieldset {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 62px;
  }

  .equipment-rail {
    min-height: 136px;
  }

  .tool-chip {
    width: 96px;
    min-height: 94px;
    padding: 13px 10px;
  }

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

  .footer-bottom {
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .equipment-track {
    animation: none;
  }
}

/* Final spacing pass: keep stacked content deliberate, not airy. */
main > .section {
  padding-top: clamp(30px, 4vw, 54px);
  padding-bottom: clamp(30px, 4vw, 54px);
}

main > .section + .section,
main > .footprint + .section,
main > .equipment-rail + .footprint {
  padding-top: clamp(18px, 2.6vw, 34px);
}

main > .services-overview {
  padding-bottom: clamp(12px, 1.8vw, 24px);
}

main > .footprint {
  padding-bottom: clamp(18px, 2.6vw, 34px);
}

main > .section .sector-grid,
main > .section .footprint-grid {
  margin-top: clamp(16px, 2vw, 24px);
}
