:root{color-scheme:dark;--bg:#0c0c0d;--silver:#ededed;--muted:#adadad;--red:#a91625}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--silver);font-family:Arial,Helvetica,sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #e35a68;outline-offset:5px}.announcement{text-align:center;background:#871421;padding:11px 15px;font-size:14px;letter-spacing:.03em}.announcement span{padding:0 12px}header{max-width:1440px;margin:auto;padding:24px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #28282b}.brand{display:flex;gap:13px;align-items:center;font-family:Georgia,serif;font-size:24px}.brand img{width:66px;height:66px;border-radius:50%}.brand small{font:11px Arial;letter-spacing:.19em}nav{display:flex;align-items:center;gap:35px;font-size:14px}.bag{background:none;border:0;color:var(--silver)}.bag span{display:inline-grid;place-items:center;margin-left:9px;width:25px;height:25px;border:1px solid #626267;border-radius:50%}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding:75px 10% 60px}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:600;color:#bcbcbc;margin:0 0 22px}h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(48px,5.7vw,88px);line-height:1.02;letter-spacing:-.05em;margin:0 0 28px}h1 i{font-weight:400;color:#d6d6d6}.intro{color:#bcbcbc;line-height:1.7;max-width:320px;margin-bottom:30px}.primary{display:flex;justify-content:space-between;gap:35px;align-items:center;background:var(--silver);color:#111;padding:17px 23px;border:0;font-weight:600;font-size:14px;width:fit-content}.primary:hover{background:#c72b3b}.coming{font-size:12px;color:#aaaaaa;margin-top:22px}.hero-image{position:relative;min-height:650px;overflow:hidden}.hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-image:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.caption{position:absolute;bottom:35px;left:35px;z-index:1;display:grid;gap:12px}.caption span{font-size:11px;letter-spacing:.2em}.caption strong{font:italic 28px Georgia}.collection{max-width:1440px;margin:auto;padding:80px 5% 90px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px}.section-head .eyebrow{margin-bottom:12px}h2{font:400 clamp(28px,3vw,44px) Georgia;margin:0}.section-head>p{color:var(--muted);font-size:14px}.product{display:grid;grid-template-columns:1fr 1fr;border:1px solid #303030}.product-image{position:relative;background:#171717;padding:0;border:0;overflow:hidden;min-height:420px}.product-image img{width:100%;height:420px;object-fit:cover;object-position:center 55%;display:block;transition:transform .5s}.product-image:hover img{transform:scale(1.03)}.product-image>span{position:absolute;top:20px;left:20px;background:#111c;padding:9px 13px;letter-spacing:.16em;color:white;font-size:11px}.product-info{padding:45px 10%}.product-info .eyebrow{margin-bottom:16px}h3{font:36px Georgia;margin:0 0 16px}.product-info>p{color:var(--muted);line-height:1.6}dl{margin:25px 0 30px;font-size:14px}dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #303030}dt{color:#adadad}dd{margin:0;text-align:right}.product-info .note{font-size:12px}footer{border-top:1px solid #303030;padding:35px 5%;display:flex;justify-content:space-between;gap:25px;align-items:center;font-size:14px}footer>span{font:22px Georgia}footer p,footer small{color:var(--muted)}dialog{width:min(510px,calc(100% - 32px));border:1px solid #454545;padding:30px;background:#171717;color:var(--silver)}dialog::backdrop{background:#000a;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:30px}.dialog-head h2{font-size:30px}.dialog-head button{background:none;border:0;color:white;font-size:24px}.bag-row{display:flex;gap:18px;align-items:center}.bag-row img{width:80px;height:90px;object-fit:cover}.bag-row p{font-size:14px}.remove{background:none;color:#e6e6e6;border:0;padding:0;text-decoration:underline;font-size:14px}.checkout-note{font-size:14px;color:#bcbcbc;line-height:1.7;margin-top:30px}.checkout{width:100%;padding:16px;background:#303030;color:#aaaaaa;border:0;cursor:not-allowed}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#e8e6e3;color:#111;padding:15px 25px;display:none;z-index:5;max-width:90%;font-size:14px}@media(max-width:700px){header{padding:18px 5%}.brand{font-size:20px}.brand img{width:48px;height:48px}.brand small{font-size:9px}nav{gap:10px}nav>a{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6%}h1{font-size:62px}.hero-image{min-height:470px}.section-head{display:block}.collection{padding:50px 6%}.product{grid-template-columns:1fr}.product-image,.product-image img{min-height:0;height:360px}.product-info{padding:30px 7%}footer{flex-direction:column;align-items:flex-start;gap:5px}.announcement{font-size:12px}.caption{left:24px}dl div{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-grid .product{display:block;min-width:0}.product-grid .product-image{min-height:0;height:350px}.product-grid .product-image img{height:100%;object-fit:contain;background:#111}.product-grid .product-info{padding:26px 22px}.product-grid h3{font-size:28px}.product-grid .product-info>p{min-height:52px}.product-grid dl div{display:block}.product-grid dd{text-align:left;margin-top:6px}.product-grid .primary{width:100%;gap:10px}.shipping{margin-top:45px;padding:30px;border:1px solid #303030}.shipping h3{font-size:28px}.shipping p{line-height:1.7;max-width:700px;color:#bcbcbc}.shipping .note{font-size:14px}.bag-row{padding:15px 0;border-bottom:1px solid #303030}@media(max-width:900px){.product-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}.product-grid .product-image{height:390px}.product-grid .product-info>p{min-height:0}}
.detail-link{display:inline-block;font-size:14px;color:#d6d6d6;text-decoration:underline;margin:0 0 22px}

/* Red velvet brand palette and full-width banner. */
:root{--bg:#090909;--muted:#b5b5b5;--red:#a91625}
.primary{background:var(--red);color:#fff;min-height:48px}.primary:hover{background:#c72b3b}
.hero{display:block;min-height:0;max-width:1536px;padding:24px 0 0}.brand-banner{display:block;width:100%;height:auto;object-fit:contain}.hero-actions{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 5%;background:#141414;border-bottom:1px solid #333}.hero-actions p{color:#ccc;line-height:1.7;max-width:580px;margin:0}.hero-actions .primary{flex-shrink:0}.collection{padding-top:58px}.product{background:#141414}.shipping{background:#141414;border-left:3px solid var(--red)}.detail-link{color:#ddd}.eyebrow{font-size:14px;color:#bdbdbd}.brand small{font-size:12px;letter-spacing:.13em}.product-info .note{font-size:14px}.product-image>span{font-size:12px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}nav a:hover,.bag:hover{color:#ddd}.bag span{background:#871421;border-color:#a91625}
@media(max-width:700px){.hero{padding-top:14px}.hero-actions{flex-direction:column;align-items:flex-start;padding:24px 6%;gap:18px}.hero-actions .primary{width:100%}.brand small{font-size:12px}.announcement{font-size:14px}.collection{padding-top:40px}header{gap:12px}.brand{gap:8px;font-size:18px}nav{font-size:14px}.bag{padding:8px 0}.bag span{margin-left:4px}}
