*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#1a1a1a;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

.container{max-width:1400px;margin:0 auto;padding:0 32px}
.uppercase-label{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:#666}

.announce{background:#FDE2E4;color:#1a1a1a;font-size:12px;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:10px 0;font-weight:500}

.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);backdrop-filter:blur(6px);border-bottom:1px solid #f0f0f0}
.header-inner{height:64px;display:flex;align-items:center;justify-content:space-between;position:relative}
.header nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:500;color:#444}
.header nav a:hover{color:#000}
.wordmark{position:absolute;left:50%;transform:translateX(-50%);font-size:20px;font-weight:600;letter-spacing:.04em}
.header-right{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:500;color:#444}
.header-right a:hover{color:#000}

.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;transition:background .15s,color .15s,border-color .15s}
.btn-primary{background:#1a1a1a;color:#fff}
.btn-primary:hover{background:#333}
.btn-outline{border:1px solid #1a1a1a;color:#1a1a1a;background:transparent}
.btn-outline:hover{background:#fff}

/* HOMEPAGE */
.hero{background:#FDE2E4}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:96px 0}
.hero h1{font-size:64px;line-height:1.02;font-weight:600;letter-spacing:-.02em;margin:24px 0 0;color:#1a1a1a}
.hero p{margin:24px 0 0;font-size:16px;color:#444;max-width:440px;line-height:1.6}
.hero-cta{margin-top:36px;display:flex;gap:12px;flex-wrap:wrap}
.hero-img{position:relative;aspect-ratio:4/5;background:#fff;border-radius:2px;overflow:hidden;box-shadow:0 30px 60px -30px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center}
.hero-img img{max-width:80%;max-height:80%;object-fit:contain}

.cat-strip{border-bottom:1px solid #f0f0f0}
.cat-strip-inner{padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#666;font-weight:500}
.cat-strip-inner .dot{width:1px;height:12px;background:#e0e0e0}

.shop{background:#fff;padding:96px 0}
.shop-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}
.shop-head h2{margin:0;font-size:40px;font-weight:600;letter-spacing:-.02em;color:#1a1a1a}
.shop-head .meta{font-size:13px;color:#666}
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
.tile{display:block}
.tile-img{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:transform .7s}
.tile-img img{max-width:78%;max-height:78%;object-fit:contain;transition:transform .7s}
.tile:hover .tile-img img{transform:scale(1.03)}
.tile-info{margin-top:16px}
.tile-name{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.25}
.tile-tag{font-size:13px;color:#888;margin-top:4px;line-height:1.35}
.tile-row{margin-top:12px;display:flex;align-items:center;justify-content:space-between}
.tile-price{font-size:14px;font-weight:500;color:#1a1a1a}
.tile-cta{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:#1a1a1a;border-bottom:1px solid #1a1a1a;padding-bottom:1px;transition:color .15s,border-color .15s}
.tile:hover .tile-cta{color:#C77B85;border-color:#C77B85}

.featured{background:#F7EDE2;padding:96px 0}
.featured-grid{display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center}
.featured-img{position:relative;aspect-ratio:1/1;background:#fff;border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.featured-img img{max-width:75%;max-height:75%;object-fit:contain}
.featured h3{margin:16px 0 0;font-size:44px;font-weight:600;letter-spacing:-.02em;line-height:1.05;color:#1a1a1a}
.featured p{margin:20px 0 0;font-size:16px;color:#444;line-height:1.65}
.featured-row{margin-top:28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.featured-price{font-size:18px;font-weight:600;color:#1a1a1a}

.story{background:#fff;padding:128px 0;text-align:center}
.story h2{max-width:720px;margin:24px auto 0;font-size:32px;font-weight:600;letter-spacing:-.01em;line-height:1.35;color:#1a1a1a}
.story-rule{margin-top:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#666;font-weight:500}
.story-rule .line{width:32px;height:1px;background:#ccc}

.pair{background:rgba(253,226,228,.4);border-top:1px solid #f0f0f0;padding:80px 0}
.pair-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}
.pair-head h3{margin:0;font-size:28px;font-weight:600;letter-spacing:-.01em;color:#1a1a1a}
.pair-head .meta{font-size:13px;color:#666}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pair-img{aspect-ratio:4/5;overflow:hidden;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:transform .7s}
.pair-img img{max-width:78%;max-height:78%;object-fit:contain;transition:transform .7s}
.pair-tile:hover .pair-img img{transform:scale(1.03)}
.pair-info{margin-top:12px;display:flex;align-items:baseline;justify-content:space-between}
.pair-info .n{font-size:14px;font-weight:600}
.pair-info .p{font-size:13px;color:#666}

.news{background:#fff;border-top:1px solid #f0f0f0;padding:80px 0;text-align:center}
.news h3{margin:0;font-size:28px;font-weight:600;letter-spacing:-.01em;color:#1a1a1a}
.news p{margin:16px 0 0;font-size:15px;color:#666}
.news form{margin:32px auto 0;display:flex;align-items:center;max-width:420px;border-bottom:1px solid #1a1a1a}
.news input{flex:1;border:none;background:transparent;padding:12px 0;font-size:14px;font-family:inherit;outline:none}
.news input::placeholder{color:#aaa}
.news button{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:#1a1a1a}

/* PDP */
.crumbs{padding:24px 0 0;font-size:12px;color:#888;letter-spacing:.04em}
.crumbs a:hover{color:#1a1a1a}
.crumbs .sep{margin:0 8px;color:#bbb}

.pdp{padding:32px 0 96px}
.pdp-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:start}
.gallery{display:grid;grid-template-columns:80px 1fr;gap:16px}
.thumbs{display:flex;flex-direction:column;gap:12px}
.thumb{width:80px;height:80px;border:1px solid #f0f0f0;border-radius:2px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:border-color .15s}
.thumb:hover{border-color:#1a1a1a}
.thumb.active{border-color:#1a1a1a}
.thumb img{max-width:75%;max-height:75%;object-fit:contain}
.main-img{position:relative;aspect-ratio:1/1;border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.main-img img{max-width:78%;max-height:78%;object-fit:contain;transition:opacity .25s}

.info .brand{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#888;font-weight:500;margin-bottom:12px}
.info h1{margin:0;font-size:40px;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:#1a1a1a}
.info .tag{margin-top:14px;font-size:15px;color:#666;line-height:1.6}
.price-row{margin-top:28px;display:flex;align-items:baseline;gap:14px}
.price{font-size:24px;font-weight:600;color:#1a1a1a}
.price-meta{font-size:13px;color:#888}

.shade-block{margin-top:32px}
.shade-block .label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#666;font-weight:500;margin-bottom:12px}
.shade-chip{display:inline-flex;align-items:center;gap:12px;padding:8px 16px;border:1px solid #1a1a1a;border-radius:999px;font-size:13px;font-weight:500;color:#1a1a1a}
.shade-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}

.cta-stack{margin-top:32px;display:flex;flex-direction:column;gap:12px}
.btn-block{height:52px;width:100%}
.btn-note{font-size:12px;color:#888;text-align:center}

.meta-list{margin-top:32px;border-top:1px solid #f0f0f0;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;font-size:13px}
.meta-list dt{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#888;margin-bottom:4px;font-weight:500}
.meta-list dd{margin:0;color:#1a1a1a;line-height:1.5}

.details{margin-top:40px;border-top:1px solid #f0f0f0}
details{border-bottom:1px solid #f0f0f0;padding:18px 0}
details summary{font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}
details summary::-webkit-details-marker{display:none}
details summary::after{content:"+";font-size:18px;font-weight:400;color:#888}
details[open] summary::after{content:"–"}
details .body{margin-top:12px;font-size:14px;color:#555;line-height:1.65}
details .body ul{margin:8px 0 0 18px;padding:0}
details .body li{margin-bottom:6px}

.why{background:#F7EDE2;padding:80px 0}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.why h2{margin:16px 0 0;font-size:36px;font-weight:600;letter-spacing:-.02em;line-height:1.15}
.why p{margin:20px 0 0;font-size:16px;color:#444;line-height:1.7}
.why-img{aspect-ratio:4/5;border-radius:2px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.why-img img{max-width:78%;max-height:78%;object-fit:contain}

.alsolike{padding:80px 0;background:#fff;border-top:1px solid #f0f0f0}
.alsolike-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:32px}
.alsolike-head h3{margin:0;font-size:28px;font-weight:600;letter-spacing:-.01em}

/* ABOUT */
.about-hero{background:#FDE2E4;padding:120px 0 96px;text-align:center}
.about-hero h1{margin:24px auto 0;max-width:780px;font-size:56px;font-weight:600;letter-spacing:-.02em;line-height:1.05}
.about-hero p{margin:24px auto 0;max-width:560px;font-size:17px;color:#444;line-height:1.65}
.about-body{padding:96px 0;background:#fff}
.about-body .col{max-width:680px;margin:0 auto}
.about-body h2{font-size:32px;font-weight:600;letter-spacing:-.01em;margin:0 0 16px;line-height:1.2}
.about-body p{font-size:16px;color:#444;line-height:1.75;margin:0 0 20px}
.about-pillars{padding:96px 0;background:#F7EDE2}
.about-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:32px}
.about-pillars h3{margin:0 0 8px;font-size:18px;font-weight:600}
.about-pillars p{margin:0;font-size:14px;color:#555;line-height:1.65}

/* FOOTER */
.footer{background:#1a1a1a;color:#fff}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;padding:64px 0;font-size:13px}
.footer-brand{font-size:18px;font-weight:600;letter-spacing:.04em;margin-bottom:12px}
.footer-grid p{color:#999;line-height:1.6;margin:0}
.footer-col-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#777;margin-bottom:16px;font-weight:500}
.footer-list{list-style:none;padding:0;margin:0}
.footer-list li{color:#ccc;margin-bottom:8px}
.footer-list a:hover{color:#fff}
.footer-bot{border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#777;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}
.footer-disclosure{font-size:11px;color:#666;text-align:center;padding:0 0 24px;max-width:900px;margin:0 auto;line-height:1.55}

@media (max-width:900px){
  .container{padding:0 24px}
  .hero h1{font-size:40px}
  .hero-grid{grid-template-columns:1fr;padding:56px 0 64px;gap:32px;text-align:center}
  .hero-grid > div:first-child{display:flex;flex-direction:column;align-items:center}
  .hero p{margin-left:auto;margin-right:auto}
  .hero-img{margin:0 auto;max-width:320px;width:100%}
  .hero-cta{flex-direction:column;align-items:stretch;width:100%;max-width:320px}
  .hero-cta .btn{width:100%}
  .grid-5{grid-template-columns:repeat(2,1fr)}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .featured{padding:64px 0}
  .featured-grid{grid-template-columns:1fr;gap:32px}
  .featured h3{font-size:32px}
  .featured-row{flex-direction:column;align-items:stretch;gap:12px}
  .featured-row .btn{width:100%}
  .featured-price{text-align:center}
  .shop{padding:64px 0}
  .shop-head{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:32px}
  .shop-head h2{font-size:30px}
  .story{padding:80px 0}
  .story h2{font-size:22px}
  .pair{padding:56px 0}
  .pair-head{margin-bottom:24px}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:32px;padding:48px 0}
  .footer-bot{flex-direction:column;text-align:center}

  /* HEADER: stop the absolute-centered wordmark from overlapping nav links.
     On mobile, hide nav + right links; show wordmark as a normal flex item. */
  .header-inner{justify-content:center;height:56px}
  .header nav,.header-right{display:none}
  .wordmark{position:static;transform:none;font-size:17px}

  .cat-strip-inner{flex-wrap:wrap;justify-content:center;gap:8px;font-size:10px}
  .cat-strip-inner .dot{display:none}

  /* PDP */
  .pdp-grid{grid-template-columns:1fr;gap:32px}
  .info h1{font-size:28px}
  .gallery{grid-template-columns:1fr;gap:12px}
  .thumbs{flex-direction:row;order:2;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}
  .thumb{width:64px;height:64px;flex:0 0 64px}
  .meta-list{grid-template-columns:1fr;gap:16px}
  .why{padding:56px 0}
  .why-grid{grid-template-columns:1fr;gap:32px}
  .why h2{font-size:24px}
  .alsolike{padding:56px 0}
  .alsolike-head{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:24px}

  /* ABOUT */
  .about-hero{padding:80px 0 64px}
  .about-hero h1{font-size:34px}
  .about-hero p{font-size:15px}
  .about-body{padding:64px 0}
  .about-body h2{font-size:24px}
  .about-pillars{padding:64px 0}
  .about-pillars-grid{grid-template-columns:1fr;gap:32px;margin-top:24px}
}

@media (max-width:480px){
  .hero h1{font-size:34px}
  .hero{padding:0}
  .hero-grid{padding:48px 0;gap:24px}
  .grid-5,.grid-4{grid-template-columns:1fr;gap:32px}
  .news{padding:56px 0}
  .news h3{font-size:22px}
  .info h1{font-size:24px}
  .about-hero h1{font-size:28px}
}
