
:root{
  --maroon:#6f1835;
  --maroon-2:#8d2848;
  --maroon-3:#b65a78;
  --maroon-soft:#f7edf1;
  --maroon-soft-2:#fbf6f8;
  --ink:#1e171a;
  --muted:#756b70;
  --white:#ffffff;
  --line:#eee5e8;
  --success:#2f7d57;
  --shadow:0 18px 50px rgba(67,25,39,.10);
  --shadow-sm:0 8px 24px rgba(67,25,39,.07);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  min-height:100vh;
  overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(circle at 10% 0%, rgba(111,24,53,.035), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(111,24,53,.025), transparent 28%);
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{cursor:pointer}
svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
[hidden]{display:none!important}

.site-shell{width:min(100%,1180px);margin:auto;min-height:100vh;padding-bottom:110px}
.app-header{
  position:sticky;top:0;z-index:60;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;
  padding:14px clamp(16px,3vw,28px);
  background:rgba(255,255,255,.94);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:46px;height:46px;border-radius:14px;background:var(--maroon);color:#fff;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:20px;font-weight:700}
.brand strong{display:block}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.desktop-nav{display:flex;justify-content:center;gap:8px}
.desktop-nav a{padding:10px 13px;border-radius:12px;color:#51474c;font-size:14px;font-weight:600}
.desktop-nav a.active,.desktop-nav a:hover{background:var(--maroon-soft);color:var(--maroon)}
.header-actions{display:flex;align-items:center;gap:8px}
.icon-btn,.header-pill{
  border:1px solid var(--line);background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)
}
.icon-btn{width:42px;height:42px;border-radius:14px;display:grid;place-items:center}
.header-pill{height:42px;padding:0 14px;border-radius:14px;font-weight:700}
.header-pill.primary{background:var(--maroon);color:#fff;border-color:var(--maroon)}
.cart-button{position:relative}
.cart-count{position:absolute;right:-6px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--maroon);color:#fff;font-size:11px;display:grid;place-items:center}

.app-main{padding:22px clamp(16px,3vw,28px) 34px}
.app-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.kicker{color:var(--maroon);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
h1,h2,h3{margin-top:0}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.hero-card{padding:clamp(24px,4vw,42px);min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.hero-card h1{font-family:"Playfair Display",serif;font-size:clamp(44px,7vw,76px);line-height:.96;letter-spacing:-.04em;max-width:720px;margin:10px 0 16px}
.hero-card p{color:var(--muted);max-width:650px;line-height:1.7;font-size:15px}
.maroon-panel{background:var(--maroon);color:white}
.maroon-panel p{color:rgba(255,255,255,.84)}
.hero-side{padding:22px;display:grid;gap:12px}
.mini-stat{padding:18px;border-radius:20px;background:var(--maroon-soft-2);border:1px solid var(--line)}
.mini-stat strong{display:block;font-size:24px;color:var(--maroon)}.mini-stat span{color:var(--muted);font-size:12px}
.primary-btn,.secondary-btn,.wide-btn{
  min-height:48px;border-radius:14px;padding:0 18px;border:0;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px
}
.primary-btn{background:var(--maroon);color:#fff}.secondary-btn{background:#fff;border:1px solid var(--line);color:var(--maroon)}.wide-btn{width:100%;background:var(--maroon);color:#fff}
.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.section{margin-top:28px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px}
.section-head h2{margin:0;font-size:20px}.section-head span,.section-head a{color:var(--maroon);font-size:12px;font-weight:800}

.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.quick-card{padding:18px;display:flex;align-items:center;gap:12px}
.quick-icon{width:44px;height:44px;border-radius:14px;background:var(--maroon-soft);color:var(--maroon);display:grid;place-items:center;padding:11px}
.quick-card b{font-size:13px}.quick-card small{display:block;color:var(--muted);font-size:11px;margin-top:3px}

.timeline{display:grid;gap:12px}
.timeline-card{padding:20px}
.timeline-card .date{color:var(--maroon);font-size:11px;font-weight:800}.timeline-card h3{margin:8px 0}.timeline-card p{margin:0;color:var(--muted);line-height:1.65}

.mail-hero{padding:30px;display:grid;grid-template-columns:1fr .85fr;gap:18px;align-items:center}
.mail-hero h1{font-family:"Playfair Display",serif;font-size:clamp(38px,6vw,62px);line-height:1;margin:8px 0 14px}
.mail-hero p{color:var(--muted);line-height:1.7}
.mail-art{min-height:260px;border-radius:24px;background:var(--maroon-soft);display:grid;place-items:center;position:relative;overflow:hidden}
.mail-art:before{content:"JR";width:150px;height:150px;border-radius:50%;background:var(--maroon);color:#fff;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:48px;box-shadow:var(--shadow)}
.mail-art:after{content:"✉";position:absolute;font-size:72px;right:14%;bottom:13%;transform:rotate(-8deg)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.product-card{padding:14px}
.product-image{aspect-ratio:1/1;border-radius:20px;background:linear-gradient(145deg,#fff,var(--maroon-soft));display:grid;place-items:center;color:var(--maroon);font-weight:800}
.product-card h3{margin:14px 0 4px;font-size:16px}.product-card p{margin:0;color:var(--muted);font-size:12px;min-height:34px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.price{font-weight:800;color:var(--maroon)}
.add-cart{border:0;background:var(--maroon);color:#fff;border-radius:12px;padding:10px 12px;font-weight:800}

.work-profile{text-align:center}
.profile-circle{width:150px;height:150px;border-radius:50%;background:var(--maroon-soft);border:8px solid #fff;box-shadow:0 0 0 3px #e8d2da,var(--shadow);display:grid;place-items:center;margin:8px auto 14px;font-family:"Playfair Display",serif;font-size:54px;color:var(--maroon)}
.work-profile h1{font-family:"Playfair Display",serif;font-size:42px;margin:0 0 4px}.work-profile .role{color:var(--muted)}
.action-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}
.action-box{padding:15px;border-radius:18px;background:var(--maroon-soft);color:var(--maroon);font-weight:800}
.highlights{display:flex;gap:14px;overflow:auto;padding-bottom:8px}.highlight{min-width:78px}.highlight span{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#fff;border:3px solid var(--maroon-soft);box-shadow:var(--shadow-sm);color:var(--maroon)}.highlight b{display:block;font-size:11px;margin-top:7px}
.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.work-tile{position:relative}.work-placeholder{aspect-ratio:1.4/1;border-radius:22px;background:linear-gradient(135deg,#faf7f8,#ead7de);display:grid;place-items:center;color:var(--maroon);font-weight:800}.work-tile em{position:absolute;left:10px;bottom:10px;background:white;padding:7px 10px;border-radius:999px;font-style:normal;font-size:10px;font-weight:800}
.music-card{margin-top:16px;padding:14px;display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center}.album{width:62px;height:62px;border-radius:18px;background:var(--maroon);color:#fff;display:grid;place-items:center;font-size:28px}

.contact-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.contact-info{padding:30px;background:var(--maroon);color:#fff}.contact-info p{color:rgba(255,255,255,.82);line-height:1.7}
.contact-form{padding:22px;display:grid;gap:12px}.contact-form input,.contact-form textarea,.login-card input{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;outline:none}.contact-form textarea{min-height:140px;resize:vertical}

.login-wrap{min-height:calc(100vh - 110px);display:grid;place-items:center;padding:20px}
.login-card{width:min(100%,440px);padding:28px}.login-card .brand-mark{margin-bottom:18px}.login-card h1{font-family:"Playfair Display",serif;font-size:38px;margin-bottom:8px}.login-card p{color:var(--muted);margin-bottom:20px}.login-card form{display:grid;gap:12px}.login-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted)}.login-meta a{color:var(--maroon);font-weight:700}

.cart-drawer{
  position:fixed;z-index:110;right:18px;top:82px;width:min(390px,calc(100% - 36px));max-height:calc(100vh - 105px);
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 80px rgba(44,14,24,.22);padding:18px;overflow:auto
}
.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-close{border:0;background:var(--maroon-soft);color:var(--maroon);width:38px;height:38px;border-radius:12px}
.cart-list{display:grid;gap:10px}.cart-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:16px}.cart-thumb{width:48px;height:48px;border-radius:14px;background:var(--maroon-soft);display:grid;place-items:center;color:var(--maroon);font-weight:800}.cart-item small{display:block;color:var(--muted);margin-top:2px}.qty{display:flex;align-items:center;gap:6px}.qty button{border:0;background:var(--maroon-soft);color:var(--maroon);width:28px;height:28px;border-radius:9px}.cart-total{display:flex;justify-content:space-between;font-weight:800;padding:16px 2px 12px;border-top:1px solid var(--line);margin-top:14px}
.toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:#fff;padding:11px 15px;border-radius:999px;font-size:12px;transition:.2s;z-index:140}.toast.show{opacity:1;transform:translate(-50%,0)}

.bottom-nav{display:none}
.app-footer{padding:28px clamp(16px,3vw,28px) 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.app-footer strong{color:var(--ink)}

@media(max-width:900px){
  .site-shell{padding-bottom:106px}
  .desktop-nav{display:none}
  .header-actions .header-pill{display:none}
  .hero-grid,.mail-hero,.contact-wrap{grid-template-columns:1fr}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .bottom-nav{
    display:grid;position:fixed;z-index:90;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);
    width:min(calc(100% - 20px),720px);grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border:1px solid var(--line);
    border-radius:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 18px 44px rgba(44,14,24,.16)
  }
  .bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 4px;border-radius:16px;color:#71666b;font-size:10px;font-weight:700}
  .bottom-nav a.active{background:var(--maroon-soft);color:var(--maroon)}
  .nav-symbol{font-size:18px}
  .app-footer{padding-bottom:18px}
}
@media(max-width:600px){
  .app-header{padding:12px 14px}.brand small{display:none}.brand-mark{width:42px;height:42px}
  .app-main{padding:14px}
  .hero-card{min-height:350px;padding:24px}.hero-card h1{font-size:44px}
  .hero-side{padding:14px}
  .quick-grid{gap:8px}.quick-card{padding:14px}
  .mail-hero{padding:22px}.mail-art{min-height:210px}
  .product-grid{grid-template-columns:1fr}
  .action-row{grid-template-columns:repeat(2,1fr)}
  .featured-grid{gap:8px}
  .music-card{grid-template-columns:54px 1fr}.album{width:54px;height:54px}.music-card .controls{grid-column:1/-1;text-align:right;margin-top:-38px}
  .app-footer{flex-direction:column}
}


/* ===== V4.1 TYPOGRAPHY + HOME EDITORIAL APP UPDATE ===== */
body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,h3,.brand-mark,.profile-circle{font-family:"Playfair Display",serif}
.brand strong,.desktop-nav a,.header-pill,.quick-card b,.section-head h2,.product-card h3,
.timeline-card h3,.action-box,.wide-btn,.primary-btn,.secondary-btn{font-family:"Inter",sans-serif}

.hero-card h1{font-size:clamp(42px,6vw,60px)}
.mail-hero h1{font-size:clamp(36px,5vw,52px)}
.work-profile h1{font-size:38px}
.contact-info h1{font-size:44px!important}
.section-head h2{font-size:19px}
.timeline-card h3,.product-card h3{font-size:15px}
body,.hero-card p,.mail-hero p,.timeline-card p,.contact-info p{font-size:14px}
.desktop-nav a,.header-pill{font-size:13px}
button,.primary-btn,.secondary-btn,.wide-btn,.add-cart{font-size:13px}

/* Home editorial reference structure */
.home-editorial{display:grid;gap:22px}
.home-top-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:16px;align-items:stretch}
.home-main-hero{
  min-height:470px;padding:34px;border-radius:32px;overflow:hidden;position:relative;
  background:var(--maroon);color:white;display:flex;flex-direction:column;justify-content:flex-end;
}
.home-main-hero:after{
  content:"";position:absolute;right:-80px;top:-80px;width:300px;height:300px;border-radius:50%;
  border:34px solid rgba(255,255,255,.07);
}
.home-main-hero .kicker{color:#fff}
.home-main-hero h1{
  font-family:"Playfair Display",serif;font-size:clamp(44px,6vw,64px);line-height:.96;letter-spacing:-.045em;
  max-width:720px;margin:10px 0 16px;position:relative;z-index:1
}
.home-main-hero p{max-width:620px;color:rgba(255,255,255,.84);line-height:1.7;position:relative;z-index:1}
.home-main-hero .button-row{position:relative;z-index:1}
.hero-art-placeholder{
  position:absolute;right:24px;bottom:20px;width:32%;min-width:170px;aspect-ratio:.78;border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;text-align:center;color:rgba(255,255,255,.75);
  font-size:12px;padding:18px;backdrop-filter:blur(5px)
}
.hero-copy-wrap{max-width:66%;position:relative;z-index:2}

.home-side-stack{display:grid;gap:14px}
.home-side-card{padding:20px;min-height:142px;display:flex;flex-direction:column;justify-content:space-between}
.home-side-card.maroon-soft{background:var(--maroon-soft)}
.home-side-card h3{font-family:"Inter",sans-serif;font-size:17px;margin:6px 0}
.home-side-card p{color:var(--muted);font-size:12px;line-height:1.55;margin:0}

.editorial-strip{display:grid;grid-template-columns:.5fr 1.5fr auto;gap:18px;align-items:start;padding:8px 2px}
.editorial-strip h2{font-family:"Playfair Display",serif;font-size:28px;line-height:1.05;margin:0}
.editorial-strip p{color:var(--muted);line-height:1.65;font-size:13px;margin:0}
.editorial-strip .secondary-btn{align-self:center}

.worlds-grid{display:grid;grid-template-columns:.68fr 1.32fr;gap:16px}
.visual-story-card{min-height:390px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}
.visual-story-placeholder{
  position:absolute;inset:16px 16px 90px;border-radius:24px;background:linear-gradient(135deg,#f8f2f4,#ead8df);
  display:grid;place-items:center;color:var(--maroon);font-weight:800;font-size:13px
}
.visual-story-card h3{font-family:"Playfair Display",serif;font-size:24px;margin:0 0 6px;position:relative}
.visual-story-card p{color:var(--muted);font-size:12px;margin:0;position:relative}

.worlds-panel{padding:26px;background:var(--maroon-soft-2)}
.worlds-panel h2{font-family:"Playfair Display",serif;font-size:36px;line-height:1.05;margin:0 0 18px;max-width:520px}
.world-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.world-chip{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;display:flex;gap:10px;align-items:center}
.world-chip span{width:34px;height:34px;border-radius:11px;background:var(--maroon-soft);color:var(--maroon);display:grid;place-items:center;font-weight:800}
.world-chip b{font-size:12px}.world-chip small{display:block;color:var(--muted);font-size:10px;margin-top:2px}

.numbered-section{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.numbered-card{padding:22px;min-height:190px;display:flex;flex-direction:column;justify-content:space-between}
.numbered-card strong{font-family:"Playfair Display",serif;font-size:44px;color:var(--maroon);font-weight:600}
.numbered-card h3{font-family:"Inter",sans-serif;font-size:15px;margin:0 0 4px}
.numbered-card p{font-size:11px;color:var(--muted);line-height:1.55;margin:0}

.quote-feature{padding:24px;display:grid;grid-template-columns:.65fr 1.35fr;gap:18px;align-items:center}
.quote-feature .quote-lead{font-family:"Playfair Display",serif;font-size:28px;line-height:1.1}
.quote-feature blockquote{margin:0;font-family:"Playfair Display",serif;font-size:30px;line-height:1.12;color:var(--maroon)}
.quote-feature p{color:var(--muted);font-size:12px}

/* Footer V4.1 payment trust */
.app-footer{
  display:grid!important;grid-template-columns:1.2fr 1fr;gap:20px;align-items:end;
  padding:28px clamp(16px,3vw,28px) 24px;border-top:1px solid var(--line)
}
.footer-brand strong{display:block;color:var(--ink);font-family:"Playfair Display",serif;font-size:18px}
.footer-brand span{display:block;color:var(--muted);font-size:11px;margin-top:5px}
.footer-trust{text-align:right}
.footer-trust small{display:block;color:var(--muted);font-size:10px;margin-bottom:8px}
.payment-row{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.pay-badge{
  min-width:70px;height:30px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;
  display:inline-flex;align-items:center;justify-content:center;color:var(--maroon);font-size:11px;font-weight:800
}
.footer-links{margin-top:8px;font-size:10px;color:var(--muted)}
.footer-links a{margin-left:10px}

@media(max-width:900px){
  .home-top-grid,.worlds-grid,.quote-feature{grid-template-columns:1fr}
  .home-main-hero{min-height:520px}
  .hero-copy-wrap{max-width:100%;padding-bottom:170px}
  .hero-art-placeholder{width:180px;right:24px;bottom:24px}
  .editorial-strip{grid-template-columns:1fr}
  .numbered-section{grid-template-columns:1fr 1fr}
  .app-footer{grid-template-columns:1fr}
  .footer-trust{text-align:left}.payment-row{justify-content:flex-start}.footer-links a{margin:0 10px 0 0}
}
@media(max-width:600px){
  .home-main-hero{min-height:560px;padding:24px}
  .home-main-hero h1{font-size:42px}
  .hero-copy-wrap{padding-bottom:180px}
  .hero-art-placeholder{width:calc(100% - 48px);min-width:0;right:24px;left:24px;bottom:24px;height:150px;aspect-ratio:auto}
  .world-chip-grid,.numbered-section{grid-template-columns:1fr}
  .worlds-panel h2{font-size:30px}
  .quote-feature blockquote{font-size:26px}
}


/* V4.2 About reference layout */
.about-reference{display:grid;gap:30px}
.about-hero{text-align:center;padding:42px 10px 8px}
.about-hero>h1{font-family:"Playfair Display",serif;font-size:clamp(42px,6vw,64px);line-height:1;letter-spacing:-.04em;max-width:920px;margin:10px auto 14px}
.about-hero>p{max-width:700px;margin:0 auto;color:var(--muted);line-height:1.7;font-size:14px}
.about-hero-actions{justify-content:center;margin-top:18px}
.about-hero-stage{position:relative;width:min(100%,880px);min-height:470px;margin:38px auto 0}
.about-visual-main{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(54%,470px);height:410px;border-radius:36px 36px 20px 20px;background:linear-gradient(145deg,#f9f5f6,#ead8df);border:1px solid var(--line);display:grid;place-items:center;color:var(--maroon);font-weight:800;padding:24px;text-align:center}
.floating-story-card{position:absolute;width:210px;padding:18px;text-align:left}
.floating-story-card strong{display:block;font-family:"Playfair Display",serif;font-size:25px;color:var(--maroon);margin:5px 0 4px}
.floating-story-card small{color:var(--muted);line-height:1.4}
.story-card-kicker{font-size:9px;color:var(--maroon);font-weight:800;letter-spacing:.12em}
.story-card-left{left:2%;top:44%}.story-card-right{right:2%;top:20%}
.floating-number-card{position:absolute;right:8%;bottom:7%;width:150px;padding:16px;text-align:left}
.floating-number-card strong{font-family:"Playfair Display",serif;color:var(--maroon);font-size:34px;display:block}
.floating-number-card span{font-size:10px;color:var(--muted)}
.about-keyword-strip{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:18px 4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#6c6166;font-size:10px;font-weight:800;letter-spacing:.12em}
.about-centered-intro{text-align:center;max-width:800px;margin:20px auto 2px}
.about-centered-intro h2{font-family:"Playfair Display",serif;font-size:clamp(34px,5vw,50px);line-height:1.05;letter-spacing:-.035em;margin:9px 0 12px}
.about-centered-intro p{color:var(--muted);line-height:1.7;font-size:13px}
.about-feature-panel{padding:24px;display:grid;grid-template-columns:1fr 1.1fr;gap:22px;align-items:center}
.about-feature-copy{padding:12px}
.about-feature-copy h2{font-family:"Playfair Display",serif;font-size:clamp(32px,4vw,46px);line-height:1.05;margin:9px 0 14px}
.about-feature-copy p{color:var(--muted);line-height:1.7;font-size:13px;margin-bottom:18px}
.about-feature-visual{position:relative;min-height:420px}
.image-placeholder{background:linear-gradient(145deg,#faf7f8,#ead7de);border:1px solid var(--line);color:var(--maroon);display:grid;place-items:center;text-align:center;font-size:12px;font-weight:800;padding:18px}
.image-placeholder.large{
  height:420px;
  border-radius:28px;
  padding:0;
  overflow:hidden;
}

.about-memory-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.image-placeholder.tall{
  aspect-ratio:16 / 10;
  height:auto;
  border-radius:22px;
  padding:0;
  overflow:hidden;
}

.about-studio-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.mini-placeholder-card{
    display: none;
  /*position:absolute;*/
  /*left:-18px;*/
  /*bottom:18px;*/
}
.mini-placeholder-card span{font-size:24px}.mini-placeholder-card strong{display:block;font-size:13px;margin:5px 0}.mini-placeholder-card small{color:var(--muted);font-size:10px}
.about-modular-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}
.about-video-card{padding:16px}.about-video-copy{padding:18px 4px 4px}
.about-video-copy h3{font-family:"Playfair Display",serif;font-size:24px;margin:8px 0}.about-video-copy p{color:var(--muted);font-size:11px;line-height:1.6}
.about-worlds-card{padding:26px;background:var(--maroon-soft-2)}
.about-worlds-card h2{font-family:"Playfair Display",serif;font-size:clamp(30px,4vw,42px);line-height:1.05;margin:8px 0 20px}
.about-world-pills{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.about-world-pills>div{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px}
.about-world-pills span{width:38px;height:38px;border-radius:12px;background:var(--maroon-soft);color:var(--maroon);display:grid;place-items:center;font-weight:800;font-size:10px}
.about-world-pills b{font-size:12px}.about-world-pills small{display:block;color:var(--muted);font-size:9px;margin-top:2px}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.about-stat-card{padding:22px;min-height:190px}.about-stat-card strong{display:block;font-family:"Playfair Display",serif;font-size:46px;color:var(--maroon);margin:8px 0 14px}
.about-stat-card p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}
.about-quote-section{display:grid;grid-template-columns:.6fr 1.4fr;gap:16px;align-items:stretch}
.about-quote-image{
  min-height:300px;
  border-radius:26px;
  padding:0;
  overflow:hidden;
}

.about-quote-photo{
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
  display:block;
}
.about-quote-card{padding:28px;display:flex;flex-direction:column;justify-content:center}
.about-quote-card blockquote{font-family:"Playfair Display",serif;font-size:clamp(28px,4vw,40px);line-height:1.08;color:var(--maroon);margin:10px 0 14px}
.about-quote-card p{color:var(--muted);font-size:11px}
.about-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.about-article-card{
  padding:14px;
}

.article-image{
  aspect-ratio:4 / 3;
  border-radius:18px;
  margin-bottom:14px;
  padding:0;
  overflow:hidden;
}

.about-article-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.about-group-photo{
    transform: translateY(-12%) scale(1.12);
  transform-origin: center center;
}

.about-article-card h3{font-family:"Playfair Display",serif;font-size:19px;line-height:1.15;margin:7px 0}.about-article-card p{font-size:11px;color:var(--muted);line-height:1.55}
@media(max-width:900px){
.about-feature-panel,.about-modular-grid,.about-quote-section{grid-template-columns:1fr}
.about-hero-stage{min-height:520px}.about-visual-main{width:68%;height:390px}
.story-card-left{left:0;top:44%}.story-card-right{right:0;top:16%}
.about-stats{grid-template-columns:1fr 1fr}.about-article-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
/*.about-group-photo{*/
/*    transform: translateY(-8%) scale(1.12);*/
/*  transform-origin: center center;*/
/*    }*/
.about-reference{gap:22px}.about-hero{padding:26px 0 0}.about-hero>h1{font-size:40px}
.about-hero-stage{min-height:540px;margin-top:24px}.about-visual-main{width:100%;height:360px;bottom:0}
.floating-story-card{width:150px;padding:13px}.floating-story-card strong{font-size:18px}
.story-card-left{left:8px;top:12%}.story-card-right{right:8px;top:28%}
.floating-number-card{right:12px;bottom:18px;width:135px}
.about-keyword-strip{justify-content:center;gap:12px}.about-centered-intro h2{font-size:32px}
.about-feature-panel{padding:16px}.about-feature-copy{padding:4px}.about-feature-visual{min-height:auto}
.image-placeholder.large{height:300px}
.mini-placeholder-card{
    display: none;
    /*position: static;*/
    /*width: auto;*/
    /*margin-top: 12px;*/
  }

.about-world-pills{grid-template-columns:1fr}.about-stats,.about-article-grid{grid-template-columns:1fr}
.about-quote-image{min-height:240px}
}


/* =========================================================
   V5 TRUE LATEST — WORK SCRAPBOOK + J.ROSE + CART + SUCCESS
   ========================================================= */

/* --- Work scrapbook --- */
.work-scrapbook{display:grid;gap:26px}
.work-intro{
  position:relative;text-align:center;padding:42px 18px 28px;overflow:hidden;
  border-radius:40px;background:#fff;
}
.work-intro h1{
  font-family:"Playfair Display",serif;font-size:clamp(40px,6vw,60px);
  line-height:1;letter-spacing:-.04em;max-width:820px;margin:9px auto 12px
}
.work-intro>p{max-width:660px;margin:0 auto;color:var(--muted);line-height:1.7;font-size:13px}
.sticker-cloud{position:absolute;inset:0;pointer-events:none}
.sticker{
  position:absolute;display:grid;place-items:center;background:#fff;border:1px solid var(--line);
  box-shadow:var(--shadow-sm);border-radius:999px;color:var(--maroon);font-weight:800;
  min-width:42px;min-height:42px;padding:8px 12px;font-size:12px;transform:rotate(-5deg)
}
.sticker.s1{left:4%;top:22%}.sticker.s2{right:7%;top:15%;transform:rotate(8deg)}
.sticker.s3{left:10%;bottom:14%;transform:rotate(7deg)}.sticker.s4{right:3%;bottom:18%;transform:rotate(-9deg)}
.sticker.s5{left:26%;top:8%;background:#fff5cc;color:#7f6120}.sticker.s6{right:25%;bottom:6%;background:#f7edf1}
.scrap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.scrap-card{
  position:relative;overflow:visible;border-radius:40px;padding:12px;background:#fff;
  transition:transform .25s ease, box-shadow .25s ease
}
.scrap-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(67,25,39,.13)}
.scrap-image{aspect-ratio:1.08/1;border-radius:32px;display:grid;place-items:center;color:var(--maroon);font-weight:800;font-size:12px;overflow:hidden}
.scrap-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.placeholder-pink{background:linear-gradient(145deg,#fff5f7,#f0d5df)}
.placeholder-cream{background:linear-gradient(145deg,#fffaf0,#f2e5c8)}
.placeholder-blue{background:linear-gradient(145deg,#f3f8fb,#dcecf4)}
.placeholder-lilac{background:linear-gradient(145deg,#faf6ff,#e8dcf1)}
.placeholder-green{background:linear-gradient(145deg,#f5fbf7,#dcebdd)}
.placeholder-yellow{background:linear-gradient(145deg,#fffdf3,#f5e9bd)}
.scrap-body{padding:16px 8px 8px}
.scrap-body h3{font-family:"Playfair Display",serif;font-size:23px;line-height:1.05;margin:7px 0}
.scrap-body p{color:var(--muted);font-size:11px;line-height:1.55;margin:0;min-height:34px}
.scrap-date{
  position:absolute;z-index:3;left:22px;top:-10px;padding:8px 12px;border-radius:999px;background:var(--maroon);
  color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;transform:rotate(-4deg);box-shadow:var(--shadow-sm)
}
.mini-tags{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}
.mini-tags span{padding:6px 8px;border-radius:999px;background:var(--maroon-soft);color:var(--maroon);font-size:9px;font-weight:800}
.see-work-btn{display:flex;align-items:center;justify-content:space-between;min-height:42px;border-radius:14px;padding:0 12px;background:#fff;border:1px solid var(--line);color:var(--maroon);font-size:11px;font-weight:800}
.card-sticker{position:absolute;z-index:4;width:38px;height:38px;border-radius:13px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;place-items:center;color:var(--maroon);font-size:14px}
.card-sticker.top-right{right:-7px;top:24%}.card-sticker.top-left{left:-7px;top:28%}.card-sticker.bottom-left{left:-5px;bottom:25%}.card-sticker.bottom-right{right:-5px;bottom:23%}
.making-strip{display:flex;align-items:center;justify-content:center;gap:18px;padding:18px;border-radius:34px;flex-wrap:wrap}
.making-strip span{font-size:11px;color:var(--muted)}.making-strip b{color:var(--maroon);margin-right:5px}
.work-closing{padding:32px;border-radius:40px;text-align:center}
.work-closing h2{font-family:"Playfair Display",serif;font-size:34px;max-width:650px;margin:8px auto}
.work-closing p{color:var(--muted);font-size:12px;margin:0 0 18px}

/* --- J.Rose monthly product page --- */
.jrose-v5{display:grid;gap:20px}
.jrose-product-shell{border-radius:42px;padding:18px;display:grid;grid-template-columns:1.08fr .92fr;gap:22px}
.jrose-gallery{min-width:0}
.mail-carousel{position:relative;overflow:hidden;border-radius:34px;background:var(--maroon-soft-2);aspect-ratio:1.18/1;touch-action:pan-y}
.mail-slide{position:absolute;inset:0;opacity:0;transform:translateX(18px);transition:.32s ease;pointer-events:none}
.mail-slide.active{opacity:1;transform:none;pointer-events:auto}
.mail-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;padding:24px;background:linear-gradient(145deg,#fffafc,#edd8df);color:var(--maroon);font-weight:800;font-size:13px}
.mail-carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}
.mail-carousel-dots button{width:8px;height:8px;border:0;border-radius:999px;background:#ddd0d5;padding:0}
.mail-carousel-dots button.active{width:28px;background:var(--maroon)}
.mail-swipe-note{text-align:center;color:var(--muted);font-size:9px;margin-top:8px}
.jrose-purchase{padding:14px 8px;display:flex;flex-direction:column;justify-content:center}
.jrose-purchase h1{font-family:"Playfair Display",serif;font-size:clamp(34px,4.5vw,50px);line-height:1.02;letter-spacing:-.035em;margin:8px 0 12px}
.jrose-purchase>p{color:var(--muted);line-height:1.65;font-size:12px}
.included-row{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0 18px}
.included-row span{padding:7px 9px;border-radius:999px;background:var(--maroon-soft);color:var(--maroon);font-size:9px;font-weight:800}
.option-block{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-bottom:18px}
.option-block label{display:block;font-size:10px;font-weight:800;margin-bottom:9px}
.option-pills{display:flex;gap:8px;flex-wrap:wrap}
.option-pill{border:1px solid var(--line);background:#fff;color:var(--ink);min-height:40px;padding:0 12px;border-radius:13px;font-size:10px;font-weight:800}
.option-pill.active{background:var(--maroon);color:#fff;border-color:var(--maroon)}
.purchase-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.purchase-bottom small{display:block;color:var(--muted);font-size:9px}.purchase-bottom strong{font-family:"Playfair Display",serif;font-size:30px;color:var(--maroon)}
.secure-note{color:var(--muted);font-size:9px;margin-top:10px}
.mail-status{border-radius:34px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.mail-status>div:first-child{display:flex;align-items:center;gap:12px}
.status-dot-live{width:12px;height:12px;border-radius:50%;background:#3ea36b;box-shadow:0 0 0 6px rgba(62,163,107,.10)}
.mail-status h2{margin:3px 0 0;font-size:18px}
.next-update{text-align:right}.next-update small{display:block;color:var(--muted);font-size:9px}.next-update strong{font-size:12px;color:var(--maroon)}
.calendar-faq-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
.mail-calendar-card,.faq-card{border-radius:40px;padding:22px}
.calendar-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.calendar-head h2,.faq-card h2{font-family:"Playfair Display",serif;font-size:28px;margin:5px 0 0}
.calendar-arrows{display:flex;gap:7px}.calendar-arrows button{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:12px;color:var(--maroon)}
.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
.calendar-weekdays{margin-bottom:7px}.calendar-weekdays span{text-align:center;color:var(--muted);font-size:9px;font-weight:800}
.calendar-grid button{position:relative;aspect-ratio:1/1;border:0;background:#fff;border-radius:13px;color:var(--ink);font-size:11px}
.calendar-grid button:hover,.calendar-grid button.active{background:var(--maroon-soft);color:var(--maroon)}
.calendar-grid button.muted{color:#c9bdc2}.calendar-grid button.has-event{font-weight:800}
.calendar-grid button.has-event i{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--maroon);bottom:6px;left:50%;transform:translateX(-50%)}
.calendar-event-panel{margin-top:16px;padding:16px;border-radius:20px;background:var(--maroon-soft-2);border:1px solid var(--line)}
.calendar-event-panel h3{font-family:"Playfair Display",serif;font-size:19px;margin:6px 0}.calendar-event-panel p{font-size:10px;color:var(--muted);line-height:1.55;margin:0 0 12px}
.faq-list{margin-top:16px}
.faq-item{border-top:1px solid var(--line)}
.faq-question{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left;padding:16px 0;font-size:11px;font-weight:800}
.faq-question span{color:var(--maroon);font-size:18px}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-answer p{color:var(--muted);font-size:10px;line-height:1.6;padding:0 0 14px;margin:0}
.faq-item.open .faq-answer{max-height:140px}.faq-item.open .faq-question span{transform:rotate(45deg)}
.jrose-closing{text-align:center;padding:30px;border-radius:40px}.jrose-closing h2{font-family:"Playfair Display",serif;font-size:34px;margin:8px auto;max-width:650px}.jrose-closing p{color:var(--muted);font-size:11px}

/* --- Cart page --- */
.cart-page{display:grid;gap:22px}
.cart-page-intro{text-align:center;max-width:760px;margin:20px auto 4px}
.cart-page-intro h1{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,54px);line-height:1.02;margin:8px 0 10px}
.cart-page-intro p{color:var(--muted);font-size:12px}
.cart-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;align-items:start}
.cart-products,.order-summary{border-radius:36px;padding:20px}
.cart-page-list{display:grid;gap:10px}
.cart-page-item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:22px}
.cart-page-thumb{width:80px;height:80px;border-radius:18px;background:var(--maroon-soft);display:grid;place-items:center;color:var(--maroon);font-weight:800;font-size:10px;text-align:center;padding:6px}
.cart-page-item h3{font-family:"Playfair Display",serif;font-size:17px;margin:0 0 3px}.cart-page-item p{margin:0;color:var(--muted);font-size:9px}.cart-page-item strong{display:block;color:var(--maroon);margin-top:5px}
.cart-page-actions{display:flex;align-items:center;gap:6px}.cart-page-actions button{border:0;background:var(--maroon-soft);color:var(--maroon);width:30px;height:30px;border-radius:9px}
.remove-item{background:transparent!important;color:var(--muted)!important;width:auto!important;font-size:9px;text-decoration:underline}
.order-summary{position:sticky;top:92px}
.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px}
.summary-row small{color:var(--muted)}.summary-row.total{font-size:15px;border-bottom:0;padding-top:16px}
.checkout-btn{width:100%;margin-top:10px}
.cart-payments{justify-content:flex-start!important;margin-top:10px}
.empty-cart{text-align:center;padding:38px 12px}.empty-cart>div{font-size:34px;color:var(--maroon)}.empty-cart h3{font-family:"Playfair Display",serif;font-size:24px}.empty-cart p{color:var(--muted);font-size:11px;margin-bottom:16px}

/* --- Payment success --- */
.success-page{min-height:70vh;display:grid;place-items:center}
.success-card{width:min(100%,720px);border-radius:42px;padding:34px;text-align:center}
.success-mark{width:74px;height:74px;border-radius:50%;background:var(--maroon);color:#fff;display:grid;place-items:center;font-size:30px;margin:0 auto 18px}
.success-card h1{font-family:"Playfair Display",serif;font-size:clamp(36px,5vw,52px);line-height:1.02;margin:8px auto 12px;max-width:620px}
.success-card>p{color:var(--muted);font-size:12px}
.success-order{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}
.success-order>div{padding:14px;border-radius:18px;background:var(--maroon-soft-2);text-align:left}.success-order small{display:block;color:var(--muted);font-size:9px}.success-order strong{font-size:12px;color:var(--maroon)}
.progress-track{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0 24px}
.progress-step{padding:14px 8px;border-radius:18px;background:#faf8f9;color:var(--muted);font-size:9px}.progress-step i{width:30px;height:30px;border-radius:50%;background:#eee5e8;display:grid;place-items:center;margin:0 auto 7px;font-style:normal}.progress-step.done{color:var(--maroon);background:var(--maroon-soft)}.progress-step.done i{background:var(--maroon);color:#fff}

@media(max-width:900px){
  .scrap-grid{grid-template-columns:repeat(2,1fr)}
  .jrose-product-shell,.calendar-faq-grid,.cart-layout{grid-template-columns:1fr}
  .order-summary{position:static}
}
@media(max-width:600px){
  .work-intro{padding:34px 12px 22px}.work-intro h1{font-size:40px}
  .sticker.s5,.sticker.s6{display:none}
  .scrap-grid{grid-template-columns:1fr}.scrap-card{border-radius:34px}.scrap-image{border-radius:27px}
  .making-strip{gap:10px}
  .jrose-product-shell{padding:12px;border-radius:32px}.mail-carousel{border-radius:26px}.jrose-purchase{padding:14px 5px}
  .jrose-purchase h1{font-size:36px}.purchase-bottom{align-items:flex-end}.purchase-bottom .primary-btn{min-width:150px}
  .mail-status{align-items:flex-start}.next-update{text-align:left}
  .mail-calendar-card,.faq-card{padding:16px;border-radius:32px}
  .calendar-grid{gap:3px}.calendar-grid button{border-radius:10px}
  .cart-products,.order-summary{padding:14px;border-radius:30px}
  .cart-page-item{grid-template-columns:64px 1fr}.cart-page-thumb{width:64px;height:64px}.cart-page-actions{grid-column:1/-1;justify-content:flex-end}
  .success-card{padding:24px;border-radius:34px}.success-order{grid-template-columns:1fr}.progress-track{grid-template-columns:1fr 1fr}
}


/* =========================================================
   V5.1 LOGIN + NAVIGATION UI POLISH
   ========================================================= */

.header-login{
  min-height:42px;
  padding:0 13px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:var(--shadow-sm);
  font-size:12px;
  font-weight:800;
  transition:.2s ease;
}
.header-login:hover{
  background:var(--maroon-soft);
  color:var(--maroon);
  border-color:#e5d2d9;
}
.header-login-icon{
  width:24px;height:24px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--maroon-soft);
  color:var(--maroon);
  font-size:11px;
}
.cart-button{
  width:42px;height:42px;
  border-radius:14px;
  font-size:16px;
}
.header-actions{gap:7px}

/* Login reference-led card */
.login-screen{
  min-height:calc(100vh - 92px);
  padding:28px 16px 48px;
  display:grid;
  place-items:center;
}
.login-journey-card{
  width:min(100%,460px);
  border-radius:38px;
  overflow:hidden;
  background:#fff;
}
.login-image-placeholder{
  min-height:260px;
  background:
    linear-gradient(145deg,#edf3f7,#e1e8ef 52%,#f4e8ec);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:var(--maroon);
  text-align:center;
  padding:24px;
}
.login-image-placeholder span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
}
.login-image-placeholder small{
  color:#7c7378;
  font-size:10px;
}
.login-content{
  padding:26px 24px 24px;
}
.login-content h1{
  font-family:"Playfair Display",serif;
  font-size:36px;
  line-height:1.03;
  letter-spacing:-.035em;
  margin:8px 0 8px;
}
.login-content>p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:12px;
}
.login-form-v51{
  display:grid;
  gap:14px;
}
.login-form-v51>label>span{
  display:block;
  font-size:10px;
  font-weight:800;
  margin-bottom:7px;
}
.login-form-v51 input{
  width:100%;
  min-height:50px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:15px;
  padding:0 14px;
  outline:0;
  font-size:12px;
  color:var(--ink);
  transition:border-color .2s, box-shadow .2s;
}
.login-form-v51 input:focus{
  border-color:#d4a8b7;
  box-shadow:0 0 0 4px rgba(111,24,53,.05);
}
.password-field{position:relative}
.password-field input{padding-right:48px}
.password-toggle{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:34px;height:34px;
  border:0;
  border-radius:10px;
  background:var(--maroon-soft);
  color:var(--maroon);
  font-size:12px;
}
.login-options{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:0;
}
.login-options>a{
  color:var(--maroon);
  font-size:10px;
  font-weight:800;
}
.remember-control{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  font-size:10px;
  color:var(--muted);
  user-select:none;
}
.remember-control input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.remember-box{
  width:20px;height:20px;
  border-radius:7px;
  border:1px solid #d9ccd1;
  background:#fff;
  display:grid;
  place-items:center;
  color:transparent;
  font-size:11px;
  transition:.18s ease;
}
.remember-control input:checked + .remember-box{
  background:var(--maroon);
  border-color:var(--maroon);
  color:#fff;
}
.login-submit{
  min-height:50px;
  border-radius:15px;
  margin-top:2px;
}
.login-secondary{
  display:flex;
  justify-content:center;
  gap:6px;
  padding-top:18px;
  color:var(--muted);
  font-size:10px;
}
.login-secondary a{
  color:var(--maroon);
  font-weight:800;
}

/* Global small UI consistency */
.icon-btn,
.header-login,
.header-pill,
.secondary-btn,
.primary-btn,
.wide-btn,
.add-cart,
.see-work-btn{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.icon-btn:active,
.header-login:active,
.secondary-btn:active,
.primary-btn:active,
.wide-btn:active,
.add-cart:active,
.see-work-btn:active{
  transform:scale(.98);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline:2px solid rgba(111,24,53,.35);
  outline-offset:2px;
}

@media(max-width:900px){
  .header-login span:last-child{display:none}
  .header-login{
    width:42px;
    padding:0;
  }
}
@media(max-width:600px){
  .login-screen{padding:14px 12px 34px;min-height:calc(100vh - 76px)}
  .login-journey-card{border-radius:30px}
  .login-image-placeholder{min-height:210px}
  .login-content{padding:22px 18px 20px}
  .login-content h1{font-size:32px}
  .login-options{align-items:center}
}


/* =========================================================
   V5.2 HEADER CART + FOOTER + MOBILE NAVIGATION POLISH
   ========================================================= */

/* Stable page layout: footer stays at bottom of short pages without overlaying */
html, body{min-height:100%}
body.page-frame{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
body.page-frame > .app-header{flex:0 0 auto}
body.page-frame > .site-shell{
  flex:1 0 auto;
  width:min(100%,1180px);
  display:flex;
  flex-direction:column;
}
body.page-frame > .site-shell > .app-main,
body.page-frame > .site-shell > .login-screen{
  flex:1 0 auto;
}
.page-footer{
  margin-top:auto;
  flex:0 0 auto;
}

/* Desktop header: login + cart grouped cleanly at far right */
.app-header{
  grid-template-columns:auto 1fr auto;
}
.header-actions{
  margin-left:auto;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}
.header-login{order:1}
.cart-button{
  order:2;
  position:relative;
  flex:0 0 auto;
}
.cart-count{
  position:absolute;
  top:-7px;
  right:-7px;
}

/* Footer */
.app-footer.page-footer{
  width:100%;
  margin-top:auto;
  padding-top:26px;
  padding-bottom:24px;
}
.footer-brand,
.footer-trust{min-width:0}

/* Consistent mobile nav icon family + active location indicator */
.bottom-nav{
  align-items:stretch;
}
.bottom-nav .nav-item{
  position:relative;
  min-width:0;
  padding:8px 4px;
  border-radius:18px;
  color:#81777c;
  transition:background .2s ease,color .2s ease,transform .18s ease;
}
.bottom-nav .nav-item:active{transform:scale(.98)}
.bottom-nav .nav-item.active{
  background:var(--maroon-soft);
  color:var(--maroon);
}
.bottom-nav .nav-item.active::after{
  content:"";
  position:absolute;
  top:4px;
  width:22px;
  height:3px;
  border-radius:999px;
  background:var(--maroon);
}
.nav-svg{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
}
.nav-svg svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.nav-label{
  font-size:10px;
  line-height:1;
  font-weight:700;
}

/* Keep enough breathing room above fixed mobile nav */
@media(max-width:900px){
  body.page-frame > .site-shell{
    padding-bottom:104px;
  }
  .page-footer{
    margin-top:auto;
  }
  .bottom-nav{
    height:72px;
    padding:7px;
  }
  .bottom-nav .nav-item{
    gap:4px;
  }
  .header-actions{
    gap:7px;
  }
}

/* Mobile footer centered */
@media(max-width:600px){
  .app-footer.page-footer{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:16px;
    padding:24px 18px 22px;
  }
  .footer-brand,
  .footer-trust{
    width:100%;
    text-align:center;
  }
  .footer-links{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:10px;
  }
  .footer-links a{margin:0}
  .payment-row{
    justify-content:center !important;
  }
  .footer-trust small{
    text-align:center;
  }
  .bottom-nav{
    width:calc(100% - 18px);
    border-radius:24px;
  }
  .nav-svg,
  .nav-svg svg{
    width:21px;
    height:21px;
  }
}

/* V6 real order checkout additions */
/* HOME — Story Image FINAL */
/* HOME — RESPONSIVE STORY IMAGE CARD FIX */

.worlds-grid{
  display:grid;
  grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);
  gap:16px;
  align-items:stretch;
}

.visual-story-card{
  min-height:0 !important;
  height:100%;
  padding:16px !important;
  display:block !important;
  position:relative;
  overflow:hidden;
}

.visual-story-placeholder{
  position:relative !important;
  inset:auto !important;

  width:100% !important;
  height:100% !important;
  min-height:0 !important;

  aspect-ratio:1 / 1.12;
  border-radius:24px !important;

  padding:0 !important;
  overflow:hidden !important;
  background:none !important;
}

.visual-story-placeholder .home-story-image{
  width:100% !important;
  height:100% !important;

  display:block !important;

  object-fit:cover !important;
  object-position:center center !important;

  border-radius:24px;
}

.visual-story-card h3{
  position:absolute;
  left:32px;
  right:32px;
  bottom:30px;
  z-index:3;

  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(20px,2vw,28px);
  line-height:1.05;
  color:#1e171a;
}

/* TABLET */
@media(max-width:900px){

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

  .visual-story-card{
    width:100%;
  }

  .visual-story-placeholder{
    aspect-ratio:16 / 10;
  }

  .visual-story-placeholder .home-story-image{
    object-position:center 35%;
  }
}

/* MOBILE */
@media(max-width:600px){

  .worlds-grid{
    gap:14px;
  }

  .visual-story-card{
    padding:12px !important;
    border-radius:24px;
  }

  .visual-story-placeholder{
    aspect-ratio:4 / 5;
    border-radius:20px !important;
  }

  .visual-story-placeholder .home-story-image{
    border-radius:20px;
    object-position:center top !important;
  }

  .visual-story-card h3{
    left:26px;
    right:26px;
    bottom:26px;
    font-size:22px;
  }
}

/* HOME HERO — ROSE BACKGROUND */
.hero-art-placeholder.hero-rose-bg{
  position:absolute;
  right:24px;
  bottom:20px;

  width:38%;
  min-width:220px;
  height:88%;

  border-radius:28px;

  background-image:url("images/home/rose2.png");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  border:1px solid rgba(255,255,255,.16);
  overflow:hidden;

  opacity:.92;
}

/* =========================================================
   HOME HERO — ROSE BACKGROUND FINAL
========================================================= */

.home-main-hero{
  position:relative;
  overflow:hidden;
}

/* remove old decorative circle */
.home-main-hero::after{
  display:none !important;
}

/* keep text safely above the rose */
.hero-copy-wrap{
  position:relative;
  z-index:3;
  max-width:66%;
}

/* rose artwork area */
.hero-art-placeholder.hero-rose-bg{
  position:absolute !important;

  top:0 !important;
  right:0 !important;
  bottom:0 !important;

  width:42% !important;
  height:100% !important;

  min-width:0 !important;
  aspect-ratio:auto !important;

  padding:0 !important;
  margin:0 !important;

  border:0 !important;
  border-radius:0 32px 32px 0 !important;

  background-image:url("images/home/rose2.png") !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;

  backdrop-filter:none !important;
  color:transparent !important;

  overflow:hidden;
  opacity:.9;
  z-index:1;
}

/* make rose blend into maroon */
.hero-art-placeholder.hero-rose-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(111,24,53,.92) 0%,
    rgba(111,24,53,.52) 34%,
    rgba(111,24,53,.10) 100%
  );
  z-index:2;
  pointer-events:none;
}

/* TABLET */
@media(max-width:900px){

  .hero-copy-wrap{
    max-width:68%;
    padding-bottom:0 !important;
  }

  .hero-art-placeholder.hero-rose-bg{
    width:46% !important;
  }
}

/* MOBILE */
@media(max-width:600px){

  .home-main-hero{
    min-height:560px;
  }

  .hero-copy-wrap{
    max-width:100%;
    padding-bottom:245px !important;
  }

  .hero-art-placeholder.hero-rose-bg{
    top:auto !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;
    height:250px !important;

    border-radius:0 0 28px 28px !important;

    background-size:cover !important;
    background-position:center !important;
  }

  .hero-art-placeholder.hero-rose-bg::before{
    background:linear-gradient(
      180deg,
      rgba(111,24,53,.95) 0%,
      rgba(111,24,53,.30) 42%,
      rgba(111,24,53,.05) 100%
    );
  }
}

/* ABOUT MAIN IMAGE — FINAL OVERRIDE */

.about-hero-stage{
  min-height:650px !important;
}

.about-visual-main{
  position:absolute !important;

  left:50% !important;
  bottom:0 !important;
  transform:translateX(-50%) !important;

  width:460px !important;
  max-width:54% !important;

  height:613px !important;

  padding:0 !important;
  overflow:hidden !important;

  border-radius:30px !important;
  background:none !important;
}

.about-visual-main img,
.about-visual-main .site-cover-image{
  width:100% !important;
  height:100% !important;

  object-fit:contain !important;
  object-position:center center !important;

  display:block !important;
}

/* Tablet */
@media(max-width:900px){
  .about-visual-main{
    width:420px !important;
    max-width:68% !important;
    height:560px !important;
  }
}

/* Mobile */
@media(max-width:600px){
  .about-hero-stage{
    min-height:540px !important;
  }

  .about-visual-main{
    width:calc(100% - 24px) !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:3 / 4 !important;
  }
}

/* =========================================================
   J.ROSE — PORTRAIT PHOTO FIX
   Full portrait image, no unwanted crop
========================================================= */
/* J.ROSE 1500 × 1200 FINAL */

.jrose-gallery{
  min-width:0;
}

.mail-carousel{
  position:relative !important;
  width:100% !important;
  aspect-ratio:5 / 4 !important;

  padding:0 !important;
  margin:0 !important;

  border-radius:34px !important;
  overflow:hidden !important;

  background:#f7f1f3 !important;
}

.mail-slide{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  padding:0 !important;
  margin:0 !important;

  overflow:hidden !important;
}

.jrose-slide-image{
  position:absolute !important;
  inset:0 !important;

  width:100% !important;
  height:100% !important;

  max-width:none !important;

  margin:0 !important;
  padding:0 !important;

  object-fit:contain !important;
  object-position:50% 50% !important;

  display:block !important;
}


/* MOBILE */
@media(max-width:600px){

  .mail-carousel{
    aspect-ratio:5 / 4 !important;
    border-radius:26px !important;
  }

}