:root{
  --bg:#f8f5ef;
  --paper:#fffdf9;
  --ink:#16211f;
  --muted:#6e756f;
  --line:rgba(22,33,31,.13);
  --deep:#0d4038;
  --deep2:#164f46;
  --sand:#e7dfd2;
  --warm:#d9c9b2;
  --blue:#18b8ec;
  --green:#2edc1a;
  --yellow:#ffd20a;
  --orange:#ff7b21;
  --purple:#b95ae4;
  --radius-xl:40px;
  --radius-lg:30px;
  --radius-md:22px;
  --shadow:0 30px 90px rgba(30,39,36,.10);
  --container:min(1220px,calc(100% - 48px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Sans","Yu Gothic","YuGothic","Noto Sans JP",sans-serif;
  -webkit-font-smoothing:antialiased;
  font-feature-settings:"palt";
}
body.menu-open{overflow:hidden}
a{color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:var(--container);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:12px;z-index:999;transform:translateY(-150%);background:var(--ink);color:#fff;padding:10px 14px;border-radius:12px}
.skip-link:focus{transform:none}

.site-header{
  position:fixed;inset:0 0 auto;z-index:100;
  border-bottom:1px solid transparent;
  transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;
}
.site-header.scrolled{background:rgba(248,245,239,.86);backdrop-filter:blur(18px);border-color:var(--line)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{width:70px;height:82px;display:flex;align-items:center;justify-content:center;text-decoration:none}
.brand img{width:auto;height:74px;object-fit:contain}
.global-nav{display:flex;align-items:center;gap:36px;font-size:.92rem;font-weight:650}
.global-nav a{text-decoration:none;position:relative}
.global-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:currentColor;transition:right .25s ease}
.global-nav a:hover::after{right:0}
.nav-cta{padding:13px 22px;border-radius:999px;background:var(--deep);color:#fff;box-shadow:0 12px 30px rgba(13,64,56,.16)}
.menu-button{display:none;border:0;background:none;width:46px;height:46px;padding:10px;cursor:pointer}
.menu-button span:not(.sr-only){display:block;height:1.5px;background:var(--ink);margin:6px 0;transition:.25s ease}

.eyebrow{margin:0 0 20px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:var(--deep)}
.hero{position:relative;overflow:hidden;padding:150px 0 0;background:linear-gradient(135deg,#fbf9f4 0%,#f6f0e6 45%,#f3f8f5 100%)}
.hero-noise{position:absolute;inset:0;pointer-events:none;opacity:.35;background-image:radial-gradient(rgba(22,33,31,.15) .5px,transparent .5px);background-size:7px 7px;mask-image:linear-gradient(90deg,rgba(0,0,0,.4),transparent 55%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.92fr 1.08fr;gap:60px;align-items:center;min-height:720px;padding-bottom:90px}
.hero h1,.section-intro h2,.business-head h2,.difference-title h2,.store-text h2,.company-copy h2{
  margin:0;font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;font-weight:500;letter-spacing:-.055em
}
.hero h1{font-size:clamp(4rem,6.8vw,7.1rem);line-height:.98}
.color-text i{font-style:normal}
.color-text i:nth-child(1){color:var(--deep)}
.color-text i:nth-child(2){color:#3568a6}
.color-text i:nth-child(3){color:var(--purple)}
.color-text i:nth-child(4){color:#e55752}
.hero-lead{margin:30px 0 0;max-width:650px;color:var(--muted);line-height:2;font-size:1rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button-dark{background:var(--deep);color:#fff;box-shadow:0 14px 32px rgba(13,64,56,.18)}
.button-dark:hover{background:var(--deep2)}
.button-ghost{background:rgba(255,255,255,.58);border:1px solid rgba(22,33,31,.16);backdrop-filter:blur(10px)}
.hero-note{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:14px 18px;align-items:start;margin-top:46px;padding-top:24px;border-top:1px solid var(--line);max-width:650px}
.hero-note>span{font-size:.67rem;color:var(--muted);padding-top:2px}
.hero-note p{margin:0;font-family:Georgia,serif;font-size:1rem;line-height:1.2}
.hero-note small{font-family:inherit;color:var(--muted);font-size:.7rem;letter-spacing:.04em}
.hero-photo-wrap{position:relative;min-height:590px}
.hero-photo{position:absolute;inset:0 0 0 34px;margin:0;border-radius:44px 44px 0 44px;overflow:hidden;box-shadow:var(--shadow)}
.hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(13,64,56,.14) 100%)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-badge{position:absolute;left:0;bottom:34px;width:245px;padding:25px 24px;border-radius:26px;background:rgba(255,253,249,.92);backdrop-filter:blur(18px);border:1px solid rgba(22,33,31,.08);box-shadow:0 24px 50px rgba(22,33,31,.13)}
.hero-badge span{display:block;font-size:.64rem;letter-spacing:.18em;color:var(--muted);font-weight:800}
.hero-badge strong{display:block;margin-top:12px;font-family:Georgia,serif;font-weight:500;font-size:1.6rem;line-height:1.05}
.hero-mark{position:absolute;width:120px;right:-32px;bottom:-46px;opacity:.85;filter:drop-shadow(0 20px 20px rgba(22,33,31,.08))}
.hero-curve{height:90px;background:var(--paper);border-radius:50% 50% 0 0/34% 34% 0 0;transform:translateY(42px) scaleX(1.08)}

.section{padding:135px 0}
.about{background:var(--paper)}
.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.section-intro h2,.business-head h2,.difference-title h2,.store-text h2,.company-copy h2{font-size:clamp(2.8rem,5vw,5.1rem);line-height:1.07}
.large-copy{margin:4px 0 28px;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:clamp(1.55rem,2.6vw,2.4rem);line-height:1.65;letter-spacing:-.035em}
.about-copy>p:last-child{margin:0;color:var(--muted);line-height:2;max-width:760px}
.value-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:95px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.value-strip article{padding:34px 34px 36px;border-right:1px solid var(--line)}
.value-strip article:first-child{padding-left:0}
.value-strip article:last-child{border-right:0;padding-right:0}
.value-strip article>span{font-size:.65rem;color:var(--muted)}
.value-strip h3{margin:22px 0 10px;font-family:Georgia,serif;font-size:1.7rem;font-weight:500;letter-spacing:-.04em}
.value-strip p{margin:0;color:var(--muted);line-height:1.85;font-size:.9rem}

.business{background:#f1eee7}
.business-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:54px}
.business-head .eyebrow{grid-column:1/-1}
.business-head>p{margin:0 0 8px;color:var(--muted);line-height:1.95}
.business-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.business-card{background:var(--paper);border-radius:30px;overflow:hidden;border:1px solid rgba(22,33,31,.08);box-shadow:0 20px 55px rgba(22,33,31,.06);transition:transform .35s ease,box-shadow .35s ease}
.business-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(22,33,31,.10)}
.business-card figure{margin:0;height:300px;overflow:hidden;background:#ddd}
.business-card figure img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.business-card:hover figure img{transform:scale(1.035)}
.business-card:nth-child(1) figure img{object-position:center 58%}
.business-card:nth-child(2) figure img{object-position:center 48%}
.business-card:nth-child(3) figure img{object-position:center 45%}
.business-card:nth-child(4) figure img{object-position:center 42%}
.business-body{padding:26px 28px 30px}
.business-meta{display:flex;justify-content:space-between;font-size:.65rem;font-weight:800;letter-spacing:.15em;color:var(--muted)}
.business-card:nth-child(1) .business-meta span:last-child{color:#238ec0}
.business-card:nth-child(2) .business-meta span:last-child{color:#8c6b00}
.business-card:nth-child(3) .business-meta span:last-child{color:#b05a20}
.business-card:nth-child(4) .business-meta span:last-child{color:#68338b}
.business-card h3{margin:23px 0 12px;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:1.85rem;font-weight:500;letter-spacing:-.04em}
.business-card p{margin:0;color:var(--muted);line-height:1.9}

.difference{background:var(--deep);color:#fff;position:relative;overflow:hidden}
.difference::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-190px;top:-180px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.difference .eyebrow{color:#d5e1dc}
.difference-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;position:relative;z-index:1}
.difference-title{position:sticky;top:140px;align-self:start}
.difference-title>p:last-child{margin:28px 0 0;color:rgba(255,255,255,.66);line-height:1.9;max-width:480px}
.difference-list article{display:grid;grid-template-columns:70px 1fr;gap:24px;padding:32px 0;border-top:1px solid rgba(255,255,255,.18)}
.difference-list article:last-child{border-bottom:1px solid rgba(255,255,255,.18)}
.difference-num{font-size:.72rem;color:rgba(255,255,255,.46);padding-top:8px}
.difference-list h3{margin:0 0 11px;font-family:Georgia,"Yu Mincho",serif;font-size:1.55rem;font-weight:500;letter-spacing:-.03em}
.difference-list p{margin:0;color:rgba(255,255,255,.68);line-height:1.9}

.store{background:var(--paper)}
.store-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;background:linear-gradient(135deg,#f5e9dc,#fbf8f2 55%,#edf6f1);border-radius:var(--radius-xl);padding:60px;overflow:hidden;position:relative}
.store-panel::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,210,10,.18);left:-100px;bottom:-150px;filter:blur(2px)}
.store-text{position:relative;z-index:1}
.store-text>p:last-of-type{margin:24px 0 32px;color:var(--muted);line-height:1.9;max-width:600px}
.store-brand{min-height:360px;position:relative;display:flex;align-items:center;justify-content:center}
.store-brand img{width:250px;max-height:320px;object-fit:contain;filter:drop-shadow(0 30px 25px rgba(22,33,31,.08));opacity:.94}
.store-brand span{position:absolute;right:0;bottom:24px;font-family:Georgia,serif;font-size:1.1rem;letter-spacing:.04em;color:var(--deep);transform:rotate(-7deg)}

.company{position:relative;min-height:700px;display:flex;align-items:stretch;overflow:hidden;background:#dfe6e5}
.company-photo{position:absolute;inset:0}
.company-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,33,31,.82) 0%,rgba(22,33,31,.58) 35%,rgba(22,33,31,.18) 68%,rgba(22,33,31,.05) 100%)}
.company-photo img{width:100%;height:100%;object-fit:cover;object-position:center 50%}
.company-layout{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;padding-top:100px;padding-bottom:100px;color:#fff}
.company-copy .eyebrow{color:#e5ece9}
.company-copy>p:last-child{margin:24px 0 0;color:rgba(255,255,255,.74);line-height:1.9;max-width:420px}
.company-card{justify-self:end;width:min(620px,100%);padding:14px 34px;background:rgba(255,253,249,.92);backdrop-filter:blur(20px);border-radius:30px;color:var(--ink);box-shadow:var(--shadow)}
.company-card dl{margin:0}
.company-card dl>div{display:grid;grid-template-columns:170px 1fr;gap:24px;padding:21px 0;border-bottom:1px solid rgba(22,33,31,.10)}
.company-card dl>div:last-child{border-bottom:0}
.company-card dt{font-size:.82rem;color:var(--muted)}
.company-card dd{margin:0;line-height:1.75}

.site-footer{background:#092f2a;color:#fff;padding:58px 0 26px}
.footer-top{display:grid;grid-template-columns:150px 1fr auto;gap:60px;align-items:start;padding-bottom:50px}
.footer-brand{display:block;width:88px}
.footer-brand img{width:80px;height:auto;filter:drop-shadow(0 16px 20px rgba(0,0,0,.18))}
.footer-message{margin:10px 0 0;font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:2rem;line-height:1.45;letter-spacing:-.03em}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:14px 34px;padding-top:10px}
.footer-links a{text-decoration:none;color:rgba(255,255,255,.76);font-size:.9rem}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:22px;display:flex;justify-content:space-between;gap:30px;color:rgba(255,255,255,.48);font-size:.75rem}
.footer-bottom p{margin:0}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal.visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

@media(max-width:980px){
  :root{--container:min(100% - 32px,820px)}
  .header-inner{height:84px}
  .brand{width:60px;height:72px}.brand img{height:64px}
  .menu-button{display:block;position:relative;z-index:3}
  .global-nav{position:fixed;inset:0;background:rgba(248,245,239,.98);backdrop-filter:blur(18px);flex-direction:column;align-items:flex-start;gap:28px;padding:130px 30px 40px;transform:translateX(100%);transition:transform .32s cubic-bezier(.2,.7,.2,1);font-size:2rem}
  .global-nav.open{transform:none}
  .global-nav a{font-size:2rem}
  .nav-cta{background:none;color:var(--ink);padding:0;box-shadow:none}
  .menu-button[aria-expanded="true"] span:nth-of-type(1){transform:translateY(7.5px) rotate(45deg)}
  .menu-button[aria-expanded="true"] span:nth-of-type(2){opacity:0}
  .menu-button[aria-expanded="true"] span:nth-of-type(3){transform:translateY(-7.5px) rotate(-45deg)}

  .hero{padding-top:118px}
  .hero-grid,.about-grid,.business-head,.difference-grid,.store-panel,.company-layout{grid-template-columns:1fr}
  .hero-grid{gap:36px;min-height:auto;padding-bottom:62px}
  .hero-photo-wrap{min-height:560px}
  .hero-photo{left:0}
  .hero-note{grid-template-columns:auto 1fr}
  .hero-mark{right:10px}
  .hero-curve{height:65px}
  .about-grid,.difference-grid{gap:50px}
  .value-strip{grid-template-columns:1fr}
  .value-strip article{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}
  .value-strip article:last-child{border-bottom:0}
  .business-grid{grid-template-columns:1fr}
  .business-head{gap:26px}
  .difference-title{position:relative;top:auto}
  .store-brand{min-height:260px}
  .company{min-height:820px}
  .company-photo::after{background:linear-gradient(180deg,rgba(22,33,31,.80),rgba(22,33,31,.40) 56%,rgba(22,33,31,.34))}
  .company-card{justify-self:stretch}
  .footer-top{grid-template-columns:110px 1fr;gap:36px}
  .footer-links{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}
}

@media(max-width:640px){
  :root{--container:calc(100% - 24px)}
  .hero h1{font-size:clamp(3.35rem,15vw,4.6rem)}
  .hero-lead{font-size:.95rem;line-height:1.9}
  .hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}
  .hero-photo-wrap{min-height:430px}
  .hero-photo{border-radius:30px 30px 0 30px}
  .hero-badge{width:210px;padding:18px;bottom:18px}.hero-badge strong{font-size:1.35rem}
  .hero-mark{width:84px;bottom:-28px}
  .section{padding:92px 0}
  .section-intro h2,.business-head h2,.difference-title h2,.store-text h2,.company-copy h2{font-size:2.65rem}
  .large-copy{font-size:1.45rem}
  .business-card figure{height:230px}
  .business-body{padding:22px 22px 26px}.business-card h3{font-size:1.55rem}
  .difference-list article{grid-template-columns:44px 1fr;gap:14px;padding:26px 0}
  .difference-list h3{font-size:1.3rem}
  .store-panel{padding:34px 22px;border-radius:28px}
  .store-brand img{width:190px}
  .company{min-height:860px}
  .company-layout{padding-top:80px;padding-bottom:80px;gap:42px}
  .company-card{padding:10px 22px}
  .company-card dl>div{grid-template-columns:1fr;gap:8px;padding:18px 0}
  .footer-top{grid-template-columns:1fr;gap:24px}.footer-message{font-size:1.65rem}.footer-links{grid-column:auto;grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:8px}
}

/* v4: selected premium imagery */
.hero-photo img{object-position:center 48%}
.business-card figure{height:320px}
.business-card:nth-child(1) figure img{object-position:center 50%}
.business-card:nth-child(2) figure img{object-position:center 58%}
.business-card:nth-child(3) figure img{object-position:center 50%}
.business-card:nth-child(4) figure img{object-position:center 51%}
@media(max-width:640px){
  .business-card figure{height:245px}
  .hero-photo img{object-position:center 50%}
}
