:root {
  --nero: #050505;
  --nero-soft: #0d0d0b;
  --panel: #121210;
  --panel-soft: #191813;
  --ivory: #f5f1e8;
  --muted: #c9c0ad;
  --gold: #d4af37;
  --gold-soft: #b9912d;
  --green: #173d35;
  --marsala: #6f1d2f;
  --line: rgba(245, 241, 232, 0.16);
  --line-gold: rgba(212, 175, 55, 0.34);
  --radius: 8px;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--nero);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(245, 241, 232, 0.08);
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: min(100% - 32px, 1240px);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  order: 1;
}

.brand img {
  width: 218px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  order: 1;
  flex: 0 0 auto;
}

.brand-wrap .brand {
  order: 0;
}

.brand-lyrics {
  display: block;
  max-width: 320px;
  padding: 10px 12px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 10px;
  background: #050505;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  color: rgba(212, 175, 55, 0.92);
  font-size: 0.72rem;
  line-height: 1.32;
  letter-spacing: 0.02em;
  white-space: pre-line;
}

.nav-music-toggle {
  border: 1px solid rgba(245, 241, 232, 0.16);
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 999px;
}

.nav-music-toggle[aria-pressed="true"] {
  color: var(--gold);
  border-color: rgba(212, 175, 55, 0.5);
}

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

.site-header nav {
  order: 2;
  margin-left: auto;
}

.language-switcher {
  position: relative;
  order: 3;
  flex: 0 0 auto;
}

.language-switcher select {
  min-height: 40px;
  min-width: 86px;
  border: 1px solid var(--line-gold);
  border-radius: 6px;
  padding: 0 30px 0 10px;
  appearance: none;
  background: linear-gradient(135deg, #f0ce6b, var(--gold) 54%, #a77f24);
  color: #070707;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  outline: none;
}

.language-switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid #070707;
  border-right-color: #070707;
  transform: translateY(-64%) rotate(45deg);
  pointer-events: none;
}

.language-switcher select:focus {
  border-color: #f5dc8a;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.26);
}

.language-switcher select option {
  background: #070707;
  color: var(--gold);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  order: 4;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--ivory);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--gold);
}

main {
  min-height: 70vh;
}

.container {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}

.narrow {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  padding: 132px 0 56px;
  background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.56) 42%, rgba(5, 5, 5, 0.14)), url("../brand/ninocappello-logo-full.jpg");
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, var(--nero), transparent);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1;
}

h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  max-width: 760px;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

p {
  color: var(--muted);
}

.lead {
  max-width: 680px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid var(--gold);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button {
  background: var(--gold);
  color: #070707;
}

.button:hover {
  background: #f0ce6b;
}

.button-outline {
  color: var(--gold);
  background: rgba(5, 5, 5, 0.28);
}

.button-outline:hover {
  background: rgba(212, 175, 55, 0.12);
}

.section {
  padding: 86px 0;
  border-top: 1px solid var(--line);
}

.section--tight {
  padding: 58px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 44px;
  align-items: center;
}

.story-image,
.media-frame {
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.story-image img,
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame {
  min-height: 420px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.stat {
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: linear-gradient(135deg, var(--panel), rgba(23, 61, 53, 0.44));
}

.stat strong {
  display: block;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.stat span {
  color: var(--muted);
  font-size: 0.88rem;
}

.teaser-grid,
.look-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.teaser-card,
.look-card,
.info-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
}

.teaser-card img,
.look-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.teaser-card__body,
.look-card__body,
.info-card {
  padding: 20px;
}

.meta {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-head p {
  max-width: 520px;
  margin: 0;
}

.brand-band {
  background: var(--ivory);
  color: var(--nero);
  border-top: 0;
  border-bottom: 0;
}

.brand-band p {
  color: #514d43;
}

.brand-band .eyebrow {
  color: #9b7426;
}

.greca-strip {
  height: 22px;
  margin-top: 28px;
  background:
    linear-gradient(90deg, transparent 0 8px, var(--gold) 8px 12px, transparent 12px 20px) 0 0 / 40px 4px repeat-x,
    linear-gradient(90deg, var(--gold) 0 4px, transparent 4px 22px, var(--gold) 22px 26px, transparent 26px 40px) 0 9px / 40px 4px repeat-x,
    linear-gradient(90deg, transparent 0 8px, var(--gold) 8px 30px, transparent 30px 40px) 0 18px / 40px 4px repeat-x;
  opacity: 0.95;
}

.shop-hero {
  min-height: 58vh;
  padding: 132px 0 56px;
  display: grid;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.26)), url("../brand/ninocappello-og.jpg");
  background-size: cover;
  background-position: center;
}

.filter-bar {
  position: sticky;
  top: 88px;
  z-index: 80;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px calc((100% - min(100% - 32px, 1240px)) / 2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(12px);
}

.filter-button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.filter-button.is-active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0 80px;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(280px, 1fr);
  min-height: 520px;
}

.product-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  background: #0b0b0b;
}

.product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.product-body h2 {
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.copy {
  margin: 0;
  color: var(--muted);
}

.specs {
  display: grid;
  gap: 10px;
  margin: 0;
}

.specs div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(245, 241, 232, 0.09);
}

.specs dt {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.specs dd {
  margin: 0;
  color: var(--ivory);
}

.colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.colors span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--muted);
  font-size: 0.78rem;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: start;
}

.order-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-soft);
}

.order-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #080806;
  color: var(--ivory);
  padding: 12px;
  outline: none;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--gold);
}

.process-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.process-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--panel), rgba(23, 61, 53, 0.34));
}

.process-list strong {
  display: block;
  color: var(--ivory);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 44px 0;
  background: #030303;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.footer-logo {
  width: 260px;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 16px;
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-page {
  padding: 132px 0 72px;
}

.legal-page h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.legal-page h2 {
  margin-top: 42px;
  font-size: 1.7rem;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

@media (max-width: 1050px) {
  .split,
  .order-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .teaser-grid,
  .look-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .site-header__inner {
    width: min(100% - 24px, 1240px);
    min-height: 74px;
    gap: 10px;
  }

  .brand img {
    width: 136px;
    height: 48px;
  }

  .site-header nav {
    order: 5;
    margin-left: 0;
  }

  .language-switcher {
    margin-left: auto;
  }

  .language-switcher select {
    min-width: 74px;
    min-height: 38px;
    padding-right: 25px;
    padding-left: 8px;
    font-size: 0.72rem;
  }

  .language-switcher::after {
    right: 9px;
    width: 6px;
    height: 6px;
  }

  .nav-toggle {
    display: block;
    width: 40px;
    height: 40px;
  }

  .nav-links {
    position: fixed;
    inset: 74px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    background: rgba(5, 5, 5, 0.98);
    border-bottom: 1px solid var(--line);
  }

  body.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(245, 241, 232, 0.08);
  }

  .hero,
  .shop-hero {
    min-height: 82vh;
    padding-top: 110px;
    background-position: center;
  }

  .section {
    padding: 62px 0;
  }

  .section-head {
    display: block;
  }

  .stats,
  .teaser-grid,
  .look-grid {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    top: 74px;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card img {
    min-height: 320px;
    aspect-ratio: 4 / 5;
  }

  .specs div {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: start;
  }
}
