:root {
  --ink: #092d3b;
  --ink-deep: #062532;
  --teal: #006c78;
  --teal-bright: #00818b;
  --bronze: #836f54;
  --bronze-light: #b49a77;
  --cream: #f4f0e7;
  --paper: #fbf8f2;
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site-header {
  align-items: center;
  background: rgba(6, 37, 50, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.wordmark {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  gap: 12px;
  letter-spacing: -0.04em;
}

.header-logo-link {
  align-items: center;
  display: flex;
  height: 100%;
}

.header-logo {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  opacity: 0.96;
  width: 118px;
}

.wordmark small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-top: 2px;
  text-transform: uppercase;
}

.mark {
  align-items: center;
  border: 1px solid var(--bronze-light);
  border-radius: 50% 50% 44% 56%;
  color: var(--bronze-light);
  display: flex;
  font-size: 1.2rem;
  height: 42px;
  justify-content: center;
  transform: rotate(-8deg);
  width: 36px;
}

nav {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  gap: 38px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a:not(.nav-cta) {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

nav a:not(.nav-cta):hover {
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 14px 18px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

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

.hero {
  background: var(--ink-deep);
  color: var(--white);
  min-height: 860px;
  overflow: hidden;
  position: relative;
}

.hero-pattern,
.about-pattern {
  background-image: url("/soshells-stencil-clean.png");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.hero-pattern {
  opacity: 0.42;
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 37, 50, 0.94) 0%, rgba(6, 37, 50, 0.72) 48%, rgba(6, 37, 50, 0.32) 100%),
    linear-gradient(0deg, rgba(6, 37, 50, 0.72), transparent 44%);
  inset: 0;
  position: absolute;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 860px;
  padding: 150px 8vw 76px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--bronze);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.23em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #c5ad8b;
}

.hero h1,
.section-shell h2,
.capabilities h2,
.about h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(4.8rem, 9.6vw, 9.4rem);
  line-height: 0.82;
  max-width: 930px;
}

.hero h1 em {
  color: #cfb28b;
  font-weight: 400;
}

.hero-footer {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 26px;
}

.hero-footer > p {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 550px;
}

.text-link {
  border-bottom: 1px solid var(--bronze);
  display: inline-flex;
  font-size: 0.71rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.14em;
  min-width: 210px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.light-link {
  border-color: rgba(255, 255, 255, 0.6);
}

.section-shell {
  margin: 0 auto;
  max-width: 1440px;
  padding: 120px 7vw;
}

.intro {
  padding-bottom: 150px;
  padding-top: 150px;
}

.intro-grid {
  display: grid;
  gap: 10vw;
  grid-template-columns: 1.1fr 0.9fr;
}

.intro h2,
.contact h2 {
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  line-height: 0.98;
}

.intro-copy {
  border-left: 1px solid rgba(9, 45, 59, 0.2);
  padding-left: 4vw;
}

.intro-copy p,
.about-panel > p,
.contact-details > p {
  color: #4b6168;
  font-size: 0.96rem;
  line-height: 1.8;
  margin: 0 0 24px;
}

.intro-copy .lead,
.about-panel .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.45;
}

.intro-copy .text-link {
  margin-top: 14px;
}

.capabilities {
  background: var(--teal);
  color: var(--white);
}

.section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

.section-heading h2 {
  font-size: clamp(3.2rem, 5.5vw, 6.2rem);
}

.section-heading > p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
  max-width: 380px;
}

.product-grid {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 280px;
  padding: 36px;
  transition: background 200ms ease;
}

.product-card:hover {
  background: rgba(6, 37, 50, 0.16);
}

.product-card > span,
.process-list article > span {
  color: #d1b792;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
}

.product-card h3,
.process-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  margin: 72px 0 18px;
}

.product-card p {
  font-size: 0.83rem;
  line-height: 1.75;
  margin: 0;
  max-width: 310px;
  opacity: 0.78;
}

.dark-heading {
  border-bottom: 1px solid rgba(9, 45, 59, 0.22);
  padding-bottom: 64px;
}

.process-list article {
  align-items: center;
  border-bottom: 1px solid rgba(9, 45, 59, 0.18);
  display: grid;
  gap: 40px;
  grid-template-columns: 60px 1fr 1fr;
  padding: 34px 0;
}

.process-list h3 {
  font-size: 2.7rem;
  margin: 0;
}

.process-list p {
  color: #53666c;
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
  max-width: 420px;
}

.about {
  background: var(--ink-deep);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.about-pattern {
  grid-column: 1;
  opacity: 0.65;
  position: relative;
}

.about-pattern::after {
  background: linear-gradient(90deg, rgba(6, 37, 50, 0.08), var(--ink-deep));
  content: "";
  inset: 0;
  position: absolute;
}

.about-panel {
  align-self: center;
  max-width: 720px;
  padding: 100px 8vw 100px 6vw;
}

.about h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 1;
  margin-bottom: 42px;
}

.about-panel > p {
  color: rgba(255, 255, 255, 0.67);
}

.about-panel .lead {
  color: var(--white);
  font-size: 1.35rem;
}

.contact {
  padding-bottom: 145px;
  padding-top: 145px;
}

.contact-grid {
  display: grid;
  gap: 10vw;
  grid-template-columns: 1.15fr 0.85fr;
}

.contact-details {
  padding-top: 14px;
}

.email-link {
  border-bottom: 1px solid var(--ink);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 2.1rem);
  justify-content: space-between;
  margin-top: 45px;
  padding-bottom: 14px;
}

.location {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 50px;
}

.location span {
  color: var(--bronze);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.location strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

footer {
  align-items: center;
  background: var(--ink-deep);
  color: var(--white);
  display: grid;
  font-size: 0.64rem;
  grid-template-columns: 1fr 1fr 1fr;
  letter-spacing: 0.12em;
  min-height: 180px;
  padding: 40px 5vw;
  text-transform: uppercase;
}

footer p {
  margin: 0;
  text-align: center;
}

footer p:last-child {
  text-align: right;
}

.footer-logo-link {
  display: inline-flex;
}

.footer-logo {
  display: block;
  filter: brightness(0) invert(1);
  height: auto;
  opacity: 0.9;
  width: 112px;
}

@media (max-width: 900px) {
  .site-header {
    height: 78px;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    font-size: 0.62rem;
    padding: 12px;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-footer,
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
  }

  .intro-grid,
  .contact-grid {
    gap: 60px;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-left: 28px;
  }

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

  .about {
    grid-template-columns: 0.65fr 1.35fr;
  }
}

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

  .header-logo {
    width: 98px;
  }

  .nav-cta {
    letter-spacing: 0.08em;
  }

  .hero,
  .hero-content {
    min-height: 700px;
  }

  .hero-content {
    padding: 120px 22px 44px;
  }

  .hero h1 {
    font-size: clamp(3.85rem, 18vw, 5.2rem);
  }

  .hero-footer {
    margin-top: 42px;
  }

  .hero-footer .text-link {
    min-width: 100%;
  }

  .section-shell {
    padding: 88px 22px;
  }

  .intro {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .intro-copy {
    border-left: 0;
    border-top: 1px solid rgba(9, 45, 59, 0.2);
    padding-left: 0;
    padding-top: 32px;
  }

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

  .product-card {
    min-height: 235px;
    padding: 30px;
  }

  .product-card h3 {
    margin-top: 48px;
  }

  .process-list article {
    gap: 10px;
    grid-template-columns: 40px 1fr;
    padding: 28px 0;
  }

  .process-list article p {
    grid-column: 2;
  }

  .about {
    display: block;
  }

  .about-pattern {
    height: 300px;
  }

  .about-panel {
    padding: 80px 22px;
  }

  .contact {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .email-link {
    font-size: 1.1rem;
  }

  footer {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 50px 22px;
  }

  footer p,
  footer p:last-child {
    text-align: left;
  }

  .footer-logo {
    width: 100px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
