*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --paper: #130f0e;
  --cream: #eae3d2;
  --glass: rgba(19, 15, 14, 0.75);
  --ink: #f7f4ef;
  --muted: #a69a90;
  --line: rgba(234, 227, 210, 0.1);
  --green: #dfa86c;
  --red: #d34533;
}

html {
  scroll-behavior: smooth;
  background: #0d0a09;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background: transparent;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}

/* Fixed Full Site Background */
.site-bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.site-bg-image {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-image: url('img/home/home.png');
  background-size: cover;
  background-position: center;
  filter: blur(calc(var(--scroll-progress, 0) * 16px));
  transform: scale(calc(1.05 + var(--scroll-progress, 0) * 0.05));
  will-change: filter, transform;
}

.site-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(13, 10, 9, 0.15) 30%, rgba(13, 10, 9, 0.8) 85%);
}

.site-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 10, 9, 0.75);
  opacity: var(--scroll-progress, 0);
  transition: opacity 0.1s linear;
}

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

.navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: rgba(13, 10, 9, 0.82);
  border-bottom: 1px solid rgba(234, 227, 210, 0.1);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.4);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  color: var(--muted);
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--green);
}

.nav-cta {
  justify-self: end;
  min-width: 82px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(234, 227, 210, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.nav-cta:hover {
  background: var(--ink);
  color: #0d0a09;
}

.scroll-hero {
  position: relative;
  height: 100vh;
  background: transparent;
  overflow: hidden;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 5vw;
  left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  width: min(650px, 90%);
  padding: 12vh 0 8vh;
  text-align: right;
  transform: none;
}

.eyebrow,
.intro-kicker,
.section-title span,
.info-section span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-top: 18px;
  font-family: "Space Grotesk", "DM Sans", Arial, sans-serif;
  font-size: clamp(54px, 8vw, 110px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.6);
}

.hero-copy h1 em {
  color: var(--red);
  font-style: normal;
  font-weight: 700;
}

.hero-copy p {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
}

.hero-store-btn {
  margin-top: 34px;
  padding: 14px 32px;
  border-radius: 4px;
  background: var(--ink);
  color: #0d0a09;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid var(--ink);
  display: inline-block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hero-store-btn:hover {
  background: transparent;
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 227, 210, 0.15);
}



.intro-section {
  display: grid;
  grid-template-columns: 0.38fr 1.62fr;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(80px, 12vw, 150px) clamp(20px, 8vw, 110px);
  background: transparent;
  border-top: 1px solid var(--line);
}

.intro-content h2,
.section-title h2,
.cta-section h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 6vw, 82px);
  line-height: 0.96;
}

.intro-content p {
  max-width: 760px;
  margin-top: 30px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
}

/* product-strip section removed */

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

.value-card {
  min-height: 300px;
  padding: clamp(28px, 5vw, 58px);
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(1.25);
}

.value-card span {
  color: var(--red);
  font-weight: 800;
}

.value-card h3,
.custom-grid h3,
.team-card h3 {
  margin-top: 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1;
}

.value-card p,
.custom-grid p,
.team-card p,
.info-section p,
.footer span {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.6;
}

.custom-section {
  padding: clamp(80px, 11vw, 140px) clamp(20px, 8vw, 110px);
  background: transparent;
  border-top: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.custom-section .section-title {
  max-width: 820px;
  margin-bottom: 44px;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.custom-grid article {
  min-height: 230px;
  padding: clamp(26px, 4vw, 44px);
  background: rgba(20, 15, 14, 0.65);
  backdrop-filter: blur(18px);
}

.custom-grid h3 {
  margin-top: 0;
}

.custom-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.custom-contact a {
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: rgba(234, 227, 210, 0.05);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.custom-contact a:hover {
  background: var(--ink);
  color: #0d0a09;
}

.bulk-section {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  padding: clamp(64px, 9vw, 110px) clamp(20px, 8vw, 110px);
  background: transparent;
  border-top: 1px solid var(--line);
}

.bulk-copy {
  max-width: 820px;
}

.bulk-copy span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bulk-copy h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.98;
}

.bulk-copy p {
  max-width: 580px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
}

.bulk-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: min(100%, 250px);
}

.bulk-actions a {
  padding: 15px 20px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: #0d0a09;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.bulk-actions a:hover {
  background: transparent;
  color: var(--ink);
}

.bulk-actions a + a {
  background: rgba(234, 227, 210, 0.08);
  color: var(--ink);
}

.bulk-actions a + a:hover {
  background: var(--ink);
  color: #0d0a09;
}

.team-section {
  padding: clamp(80px, 12vw, 150px) clamp(20px, 8vw, 110px);
  background: transparent;
  color: var(--cream);
}

.team-section .section-title {
  max-width: 780px;
  margin-bottom: 56px;
}

.team-section .section-title span {
  color: var(--red);
}

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

.team-card {
  min-height: 220px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(234, 227, 210, 0.08);
  background: rgba(234, 227, 210, 0.03);
  backdrop-filter: blur(16px);
}

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

.info-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  scroll-margin-top: 90px;
}

.info-section div {
  min-height: 190px;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(28, 22, 20, 0.75);
  backdrop-filter: blur(18px);
}

.cta-section {
  display: grid;
  place-items: center;
  min-height: 55vh;
  padding: 80px 20px;
  background: transparent;
  text-align: center;
}

.cta-btn {
  margin-top: 34px;
  padding: 16px 34px;
  border-radius: 2px;
  background: var(--ink);
  color: #0d0a09;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid var(--ink);
}

.cta-btn:hover {
  background: transparent;
  color: var(--ink);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 8vw, 110px);
  background: #090706;
  color: var(--cream);
}

.footer p {
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer span {
  margin: 0;
  font-size: 13px;
}



@media (max-width: 900px) {
  .navbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .scroll-hero {
    height: 100vh;
  }

  .hero-copy {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    text-align: center;
    width: min(550px, 90%);
  }

  .hero-copy p {
    margin: 24px auto 0;
  }

  .hero-store-btn {
    align-self: center;
  }

  .site-overlay {
    background: rgba(13, 10, 9, 0.7);
  }

  .site-overlay::after {
    background: rgba(13, 10, 9, 0.82);
  }

  .intro-section,
  .values-section,
  .custom-grid,
  .bulk-section,
  .team-grid,
  .info-section {
    grid-template-columns: 1fr;
  }

  .bulk-actions {
    width: 100%;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .nav-cta {
    min-width: 68px;
    padding-inline: 14px;
  }

  .scroll-hero {
    height: 100vh;
  }

  .hero-copy {
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .hero-copy p {
    font-size: 15px;
  }
}
