:root {
  --bg: #ffffff;
  --text: #0a0a0a;
  --muted: #686868;
  --line: rgba(12, 12, 12, 0.08);
  --accent: #d6c0a2;
  --pill: #0c0c0c;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-slot:empty {
  display: none;
}

.lux-page {
  width: min(1760px, calc(100% - 64px));
  margin: 0 auto;
  padding: 38px 0 44px;
}

.lux-header,
.lux-nav,
.lux-header__right,
.lux-title__row {
  display: flex;
  align-items: center;
}

.lux-header {
  position: relative;
  justify-content: space-between;
  gap: 28px;
  padding: 0 28px;
}

.lux-nav {
  gap: 38px;
  min-width: 240px;
  font-size: 1rem;
  font-weight: 500;
}

.lux-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 600;
}

.lux-brand__mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(214, 192, 162, 0.8);
  background:
    radial-gradient(circle at center, rgba(214, 192, 162, 0.72) 0 2px, transparent 2px),
    conic-gradient(from 0deg, transparent 0 10%, rgba(214, 192, 162, 0.62) 10% 12%, transparent 12% 22%, rgba(214, 192, 162, 0.62) 22% 24%, transparent 24% 34%, rgba(214, 192, 162, 0.62) 34% 36%, transparent 36% 46%, rgba(214, 192, 162, 0.62) 46% 48%, transparent 48% 58%, rgba(214, 192, 162, 0.62) 58% 60%, transparent 60% 70%, rgba(214, 192, 162, 0.62) 70% 72%, transparent 72% 82%, rgba(214, 192, 162, 0.62) 82% 84%, transparent 84% 94%, rgba(214, 192, 162, 0.62) 94% 96%, transparent 96% 100%);
}

.lux-header__right {
  gap: 18px;
  margin-left: auto;
}

.lux-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--pill);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(12, 12, 12, 0.12);
  border-radius: 14px;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: #0c0c0c;
}

.lux-mobile-nav {
  display: none;
}

.lux-hero {
  padding: 82px 26px 0;
}

.lux-title {
  margin: 0;
  text-align: center;
  font-size: clamp(4.5rem, 8.3vw, 8.7rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.92;
}

.lux-title > span,
.lux-title__row strong {
  display: block;
}

.lux-title__row {
  justify-content: center;
  gap: 44px;
  margin: 24px 0 14px;
}

.lux-title__row strong {
  font: inherit;
}

.lux-chip {
  width: 294px;
  height: 92px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.lux-best-pill {
  position: relative;
  z-index: 3;
  width: max-content;
  margin: 42px auto -34px;
  padding: 18px 66px;
  border-radius: 999px;
  background: var(--pill);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 18px 36px rgba(12, 12, 12, 0.12);
}

.lux-showcase {
  position: relative;
}

.lux-showcase__main {
  min-height: 760px;
  object-fit: cover;
  border-radius: 44px;
  box-shadow: var(--shadow);
}

.lux-avatars {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 152px;
}

.lux-avatars img {
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(17, 17, 17, 0.14);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.subpage-shell {
  min-height: 100vh;
  background: #fff;
  color: var(--text);
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.subpage-header,
.subpage-two-col,
.portfolio-grid,
.contact-strip {
  display: flex;
}

.subpage-header {
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.brand.line-brand,
.brand-copy {
  display: flex;
}

.brand.line-brand {
  align-items: center;
}

.brand-copy {
  flex-direction: column;
  gap: 4px;
}

.brand-copy strong {
  font-size: 1.3rem;
  font-weight: 700;
}

.brand-copy small,
.subpage-copy p,
.portfolio-card p,
.contact-strip p,
.subpage-hero p,
.back-link {
  color: #666;
}

.back-link {
  font-weight: 600;
}

.subpage-hero,
.subpage-section {
  padding: 54px 0;
}

.section-label {
  margin: 0 0 14px;
  color: #8f8f8f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 700;
}

.subpage-hero h1,
.subpage-title {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.subpage-hero p,
.subpage-copy p,
.portfolio-card p,
.contact-strip p {
  font-size: 1.02rem;
  line-height: 1.7;
}

.subpage-two-col {
  gap: 56px;
}

.subpage-two-col > * {
  flex: 1 1 0;
}

.portfolio-grid {
  flex-wrap: wrap;
  gap: 22px;
}

.portfolio-card {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 280px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(18, 18, 18, 0.06);
}

.portfolio-card img {
  height: 300px;
  object-fit: cover;
}

.portfolio-card div {
  padding: 18px 18px 22px;
}

.portfolio-card h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.contact-strip {
  gap: 18px;
  flex-wrap: wrap;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(15, 15, 15, 0.18);
  border-radius: 999px;
  background: #fff;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .lux-title {
    font-size: clamp(3.9rem, 8vw, 7rem);
  }

  .lux-chip {
    width: 236px;
    height: 82px;
  }

  .lux-showcase__main {
    min-height: 660px;
  }
}

@media (max-width: 980px) {
  .lux-page {
    width: min(100%, calc(100% - 28px));
  }

  .lux-nav,
  .lux-contact {
    display: none;
  }

  .lux-brand {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .lux-header {
    justify-content: space-between;
    padding: 0 8px;
  }

  .menu-toggle {
    display: block;
  }

  .lux-mobile-nav.is-open {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .lux-hero {
    padding: 54px 6px 0;
  }

  .lux-title__row {
    flex-direction: column;
    gap: 18px;
    margin: 18px 0 10px;
  }

  .lux-chip {
    width: min(100%, 360px);
    height: 88px;
  }

  .lux-best-pill {
    margin: 30px auto -26px;
    padding: 16px 40px;
  }

  .lux-showcase__main {
    min-height: 520px;
    border-radius: 34px;
  }

  .lux-avatars {
    width: 118px;
  }
}

@media (max-width: 640px) {
  .lux-page {
    width: min(100%, calc(100% - 18px));
    padding-top: 18px;
  }

  .lux-brand {
    font-size: 0.96rem;
  }

  .lux-brand__mark {
    width: 24px;
    height: 24px;
  }

  .lux-title {
    font-size: 2.35rem;
    line-height: 0.98;
    letter-spacing: -0.08em;
  }

  .lux-title__row {
    gap: 14px;
    margin: 14px 0 10px;
  }

  .lux-chip {
    width: min(100%, 350px);
    height: 74px;
  }

  .lux-showcase__main {
    min-height: 360px;
    border-radius: 26px;
  }

  .lux-best-pill {
    font-size: 0.95rem;
  }

  .lux-avatars {
    right: 12px;
    bottom: 12px;
    width: 104px;
  }

  .subpage-two-col {
    flex-direction: column;
  }

  .portfolio-card {
    min-width: 100%;
  }
}
