:root{
  --ink:#101311;
  --muted:#65706a;
  --line:#dce2de;
  --paper:#f3f5f3;
  --paper-strong:#edf2ef;
  --green:#176b50;
  --green-dark:#0f523d;
  --white:#fff;
  --max:1440px;
  --pad:clamp(22px,4.4vw,70px);
  --header-h:78px;
  --radius:2px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body{margin:0;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.75;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:#d8e8e1;color:var(--ink)}
.wrap{width:min(var(--max),calc(100% - var(--pad)*2));margin-inline:auto}
.anchor-section{scroll-margin-top:calc(var(--header-h) + 18px)}
.eyebrow{display:flex;align-items:center;gap:13px;font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--green);text-transform:uppercase}
.eyebrow::before{content:"";width:34px;height:1px;background:currentColor;flex:0 0 auto}
.reveal{opacity:0;transform:translateY(13px);transition:opacity .58s cubic-bezier(.2,.8,.2,1),transform .58s cubic-bezier(.2,.8,.2,1)}
.reveal.in{opacity:1;transform:none}
.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--ink);color:#fff;padding:10px 14px;font-size:12px;font-weight:700;transition:top .2s}
.skip-link:focus{top:16px}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #2a9772;outline-offset:3px}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:110;color:#fff;transition:background .3s,color .3s,border-color .3s,box-shadow .3s}
.site-header:not(.scrolled):not(.inner){background:linear-gradient(180deg,rgba(7,12,9,.24) 0%,rgba(7,12,9,.08) 60%,rgba(7,12,9,0) 100%)}
.site-header.scrolled,.site-header.inner{background:rgba(255,255,255,.96);color:var(--ink);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,19,17,.08);box-shadow:0 5px 24px rgba(16,19,17,.035)}
.header-in{height:var(--header-h);width:min(var(--max),calc(100% - var(--pad)*2));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;line-height:1;flex:0 0 auto}
.brand-logo{width:258px;max-width:100%;height:auto;object-fit:contain;object-position:left center}
.site-header:not(.scrolled):not(.inner) .brand{background:transparent;padding:0;border:0;border-radius:0;box-shadow:none}
.site-header.scrolled .brand,.site-header.inner .brand{background:transparent;padding:0;border:0;box-shadow:none}
.site-header:not(.scrolled):not(.inner) .nav,.site-header:not(.scrolled):not(.inner) .header-cta,.site-header:not(.scrolled):not(.inner) .menu-btn{text-shadow:0 1px 8px rgba(0,0,0,.28)}
.nav{display:flex;align-items:center;gap:clamp(14px,1.45vw,24px);font-size:10.5px;font-weight:700;letter-spacing:.025em}
.nav a{position:relative;padding:10px 0;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .28s}
.nav a:hover::after,.nav a:focus-visible::after,.nav a[aria-current="page"]::after{transform:scaleX(1);transform-origin:left}
.header-cta{border:1px solid currentColor;padding:10px 14px;font-size:10px;font-weight:700;letter-spacing:.045em;white-space:nowrap;transition:background .22s,color .22s,transform .22s}
.header-cta:hover{background:#fff;color:var(--ink);transform:translateY(-1px)}
.site-header.scrolled .header-cta:hover,.site-header.inner .header-cta:hover{background:var(--ink);color:#fff}
.menu-btn{display:none;width:44px;height:44px;border:0;background:transparent;padding:9px;cursor:pointer;position:relative}
.menu-btn span{position:absolute;left:9px;width:26px;height:1px;background:currentColor;transition:transform .3s,top .3s}
.menu-btn span:first-child{top:17px}.menu-btn span:last-child{top:26px}
.menu-btn.open span:first-child{top:22px;transform:rotate(45deg)}.menu-btn.open span:last-child{top:22px;transform:rotate(-45deg)}
.mobile{position:fixed;inset:0;z-index:105;background:#fff;color:var(--ink);padding:calc(var(--header-h) + 36px) var(--pad) 40px;display:flex;flex-direction:column;justify-content:center;transform:translateY(-105%);visibility:hidden;transition:transform .48s cubic-bezier(.76,0,.24,1),visibility .48s}
.mobile.open{transform:none;visibility:visible}
.mobile nav{display:flex;flex-direction:column}
.mobile a{font-size:clamp(26px,7vw,46px);font-weight:800;letter-spacing:-.04em;padding:7px 0;border-bottom:1px solid var(--line)}
.mobile small{margin-top:22px;color:var(--muted);font-size:10px;letter-spacing:.08em}

/* Hero */
.hero{height:100vh;height:100svh;min-height:680px;position:relative;color:#fff;background:#171d1a;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{height:100%;object-fit:cover;object-position:center 48%;transform:scale(1.018);will-change:transform}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,11,8,.34) 0%,rgba(6,11,8,0) 23%),linear-gradient(90deg,rgba(6,11,8,.68) 0%,rgba(6,11,8,.34) 44%,rgba(6,11,8,.08) 76%),linear-gradient(0deg,rgba(7,11,9,.47),transparent 48%)}
.hero-grid{height:100%;padding-top:var(--header-h);position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;align-items:end;padding-bottom:clamp(108px,10vh,142px)}
.hero-copy{max-width:900px}
.hero-kicker{font-size:10px;font-weight:800;letter-spacing:.2em;margin-bottom:20px;display:flex;align-items:center;gap:14px}
.hero-kicker::before{content:"";width:44px;height:1px;background:#fff}
.hero h1{font-size:clamp(54px,5.05vw,84px);line-height:1.045;letter-spacing:-.052em;margin:0;font-weight:700}
.hero-line{display:block;white-space:nowrap}
.hero-lead{max-width:620px;margin:24px 0 0;font-size:clamp(13px,.98vw,15.5px);line-height:1.92;color:rgba(255,255,255,.86)}
.hero-meta{align-self:end;justify-self:end;text-align:right;display:grid;gap:8px;padding-bottom:4px}
.hero-meta small{font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.62)}
.hero-meta strong{font-size:16px;letter-spacing:.04em}
.hero-scroll{position:absolute;left:max(var(--pad),calc((100vw - var(--max))/2));bottom:21px;z-index:3;font-size:8px;letter-spacing:.2em;display:flex;align-items:center;gap:13px;color:rgba(255,255,255,.85)}
.hero-scroll::before{content:"";width:48px;height:1px;background:rgba(255,255,255,.7)}

/* About */
.intro{padding:clamp(88px,8.2vw,132px) 0;background:#fff;position:relative;overflow:hidden}
.intro-number{position:absolute;right:-.02em;top:-.08em;font-size:clamp(190px,24vw,410px);line-height:1;font-weight:900;letter-spacing:-.08em;color:#f4f6f4;pointer-events:none;user-select:none}
.intro-grid{position:relative;z-index:2;display:grid;grid-template-columns:.48fr 1.52fr;gap:clamp(46px,8vw,124px)}
.intro h2{font-size:clamp(45px,5.35vw,76px);line-height:1.12;letter-spacing:-.048em;margin:0;font-weight:700;text-wrap:balance}
.intro-copy{margin-top:36px;padding-top:21px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:clamp(26px,4vw,56px)}
.intro-copy p{margin:0;font-size:14px;line-height:2.08;color:#515a55}

/* Shared sections */
.section{padding:clamp(78px,7.3vw,112px) 0}
.section.paper{background:var(--paper)}
.section-head{display:grid;grid-template-columns:1fr .72fr;align-items:end;gap:50px;margin-bottom:clamp(38px,4.5vw,58px)}
.section-head h2{font-size:clamp(43px,4.9vw,72px);line-height:1.08;letter-spacing:-.048em;margin:9px 0 0;font-weight:700;text-wrap:balance}
.section-head p{justify-self:end;max-width:540px;margin:0;color:var(--muted);font-size:14px;line-height:1.95}
.section-head-simple{grid-template-columns:1fr}.section-head-simple>div{max-width:960px}

/* Business */
.business-list{border-top:1px solid var(--ink)}
.business-row{display:grid;grid-template-columns:82px .72fr 1fr 44px;gap:26px;align-items:center;padding:24px 0;border-bottom:1px solid #cfd5d1;transition:padding .24s,background .24s}
.business-row:hover{padding-left:11px;background:#f7f8f7}
.business-row small{font-size:9px;font-weight:800;letter-spacing:.18em;color:var(--green)}
.business-row h3{margin:0;font-size:clamp(29px,2.8vw,41px);font-weight:700;letter-spacing:-.038em;line-height:1.12}
.business-row p{margin:0;color:#5d6661;font-size:13.5px;line-height:1.88}
.arrow{width:40px;height:40px;border:1px solid var(--ink);display:grid;place-items:center;transition:background .22s,color .22s,transform .22s}
.business-row:hover .arrow{background:var(--ink);color:#fff;transform:translateX(3px)}
.business-photo{height:clamp(440px,40vw,560px);margin-top:22px;position:relative;overflow:hidden;background:#ddd}
.business-photo img{height:100%;object-fit:cover;object-position:center 48%;transition:transform .7s cubic-bezier(.16,1,.3,1)}
.business-photo:hover img{transform:scale(1.018)}
.business-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,13,10,.65),transparent 58%)}
.business-photo-copy{position:absolute;z-index:2;left:clamp(24px,4.5vw,62px);bottom:clamp(28px,4.5vw,58px);color:#fff;max-width:790px}
.business-photo-copy strong{display:block;font-size:clamp(33px,4.15vw,56px);font-weight:700;line-height:1.13;letter-spacing:-.043em}
.business-photo-copy span{display:block;margin-top:14px;max-width:660px;font-size:12px;line-height:1.9;color:rgba(255,255,255,.8)}

/* Strengths */
.strengths{border-top:1px solid var(--line)}
.strength-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}
.strength-card{padding:27px clamp(21px,2.5vw,34px) 30px;border-left:1px solid var(--line);min-height:252px;display:flex;flex-direction:column}
.strength-card:first-child{border-left:0}
.strength-card small{font-size:9px;letter-spacing:.17em;color:var(--green);font-weight:800}
.strength-card h3{font-size:clamp(27px,2.55vw,36px);font-weight:700;line-height:1.16;letter-spacing:-.038em;margin:15px 0 18px}
.strength-card p{margin:auto 0 0;color:#5d6661;font-size:13px;line-height:1.92}

/* Categories */
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card{position:relative;overflow:hidden;isolation:isolate;background:#fff;border:1px solid #d5ddd8;padding:26px 25px 26px;min-height:366px;display:flex;flex-direction:column;transition:border-color .24s,transform .24s,box-shadow .24s}
.category-card:hover{border-color:#a8beb4;transform:translateY(-2px);box-shadow:0 12px 34px rgba(16,19,17,.045)}
.category-card>*{position:relative;z-index:2}
.category-card::after{content:"";position:absolute;right:-32px;bottom:-40px;width:232px;height:232px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.052;z-index:1;pointer-events:none;transition:opacity .25s,transform .35s}
.category-card:hover::after{opacity:.07;transform:translate(-3px,-3px)}
.category-card--fashion::after{background-image:url('icons/category-fashion-watermark.svg')}
.category-card--beauty::after{background-image:url('icons/category-beauty-watermark.svg')}
.category-card--daily::after{background-image:url('icons/category-daily-watermark.svg')}
.category-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:var(--paper-strong);color:var(--green);margin:0 auto 20px}
.category-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.category-card small{font-size:8px;letter-spacing:.18em;color:var(--green);font-weight:800}
.category-card h3{font-size:clamp(27px,2.28vw,35px);font-weight:700;line-height:1.16;letter-spacing:-.035em;margin:11px 0 14px}
.category-card p{margin:0;color:#59625d;font-size:13px;line-height:1.88}
.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}
.product-tags span{border:1px solid var(--line);padding:6px 8px;font-size:8px;font-weight:700;background:rgba(255,255,255,.88)}
.category-card .product-tags{margin-top:auto;padding-top:20px}
.section-action{margin-top:22px;display:flex;justify-content:flex-start}
.section-scroll-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;line-height:1.9;color:var(--muted);padding:4px 0}
.section-scroll-link::after{content:"↓";font-size:13px;transition:transform .22s}
.section-scroll-link:hover::after{transform:translateY(3px)}
#shop-links{scroll-margin-top:calc(var(--header-h) + 20px)}

/* People */
.people-grid-refined{display:grid;grid-template-columns:1.34fr .66fr;gap:10px;min-height:580px}
.people-side{display:grid;grid-template-rows:1fr 1fr;gap:10px}
.people-pic{position:relative;min-height:0;overflow:hidden;background:#e5e8e6}
.people-pic-main{min-height:580px}
.people-side .people-pic{min-height:285px}
.people-pic img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}
.people-pic-main img{object-position:center 44%}
.people-pic:hover img{transform:scale(1.018)}
.people-label{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.95);padding:8px 11px;font-size:9px;font-weight:800;letter-spacing:.04em}
.people-note{margin:16px 0 0;font-size:9px;line-height:1.8;color:#818984;border-top:1px solid var(--line);padding-top:14px}

/* Connect */
.links{background:#0d110f;color:#fff}
.links .eyebrow{color:#9ecab6}
.connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.connect-panel{border-top:1px solid rgba(255,255,255,.28);padding-top:18px}
.connect-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:14px}
.connect-panel-head small{font-size:9px;letter-spacing:.18em;color:#9ecab6;font-weight:800}
.connect-panel-head strong{font-size:20px;letter-spacing:-.02em}
.compact-links{display:grid}
.compact-link{min-height:69px;border-top:1px solid rgba(255,255,255,.15);display:grid;grid-template-columns:108px 1fr 30px;align-items:center;gap:15px;padding:8px 0;transition:padding .22s,background .22s}
.compact-link:hover{padding-left:7px;background:rgba(255,255,255,.025)}
.channel-logo{display:flex;align-items:center;min-height:38px}
.channel-logo img{width:auto;height:30px;max-width:100px;object-fit:contain;object-position:left center}
.channel-logo.emono{background:#fff;padding:5px 8px;width:max-content;border-radius:4px}
.channel-logo.emono img{height:25px;max-width:112px}
.compact-name{min-width:0}
.compact-name strong{display:block;font-size:18px;line-height:1.3;letter-spacing:-.02em}
.compact-name span{display:block;margin-top:3px;color:rgba(255,255,255,.47);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.compact-arrow{width:30px;height:30px;border:1px solid rgba(255,255,255,.4);display:grid;place-items:center;font-size:11px;transition:background .22s,color .22s,transform .22s}
.compact-link:hover .compact-arrow{background:#fff;color:#111;transform:translateX(2px)}

/* News */
.news-section{background:#fff;border-top:1px solid var(--line)}
.news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}
.news-head h2{font-size:clamp(39px,4.2vw,60px);font-weight:700;line-height:1;letter-spacing:-.043em;margin:9px 0 0}
.news-more{display:inline-flex;align-items:center;gap:14px;font-size:11px;font-weight:800;white-space:nowrap}
.news-more span{width:36px;height:36px;border:1px solid var(--ink);display:grid;place-items:center;transition:background .22s,color .22s,transform .22s}
.news-more:hover span{background:var(--ink);color:#fff;transform:translateX(2px)}
.news-list{border-top:1px solid var(--ink)}
.news-row{display:grid;grid-template-columns:132px 1fr 38px;gap:20px;align-items:center;min-height:68px;border-bottom:1px solid var(--line);transition:padding .22s,background .22s}
.news-row:hover{padding-left:9px;background:#f8f9f8}
.news-row time{font-size:11px;letter-spacing:.06em;color:var(--green);font-weight:800}
.news-row>span{font-size:14px;line-height:1.62}
.news-row i{width:34px;height:34px;border:1px solid var(--line);display:grid;place-items:center;font-style:normal;font-size:11px;transition:background .22s,color .22s,border-color .22s,transform .22s}
.news-row:hover i{border-color:var(--ink);background:var(--ink);color:#fff;transform:translateX(2px)}
.news-empty{padding:24px 0;color:var(--muted);font-size:13px}

/* Company */
.company-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,6vw,86px);align-items:stretch}
.company-image{min-height:510px;overflow:hidden;background:#e5e8e6}
.company-image img{height:100%;object-fit:cover;object-position:center}
.company-copy{padding:5px 0;display:flex;flex-direction:column;justify-content:space-between}
.company-copy h2{font-size:clamp(43px,4.7vw,66px);font-weight:700;line-height:1.1;letter-spacing:-.047em;margin:9px 0 0}
.company-copy>div>p{font-size:14px;line-height:2;color:#535c57;max-width:560px}
.company-table{border-top:1px solid #cfd4d1;margin-top:36px}
.company-row{display:grid;grid-template-columns:110px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid #cfd4d1;font-size:12px;line-height:1.8}
.company-row span:first-child{color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:20px;font-size:11px;font-weight:800;white-space:nowrap}
.text-link i{width:40px;height:40px;border:1px solid var(--ink);display:grid;place-items:center;font-style:normal;transition:background .22s,color .22s,transform .22s}
.text-link:hover i{background:var(--ink);color:#fff;transform:translateX(2px)}
.company-more{margin-top:24px}

/* CTA + footer */
.cta{background:var(--green);color:#fff;padding:clamp(64px,6.2vw,90px) 0}
.cta-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:end}
.cta .eyebrow{color:#c8e2d6}
.cta h2{font-size:clamp(43px,4.85vw,68px);font-weight:700;line-height:1.1;letter-spacing:-.048em;margin:9px 0 0}
.cta p{margin:0 0 22px;color:rgba(255,255,255,.76);font-size:14px;line-height:1.95}
.cta-link{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.64);padding:17px 19px;font-size:11px;font-weight:800;background:#fff;color:var(--ink);transition:transform .22s,box-shadow .22s}
.cta-link:hover{transform:translateX(5px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.site-footer{background:#fff;color:var(--ink);padding:36px 0 22px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px}
.footer-brand{display:inline-flex;align-items:center;margin-bottom:14px}
.footer-brand .brand-logo{width:244px;max-height:52px}
.footer-address{font-size:10px;line-height:1.9;color:#5b645f}
.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 32px}
.footer-nav a{font-size:10px;padding:7px 0;border-bottom:1px solid var(--line);transition:padding .2s,color .2s}
.footer-nav a:hover{padding-left:5px;color:var(--green)}
.footer-bottom{margin-top:32px;padding-top:15px;border-top:1px solid var(--line);font-size:8px;letter-spacing:.08em;color:#6b746f;display:flex;justify-content:space-between;gap:20px}

/* Subpages */
.sub-hero{padding:clamp(146px,14vw,174px) 0 clamp(72px,7vw,92px);background:var(--paper)}
.sub-hero .eyebrow{margin-bottom:12px}
.sub-hero h1{font-size:clamp(50px,5.8vw,82px);font-weight:700;line-height:1.03;letter-spacing:-.05em;margin:0;text-wrap:balance}
.sub-hero p{max-width:700px;margin:24px 0 0;color:#58615c;font-size:14px;line-height:1.95}
.sub-section{padding:clamp(66px,7vw,104px) 0;border-bottom:1px solid var(--line)}
.sub-title{display:grid;grid-template-columns:230px 1fr;gap:46px;margin-bottom:38px}
.sub-title small{font-size:9px;letter-spacing:.18em;color:var(--green);font-weight:800}
.sub-title h2{font-size:clamp(32px,3.45vw,48px);font-weight:700;line-height:1.17;letter-spacing:-.035em;margin:0;text-wrap:balance}
.sub-lead{max-width:820px;font-size:14px;line-height:2.1;color:#545d58;margin:0}
.profile-table{border-top:1px solid #cfd4d1}
.profile-row{display:grid;grid-template-columns:205px 1fr;gap:28px;padding:18px 0;border-bottom:1px solid #cfd4d1;font-size:13px;line-height:1.95}
.profile-row dt{color:var(--muted)}
.profile-row dd{margin:0}
.business-list-sub .business-row{padding-block:24px}
.access-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:46px;align-items:start}
.access-copy h3{font-size:24px;margin:0 0 14px;letter-spacing:-.025em}
.access-copy p{font-size:14px;line-height:2.1;color:#545d58;margin:0}
.map{height:370px;border:1px solid var(--line);background:#eee;overflow:hidden}
.map iframe{width:100%;height:100%;border:0}

/* Form */
.form{max-width:900px}
.field{display:grid;grid-template-columns:200px 1fr;gap:26px;padding:19px 0;border-bottom:1px solid var(--line)}
.field:first-of-type{border-top:1px solid var(--line)}
.field label{font-size:12px;font-weight:800;padding-top:11px}
.required{color:var(--green);font-size:9px;margin-left:7px}
.field input,.field textarea,.field select{width:100%;border:1px solid #cbd3ce;background:#fff;padding:13px 14px;border-radius:0;color:var(--ink);transition:border-color .2s,box-shadow .2s}
.field input:hover,.field textarea:hover,.field select:hover{border-color:#a9b8b0}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,107,80,.09);outline:0}
.field textarea{min-height:180px;resize:vertical}
.form-submit{margin-top:28px;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:15px 26px;min-width:240px;font-weight:800;font-size:12px;cursor:pointer;transition:background .2s,color .2s,transform .2s}
.form-submit:hover{background:#fff;color:var(--ink);transform:translateY(-1px)}
.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-check{display:flex;align-items:flex-start;gap:10px;margin-top:22px;font-size:12px;line-height:1.8;max-width:760px}
.privacy-check input{margin-top:5px;accent-color:var(--green)}
.privacy-check a{text-decoration:underline;text-underline-offset:3px}
.form-message{max-width:900px;padding:14px 17px;margin:0 0 22px;border:1px solid var(--line);font-size:13px;line-height:1.8}
.form-message-error{background:#fff7f5;border-color:#e2c5be;color:#76392e}

/* Privacy, news detail, generic pages */
.policy{max-width:900px}
.policy h2{font-size:24px;margin:40px 0 10px;line-height:1.5}
.policy p,.policy li{font-size:13px;line-height:2;color:#525b56}
.back-link{display:inline-flex;gap:12px;align-items:center;margin-top:26px;font-size:11px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:4px}
.utility-hero{min-height:72vh;display:flex;align-items:center}
.utility-hero h1{font-size:clamp(46px,6vw,82px)}
.news-archive .news-list{margin-top:0}
.news-pagination{margin-top:32px}
.news-pagination .nav-links,.news-pagination ul{display:flex;gap:7px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.news-pagination .page-numbers,.news-pagination a,.news-pagination span{min-width:38px;height:38px;border:1px solid var(--line);display:grid;place-items:center;padding:0 10px;font-size:11px}
.news-pagination .current{background:var(--ink);color:#fff;border-color:var(--ink)}
.post-hero h1{font-size:clamp(38px,4.7vw,66px);max-width:1120px;line-height:1.25;letter-spacing:-.032em}
.post-date{font-size:11px!important;letter-spacing:.08em!important;color:var(--green)!important}
.post-content{max-width:920px;font-size:15px;line-height:2;color:#404944}
.post-content h2{font-size:clamp(25px,3vw,36px);line-height:1.45;color:var(--ink);margin:52px 0 18px}
.post-content h3{font-size:21px;line-height:1.55;color:var(--ink);margin:38px 0 14px}
.post-content p{margin:0 0 22px}
.post-content ul,.post-content ol{padding-left:1.4em;margin:0 0 24px}
.post-content table{width:100%;border-collapse:collapse;margin:30px 0;font-size:13px}
.post-content th,.post-content td{border:1px solid var(--line);padding:11px 12px;text-align:left}
.post-content blockquote{margin:30px 0;padding:4px 0 4px 22px;border-left:3px solid var(--green);color:#56615b}
.post-content img{height:auto;max-width:100%}
.post-content a{text-decoration:underline;text-underline-offset:3px}
.post-featured{margin-bottom:40px}
.post-back{margin-top:54px;padding-top:22px;border-top:1px solid var(--line)}

/* WordPress */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}.admin-bar .mobile{padding-top:calc(var(--header-h) + 72px)}}

/* Responsive */
@media(max-width:1280px){
  .nav,.header-cta{display:none}
  .menu-btn{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-meta{display:none}
  .intro-grid,.section-head,.company-grid,.cta-grid{grid-template-columns:1fr}
  .section-head{gap:24px}
  .section-head p{justify-self:start}
  .company-image{min-height:480px;max-height:620px}
  .sub-title{grid-template-columns:180px 1fr}
}

@media(max-width:980px){
  .category-grid{gap:14px}
  .category-card{padding:24px 20px;min-height:380px}
  .category-icon{width:82px;height:82px}
  .category-icon svg{width:48px;height:48px}
  .connect-grid{gap:24px}
  .compact-link{grid-template-columns:94px 1fr 30px;gap:12px}
  .channel-logo img{max-width:84px;height:27px}
  .people-grid-refined{grid-template-columns:1.15fr .85fr;min-height:560px}
  .people-pic-main{min-height:560px}
  .people-side .people-pic{min-height:274px}
}

@media(max-width:760px){
  :root{--pad:20px;--header-h:70px}
  .header-in{height:var(--header-h)}
  .brand-logo{width:220px;max-height:44px}
  .site-header:not(.scrolled):not(.inner) .brand{padding:0}
  .mobile{padding-top:calc(var(--header-h) + 26px)}
  .hero{min-height:650px}
  .hero-grid{padding-bottom:68px}
  .hero h1{font-size:37px;letter-spacing:-.065em}
  .hero-line{white-space:nowrap}
  .hero-lead{font-size:13px;line-height:1.85;max-width:520px;margin-top:21px}
  .hero-media img{object-position:59% center}
  .hero-scroll{bottom:17px}
  .intro{padding:78px 0}
  .intro-number{font-size:180px;top:.03em;right:-.05em}
  .intro-grid{gap:24px}
  .intro h2{font-size:42px}
  .intro-copy{grid-template-columns:1fr;margin-top:28px;gap:18px}
  .intro-copy p{font-size:13px;line-height:2}
  .section{padding:72px 0}
  .section-head{gap:20px;margin-bottom:34px}
  .section-head h2{font-size:43px}
  .section-head p{font-size:13px}
  .business-row{grid-template-columns:45px 1fr 40px;gap:12px;padding:20px 0}
  .business-row small{grid-column:1}
  .business-row h3{grid-column:2}
  .business-row .arrow{grid-column:3;grid-row:1}
  .business-row p{grid-column:2/4;margin-top:2px}
  .business-photo{height:470px}
  .business-photo-copy strong{font-size:34px}
  .business-photo-copy span{font-size:11px}
  .strength-grid{grid-template-columns:1fr}
  .strength-card{border-left:0;border-top:1px solid var(--line);min-height:0;padding:25px 0 27px}
  .strength-card:first-child{border-top:0}
  .strength-card h3{font-size:32px}
  .strength-card p{margin-top:15px}
  .category-grid{grid-template-columns:1fr;gap:14px}
  .category-card{min-height:0;padding:24px 21px 25px}
  .category-icon{width:82px;height:82px;margin-bottom:17px}
  .category-icon svg{width:50px;height:50px}
  .category-card h3{font-size:32px}
  .category-card::after{width:205px;height:205px;right:-38px;bottom:-46px;opacity:.05}
  .category-card:hover{transform:none}
  .people-grid-refined{grid-template-columns:1fr;min-height:0}
  .people-pic-main{min-height:390px;height:390px}
  .people-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .people-side .people-pic{min-height:250px;height:250px}
  .connect-grid{grid-template-columns:1fr;gap:30px}
  .connect-panel-head{padding-bottom:10px}
  .compact-link{grid-template-columns:90px 1fr 30px;min-height:68px;gap:11px}
  .channel-logo img{height:27px;max-width:82px}
  .compact-name strong{font-size:16px}
  .news-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}
  .news-row{grid-template-columns:1fr 34px;gap:6px 12px;padding:14px 0}
  .news-row time{grid-column:1/2;font-size:10px}
  .news-row>span{grid-column:1/2;font-size:13px}
  .news-row i{grid-column:2/3;grid-row:1/3;align-self:center}
  .company-image{min-height:360px;height:420px}
  .company-copy h2{font-size:44px}
  .company-copy>div>p{font-size:13px}
  .cta-grid{gap:28px}
  .cta h2{font-size:44px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-nav{grid-template-columns:1fr}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:4px}
  .sub-hero{padding:120px 0 62px}
  .sub-hero h1{font-size:54px}
  .sub-title{grid-template-columns:1fr;gap:8px;margin-bottom:28px}
  .sub-section{padding:58px 0}
  .profile-row{grid-template-columns:1fr;gap:2px;padding:15px 0}
  .access-grid{grid-template-columns:1fr;gap:24px}
  .map{height:300px}
  .field{grid-template-columns:1fr;gap:7px;padding:16px 0}
  .field label{padding-top:0}
  .form-submit{width:100%}
}

@media(max-width:500px){
  .brand-logo{width:205px}
  .hero h1{font-size:35px}
  .hero-media img{object-position:62% center}
  .business-photo{height:420px}
  .people-pic-main{height:340px;min-height:340px}
  .people-side{grid-template-columns:1fr}
  .people-side .people-pic{height:290px;min-height:290px}
  .company-row{grid-template-columns:88px 1fr;gap:12px}
  .compact-link{grid-template-columns:82px 1fr 28px}
  .channel-logo img{max-width:76px}
}

@media(max-height:760px) and (min-width:761px){
  .hero{min-height:650px}
  .hero h1{font-size:clamp(52px,5.4vw,82px)}
  .hero-lead{margin-top:18px;line-height:1.8}
  .hero-grid{padding-bottom:58px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}.hero-media img{transform:none!important}}

body.menu-open{overflow:hidden}

/* v5.0 — consolidated brand/UI refinement */

/* Pending channel */
.compact-link.pending{cursor:default;pointer-events:none}
.compact-link.pending:hover{padding-left:0;background:transparent}
.pending-badge{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:27px;padding:0 8px;border:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.66);font-size:8px;font-weight:700;letter-spacing:.08em;white-space:nowrap}

/* Brand lockup — deliberately wider and less compressed */
:root{
  --max:1380px;
  --pad:clamp(24px,4.7vw,72px);
  --header-h:84px;
}
.header-in{height:var(--header-h);gap:28px}
.brand-lockup{display:inline-flex;align-items:center;gap:13px;min-width:0;line-height:1;color:inherit}
.brand-mark{width:52px;height:52px;flex:0 0 52px;display:block;background:transparent;border:0;box-shadow:none;overflow:visible}
.brand-mark img{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:none}
.brand-type{display:flex;flex-direction:column;justify-content:center;gap:4px;white-space:nowrap;min-width:0}
.brand-type-sub{display:flex;align-items:center;gap:8px;font-family:Meiryo,"Hiragino Kaku Gothic ProN","Yu Gothic UI",sans-serif;font-size:9.5px;font-weight:700;line-height:1.2;letter-spacing:.045em}
.brand-divider{display:block;width:1px;height:10px;background:currentColor;opacity:.38;flex:0 0 1px}
.brand-type strong{display:block;font-family:"Hiragino Sans","Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;font-size:23px;font-weight:700;line-height:1.08;letter-spacing:.012em}
.site-header:not(.scrolled):not(.inner) .brand-type{text-shadow:0 1px 8px rgba(0,0,0,.24)}
.site-header:not(.scrolled):not(.inner) .brand-mark img{filter:drop-shadow(0 1px 7px rgba(0,0,0,.18))}
.site-header.scrolled .brand-type,.site-header.inner .brand-type,.footer-brand .brand-type{text-shadow:none}
.site-header.scrolled .brand-mark img,.site-header.inner .brand-mark img,.footer-brand .brand-mark img{filter:none}

/* Header balance */
.site-header:not(.scrolled):not(.inner){background:linear-gradient(180deg,rgba(6,11,8,.38) 0%,rgba(6,11,8,.13) 62%,rgba(6,11,8,0) 100%)}
.site-header.scrolled,.site-header.inner{background:rgba(255,255,255,.975);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 4px 18px rgba(16,19,17,.03)}
.nav{gap:clamp(13px,1.25vw,21px);font-size:10.5px;font-weight:700;letter-spacing:.035em}
.header-cta{padding:11px 15px;font-size:10px;letter-spacing:.055em}

/* Hero — slightly quieter, stronger hierarchy */
.hero{min-height:660px}
.hero-media img{object-position:center 48%;transform:none;will-change:auto}
.hero-media::after{background:linear-gradient(180deg,rgba(6,11,8,.38) 0%,rgba(6,11,8,.04) 26%),linear-gradient(90deg,rgba(6,11,8,.70) 0%,rgba(6,11,8,.38) 43%,rgba(6,11,8,.08) 77%),linear-gradient(0deg,rgba(7,11,9,.50),transparent 50%)}
.hero-grid{grid-template-columns:1.12fr .88fr;padding-bottom:clamp(92px,9vh,126px)}
.hero-copy{max-width:850px}
.hero-kicker{font-size:9.5px;letter-spacing:.19em;margin-bottom:18px;gap:13px}
.hero-kicker::before{width:40px}
.hero h1{font-size:clamp(52px,4.8vw,78px);line-height:1.065;letter-spacing:-.043em;font-weight:700}
.hero-lead{max-width:590px;margin-top:22px;font-size:clamp(13px,.92vw,15px);line-height:1.92;color:rgba(255,255,255,.88)}
.hero-meta strong{font-size:15px;letter-spacing:.055em}

/* Global rhythm and typography */
.eyebrow{font-size:9.5px;letter-spacing:.19em;gap:12px}
.eyebrow::before{width:32px}
.intro{padding:clamp(84px,7.5vw,116px) 0}
.intro-number{color:#f5f7f5;font-size:clamp(180px,21vw,350px);top:-.05em}
.intro-grid{grid-template-columns:.43fr 1.57fr;gap:clamp(44px,7.2vw,104px)}
.intro h2{font-size:clamp(43px,4.8vw,68px);line-height:1.13;letter-spacing:-.038em}
.intro-copy{margin-top:30px;padding-top:19px;gap:clamp(28px,3.6vw,48px)}
.intro-copy p{font-size:13.5px;line-height:2.02;color:#4f5954}
.section{padding:clamp(74px,6.7vw,100px) 0}
.section-head{grid-template-columns:1fr .68fr;gap:56px;margin-bottom:clamp(34px,3.9vw,50px)}
.section-head h2{font-size:clamp(40px,4.25vw,62px);line-height:1.1;letter-spacing:-.038em}
.section-head p{max-width:520px;font-size:13.5px;line-height:1.95}
.section-head-simple>div{max-width:880px}

/* Business */
.business-row{grid-template-columns:76px .68fr 1fr 42px;gap:24px;padding:22px 0}
.business-row:hover{padding-left:8px}
.business-row small{font-size:8.5px;letter-spacing:.18em}
.business-row h3{font-size:clamp(28px,2.35vw,36px);letter-spacing:-.025em}
.business-row p{font-size:13px;line-height:1.86}
.arrow{width:38px;height:38px}
.business-photo{height:clamp(420px,36vw,510px);margin-top:20px}
.business-photo-copy{left:clamp(24px,4vw,54px);bottom:clamp(26px,4vw,50px);max-width:740px}
.business-photo-copy strong{font-size:clamp(31px,3.45vw,48px);line-height:1.16;letter-spacing:-.032em}
.business-photo-copy span{margin-top:12px;max-width:620px;font-size:11.5px}

/* Strengths */
.strength-card{padding:25px clamp(22px,2.5vw,34px) 29px;min-height:238px}
.strength-card small{font-size:8px;letter-spacing:.17em}
.strength-card h3{font-size:clamp(27px,2.35vw,34px);line-height:1.18;letter-spacing:-.025em;margin:14px 0 0}
.strength-card p{font-size:12.8px;line-height:1.9;margin-top:17px}

/* Product categories */
.category-grid{gap:18px}
.category-card{padding:28px 26px 27px;min-height:398px}
.category-icon{width:88px;height:88px;margin:0 auto 21px}
.category-icon svg{width:52px;height:52px;stroke-width:2.15}
.category-card small{font-size:8px;letter-spacing:.17em}
.category-card h3{font-size:clamp(29px,2.45vw,36px);line-height:1.16;letter-spacing:-.025em;margin:12px 0 15px}
.category-card p{font-size:12.8px;line-height:1.9}
.product-tags{gap:5px;margin-top:19px}
.product-tags span{padding:5px 8px;font-size:7.8px}
.section-action{margin-top:20px}
.section-scroll-link{font-size:11.5px}

/* People */
.people-grid-refined{grid-template-columns:1.3fr .7fr;gap:11px;min-height:540px}
.people-pic-main{min-height:540px}
.people-side{gap:11px}
.people-side .people-pic{min-height:264px}
.people-label{left:13px;bottom:13px;padding:7px 10px;font-size:8.5px;letter-spacing:.055em}
.people-note{margin-top:14px;padding-top:12px;font-size:8.5px}

/* Connect */
.connect-grid{gap:44px}
.connect-panel{padding-top:16px}
.connect-panel-head{padding-bottom:12px}
.connect-panel-head small{font-size:8.5px}
.connect-panel-head strong{font-size:19px}
.compact-link{min-height:65px;grid-template-columns:104px 1fr 30px;gap:14px;padding:7px 0}
.channel-logo{min-height:35px}
.channel-logo img{height:28px;max-width:96px}
.channel-logo.emono img{height:24px;max-width:108px}
.compact-name strong{font-size:17px}
.compact-name span{font-size:8.5px}

/* News */
.news-head{margin-bottom:20px}
.news-head h2{font-size:clamp(37px,3.6vw,52px);letter-spacing:-.03em}
.news-row{grid-template-columns:126px 1fr 36px;min-height:64px}
.news-row time{font-size:10.5px}
.news-row>span{font-size:13.5px}
.news-row i{width:32px;height:32px}

/* Company */
.company-grid{grid-template-columns:1.08fr .92fr;gap:clamp(38px,5.3vw,72px)}
.company-image{min-height:470px}
.company-copy h2{font-size:clamp(40px,4.1vw,58px);line-height:1.12;letter-spacing:-.037em}
.company-copy>div>p{font-size:13.5px;line-height:1.98}
.company-table{margin-top:30px}
.company-row{grid-template-columns:104px 1fr;padding:12px 0;font-size:11.5px}
.company-more{margin-top:22px}

/* CTA */
.cta{padding:clamp(58px,5.5vw,78px) 0}
.cta-grid{grid-template-columns:1.03fr .97fr;gap:56px}
.cta h2{font-size:clamp(39px,4.1vw,58px);line-height:1.12;letter-spacing:-.038em}
.cta p{font-size:13.5px;line-height:1.9;margin-bottom:19px}
.cta-link{padding:16px 18px}

/* Footer */
.site-footer{padding:34px 0 20px}
.footer-grid{grid-template-columns:.9fr 1.1fr;gap:56px}
.footer-brand.brand-lockup{gap:11px;margin-bottom:14px}
.footer-brand .brand-mark{width:46px;height:46px;flex-basis:46px}
.footer-brand .brand-type-sub{font-size:8.5px;gap:7px}
.footer-brand .brand-divider{height:9px}
.footer-brand .brand-type strong{font-size:20.5px;letter-spacing:.012em}
.footer-address{font-size:9.5px;line-height:1.85}
.footer-nav{gap:3px 30px}
.footer-nav a{font-size:9.5px;padding:6px 0}
.footer-bottom{margin-top:28px;padding-top:14px}

/* Subpages */
.sub-hero{padding:clamp(136px,12vw,158px) 0 clamp(64px,6vw,78px)}
.sub-hero h1{font-size:clamp(46px,5vw,68px);line-height:1.06;letter-spacing:-.038em}
.sub-hero p{margin-top:21px;font-size:13.5px}
.sub-section{padding:clamp(60px,6vw,88px) 0}
.sub-title{grid-template-columns:210px 1fr;gap:42px;margin-bottom:34px}
.sub-title h2{font-size:clamp(30px,3vw,43px);letter-spacing:-.025em}
.sub-lead{font-size:13.5px;line-height:2.02}
.profile-row{grid-template-columns:190px 1fr;padding:16px 0;font-size:12.5px}
.access-grid{gap:40px}

/* Refined interactions: subtle, not template-like */
.business-row,.compact-link,.news-row,.footer-nav a{transition:background .2s,padding .2s,color .2s}
.business-row:hover,.news-row:hover{background:#f7f9f7}
.business-photo:hover img,.people-pic:hover img{transform:scale(1.01)}
.reveal{transform:translateY(10px);transition-duration:.52s}

@media(max-width:1320px){
  .nav,.header-cta{display:none}
  .menu-btn{display:block}
  .hero-grid{grid-template-columns:1fr}
  .hero-meta{display:none}
  .intro-grid,.section-head,.company-grid,.cta-grid{grid-template-columns:1fr}
  .section-head{gap:22px}
  .section-head p{justify-self:start}
  .company-image{min-height:450px;max-height:600px}
}

@media(max-width:980px){
  .category-grid{gap:13px}
  .category-card{padding:23px 19px;min-height:370px}
  .connect-grid{gap:24px}
  .compact-link{grid-template-columns:92px 1fr 30px;gap:12px}
  .channel-logo img{max-width:82px;height:26px}
  .people-grid-refined{grid-template-columns:1.15fr .85fr;min-height:530px}
  .people-pic-main{min-height:530px}
  .people-side .people-pic{min-height:259px}
}

@media(max-width:760px){
  :root{--pad:20px;--header-h:72px}
  .header-in{height:var(--header-h);gap:12px}
  .brand-lockup{gap:9px}
  .brand-mark{width:43px;height:43px;flex-basis:43px}
  .brand-type{gap:2.5px}
  .brand-type-sub{gap:6px;font-size:7.8px;letter-spacing:.035em}
  .brand-divider{height:8px}
  .brand-type strong{font-size:18.2px;line-height:1.06;letter-spacing:.008em}
  .menu-btn{width:42px;height:42px}
  .mobile{padding-top:calc(var(--header-h) + 24px)}
  .mobile a{font-size:clamp(24px,6.6vw,38px);font-weight:700;letter-spacing:-.025em}

  .hero{min-height:630px}
  .hero-grid{padding-bottom:64px}
  .hero h1{font-size:clamp(33px,9.4vw,38px);line-height:1.09;letter-spacing:-.042em}
  .hero-line{white-space:nowrap}
  .hero-lead{font-size:12.5px;line-height:1.84;max-width:500px;margin-top:19px}
  .hero-media img{object-position:60% center}
  .hero-kicker{font-size:8px;margin-bottom:15px}
  .hero-scroll{bottom:16px}

  .intro{padding:70px 0}
  .intro-number{font-size:156px;top:.05em}
  .intro-grid{gap:20px}
  .intro h2{font-size:38px;letter-spacing:-.03em}
  .intro-copy{grid-template-columns:1fr;margin-top:24px;gap:15px}
  .intro-copy p{font-size:12.8px;line-height:1.95}

  .section{padding:64px 0}
  .section-head{gap:17px;margin-bottom:30px}
  .section-head h2{font-size:38px;letter-spacing:-.03em}
  .section-head p{font-size:12.8px;line-height:1.9}

  .business-row{grid-template-columns:42px 1fr 36px;gap:10px;padding:18px 0}
  .business-row small{grid-column:1;font-size:7.8px}
  .business-row h3{grid-column:2;font-size:28px}
  .business-row .arrow{grid-column:3;grid-row:1;width:34px;height:34px}
  .business-row p{grid-column:2/4;margin-top:1px;font-size:12.4px}
  .business-photo{height:410px}
  .business-photo-copy strong{font-size:30px}
  .business-photo-copy span{font-size:10.8px}

  .strength-grid{grid-template-columns:1fr}
  .strength-card{border-left:0;border-top:1px solid var(--line);min-height:0;padding:23px 0 25px}
  .strength-card:first-child{border-top:0}
  .strength-card h3{font-size:29px}
  .strength-card p{margin-top:13px}

  .category-grid{grid-template-columns:1fr;gap:12px}
  .category-card{min-height:0;padding:23px 20px 24px}
  .category-icon{width:78px;height:78px;margin-bottom:15px}
  .category-icon svg{width:46px;height:46px}
  .category-card h3{font-size:30px}
  .category-card::after{width:190px;height:190px;right:-34px;bottom:-42px;opacity:.045}
  .category-card:hover{transform:none}

  .people-grid-refined{grid-template-columns:1fr;min-height:0}
  .people-pic-main{height:350px;min-height:350px}
  .people-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .people-side .people-pic{height:230px;min-height:230px}

  .connect-grid{grid-template-columns:1fr;gap:27px}
  .compact-link{grid-template-columns:86px 1fr 30px;min-height:64px;gap:10px}
  .channel-logo img{height:25px;max-width:78px}
  .compact-name strong{font-size:15.5px}
  .pending-badge{min-width:44px;height:24px;font-size:7.5px}

  .news-head{align-items:flex-start;flex-direction:column;margin-bottom:18px}
  .news-row{grid-template-columns:1fr 32px;gap:5px 10px;padding:13px 0}
  .news-row time{grid-column:1/2;font-size:9.8px}
  .news-row>span{grid-column:1/2;font-size:12.8px}
  .news-row i{grid-column:2/3;grid-row:1/3;align-self:center;width:30px;height:30px}

  .company-image{height:390px;min-height:340px}
  .company-copy h2{font-size:39px}
  .company-copy>div>p{font-size:12.8px}
  .company-row{grid-template-columns:92px 1fr;gap:12px}

  .cta-grid{gap:24px}
  .cta h2{font-size:39px}
  .cta p{font-size:12.8px}

  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand .brand-mark{width:42px;height:42px;flex-basis:42px}
  .footer-brand .brand-type-sub{font-size:7.6px}
  .footer-brand .brand-type strong{font-size:18px}
  .footer-nav{grid-template-columns:1fr}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:4px}

  .sub-hero{padding:112px 0 56px}
  .sub-hero h1{font-size:48px}
  .sub-title{grid-template-columns:1fr;gap:7px;margin-bottom:25px}
  .sub-section{padding:52px 0}
  .profile-row{grid-template-columns:1fr;gap:2px;padding:14px 0}
  .access-grid{grid-template-columns:1fr;gap:22px}
  .map{height:290px}
  .field{grid-template-columns:1fr;gap:7px;padding:15px 0}
  .field label{padding-top:0}
  .form-submit{width:100%}
}

@media(max-width:500px){
  .hero h1{font-size:34px}
  .hero-media img{object-position:63% center}
  .business-photo{height:390px}
  .people-pic-main{height:320px;min-height:320px}
  .people-side{grid-template-columns:1fr}
  .people-side .people-pic{height:270px;min-height:270px}
}

@media(max-width:390px){
  .brand-mark{width:40px;height:40px;flex-basis:40px}
  .brand-lockup{gap:8px}
  .brand-type-sub{font-size:7.1px;gap:5px;letter-spacing:.025em}
  .brand-type strong{font-size:16.9px;letter-spacing:.006em}
  .hero h1{font-size:32.5px}
}

@media(max-width:350px){
  .brand-type-sub{display:none}
  .brand-type strong{font-size:17px}
  .hero-line{white-space:normal}
}

@media(max-height:760px) and (min-width:761px){
  .hero{min-height:630px}
  .hero-grid{padding-bottom:56px}
  .hero h1{font-size:clamp(49px,4.7vw,72px)}
  .hero-lead{margin-top:17px;line-height:1.8}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
  .reveal{opacity:1;transform:none}
  .hero-media img{transform:none!important}
}

/* v5.1 — typography, spacing and hierarchy refinement */
:root{
  --max:1400px;
  --pad:clamp(24px,4.8vw,74px);
  --header-h:88px;
}
body{
  font-family:"BIZ UDPGothic","Yu Gothic UI","Yu Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  letter-spacing:.002em;
}
h1,h2,h3,.brand-type strong,.compact-name strong,.connect-panel-head strong{
  font-family:"Hiragino Sans","Yu Gothic UI","Yu Gothic","BIZ UDPGothic",Meiryo,sans-serif;
}

/* Header / brand: readability before decoration */
.header-in{height:var(--header-h);gap:30px}
.brand-lockup{gap:15px}
.brand-mark{width:56px;height:56px;flex-basis:56px}
.brand-type{gap:5px}
.brand-type-sub{font-family:"BIZ UDPGothic","Yu Gothic UI","Yu Gothic",Meiryo,sans-serif;font-size:10.2px;font-weight:600;line-height:1.3;letter-spacing:.025em;gap:9px}
.brand-divider{height:11px;opacity:.28}
.brand-type strong{font-size:24.5px;font-weight:700;line-height:1.08;letter-spacing:0}
.nav{font-size:10.8px;font-weight:650;letter-spacing:.02em}
.header-cta{font-size:10.2px;padding:11px 16px}

/* Hero: clearer company proposition, calmer typography */
.hero-grid{padding-bottom:clamp(88px,8.5vh,118px)}
.hero-copy{max-width:825px}
.hero-kicker{font-size:10.5px;font-weight:700;letter-spacing:.08em;margin-bottom:19px;gap:14px}
.hero-kicker::before{width:38px}
.hero h1{font-size:clamp(51px,4.65vw,76px);line-height:1.075;letter-spacing:-.034em;font-weight:700}
.hero-lead{max-width:565px;margin-top:23px;font-size:clamp(13.2px,.92vw,15px);line-height:1.95;color:rgba(255,255,255,.9)}
.hero-meta{gap:6px}
.hero-meta strong{font-size:14.5px;font-weight:700}

/* Section rhythm: more editorial, less template-like */
.intro{padding:clamp(80px,7.2vw,108px) 0}
.intro h2{font-size:clamp(42px,4.55vw,65px);letter-spacing:-.03em}
.intro-copy{margin-top:28px;padding-top:18px}
.intro-copy p{font-size:13.4px;line-height:2.02}
.section{padding:clamp(70px,6.25vw,94px) 0}
.section-head{margin-bottom:clamp(31px,3.5vw,44px);gap:52px}
.section-head h2{font-size:clamp(39px,4vw,58px);line-height:1.12;letter-spacing:-.03em}
.section-head p{font-size:13.3px;line-height:1.95}
.eyebrow{font-size:9.4px;letter-spacing:.16em;font-weight:700}

/* Business: dense enough to read as a process, not four oversized blocks */
.business-row{grid-template-columns:72px .64fr 1fr 40px;gap:22px;padding:20px 0}
.business-row small{font-size:8.3px}
.business-row h3{font-size:clamp(27px,2.25vw,34px);letter-spacing:-.018em}
.business-row p{font-size:12.8px;line-height:1.86}
.business-photo{height:clamp(390px,33vw,470px);margin-top:18px}
.business-photo-copy strong{font-size:clamp(29px,3.1vw,43px);line-height:1.17}
.business-photo-copy span{font-size:11.2px;line-height:1.85}

/* Strength: give it a distinct visual role without adding decoration */
.strengths{background:#f8faf8;border-top:1px solid #e5eae7;border-bottom:1px solid #e5eae7}
.strength-grid{border-top:1px solid #cfd8d3;border-bottom:1px solid #cfd8d3}
.strength-card{min-height:220px;padding:23px clamp(22px,2.4vw,32px) 25px}
.strength-card small{font-size:8px}
.strength-card h3{font-size:clamp(26px,2.2vw,32px);line-height:1.2;letter-spacing:-.018em;margin-top:13px}
.strength-card p{font-size:12.6px;line-height:1.9;margin-top:15px}

/* Categories: slightly lighter cards, stronger icon-to-title relation */
.category-grid{gap:16px}
.category-card{min-height:370px;padding:25px 24px 24px;border-color:#d8dfdb}
.category-icon{width:82px;height:82px;margin-bottom:17px}
.category-icon svg{width:48px;height:48px;stroke-width:2.15}
.category-card h3{font-size:clamp(28px,2.3vw,34px);line-height:1.17;letter-spacing:-.02em;margin:10px 0 13px}
.category-card p{font-size:12.6px;line-height:1.88}
.category-card::after{width:216px;height:216px;opacity:.045}
.product-tags span{font-size:7.7px;padding:5px 7px}
.section-action{margin-top:17px}
.section-scroll-link{font-size:11.3px}

/* People: reduce image dominance while retaining authenticity */
.people-grid-refined{min-height:500px;grid-template-columns:1.28fr .72fr;gap:10px}
.people-pic-main{min-height:500px}
.people-side .people-pic{min-height:245px}
.people-note{font-size:8.4px;color:#8a918d}

/* Connect: compact, consistent rows */
.connect-grid{gap:40px}
.connect-panel-head strong{font-size:18px;font-weight:700}
.compact-link{min-height:62px;grid-template-columns:100px 1fr 30px;gap:13px}
.channel-logo img{height:27px;max-width:92px}
.compact-name strong{font-size:16.5px;font-weight:700;letter-spacing:-.01em}
.compact-name span{font-size:8.4px}

/* News: one-item archive should feel intentional, not empty */
.news-section{padding-top:54px;padding-bottom:58px}
.news-head{margin-bottom:16px}
.news-head h2{font-size:clamp(34px,3.2vw,47px)}
.news-row{min-height:60px;grid-template-columns:122px 1fr 34px}
.news-row>span{font-size:13.2px}
.news-more{font-size:10.5px}

/* Company / CTA / footer */
.company-image{min-height:440px}
.company-copy h2{font-size:clamp(39px,3.9vw,55px);letter-spacing:-.028em}
.company-copy>div>p{font-size:13.2px;line-height:1.96}
.company-table{margin-top:26px}
.company-row{padding:11px 0;font-size:11.4px}
.cta{padding:clamp(54px,5vw,70px) 0}
.cta h2{font-size:clamp(38px,3.9vw,55px);letter-spacing:-.03em}
.site-footer{padding:32px 0 18px}
.footer-brand.brand-lockup{gap:12px}
.footer-brand .brand-mark{width:48px;height:48px;flex-basis:48px}
.footer-brand .brand-type-sub{font-size:8.8px;line-height:1.25}
.footer-brand .brand-type strong{font-size:20.5px;letter-spacing:0}
.footer-address{font-size:9.6px}
.footer-nav a{font-size:9.6px}

@media(max-width:1280px){
  :root{--header-h:82px}
  .brand-mark{width:52px;height:52px;flex-basis:52px}
  .brand-type-sub{font-size:9.5px}
  .brand-type strong{font-size:22.5px}
}

@media(max-width:760px){
  :root{--header-h:74px}
  .header-in{gap:10px}
  .brand-lockup{gap:10px}
  .brand-mark{width:44px;height:44px;flex-basis:44px}
  .brand-type{gap:3px}
  .brand-type-sub{font-size:7.8px;line-height:1.2;gap:6px;letter-spacing:.015em}
  .brand-divider{height:8px}
  .brand-type strong{font-size:18.4px;line-height:1.07;letter-spacing:0}
  .hero-kicker{font-size:8.3px;letter-spacing:.045em;line-height:1.5;max-width:290px}
  .hero h1{font-size:clamp(32px,9.1vw,37px);line-height:1.105;letter-spacing:-.03em}
  .hero-lead{font-size:12.4px;line-height:1.86}
  .section{padding:60px 0}
  .section-head h2{font-size:36px}
  .business-photo{height:380px}
  .strengths{padding-top:56px;padding-bottom:56px}
  .category-card{min-height:0;padding:22px 20px 23px}
  .category-icon{width:74px;height:74px;margin-bottom:14px}
  .category-icon svg{width:43px;height:43px}
  .people-pic-main{height:315px;min-height:315px}
  .people-side .people-pic{height:245px;min-height:245px}
  .news-section{padding-top:48px;padding-bottom:50px}
  .company-image{height:360px;min-height:330px}
  .footer-brand .brand-mark{width:43px;height:43px;flex-basis:43px}
  .footer-brand .brand-type-sub{font-size:7.6px}
  .footer-brand .brand-type strong{font-size:18px}
}

@media(max-width:390px){
  .brand-mark{width:42px;height:42px;flex-basis:42px}
  .brand-type-sub{font-size:7.2px;gap:5px}
  .brand-type strong{font-size:17.2px}
}

/* v5.5 — hero scale and contact cleanup */
:root{
  --max:1380px;
  --pad:clamp(24px,4.7vw,70px);
  --header-h:92px;
}

/* Header: preserve readability while reducing visual weight */
.header-in{height:var(--header-h);gap:30px}
.brand-lockup{gap:15px}
.brand-mark{width:58px;height:58px;flex:0 0 58px}
.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}
.brand-type{display:flex;flex-direction:column;justify-content:center;gap:5px;min-width:0}
.brand-type-sub{
  font-family:Meiryo,"Yu Gothic UI","Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
  font-size:11px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:.035em;
  gap:9px;
  white-space:nowrap;
  text-rendering:auto;
}
.brand-divider{width:1px;height:11px;opacity:.28}
.brand-type strong{
  font-family:"Yu Gothic UI","Yu Gothic",Meiryo,"Hiragino Sans",sans-serif;
  font-size:24px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:.012em;
  white-space:nowrap;
  text-rendering:auto;
}
.site-header:not(.scrolled):not(.inner) .brand-type-sub,
.site-header:not(.scrolled):not(.inner) .brand-type strong{text-shadow:0 1px 8px rgba(0,0,0,.22)}
.site-header:not(.scrolled):not(.inner) .brand-mark img{filter:drop-shadow(0 2px 7px rgba(0,0,0,.18))}
.nav{font-size:10.6px;font-weight:600;letter-spacing:.018em}
.header-cta{padding:10px 15px;font-size:10px}

/* Hero: slightly more breathing room and less display-like typography */
.hero-grid{padding-bottom:clamp(84px,8.1vh,110px)}
.hero-copy{max-width:900px}
.hero-kicker{font-size:10.3px;letter-spacing:.07em;margin-bottom:18px}
.hero h1{font-size:clamp(56px,5vw,82px);line-height:1.06;letter-spacing:-.032em}
.hero-lead{max-width:600px;margin-top:24px;font-size:clamp(13.5px,.98vw,15.5px);line-height:1.92}
.hero-scroll{bottom:19px}

/* Overall rhythm: compress the long page without making it feel crowded */
.intro{padding:clamp(78px,6.8vw,102px) 0}
.intro h2{font-size:clamp(41px,4.4vw,63px)}
.intro-copy{margin-top:26px;padding-top:17px}
.section{padding:clamp(66px,5.85vw,88px) 0}
.section-head{margin-bottom:clamp(29px,3.1vw,40px);gap:48px}
.section-head h2{font-size:clamp(38px,3.85vw,56px);line-height:1.13}
.section-head p{font-size:13.2px;line-height:1.9}

/* Business */
.business-row{grid-template-columns:70px .63fr 1fr 40px;gap:21px;padding:19px 0}
.business-row h3{font-size:clamp(26px,2.2vw,33px)}
.business-row p{font-size:12.7px;line-height:1.84}
.business-photo{height:clamp(380px,31.5vw,450px);margin-top:17px}
.business-photo-copy strong{font-size:clamp(29px,3vw,42px)}

/* Strengths */
.strength-card{min-height:208px;padding:22px clamp(21px,2.3vw,30px) 24px}
.strength-card h3{font-size:clamp(25px,2.1vw,31px);margin-top:12px}
.strength-card p{font-size:12.4px;line-height:1.88;margin-top:14px}

/* Products */
.category-grid{gap:15px}
.category-card{min-height:360px;padding:24px 23px 23px}
.category-icon{width:78px;height:78px;margin-bottom:15px}
.category-icon svg{width:46px;height:46px}
.category-card h3{font-size:clamp(27px,2.22vw,33px);margin:10px 0 12px}
.category-card p{font-size:12.5px;line-height:1.86}
.category-card::after{width:205px;height:205px;opacity:.043}
.category-card .product-tags{padding-top:17px}
.section-action{margin-top:16px}

/* People & place: images stay important, but no longer dominate the page */
.people-grid-refined{min-height:480px;grid-template-columns:1.28fr .72fr;gap:10px}
.people-pic-main{min-height:480px}
.people-side .people-pic{min-height:235px}
.people-note{margin:10px 0 0;padding:0;border-top:0;text-align:right;font-size:8.2px;line-height:1.65;color:#8a918d}

/* Connect: normalize the optical size of mixed brand marks */
.connect-grid{gap:38px}
.connect-panel{padding-top:15px}
.connect-panel-head{padding-bottom:11px}
.connect-panel-head strong{font-size:18px}
.compact-link{min-height:60px;grid-template-columns:102px 1fr 30px;gap:13px;padding:7px 0}
.channel-logo{min-height:34px;display:flex;align-items:center;justify-content:flex-start}
.channel-logo img{width:auto;height:25px;max-width:90px;object-fit:contain;object-position:left center}
.channel-logo.emono{padding:4px 7px}
.channel-logo.emono img{height:23px;max-width:104px}
.channel-logo img[alt="Amazon"]{height:21px}
.channel-logo img[alt="楽天市場"]{height:24px}
.channel-logo img[alt="Yahoo!ショッピング"]{height:24px}
.channel-logo img[alt="Instagram"]{height:25px}
.channel-logo img[alt="LINE"]{height:25px}
.compact-name strong{font-size:16.2px}
.compact-name span{margin-top:2px;font-size:8.3px}

/* News: one current item should read as intentional */
.news-section{padding-top:49px;padding-bottom:52px}
.news-head{margin-bottom:15px}
.news-head h2{font-size:clamp(33px,3vw,45px)}
.news-row{min-height:58px;grid-template-columns:120px 1fr 34px}
.news-more{font-size:10.3px}

/* Company, contact CTA and footer */
.company-grid{gap:clamp(36px,5vw,68px)}
.company-image{min-height:425px}
.company-copy h2{font-size:clamp(38px,3.7vw,53px)}
.company-copy>div>p{font-size:13.1px;line-height:1.93}
.company-table{margin-top:24px}
.company-row{padding:10px 0;font-size:11.4px}
.company-more{margin-top:20px}
.cta{padding:clamp(52px,4.7vw,66px) 0}
.cta-grid{gap:50px}
.cta h2{font-size:clamp(37px,3.7vw,53px)}
.cta p{font-size:13.2px;line-height:1.88;margin-bottom:18px}
.site-footer{padding:30px 0 17px}
.footer-brand.brand-lockup{gap:12px;margin-bottom:12px}
.footer-brand .brand-mark{width:49px;height:49px;flex-basis:49px}
.footer-brand .brand-type{gap:4px}
.footer-brand .brand-type-sub{font-family:Meiryo,"Yu Gothic UI",sans-serif;font-size:8.8px;font-weight:400;letter-spacing:.03em;gap:7px}
.footer-brand .brand-divider{height:9px}
.footer-brand .brand-type strong{font-size:20px;font-weight:700;letter-spacing:.01em}
.footer-address,.footer-nav a{font-size:9.4px}
.footer-bottom{margin-top:27px;padding-top:13px}

/* Subpages: bring the same rhythm to the secondary pages */
.sub-hero{padding-top:clamp(138px,12.5vw,162px);padding-bottom:clamp(62px,5.8vw,80px)}
.sub-hero h1{font-size:clamp(47px,5.3vw,76px);letter-spacing:-.038em}
.sub-section{padding:clamp(62px,5.7vw,84px) 0}

@media(max-width:1280px){
  :root{--header-h:86px}
  .brand-mark{width:54px;height:54px;flex-basis:54px}
  .brand-lockup{gap:14px}
  .brand-type{gap:4px}
  .brand-type-sub{font-size:10px;gap:8px;letter-spacing:.03em}
  .brand-type strong{font-size:22.5px}
}

@media(max-width:980px){
  .compact-link{grid-template-columns:92px 1fr 30px}
  .channel-logo img{max-width:82px}
  .people-grid-refined{min-height:500px}
  .people-pic-main{min-height:500px}
  .people-side .people-pic{min-height:245px}
}

@media(max-width:760px){
  :root{--header-h:76px;--pad:20px}
  .header-in{gap:9px}
  .brand-lockup{gap:10px}
  .brand-mark{width:45px;height:45px;flex-basis:45px}
  .brand-type{gap:3px}
  .brand-type-sub{font-size:8.2px;line-height:1.15;gap:6px;letter-spacing:.018em}
  .brand-divider{height:8px}
  .brand-type strong{font-size:18.2px;line-height:1.06;letter-spacing:.008em}
  .hero{min-height:620px}
  .hero-grid{padding-bottom:62px}
  .hero-kicker{font-size:8.4px;line-height:1.45;max-width:300px}
  .hero h1{font-size:clamp(34px,9.2vw,39px);line-height:1.09;letter-spacing:-.027em}
  .hero-lead{font-size:12.4px;line-height:1.84;margin-top:19px}
  .intro{padding:68px 0}
  .intro h2{font-size:39px}
  .section{padding:58px 0}
  .section-head{margin-bottom:30px}
  .section-head h2{font-size:35px;line-height:1.16}
  .business-photo{height:360px}
  .strengths{padding-top:54px;padding-bottom:54px}
  .category-card{padding:21px 20px 22px}
  .category-icon{width:72px;height:72px;margin-bottom:13px}
  .category-icon svg{width:42px;height:42px}
  .people-pic-main{height:305px;min-height:305px}
  .people-side .people-pic{height:225px;min-height:225px}
  .people-note{text-align:left;font-size:8px}
  .connect-grid{gap:27px}
  .compact-link{min-height:62px;grid-template-columns:86px 1fr 28px;gap:10px}
  .channel-logo img{height:24px;max-width:78px}
  .compact-name strong{font-size:15.5px}
  .news-section{padding-top:44px;padding-bottom:46px}
  .company-image{height:345px;min-height:320px}
  .company-copy h2{font-size:39px}
  .cta h2{font-size:39px}
  .footer-brand .brand-mark{width:43px;height:43px;flex-basis:43px}
  .footer-brand .brand-type-sub{font-size:7.7px}
  .footer-brand .brand-type strong{font-size:17.8px}
  .sub-hero{padding-top:112px;padding-bottom:54px}
  .sub-hero h1{font-size:48px}
  .sub-section{padding:54px 0}
}

@media(max-width:430px){
  .hero-line{white-space:normal}
  .hero h1{font-size:clamp(33px,9vw,37px)}
}

@media(max-width:390px){
  .brand-mark{width:43px;height:43px;flex-basis:43px}
  .brand-lockup{gap:9px}
  .brand-type-sub{font-size:7.6px;gap:5px;letter-spacing:.012em}
  .brand-type strong{font-size:17.4px;letter-spacing:.006em}
  .hero h1{font-size:33px}
}

@media(max-width:350px){
  .brand-type-sub{display:flex;font-size:7px;gap:4px;letter-spacing:0}
  .brand-type strong{font-size:16.5px}
  .brand-mark{width:41px;height:41px;flex-basis:41px}
}

/* Hero size-only refinement: desktop */
@media (min-width:981px){
  .hero-grid{padding-bottom:clamp(90px,8.5vh,116px)}
  .hero-kicker{font-size:10.8px}
  .hero h1{font-size:clamp(56px,5.3vw,92px);line-height:1.025}
}


/* v5.6 official brand asset alignment */
.channel-logo.official-logo{min-height:34px}
.channel-logo.official-logo img{display:block;object-fit:contain;object-position:left center}
.channel-logo.official-rakuten{background:#fff;padding:4px 7px;width:max-content;border-radius:4px}
.channel-logo.official-rakuten img{width:78px;height:auto;max-width:78px}
.channel-logo.official-yahoo img{width:31px;height:31px;max-width:31px;border-radius:7px}
.channel-logo.official-amazon{background:#fff;padding:4px 6px;width:92px;min-height:46px;border-radius:4px;box-sizing:border-box}
.channel-logo.official-amazon img{width:80px;height:auto;max-width:80px;margin:auto 0}
.channel-logo.official-instagram img{width:27px;height:27px;max-width:27px}
.channel-logo.official-line img{width:27px;height:27px;max-width:27px}
@media(max-width:760px){
  .channel-logo.official-rakuten img{width:72px;max-width:72px}
  .channel-logo.official-yahoo img{width:28px;height:28px;max-width:28px}
  .channel-logo.official-amazon{width:82px;min-height:43px;padding:4px 5px}
  .channel-logo.official-amazon img{width:72px;max-width:72px}
  .channel-logo.official-instagram img,.channel-logo.official-line img{width:25px;height:25px;max-width:25px}
}

/* v5.7 SHOP logo balance: equal visual footprint without altering brand artwork */
#shop-links .compact-link{
  grid-template-columns:96px 1fr 30px;
  gap:14px;
  min-height:62px;
}
#shop-links .channel-logo,
#shop-links .channel-logo.emono,
#shop-links .channel-logo.official-logo{
  width:92px;
  height:42px;
  min-height:42px;
  box-sizing:border-box;
  padding:5px 8px;
  margin:0;
  border-radius:4px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
#shop-links .channel-logo img,
#shop-links .channel-logo.emono img,
#shop-links .channel-logo.official-logo img{
  display:block;
  width:auto;
  height:auto;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
#shop-links .channel-logo.emono img{max-width:74px;max-height:27px}
#shop-links .channel-logo.official-rakuten img{width:75px;max-width:75px;max-height:27px}
#shop-links .channel-logo.official-yahoo img{width:31px;height:31px;max-width:31px;max-height:31px;border-radius:7px}
#shop-links .channel-logo.official-amazon{width:92px;height:42px;min-height:42px;padding:5px 7px}
#shop-links .channel-logo.official-amazon img{width:76px;max-width:76px;max-height:31px}

@media(max-width:760px){
  #shop-links .compact-link{grid-template-columns:84px 1fr 28px;gap:10px}
  #shop-links .channel-logo,
  #shop-links .channel-logo.emono,
  #shop-links .channel-logo.official-logo,
  #shop-links .channel-logo.official-amazon{
    width:80px;
    height:38px;
    min-height:38px;
    padding:4px 6px;
  }
  #shop-links .channel-logo.emono img{max-width:65px;max-height:24px}
  #shop-links .channel-logo.official-rakuten img{width:66px;max-width:66px;max-height:24px}
  #shop-links .channel-logo.official-yahoo img{width:28px;height:28px;max-width:28px;max-height:28px}
  #shop-links .channel-logo.official-amazon img{width:67px;max-width:67px;max-height:28px}
}


/* v5.8 CONNECT balance refinement: make SHOP and SNS read with the same visual weight */
#connect .compact-link{
  grid-template-columns:96px 1fr 30px;
  gap:14px;
  min-height:64px;
}
#connect .channel-logo,
#connect .channel-logo.emono,
#connect .channel-logo.official-logo,
#connect .channel-logo.official-amazon,
#connect .channel-logo.official-instagram,
#connect .channel-logo.official-line{
  width:92px;
  height:42px;
  min-height:42px;
  box-sizing:border-box;
  padding:5px 8px;
  margin:0;
  border-radius:4px;
  background:#fff;
  border:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
}
#connect .channel-logo img,
#connect .channel-logo.emono img,
#connect .channel-logo.official-logo img{
  display:block;
  width:auto;
  height:auto;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
}
#connect .channel-logo.emono img{max-width:74px;max-height:27px}
#connect .channel-logo.official-rakuten img{width:75px;max-width:75px;max-height:27px}
#connect .channel-logo.official-yahoo img{width:31px;height:31px;max-width:31px;max-height:31px;border-radius:7px}
#connect .channel-logo.official-amazon img{width:76px;max-width:76px;max-height:31px}
#connect .channel-logo.official-instagram img{width:28px;height:28px;max-width:28px;max-height:28px}
#connect .channel-logo.official-line img{width:29px;height:29px;max-width:29px;max-height:29px}
#connect .compact-name strong{font-size:16.2px}
#connect .compact-name span{font-size:8.6px}
#connect .pending-badge{min-width:50px;height:27px}

@media(max-width:760px){
  #connect .compact-link{grid-template-columns:84px 1fr 28px;gap:10px;min-height:60px}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{
    width:80px;
    height:38px;
    min-height:38px;
    padding:4px 6px;
  }
  #connect .channel-logo.emono img{max-width:65px;max-height:24px}
  #connect .channel-logo.official-rakuten img{width:66px;max-width:66px;max-height:24px}
  #connect .channel-logo.official-yahoo img{width:28px;height:28px;max-width:28px;max-height:28px}
  #connect .channel-logo.official-amazon img{width:67px;max-width:67px;max-height:28px}
  #connect .channel-logo.official-instagram img,
  #connect .channel-logo.official-line img{width:25px;height:25px;max-width:25px;max-height:25px}
}


/* v5.9 CONNECT final polish: optical balance, spacing, and right-edge alignment */
#connect .connect-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:42px;
}
#connect .connect-panel{padding-top:17px}
#connect .connect-panel-head{
  min-height:45px;
  align-items:center;
  padding-bottom:11px;
}
#connect .connect-panel-head small{
  font-size:8.5px;
  letter-spacing:.17em;
}
#connect .connect-panel-head strong{
  font-size:17.5px;
  line-height:1.2;
  letter-spacing:-.012em;
}
#connect .compact-links{border-bottom:1px solid rgba(255,255,255,.15)}
#connect .compact-link{
  min-height:62px;
  grid-template-columns:88px minmax(0,1fr) 52px;
  gap:14px;
  padding:7px 0;
  transition:background .2s ease;
}
#connect .compact-link:hover{
  padding-left:0;
  background:rgba(255,255,255,.022);
}
#connect .channel-logo,
#connect .channel-logo.emono,
#connect .channel-logo.official-logo,
#connect .channel-logo.official-amazon,
#connect .channel-logo.official-instagram,
#connect .channel-logo.official-line{
  width:84px;
  height:38px;
  min-height:38px;
  padding:4px 7px;
  border-radius:5px;
  background:rgba(255,255,255,.98);
  border:0;
  box-shadow:0 0 0 1px rgba(255,255,255,.06);
}
#connect .channel-logo.emono img{max-width:68px;max-height:24px}
#connect .channel-logo.official-rakuten img{width:70px;max-width:70px;max-height:25px}
#connect .channel-logo.official-yahoo img{width:29px;height:29px;max-width:29px;max-height:29px;border-radius:6px}
#connect .channel-logo.official-amazon img{width:71px;max-width:71px;max-height:28px}
#connect .channel-logo.official-instagram img{width:27px;height:27px;max-width:27px;max-height:27px}
#connect .channel-logo.official-line img{width:28px;height:28px;max-width:28px;max-height:28px}
#connect .compact-name strong{
  font-size:16px;
  line-height:1.28;
  letter-spacing:-.008em;
}
#connect .compact-name span{
  margin-top:2px;
  font-size:8.3px;
  line-height:1.35;
  color:rgba(255,255,255,.54);
}
#connect .compact-arrow{
  justify-self:end;
  width:30px;
  height:30px;
  border-color:rgba(255,255,255,.34);
}
#connect .pending-badge{
  justify-self:end;
  min-width:48px;
  height:26px;
  padding:0 6px;
  font-size:7.6px;
  letter-spacing:.06em;
  border-color:rgba(255,255,255,.25);
  color:rgba(255,255,255,.62);
}

@media(max-width:980px) and (min-width:761px){
  #connect .connect-grid{gap:28px}
  #connect .compact-link{grid-template-columns:82px minmax(0,1fr) 48px;gap:11px}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:78px;height:36px;min-height:36px;padding:4px 6px}
  #connect .compact-name strong{font-size:15.2px}
  #connect .compact-name span{font-size:8px}
}

@media(max-width:760px){
  #connect .connect-grid{gap:26px}
  #connect .connect-panel-head{min-height:auto;padding-bottom:10px}
  #connect .connect-panel-head strong{font-size:17px}
  #connect .compact-link{grid-template-columns:78px minmax(0,1fr) 48px;gap:10px;min-height:59px;padding:6px 0}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:74px;height:36px;min-height:36px;padding:4px 6px}
  #connect .channel-logo.emono img{max-width:60px;max-height:22px}
  #connect .channel-logo.official-rakuten img{width:61px;max-width:61px;max-height:22px}
  #connect .channel-logo.official-yahoo img{width:27px;height:27px;max-width:27px;max-height:27px}
  #connect .channel-logo.official-amazon img{width:61px;max-width:61px;max-height:25px}
  #connect .channel-logo.official-instagram img,
  #connect .channel-logo.official-line img{width:25px;height:25px;max-width:25px;max-height:25px}
  #connect .compact-name strong{font-size:15px}
  #connect .compact-name span{font-size:7.9px}
  #connect .pending-badge{min-width:45px;height:24px;font-size:7.2px;padding:0 5px}
}


/* v6.0 CONNECT surface refinement: reduce black-table feel and unify visual hierarchy */
#connect.links{
  background:#fff;
  color:var(--ink);
}
#connect.section{
  padding-top:clamp(62px,5.4vw,82px);
  padding-bottom:clamp(68px,5.8vw,88px);
}
#connect .section-head{
  margin-bottom:30px;
}
#connect .section-head h2{
  color:var(--ink);
}
#connect .eyebrow{
  color:var(--green);
}
#connect .connect-grid{
  gap:28px;
  align-items:stretch;
}
#connect .connect-panel{
  position:relative;
  padding:22px 24px 14px;
  background:#fbfcfa;
  border:1px solid #dce2de;
  border-top-color:#bcd0c7;
}
#connect .connect-panel::before{
  content:"";
  position:absolute;
  top:-1px;
  left:24px;
  width:42px;
  height:2px;
  background:#75b99a;
}
#connect .connect-panel-head{
  min-height:42px;
  padding-bottom:13px;
  border-bottom:1px solid #dce2de;
}
#connect .connect-panel-head small{
  color:var(--green);
}
#connect .compact-links{
  border-bottom:0;
}
#connect .compact-link{
  min-height:64px;
  grid-template-columns:82px minmax(0,1fr) 44px;
  gap:15px;
  padding:9px 10px;
  margin:0 -10px;
  border-top:0;
  border-bottom:1px solid #e4e8e5;
  background:transparent;
}
#connect .compact-link:last-child{
  border-bottom:0;
}
#connect .compact-link:hover{
  padding-left:10px;
  background:#f5f8f6;
}
#connect .channel-logo,
#connect .channel-logo.emono,
#connect .channel-logo.official-logo,
#connect .channel-logo.official-amazon,
#connect .channel-logo.official-instagram,
#connect .channel-logo.official-line{
  width:78px;
  height:38px;
  min-height:38px;
  padding:4px 6px;
  border-radius:4px;
  background:#fff;
  border:1px solid #e4e8e5;
  box-shadow:none;
}
#connect .channel-logo.emono img{max-width:63px;max-height:23px}
#connect .channel-logo.official-rakuten img{width:65px;max-width:65px;max-height:24px}
#connect .channel-logo.official-yahoo img{width:28px;height:28px;max-width:28px;max-height:28px;border-radius:6px}
#connect .channel-logo.official-amazon img{width:65px;max-width:65px;max-height:26px}
#connect .channel-logo.official-instagram img{width:26px;height:26px;max-width:26px;max-height:26px}
#connect .channel-logo.official-line img{width:27px;height:27px;max-width:27px;max-height:27px}
#connect .compact-name strong{
  font-size:15.6px;
  color:var(--ink);
}
#connect .compact-name span{
  color:#69736d;
}
#connect .compact-arrow{
  width:29px;
  height:29px;
  border-color:#ccd6d1;
  background:#fff;
  color:var(--ink);
}
#connect .compact-link:hover .compact-arrow{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
#connect .pending-badge{
  min-width:44px;
  height:25px;
  border-color:#d3dbd6;
  color:#6b746f;
  background:#f5f7f6;
}

@media(max-width:980px) and (min-width:761px){
  #connect .connect-grid{gap:20px}
  #connect .connect-panel{padding:20px 18px 12px}
  #connect .connect-panel::before{left:18px}
  #connect .compact-link{grid-template-columns:76px minmax(0,1fr) 42px;gap:11px;padding:8px 8px;margin:0 -8px}
  #connect .compact-link:hover{padding-left:8px}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:72px;height:35px;min-height:35px}
}

@media(max-width:760px){
  #connect.section{padding-top:54px;padding-bottom:60px}
  #connect .section-head{margin-bottom:24px}
  #connect .connect-grid{gap:18px}
  #connect .connect-panel{padding:18px 15px 10px}
  #connect .connect-panel::before{left:15px;width:36px}
  #connect .compact-link{grid-template-columns:72px minmax(0,1fr) 42px;gap:10px;min-height:58px;padding:7px 7px;margin:0 -7px}
  #connect .compact-link:hover{padding-left:7px}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:68px;height:34px;min-height:34px;padding:3px 5px}
  #connect .channel-logo.emono img{max-width:55px;max-height:20px}
  #connect .channel-logo.official-rakuten img{width:56px;max-width:56px;max-height:21px}
  #connect .channel-logo.official-yahoo img{width:25px;height:25px;max-width:25px;max-height:25px}
  #connect .channel-logo.official-amazon img{width:56px;max-width:56px;max-height:23px}
  #connect .channel-logo.official-instagram img,
  #connect .channel-logo.official-line img{width:24px;height:24px;max-width:24px;max-height:24px}
}


/* v6.2 FINAL CONNECT — flat white, no logo boxes */
#connect.links{
  background:#fff;
  color:var(--ink);
}
#connect.section{
  padding-top:clamp(62px,5.4vw,82px);
  padding-bottom:clamp(72px,6vw,92px);
}
#connect .section-head{
  margin-bottom:32px;
}
#connect .section-head h2{
  color:var(--ink);
}
#connect .eyebrow{
  color:var(--green);
}
#connect .connect-grid{
  gap:42px;
  align-items:start;
}
#connect .connect-panel{
  position:relative;
  padding:0;
  background:transparent;
  border:0;
  border-top:1px solid #cfd7d2;
}
#connect .connect-panel::before{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  width:42px;
  height:2px;
  background:#6eb190;
}
#connect .connect-panel-head{
  min-height:58px;
  padding:16px 0 14px;
  border-bottom:1px solid #dce2de;
}
#connect .connect-panel-head small{
  color:var(--green);
  font-size:9px;
  letter-spacing:.18em;
}
#connect .connect-panel-head strong{
  color:var(--ink);
  font-size:18px;
}
#connect .compact-links{
  border:0;
}
#connect .compact-link{
  min-height:64px;
  grid-template-columns:92px minmax(0,1fr) 34px;
  gap:16px;
  padding:10px 0;
  margin:0;
  border-top:0;
  border-bottom:1px solid #e1e6e3;
  background:transparent;
}
#connect .compact-link:last-child{
  border-bottom:0;
}
#connect .compact-link:hover{
  padding-left:0;
  background:transparent;
}
#connect .channel-logo,
#connect .channel-logo.emono,
#connect .channel-logo.official-logo,
#connect .channel-logo.official-amazon,
#connect .channel-logo.official-instagram,
#connect .channel-logo.official-line{
  width:92px;
  height:38px;
  min-height:38px;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
#connect .channel-logo img,
#connect .channel-logo.emono img,
#connect .channel-logo.official-logo img{
  display:block;
  width:auto;
  height:auto;
  margin:0;
  object-fit:contain;
  object-position:left center;
}
#connect .channel-logo.emono img{max-width:76px;max-height:25px}
#connect .channel-logo.official-rakuten img{width:78px;max-width:78px;max-height:27px}
#connect .channel-logo.official-yahoo img{width:31px;height:31px;max-width:31px;max-height:31px;border-radius:7px}
#connect .channel-logo.official-amazon img{width:78px;max-width:78px;max-height:31px}
#connect .channel-logo.official-instagram img{width:29px;height:29px;max-width:29px;max-height:29px}
#connect .channel-logo.official-line img{width:30px;height:30px;max-width:30px;max-height:30px}
#connect .compact-name strong{
  font-size:15.8px;
  color:var(--ink);
  line-height:1.28;
}
#connect .compact-name span{
  margin-top:3px;
  color:#737d77;
  font-size:8.5px;
}
#connect .compact-arrow{
  width:30px;
  height:30px;
  border:1px solid #cbd4cf;
  background:#fff;
  color:var(--ink);
}
#connect .compact-link:hover .compact-arrow{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
  transform:translateX(2px);
}
#connect .pending-badge{
  justify-self:end;
  min-width:48px;
  height:26px;
  padding:0 7px;
  border:1px solid #d3dbd6;
  color:#6f7873;
  background:#fff;
  font-size:7.6px;
}

@media(max-width:980px) and (min-width:761px){
  #connect .connect-grid{gap:28px}
  #connect .compact-link{grid-template-columns:84px minmax(0,1fr) 32px;gap:13px}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:84px}
  #connect .channel-logo.emono img{max-width:69px;max-height:24px}
  #connect .channel-logo.official-rakuten img{width:70px;max-width:70px}
  #connect .channel-logo.official-amazon img{width:70px;max-width:70px}
}

@media(max-width:760px){
  #connect.section{padding-top:54px;padding-bottom:62px}
  #connect .section-head{margin-bottom:24px}
  #connect .connect-grid{gap:28px}
  #connect .connect-panel-head{min-height:52px;padding:14px 0 12px}
  #connect .compact-link{grid-template-columns:72px minmax(0,1fr) 32px;gap:10px;min-height:60px;padding:9px 0}
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon,
  #connect .channel-logo.official-instagram,
  #connect .channel-logo.official-line{width:72px;height:34px;min-height:34px}
  #connect .channel-logo.emono img{max-width:59px;max-height:21px}
  #connect .channel-logo.official-rakuten img{width:60px;max-width:60px;max-height:22px}
  #connect .channel-logo.official-yahoo img{width:26px;height:26px;max-width:26px;max-height:26px}
  #connect .channel-logo.official-amazon img{width:60px;max-width:60px;max-height:25px}
  #connect .channel-logo.official-instagram img,
  #connect .channel-logo.official-line img{width:25px;height:25px;max-width:25px;max-height:25px}
  #connect .compact-name strong{font-size:15px}
  #connect .compact-name span{font-size:7.9px}
  #connect .pending-badge{min-width:45px;height:24px;font-size:7.2px;padding:0 5px}
}


/* v6.3 Yahoo Shopping logo fix: use the horizontal lockup like the other shop brands */
#connect .channel-logo.official-yahoo img{
  width:78px;
  height:auto;
  max-width:78px;
  max-height:28px;
  border-radius:0;
}
@media(max-width:980px) and (min-width:761px){
  #connect .channel-logo.official-yahoo img{
    width:70px;
    height:auto;
    max-width:70px;
    max-height:25px;
    border-radius:0;
  }
}
@media(max-width:760px){
  #connect .channel-logo.official-yahoo img{
    width:60px;
    height:auto;
    max-width:60px;
    max-height:23px;
    border-radius:0;
  }
}


/* v6.4 SHOP logo size alignment: enlarge e-mono plus and Yahoo so they read with Rakuten/Amazon */
#shop-links .channel-logo.emono img,
#connect .channel-logo.emono img{
  width:78px;
  height:auto;
  max-width:78px;
  max-height:28px;
}
#shop-links .channel-logo.official-yahoo img,
#connect .channel-logo.official-yahoo img{
  width:78px;
  height:auto;
  max-width:78px;
  max-height:28px;
  border-radius:0;
}
@media(max-width:980px) and (min-width:761px){
  #shop-links .channel-logo.emono img,
  #connect .channel-logo.emono img{
    width:70px;
    max-width:70px;
    max-height:25px;
  }
  #shop-links .channel-logo.official-yahoo img,
  #connect .channel-logo.official-yahoo img{
    width:70px;
    height:auto;
    max-width:70px;
    max-height:25px;
    border-radius:0;
  }
}
@media(max-width:760px){
  #shop-links .channel-logo.emono img,
  #connect .channel-logo.emono img{
    width:60px;
    max-width:60px;
    max-height:23px;
  }
  #shop-links .channel-logo.official-yahoo img,
  #connect .channel-logo.official-yahoo img{
    width:60px;
    height:auto;
    max-width:60px;
    max-height:23px;
    border-radius:0;
  }
}


/* v6.5 stronger shop logo balance: noticeably enlarge e-mono plus and Yahoo for visual parity */
#shop-links .compact-link,
#connect .compact-link{
  grid-template-columns:112px 1fr 30px !important;
}
#shop-links .channel-logo,
#shop-links .channel-logo.emono,
#shop-links .channel-logo.official-logo,
#connect .channel-logo,
#connect .channel-logo.emono,
#connect .channel-logo.official-logo{
  width:108px !important;
  height:46px !important;
  min-height:46px !important;
  padding:5px 8px !important;
}
#shop-links .channel-logo.emono img,
#connect .channel-logo.emono img{
  width:96px !important;
  max-width:96px !important;
  max-height:34px !important;
  height:auto !important;
}
#shop-links .channel-logo.official-yahoo img,
#connect .channel-logo.official-yahoo img{
  width:92px !important;
  max-width:92px !important;
  max-height:34px !important;
  height:auto !important;
  border-radius:0 !important;
}
#shop-links .channel-logo.official-rakuten img,
#connect .channel-logo.official-rakuten img{
  width:78px !important;
  max-width:78px !important;
  max-height:28px !important;
}
#shop-links .channel-logo.official-amazon,
#connect .channel-logo.official-amazon{
  width:108px !important;
  height:46px !important;
  min-height:46px !important;
}
#shop-links .channel-logo.official-amazon img,
#connect .channel-logo.official-amazon img{
  width:78px !important;
  max-width:78px !important;
  max-height:31px !important;
}
@media(max-width:760px){
  #shop-links .compact-link,
  #connect .compact-link{
    grid-template-columns:96px 1fr 28px !important;
    gap:10px !important;
  }
  #shop-links .channel-logo,
  #shop-links .channel-logo.emono,
  #shop-links .channel-logo.official-logo,
  #shop-links .channel-logo.official-amazon,
  #connect .channel-logo,
  #connect .channel-logo.emono,
  #connect .channel-logo.official-logo,
  #connect .channel-logo.official-amazon{
    width:92px !important;
    height:42px !important;
    min-height:42px !important;
    padding:4px 6px !important;
  }
  #shop-links .channel-logo.emono img,
  #connect .channel-logo.emono img{
    width:82px !important;
    max-width:82px !important;
    max-height:28px !important;
  }
  #shop-links .channel-logo.official-yahoo img,
  #connect .channel-logo.official-yahoo img{
    width:80px !important;
    max-width:80px !important;
    max-height:28px !important;
    height:auto !important;
  }
  #shop-links .channel-logo.official-rakuten img,
  #connect .channel-logo.official-rakuten img{
    width:68px !important;
    max-width:68px !important;
    max-height:24px !important;
  }
  #shop-links .channel-logo.official-amazon img,
  #connect .channel-logo.official-amazon img{
    width:68px !important;
    max-width:68px !important;
    max-height:28px !important;
  }
}


/* v6.6 actual asset + inline-class fix: enlarge the e-mono plus and Yahoo logos themselves */
#shop-links .shop-logo-emono,
#connect .shop-logo-emono{
  width:90px !important;
  max-width:90px !important;
  height:auto !important;
  max-height:30px !important;
}
#shop-links .shop-logo-yahoo,
#connect .shop-logo-yahoo{
  width:88px !important;
  max-width:88px !important;
  height:auto !important;
  max-height:30px !important;
  border-radius:0 !important;
}
@media(max-width:760px){
  #shop-links .shop-logo-emono,
  #connect .shop-logo-emono{
    width:78px !important;
    max-width:78px !important;
    max-height:26px !important;
  }
  #shop-links .shop-logo-yahoo,
  #connect .shop-logo-yahoo{
    width:76px !important;
    max-width:76px !important;
    max-height:26px !important;
  }
}


/* v6.7 tight-cropped logo artwork: make actual wordmarks visually match Rakuten/Amazon */
#shop-links .shop-logo-emono,#connect .shop-logo-emono{
  width:96px !important;max-width:96px !important;height:auto !important;max-height:36px !important;
}
#shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{
  width:96px !important;max-width:96px !important;height:auto !important;max-height:36px !important;border-radius:0 !important;
}
@media(max-width:760px){
  #shop-links .shop-logo-emono,#connect .shop-logo-emono{width:84px !important;max-width:84px !important;max-height:32px !important;}
  #shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{width:84px !important;max-width:84px !important;max-height:32px !important;}
}


/* v6.8 logo clipping fix: add safe internal space and keep visual size */
#shop-links .shop-logo-emono,#connect .shop-logo-emono{width:102px !important;max-width:102px !important;max-height:36px !important;height:auto !important;}
#shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{width:102px !important;max-width:102px !important;max-height:36px !important;height:auto !important;border-radius:0 !important;}
@media(max-width:760px){
  #shop-links .shop-logo-emono,#connect .shop-logo-emono{width:88px !important;max-width:88px !important;max-height:32px !important;}
  #shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{width:88px !important;max-width:88px !important;max-height:32px !important;}
}


/* v6.9 Yahoo JAPAN legibility fix: give JAPAN more breathing room */
#shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{width:96px !important;max-width:96px !important;max-height:34px !important;height:auto !important;}
@media(max-width:760px){#shop-links .shop-logo-yahoo,#connect .shop-logo-yahoo{width:84px !important;max-width:84px !important;max-height:30px !important;}}


/* WordPress theme contact helpers */
.shoei-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-error{margin:0 0 24px;padding:14px 16px;border:1px solid #c84b4b;background:#fff8f8;color:#8f2222;font-size:14px;line-height:1.7}
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
