:root {
  --paper: #f7f4ed;
  --warm: #fffaf0;
  --surface: #ffffff;
  --ink: #182325;
  --muted: #536164;
  --line: #ddd6c9;
  --teal: #0e6964;
  --teal-dark: #084c49;
  --blue: #4f93b7;
  --coral: #d76752;
  --gold: #dba93a;
  --sage: #8ead8a;
  --shadow: 0 18px 45px rgba(24, 35, 37, 0.13);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--teal);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button {
  min-height: 46px;
}

:focus-visible {
  outline: 3px solid rgba(14, 105, 100, 0.45);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(247, 244, 237, 0.93);
  border-bottom: 1px solid rgba(221, 214, 201, 0.85);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  width: calc(100% - 32px);
  max-width: var(--max);
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 260px;
  flex: 0 0 auto;
}

.brand img {
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  background: rgba(14, 105, 100, 0.1);
  color: var(--teal-dark);
}

.nav-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.nav-email:hover {
  background: var(--ink);
  color: white;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section,
.hero,
.page-hero,
.split-band,
.footer-cta {
  width: calc(100% - 32px);
  max-width: var(--max);
  margin: 0 auto;
}

.hero {
  min-height: clamp(680px, calc(100dvh - 80px), 820px);
  padding: clamp(38px, 6vw, 72px) 0 40px;
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
}

.hero-copy {
  flex: 0 1 48%;
}

.hero-media {
  flex: 1 1 52%;
  min-width: 0;
}

.hero-media img,
.page-hero-image img,
.split-image img,
.look-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  aspect-ratio: 1.18 / 1;
}

.page-hero-image img {
  aspect-ratio: 1.72 / 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 99px;
  background: var(--coral);
}

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

h1,
.page-title {
  width: 100%;
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.lead {
  width: 100%;
  max-width: 710px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

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

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: white;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.button.secondary:hover {
  background: var(--surface);
  color: var(--teal-dark);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.metric {
  min-width: 138px;
  padding: 16px;
  border-left: 4px solid var(--teal);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
}

.metric strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.section {
  padding: clamp(52px, 7vw, 86px) 0;
}

.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-header p {
  max-width: 510px;
  margin-bottom: 0;
}

.cards,
.product-list,
.application-list,
.look-list,
.swatch-list,
.process-list,
.detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card,
.product-item,
.application-item,
.look-item,
.swatch-item,
.process-step,
.detail-item {
  flex: 1 1 260px;
  min-width: min(100%, 260px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
}

.card.accent-teal,
.product-item.accent-teal,
.process-step.accent-teal {
  border-top: 5px solid var(--teal);
}

.card.accent-coral,
.product-item.accent-coral,
.process-step.accent-coral {
  border-top: 5px solid var(--coral);
}

.card.accent-gold,
.product-item.accent-gold,
.process-step.accent-gold {
  border-top: 5px solid var(--gold);
}

.card.accent-blue,
.product-item.accent-blue,
.process-step.accent-blue {
  border-top: 5px solid var(--blue);
}

.card.accent-sage,
.product-item.accent-sage,
.process-step.accent-sage {
  border-top: 5px solid var(--sage);
}

.icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--warm);
  color: var(--teal-dark);
}

.icon-mark svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.split-band {
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 66px);
  padding: clamp(52px, 7vw, 92px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-copy,
.split-image {
  flex: 1 1 50%;
  min-width: 0;
}

.split-image img {
  aspect-ratio: 1.35 / 1;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  flex: 1 1 210px;
  min-width: min(100%, 210px);
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
}

.page-hero {
  padding: clamp(42px, 7vw, 84px) 0 38px;
}

.page-hero-layout {
  display: flex;
  align-items: center;
  gap: clamp(30px, 5vw, 58px);
}

.page-hero-copy {
  flex: 0 1 45%;
}

.page-hero-image {
  flex: 1 1 55%;
  min-width: 0;
}

.page-kicker {
  margin: 0 0 12px;
  color: var(--teal-dark);
  font-weight: 820;
  text-transform: uppercase;
}

.band {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section.band,
.section.dark-band {
  width: 100%;
  max-width: none;
}

.section.band > *,
.section.dark-band > * {
  width: calc(100% - 32px);
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.dark-band {
  background: var(--ink);
  color: white;
}

.dark-band .copy,
.dark-band .lead {
  color: rgba(255, 255, 255, 0.76);
}

.dark-band .card,
.dark-band .detail-item,
.dark-band .process-step {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.dark-band .tag {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.78);
}

.product-item h3,
.application-item h3,
.detail-item h3,
.look-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--teal);
}

.dot.coral {
  background: var(--coral);
}

.dot.gold {
  background: var(--gold);
}

.dot.blue {
  background: var(--blue);
}

.dot.sage {
  background: var(--sage);
}

.look-item {
  flex-basis: 340px;
  padding: 0;
  overflow: hidden;
}

.look-image img {
  aspect-ratio: 1.45 / 1;
  border-radius: 0;
  box-shadow: none;
}

.look-content {
  padding: 22px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.spec {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  font-size: 12px;
  font-weight: 740;
}

.swatch-item {
  flex-basis: 240px;
  padding-top: 18px;
}

.swatches {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.swatches span {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(24, 35, 37, 0.1);
}

.process-step {
  flex-basis: 320px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 800;
}

.quote-band {
  margin: 0;
  padding: clamp(38px, 6vw, 64px);
  border-left: 7px solid var(--coral);
  background: var(--surface);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-band p {
  max-width: 880px;
  margin-bottom: 0;
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.12;
}

.contact-wrap {
  display: flex;
  gap: clamp(28px, 5vw, 64px);
  align-items: flex-start;
}

.contact-panel,
.contact-form {
  flex: 1 1 50%;
  min-width: 0;
}

.contact-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.email-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--teal-dark);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 820;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.field {
  flex: 1 1 240px;
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.form-status {
  min-height: 26px;
  margin-top: 14px;
  color: var(--teal-dark);
  font-weight: 720;
}

.footer {
  margin-top: 24px;
  background: var(--ink);
  color: white;
}

.footer-cta {
  padding: clamp(46px, 7vw, 76px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-cta h2 {
  max-width: 730px;
  margin-bottom: 0;
}

.footer-main {
  width: calc(100% - 32px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand {
  max-width: 480px;
}

.footer-brand img {
  width: 210px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--paper);
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.78);
}

.footer a:hover {
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  max-width: 420px;
}

.footer-links a {
  min-height: 36px;
  font-weight: 720;
}

.reveal {
  transform: translateY(12px);
  opacity: 0;
  transition: transform 420ms ease, opacity 420ms ease;
}

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

@media (max-width: 980px) {
  .nav-wrap {
    min-height: 72px;
  }

  .brand {
    width: 220px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    position: fixed;
    inset: 72px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 20px 36px rgba(24, 35, 37, 0.14);
  }

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

  .main-nav a,
  .nav-email {
    justify-content: center;
  }

  .hero,
  .page-hero-layout,
  .split-band,
  .contact-wrap,
  .footer-cta,
  .footer-main {
    flex-direction: column;
    align-items: stretch;
  }

  .hero {
    min-height: 0;
  }

  .section-header {
    display: block;
  }
}

@media (max-width: 640px) {
  .nav-wrap,
  .section,
  .hero,
  .page-hero,
  .split-band,
  .footer-cta,
  .footer-main {
    width: calc(100% - 24px);
    max-width: var(--max);
  }

  .brand {
    width: 196px;
  }

  h1,
  .page-title {
    font-size: clamp(34px, 8.8vw, 40px);
    line-height: 1.03;
  }

  .lead {
    font-size: 18px;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .card,
  .product-item,
  .application-item,
  .detail-item,
  .process-step,
  .contact-panel {
    padding: 20px;
  }

  .quote-band {
    padding: 26px;
  }

  .section.band > *,
  .section.dark-band > * {
    width: calc(100% - 24px);
  }
}

@media (max-width: 520px) {
  .nav-wrap,
  .section,
  .hero,
  .page-hero,
  .split-band,
  .footer-cta,
  .footer-main {
    max-width: 366px;
    margin-left: 12px;
    margin-right: auto;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.25;
  }

  .eyebrow::before {
    flex: 0 0 auto;
    margin-top: 7px;
  }

  .tag-row {
    max-width: 100%;
  }

  .email-link {
    font-size: 20px;
    line-height: 1.25;
  }
}

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

  .reveal {
    transform: none;
    opacity: 1;
  }
}
