:root {
  --blue: #071825;
  --blue2: #0d2d34;
  --green: #3f6952;
  --green2: #6f8d73;
  --gold: #c7a95b;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --graphite: #20272a;
  --muted: #64706c;
  --line: #e7dfcf;
  --shadow: 0 24px 80px rgba(7, 24, 37, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--graphite);
  background: var(--ivory);
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 234, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(199, 169, 91, 0.18);
}
.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand-logo {
  width: 190px;
  height: auto;
}
.navlinks {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 14px;
  color: #354342;
}
.navlinks a {
  position: relative;
}
.navlinks a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.25s;
}
.navlinks a:hover:after {
  width: 100%;
}
.lang {
  display: flex;
  gap: 9px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #62706b;
}
.lang a.active {
  color: var(--green);
  font-weight: 800;
}
.menu {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 9px 13px;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: white;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/hero-premium.png") center/cover no-repeat;
  opacity: 0.58;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 24, 37, 0.96),
    rgba(7, 24, 37, 0.72),
    rgba(7, 24, 37, 0.34)
  );
}
.hero .wrap {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}
.eyebrow {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}
.hero .eyebrow {
  display: none;
}
.page-hero .eyebrow,
.page-hero .kicker {
  display: none !important;
}
.hero h1,
.page-hero h1 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.03;
  margin: 18px 0;
}
.hero h1 {
  font-size: clamp(36px, 4.9vw, 64px);
}
.page-hero h1 {
  font-size: clamp(30px, 3.35vw, 48px);
}
.hero p {
  font-size: clamp(17px, 1.7vw, 21px);
  color: rgba(255, 255, 255, 0.83);
  max-width: 680px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(199, 169, 91, 0.5);
  background: var(--gold);
  color: #152322;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.btn.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}
.hero-card {
  padding: 32px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}
.hero-card img {
  width: 260px;
  margin-bottom: 28px;
}
.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.hero-card li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 16px;
}
.section {
  padding: 105px 0;
}
.section.alt {
  background: var(--paper);
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.kicker {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}
.section h2,
.legal h1 {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 12px 0 22px;
}
.lead {
  font-size: 19px;
  color: #4e5b57;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.pillar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 12px 35px rgba(7, 24, 37, 0.06);
}
.visual {
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(199, 169, 91, 0.18);
}
.brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.brand-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(7, 24, 37, 0.08);
  display: flex;
  flex-direction: column;
}
.brand-card .pic {
  height: 230px;
  background: #eee;
  overflow: hidden;
}
.brand-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex: 1;
}
.brand-body .brandmark {
  height: 52px;
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 210px;
}
.brand-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}
.brand-card p {
  color: #56635f;
  margin: 0;
}
.mini-link {
  font-weight: 900;
  color: var(--green);
  margin-top: auto;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 38px;
}
.value-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 16px 50px rgba(7, 24, 37, 0.07);
}
.value-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
  margin: 0 0 12px;
  color: #173333;
}
.value-card p {
  margin: 0;
  color: #56635f;
}
.identity .lead {
  max-width: 900px;
}
.identity .kicker {
  display: block;
  width: max-content;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.16em;
  font-size: 12px;
  text-transform: uppercase;
}
.page-hero h1,
.page-hero p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}
.quality-band {
  background: linear-gradient(135deg, var(--blue), #123640);
  color: white;
  border-radius: 46px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  overflow: hidden;
}
.quality-band h2 {
  color: white;
}
.quality-band p {
  color: rgba(255, 255, 255, 0.78);
}
.checklist {
  display: grid;
  gap: 14px;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.check:before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
}
.page-hero {
  padding: 110px 0;
  background: linear-gradient(135deg, #071825, #143b42);
  color: white;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: auto -120px -220px auto;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(199, 169, 91, 0.18);
  filter: blur(20px);
}
.page-hero .wrap {
  position: relative;
  z-index: 2;
}
.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
}
.content-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 48px;
  box-shadow: 0 16px 60px rgba(7, 24, 37, 0.07);
}
.content-card h2 {
  font-size: 36px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}
.form {
  display: grid;
  gap: 14px;
}
.field {
  display: grid;
  gap: 6px;
}
.field label {
  font-size: 13px;
  font-weight: 800;
  color: #47534f;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
}
.field textarea {
  min-height: 150px;
}
.legal {
  padding: 78px 0;
}
.legal .content-card {
  max-width: 920px;
  margin: auto;
}
.legal h2 {
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  margin-top: 34px;
}
.legal p,
.legal li {
  color: #4f5c58;
}
.footer {
  background: #06151f;
  color: rgba(255, 255, 255, 0.8);
  padding: 56px 0 28px;
}
.footgrid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}
.footer-logo {
  width: 210px;
  margin-bottom: 20px;
}
.footlinks {
  display: grid;
  gap: 12px;
  font-size: 14px;
  text-align: left;
  min-width: 190px;
  margin-top: 34px;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 36px;
  padding-top: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
}
.cookie {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  display: none;
  max-width: 980px;
  margin: auto;
}
.cookie.show {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.cookie p {
  margin: 0;
  color: #4d5a56;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie .btn {
  min-height: 40px;
}
.cookie .btn.secondary {
  color: #172523;
  background: #fff;
}
.sr {
  position: absolute;
  left: -9999px;
}
@media (max-width: 900px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
  .navlinks {
    display: none;
  }
  .menu {
    display: block;
  }
  .nav.open {
    height: auto;
    align-items: flex-start;
    padding: 18px 0;
  }
  .nav.open .navlinks {
    display: grid;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--ivory);
    padding: 22px 20px;
    border-bottom: 1px solid var(--line);
  }
  .hero .wrap,
  .grid2,
  .quality-band,
  .contact-grid,
  .footgrid {
    grid-template-columns: 1fr;
  }
  .hero .wrap {
    min-height: auto;
    padding: 105px 0;
  }
  .hero-card {
    display: none;
  }
  .brands {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 72px 0;
  }
  .quality-band {
    padding: 36px;
  }
  .pillars {
    grid-template-columns: 1fr;
  }
  .cookie.show {
    display: block;
  }
  .cookie-actions {
    margin-top: 16px;
  }
  .brand-logo {
    width: 160px;
  }
}

.quality-band .kicker {
  color: var(--gold);
  background: transparent;
  border: 0;
  padding: 0;
  display: block;
}
