:root {
  --black: #0a0a0a;
  --white: #fff;
  --offwhite: #f5f5f3;
  --grey: #767676;
  --line: #dededb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: Arial, Helvetica, sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.announcement { padding: .72rem 1rem; text-align: center; font-size: .72rem; letter-spacing: .03em; border-bottom: 1px solid var(--line); }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 66px; padding: 0 clamp(1rem,3vw,2.5rem); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { font-size: clamp(1.05rem,1.8vw,1.35rem); font-weight: 800; letter-spacing: -.045em; }
.header-link, .cart-button { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-link--right { justify-self: end; }
.cart-button, button { justify-self: end; padding: .7rem 0; border: 0; background: transparent; color: inherit; cursor: pointer; }

.hero { position: relative; min-height: calc(100svh - 105px); overflow: hidden; background: #222; color: #fff; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.68),transparent 58%); }
.hero__overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: clamp(1.4rem,5vw,4rem); text-align: center; }
.hero h1 { margin-bottom: 1rem; font-size: clamp(3rem,7vw,6.8rem); font-weight: 800; line-height: .86; letter-spacing: -.065em; text-transform: lowercase; }
.hero p { margin-bottom: 1.4rem; line-height: 1.4; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .9rem 1.25rem; border: 1px solid currentColor; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button--light { background: #fff; color: #080808; border-color: #fff; }
.button--dark { background: #0a0a0a; color: #fff; border-color: #0a0a0a; }
.button.is-disabled { opacity: .38; cursor: not-allowed; }
.full { width: 100%; }

.eyebrow { margin-bottom: .8rem; color: var(--grey); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collection-intro, .section-title { padding: clamp(3.5rem,8vw,7rem) clamp(1rem,3vw,2.5rem) clamp(2rem,4vw,3rem); }
.collection-intro h2, .section-title h2, .brand-story h2 { margin: 0; font-size: clamp(2.8rem,7vw,6.5rem); font-weight: 700; line-height: .9; letter-spacing: -.065em; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #fff; }
.collection-card { position: relative; overflow: hidden; background: #e9e9e7; }
.collection-card img { height: min(80vw,880px); object-fit: cover; transition: transform .6s ease; }
.collection-card:hover img { transform: scale(1.015); }
.collection-card span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem; background: linear-gradient(0deg,rgba(0,0,0,.65),transparent); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.collection-card b { font-weight: 800; }

.shop-section { padding-bottom: clamp(4rem,9vw,8rem); }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card { min-width: 0; background: #fff; }
.product-card__image { display: block; overflow: hidden; background: var(--offwhite); }
.product-card__image img { aspect-ratio: 1 / 1; object-fit: contain; transition: transform .5s ease; }
.product-card__image:hover img { transform: scale(1.02); }
.product-card__body { padding: 1rem 1rem 1.5rem; }
.product-card__type { margin-bottom: .35rem; color: var(--grey); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: .88rem; font-weight: 700; text-transform: uppercase; }
.product-card h3 a { display: block; }
.product-card__price { margin: .45rem 0 0; font-size: .76rem; }

.brand-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; background: #0a0a0a; color: #fff; }
.brand-story__image img { height: 100%; min-height: 650px; object-fit: cover; }
.brand-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,6vw,6rem); }
.brand-story__copy .eyebrow { color: #aaa; }
.brand-story__copy h2 { margin-bottom: 2.2rem; }
.brand-story__copy > p:not(.eyebrow) { max-width: 43ch; color: #c8c8c4; line-height: 1.65; }
.brand-story__copy strong { color: #fff; }

.cart { position: fixed; inset: 0; z-index: 40; display: none; background: rgba(0,0,0,.55); }
.cart.is-open { display: block; }
.cart__panel { margin-left: auto; width: min(440px,100%); height: 100%; display: flex; flex-direction: column; padding: 1.2rem; background: #fff; border-left: 1px solid var(--line); }
.cart__head, .cart__total { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cart__head h2 { font-size: 2rem; text-transform: lowercase; }
.cart__items { flex: 1; overflow: auto; padding: 1rem 0; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { aspect-ratio: 1; object-fit: cover; }
.cart-item p, .small { color: var(--grey); font-size: .72rem; }
.cart-item button { width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); }
.small { line-height: 1.4; }

.footer { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding: clamp(3rem,7vw,6rem) clamp(1rem,3vw,2.5rem); border-top: 1px solid var(--line); }
.footer__brand { font-size: clamp(2rem,5vw,5rem); font-weight: 800; letter-spacing: -.07em; }
.footer p { color: var(--grey); }
.footer__links, .footer__legal { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.footer__links a, .footer__legal a { font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.footer__legal span { margin-top: auto; color: var(--grey); font-size: .68rem; }

/* Produktdetail */
.product-page { background: #fff; color: #111; }
.product-page .announcement { background: #0a0a0a; color: #fff; border-color: #0a0a0a; }
.pdp { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); border-bottom: 1px solid var(--line); }
.pdp-viewer { min-width: 0; padding: clamp(1rem,2.5vw,2rem); background: var(--offwhite); }
.pdp-main-media { display: grid; min-height: min(70vw,760px); place-items: center; background: #f7f7f5; }
.pdp-main-media img { width: 100%; height: min(70vw,760px); object-fit: contain; }
.pdp-thumbs { display: flex; gap: .6rem; margin-top: .8rem; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: thin; }
.pdp-thumb { flex: 0 0 88px; padding: 0; border: 1px solid transparent; background: #f7f7f5; }
.pdp-thumb.is-active { border-color: #111; }
.pdp-thumb img { aspect-ratio: 1; object-fit: cover; }
.pdp-buybox { position: sticky; top: 66px; align-self: start; padding: clamp(2rem,5vw,5rem); }
.pdp-buybox h1 { margin-bottom: .6rem; font-size: clamp(2.4rem,4.5vw,4.8rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.pdp-label { margin-bottom: 1.2rem; color: #4e4e4e; font-size: 1rem; font-weight: 700; }
.pdp-price { margin-bottom: 2rem; font-size: 1rem; font-weight: 700; }
.pdp-lead { max-width: 48ch; margin-bottom: 2rem; color: #555; line-height: 1.6; }
.pdp-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 1.5rem 0 .8rem; }
.pdp-options label { display: grid; gap: .4rem; color: var(--grey); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pdp-options select { min-height: 45px; padding: .7rem; border: 1px solid #bbb; border-radius: 0; background: #fff; }
.button--outline { margin-top: .6rem; background: #fff; color: #111; border-color: #111; }
.pdp-notes { margin-top: 2rem; border-top: 1px solid var(--line); }
.pdp-notes details { border-bottom: 1px solid var(--line); }
.pdp-notes summary { padding: 1rem 0; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pdp-notes details > p { color: #666; font-size: .75rem; line-height: 1.55; }
.pdp-notes details div > div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; color: #666; font-size: .72rem; }
.pdp-notes details div strong { color: #111; text-align: right; }
.pdp-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,8vw,9rem); padding: clamp(4rem,10vw,10rem) clamp(1rem,5vw,5rem); background: #0b0b0b; color: #fff; }
.pdp-story .eyebrow { color: #aaa; }
.pdp-story h2 { margin: 0; font-size: clamp(3rem,7vw,7rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.pdp-story__copy { max-width: 56ch; }
.pdp-story__copy p { color: #c4c4bf; font-size: clamp(.95rem,1.2vw,1.15rem); line-height: 1.7; }
.pdp-facts { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.pdp-facts > div { min-height: 150px; padding: 1.5rem; border-right: 1px solid var(--line); }
.pdp-facts span, .pdp-facts strong { display: block; }
.pdp-facts span { margin-bottom: 2rem; color: var(--grey); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pdp-facts strong { max-width: 22ch; font-size: 1rem; }
.pdp-related { padding: clamp(4rem,8vw,7rem) 0 0; }
.pdp-related > .eyebrow { padding: 0 clamp(1rem,3vw,2.5rem); }
.footer--compact { grid-template-columns: 2fr 1fr; }

/* SEO-Artikel: indexierbar, aber bewusst nicht in der Shopnavigation */
.article-page { background: #f5f5f2; color: #111; }
.article-shell { max-width: 920px; margin: 0 auto; padding: clamp(4rem,10vw,9rem) 1rem; }
.article-shell h1 { max-width: 13ch; margin-bottom: clamp(3rem,7vw,6rem); font-size: clamp(3rem,8vw,7rem); line-height: .84; letter-spacing: -.07em; }
.article-shell article { max-width: 650px; margin-left: auto; }
.article-shell article p { margin-bottom: 1.4rem; font-size: clamp(1rem,1.6vw,1.25rem); line-height: 1.7; }

/* Checkout und Rechtstexte */
body:not(.home-page):not(.product-page):not(.article-page) { background: #0a0a0a; color: #fff; }
body:not(.home-page):not(.product-page):not(.article-page) .site-header { background: #0a0a0a; color: #fff; border-color: #333; }
.checkout-page, .legal-page { max-width: 920px; margin: 0 auto; padding: clamp(3rem,8vw,7rem) 1rem; }
.checkout-page h1, .legal-page h1 { font-size: clamp(3rem,8vw,7rem); line-height: .82; letter-spacing: -.07em; }
.order-form { display: grid; gap: 1rem; margin-top: 2rem; padding: clamp(1rem,3vw,2rem); border: 1px solid #333; background: #111; }
.order-form label { display: grid; gap: .45rem; color: #bbb; font-weight: 700; }
.order-form input, .order-form textarea { width: 100%; padding: .9rem 1rem; border: 1px solid #333; background: #080808; color: #fff; }
.checkbox-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .75rem; }
.checkbox-row input { width: auto; margin-top: .25rem; }
.checkbox-row a, .legal-page a { text-decoration: underline; text-underline-offset: .18em; }
.legal-card { margin: 1rem 0; padding: clamp(1rem,3vw,1.5rem); border: 1px solid #333; background: #111; }
.legal-card h2 { font-size: clamp(1.35rem,3vw,2.2rem); line-height: 1; }
.legal-page p, .legal-page li { color: #c8c8c3; line-height: 1.6; }
.legal-warning { background: #1b1712; }
.honeypot { position: absolute; left: -9999px; }

@media (max-width: 900px) {
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-story { grid-template-columns: 1fr; }
  .brand-story__image img { min-height: 75vh; }
  .pdp { grid-template-columns: 1fr; }
  .pdp-buybox { position: static; }
  .pdp-story { grid-template-columns: 1fr; }
  .pdp-facts { grid-template-columns: repeat(2,1fr); }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .announcement { padding: .58rem .7rem; font-size: .64rem; }
  .site-header { min-height: 58px; padding: 0 .85rem; }
  .brand { font-size: 1rem; }
  .header-link, .cart-button { font-size: .62rem; }
  .hero { min-height: 0; aspect-ratio: 4 / 5; }
  .hero > img { position: static; height: 100%; object-fit: cover; object-position: center top; }
  .hero__overlay { padding: 1.4rem 1rem 1.6rem; }
  .hero h1 { font-size: clamp(3.25rem,15vw,5rem); }
  .hero p { font-size: .75rem; }
  .collection-intro, .section-title { padding: 3.5rem 1rem 1.5rem; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card img { height: 128vw; max-height: none; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card__body { padding: .75rem .65rem 1rem; }
  .brand-story__image img { min-height: 0; aspect-ratio: 4/5; }
  .brand-story__copy { padding: 3.5rem 1rem; }
  .pdp-viewer { padding: 0; }
  .pdp-main-media { min-height: 100vw; }
  .pdp-main-media img { height: 100vw; }
  .pdp-thumbs { padding: 0 .75rem .25rem; }
  .pdp-thumb { flex-basis: 72px; }
  .pdp-buybox { padding: 2rem 1rem 3.5rem; }
  .pdp-buybox h1 { font-size: clamp(2.4rem,12vw,4rem); }
  .pdp-story { padding: 4rem 1rem; gap: 2rem; }
  .pdp-story h2 { font-size: 14vw; }
  .pdp-facts { grid-template-columns: 1fr 1fr; }
  .pdp-facts > div { min-height: 125px; padding: 1rem; }
  .pdp-related { padding-top: 3.5rem; }
  .footer { grid-template-columns: 1fr 1fr; padding: 3rem 1rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
