/*
Theme Name: StyleeLane
Theme URI: https://www.StyleeLane.online
Author: StyleeLane
Author URI: https://www.StyleeLane.online
Description: Deutsches Herrenatelier in Plötsch — E-Commerce WordPress-Theme mit Unsplash-Bildern. Menüs: Startseite, Über uns, Leistungen, Kontakt.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: styleelane
Tags: e-commerce, custom-menu, featured-images, translation-ready, fashion
*/

:root {
  --ink: #0e1621;
  --navy: #152238;
  --parchment: #f3efe6;
  --cream: #faf8f3;
  --brass: #b08d57;
  --brass-hot: #c9a56a;
  --muted: #6d6a62;
  --line: rgba(14, 22, 33, 0.12);
  --line-light: rgba(243, 239, 230, 0.18);
  --shadow: 0 24px 60px rgba(14, 22, 33, 0.22);
  --header-h: 78px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open,
body.drawer-open,
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

h1,
h2,
h3,
.logo-name {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.kicker {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
}

.kicker-light {
  color: var(--brass-hot);
}

.kicker-brass {
  color: var(--brass);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-ink {
  background: var(--ink);
  color: var(--parchment);
}

.btn-ink:hover {
  background: var(--navy);
}

.btn-brass {
  background: var(--brass);
  color: var(--ink);
  border: 0;
}

.btn-brass:hover {
  background: var(--brass-hot);
}

.btn-ghost,
.btn-ghost-light {
  background: transparent;
}

.btn-ghost {
  border-color: var(--ink);
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--parchment);
}

.btn-ghost-light {
  border-color: rgba(243, 239, 230, 0.55);
  color: var(--parchment);
}

.btn-ghost-light:hover {
  background: var(--parchment);
  color: var(--ink);
}

.btn-block {
  width: 100%;
}

.announce {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 36px;
  padding: 0 20px;
  background: var(--ink);
  color: var(--parchment);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.announce p {
  margin: 0;
}

.announce a {
  color: var(--brass);
}

.announce a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(14, 22, 33, 0.92);
  color: var(--parchment);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line-light);
  box-shadow: 0 12px 32px rgba(14, 22, 33, 0.28);
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  min-height: var(--header-h);
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.logo-mark {
  width: 42px;
  height: 42px;
  color: var(--brass);
  flex-shrink: 0;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-size: 26px;
  letter-spacing: 0.04em;
}

.logo-tag {
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(243, 239, 230, 0.55);
}

.nav-list {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-nav a.is-active,
.primary-nav a:hover {
  color: var(--brass);
}

.nav-mobile-meta {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  min-width: 148px;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-btn svg {
  width: 20px;
  height: 20px;
}

.icon-btn .count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--brass);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100vh - 114px);
  display: grid;
  align-items: end;
  color: var(--parchment);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-position: center 20%;
}

.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 22, 33, 0.78) 0%, rgba(14, 22, 33, 0.28) 55%, rgba(14, 22, 33, 0.12) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 48px;
  max-width: 640px;
  justify-self: start;
  margin-left: max(20px, calc((100% - 1240px) / 2));
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 500;
}

.hero-lead {
  margin: 0 0 32px;
  font-size: 17px;
  color: rgba(243, 239, 230, 0.82);
  max-width: 460px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 36px;
  border-top: 1px solid var(--line-light);
}

.hero-stats div {
  padding: 18px 20px 0 0;
}

.hero-stats dt {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
}

.hero-stats dd {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 22px;
}

.ticker {
  overflow: hidden;
  background: var(--navy);
  color: var(--parchment);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.ticker-track {
  display: flex;
  gap: 48px;
  padding: 14px 0;
  width: max-content;
  animation: ticker 28s linear infinite;
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.ticker-track span::after {
  content: " · ";
  color: var(--brass);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.departments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 72vh;
}

.dept-panel {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  min-height: 420px;
}

.dept-panel + .dept-panel {
  border-left: 1px solid rgba(243, 239, 230, 0.12);
}

.dept-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  transition: transform 0.7s ease;
}

.dept-panel:hover img {
  transform: scale(1.08);
}

.dept-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 24px;
  background: linear-gradient(transparent, rgba(14, 22, 33, 0.88));
  text-align: left;
}

.dept-meta em {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--brass);
  margin-bottom: 6px;
}

.dept-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
}

.dept-meta small {
  display: block;
  margin-top: 6px;
  color: rgba(250, 248, 243, 0.78);
}

.lookbook {
  padding: 96px 0 80px;
  background: var(--cream);
}

.look-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.look-head h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 60px);
}

.look-note {
  margin: 0;
  color: var(--muted);
  max-width: 380px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.filter-pills button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-pills button.is-active,
.filter-pills button:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--parchment);
}

.filter-bar {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.filter-bar label,
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-bar select,
.contact-form input,
.contact-form textarea,
.contact-form select,
.drawer input,
.checkout input,
.checkout select,
.news-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-card {
  position: relative;
}

.product-card.is-hidden {
  display: none;
}

.product-media {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: #e8e2d6;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.product-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.product-media .img-b {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-media:hover .img-b {
  opacity: 1;
}

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 10px;
  background: var(--brass);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 16px 16px;
  background: linear-gradient(transparent, rgba(14, 22, 33, 0.78));
  color: var(--parchment);
  text-align: left;
}

.card-sku {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 4px;
}

.card-name {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.15;
}

.card-price {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.card-price s {
  opacity: 0.55;
  margin-left: 8px;
}

.wish-mini {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(250, 248, 243, 0.9);
  cursor: pointer;
  font-size: 16px;
  color: var(--ink);
}

.wish-mini.is-on {
  color: var(--brass);
}

.shop-empty {
  margin-top: 24px;
  color: var(--muted);
}

.manifesto {
  background: var(--ink);
  color: var(--parchment);
  padding: 0;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  grid-template-rows: auto auto;
  min-height: 70vh;
}

.manifesto-photo {
  margin: 0;
  overflow: hidden;
}

.manifesto-photo img {
  width: 100%;
  height: 100%;
}

.manifesto-photo--tall {
  grid-row: 1 / span 2;
}

.manifesto-photo--tall img {
  min-height: 100%;
  aspect-ratio: 3 / 4;
}

.manifesto-photo--wide img {
  aspect-ratio: 16 / 9;
  min-height: 220px;
}

.manifesto-copy {
  padding: 72px 56px 40px;
  align-self: center;
}

.manifesto-copy blockquote {
  margin: 0;
}

.manifesto-copy p {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-style: italic;
  line-height: 1.25;
  margin: 0;
}

.manifesto-copy cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
}

.about {
  padding: 100px 0;
  background: var(--parchment);
}

.about-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 64px;
  align-items: start;
}

.about-sticky {
  position: sticky;
  top: 110px;
}

.about-sticky h2 {
  margin: 0 0 28px;
  font-size: clamp(32px, 4vw, 48px);
}

.about-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.about-stats li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.about-stats strong {
  font-family: var(--font-display);
  font-size: 28px;
  min-width: 72px;
}

.about-stats span {
  color: var(--muted);
  font-size: 14px;
}

.about-body p {
  margin: 0 0 18px;
  color: var(--navy);
}

.about-lead-img {
  margin: 28px 0 36px;
}

.about-lead-img img {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.about-lead-img figcaption {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-timeline {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  border-left: 1px solid var(--line);
}

.about-timeline li {
  position: relative;
  padding: 0 0 28px 28px;
}

.about-timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brass);
}

.about-timeline span {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 4px;
}

.about-timeline p {
  margin: 0;
}

.about-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-pair img {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.service {
  padding: 96px 0;
  background: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
}

.service-card figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card div {
  padding: 22px 20px 24px;
}

.service-card span {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--brass);
}

.service-card h3 {
  margin: 8px 0 10px;
  font-size: 26px;
}

.service-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.service-card em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
}

.contact-panel {
  background: var(--navy);
  color: var(--parchment);
  padding: 80px 56px;
}

.contact-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 52px);
}

.contact-panel > p {
  color: rgba(243, 239, 230, 0.75);
  max-width: 420px;
}

.contact-list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.contact-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-light);
}

.contact-list span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
}

.contact-list a:hover {
  color: var(--brass);
}

.contact-form-pane {
  background: var(--parchment);
  padding: 80px 56px;
  display: flex;
  align-items: center;
}

.contact-form {
  width: 100%;
}

.contact-form h3 {
  margin: 0 0 24px;
  font-size: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-status {
  min-height: 1.4em;
  color: var(--brass);
}

.contact-banner {
  margin: 0;
  position: relative;
}

.contact-banner img {
  width: 100%;
  height: min(42vh, 380px);
  object-fit: cover;
}

.contact-banner figcaption {
  position: absolute;
  left: 28px;
  bottom: 18px;
  color: #fff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.site-footer {
  background: var(--ink);
  color: rgba(243, 239, 230, 0.72);
  padding: 0 0 28px;
}

.footer-top {
  border-bottom: 1px solid var(--line-light);
  padding: 56px 0 40px;
}

.footer-brand-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}

.footer-logo {
  color: var(--parchment);
  justify-content: flex-start;
}

.footer-claim {
  margin: 0;
  max-width: 420px;
}

.news-form {
  display: flex;
  gap: 8px;
}

.news-form input {
  min-width: 220px;
  background: transparent;
  border-color: var(--line-light);
  color: var(--parchment);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 40px 0 8px;
}

.footer-col h4 {
  font-family: var(--font-display);
  color: var(--parchment);
  margin: 0 0 14px;
  font-size: 22px;
}

.socials,
.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a:hover,
.socials a:hover,
.footer-contact a:hover {
  color: var(--brass);
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
  font-size: 13px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(14, 22, 33, 0.55);
  z-index: 50;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(420px, 100%);
  height: 100%;
  background: var(--cream);
  padding: 24px;
  overflow: auto;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
}

.drawer-item img {
  width: 72px;
  height: 90px;
}

.drawer-item h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.cart-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.product-modal,
.checkout {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-modal[hidden],
.checkout[hidden],
.drawer[hidden],
.overlay[hidden] {
  display: none;
}

.product-shell,
.checkout-card {
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--cream);
  position: relative;
}

.product-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.product-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.gallery-main {
  position: relative;
  background: #e8e2d6;
  overflow: hidden;
}

.gallery-main img {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.zoom-lens {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  pointer-events: none;
}

.gallery-thumbs {
  display: flex;
  gap: 8px;
  padding: 12px;
}

.gallery-thumbs button {
  width: 64px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.gallery-thumbs .is-active {
  border-color: var(--brass);
}

.gallery-thumbs img {
  width: 64px;
  height: 80px;
}

.zoom-hint {
  margin: 0 12px 12px;
  font-size: 12px;
  color: var(--muted);
}

.product-info {
  padding: 40px 36px;
}

.sku {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.price-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 22px;
  margin: 8px 0 16px;
}

.option-block {
  margin: 16px 0;
}

.swatches,
.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  border: 2px solid #fff;
  outline: 1px solid var(--line);
  cursor: pointer;
}

.swatch.is-on {
  outline-color: var(--ink);
}

.size-pills button {
  min-width: 42px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.size-pills .is-on {
  background: var(--ink);
  color: var(--parchment);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.product-meta {
  display: grid;
  gap: 8px;
}

.product-meta dt {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.product-meta dd {
  margin: 0;
}

.checkout-card {
  width: min(560px, 100%);
  padding: 36px 32px;
}

.checkout-summary {
  margin: 16px 0;
  padding: 14px;
  background: var(--parchment);
}

.whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.whatsapp-fab svg {
  width: 28px;
  height: 28px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.entry-content,
.section-fallback {
  padding: 80px 0;
}

.empty-note {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .product-grid,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .departments {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .announce {
    display: none;
  }

  .header-grid {
    grid-template-columns: auto 1fr auto;
  }

  .logo {
    justify-content: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: var(--ink);
    padding: 24px;
    display: none;
    border-bottom: 1px solid var(--line-light);
  }

  .primary-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 16px;
  }

  .nav-mobile-meta {
    display: grid;
    gap: 8px;
    margin-top: 20px;
  }

  .hero-copy {
    margin-left: 20px;
    padding-top: 48px;
  }

  .look-head,
  .about-layout,
  .manifesto-grid,
  .contact-split,
  .product-shell,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .manifesto-photo--tall {
    grid-row: auto;
  }

  .about-sticky {
    position: static;
  }

  .contact-panel,
  .contact-form-pane,
  .manifesto-copy {
    padding: 48px 28px;
  }
}

@media (max-width: 700px) {
  .hero-stats,
  .product-grid,
  .service-grid,
  .about-pair,
  .departments,
  .filter-bar {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .footer-bar,
  .look-head {
    flex-direction: column;
    align-items: start;
  }

  .contact-list li {
    grid-template-columns: 1fr;
  }

  .news-form {
    flex-direction: column;
  }
}
