/* ==========================================================================
   GOLDEN SEA — направление magazine-split
   Асимметрия, контрасты, magenta / gold / teal, модная типографика Syne.
   ========================================================================== */

:root {
  --bg: #f7f4ef;
  --bg-alt: #efe8f0;
  --bg-deep: #0b0b0f;
  --ink: #0b0b0f;
  --ink-soft: #5c5660;
  --ink-invert: #f7f4ef;
  --accent: #ff3d6e;
  --accent-soft: #ffe0e8;
  --line: #e4dce3;
  --gold: #f5c518;
  --teal: #2ec4b6;

  --font-display: 'Syne', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Syne', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
  --tracking-display: -0.04em;
  --radius: 4px;
  --radius-lg: 18px;
  --container: 1140px;
  --shadow: 0 16px 40px rgba(11, 11, 15, 0.12);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.site-header__brand img { border-radius: 10px; }
.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.btn--primary {
  background: var(--accent);
  color: #fff;
}
.btn--primary:hover {
  box-shadow: 0 8px 24px color-mix(in srgb, var(--accent) 45%, transparent);
}
.eyebrow { color: var(--accent); }

.section__head { max-width: 48ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section__head--split {
  max-width: none;
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}
@media (min-width: 860px) {
  .section__head--split {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
  }
  .section__head--split .lede {
    margin: 0;
    text-align: right;
    justify-self: end;
    max-width: 34ch;
  }
}

/* --- HERO --- */
.hero {
  position: relative;
  min-height: min(94vh, 900px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 0;
  color: var(--ink-invert);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(11, 11, 15, 0.88) 0%, rgba(11, 11, 15, 0.35) 48%, rgba(255, 61, 110, 0.45) 100%),
    linear-gradient(180deg, transparent 35%, rgba(11, 11, 15, 0.9) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(5.5rem, 12vw, 8rem) clamp(2.5rem, 6vw, 4.5rem);
  max-width: 44rem;
}
.hero__logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}
.hero__logo img {
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.hero__brand {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
}
.hero h1 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 700;
  max-width: 16ch;
}
.hero__lede {
  margin-top: 1rem;
  max-width: 40ch;
  color: rgba(247, 244, 239, 0.82);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}
.hero__ghost {
  color: var(--ink-invert);
  border-color: rgba(247, 244, 239, 0.5);
}
.hero__ghost:hover {
  background: var(--gold);
  color: var(--ink);
  border-color: var(--gold);
}

/* --- DROP split --- */
.drop__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .drop__grid { grid-template-columns: 0.9fr 1.1fr; }
}
.drop__note {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
}
.drop__figure { margin: 0; }
.drop__figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 3px solid var(--gold);
  box-shadow: var(--shadow);
}
.drop__figure figcaption {
  margin-top: 0.7rem;
  font-size: var(--step--1);
  color: var(--ink-soft);
}

/* --- ABOUT magazine --- */
.about__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .about__grid { grid-template-columns: 0.9fr 1.1fr; }
}
.about__figure { margin: 0; }
.about__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 2px solid color-mix(in srgb, var(--accent) 50%, transparent);
}
.section--deep .eyebrow { color: var(--gold); }

/* --- JEWELRY splits --- */
.split-mag { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.split-mag__item {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 860px) {
  .split-mag__item { grid-template-columns: 1.05fr 0.95fr; }
  .split-mag__item--flip { direction: rtl; }
  .split-mag__item--flip > * { direction: ltr; }
}
.split-mag__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.split-mag__tag {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.split-mag__item h3 {
  font-size: var(--step-2);
  margin-bottom: 0.55rem;
}
.split-mag__item p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 40ch;
}
.split-mag__item--flip .split-mag__tag { color: var(--teal); }

/* --- LEATHER --- */
.leather__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .leather__grid { grid-template-columns: 1fr 1fr; }
}
.leather__figure { margin: 0; }
.leather__figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 3px solid var(--teal);
}

/* --- WHY --- */
.why__grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 800px) {
  .why__grid { grid-template-columns: repeat(2, 1fr); }
}
.why__grid article {
  padding: clamp(1.4rem, 3vw, 1.9rem);
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 2px solid var(--line);
  border-top: 4px solid var(--accent);
}
.why__grid article:nth-child(2) { border-top-color: var(--gold); }
.why__grid article:nth-child(3) { border-top-color: var(--teal); }
.why__grid article:nth-child(4) { border-top-color: var(--ink); }
.why__grid h3 {
  font-size: var(--step-1);
  margin-bottom: 0.5rem;
}
.why__grid p { margin: 0; color: var(--ink-soft); }

/* --- GALLERY mosaic --- */
.gallery__mosaic {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
.g {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.55s var(--ease);
}
.g:hover img { transform: scale(1.05); }
.g figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.65rem;
  background: var(--ink);
  color: var(--ink-invert);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 900px) {
  .gallery__mosaic {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 240px 200px;
  }
  .g--a { grid-column: span 1; grid-row: span 2; }
  .g--a img { aspect-ratio: auto; min-height: 100%; }
  .g--b { grid-column: span 1; }
  .g--c { grid-column: span 1; }
  .g--d { grid-column: span 2; grid-row: 2; }
  .g--d img { aspect-ratio: auto; min-height: 200px; }
}

/* --- CONTACT --- */
.contact__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}
@media (min-width: 900px) {
  .contact__grid { grid-template-columns: 0.95fr 1.05fr; }
}
.contact__list {
  display: grid;
  gap: 1.1rem;
  margin: 0;
}
.contact__list dt {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.contact__list dd { margin: 0; }
.contact__list a { text-decoration: none; }
.contact__form {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: linear-gradient(160deg, var(--bg-alt), #fff);
  border: 2px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.field select {
  width: 100%;
  padding: 0.85em 1em;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
}

/* --- FOOTER --- */
.site-footer {
  background: var(--bg-deep);
  color: var(--ink-invert);
  border-top: none;
}
.site-footer__bottom {
  border-top-color: rgba(247, 244, 239, 0.15);
  color: rgba(247, 244, 239, 0.55);
}
.footer__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 760px) {
  .footer__grid { grid-template-columns: 1.2fr 0.8fr 1fr; }
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}
.footer__brand img { border-radius: 8px; }
.footer__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.site-footer nav { display: grid; gap: 0.4rem; }
.site-footer nav a { text-decoration: none; color: var(--ink-invert); }
.site-footer .muted { color: rgba(247, 244, 239, 0.65); }
.site-footer a:hover { color: var(--accent); }

@media (max-width: 759px) {
  .hero__actions .btn { min-height: 48px; }
}
