.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 90px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  display: grid;
  width: 100%;
  margin: 0;
  grid-template-columns: 290px minmax(0, 1fr) 232px;
  align-items: center;
  gap: 30px;
  height: 100%;
  padding-right: clamp(24px, 3vw, 44px);
  padding-left: clamp(24px, 3vw, 44px);
}

.brand-logo {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  color: #2b1715;
}

.brand-logo__wordmark {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  color: #1f1714;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  height: 38px;
  align-items: center;
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: var(--wine);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #1f1714;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}

.header-icon-link,
.quote-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.header-icon-link {
  width: 28px;
  height: 36px;
  color: #351f1c;
}

.header-icon-link .icon {
  width: 22px;
  height: 22px;
}

.quote-pill {
  width: 136px;
  height: 42px;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #8b0815, #69030d);
  color: #fff;
}

.quote-pill .icon {
  width: 19px;
  height: 19px;
}

.hero {
  position: relative;
  min-height: 628px;
  overflow: hidden;
  background: var(--page-bg);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../assets/hero-wineglass-corkscrew-safe.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(251, 247, 240, 0.98) 0%, rgba(251, 247, 240, 0.94) 36%, rgba(251, 247, 240, 0.7) 50%, rgba(251, 247, 240, 0.1) 68%, rgba(251, 247, 240, 0) 100%),
    linear-gradient(180deg, rgba(251, 247, 240, 0.5) 0%, rgba(251, 247, 240, 0) 22%, rgba(251, 247, 240, 0.22) 100%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  min-height: 628px;
  z-index: 2;
}

.hero__copy {
  padding-top: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero h1 {
  margin: 16px 0 24px;
  color: var(--wine-deep);
  font-size: 54px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.hero__visual {
  display: none;
}

.hero__copy {
  position: relative;
  z-index: 3;
}

.recommend-box {
  width: 620px;
  padding: 14px 16px 12px;
}

.choice-line {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.choice-label {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.choice-options {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.recommend-box .chip {
  min-height: 30px;
  padding: 0 14px;
  font-size: 14px;
}

.recommend-actions {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 10px;
  margin: 10px 0 12px;
}

.recommend-actions .btn {
  height: 38px;
  gap: 8px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 15px;
}

.recommend-actions .icon {
  width: 19px;
  height: 19px;
}

.recommend-card {
  display: grid;
  grid-template-columns: 46px 90px 1fr 44px;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}

.mini-bottle {
  width: 72px;
  height: 112px;
  border-radius: 6px;
}

.mini-bottle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommend-card h2 a {
  color: inherit;
  text-decoration: none;
}

.recommend-card h2 {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.recommend-card p {
  margin: 0 0 4px;
  color: #392a25;
}

.recommend-card .price {
  font-size: 22px;
}

.round-arrow {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  background: var(--surface);
  color: var(--wine);
  box-shadow: 0 8px 18px rgba(92, 52, 22, 0.12);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8c9b7;
}

.dot.is-active {
  background: var(--wine);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 118px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item .icon {
  width: 50px;
  height: 50px;
  color: var(--gold-deep);
}

.trust-item strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: 0.08em;
}

.trust-item span:not(.icon) {
  color: #59443d;
  font-size: 15px;
}

.section {
  padding: 38px 0;
}

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

.product-card {
  min-height: 336px;
  padding: 18px 18px 16px;
  text-align: center;
}

.product-image {
  display: block;
  width: 124px;
  height: 128px;
  margin: 0 auto 14px;
  border-radius: 7px;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card h3 {
  min-height: 42px;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.product-card p {
  margin: 0 0 8px;
  color: #4d3933;
  font-size: 14px;
}

.product-card .price {
  margin: 10px 0 12px;
  font-size: 19px;
}

.flow-panel {
  padding: 28px 42px 32px;
  text-align: center;
}

.flow-panel h2 {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.flow-panel > p {
  margin: 4px 0 24px;
  color: #5a463e;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 48px 1fr 48px 1fr;
  align-items: center;
  gap: 18px;
}

.step {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.step-icon {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efe2d4;
  color: var(--gold-deep);
}

.step-icon .icon {
  width: 38px;
  height: 38px;
}

.step-number {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.step strong {
  font-size: 18px;
}

.step p {
  margin: 5px 0 0;
  color: #5a463e;
  font-size: 14px;
}

.flow-arrow {
  color: var(--gold);
  font-size: 34px;
  text-align: center;
}

.corporate-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 34%);
  min-height: 236px;
  overflow: hidden;
}

.corporate-band__content {
  padding: 28px 34px 24px;
}

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

.corporate-feature {
  display: grid;
  gap: 5px;
  justify-items: center;
  text-align: center;
  color: #3d2c27;
  font-weight: 800;
}

.corporate-feature .icon {
  color: var(--gold-deep);
  width: 32px;
  height: 32px;
}

.corporate-feature small {
  color: #68534a;
  font-weight: 600;
}

.corporate-band__actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.corporate-cta {
  width: auto;
  min-width: 220px;
  padding-inline: 22px;
}

.corporate-band__image {
  background-image: url("../assets/corporate-band-v9-clean-wall-web.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0 12px;
  background: rgba(251, 247, 240, 0.98);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(480px, 1.5fr);
  gap: 42px;
  align-items: stretch;
}

.footer-identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f7efe5, rgba(255, 253, 248, 0.9));
  color: #5d473f;
  font-size: 14px;
}

.footer-identity strong {
  color: var(--ink);
  font-size: 22px;
  letter-spacing: 0.05em;
}

.footer-identity > span {
  margin-top: 5px;
}

.footer-phone {
  margin: 6px 0 3px;
  color: var(--wine);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.footer-store-map {
  position: relative;
  width: 100%;
  min-height: 220px;
  aspect-ratio: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-image: none;
}

.footer-store-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.footer-map-link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.footer-map-link span {
  position: absolute;
  right: 7px;
  bottom: 6px;
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--wine);
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(42, 22, 17, 0.18);
}

.footer-social-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 24px;
  border-radius: 10px;
  padding: 18px 22px;
  background: #f3eadf;
}

.footer-social-heading {
  display: grid;
  gap: 3px;
}

.footer-social-heading strong {
  color: var(--ink);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.footer-social-heading span {
  color: #725e53;
  font-size: 13px;
}

.footer-social-actions {
  display: flex;
  gap: 12px;
}

.footer-social-actions > a {
  display: grid;
  min-width: 200px;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-radius: 9px;
  padding: 9px 15px 9px 10px;
  background: rgba(255, 253, 248, 0.92);
  color: #392925;
  box-shadow: 0 4px 14px rgba(76, 43, 28, 0.07);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-social-actions > a:hover,
.footer-social-actions > a:focus-visible {
  outline: 0;
  box-shadow: 0 8px 20px rgba(76, 43, 28, 0.13);
  transform: translateY(-2px);
}

.footer-social-actions strong,
.footer-social-actions small {
  display: block;
}

.footer-social-actions strong {
  font-size: 15px;
}

.footer-social-actions small {
  margin-top: 2px;
  color: #776258;
  font-size: 11px;
}

.footer-social-icon {
  position: relative;
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
}

.footer-social-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.footer-social-icon--facebook {
  background: #1877f2;
}

.footer-social-icon--instagram {
  background: linear-gradient(145deg, #654ac2 5%, #c32f87 47%, #f36f32 78%, #f5c04b);
}

.footer-social-icon--instagram svg {
  stroke: currentColor;
  stroke-width: 2;
}

.footer-social-icon--instagram .instagram-mark-dot {
  fill: currentColor;
  stroke: none;
}

.footer-service-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 18px;
  background: #f3eadf;
  color: #493832;
}

.footer-service-notice strong {
  color: var(--wine);
  font-size: 16px;
  white-space: nowrap;
}

.footer-service-notice p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.copyright {
  margin-top: 16px;
  border-top: 1px solid rgba(223, 203, 180, 0.74);
  padding-top: 8px;
  text-align: center;
  color: #8d7b70;
  font-size: 12px;
}

@media (min-width: 1536px) {
  .hero__visual {
    right: calc((100vw - var(--container)) / -2);
  }
}

@media (max-width: 1280px) {
  .site-header__inner {
    grid-template-columns: 280px minmax(0, 1fr) 214px;
    gap: 22px;
  }

  .brand-logo {
    gap: 10px;
  }

  .brand-logo__wordmark {
    height: 68px;
  }

  .site-nav {
    gap: 28px;
    font-size: 16px;
  }

  .header-actions {
    gap: 14px;
  }

  .quote-pill {
    width: 128px;
  }

  .recommend-box {
    width: 560px;
  }

  .product-grid {
    gap: 14px;
  }
}
