section.sec {
  padding-block: clamp(96px, 10vw, 150px);
  border-bottom: 0;
}

section.sec + section.sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1080px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(230, 230, 230, 0.1), transparent);
}

.bg-logo {
  opacity: 0.018;
  filter: blur(8px);
}

.sec-head {
  max-width: 800px;
  margin-bottom: clamp(48px, 6vw, 76px);
}

.sec-head h2 {
  font-family: "Space Grotesk", var(--sans);
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sec-head .sec-sub {
  max-width: 600px;
  color: #aaaab0;
}

.hero {
  min-height: 92svh;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.58) 0%, rgba(8, 8, 8, 0.38) 40%, rgba(13, 13, 13, 0.88) 90%, #0d0d0d 100%),
    radial-gradient(ellipse at center, rgba(8, 8, 8, 0.3) 0%, rgba(8, 8, 8, 0.58) 74%),
    url("../assets/hero-wine-horizon.png") center center / cover no-repeat,
    #080808;
}

.hero .hero-copy {
  width: min(820px, 100%);
}

.hero h1.hero-title {
  max-width: 780px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.hero .hero-sub {
  max-width: 560px;
  color: #b0b0b5;
}

.hero .hero-actions {
  align-items: center;
  gap: 22px;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 2px;
  color: #c6c6ca;
  font-size: 12.5px;
  font-weight: 500;
  border-bottom: 1px solid rgba(230, 230, 230, 0.24);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-text-link span {
  color: var(--accent-readable);
}

.hero-text-link:hover {
  color: #fff;
  border-color: var(--accent-readable);
}

.hero .hero-action-note {
  margin-top: 15px;
}

.services-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: stretch;
}

.service-primary {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 470px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(230, 230, 230, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 16%, rgba(139, 30, 63, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(28, 28, 30, 0.86), rgba(13, 13, 13, 0.92));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.service-primary::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -115px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(182, 43, 75, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(139, 30, 63, 0.05), 0 0 0 104px rgba(90, 18, 38, 0.035);
}

.service-primary > span,
.service-row > span {
  color: var(--accent-readable);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-primary > div {
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.service-primary h3 {
  color: #fff;
  font-family: "Space Grotesk", var(--sans);
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
}

.service-primary p {
  max-width: 470px;
  margin-top: 22px;
  color: #b8b8bd;
  font-size: 14px;
  line-height: 1.75;
}

.service-primary > a {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 32px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(230, 230, 230, 0.13);
  border-radius: 50%;
  color: #fff;
  background: rgba(13, 13, 13, 0.32);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-primary > a:hover {
  border-color: rgba(217, 75, 104, 0.5);
  background: rgba(139, 30, 63, 0.24);
  transform: translateY(-2px);
}

.service-list {
  display: grid;
  align-content: center;
}

.service-row {
  display: grid;
  grid-template-columns: 36px minmax(160px, 0.72fr) minmax(220px, 1fr);
  gap: 18px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
}

.service-row:first-child {
  border-top: 1px solid rgba(230, 230, 230, 0.1);
}

.service-row h3 {
  color: #f2f2f3;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
}

.service-row p {
  color: #95959b;
  font-size: 12.5px;
  line-height: 1.65;
}

.steps-grid {
  gap: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(230, 230, 230, 0.12);
}

.step-card {
  min-height: 220px;
  padding: 22px clamp(22px, 3vw, 34px) 12px 0;
}

.step-card::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 3px solid #0d0d0d;
  border-radius: 50%;
  background: var(--accent-readable);
  box-shadow: 0 0 0 1px rgba(217, 75, 104, 0.42), 0 0 14px rgba(217, 75, 104, 0.32);
}

.step-card .step-num {
  margin-bottom: 48px;
  color: #8b8b91;
  font-weight: 500;
}

.step-card h3 {
  margin-bottom: 12px;
  font-family: "Space Grotesk", var(--sans);
  font-size: 1.05rem;
  font-weight: 500;
}

.step-card h3::after {
  display: none;
}

.step-card p {
  max-width: 245px;
  color: #99999f;
  font-size: 12.5px;
}

.trust-panel {
  grid-template-columns: minmax(300px, 0.92fr) minmax(430px, 1.08fr);
  margin-top: 0;
  border-color: rgba(230, 230, 230, 0.1);
  border-radius: 20px;
  background: rgba(21, 21, 22, 0.62);
}

.trust-statement {
  min-height: 450px;
  border-right-color: rgba(230, 230, 230, 0.1);
}

.trust-statement h3 {
  font-family: "Space Grotesk", var(--sans);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 600;
}

.trust-item {
  padding: 39px 36px;
  border-bottom-color: rgba(230, 230, 230, 0.09);
}

.trust-item h3 {
  font-weight: 500;
}

.about-panel,
.cta-container {
  border-color: rgba(230, 230, 230, 0.1);
  border-radius: 20px;
}

.foot {
  margin-top: 0;
  padding: 78px 0 34px;
  border-top-color: rgba(230, 230, 230, 0.1);
  background: #0a0a0a;
}

.foot-premium {
  display: grid;
  grid-template-columns: minmax(300px, 1.2fr) minmax(260px, 0.75fr) minmax(300px, 1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
  padding-bottom: 64px;
}

.foot-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--accent-readable);
}

.foot-wordmark svg {
  width: 30px;
  height: 30px;
}

.foot-wordmark span {
  color: #fff;
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
}

.foot-brand-block p {
  max-width: 410px;
  margin-top: 22px;
  color: #97979d;
  font-size: 13px;
  line-height: 1.75;
}

.foot-nav {
  display: grid;
  gap: 13px;
}

.foot-nav a,
.foot-contact-premium a {
  color: #b9b9be;
  font-size: 13px;
  transition: color 0.2s ease;
}

.foot-nav a:hover,
.foot-contact-premium a:hover {
  color: #fff;
}

.foot-contact-premium {
  display: grid;
  gap: 13px;
}

.foot-contact-premium > span {
  margin-bottom: 5px;
  color: #77777d;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.foot-contact-premium a:first-of-type {
  color: #fff;
  overflow-wrap: anywhere;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(230, 230, 230, 0.09);
  color: #707076;
  font-size: 11px;
}

.foot-legal-links {
  display: flex;
  gap: 20px;
}

.foot-legal-links a {
  color: #77777d;
}

.foot-legal-links a:hover {
  color: #b9b9be;
}

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

  .service-primary {
    min-height: 410px;
  }

  .foot-premium {
    grid-template-columns: 1fr 1fr;
  }

  .foot-brand-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1120px) {
  .nav-links {
    display: none;
  }
}

@media (max-width: 768px) {
  .steps-grid {
    gap: 0;
    padding: 0 0 0 22px;
    border-top: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.12);
  }

  .step-card {
    min-height: 0;
    padding: 4px 0 40px 24px;
  }

  .step-card::before {
    top: 3px;
    left: -27px;
  }

  .step-card .step-num {
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  section.sec {
    padding-block: 86px;
  }

  .hero {
    min-height: 790px;
  }

  .hero .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-text-link {
    justify-content: center;
  }

  .service-primary {
    min-height: 390px;
    padding: 30px 24px;
  }

  .service-primary > a {
    top: 24px;
    right: 24px;
  }

  .service-row {
    grid-template-columns: 30px 1fr;
    gap: 10px 14px;
    padding: 25px 0;
  }

  .service-row p {
    grid-column: 2;
  }

  .trust-item {
    padding: 28px 22px;
  }

  .foot-premium {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 46px;
  }

  .foot-brand-block {
    grid-column: auto;
  }

  .foot-bottom {
    flex-direction: column;
  }
}
