
:root {
  --blue: #0E4C7D;
  --sand: #E7DCC8;
  --green: #4F6F52;
  --gold: #C89B3C;
  --offwhite: #FAF8F2;
  --dark: #1f2a2e;
  --muted: #68757a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--dark);
  background: var(--offwhite);
  line-height: 1.65;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

h3 {
  font-size: 2rem;
}

p {
  margin: 0 0 18px;
}

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

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 6vw;
  color: white;
  background: linear-gradient(to bottom, rgba(14,76,125,0.78), rgba(14,76,125,0));
}

.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.nav a {
  opacity: 0.95;
}

.nav a:hover {
  opacity: 0.72;
}

.lang {
  border: 1px solid rgba(255,255,255,0.7);
  padding: 7px 10px;
  border-radius: 999px;
}

.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px 6vw 80px;
  color: white;
  background:
    linear-gradient(90deg, rgba(14,76,125,0.96), rgba(14,76,125,0.45), rgba(14,76,125,0.2)),
    url("images/hero-placeholder.svg") center/cover no-repeat;
}

.hero-content {
  max-width: 820px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 600;
}

.hero p {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  max-width: 680px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform .2s ease, opacity .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: #172126;
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.75);
  color: white;
}

.btn-dark {
  background: var(--blue);
  color: white;
}

.section {
  padding: 96px 6vw;
}

.section-alt {
  background: var(--sand);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6vw;
  align-items: center;
}

.card {
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(14,76,125,0.10);
  border-radius: 30px;
  padding: 36px;
  box-shadow: 0 20px 60px rgba(14,76,125,0.08);
}

.product-visual {
  min-height: 480px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 72% 22%, rgba(200,155,60,0.35), transparent 32%),
    linear-gradient(145deg, var(--blue), #082f4e);
  display: grid;
  place-items: center;
  padding: 38px;
  color: white;
  text-align: center;
}

.bag {
  width: min(330px, 80%);
  aspect-ratio: 0.72;
  border-radius: 28px 28px 18px 18px;
  background: linear-gradient(160deg, #f7efe2 0 54%, var(--blue) 54% 100%);
  box-shadow: 0 30px 60px rgba(0,0,0,0.28);
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 34px;
  color: var(--blue);
  border: 3px solid rgba(255,255,255,0.9);
}

.bag .brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  line-height: 0.9;
  text-transform: uppercase;
}

.bag .small {
  margin-top: 16px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bag .weight {
  margin-top: 90px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.feature {
  background: white;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(14,76,125,0.1);
}

.feature strong {
  color: var(--blue);
  display: block;
  margin-bottom: 8px;
}

.story-band {
  background:
    linear-gradient(90deg, rgba(14,76,125,0.9), rgba(79,111,82,0.82)),
    url("images/pattern-placeholder.svg") center/cover;
  color: white;
  padding: 110px 6vw;
}

.story-band .inner {
  max-width: 900px;
}

.business {
  background: var(--blue);
  color: white;
}

.business .card {
  color: var(--dark);
}

.form {
  display: grid;
  gap: 14px;
}

.input, textarea, select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(14,76,125,0.2);
  border-radius: 14px;
  font: inherit;
  background: white;
}

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

.footer {
  background: #122127;
  color: white;
  padding: 46px 6vw;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.note {
  color: var(--muted);
  font-size: 0.92rem;
}

.business .note, .hero .note, .story-band .note {
  color: rgba(255,255,255,0.72);
}

@media (max-width: 900px) {
  .header {
    position: absolute;
    align-items: flex-start;
  }

  .nav {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.72rem;
  }

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

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

  .section {
    padding: 72px 6vw;
  }
}

@media (max-width: 620px) {
  .header {
    padding: 18px 5vw;
  }

  .logo {
    font-size: 1.1rem;
  }

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

  .hero {
    padding: 110px 6vw 70px;
  }

  .buttons {
    flex-direction: column;
    align-items: stretch;
  }

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

  .card {
    padding: 26px;
  }
}
