:root {
  --ink: #191714;
  --muted: #6e665d;
  --paper: #f7f4ee;
  --line: #ded7cc;
  --clay: #a85739;
  --olive: #68745a;
  --gold: #c79a55;
  --charcoal: #272522;
  --white: #fffaf3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

button {
  font: inherit;
  cursor: pointer;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(25, 23, 20, 0.76), rgba(25, 23, 20, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 250, 243, 0.64);
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.13);
  font-family: Georgia, serif;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-links a,
.header-action {
  opacity: 0.9;
}

.nav-links a:hover,
.header-action:hover {
  opacity: 1;
}

.header-action {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(255, 250, 243, 0.45);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: min(820px, 92vh);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 66% 46%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 23, 20, 0.88), rgba(25, 23, 20, 0.52) 43%, rgba(25, 23, 20, 0.1)),
    linear-gradient(0deg, rgba(25, 23, 20, 0.62), rgba(25, 23, 20, 0) 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 56px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 13vw, 10.8rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  color: rgba(255, 250, 243, 0.9);
}

.hero-actions,
.button {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--ink);
  background: var(--white);
}

.button.secondary {
  border: 1px solid rgba(255, 250, 243, 0.5);
  color: var(--white);
  background: rgba(255, 250, 243, 0.09);
}

.intro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.intro > div {
  padding: clamp(28px, 5vw, 54px);
  background: var(--paper);
}

.mini-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--charcoal);
  font-size: 0.76rem;
  font-weight: 850;
}

.intro h2,
.section-heading h2,
.split-copy h2,
.visit h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.intro p,
.section-heading p,
.split-copy p,
.service-list span,
.visit-details,
.site-footer p {
  color: var(--muted);
}

.collection {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 70px);
}

.shop-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.84), rgba(247, 244, 238, 1)),
    var(--paper);
}

.gallery {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 70px);
  background: var(--white);
}

.looks-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 70px);
  background: #151412;
  color: var(--white);
}

.looks-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 250, 243, 0.72);
}

.looks-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.collage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
}

.look-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #25231f;
}

.look-card.featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 640px;
}

.look-card.tall {
  grid-row: span 2;
  min-height: 620px;
}

.look-card.wide {
  grid-column: span 2;
}

.collage-card {
  min-height: 0;
  background: #0f0e0c;
}

.look-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center top;
}

.collage-card img {
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.look-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(25, 23, 20, 0.72);
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  backdrop-filter: blur(10px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(240px, 620px) minmax(220px, 420px);
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 38px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.section-heading p {
  align-self: end;
  margin-bottom: 8px;
}

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

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 24px;
  align-items: start;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.stock-badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 243, 0.92);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-card.sold-out img {
  filter: grayscale(0.8);
  opacity: 0.58;
}

.product-card.sold-out .stock-badge {
  color: var(--white);
  background: var(--clay);
}

.product-card.sold-out::after {
  content: "Ausverkauft";
  position: absolute;
  top: 174px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%) rotate(-8deg);
  padding: 10px 18px;
  border: 2px solid var(--clay);
  border-radius: 8px;
  color: var(--clay);
  background: rgba(255, 250, 243, 0.9);
  font-weight: 900;
  text-transform: uppercase;
}

.product-card img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center 42%;
  background: #ece6dd;
}

.product-info {
  padding: 22px;
}

.product-info h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.product-info p {
  min-height: 72px;
  color: var(--muted);
}

.product-info span {
  display: inline-flex;
  color: var(--clay);
  font-weight: 850;
}

.product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.add-to-cart,
.clear-cart,
.cart-item-actions button {
  border: 0;
  color: var(--white);
  background: var(--charcoal);
  font-weight: 800;
}

.add-to-cart {
  min-width: 118px;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 999px;
}

.add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.cart-panel {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(25, 23, 20, 0.08);
}

.cart-panel h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.order-form {
  display: grid;
  gap: 12px;
}

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

.order-form input,
.order-form textarea,
.order-form select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.order-form textarea {
  resize: vertical;
}

.cart-empty,
.cart-note {
  color: var(--muted);
}

.cart-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.cart-list small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.cart-item-actions {
  display: grid;
  grid-template-columns: 32px;
  gap: 6px;
  align-items: center;
  text-align: center;
}

.cart-item-actions button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.cart-actions {
  display: grid;
  gap: 10px;
}

.cart-total,
.payment-box,
.bank-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 4px;
  font-weight: 850;
}

.payment-box {
  padding: 14px;
  border: 1px solid #b6c8ee;
  border-radius: 8px;
  color: #153b8f;
  background: #f3f7ff;
}

.bank-box {
  display: grid;
  gap: 6px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.bank-box span {
  color: var(--clay);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bank-box p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.cart-link {
  width: 100%;
}

.cart-link.secondary {
  color: var(--charcoal);
  border-color: var(--line);
  background: transparent;
}

.cart-link.paypal {
  color: #002c8a;
  background: #ffc439;
}

.cart-link.disabled {
  pointer-events: none;
  opacity: 0.44;
}

.clear-cart {
  min-height: 42px;
  border-radius: 999px;
  color: var(--charcoal);
  background: var(--paper);
}

.cart-note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  padding: clamp(64px, 9vw, 120px) clamp(18px, 5vw, 70px);
  background: var(--charcoal);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.1fr;
  gap: 18px;
}

.gallery-grid img {
  display: block;
  width: 100%;
  height: min(560px, 54vw);
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.gallery-grid img:nth-child(2) {
  margin-top: 46px;
}

.split-copy p {
  max-width: 610px;
  color: rgba(255, 250, 243, 0.76);
}

.service-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 250, 243, 0.18);
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.service-list div {
  display: grid;
  gap: 7px;
  padding: 24px;
  background: #302d29;
}

.service-list span {
  color: rgba(255, 250, 243, 0.68);
}

.visit {
  display: grid;
  grid-template-columns: minmax(260px, 720px) minmax(240px, 360px);
  gap: 34px;
  align-items: end;
  justify-content: space-between;
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 70px);
  background: var(--white);
}

.legal-section {
  padding: clamp(40px, 6vw, 72px) clamp(18px, 5vw, 70px);
  background: var(--paper);
}

.legal-section .section-heading {
  margin-bottom: 22px;
}

.legal-section .section-heading h2 {
  font-size: clamp(1.85rem, 4vw, 3.2rem);
}

.legal-section .section-heading p:not(.eyebrow) {
  font-size: 0.92rem;
}

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

.legal-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.legal-card h3 {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.legal-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.legal-card a {
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-wide {
  grid-column: 1 / -1;
}

.visit h2 {
  margin-bottom: 0;
}

.visit-details {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--gold);
}

.visit-details p {
  margin-bottom: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--ink);
}

.footer-brand {
  margin-bottom: 8px;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 250, 243, 0.68);
}

address {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .intro,
  .product-grid,
  .shop-layout,
  .split-section,
  .visit,
  .legal-grid,
  .site-footer,
  .section-heading,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

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

  .look-card,
  .look-card.tall,
  .look-card.featured {
    min-height: 430px;
  }

  .collage-card {
    min-height: 0;
  }

  .look-card.wide,
  .look-card.featured {
    grid-column: span 2;
  }

  .gallery-grid img,
  .gallery-grid img:nth-child(2) {
    height: 440px;
    min-height: 0;
    margin-top: 0;
  }

  .section-heading .eyebrow {
    margin-bottom: -8px;
  }

  .site-footer,
  address {
    justify-content: start;
  }

  .cart-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-action {
    padding: 9px 12px;
  }

  .hero {
    min-height: 620px;
    align-items: end;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 104px;
    padding-bottom: 56px;
  }

  .hero-image {
    object-position: 58% 48%;
  }

  h1 {
    font-size: clamp(3.65rem, 18vw, 5.6rem);
    line-height: 0.88;
  }

  .hero-copy {
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .button {
    width: 100%;
  }

  .intro > div,
  .collection,
  .gallery,
  .looks-section,
  .split-section,
  .visit,
  .legal-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-card img,
  .gallery-grid img {
    height: 330px;
  }

  .looks-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .look-card,
  .look-card.tall,
  .look-card.featured,
  .look-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 480px;
  }

  .collage-card {
    min-height: 0;
  }

  .product-actions {
    display: grid;
  }

  .add-to-cart {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .site-header {
    gap: 12px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .header-action {
    min-height: 40px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 590px;
  }

  .hero-content {
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(3.15rem, 17vw, 4.6rem);
  }

  .hero-actions {
    gap: 10px;
  }

  .product-info {
    padding: 18px;
  }

  .cart-panel,
  .legal-card {
    padding: 18px;
  }

  .legal-section {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .legal-card {
    padding: 14px;
  }

  .legal-card p {
    font-size: 0.84rem;
  }
}
