:root {
  --bg: #f6f0e8;
  --surface: #fffaf3;
  --ink: #1d1b18;
  --muted: #756f66;
  --line: #e4d8c9;
  --accent: #7a4e35;
  --accent-dark: #4d3022;
  --sage: #88907c;
  --shadow: 0 24px 70px rgba(61, 45, 32, 0.14);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fff8ef 0, var(--bg) 34%, #efe5d8 100%);
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(228, 216, 201, 0.72);
  background: rgba(246, 240, 232, 0.84);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 76px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 22px;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 10px 24px rgba(122, 78, 53, 0.24);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}

.nav-menu a,
.text-link {
  position: relative;
}

.nav-menu a::after,
.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--accent);
  transition: transform 0.25s ease;
}

.nav-menu a:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
}

.nav-action,
.button,
.subscribe button {
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-action,
.button.primary,
.subscribe button {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(29, 27, 24, 0.18);
}

.nav-action:hover,
.button:hover,
.subscribe button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--surface);
}

.hero,
.benefits,
.catalog,
.lookbook,
.delivery,
.footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 760px;
  font-size: clamp(44px, 8vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.hero-text,
.section-head p,
.lookbook-text p,
.footer p,
.service-grid p,
.benefits p,
.product-info p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 580px;
  font-size: 19px;
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.72);
}

.hero-stats {
  gap: 28px;
  margin-top: 38px;
  color: var(--muted);
}

.hero-stats strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
}

.hero-card {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  background: linear-gradient(145deg, #ded0bd, #a7aa98);
  box-shadow: var(--shadow);
}

.hero-card::before,
.hero-card::after,
.gallery-tile::before,
.product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
}

.hero-card::before {
  background: radial-gradient(circle at 50% 14%, rgba(255,255,255,0.72), transparent 28%), linear-gradient(180deg, transparent, rgba(31, 25, 19, 0.2));
}

.product-visual {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 24px;
  background: #ddd2c3;
}

.hero-card .product-visual {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: 58%;
  height: 76%;
  min-height: 0;
  transform: translateX(-50%);
  border-radius: 180px 180px 42px 42px;
  background: linear-gradient(160deg, #efe5d6, #776856);
  box-shadow: inset 0 -70px 90px rgba(43, 31, 23, 0.22);
}

.product-visual::before {
  background: linear-gradient(135deg, transparent 44%, rgba(255,255,255,0.34) 45%, transparent 56%), radial-gradient(circle at 50% 18%, rgba(255,255,255,0.6), transparent 18%);
  opacity: 0.75;
}

.shirt { background: linear-gradient(145deg, #f1eadf, #d5c4b1); }
.pants { background: linear-gradient(145deg, #4f4d49, #242321); }
.knit { background: linear-gradient(145deg, #d8c4a6, #ad8e6d); }
.jacket { background: linear-gradient(145deg, #9ca28d, #59604e); }
.coat { background: linear-gradient(145deg, #e6dccb, #7e705d); }

.floating-card {
  position: absolute;
  z-index: 2;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 20px;
  background: rgba(255, 250, 243, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 38px rgba(42, 33, 25, 0.14);
  animation: float 5s ease-in-out infinite;
}

.card-one {
  top: 56px;
  left: 36px;
}

.card-two {
  right: 34px;
  bottom: 96px;
  animation-delay: -2s;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 20px;
}

.benefits article,
.product-card,
.service-grid article,
.footer,
.subscribe input {
  border: 1px solid rgba(228, 216, 201, 0.82);
  background: rgba(255, 250, 243, 0.7);
  box-shadow: 0 12px 40px rgba(61, 45, 32, 0.07);
}

.benefits article,
.service-grid article {
  border-radius: var(--radius);
  padding: 28px;
}

.benefits span {
  color: var(--accent);
  font-weight: 800;
}

.section-head {
  max-width: 700px;
  margin-bottom: 34px;
}

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

.product-card {
  border-radius: 30px;
  padding: 10px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.product-info {
  padding: 18px 10px 10px;
}

.product-info strong {
  font-size: 20px;
}

.lookbook {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--accent-dark);
  font-weight: 800;
}

.lookbook-gallery {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.gallery-tile::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(34,27,20,0.18)), radial-gradient(circle at 50% 20%, rgba(255,255,255,0.7), transparent 18%);
}

.tall {
  grid-row: 1 / span 2;
  background: linear-gradient(145deg, #c4b19a, #6a5d50);
}

.small-one { background: linear-gradient(145deg, #e7daca, #9d8770); }
.small-two { background: linear-gradient(145deg, #a5aa99, #5e6456); }

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.footer {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr 0.75fr 1.2fr;
  gap: 28px;
  border-radius: 36px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer h2 {
  font-size: 24px;
}

.subscribe label {
  display: block;
  margin-bottom: 12px;
  font-weight: 800;
}

.subscribe div {
  display: flex;
  gap: 10px;
}

.subscribe input {
  min-width: 0;
  flex: 1;
  border-radius: 999px;
  padding: 14px 18px;
  outline: 0;
}

.subscribe input:focus {
  border-color: var(--accent);
}

.subscribe small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.section-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

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

  .hero,
  .lookbook,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-card {
    min-height: 520px;
  }

  .benefits,
  .product-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: 66px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 250, 243, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 14px 12px;
  }

  .hero,
  .benefits,
  .catalog,
  .lookbook,
  .delivery,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-card {
    min-height: 440px;
    border-radius: 30px;
  }

  .hero-card .product-visual {
    width: 68%;
  }

  .benefits,
  .product-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .lookbook-gallery {
    min-height: 560px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.2fr 0.8fr 0.8fr;
  }

  .tall {
    grid-row: auto;
  }

  .subscribe div {
    flex-direction: column;
  }
}
