@charset "UTF-8";
:root{
 --ink:#171512;--muted:#766f66;--paper:#fffaf1;--white:#fff;--cream:#f8eedc;
 --yellow:#ffd94d;--red:#ef3340;--blue:#eaf7f8;--purple:#f5edff;--line:#ded4c5;
 --shadow:0 22px 70px rgba(77,55,36,.12);--ease:cubic-bezier(.16,1,.3,1);
 --max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:86px;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;overflow-x:hidden;font-feature-settings:"palt" 1;font-kerning:normal}
body.lock{overflow:hidden}a{text-decoration:none;color:inherit}button,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}
.progress{position:fixed;left:0;top:0;height:3px;width:0;background:var(--red);z-index:1000}
.site-header{position:fixed;z-index:200;top:0;left:0;right:0;height:82px;padding:0 max(18px,3.5vw);display:flex;align-items:center;justify-content:space-between;background:rgba(255,250,241,.91);backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid rgba(94,76,58,.09);transition:.35s var(--ease)}
.site-header.scrolled{height:70px;box-shadow:0 10px 35px rgba(50,38,27,.08)}
.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:47px;height:47px;object-fit:cover;border-radius:50%}.brand-word{width:128px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:27px;font-size:11px;font-weight:900;letter-spacing:.07em}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:-8px;background:var(--red);transition:.3s}.desktop-nav a:hover:after{right:0}
.menu-button{display:none;width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:50%;padding:0 13px}.menu-button span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:.35s}.menu-button.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.menu-drawer{visibility:hidden;position:fixed;z-index:190;inset:0;background:var(--yellow);clip-path:circle(0 at calc(100% - 36px) 36px);transition:.72s var(--ease);padding:105px 24px 40px}.menu-drawer.open{visibility:visible;clip-path:circle(150% at calc(100% - 36px) 36px)}
.menu-drawer nav{display:grid}.menu-drawer a{font-family:"Noto Serif JP",serif;font-size:clamp(34px,10vw,58px);font-weight:900;border-bottom:2px solid rgba(0,0,0,.2);padding:10px 0}.menu-drawer em{font-family:"Noto Sans JP";font-style:normal;font-size:10px;margin-right:15px;color:#7b5f00}
.hero{min-height:100svh;padding:100px max(20px,5vw) 70px;position:relative;overflow:hidden;background:radial-gradient(circle at 20% 25%,#fff 0 12%,transparent 33%),linear-gradient(135deg,#fffdf9 0%,#fff4d5 55%,#f7fbfb 100%);perspective:1300px}
.hero:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-100px;top:150px;background:rgba(255,217,77,.32);filter:blur(2px)}
.hero-inner{width:min(var(--max),100%);margin:auto;min-height:calc(100svh - 170px);display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center;position:relative;z-index:1}
.scene-3d{transform-style:preserve-3d;perspective:1100px}.hero-visual{position:relative;display:grid;place-items:center;min-height:560px;will-change:transform}
.hero-orbit{position:absolute;width:min(470px,43vw);aspect-ratio:1;border:1px dashed rgba(23,21,18,.24);border-radius:50%;animation:spin 22s linear infinite}.hero-orbit:after,.hero-orbit:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--red);top:11%;left:12%;box-shadow:280px 290px 0 var(--yellow)}
.hero-mascot{position:relative;width:min(390px,39vw);aspect-ratio:1;object-fit:cover;border-radius:50%;z-index:2;filter:drop-shadow(0 36px 34px rgba(55,41,28,.22));will-change:transform,filter}
.hero-shadow{position:absolute;bottom:72px;width:45%;height:26px;border-radius:50%;background:rgba(34,27,21,.13);filter:blur(13px)}
.overline{font-size:10px;font-weight:900;letter-spacing:.18em;color:#b52d35;margin:0 0 13px}.hero-word{width:min(370px,68vw);height:auto;margin-bottom:18px}.hero-copy h1,.section-copy h2,.section-heading h2,.drink-copy h2,.people-copy h2,.access-card h2{font-family:"Noto Serif JP",serif;font-weight:900;letter-spacing:-.055em;line-height:1.12;margin:0;text-wrap:balance}.hero-copy h1{font-size:clamp(48px,5.8vw,77px)}.lead{font-size:14px;line-height:2.05;color:var(--muted);margin:25px 0}.hero-buttons,.access-actions{display:flex;gap:10px;flex-wrap:wrap}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;border:1.5px solid var(--ink);font-size:12px;font-weight:900;transition:.22s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff}
.scroll-label{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:.2em;color:var(--muted);text-align:center}.scroll-label span{display:block;font-size:20px;margin-top:5px;animation:bounce 1.5s ease-in-out infinite}
.ticker{overflow:hidden;border-block:2px solid var(--ink);background:var(--yellow);white-space:nowrap}.ticker-track{display:inline-flex;align-items:center;gap:34px;padding:12px 0;font-weight:900;font-size:12px;letter-spacing:.11em;animation:ticker 24s linear infinite}.ticker-track b{color:var(--red)}
.section{padding:100px max(20px,6vw)}.section-grid,.menu-stage,.people-card,.section-heading,.shop-perks,.media-grid,.access-card{width:min(var(--max),100%);margin-inline:auto}.section-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.photo-frame,.menu-photo,.people-photo{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);position:relative}.photo-frame{height:min(68vh,700px)}.photo-frame img,.menu-photo img,.people-photo img{width:100%;height:110%;object-fit:cover;will-change:transform}.photo-caption{position:absolute;left:17px;bottom:17px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);padding:9px 12px;border-radius:12px;font-size:10px;font-weight:900}
.section-copy h2,.section-heading h2,.drink-copy h2,.people-copy h2,.access-card h2{font-size:clamp(38px,5.2vw,66px)}.section-copy>p:last-of-type,.section-heading>p:last-child,.drink-copy>p,.people-copy>p{font-size:14px;line-height:2;color:var(--muted);max-width:650px}.pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.pill-row span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;background:#fff;font-size:10px;font-weight:800}
.menu{background:var(--cream)}.section-heading{text-align:center;margin-bottom:38px}.section-heading>p:last-child{margin:15px auto 0}.menu-stage{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.menu-photo{height:620px}.menu-list{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;align-self:stretch}.menu-list div{display:flex;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid #eee3d7;font-size:14px}.menu-list strong{color:#b52d35}.menu-list small{display:block;margin-top:20px;color:var(--muted)}
.drink-scene{height:220svh;background:linear-gradient(180deg,#eaf8f9 0%,#f9fcfc 70%,#fffaf1 100%);position:relative}.drink-pin{position:sticky;top:0;height:100svh;width:min(var(--max),calc(100% - 40px));margin:auto;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px;overflow:hidden}.drink-copy{position:relative;z-index:3}.drink-price{font-size:30px;font-weight:900;color:#b52d35;margin-top:25px}.drink-price small{font-size:11px;color:var(--muted)}
.drink-visual{height:80vh;display:grid;place-items:center;position:relative}.drink-image{width:min(550px,46vw);aspect-ratio:1;object-fit:cover;border-radius:32px;box-shadow:var(--shadow);will-change:transform,filter}.drink-ring{position:absolute;border-radius:50%;border:2px solid rgba(20,121,137,.16)}.ring-a{width:80%;aspect-ratio:1}.ring-b{width:57%;aspect-ratio:1;border-style:dashed}
.people{background:#fff}.people-card{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;border:1px solid var(--line);border-radius:34px;padding:24px;background:#fff;box-shadow:var(--shadow)}.people-photo{height:560px}.people-copy{padding:15px 25px}
.goods-intro{background:linear-gradient(180deg,#fffaf1,#fff4dd)}.shop-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:35px}.shop-perks>div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.shop-perks span{display:block;color:#b52d35;font-size:10px;font-weight:900}.shop-perks b{display:block;font-size:16px;margin:5px 0}.shop-perks small{color:var(--muted)}
.goods-horizontal{height:390svh;background:#fff4dd;position:relative}.goods-pin{position:sticky;top:70px;height:calc(100svh - 70px);overflow:hidden;padding:18px max(16px,4vw) 28px}.goods-toolbar{width:min(var(--max),100%);margin:0 auto 18px;display:flex;justify-content:space-between;align-items:center;gap:15px}.filters{display:flex;gap:8px}.filter{border:1.5px solid var(--ink);background:#fff;border-radius:999px;padding:9px 14px;font-size:10px;font-weight:900}.filter.active{background:var(--yellow)}.shipping{font-size:10px;font-weight:800;display:flex;align-items:center;gap:8px}.shipping i{display:block;width:110px;height:7px;border-radius:999px;background:#eadfce;overflow:hidden}.shipping i span{display:block;width:70%;height:100%;background:linear-gradient(90deg,var(--yellow),var(--red))}
.product-track{display:flex;gap:16px;height:calc(100% - 95px);will-change:transform}.product-card{flex:0 0 min(340px,78vw);height:100%;background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(60,45,31,.07);position:relative}.product-visual{height:55%;min-height:260px;background:#fff;display:grid;place-items:center;overflow:hidden;position:relative}.product-visual img{width:93%;height:93%;object-fit:contain;filter:drop-shadow(0 15px 18px rgba(30,24,20,.11));transition:.4s var(--ease)}.product-card:hover .product-visual img{transform:scale(1.035)}.new{position:absolute;z-index:2;top:13px;left:13px;background:var(--red);color:#fff;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}.product-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.product-body small.cat{font-size:9px;color:var(--muted)}.product-body h3{font-family:"Noto Serif JP",serif;font-size:20px;line-height:1.3;margin:0}.variant{font-size:11px;color:#73695f;font-weight:700}.price{font-size:24px;font-weight:900}.price small{font-size:9px;color:var(--muted)}.stock{width:max-content;border:1px solid #91cd83;background:#f0faed;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.stock.low{border-color:#f4a582;background:#fff1e9;color:#a33b21}.buy{display:grid;grid-template-columns:80px 1fr;gap:7px;margin-top:auto}.buy select{min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 9px}.add-cart{border:0;border-radius:10px;background:var(--yellow);font-weight:900;min-height:42px}.goods-progress{width:min(var(--max),100%);height:4px;background:#e1d5c4;margin:15px auto 0;border-radius:999px;overflow:hidden}.goods-progress span{display:block;height:100%;width:0;background:var(--red)}
.media{background:var(--purple)}.media-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.media-card{min-height:210px;border-radius:24px;padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow);transition:.3s}.media-card:hover{transform:translateY(-6px)}.media-card svg{width:42px;height:42px}.media-card b{font-size:20px;display:block}.media-card span{font-size:11px}.youtube{background:#ff0033}.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.tv{background:#147bd1}.ktv{background:#ff7a00}
.access{background:#fff}.access-card{border:1px solid var(--line);border-radius:34px;padding:36px;background:linear-gradient(135deg,#fffaf1,#eefafb);display:grid;grid-template-columns:.8fr 1fr;gap:35px;align-items:center}.access-card dl{display:grid;grid-template-columns:90px 1fr;gap:13px;font-size:12px}.access-card dt{font-weight:900}.access-card dd{margin:0;color:var(--muted);line-height:1.7}.access-actions{grid-column:2}
footer{padding:45px max(20px,6vw);border-top:1px solid var(--line);background:#efe5d6}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img:first-child{width:55px;height:55px;border-radius:50%}.footer-brand img:last-child{width:130px}.footer-brand+p{font-size:10px;letter-spacing:.15em;color:var(--muted)}
.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.on{opacity:1;transform:none}
.cart-fab{position:fixed;z-index:180;right:15px;bottom:15px;border:2px solid var(--ink);background:var(--red);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:4px 4px 0 var(--ink)}.cart-fab span{display:inline-grid;place-items:center;margin-left:6px;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--ink)}
.cart-panel{position:fixed;z-index:300;right:0;top:0;width:min(430px,100%);height:100%;background:#fffaf1;padding:86px 24px 28px;transform:translateX(105%);transition:.5s var(--ease);box-shadow:-25px 0 80px rgba(0,0,0,.17);overflow:auto}.cart-panel.open{transform:none}.cart-close{position:absolute;right:18px;top:18px;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:24px}.cart-panel h2{font-size:42px;margin:0}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item small{display:block;color:var(--muted);margin-top:5px}.remove{border:0;background:none;color:var(--red)}.cart-total{display:flex;justify-content:space-between;font-size:18px;font-weight:900;margin-top:18px}.checkout{width:100%;height:50px;border:0;border-radius:12px;background:var(--ink);color:#fff;font-weight:900;margin:15px 0}
@keyframes ticker{to{transform:translateX(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{50%{transform:translateY(7px)}}
@media(max-width:900px){.desktop-nav{display:none}.menu-button{display:block}.hero{padding-top:88px}.hero-inner{grid-template-columns:1fr;gap:4px;min-height:auto}.hero-visual{min-height:310px}.hero-orbit{width:310px}.hero-mascot{width:255px}.hero-shadow{bottom:28px}.hero-copy{text-align:center}.hero-word{margin-inline:auto}.hero-copy h1{font-size:clamp(41px,11vw,55px)}.lead{font-size:13px}.hero-buttons{justify-content:center}.section{padding:76px 18px}.section-grid,.menu-stage,.people-card,.access-card{grid-template-columns:1fr}.photo-frame{height:57vh}.menu-photo{height:500px}.section-copy h2,.section-heading h2,.drink-copy h2,.people-copy h2,.access-card h2{font-size:clamp(37px,10vw,50px)}.drink-pin{grid-template-columns:1fr;height:100svh;align-content:center;gap:8px}.drink-copy{text-align:center}.drink-copy>p{margin-inline:auto}.drink-visual{height:46vh}.drink-image{width:min(390px,78vw)}.people-photo{height:480px}.people-copy{padding:10px 5px 20px}.shop-perks{grid-template-columns:1fr 1fr}.shop-perks>div:last-child{grid-column:1/-1}.goods-horizontal{height:auto;min-height:0}.goods-pin{position:relative;top:auto;height:auto;overflow:visible;padding:18px 0 34px}.goods-toolbar{padding:0 18px;align-items:flex-start;flex-direction:column}.product-track{overflow-x:auto;scroll-snap-type:x mandatory;padding:0 18px 20px;gap:14px;height:auto;transform:none!important}.product-card{height:auto;min-height:620px;scroll-snap-align:center;flex-basis:84vw}.product-visual{height:340px;min-height:340px}.goods-progress{margin:0 18px;width:calc(100% - 36px)}.media-grid{grid-template-columns:1fr 1fr}.access-actions{grid-column:auto}.cart-fab{right:11px;bottom:11px}}
@media(max-width:520px){.site-header{height:68px;padding:0 12px}.brand-mark{width:41px;height:41px}.brand-word{width:105px}.menu-button{width:44px;height:44px}.hero{padding-inline:16px}.hero-visual{min-height:280px}.hero-orbit{width:280px}.hero-mascot{width:225px}.hero-copy h1{font-size:40px}.lead br{display:none}.button{min-height:46px;padding:0 17px}.photo-frame{height:52vh}.menu-photo{height:390px}.people-card{padding:14px}.people-photo{height:420px}.shop-perks{grid-template-columns:1fr}.shop-perks>div:last-child{grid-column:auto}.product-card{flex-basis:88vw;min-height:595px}.product-visual{height:320px;min-height:320px}.media-grid{grid-template-columns:1fr}.access-card{padding:25px}.access-card dl{grid-template-columns:78px 1fr}.cart-fab{font-size:12px;padding:10px 13px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* =========================================================
   JICOCHU MASTER V3.3 — AUTHORITATIVE UI LAYER
   No legacy patch stacking below this point.
   ========================================================= */

/* Hero / Japanese typography */
.hero-copy{max-width:620px}
.hero-copy h1{
  line-height:1.14;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.lead{
  max-width:39em;
  line-height:1.9;
  letter-spacing:0;
}

/* Interactive mascot */
.hero-visual{touch-action:pan-y;user-select:none;-webkit-user-select:none}
.hero-mascot{
  cursor:grab;
  transform-style:preserve-3d;
  backface-visibility:visible;
  -webkit-user-drag:none;
}
.hero-mascot.dragging{cursor:grabbing}
.rotate-hint{
  position:absolute;z-index:6;bottom:42px;left:50%;
  transform:translateX(-50%);
  padding:7px 11px;border:1px solid rgba(23,21,18,.18);
  border-radius:999px;background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);font-size:9px;font-weight:900;
  color:#5e554c;pointer-events:none;white-space:nowrap;
}
.rotate-hint:before{content:"↔";margin-right:6px;color:#b52d35}

/* ABOUT — exactly one caption; no pseudo-label */
.about .photo-frame::before,
.about .photo-frame::after{content:none!important;display:none!important}
.about .photo-frame{background:#111}
.about .photo-frame img{object-position:50% 46%}
.about .photo-caption{
  left:17px;right:auto;top:auto;bottom:17px;
  max-width:calc(100% - 34px);
}
.about .section-copy h2{
  line-height:1.16;
  letter-spacing:-.045em;
}
.about .section-copy>p:not(.overline){
  max-width:34em;
  line-height:1.9;
  letter-spacing:0;
  word-break:normal;
  overflow-wrap:break-word;
}

/* GOODS — one product = one file; single authoritative display rule */
.goods-horizontal{height:390svh}
.product-visual{
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.product-visual img{
  display:block;
  width:94%;
  height:94%;
  object-fit:contain;
  object-position:center;
  padding:0;
  margin:auto;
  transform:none;
  filter:drop-shadow(0 12px 14px rgba(30,24,20,.09));
}
.product-card:hover .product-visual img{transform:scale(1.015)}
.product-body h3,.variant,.price,.stock{text-wrap:balance}

/* DRINK — true transparent object layers, never rectangular cards */
.drink-scene{
  background:
    radial-gradient(circle at 74% 38%,rgba(255,255,255,.9) 0 8%,transparent 28%),
    linear-gradient(180deg,#eaf8f9 0%,#f9fcfc 67%,#fffaf1 100%);
}
.glass-pair-stage{
  position:relative;
  width:min(660px,84vw);
  height:min(72vh,700px);
  display:grid;
  place-items:center;
  perspective:1200px;
  transform-style:preserve-3d;
  background:transparent;
  overflow:visible;
  isolation:isolate;
}
.glass-item{
  position:absolute;
  z-index:5;
  height:82%;
  width:auto;
  object-fit:contain;
  background:transparent;
  border:0;
  box-shadow:none;
  mix-blend-mode:normal;
  will-change:transform,filter;
  transform-style:preserve-3d;
  filter:
    drop-shadow(0 32px 22px rgba(19,41,44,.20))
    drop-shadow(0 7px 5px rgba(0,0,0,.11));
}
.glass-blue{left:8%}
.glass-face{right:8%}
.glass-light{
  position:absolute;z-index:1;width:112%;aspect-ratio:1.35/1;border-radius:50%;
  background:radial-gradient(ellipse,
    rgba(255,255,255,.93) 0 17%,
    rgba(181,237,243,.38) 36%,
    rgba(255,219,90,.10) 54%,
    transparent 72%);
  filter:blur(25px);
  pointer-events:none;
}
.glass-shadow{
  position:absolute;z-index:2;bottom:4%;
  width:27%;height:5.5%;border-radius:50%;
  background:rgba(18,36,38,.20);
  filter:blur(17px);pointer-events:none;
}
.glass-shadow-left{left:19%}
.glass-shadow-right{right:19%}

/* MEDIA */
.media .section-heading{text-align:center}
.media .section-heading h2{
  font-family:"Noto Sans JP",sans-serif;
  font-size:clamp(34px,4.5vw,54px);
  line-height:1.15;
  letter-spacing:-.04em;
}
.media .section-heading>p:last-child{
  margin:12px auto 0;
  max-width:650px;
  line-height:1.8;
}

/* Mobile: iPhone-first */
@media(max-width:900px){
  .hero-copy{max-width:none}
  .rotate-hint{bottom:12px}

  .goods-horizontal{height:auto;min-height:0}
  .goods-pin{
    position:relative;top:auto;height:auto;overflow:visible;
    padding:18px 14px 34px;
  }
  .goods-toolbar{
    width:100%;padding:0;margin-bottom:16px;
    align-items:flex-start;flex-direction:column;
  }
  .product-track{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    height:auto;
    overflow:visible;
    padding:0;
    transform:none!important;
  }
  .product-card{
    flex:none;width:auto;min-width:0;height:auto;min-height:0;
    border-radius:18px;
  }
  .product-visual{
    height:auto;min-height:0;
    aspect-ratio:1/1;
  }
  .product-visual img{
    width:96%;
    height:96%;
  }
  .product-body{padding:10px;gap:6px}
  .product-body h3{font-size:14px;line-height:1.3}
  .variant{font-size:9px;line-height:1.4;min-height:25px}
  .price{font-size:20px}
  .stock{font-size:9px;padding:5px 7px}
  .buy{grid-template-columns:1fr;gap:6px}
  .buy select,.add-cart{width:100%;min-height:38px}
  .goods-progress{display:none}

  .glass-pair-stage{
    width:min(410px,92vw);
    height:46vh;
    min-height:350px;
  }
  .glass-item{height:76%}
  .glass-blue{left:4%}
  .glass-face{right:4%}

  .media .section-heading h2{font-size:32px}
}

@media(max-width:520px){
  .hero-copy h1{
    font-size:32px;
    line-height:1.22;
    letter-spacing:-.04em;
    max-width:11.5em;
    margin-inline:auto;
  }
  .lead{
    font-size:13px;
    line-height:1.75;
    max-width:27em;
    margin-inline:auto;
  }
  .about .section-copy h2{
    font-size:38px;
    line-height:1.18;
  }
  .about .section-copy>p:not(.overline){
    font-size:14px;
    line-height:1.85;
  }
  .photo-caption{
    font-size:9px;
    line-height:1.45;
    padding:8px 10px;
  }
  .product-track{gap:8px}
  .product-body{padding:9px}
  .product-body h3{font-size:13px}
  .price{font-size:18px}
  .glass-pair-stage{
    height:43vh;
    min-height:325px;
  }
  .glass-item{height:73%}
  .cart-fab{font-size:11px;padding:9px 12px}
}

/* =========================================================
   JICOCHU MASTER V3.5 — GRAPHIC HERO
   Frameless, typography-led first view.
   ========================================================= */

/* Approved commerce assets remain unclipped */
.product-visual{
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.product-visual img{
  display:block;
  width:92%;
  height:92%;
  object-fit:contain;
  object-position:center;
  margin:auto;
  padding:0;
}

/* Remove card/frame feeling from first-view copy */
.hero-copy{
  position:relative;
  z-index:4;
  max-width:680px;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  outline:0;
  box-shadow:none;
  border-radius:0;
}
.hero-copy::before,
.hero-copy::after{
  content:none!important;
  display:none!important;
}
.hero-copy h1{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:950;
  line-height:.94;
  letter-spacing:-.075em;
  text-wrap:balance;
}
.hero-line{
  display:block;
  width:max-content;
  max-width:100%;
  position:relative;
}
.hero-line-1{
  font-size:clamp(54px,7.2vw,108px);
  transform:rotate(-1.4deg);
  transform-origin:left center;
}
.hero-line-2{
  margin-top:.08em;
  margin-left:.34em;
  font-size:clamp(45px,6.2vw,92px);
  font-style:italic;
  transform:skewX(-7deg);
  transform-origin:left center;
}
.hero-line-3{
  margin-top:.04em;
  margin-left:.08em;
  font-size:clamp(39px,5.4vw,80px);
  letter-spacing:-.06em;
}

/* Graphic accent is typography, not a box */
.hero-line:first-child::after{
  content:"";
  display:block;
  width:1.35em;
  height:.085em;
  margin:.13em 0 .08em .05em;
  background:currentColor;
  transform:skewX(-28deg);
  transform-origin:left center;
}
.hero-copy .lead{
  margin-top:28px;
  max-width:34em;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  font-size:14px;
  line-height:1.9;
  letter-spacing:.015em;
}
.hero-word{
  width:min(430px,72vw);
  height:auto;
  object-fit:contain;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
}

/* Any decorative copy badges in hero become plain editorial text */
.hero-copy .eyebrow,
.hero-copy .overline{
  display:inline-block;
  padding:0;
  margin-bottom:18px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  font-weight:900;
  letter-spacing:.16em;
}

@media(max-width:900px){
  .product-visual{aspect-ratio:1/1}
  .product-visual img{width:94%;height:94%}

  .hero-copy{
    max-width:none;
    width:100%;
  }
  .hero-copy h1{
    line-height:.98;
    letter-spacing:-.065em;
  }
  .hero-line-1{font-size:clamp(43px,11.6vw,62px)}
  .hero-line-2{
    font-size:clamp(37px,10vw,54px);
    margin-left:.18em;
  }
  .hero-line-3{
    font-size:clamp(32px,8.8vw,48px);
  }
  .hero-copy .lead{
    margin-top:22px;
    max-width:29em;
    font-size:13px;
    line-height:1.78;
  }
  .hero-word{width:min(330px,78vw)}
}

@media(max-width:520px){
  .hero-copy h1{
    max-width:none;
    margin:0;
    text-align:left;
  }
  .hero-line{
    width:max-content;
    max-width:96%;
  }
  .hero-line-1{
    font-size:clamp(39px,11.2vw,49px);
    transform:rotate(-1deg);
  }
  .hero-line-2{
    font-size:clamp(34px,9.8vw,44px);
    margin-left:.12em;
  }
  .hero-line-3{
    font-size:clamp(30px,8.7vw,40px);
  }
}
