:root {
  --ink: #182024;
  --muted: #5f6d70;
  --paper: #fbf8f2;
  --surface: #ffffff;
  --teal: #087f79;
  --teal-dark: #075d5b;
  --coral: #e85f49;
  --mint: #d7f4e9;
  --gold: #f4c95d;
  --shadow: 0 24px 70px rgba(15, 36, 37, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

.site-header {
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 0;
  transform: none;
  z-index: 10;
  display: flex;

  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.78);
 
  box-shadow: 0 14px 40px rgba(7, 34, 34, 0.14);
  backdrop-filter: blur(18px);

}

.brand,
.nav-actions,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--coral));
  font-size: 0.82rem;
  letter-spacing: 0;
}

.nav-actions {
  gap: 8px;
}

.icon-link,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.icon-link {
  padding: 0 13px;
  color: var(--teal-dark);
  background: rgba(8, 127, 121, 0.08);
}

.button {
  padding: 0 22px;
  color: #fff;
  background: var(--teal);
  box-shadow: 0 12px 28px rgba(8, 127, 121, 0.28);
}

.button-small {
  min-height: 42px;
  padding: 0 16px;
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(232, 95, 73, 0.24);
}

.button-light {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 32, 36, 0.11);
}

.icon-link:hover,
.button:hover,
.contact-tile:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1120px) / 2)) 64px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: slowZoom 16s ease-in-out infinite alternate;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.96) 0%, rgba(251, 248, 242, 0.82) 38%, rgba(251, 248, 242, 0.26) 72%),
    linear-gradient(180deg, rgba(251, 248, 242, 0.18), rgba(251, 248, 242, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding-top: 24px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
   font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.hero-copy,
.section-copy p,
.story-panel p,
.contact-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.hero-copy {
  width: min(560px, 100%);
  margin-bottom: 28px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.availability-card {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 44px;
  z-index: 2;
  display: flex;
  width: min(330px, calc(100% - 48px));
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.availability-card p {
  margin: 4px 0 0;
  color: var(--muted);
}

.pulse {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #29b86f;
  box-shadow: 0 0 0 0 rgba(41, 184, 111, 0.5);
  animation: pulse 1.8s infinite;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(8, 127, 121, 0.16);
}

.trust-band div {
  display: grid;
  min-height: 140px;
  align-content: center;
  gap: 8px;
  padding: 18px max(1px, calc((50vw - 1120px) / 2 + 24px));
  background: #fff;
}

.trust-band strong {
  font-size: 1.08rem;
}

.trust-band span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 104px max(24px, calc((100vw - 1120px) / 2));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 54px;
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 120px;
}

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

.use-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(8, 127, 121, 0.14);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(15, 36, 37, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.use-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.use-grid span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--mint);
  font-weight: 800;
}

.use-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.story {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(244, 201, 93, 0.38), transparent 28%),
    linear-gradient(135deg, #0a5f5a, #173439 70%);
  color: #fff;
}

.story-panel {
  width: min(760px, 100%);
}

.story-panel .eyebrow,
.story-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--gold);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.36);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.contact-actions {
  flex-direction: column;
  gap: 14px;
}

.contact-tile {
  display: flex;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 36, 37, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-tile span {
  color: var(--muted);
  font-weight: 700;
}

.contact-tile strong {
  overflow-wrap: anywhere;
  text-align: right;
  font-size: clamp(1rem, 2vw, 1.32rem);
}

.contact-tile.accent {
  color: #fff;
  background: var(--teal);
}

.contact-tile.accent span {
  color: rgba(255, 255, 255, 0.8);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(24px, calc((100vw - 1120px) / 2));
  color: var(--muted);
  background: #fff;
}

[data-animate] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.09);
  }
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 14px rgba(41, 184, 111, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(41, 184, 111, 0);
  }
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand span:last-child {
    display: none;
  }

  .icon-link {
    min-width: 44px;
    padding: 0 10px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 104px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(251, 248, 242, 0.96) 0%, rgba(251, 248, 242, 0.76) 48%, rgba(251, 248, 242, 0.34) 100%);
  }

  .hero-image {
    object-position: 60% center;
  }

  .availability-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 42px;
  }

  .trust-band,
  .split,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .trust-band div {
    min-height: 118px;
    padding-inline: 24px;
  }

  .section {
    padding-block: 76px;
  }

  .section-copy {
    position: static;
  }

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

@media (max-width: 540px) {
  .nav-actions {
    gap: 6px;
  }

  .icon-link span {
    font-size: 0.8rem;
  }

  .button-small {
    padding: 0 12px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(3.25rem, 18vw, 4.8rem);
  }

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

  .contact-tile {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-tile strong {
    text-align: left;
  }

  .footer {
    flex-direction: column;
  }
}

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