@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#191919;--red:#b52635;--paper:#fff;--soft:#f3f2ef}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid var(--red);outline-offset:5px}.announcement{background:var(--ink);color:white;padding:11px 5%;font-size:12px;letter-spacing:1.2px;display:flex;justify-content:space-between}.announcement span{letter-spacing:.4px}header{height:103px;display:flex;align-items:center;justify-content:space-between;margin:0 5%;gap:25px}.brand{font-family:'Playfair Display',serif;font-size:31px;font-weight:600;letter-spacing:-1.5px}.brand span{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:4px;text-align:center;margin-top:4px}nav{display:flex;gap:36px;font-size:14px}.bag{border:0;background:none;padding:10px}.bag span{display:inline-grid;place-items:center;margin-left:9px;background:var(--ink);color:#fff;border-radius:50%;width:25px;height:25px;font-size:12px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.hero-copy{background:var(--soft);padding:70px 9% 30px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:2.4px;font-weight:600;margin:0 0 28px}h1{font-family:'Playfair Display',serif;font-weight:500;font-size:clamp(48px,5.7vw,86px);letter-spacing:-3px;line-height:1.08;margin:0 0 26px}h1 em{font-weight:500;color:var(--red)}.hero-copy>p:not(.eyebrow){line-height:1.8;color:#555;margin:0 0 32px}.button{display:inline-flex;justify-content:space-between;gap:36px;background:var(--ink);color:white;padding:18px 24px;border:1px solid var(--ink);font-size:14px}.button:hover{background:var(--red);border-color:var(--red)}.hero-note{margin-top:auto;padding-top:48px;font-size:10px;letter-spacing:1.3px}.hero-note span{display:block;margin-top:7px;color:#777}.hero-image{position:relative;background:#c9c7c2;background-size:cover;background-position:center 35%;min-height:560px}.hero-image:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#0006)}.image-caption{position:absolute;bottom:30px;left:32px;color:white;font-size:13px;letter-spacing:2px;z-index:1}.edition{position:absolute;right:22px;top:26px;writing-mode:vertical-rl;color:white;font-size:12px;letter-spacing:3px}.ticker{display:flex;justify-content:space-around;gap:20px;background:var(--red);color:white;padding:20px;font-size:13px;letter-spacing:2px;overflow:hidden;white-space:nowrap}.collection{padding:80px 5%}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head .eyebrow{margin-bottom:14px}h2{font-family:'Playfair Display',serif;font-size:clamp(32px,3.3vw,48px);font-weight:500;line-height:1.15;letter-spacing:-1px;margin:0}.section-head>p{font-size:14px;color:#666}.collection-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:35px 0 25px;flex-wrap:wrap}.filters{display:flex;gap:8px}.filters button{font-size:14px;border:1px solid #ddd;background:white;padding:10px 19px;border-radius:30px}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.sample-note{color:#777;font-size:12px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card button{display:block;width:100%;text-align:left;background:none;border:0;padding:0}.product-image{position:relative;overflow:hidden;background:var(--soft);aspect-ratio:3/4}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card button:hover img{transform:scale(1.035)}.product-image .add{position:absolute;bottom:15px;right:15px;background:white;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:22px}.product-label{position:absolute;top:14px;left:14px;background:white;padding:6px 10px;font-size:10px;letter-spacing:1px}.product-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:15px 0 8px}.product-meta h3{font-size:15px;font-weight:500;margin:0}.product-meta span{font-size:14px;white-space:nowrap}.product-card p{font-size:12px;color:#737373;margin:0}.story{background:var(--soft);padding:65px 8%;position:relative;overflow:hidden}.story>p:not(.eyebrow){max-width:460px;line-height:1.8;color:#555}.story a{display:inline-block;border-bottom:1px solid var(--ink);padding-bottom:5px;font-size:14px;margin-top:16px}.story-mark{position:absolute;right:8%;bottom:-55px;color:var(--red);font-family:'Playfair Display',serif;font-size:290px;letter-spacing:-20px}footer{padding:46px 5%;display:flex;justify-content:space-between;align-items:center;gap:30px}footer p,footer button{font-size:12px;color:#666}footer button{background:none;border:0;text-decoration:underline}dialog{border:0;padding:44px;max-width:650px;width:calc(100% - 32px);max-height:90dvh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#0007;backdrop-filter:blur(3px)}dialog p{line-height:1.7}.close{position:absolute;right:15px;top:10px;font-size:29px;background:none;border:0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.detail-grid img{width:100%;height:340px;object-fit:cover}.detail-grid h2{font-size:30px}.detail-grid label{display:block;font-size:14px;margin-bottom:8px}.detail-grid select{font:inherit;padding:10px;width:100%;margin-bottom:15px;border:1px solid #aaa;background:white}.detail-grid .button{width:100%;padding:15px;font-size:13px}.cart-row{display:grid;grid-template-columns:60px 1fr auto;gap:15px;padding:20px 0;border-bottom:1px solid #ddd;align-items:center}.cart-row img{width:60px;height:80px;object-fit:cover}.cart-row p{margin:0;font-size:14px}.cart-row small{color:#666}.qty{display:flex;align-items:center;gap:12px;margin-top:8px}.qty button{width:28px;height:28px;background:white;border:1px solid #ddd}.total{display:flex;justify-content:space-between;margin-top:25px}.checkout-note{font-size:14px;color:#666;background:var(--soft);padding:15px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:16px 24px;font-size:14px;z-index:5;opacity:0;pointer-events:none;transition:opacity .2s}#toast.visible{opacity:1}@media(min-width:1500px){main,header,footer{max-width:1600px;margin-left:auto;margin-right:auto}}@media(max-width:850px){header{height:85px}.brand{font-size:26px}nav{gap:18px}.hero-copy{padding:48px 8% 25px}.hero{min-height:520px}.hero-image{min-height:520px}h1{font-size:53px}.products{grid-template-columns:repeat(2,1fr)}.section-head>p{display:none}.story-mark{font-size:210px;right:5%;opacity:.18}.story{padding:50px 6%}.story p,.story h2,.story a{position:relative;z-index:1}}@media(max-width:560px){.announcement{justify-content:center;font-size:10px}.announcement span{display:none}header{margin:0 5%;gap:10px}nav{gap:12px}nav a{font-size:12px}nav a:last-child{display:none}.brand{font-size:24px}.hero{grid-template-columns:1fr}.hero-copy{padding:38px 6%}.hero-copy .eyebrow{margin-bottom:20px}h1{font-size:58px}.hero-note{display:none}.hero-image{min-height:390px;background-position:center 35%}.hero-copy>p:not(.eyebrow){margin-bottom:22px}.ticker{justify-content:flex-start;font-size:11px;padding:16px}.collection{padding:50px 5%}.collection-controls{margin-top:25px}.filters button{font-size:12px;padding:9px 14px}.products{gap:24px 13px}.product-meta{display:block}.product-meta h3{font-size:14px;margin-bottom:6px}.product-meta span{font-size:13px}.product-label{font-size:9px;padding:5px 7px;top:10px;left:10px}.story h2{font-size:35px}footer{flex-wrap:wrap;padding:35px 5%}footer .brand{width:100%}footer .brand span{text-align:left}dialog{padding:36px 23px}.detail-grid{grid-template-columns:1fr}.detail-grid img{height:240px}.cart-row{gap:10px;grid-template-columns:50px 1fr auto}.cart-row img{width:50px;height:68px}#toast{width:85%;text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Original ModaObsession brand identity */
header{background:#030402;color:#fff;margin:0;max-width:none;padding:12px 5%;height:142px}.brand{display:inline-flex;align-items:center;flex-shrink:0;line-height:1}.brand img{display:block;width:116px;height:116px;object-fit:contain}.bag{color:inherit}.bag span{background:#fff;color:#191919}header nav a:hover{color:#ddd}footer{background:#030402;color:#fff;max-width:none}footer p,footer button{color:#ccc}footer .brand img{width:140px;height:140px}.story-logo{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:240px;height:240px;object-fit:contain}.story>p:not(.eyebrow){max-width:52%}@media(max-width:850px){header{height:128px}.brand img{width:104px;height:104px}.story-logo{width:180px;height:180px;right:5%}.story h2{max-width:65%}}@media(max-width:560px){header{margin:0;height:112px;padding:10px 5%}.brand img{width:92px;height:92px}header nav a{font-size:14px}.story>p:not(.eyebrow),.story h2{max-width:none}.story-logo{position:static;display:block;transform:none;width:150px;height:150px;margin-top:30px}footer .brand{width:auto}footer .brand img{width:112px;height:112px}}
/* Dark original logo on the light story surface; preserve source artwork. */
.story{isolation:isolate}
/* Keep the longer brand history clear of the original logo. */
.story h2{max-width:62%}@media(max-width:850px){.story h2{max-width:65%}}@media(max-width:560px){.story h2{max-width:none}}
.story-logo{filter:none;mix-blend-mode:normal}

/* Red wordmark and three stars, without the former crest. */
.story-logo{width:28%;max-width:330px;height:auto;aspect-ratio:2/1}@media(max-width:560px){.story-logo{width:240px;max-width:100%;height:auto}}

/* Appointments and clear purchase information. */
.customer-section{padding:70px 6%;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:start}.customer-section p{line-height:1.8;color:#555}.customer-section h3{font-size:18px;margin:28px 0 10px}.customer-section address{font-style:normal;line-height:1.8;margin:25px 0}.customer-section .button{gap:12px;line-height:1.6;max-width:100%}.customer-section .contact-number{font-size:14px}.customer-section p a,.purchase-note a,#info-dialog a{text-decoration:underline;text-underline-offset:3px}.purchase-note{font-size:14px;line-height:1.7;color:#555}.customer-section .eyebrow{font-size:12px;color:var(--red)}#kaufhinweise{scroll-margin-top:30px}@media(max-width:700px){.customer-section{grid-template-columns:1fr;gap:50px;padding:50px 6%}}

.catalog-note{font-size:14px;line-height:1.7;color:#555;margin:0 0 28px}.gallery-thumbs{display:flex;gap:10px;margin-top:12px}.gallery-thumbs button{width:calc((100% - 20px)/3);padding:3px;background:white;border:1px solid #ccc}.gallery-thumbs button[aria-pressed="true"]{border:2px solid var(--red)}.gallery-thumbs img{display:block;width:100%;height:95px;object-fit:contain}.gallery #gallery-main{height:auto;max-height:480px;object-fit:contain}.filters{flex-wrap:wrap}.detail-grid small{line-height:1.7}.product-image img{object-fit:contain;background:#f5f5f5}

#checkout-form{margin-top:25px}#checkout-form label{display:block;margin:14px 0;font-size:14px}#checkout-form input:not([type=checkbox]){display:block;width:100%;font:inherit;padding:12px;border:1px solid #aaa;margin-top:6px}.address-row{display:grid;grid-template-columns:1fr 2fr;gap:14px}#checkout-form .consent{line-height:1.7}#checkout-form .consent input{margin-right:8px}.consent a{text-decoration:underline}button:disabled{opacity:.5;cursor:not-allowed}#payment-status{line-height:1.7;margin:20px 0}#cancel-payment{padding:12px;background:white;border:1px solid #aaa}.bag{white-space:nowrap}@media(max-width:560px){header nav{display:none}}
