/*
Theme Name: EasytoBasket
Theme URI: https://www.EasytoBasket.online
Author: EasytoBasket
Author URI: https://www.EasytoBasket.online
Description: Deutsche Herrenmode in Seebach — 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: easytobasket
Tags: e-commerce, custom-menu, featured-images, translation-ready, fashion
*/

:root {
  --paper: #f6f1ea;
  --surface: #fffdf9;
  --ink: #121212;
  --sage: #2f5d50;
  --sage-hot: #3a7263;
  --clay: #c45c26;
  --clay-hot: #d46a32;
  --muted: #6b6560;
  --line: rgba(18, 18, 18, 0.1);
  --charcoal: #1c1c1c;
  --shadow: 0 20px 50px rgba(18, 18, 18, 0.12);
  --radius: 18px;
  --header-h: 76px;
  --promo-h: 38px;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Figtree", 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(--paper);
  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;
}

figure {
  margin: 0;
}

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);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

h1,
h2,
h3,
.logo-name {
  font-family: var(--font-display);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}

.kicker-light {
  color: #f3d9c8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-clay {
  background: var(--clay);
  color: #fff;
}

.btn-clay:hover {
  background: var(--clay-hot);
}

.btn-ink {
  background: var(--ink);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}

.btn-block {
  width: 100%;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.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(--clay);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

/* Promo + header */

.promo-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--promo-h);
  padding: 0 28px;
  background: var(--sage);
  color: #f4efe6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.promo-strip p {
  margin: 0;
}

.promo-strip a {
  white-space: nowrap;
  opacity: 0.9;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 241, 234, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, 0.96);
  border-bottom-color: var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-height: var(--header-h);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  color: var(--sage);
  flex-shrink: 0;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.logo-name {
  font-size: 20px;
  letter-spacing: -0.05em;
}

.logo-tag {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.primary-nav {
  justify-self: center;
}

.nav-list {
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.nav-list a.is-active,
.nav-list a:hover {
  color: var(--ink);
}

.nav-mobile-meta {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 11px;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  height: 1.6px;
  background: var(--ink);
  border-radius: 2px;
}

/* Hero */

.hero {
  padding: 28px 0 0;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
  min-height: min(78vh, 760px);
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 72px);
}

.hero-lead {
  margin: 0 0 28px;
  max-width: 46ch;
  font-size: 18px;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--muted);
}

.hero-trust li::before {
  content: "•";
  color: var(--sage);
  margin-right: 8px;
}

.hero-media {
  position: relative;
  min-height: 560px;
}

.hero-main {
  width: 78%;
  margin-left: auto;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.hero-main img,
.hero-inset img {
  width: 100%;
  height: 100%;
}

.hero-inset {
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 42%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  border: 6px solid var(--paper);
}

.hero-float {
  position: absolute;
  right: 18px;
  top: 28px;
  width: min(200px, 46%);
  padding: 16px 18px;
  background: var(--surface);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.hero-float span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}

.hero-float strong,
.hero-float em {
  display: block;
  font-style: normal;
}

.hero-float strong {
  margin-top: 6px;
  font-family: var(--font-display);
  font-size: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 36px 0 0;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.hero-stats div {
  background: var(--paper);
  padding: 22px 18px 26px;
  text-align: center;
}

.hero-stats dt {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 750;
}

.hero-stats dd {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
}

/* Bento categories */

.bento {
  padding: 56px 0 20px;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.bento-tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  text-align: left;
}

.bento-tile img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.bento-tile:hover img {
  transform: scale(1.06);
}

.bento-wide {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.bento-stack:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.bento-stack:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.bento-square {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.bento-meta {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(18, 18, 18, 0.72));
}

.bento-meta strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
}

.bento-meta small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.86;
}

/* Shop */

.shop {
  padding: 64px 0 40px;
}

.shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

.shop-filters {
  position: sticky;
  top: calc(var(--header-h) + 24px);
  padding: 8px 4px 8px 0;
}

.shop-filters h2 {
  margin: 0 0 12px;
  font-size: 36px;
}

.filter-intro {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15px;
}

.filter-block {
  margin-bottom: 22px;
}

.filter-block > span,
.filter-block label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-cats {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.filter-cats button,
.filter-block select {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.filter-cats button.is-active {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  background: var(--surface);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.product-card.is-hidden {
  display: none;
}

.product-media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #ece6dc;
  aspect-ratio: 4 / 5;
  cursor: pointer;
  overflow: hidden;
}

.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-media .img-b {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-media:hover .img-b {
  opacity: 1;
}

.badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--clay);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.product-body {
  padding: 14px 14px 16px;
}

.product-name {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.product-excerpt {
  margin: 4px 0 10px;
  font-size: 13px;
  color: var(--muted);
}

.product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-price {
  font-weight: 700;
}

.product-price s {
  margin-left: 6px;
  color: var(--muted);
  font-weight: 500;
}

.wish-mini {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
}

.wish-mini.is-on {
  background: var(--clay);
  border-color: var(--clay);
  color: #fff;
}

.shop-empty {
  margin: 24px 0 0;
  color: var(--muted);
}

/* Looks */

.looks {
  padding: 24px 0 72px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.section-head p {
  margin: 0;
  max-width: 36ch;
  color: var(--muted);
}

.looks-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.look-card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: #fff;
  aspect-ratio: 3 / 4;
}

.look-card img {
  width: 100%;
  height: 100%;
}

.look-card span {
  position: absolute;
  inset: auto 0 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(18, 18, 18, 0.7));
}

.look-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
}

.look-card small {
  opacity: 0.85;
}

/* About */

.about {
  padding: 0 0 40px;
}

.about-stage {
  position: relative;
  min-height: 560px;
}

.about-stage > img {
  width: 100%;
  height: 560px;
}

.about-card {
  position: absolute;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: -48px;
  width: min(460px, calc(100% - 36px));
  padding: 32px 30px;
  background: var(--sage);
  color: #f6f1ea;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.about-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
}

.about-card p {
  margin: 0 0 12px;
  color: rgba(246, 241, 234, 0.86);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}

.about-stats li {
  padding: 18px 8px;
  border-top: 1px solid var(--line);
}

.about-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
}

.about-stats span {
  color: var(--muted);
  font-size: 14px;
}

/* Services */

.service {
  padding: 48px 0 72px;
}

.service-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-tile {
  padding: 24px 22px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #efe6d8;
  color: var(--sage);
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

.service-tile h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.service-tile p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.service-tile em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--clay);
}

/* Contact */

.contact {
  padding: 12px 0 0;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.contact-cards article {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.contact-cards span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clay);
}

.contact-cards strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.contact-cards a:hover {
  color: var(--sage);
}

.contact-form-wrap {
  max-width: 760px;
  margin: 0 auto 40px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.contact-form h3 {
  margin: 0 0 18px;
  font-size: 26px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form label,
.checkout-card label {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.checkout-card input,
.checkout-card select {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 15px;
}

.form-status {
  min-height: 1.2em;
  margin: 10px 0 0;
  color: var(--sage);
  font-size: 14px;
}

.contact-banner {
  position: relative;
}

.contact-banner img {
  width: 100%;
  height: 320px;
}

.contact-banner figcaption {
  position: absolute;
  left: 28px;
  bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

/* Footer */

.site-footer {
  background: var(--charcoal);
  color: #e8e2d8;
  padding: 56px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
}

.footer-logo {
  color: #fff;
  margin-bottom: 12px;
}

.footer-claim {
  margin: 0 0 18px;
  color: rgba(232, 226, 216, 0.72);
  max-width: 36ch;
}

.news-form {
  display: flex;
  gap: 8px;
}

.news-form input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.footer-col h4 {
  margin: 8px 0 14px;
  font-family: var(--font-display);
  font-size: 16px;
  color: #fff;
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(232, 226, 216, 0.62);
}

/* Drawers / modal */

.overlay[hidden],
.drawer[hidden],
.product-modal[hidden],
.checkout[hidden] {
  display: none !important;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(18, 18, 18, 0.46);
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  width: min(400px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 8px;
}

.drawer-head h3 {
  margin: 0;
  font-size: 22px;
}

.drawer input[type="search"] {
  margin: 0 18px 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.drawer-list {
  flex: 1;
  overflow: auto;
  padding: 8px 18px 24px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.drawer-item img {
  width: 64px;
  height: 80px;
  border-radius: 8px;
}

.drawer-item h4 {
  margin: 0 0 4px;
  font-size: 15px;
}

.drawer-item p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.empty-note {
  color: var(--muted);
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.qty button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.text-link {
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--clay);
  font-weight: 700;
  cursor: pointer;
}

.cart-foot {
  padding: 16px 18px 22px;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
}

.cart-note {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}

.product-modal,
.checkout {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-shell,
.checkout-card {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--surface);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.product-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.product-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.product-gallery {
  padding: 22px;
}

.gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
  background: #ece6dc;
}

.gallery-main img {
  width: 100%;
  height: 100%;
}

.zoom-lens {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.gallery-thumbs button {
  width: 64px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-thumbs button.is-active {
  border-color: var(--sage);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
}

.zoom-hint {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.product-info {
  padding: 36px 32px 32px;
}

.sku {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--muted);
}

.product-info h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.price-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 14px;
  font-size: 20px;
}

.price-row s {
  color: var(--muted);
  font-size: 15px;
}

.option-block {
  margin: 16px 0;
}

.option-block span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.swatches {
  display: flex;
  gap: 8px;
}

.swatch {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
}

.swatch.is-on {
  box-shadow: 0 0 0 2px var(--ink);
}

.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-pills button {
  min-width: 44px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.size-pills button.is-on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin: 22px 0;
}

.product-meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.product-meta dt {
  color: var(--muted);
  font-weight: 500;
}

.checkout-card {
  width: min(560px, 100%);
  padding: 36px 32px 28px;
}

.checkout-card h2 {
  margin: 0 0 18px;
}

.checkout-summary {
  margin: 8px 0 16px;
  padding: 12px 14px;
  background: var(--paper);
  border-radius: 12px;
  font-size: 14px;
}

.checkout-summary strong {
  display: block;
  margin-top: 8px;
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: var(--shadow);
}

.whatsapp-fab svg {
  width: 28px;
  height: 28px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 90;
  transform: translate(-50%, 20px);
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.section-fallback {
  padding: 80px 0 120px;
}

.entry-content a {
  color: var(--clay);
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 1020px) {
  .hero-split,
  .shop-layout,
  .product-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-main {
    width: 88%;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 200px 200px;
  }

  .bento-wide {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .bento-square {
    grid-column: auto;
    grid-row: auto;
  }

  .shop-filters {
    position: static;
  }

  .filter-cats {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .filter-cats button {
    width: auto;
  }

  .product-grid,
  .looks-row,
  .service-tiles,
  .contact-cards,
  .hero-stats,
  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .service-tiles {
    grid-template-columns: 1fr 1fr;
  }

  .about-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 36px);
    margin: -64px auto 0;
  }

  .about-stats {
    margin-top: 28px;
  }
}

@media (max-width: 760px) {
  .promo-strip {
    padding: 8px 16px;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }

  .promo-strip p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo-strip a {
    display: none;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .logo-tag {
    display: none;
  }

  .logo-name {
    font-size: 17px;
  }

  .icon-btn,
  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .primary-nav {
    position: fixed;
    inset: calc(var(--promo-h) + var(--header-h)) 0 0;
    background: var(--surface);
    padding: 28px 24px;
    transform: translateX(110%);
    transition: transform 0.28s ease;
    justify-self: stretch;
  }

  .primary-nav.is-open {
    transform: none;
  }

  .nav-list {
    flex-direction: column;
    gap: 18px;
  }

  .nav-list a {
    font-size: 22px;
    color: var(--ink);
  }

  .nav-mobile-meta {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    color: var(--muted);
  }

  .nav-toggle {
    display: flex;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-inset,
  .hero-float {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .hero-inset {
    border: 0;
    box-shadow: none;
  }

  .bento-grid,
  .product-grid,
  .looks-row,
  .service-tiles,
  .contact-cards,
  .hero-stats,
  .about-stats,
  .form-row {
    grid-template-columns: 1fr;
  }

  .bento-grid {
    grid-template-rows: none;
  }

  .bento-wide,
  .bento-tile {
    min-height: 220px;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }

  .about-stage > img,
  .contact-banner img {
    height: 280px;
  }

  .footer-bar {
    flex-direction: column;
  }

  .product-actions {
    flex-direction: column;
  }
}
