/*
Theme Name: Levin Shoes
Theme URI: https://levinshoes.com
Author: Levin Shoes
Description: Single-page manufacturer and wholesale brochure site for Levin Shoes.
Version: 1.0.17
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: levin-shoes
*/

:root {
  --ink: #141210;
  --muted: #6f6258;
  --paper: #f6f0e8;
  --paper-soft: #fffaf4;
  --photo-bg: #fcf8f9;
  --line: #d8c8b6;
  --gold: #a77a34;
  --gold-dark: #7d5824;
  --charcoal: #11100f;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(38, 28, 19, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.78), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), transparent 42%),
    var(--paper);
}

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

p,
li,
a,
span {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration-color: rgba(167, 122, 52, 0.55);
  text-underline-offset: 0.18em;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

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

.header-inner {
  width: min(var(--max), calc(100vw - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 188px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  color: #332d28;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-dark);
}

.hero {
  width: min(var(--max), calc(100vw - 32px));
  min-height: min(760px, calc(100vh - 72px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  padding: clamp(56px, 8vw, 96px) 0 clamp(42px, 5vw, 72px);
}

.hero-content,
.hero-media,
.about-grid > *,
.contact-grid > *,
.brand-block > *,
.site-nav {
  min-width: 0;
}

.eyebrow,
.section-eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero h1 span {
  display: block;
  margin-top: 0.1em;
  color: var(--gold-dark);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.48em;
}

.hero-lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: #332d28;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.hero-copy {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
}

.text-link {
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-media {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 8% 0 10% 18%;
  border: 1px solid rgba(167, 122, 52, 0.36);
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.92), rgba(235, 224, 212, 0.68));
  box-shadow: var(--shadow);
}

.hero-media img {
  position: relative;
  width: min(92%, 600px);
  max-height: 70vh;
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 34px 28px rgba(36, 27, 20, 0.25));
}

.hero-note {
  position: absolute;
  right: 0;
  bottom: 7%;
  width: min(260px, 48%);
  padding: 18px 20px;
  border-left: 2px solid var(--gold);
  background: rgba(246, 240, 232, 0.88);
  color: #423a33;
  font-size: 0.92rem;
  box-shadow: 0 12px 34px rgba(38, 28, 19, 0.1);
}

.section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.section-dark {
  background: var(--charcoal);
  color: var(--white);
}

.section-soft {
  background: rgba(255, 250, 244, 0.68);
}

.section-inner {
  width: min(var(--max), calc(100vw - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 56px);
}

.section-head h2,
.brand-block h3,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.section-head h2,
.contact-copy h2 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

.section-head p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-dark .section-head p,
.section-dark .brand-block p {
  color: rgba(255, 255, 255, 0.72);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  color: #3d352e;
}

.about-copy p {
  margin: 0;
}

.stat-panel {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 24px 0;
  display: grid;
  gap: 22px;
}

.stat-panel div {
  display: grid;
  gap: 4px;
}

.stat-panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.stat-panel span {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-tile {
  min-height: 128px;
  padding: 20px 18px;
  display: grid;
  place-items: center;
  gap: 6px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid var(--line);
  background: var(--brand-bg, var(--paper));
  color: var(--brand-fg, var(--ink));
  transition: background-color 180ms ease, transform 180ms ease;
}

.brand-tile:last-child {
  border-right: 0;
}

.brand-tile strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.45vw, 1.55rem);
  font-weight: 500;
  line-height: 1;
  color: inherit;
}

.brand-tile--gg-collection-shoes strong {
  font-size: clamp(0.84rem, 1.12vw, 1.22rem);
}

.brand-logo {
  width: min(100%, 180px);
  max-height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-tile--balley-shoes {
  --brand-bg: #2f573f;
  --brand-fg: #fff7ef;
}

.brand-tile--jaffany-shoes {
  --brand-bg: #7b84ae;
  --brand-fg: #101321;
}

.brand-tile--mona-lisa-shoes {
  --brand-bg: #e9a087;
  --brand-fg: #1d1714;
}

.brand-tile--gg-collection-shoes {
  --brand-bg: #ebddcb;
  --brand-fg: #26201b;
}

.brand-tile--glace-shoes {
  --brand-bg: #dea39c;
  --brand-fg: #1f1717;
}

.brand-tile--sefamigi-shoes {
  --brand-bg: #38687d;
  --brand-fg: #f8fbfc;
}

.brand-tile--balley-shoes .brand-logo,
.brand-tile--sefamigi-shoes .brand-logo {
  mix-blend-mode: normal;
}

.brand-tile--sefamigi-shoes .brand-logo {
  width: min(80%, 144px);
  max-height: 43px;
}

.brand-tile span {
  color: color-mix(in srgb, var(--brand-fg, var(--gold-dark)) 72%, transparent);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-tile:hover,
.brand-tile:focus-visible {
  background: color-mix(in srgb, var(--brand-bg, var(--paper)) 86%, #ffffff);
  transform: translateY(-2px);
}

.brand-sections {
  display: grid;
  gap: 1px;
  margin-top: 46px;
  background: var(--line);
}

.brand-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--brand-block-bg, var(--paper-soft));
  color: var(--brand-block-fg, var(--ink));
}

#balley-shoes {
  --brand-block-bg: #2f573f;
  --brand-block-fg: #fff7ef;
}

#jaffany-shoes {
  --brand-block-bg: #7b84ae;
  --brand-block-fg: #101321;
}

#mona-lisa-shoes {
  --brand-block-bg: #e9a087;
  --brand-block-fg: #1d1714;
}

#gg-collection-shoes {
  --brand-block-bg: #ebddcb;
  --brand-block-fg: #26201b;
}

#glace-shoes {
  --brand-block-bg: #dea39c;
  --brand-block-fg: #1f1717;
}

#sefamigi-shoes {
  --brand-block-bg: #38687d;
  --brand-block-fg: #f8fbfc;
}

.brand-block h3 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  color: inherit;
}

.brand-heading {
  display: grid;
  gap: 14px;
  align-content: start;
}

.brand-detail-logo {
  width: min(100%, 260px);
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

#sefamigi-shoes .brand-detail-logo {
  width: min(100%, 208px);
  max-height: 66px;
}

.brand-block p {
  max-width: 780px;
  margin: 0;
  color: color-mix(in srgb, var(--brand-block-fg, #564b42) 82%, transparent);
}

.showcase-collage {
  margin: 0;
  overflow: hidden;
  background: var(--photo-bg);
  border: 1px solid rgba(216, 200, 182, 0.9);
}

.showcase-collage img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.why-item {
  min-height: 220px;
  padding: 30px 24px;
  background: var(--charcoal);
}

.why-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.why-item h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-item p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(340px, 1.2fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.contact-copy p {
  max-width: 540px;
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-list a,
.contact-list span {
  color: #3d352e;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: #3d352e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 250, 244, 0.9);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.field textarea {
  min-height: 152px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid rgba(167, 122, 52, 0.25);
  border-color: var(--gold);
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
}

.form-status.success {
  border-color: rgba(48, 112, 72, 0.42);
  color: #205233;
}

.form-status.error {
  border-color: rgba(150, 58, 45, 0.42);
  color: #843329;
}

.site-footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  width: min(var(--max), calc(100vw - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-brand strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.footer-brand span {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 0.9rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-media {
    min-height: 470px;
  }

  .brand-strip,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-tile:nth-child(2n) {
    border-right: 0;
  }

  .brand-tile:last-child {
    grid-column: auto;
    border-top: 0;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .hero,
  .section-inner,
  .footer-inner {
    width: 100%;
    max-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-wordmark strong {
    font-size: 1rem;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    overflow: visible;
    gap: 10px 16px;
    font-size: 0.72rem;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 4.6rem);
  }

  .hero h1 span {
    letter-spacing: 0.28em;
  }

  .hero-content,
  .hero-media {
    width: 100%;
    max-width: 358px;
  }

  .hero-content {
    max-width: 310px;
  }

  .hero-copy,
  .hero-lede {
    max-width: 100%;
  }

  .about-copy,
  .section-head,
  .brand-block p,
  .contact-copy,
  .field,
  .field-full {
    max-width: 310px;
  }

  .about-copy {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-media {
    min-height: auto;
    padding-top: 28px;
  }

  .hero-media::before {
    inset: 48px 0 58px;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    max-width: 326px;
    margin: -26px auto 0;
  }

  .brand-strip,
  .why-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .brand-tile,
  .brand-tile:nth-child(2n),
  .brand-tile:last-child {
    border-right: 0;
    border-top: 1px solid var(--line);
    grid-column: auto;
  }

  .brand-tile:first-child {
    border-top: 0;
  }

  .brand-block {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

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