:root{--ink:#17213a;--muted:#68738a;--line:#dfe5ef;--blue:#125ce6;--blue-dark:#0a43b7;--bg:#f4f7fb;--card:#fff;--success:#0d7b53;--danger:#b3261e;--radius:20px;--shadow:0 18px 50px rgba(25,52,95,.11)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;line-height:1.7}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.store-header{height:76px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.store-brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:800;letter-spacing:.02em}.store-brand:hover{text-decoration:none}.store-brand small{display:block;color:var(--muted);font-size:9px;letter-spacing:.19em}.store-brand__mark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,#1968ee,#073f9d);color:#fff;font-size:22px;box-shadow:0 8px 22px rgba(18,92,230,.25)}.store-header nav,.store-footer nav{display:flex;gap:24px}.store-header nav a{color:var(--ink);font-weight:650;font-size:14px}.store-main{width:min(1120px,calc(100% - 32px));min-height:calc(100vh - 180px);margin:0 auto;padding:58px 0 90px}.store-footer{padding:28px max(24px,calc((100vw - 1120px)/2));background:#10182b;color:#c6cede;display:flex;justify-content:space-between;align-items:center;font-size:13px}.store-footer p{margin:0}.store-footer a{color:#dce5f7}.page-kicker{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.18em}.page-title{margin:0;font-size:clamp(32px,5vw,56px);line-height:1.15;letter-spacing:-.03em}.page-lead{max-width:720px;margin:16px 0 38px;color:var(--muted);font-size:17px}.flash{margin:0 0 24px;padding:16px 20px;border-radius:14px;border:1px solid}.flash ul{margin:6px 0 0;padding-left:20px}.flash--success{background:#ebfbf4;border-color:#a8e4cd;color:var(--success)}.flash--error{background:#fff0ef;border-color:#f1b5b1;color:var(--danger)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:28px}.product-card{overflow:hidden;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.product-card__visual{height:300px;background:linear-gradient(135deg,#e9f1ff,#d9e5fa);display:grid;place-items:center;padding:30px}.product-card__visual img{width:100%;height:100%;object-fit:contain}.product-card__body{padding:28px}.product-card__tag{display:inline-block;padding:5px 10px;border-radius:999px;background:#eaf1ff;color:var(--blue);font-size:12px;font-weight:800}.product-card h2{margin:12px 0 7px;font-size:25px}.product-card p{color:var(--muted)}.price{margin:24px 0 18px;color:var(--ink);font-size:14px}.price strong{font-size:34px;letter-spacing:-.03em}.price small{color:var(--muted)}.inline-form{display:flex;align-items:end;gap:12px}.field{display:block;margin-bottom:18px}.field span,.field legend{display:block;margin-bottom:7px;font-size:13px;font-weight:750}.field input,.field select,.field textarea,.quantity-input{width:100%;border:1px solid #cbd4e2;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px;outline:none}.field input:focus,.field select:focus,.field textarea:focus,.quantity-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,92,230,.12)}.quantity-input{width:84px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:0;border-radius:12px;padding:13px 20px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 9px 22px rgba(18,92,230,.2)}.btn:hover{background:var(--blue-dark);text-decoration:none}.btn:disabled{opacity:.48;cursor:not-allowed}.btn--secondary{background:#e8eef8;color:var(--ink);box-shadow:none}.btn--danger{background:var(--danger)}.btn--wide{width:100%}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-row{display:grid;grid-template-columns:84px 1fr 90px 110px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row:first-child{padding-top:0}.cart-row:last-child{border-bottom:0}.cart-row img{width:84px;height:84px;object-fit:contain;background:#eef3fb;border-radius:12px}.cart-row h2{margin:0;font-size:17px}.cart-row p{margin:2px 0;color:var(--muted);font-size:13px}.money{text-align:right;font-weight:800}.summary{position:sticky;top:100px}.summary__row{display:flex;justify-content:space-between;gap:20px;padding:10px 0}.summary__total{margin:10px 0 22px;padding-top:16px;border-top:1px solid var(--line);font-size:20px}.notice{padding:16px;border-radius:13px;background:#fff8e7;border:1px solid #ecd69d;color:#6a5014;font-size:14px}.notice strong{display:block;color:#503b0d}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.form-grid .field--full{grid-column:1/-1}.checks{display:grid;gap:12px;margin:22px 0}.check{display:flex;gap:11px;align-items:flex-start;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fafcff;font-size:14px}.check input{margin-top:5px;flex:0 0 auto}.check strong{display:block}.square-box{margin:22px 0;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.square-box h3{margin:0 0 12px;font-size:16px}#card-container{min-height:90px}.payment-status{margin:10px 0;color:var(--danger);font-size:14px}.complete-card{max-width:760px;margin:20px auto;text-align:center}.complete-icon{width:72px;height:72px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#e7f8f1;color:var(--success);font-size:34px}.complete-card dl{display:grid;grid-template-columns:1fr 1fr;text-align:left;margin:28px 0;border-top:1px solid var(--line)}.complete-card dt,.complete-card dd{margin:0;padding:12px;border-bottom:1px solid var(--line)}.complete-card dt{color:var(--muted)}.legal{max-width:850px;margin:0 auto}.legal h1{font-size:38px}.legal h2{margin-top:38px;font-size:20px}.legal p,.legal li{color:#3f4a60}.legal-table{width:100%;border-collapse:collapse;background:#fff}.legal-table th,.legal-table td{padding:15px;border:1px solid var(--line);text-align:left;vertical-align:top}.legal-table th{width:28%;background:#f5f7fb}.admin-nav{display:flex;gap:14px;margin-bottom:26px}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}.admin-stat{padding:20px;background:#fff;border:1px solid var(--line);border-radius:14px}.admin-stat span{display:block;color:var(--muted);font-size:12px}.admin-stat strong{font-size:26px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;font-size:13px}.data-table th{background:#f5f7fb;color:var(--muted)}.badge{display:inline-block;padding:4px 9px;border-radius:999px;background:#e8eef8;font-size:11px;font-weight:800}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.detail-list{display:grid;grid-template-columns:170px 1fr}.detail-list dt,.detail-list dd{margin:0;padding:10px;border-bottom:1px solid var(--line)}.detail-list dt{color:var(--muted)}.admin-actions{display:grid;gap:20px;margin-top:24px}.filter-bar{display:flex;gap:10px;margin-bottom:18px}.filter-bar input,.filter-bar select{padding:10px 12px;border:1px solid var(--line);border-radius:10px}.pagination{margin-top:18px}.muted{color:var(--muted)}
@media(max-width:800px){.store-header{height:auto;min-height:70px;padding:12px 16px}.store-header nav{gap:12px}.store-header nav a:first-child{display:none}.store-main{padding-top:36px}.store-footer{align-items:flex-start;gap:18px;flex-direction:column}.store-footer nav{gap:12px;flex-wrap:wrap}.cart-layout,.checkout-layout,.detail-grid{grid-template-columns:1fr}.summary{position:static}.cart-row{grid-template-columns:64px 1fr 74px}.cart-row img{width:64px;height:64px}.cart-row .money{grid-column:2/-1}.form-grid{grid-template-columns:1fr}.form-grid .field--full{grid-column:auto}.admin-stat-grid{grid-template-columns:1fr 1fr}.detail-list{grid-template-columns:1fr}.detail-list dt{padding-bottom:0;border-bottom:0}.filter-bar{flex-wrap:wrap}}
@media(max-width:480px){.store-brand small{display:none}.store-header nav a{font-size:12px}.store-main{width:min(100% - 22px,1120px)}.panel,.product-card__body{padding:20px}.product-card__visual{height:230px}.admin-stat-grid{grid-template-columns:1fr}.inline-form{align-items:stretch;flex-direction:column}.quantity-input{width:100%}}

/* Checkout — editorial treatment inspired by Japanese ceramic catalogues. */
.checkout-page{
  --checkout-ink:#171714;
  --checkout-paper:#f1eee7;
  --checkout-paper-deep:#e7e1d6;
  --checkout-line:rgba(241,238,231,.25);
  --checkout-accent:#d6c7a5;
  background:
    linear-gradient(90deg,transparent 24.9%,rgba(255,255,255,.035) 25%,rgba(255,255,255,.035) 25.1%,transparent 25.2%,transparent 74.9%,rgba(255,255,255,.035) 75%,rgba(255,255,255,.035) 75.1%,transparent 75.2%),
    #171714;
  color:var(--checkout-paper);
}
.checkout-page .store-header{
  height:88px;
  padding:0 max(28px,calc((100vw - 1240px)/2));
  background:rgba(23,23,20,.9);
  border-color:rgba(241,238,231,.18);
  color:var(--checkout-paper);
}
.checkout-page .store-brand,.checkout-page .store-header nav a{color:var(--checkout-paper)}
.checkout-page .store-brand small{color:rgba(241,238,231,.58)}
.checkout-page .store-brand__mark{
  width:42px;height:42px;border-radius:50%;
  background:var(--checkout-paper);color:var(--checkout-ink);
  box-shadow:none;font-family:Georgia,"Times New Roman",serif;
}
.checkout-page .store-header nav{gap:8px}
.checkout-page .store-header nav a{
  min-width:72px;padding:8px 15px;text-align:center;
  border:1px solid rgba(241,238,231,.45);border-radius:999px;
  font-size:11px;letter-spacing:.08em;
}
.checkout-page .store-header nav a:hover{background:var(--checkout-paper);color:var(--checkout-ink);text-decoration:none}
.checkout-page .store-main{
  width:min(1240px,calc(100% - 48px));
  padding:0 0 120px;
}
.checkout-page .flash{margin-top:28px;border-radius:0}
.checkout-hero{
  position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  min-height:500px;margin-bottom:32px;
  border-right:1px solid var(--checkout-line);border-bottom:1px solid var(--checkout-line);border-left:1px solid var(--checkout-line);
  overflow:hidden;
}
.checkout-hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(241,238,231,.1) 50%,transparent calc(50% + .5px));
}
.checkout-hero__copy{
  position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;
  min-width:0;padding:66px 64px 52px;
}
.checkout-page .page-kicker{
  margin:0 0 18px;color:var(--checkout-accent);font-size:10px;font-weight:600;letter-spacing:.24em;
}
.checkout-page .page-title{
  color:var(--checkout-paper);font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;
  font-size:clamp(68px,8.2vw,126px);font-weight:400;letter-spacing:-.07em;line-height:.82;
}
.checkout-page .page-lead{margin:34px 0 0;color:rgba(241,238,231,.68);font-size:13px;line-height:2}
.checkout-steps{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
.checkout-steps span{
  display:inline-flex;align-items:center;gap:9px;padding:7px 12px;
  border:1px solid rgba(241,238,231,.36);border-radius:999px;
  color:rgba(241,238,231,.75);font-size:9px;letter-spacing:.13em;
}
.checkout-steps b{font-weight:500;color:var(--checkout-accent)}
.checkout-hero__art{
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:500px;border-left:1px solid var(--checkout-line);
  background:
    linear-gradient(135deg,rgba(214,199,165,.13) 25%,transparent 25%) 0 0/44px 44px,
    linear-gradient(315deg,rgba(214,199,165,.08) 25%,transparent 25%) 0 0/44px 44px,
    radial-gradient(circle at 52% 45%,#4b4a3d 0,#24241f 43%,#171714 72%);
}
.checkout-hero__art::before,.checkout-hero__art::after{
  content:"";position:absolute;background:var(--checkout-paper);opacity:.78;
}
.checkout-hero__art::before{width:1px;height:68%;left:50%;top:16%}
.checkout-hero__art::after{height:1px;width:68%;left:16%;top:50%}
.checkout-hero__art strong{
  position:relative;z-index:1;color:var(--checkout-paper);
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(90px,10vw,150px);font-weight:400;letter-spacing:-.1em;line-height:1;
  text-shadow:0 20px 60px rgba(0,0,0,.5);
}
.checkout-hero__line{
  position:absolute;top:35px;left:38px;color:rgba(241,238,231,.72);font-size:9px;letter-spacing:.22em;
}
.checkout-hero__line--bottom{top:auto;right:38px;bottom:35px;left:auto}
.checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) 390px;gap:24px}
.checkout-page .panel{border-radius:0;box-shadow:none}
.checkout-sheet{
  padding:0;background:var(--checkout-paper);border:1px solid rgba(241,238,231,.4);color:var(--checkout-ink);
}
.checkout-sheet__topline{
  display:flex;justify-content:space-between;gap:20px;padding:15px 22px;
  border-bottom:1px solid rgba(23,23,20,.24);font-size:9px;letter-spacing:.16em;
}
.checkout-sheet__topline span:last-child{letter-spacing:.04em;color:#716d64}
.checkout-section{padding:48px 52px;border-bottom:1px solid rgba(23,23,20,.28)}
.checkout-section:last-child{border-bottom:0}
.checkout-section__heading{display:grid;grid-template-columns:56px 1fr;gap:22px;align-items:start;margin-bottom:38px}
.checkout-section__heading>span{
  display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--checkout-ink);border-radius:50%;
  font-family:Georgia,"Times New Roman",serif;font-size:13px;
}
.checkout-section__heading p{margin:1px 0 3px;color:#79746b;font-size:9px;letter-spacing:.21em}
.checkout-section__heading h2{
  margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;
  font-size:clamp(25px,3vw,34px);font-weight:500;letter-spacing:.02em;line-height:1.35;
}
.checkout-page .form-grid{gap:4px 24px}
.checkout-page .field{margin-bottom:22px}
.checkout-page .field span{margin-bottom:8px;color:#35332e;font-size:11px;font-weight:650;letter-spacing:.05em}
.checkout-page .field em,.checkout-page .field small{
  display:inline-block;margin-left:7px;padding:2px 6px;border-radius:999px;background:var(--checkout-ink);color:var(--checkout-paper);
  font-size:8px;font-style:normal;font-weight:500;letter-spacing:.08em;vertical-align:1px;
}
.checkout-page .field small{background:transparent;border:1px solid rgba(23,23,20,.3);color:#706b61}
.checkout-page .field input{
  border:0;border-bottom:1px solid rgba(23,23,20,.5);border-radius:0;background:transparent;
  padding:11px 2px;color:var(--checkout-ink);
}
.checkout-page .field input:focus{border-color:var(--checkout-ink);box-shadow:0 2px 0 var(--checkout-ink)}
.checkout-page .notice{
  display:grid;grid-template-columns:150px 1fr;gap:28px;align-items:center;
  padding:0;border:1px solid var(--checkout-ink);border-radius:0;background:var(--checkout-paper-deep);color:#413e37;font-size:13px;
}
.notice__number{
  display:flex;align-items:center;justify-content:center;gap:9px;align-self:stretch;min-height:140px;
  border-right:1px solid var(--checkout-ink);background:var(--checkout-ink);color:var(--checkout-paper);
}
.notice__number strong{display:block;color:var(--checkout-paper);font-family:Georgia,"Times New Roman",serif;font-size:64px;font-weight:400;line-height:1}
.notice__number span{font-size:8px;letter-spacing:.13em;line-height:1.5}
.checkout-page .notice p{margin:0;padding:22px 26px 22px 0;line-height:1.9}
.checkout-page .notice p strong{display:block;margin-bottom:5px;color:var(--checkout-ink);font-size:15px}
.checkout-page .checks{gap:0;margin:24px 0 0;border-top:1px solid rgba(23,23,20,.28)}
.checkout-page .check{
  gap:14px;padding:17px 2px;border:0;border-bottom:1px solid rgba(23,23,20,.28);border-radius:0;background:transparent;
  color:#625e55;font-size:12px;line-height:1.7;
}
.checkout-page .check input{width:18px;height:18px;margin-top:3px;accent-color:var(--checkout-ink)}
.checkout-page .check strong{margin-bottom:2px;color:var(--checkout-ink);font-size:13px}
.checkout-page .check a{color:var(--checkout-ink);text-decoration:underline;text-underline-offset:3px}
.checkout-page .square-box{margin:0;padding:22px;border:1px solid rgba(23,23,20,.42);border-radius:0;background:#fbf9f4}
.square-box__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}
.checkout-page .square-box h3{margin:0;font-size:13px}
.square-box__heading span{padding:5px 8px;border:1px solid rgba(23,23,20,.35);border-radius:999px;color:#6f6b62;font-size:8px;letter-spacing:.11em;white-space:nowrap}
.checkout-page #card-container{min-height:90px}
.checkout-page .square-box .muted{margin:8px 0 0;color:#777268;font-size:11px}
.checkout-page .payment-status{color:#9c2721}
.checkout-summary{
  top:112px;padding:0;overflow:hidden;background:var(--checkout-paper);border:1px solid rgba(241,238,231,.4);color:var(--checkout-ink);
}
.summary__visual{
  position:relative;display:grid;place-items:center;height:285px;overflow:hidden;
  border-bottom:1px solid rgba(241,238,231,.3);
  background:
    linear-gradient(45deg,rgba(241,238,231,.05) 25%,transparent 25%,transparent 75%,rgba(241,238,231,.05) 75%) 0 0/30px 30px,
    #1b1b18;
}
.summary__visual::before{content:"";position:absolute;inset:30px;border:1px solid rgba(241,238,231,.17);border-radius:50%}
.summary__visual img{position:relative;z-index:1;width:76%;height:76%;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(0,0,0,.45))}
.summary__visual span,.summary__visual b{position:absolute;z-index:2;color:rgba(241,238,231,.68);font-size:8px;font-weight:500;letter-spacing:.18em}
.summary__visual span{top:18px;left:20px}
.summary__visual b{right:20px;bottom:17px}
.summary__body{padding:28px 26px 25px}
.summary__eyebrow{margin:0 0 2px;color:#777268;font-size:8px;letter-spacing:.2em}
.checkout-page .checkout-summary h2{
  margin:0 0 20px;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:27px;font-weight:500;
}
.checkout-page .summary__row{padding:11px 0;border-top:1px solid rgba(23,23,20,.18);font-size:12px}
.checkout-page .summary__tax{color:#777268;font-size:10px}
.checkout-page .summary__total{align-items:baseline;margin:0 0 17px;padding:17px 0 14px;border-top:1px solid var(--checkout-ink);font-size:13px}
.checkout-page .summary__total strong{font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:400}
.summary__terms{margin:0 0 20px;padding:12px 0;border-top:1px solid rgba(23,23,20,.18);border-bottom:1px solid rgba(23,23,20,.18)}
.summary__terms div{display:flex;justify-content:space-between;gap:15px;padding:3px 0;font-size:10px}
.summary__terms dt{color:#777268}
.summary__terms dd{margin:0;font-weight:700}
.checkout-page .checkout-summary .btn{
  min-height:58px;justify-content:space-between;padding:14px 20px;border:1px solid var(--checkout-ink);border-radius:0;
  background:var(--checkout-ink);color:var(--checkout-paper);box-shadow:none;font-size:13px;letter-spacing:.03em;
  transition:background .2s,color .2s;
}
.checkout-page .checkout-summary .btn b{font-size:21px;font-weight:400;transition:transform .2s}
.checkout-page .checkout-summary .btn:not(:disabled):hover{background:var(--checkout-paper);color:var(--checkout-ink)}
.checkout-page .checkout-summary .btn:not(:disabled):hover b{transform:translateX(4px)}
.summary__action-note{margin:11px 0 0;color:#716d64;font-size:9px;line-height:1.7}
.summary__legal{display:flex;gap:18px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(23,23,20,.18)}
.summary__legal a{color:#4f4c45;font-size:10px;text-decoration:underline;text-underline-offset:3px}
.checkout-page .store-footer{border-top:1px solid var(--checkout-line);background:#171714;color:rgba(241,238,231,.6)}
.checkout-page .store-footer a{color:rgba(241,238,231,.78)}

@media(max-width:980px){
  .checkout-hero{grid-template-columns:minmax(0,1fr) 330px}
  .checkout-hero__copy{padding:54px 38px 42px}
  .checkout-page .checkout-layout{grid-template-columns:minmax(0,1fr) 340px}
  .checkout-section{padding:42px 34px}
}

@media(max-width:800px){
  .checkout-page .store-header{min-height:72px;padding:11px 16px}
  .checkout-page .store-header nav a{min-width:0;padding:7px 11px}
  .checkout-page .store-main{width:min(100% - 24px,680px);padding-top:0}
  .checkout-hero{grid-template-columns:1fr;min-height:0;margin-bottom:18px}
  .checkout-hero__copy{min-height:430px;padding:52px 30px 34px}
  .checkout-page .page-title{font-size:clamp(67px,18vw,104px)}
  .checkout-hero__art{min-height:210px;border-top:1px solid var(--checkout-line);border-left:0}
  .checkout-hero__art strong{font-size:88px}
  .checkout-hero__line{top:22px;left:24px}
  .checkout-hero__line--bottom{right:24px;bottom:22px;left:auto;top:auto}
  .checkout-page .checkout-layout{grid-template-columns:1fr;gap:18px}
  .checkout-summary{position:static;display:grid;grid-template-columns:230px 1fr}
  .summary__visual{height:100%;min-height:380px;border-right:1px solid rgba(241,238,231,.3);border-bottom:0}
}

@media(max-width:580px){
  .checkout-page .store-header nav a{border:0;padding:5px 4px;font-size:10px}
  .checkout-page .store-main{width:100%}
  .checkout-hero{border-right:0;border-left:0}
  .checkout-hero__copy{min-height:390px;padding:48px 20px 30px}
  .checkout-page .page-title{font-size:72px}
  .checkout-page .page-lead br{display:none}
  .checkout-steps{gap:5px}
  .checkout-steps span{padding:6px 8px;font-size:7px}
  .checkout-page #checkout-form{padding:0 10px}
  .checkout-sheet__topline{padding:13px 15px}
  .checkout-sheet__topline span:last-child{display:none}
  .checkout-section{padding:34px 20px}
  .checkout-section__heading{grid-template-columns:43px 1fr;gap:14px;margin-bottom:29px}
  .checkout-section__heading>span{width:40px;height:40px;font-size:11px}
  .checkout-section__heading h2{font-size:24px}
  .checkout-page .form-grid{grid-template-columns:1fr}
  .checkout-page .form-grid .field--full{grid-column:auto}
  .checkout-page .notice{grid-template-columns:1fr;gap:0}
  .notice__number{min-height:105px;border-right:0;border-bottom:1px solid var(--checkout-ink)}
  .checkout-page .notice p{padding:19px}
  .square-box__heading{align-items:flex-start;flex-direction:column}
  .checkout-summary{display:block}
  .summary__visual{height:255px;min-height:0;border-right:0;border-bottom:1px solid rgba(241,238,231,.3)}
  .summary__body{padding:25px 20px}
}

/* Shared storefront language — aligned with the Kamry RIX LP. */
.store-brand{
  display:inline-flex;flex-direction:column;align-items:flex-start;gap:0;
  color:var(--ink);font-weight:900;line-height:1.05;letter-spacing:.01em;
}
.store-brand__name{font-size:23px;font-weight:900;letter-spacing:.01em}
.store-brand small{margin-top:4px;color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.12em}

.storefront-page:not(.checkout-page){
  --store-ink:#10141d;
  --store-muted:#626c7d;
  --store-blue:#075de3;
  --store-blue-dark:#0447b8;
  --store-line:#dfe5ef;
  --store-paper:#f5f7fb;
  background:
    radial-gradient(900px 600px at 84% -12%,rgba(7,93,227,.09),transparent 62%),
    #f5f7fb;
  color:var(--store-ink);
}
.storefront-page:not(.checkout-page) .store-header{
  height:72px;padding:0 max(24px,calc((100vw - 1240px)/2));
  background:rgba(255,255,255,.88);border-color:var(--store-line);backdrop-filter:blur(14px);
}
.storefront-page:not(.checkout-page) .store-header nav{gap:8px}
.storefront-page:not(.checkout-page) .store-header nav a{
  min-width:68px;padding:7px 13px;border:1px solid transparent;border-radius:999px;
  color:#4f596a;font-size:12px;font-weight:650;text-align:center;
}
.storefront-page:not(.checkout-page) .store-header nav a:hover{
  border-color:rgba(7,93,227,.22);background:rgba(7,93,227,.05);color:var(--store-blue);text-decoration:none;
}
.storefront-page:not(.checkout-page) .store-main{
  width:min(1240px,calc(100% - 48px));padding:0 0 110px;
}
.storefront-page:not(.checkout-page) .store-footer{
  padding-top:34px;padding-bottom:34px;border-top:1px solid rgba(255,255,255,.1);
  background:#070b13;color:#98a4b7;
}
.storefront-page:not(.checkout-page) .store-footer a{color:#dce6f6}
.storefront-page:not(.checkout-page) .page-kicker{color:var(--store-blue);font-size:10px;letter-spacing:.22em}
.storefront-page:not(.checkout-page) .page-title{
  color:var(--store-ink);font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;
  font-weight:500;letter-spacing:-.045em;
}
.storefront-page:not(.checkout-page) .page-lead{color:var(--store-muted)}
.storefront-page:not(.checkout-page) .btn{
  border-radius:0;background:var(--store-blue);box-shadow:0 10px 26px rgba(7,93,227,.2);
}
.storefront-page:not(.checkout-page) .btn:hover{background:var(--store-blue-dark);text-decoration:none}
.storefront-page:not(.checkout-page) .btn b{font-size:19px;font-weight:400}

/* Shop */
.storefront-hero{
  display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);
  min-height:590px;margin-bottom:76px;overflow:hidden;
  border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);border-left:1px solid rgba(255,255,255,.15);
  color:#f4f7fb;background:
    linear-gradient(135deg,rgba(47,123,255,.11) 0 1px,transparent 1px 45px) 0 0/45px 45px,
    #080c14;
}
.storefront-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:64px clamp(34px,5vw,72px)}
.shop-page .storefront-hero .page-kicker{color:#6ea8ff}
.shop-page .storefront-hero .page-title{
  color:#f4f7fb;font-size:clamp(48px,5.5vw,78px);line-height:1.16;letter-spacing:-.06em;
}
.shop-page .storefront-hero .page-lead{max-width:520px;margin:28px 0 0;color:rgba(238,243,251,.68);font-size:14px;line-height:2}
.storefront-hero__facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:34px}
.storefront-hero__facts span{
  padding:7px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;
  color:rgba(238,243,251,.78);font-size:9px;letter-spacing:.08em;
}
.storefront-hero__visual{position:relative;display:grid;place-items:center;min-width:0;margin:0;overflow:hidden;border-left:1px solid rgba(255,255,255,.15);background:radial-gradient(circle at 50% 48%,rgba(47,123,255,.24),transparent 34%),#05070b}
.storefront-hero__visual::after{
  content:"";position:absolute;inset:0;background:
    linear-gradient(90deg,rgba(8,12,20,.24),transparent 38%),
    linear-gradient(180deg,rgba(8,12,20,.04),transparent 62%,rgba(8,12,20,.5));pointer-events:none;
}
.storefront-hero__visual img{width:min(68%,460px);height:84%;object-fit:contain;object-position:center;filter:drop-shadow(0 34px 32px rgba(0,0,0,.55))}
.storefront-hero__visual figcaption{
  position:absolute;z-index:1;right:24px;bottom:20px;left:24px;display:flex;justify-content:space-between;
  color:rgba(255,255,255,.72);font-size:8px;font-weight:700;letter-spacing:.18em;
}
.storefront-hero__type{
  position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;
  border-left:1px solid rgba(255,255,255,.15);
  background:
    linear-gradient(135deg,rgba(47,123,255,.16) 25%,transparent 25%) 0 0/46px 46px,
    linear-gradient(315deg,rgba(110,168,255,.08) 25%,transparent 25%) 0 0/46px 46px,
    radial-gradient(circle at 50% 50%,#173157 0,#0c1524 43%,#070b13 72%);
}
.storefront-hero__type::before,.storefront-hero__type::after{content:"";position:absolute;background:rgba(238,243,251,.5)}
.storefront-hero__type::before{width:1px;height:70%;left:50%;top:15%}
.storefront-hero__type::after{height:1px;width:70%;left:15%;top:50%}
.storefront-hero__type strong{position:relative;z-index:1;color:#f4f7fb;font-family:Georgia,"Times New Roman",serif;font-size:clamp(110px,11vw,170px);font-weight:400;letter-spacing:-.1em;line-height:1;text-shadow:0 22px 60px rgba(0,0,0,.46)}
.storefront-hero__type>span,.storefront-hero__type>small{position:absolute;z-index:2;color:rgba(238,243,251,.68);font-size:8px;font-weight:700;letter-spacing:.19em}
.storefront-hero__type>span{top:25px;left:27px}
.storefront-hero__type>small{right:27px;bottom:23px}
.store-products{padding:0 0 12px}
.store-section-heading,.cart-panel-heading{
  display:grid;grid-template-columns:52px 1fr;gap:18px;align-items:start;margin:0 0 30px;
}
.store-section-heading>span,.cart-panel-heading>span{
  display:grid;place-items:center;width:46px;height:46px;border:1px solid #151a24;border-radius:50%;
  font-family:Georgia,"Times New Roman",serif;font-size:12px;
}
.store-section-heading p,.cart-panel-heading p{margin:1px 0 2px;color:#737c8c;font-size:9px;letter-spacing:.2em}
.store-section-heading h2,.cart-panel-heading h2{
  margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:31px;font-weight:500;
}
.shop-page .product-grid{display:grid;grid-template-columns:1fr;gap:0}
.shop-page .store-product-card{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  overflow:hidden;border:1px solid var(--store-line);border-radius:0;background:#fff;box-shadow:0 24px 70px rgba(21,34,60,.09);
}
.shop-page .product-card__visual{
  position:relative;display:grid;place-items:center;height:auto;min-height:560px;padding:54px;
  border-right:1px solid rgba(255,255,255,.15);
  background:
    radial-gradient(circle at 50% 46%,rgba(47,123,255,.26),transparent 26%),
    linear-gradient(45deg,rgba(255,255,255,.035) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.035) 75%) 0 0/34px 34px,
    #090e18;
}
.shop-page .product-card__visual::before{content:"";position:absolute;width:65%;aspect-ratio:1;border:1px solid rgba(110,168,255,.34);border-radius:50%}
.shop-page .product-card__visual img{position:relative;z-index:1;width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.55))}
.product-card__index,.shop-page .product-card__visual small{
  position:absolute;z-index:2;color:rgba(238,243,251,.62);font-size:8px;font-weight:650;letter-spacing:.18em;
}
.product-card__index{top:22px;left:24px}
.shop-page .product-card__visual small{right:24px;bottom:22px}
.shop-page .product-card__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,5vw,66px)}
.shop-page .product-card__tag{
  align-self:flex-start;padding:6px 10px;border:1px solid rgba(7,93,227,.28);border-radius:999px;
  background:rgba(7,93,227,.05);color:var(--store-blue);font-size:9px;letter-spacing:.15em;
}
.shop-page .product-card h2{
  margin:19px 0 12px;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;
  font-size:clamp(28px,3vw,40px);font-weight:500;letter-spacing:-.03em;
}
.shop-page .product-card__body>p:not(.price){margin:0;color:var(--store-muted);font-size:13px;line-height:1.9}
.store-product__facts{margin:28px 0 0;border-top:1px solid var(--store-line);border-bottom:1px solid var(--store-line)}
.store-product__facts div{display:flex;justify-content:space-between;gap:18px;padding:8px 0;font-size:11px}
.store-product__facts dt{color:var(--store-muted)}
.store-product__facts dd{margin:0;font-weight:700}
.shop-page .price{display:grid;grid-template-columns:1fr auto;align-items:end;margin:28px 0 22px}
.shop-page .price>span{grid-column:1/-1;color:#727c8c;font-size:8px;letter-spacing:.2em}
.shop-page .price strong{font-family:Georgia,"Times New Roman",serif;font-size:45px;font-weight:400;line-height:1.15}
.shop-page .price strong small{color:inherit;font-family:inherit;font-size:.45em}
.shop-page .price em{padding-bottom:7px;color:var(--store-muted);font-size:10px;font-style:normal}
.shop-page .inline-form{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:end}
.shop-page .inline-form .field{margin:0}
.shop-page .inline-form .field span{margin-bottom:5px;color:#626c7d;font-size:10px;letter-spacing:.08em}
.shop-page .quantity-input{width:100%;height:54px;border:1px solid #cbd4e2;border-radius:0;background:#fff;text-align:center}
.shop-page .inline-form .btn{min-height:54px;justify-content:space-between}
.store-contract-strip{
  display:grid;grid-template-columns:160px 1fr auto;gap:24px;align-items:center;margin-top:18px;padding:20px 22px;
  border:1px solid #dbe2ed;background:#edf2f9;color:#4f5969;
}
.store-contract-strip>span{color:var(--store-blue);font-size:9px;font-weight:750;letter-spacing:.18em}
.store-contract-strip p{margin:0;font-size:11px;line-height:1.7}
.store-contract-strip a{color:#17213a;font-size:11px;font-weight:750;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}

.store-consumables{margin-top:96px;padding-top:4px}
.consumables-intro{display:flex;justify-content:space-between;gap:24px;align-items:center;margin:-12px 0 24px;padding-left:70px}
.consumables-intro p{margin:0;color:var(--store-muted);font-size:13px}
.consumables-intro span{padding:6px 10px;border:1px solid #cbd6e5;border-radius:999px;color:#5e6c81;font-size:9px;letter-spacing:.04em;white-space:nowrap}
.consumables-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.consumable-card{overflow:hidden;border:1px solid var(--store-line);background:#fff;box-shadow:0 18px 54px rgba(21,34,60,.07)}
.consumable-card__visual{position:relative;display:grid;place-items:center;height:390px;margin:0;overflow:hidden;background:#eef2f7}
.consumable-card__visual::after{content:"";position:absolute;inset:0;border:18px solid rgba(255,255,255,.18);pointer-events:none}
.consumable-card__visual img{position:absolute;inset:42px;width:calc(100% - 84px);height:calc(100% - 84px);max-width:none;object-fit:contain;transition:transform .55s cubic-bezier(.22,1,.36,1)}
.consumable-card__visual picture{display:contents}
.consumable-card:hover .consumable-card__visual img{transform:scale(1.025)}
.consumable-card__visual>span,.consumable-card__visual>small{position:absolute;z-index:2;color:#445064;font-size:8px;font-weight:700;letter-spacing:.17em}
.consumable-card__visual>span{top:20px;left:22px}
.consumable-card__visual>small{right:22px;bottom:18px}
.consumable-card__body{padding:30px}
.consumable-card__tag{margin:0 0 8px;color:var(--store-blue);font-size:8px;font-weight:750;letter-spacing:.2em}
.consumable-card h3{margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:27px;font-weight:500}
.consumable-card__body>p:not(.consumable-card__tag):not(.consumable-card__price){min-height:52px;margin:11px 0 24px;color:var(--store-muted);font-size:12px;line-height:1.8}
.consumable-card__buy{display:grid;grid-template-columns:150px 1fr;gap:22px;align-items:end;padding-top:20px;border-top:1px solid var(--store-line)}
.consumable-card__price{margin:0}
.consumable-card__price span,.consumable-card__price small{display:block;color:#737d8d;font-size:8px;letter-spacing:.14em}
.consumable-card__price strong{display:block;margin:1px 0;font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:400;line-height:1.2}
.consumable-card__form{display:grid;grid-template-columns:82px 1fr;gap:10px;align-items:end}
.consumable-card__form .field{margin:0}
.consumable-card__form .field span{margin-bottom:5px;color:#626c7d;font-size:9px}
.consumable-card__form .quantity-input{width:100%;height:50px;border-radius:0;text-align:center}
.consumable-card__form .btn{min-height:50px;justify-content:space-between;padding:12px 16px;font-size:12px}
.consumable-card__form .field--flavor{grid-column:1/-1}
.consumable-card__form .field--flavor select{height:50px;border-radius:0}

/* Cart */
.store-page-heading{
  display:grid;grid-template-columns:1fr minmax(300px,420px);gap:50px;align-items:end;
  min-height:300px;margin-bottom:32px;padding:64px 6px 42px;border-bottom:1px solid #cfd7e4;
}
.cart-page .store-page-heading .page-title{font-size:clamp(58px,7.5vw,96px);line-height:.9}
.cart-page .store-page-heading .page-lead{margin:0;padding-bottom:4px;font-size:13px;line-height:2}
.cart-page .cart-layout{grid-template-columns:minmax(0,1fr) 380px;gap:22px}
.cart-page .panel{border:1px solid #d8e0eb;border-radius:0;background:#fff;box-shadow:0 18px 54px rgba(21,34,60,.07)}
.cart-items{padding:32px}
.cart-panel-heading{margin-bottom:22px}
.cart-page .cart-row{grid-template-columns:98px 1fr 92px 110px;padding:20px 0;border-color:#e0e5ed}
.cart-page .cart-row img{width:98px;height:98px;border-radius:0;background:#0a0f18}
.cart-page .cart-row h2{font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:17px;font-weight:600}
.cart-page .quantity-input{border-radius:0;text-align:center}
.cart-update-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:22px}
.cart-update-row p{margin:0;font-size:10px}
.cart-page .btn--secondary{background:#e7edf6;color:#17213a;box-shadow:none}
.cart-summary{top:96px;padding:28px}
.cart-summary .summary__eyebrow{margin:0;color:#717b8c;font-size:8px;letter-spacing:.2em}
.cart-summary h2{margin:3px 0 22px;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:25px;font-weight:500}
.cart-summary .summary__row{border-top:1px solid #e0e5ed;font-size:12px}
.cart-summary .summary__total{margin:0 0 18px;border-top:1px solid #182130;font-size:13px}
.cart-summary .summary__total strong{font-family:Georgia,"Times New Roman",serif;font-size:29px;font-weight:400}
.cart-page .cart-summary .notice{margin-bottom:18px;border:1px solid #b9c9e1;border-radius:0;background:#edf3fc;color:#364b6e;font-size:11px}
.cart-page .cart-summary .notice strong{color:#112a53}
.cart-page .cart-summary .btn{min-height:56px;justify-content:space-between}
.cart-empty{min-height:340px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px}
.cart-empty>span{color:var(--store-blue);font-size:9px;letter-spacing:.2em}
.cart-empty h2{margin:8px 0 28px;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-size:30px;font-weight:500}
.complete-page .complete-card{margin-top:70px}

/* Checkout colour bridge to the LP. */
.checkout-page{
  --checkout-ink:#101722;
  --checkout-paper:#f3f6fa;
  --checkout-paper-deep:#e5edf8;
  --checkout-line:rgba(222,232,247,.23);
  --checkout-accent:#6ea8ff;
  background:
    linear-gradient(90deg,transparent 24.9%,rgba(110,168,255,.045) 25%,rgba(110,168,255,.045) 25.1%,transparent 25.2%,transparent 74.9%,rgba(110,168,255,.045) 75%,rgba(110,168,255,.045) 75.1%,transparent 75.2%),
    #070b13;
}
.checkout-page .store-header{background:rgba(7,11,19,.9);border-color:rgba(222,232,247,.17)}
.checkout-page .store-brand{color:#f4f7fb}
.checkout-page .store-brand small{color:rgba(222,232,247,.55)}
.checkout-page .store-header nav a{color:#e8eef8;border-color:rgba(222,232,247,.35)}
.checkout-page .store-header nav a:hover{background:#f4f7fb;color:#101722}
.checkout-hero__art{
  background:
    linear-gradient(135deg,rgba(47,123,255,.18) 25%,transparent 25%) 0 0/44px 44px,
    linear-gradient(315deg,rgba(110,168,255,.1) 25%,transparent 25%) 0 0/44px 44px,
    radial-gradient(circle at 52% 45%,#18345e 0,#0c1524 43%,#070b13 72%);
}
.checkout-page .notice{background:var(--checkout-paper-deep);color:#31415a}
.notice__number{background:#0b1a31;color:#f3f6fa}
.notice__number strong{color:#f3f6fa}
.checkout-page .checkout-summary .btn{border-color:#075de3;background:#075de3;color:#fff}
.checkout-page .checkout-summary .btn:not(:disabled):hover{background:#0447b8;color:#fff}
.summary__visual{
  background:
    linear-gradient(45deg,rgba(110,168,255,.07) 25%,transparent 25%,transparent 75%,rgba(110,168,255,.07) 75%) 0 0/30px 30px,
    #08101d;
}
.checkout-page .store-footer{background:#070b13}

@media(max-width:920px){
  .storefront-hero{grid-template-columns:1fr;min-height:0}
  .storefront-hero__copy{min-height:440px;padding:58px 42px}
  .storefront-hero__visual{min-height:420px;border-top:1px solid rgba(255,255,255,.15);border-left:0}
  .storefront-hero__type{display:none}
  .shop-page .store-product-card{grid-template-columns:1fr}
  .shop-page .product-card__visual{min-height:480px;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}
  .store-contract-strip{grid-template-columns:1fr;gap:8px}
  .consumables-grid{grid-template-columns:1fr}
  .cart-page .cart-layout{grid-template-columns:1fr}
  .cart-summary{position:static}
}

@media(max-width:800px){
  .storefront-page:not(.checkout-page) .store-header{min-height:70px;padding:11px 16px}
  .storefront-page:not(.checkout-page) .store-header nav{gap:6px}
  .storefront-page:not(.checkout-page) .store-header nav a{min-width:0;padding:7px 8px;font-size:10px}
  .storefront-page:not(.checkout-page) .store-main{width:min(100% - 24px,680px)}
  .store-page-heading{grid-template-columns:1fr;gap:20px;min-height:270px;padding:54px 4px 34px}
  .cart-page .store-page-heading .page-lead{max-width:none}
  .cart-page .cart-row{grid-template-columns:76px 1fr 80px}
  .cart-page .cart-row img{width:76px;height:76px}
}

@media(max-width:560px){
  .storefront-page:not(.checkout-page) .store-main{width:100%}
  .storefront-hero{margin-bottom:58px;border-right:0;border-left:0}
  .storefront-hero__copy{min-height:410px;padding:48px 20px 34px}
  .shop-page .storefront-hero .page-title{font-size:43px}
  .storefront-hero__visual{min-height:330px}
  .storefront-hero__visual img{width:64%;height:86%}
  .store-products{padding:0 10px}
  .store-section-heading{grid-template-columns:43px 1fr;gap:14px;margin-bottom:22px}
  .store-section-heading>span{width:40px;height:40px}
  .store-section-heading h2{font-size:25px}
  .shop-page .product-card__visual{min-height:360px;padding:28px}
  .shop-page .product-card__body{padding:30px 20px}
  .shop-page .product-card h2{font-size:28px}
  .shop-page .inline-form{grid-template-columns:86px 1fr}
  .store-contract-strip{padding:18px}
  .store-consumables{margin-top:70px;padding:0 10px}
  .consumables-intro{align-items:flex-start;flex-direction:column;margin-top:-4px;padding-left:0}
  .consumables-intro span{white-space:normal}
  .consumable-card__visual{height:290px}
  .consumable-card__visual img{inset:24px;width:calc(100% - 48px);height:calc(100% - 48px)}
  .consumable-card__body{padding:24px 20px}
  .consumable-card h3{font-size:24px}
  .consumable-card__body>p:not(.consumable-card__tag):not(.consumable-card__price){min-height:0}
  .consumable-card__buy{grid-template-columns:1fr;gap:18px}
  .store-page-heading{margin:0 12px 20px}
  .cart-page .cart-layout{padding:0 10px}
  .cart-items{padding:24px 18px}
  .cart-panel-heading{grid-template-columns:43px 1fr;gap:13px}
  .cart-panel-heading>span{width:40px;height:40px}
  .cart-page .cart-row{grid-template-columns:64px 1fr 70px;gap:11px}
  .cart-page .cart-row img{width:64px;height:64px}
  .cart-page .cart-row .money{grid-column:2/-1}
  .cart-update-row{align-items:stretch;flex-direction:column}
  .cart-summary{padding:24px 20px}
  .cart-empty{margin:0 10px;padding:32px 24px}
}

.admin-password-card{max-width:720px}
.admin-password-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.admin-password-card__heading h2{margin:0;font-size:26px}
.admin-password-card__heading>span{padding:6px 10px;border:1px solid #b8c6dc;border-radius:999px;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.12em}
.password-requirements{margin:4px 0 24px;padding:16px 18px;border:1px solid #d8e0eb;background:#f6f9fd;color:var(--muted);font-size:13px}
.password-requirements strong{color:var(--ink)}
.password-requirements ul{margin:7px 0 0;padding-left:20px}

@media(max-width:600px){
  .admin-nav{flex-wrap:wrap}
  .admin-password-card__heading{align-items:flex-start;flex-direction:column}
}

/* 本体レンタルカード: 別売り注記 */
.product-note {
  margin: 10px 0 0;
  color: #6f7d88;
  font-size: 12px;
  line-height: 1.7;
}
