@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Sora:wght@400;500;600;700&display=swap");

:root {
  --bg: #f4f8fb;
  --bg-strong: #eaf2f7;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: #ffffff;
  --text: #091521;
  --muted: #526071;
  --line: rgba(10, 25, 40, 0.1);
  --navy: #06131d;
  --aqua: #0f8fa6;
  --teal: #0f7d7d;
  --coral: #c85d3a;
  --gold: #d8a23a;
  --shadow: 0 24px 60px rgba(4, 12, 20, 0.12);
  --radius: 16px;
  --radius-sm: 12px;
  --shell: min(1180px, calc(100vw - 40px));
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 251, 0.9)),
    linear-gradient(130deg, rgba(16, 157, 179, 0.06), rgba(239, 108, 73, 0.04));
  color: var(--text);
  font-family: "Sora", system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 1000;
  background: var(--navy);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
}

.skip-link:focus {
  left: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(8, 23, 34, 0.08);
}

.header-shell {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), #0f3346);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  flex: none;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.brand__copy strong {
  font-size: 0.98rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand__copy span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.1;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--navy);
  border-radius: 999px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.92rem;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a[aria-current="page"] {
  color: var(--navy);
  font-weight: 600;
}

.nav-cta {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff !important;
  font-weight: 600;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 34px 0 18px;
  min-height: calc(100svh - 76px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(8, 23, 34, 0.94) 0%, rgba(8, 23, 34, 0.76) 40%, rgba(8, 23, 34, 0.18) 100%),
    linear-gradient(180deg, rgba(16, 157, 179, 0.1), rgba(255, 255, 255, 0));
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 42px, 42px 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 90%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 36px;
  align-items: center;
  color: #fff;
}

.hero-copy {
  padding: 28px 0 34px;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.72);
}

.section .eyebrow {
  color: var(--aqua);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Fraunces", Georgia, serif;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  max-width: 9.5ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 12ch;
}

h3 {
  font-size: 1.06rem;
}

.lede,
.section-lede {
  font-size: 1.02rem;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.88);
}

.section .section-lede,
.section p {
  color: var(--muted);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 600;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--gold), #f7d476);
  color: #10202d;
}

.button--secondary {
  border-color: rgba(8, 23, 34, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: var(--navy);
  backdrop-filter: blur(10px);
}

.hero .button--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.hero-notes li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-notes li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  flex: none;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-card {
  position: absolute;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

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

.hero-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 23, 34, 0.74);
  color: #fff;
  font-size: 0.76rem;
}

.hero-card--main {
  right: 7%;
  top: 5%;
  width: min(48%, 330px);
  aspect-ratio: 0.68;
  transform: rotate(2deg);
}

.hero-card--one {
  left: 3%;
  bottom: 8%;
  width: min(52%, 320px);
  aspect-ratio: 0.8;
  transform: rotate(-6deg);
}

.hero-card--two {
  right: 1%;
  bottom: 0;
  width: min(36%, 250px);
  aspect-ratio: 0.68;
  transform: rotate(8deg);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.section {
  padding: 96px 0;
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(233, 242, 247, 0.75), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, rgba(16, 157, 179, 0.05), rgba(239, 108, 73, 0.03));
}

.page-hero {
  padding: 54px 0 28px;
}

.page-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 28px;
  align-items: stretch;
}

.page-hero-copy {
  padding: 26px 0 26px;
}

.page-hero-copy .section-lede,
.page-hero-copy p {
  max-width: 58ch;
}

.page-hero-copy .eyebrow {
  color: var(--aqua);
}

.page-hero-copy h1 {
  max-width: 10.5ch;
}

.page-hero-card {
  margin: 0;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(8, 23, 34, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 23, 34, 0.98), rgba(8, 23, 34, 0.82)),
    linear-gradient(135deg, rgba(16, 157, 179, 0.12), rgba(216, 162, 58, 0.08));
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-hero-card img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  border-radius: 18px;
}

.page-hero-card figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
}

.page-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.page-hero-points li {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.page-band {
  margin-top: 22px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(8, 23, 34, 0.08);
  color: var(--muted);
}

.section-heading {
  margin-bottom: 34px;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.filter-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-strip button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.filter-strip button:hover,
.filter-strip button:focus-visible {
  transform: translateY(-1px);
  color: var(--text);
}

.filter-strip button.is-active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.catalog-count {
  color: var(--muted);
  font-size: 0.94rem;
  white-space: nowrap;
}

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

.product {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(8, 23, 34, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 40px rgba(6, 20, 32, 0.06);
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(6, 20, 32, 0.1);
  border-color: rgba(16, 157, 179, 0.2);
}

.product__media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(16, 157, 179, 0.08), rgba(239, 108, 73, 0.06));
  min-height: 100%;
}

.product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 0.8;
}

.product__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.product__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product__category {
  margin: 0;
  color: var(--aqua);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.product__label {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product__title {
  font-size: 1.12rem;
}

.product__copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.chips li {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(8, 23, 34, 0.05);
  color: var(--text);
  font-size: 0.78rem;
}

.product__action {
  margin-top: auto;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.9rem;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pillar {
  padding-top: 18px;
  border-top: 2px solid rgba(16, 157, 179, 0.32);
}

.pillar p {
  margin: 10px 0 0;
}

.about-grid,
.distributor-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 34px;
  align-items: start;
}

.story-panel,
.inquiry-form {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(8, 23, 34, 0.08);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.story-panel__eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  color: var(--aqua);
}

.story-panel ul,
.benefit-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.story-panel li,
.benefit-list li {
  padding-left: 18px;
  position: relative;
  color: var(--muted);
}

.story-panel li::before,
.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

.distributor-copy .section-lede {
  color: var(--muted);
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-points a,
.contact-details a {
  color: var(--navy);
  font-weight: 600;
}

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

.field-span {
  grid-column: 1 / -1;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  font-size: 0.86rem;
  color: var(--muted);
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(8, 23, 34, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text);
  padding: 13px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: rgba(16, 157, 179, 0.65);
  box-shadow: 0 0 0 4px rgba(16, 157, 179, 0.12);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.contact-details {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(8, 23, 34, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.site-footer {
  border-top: 1px solid rgba(8, 23, 34, 0.08);
  padding: 24px 0 36px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
  transition-delay: var(--delay, 0ms);
}

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

.thank-you {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.thank-you-shell {
  width: min(680px, 100%);
  padding: 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 23, 34, 0.08);
  box-shadow: var(--shadow);
}

@media (max-width: 1080px) {
  .hero-shell,
  .page-hero-shell,
  .about-grid,
  .distributor-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .pillar-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(8, 23, 34, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

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

  .nav-cta {
    text-align: center;
  }

  .product {
    grid-template-columns: 120px minmax(0, 1fr);
  }

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

  .trust-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 18px;
  }

  .page-hero {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100vw - 24px, 1180px);
  }

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

  .brand__copy span {
    display: none;
  }

  .hero-shell {
    gap: 22px;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 11vw, 2.7rem);
  }

  .hero-visual {
    min-height: 460px;
  }

  .hero-card--main {
    width: min(58%, 260px);
  }

  .hero-card--one {
    width: min(52%, 230px);
  }

  .hero-card--two {
    width: min(38%, 160px);
  }

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

  .product__media img {
    aspect-ratio: 1.12;
  }

  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
