:root {
  --ink: #102f36;
  --ink-soft: #3b555b;
  --teal: #239bb4;
  --teal-dark: #087d94;
  --mist: #eef5f4;
  --sand: #f4f0e6;
  --line: #d7e2e0;
  --white: #fff;
  --shadow: 0 22px 65px rgba(16, 47, 54, .12);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfdfc; font-family: "Noto Sans JP", system-ui, sans-serif; line-height: 1.75; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 300; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.utility-bar { position: relative; z-index: 90; color: #fff; background: var(--ink); font-size: 11px; letter-spacing: .1em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 34px; scrollbar-width: none; }
.utility-inner::-webkit-scrollbar { display: none; }
.language-menu { position: relative; flex: 0 0 auto; letter-spacing: 0; }
.language-menu summary { min-width: 64px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 11px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font: 800 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; list-style: none; transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:hover, .language-menu summary:focus-visible, .language-menu[open] summary { color: var(--teal-dark); border-color: #99c9d1; box-shadow: 0 0 0 3px rgba(35,155,180,.12); outline: none; }
.language-menu-globe { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.language-menu-chevron { width: 9px; height: 6px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.language-menu[open] .language-menu-chevron { transform: rotate(180deg); }
.language-menu-popover { position: absolute; z-index: 120; top: calc(100% + 9px); right: 0; width: 164px; padding: 6px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 48px rgba(16,47,54,.22); }
.language-menu-popover::before { content: ""; position: absolute; top: -5px; right: 24px; width: 9px; height: 9px; background: #fff; border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: rotate(45deg); }
.language-menu-popover a { position: relative; display: grid; grid-template-columns: 15px 1fr auto; align-items: center; gap: 8px; min-height: 42px; padding: 0 10px; color: var(--ink); border-radius: 8px; font: 600 13px/1.4 "Noto Sans JP", sans-serif; letter-spacing: 0; text-decoration: none; }
.language-menu-popover a::before { content: ""; color: var(--teal-dark); font-weight: 900; }
.language-menu-popover a[aria-current="page"] { color: var(--teal-dark); background: var(--mist); }
.language-menu-popover a[aria-current="page"]::before { content: "✓"; }
.language-menu-popover a:hover, .language-menu-popover a:focus-visible { background: #f1f6f5; outline: none; }
.language-menu-popover small { color: #76898d; font: 700 10px/1 "Barlow Condensed", sans-serif; letter-spacing: .08em; }
.language-menu--dark summary { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.language-menu--dark summary:hover, .language-menu--dark summary:focus-visible, .language-menu--dark[open] summary { color: #9ee7f1; background: rgba(255,255,255,.11); border-color: rgba(158,231,241,.65); }
.language-menu--compact summary { min-width: 62px; height: 28px; padding-inline: 9px; }
.language-menu--compact .language-menu-globe { width: 14px; height: 14px; }
.language-menu--footer .language-menu-popover { top: auto; bottom: calc(100% + 9px); }
.language-menu--footer .language-menu-popover::before { top: auto; bottom: -5px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-header { position: sticky; z-index: 80; top: 0; background: rgba(251, 253, 252, .95); border-bottom: 1px solid rgba(215, 226, 224, .9); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 290px 1fr auto; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 67px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.25; }
.brand strong { font-size: 15px; letter-spacing: .05em; }
.brand small { margin-top: 4px; color: var(--teal-dark); font: 700 12px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--teal); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { min-width: 105px; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: var(--ink); border-radius: 999px; font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; text-decoration: none; }
.nav-toggle { display: none; width: 43px; height: 43px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { min-height: 650px; padding-block: clamp(50px, 7vw, 100px); display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(42px, 6vw, 90px); }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font: 700 14px/1.3 "Barlow Condensed", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-size: clamp(43px, 4.6vw, 64px); line-height: 1.13; letter-spacing: -.045em; }
.hero-lead { max-width: 540px; margin: 26px 0 0; color: var(--ink-soft); font-size: 16px; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--teal-dark); box-shadow: 0 13px 30px rgba(8, 125, 148, .22); }
.button.primary:hover { background: var(--ink); }
.button.secondary { background: #fff; border-color: var(--line); }
.hero-media { position: relative; overflow: hidden; aspect-ratio: 2 / 1; background: var(--ink); border-radius: 0 74px 0 74px; box-shadow: var(--shadow); }
.hero-media::after { content: "JAPAN"; position: absolute; right: 22px; bottom: -20px; color: rgba(255,255,255,.16); font: 700 96px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media > p { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; margin: 0; padding: 18px 20px; display: grid; color: #fff; background: rgba(16,47,54,.84); border-left: 4px solid #69c9d9; backdrop-filter: blur(10px); }
.hero-media strong { font: 700 18px/1.2 "Barlow Condensed", sans-serif; letter-spacing: .1em; }
.hero-media span { margin-top: 4px; font-size: 12px; }

.facts { color: #fff; background: var(--ink); }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.facts-grid > div { min-height: 132px; padding: 24px 40px; display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: center; column-gap: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.facts-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.facts-grid strong { color: #69c9d9; font: 700 38px/1 "Barlow Condensed", sans-serif; letter-spacing: .03em; }
.facts-grid span { font-size: 14px; font-weight: 600; }

.section { padding-block: clamp(76px, 9vw, 128px); scroll-margin-top: 86px; }
.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 44px; }
.section-heading h2, .store-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4.1vw, 54px); line-height: 1.2; letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--ink-soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 74px); }
.about-story { padding: clamp(30px, 4vw, 54px); background: var(--sand); border-radius: 0 42px 0 42px; }
.chapter { margin: 0 0 18px; color: var(--teal-dark); font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .16em; }
.about-story h3 { max-width: 500px; margin: 0 0 28px; font-size: clamp(25px, 3vw, 38px); line-height: 1.35; }
.about-story p:not(.chapter) { color: var(--ink-soft); }
.company-card { padding: 8px 0; }
.company-card dl { margin: 0; border-top: 1px solid var(--line); }
.company-card dl > div { padding: 17px 4px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.company-card dt { color: var(--teal-dark); font-size: 13px; font-weight: 700; }
.company-card dd { margin: 0; font-size: 14px; }

.business-section { color: #fff; background: var(--ink); }
.section-heading.light .eyebrow { color: #69c9d9; }
.section-heading.light > p { color: rgba(255,255,255,.67); }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.business-card { overflow: hidden; background: #fff; color: var(--ink); border-radius: 20px; }
.business-card img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.business-card > div { padding: 25px 25px 30px; }
.business-card span { color: var(--teal-dark); font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .14em; }
.business-card h3 { min-height: 2.8em; margin: 13px 0 13px; font-size: 21px; line-height: 1.4; }
.business-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.business-card a { display: inline-block; margin-top: 19px; color: var(--teal-dark); font-size: 13px; font-weight: 700; }
.scope-note { margin: 24px 0 0; color: rgba(255,255,255,.58); font-size: 12px; text-align: right; }

.store-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(38px, 6vw, 86px); }
.store-media { position: relative; overflow: hidden; aspect-ratio: 1 / .82; border-radius: 64px 0 64px 0; box-shadow: var(--shadow); }
.store-media::before { content: "AUTHORIZED RETAILER"; position: absolute; z-index: 2; top: 22px; left: 22px; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 999px; font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; }
.store-media img { width: 100%; height: 100%; object-fit: cover; }
.store-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--ink-soft); }
.store-copy ul { margin: 25px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; list-style: none; }
.store-copy li { padding: 12px 10px; background: var(--mist); border-radius: 10px; font-size: 12px; font-weight: 700; text-align: center; }

.news-section { background: var(--mist); }
.news-list { border-top: 1px solid #bfd1ce; }
.news-item { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 26px; padding: 22px 4px; border-bottom: 1px solid #bfd1ce; }
.news-item[hidden] { display: none; }
.news-date { color: var(--teal-dark); font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; }
.news-item a { font-weight: 600; text-decoration: none; }
.news-item a:hover { color: var(--teal-dark); }
.news-item small { color: #678087; font-size: 11px; }
.news-item[data-kind="notice"] small { display: inline-flex; margin-top: 5px; padding: 4px 8px; color: #075a44; background: #dff4ed; border-radius: 999px; font-weight: 700; }
.news-arrow { font: 700 20px/1 "Barlow Condensed", sans-serif; }
.news-more { margin: 28px auto 0; min-height: 46px; display: block; padding: 0 23px; color: var(--ink); background: transparent; border: 1px solid #adc5c1; border-radius: 999px; cursor: pointer; font-weight: 700; }
.news-actions { margin-top: 28px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.news-actions .news-more { margin: 0; }
.news-index-link { min-height: 46px; display: inline-flex; align-items: center; padding: 0 23px; color: #fff; background: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }

.contact-section { color: #fff; background: linear-gradient(135deg, #102f36 0%, #0b4b57 100%); }
.contact-grid { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: clamp(50px, 8vw, 110px); }
.contact-copy .eyebrow { color: #69c9d9; }
.contact-copy > p:not(.eyebrow):not(.contact-phone) { max-width: 620px; color: rgba(255,255,255,.7); }
.contact-meta { margin-top: 30px; max-width: 550px; padding: 17px 19px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.contact-meta span { color: #73d4e4; font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .1em; }
.contact-meta strong { font-size: 18px; }
.contact-meta a { padding: 8px 12px; color: var(--ink); background: #fff; border: 0; border-radius: 999px; font-size: 12px; font-weight: 700; text-decoration: none; }
.contact-phone { margin-top: 27px; font-weight: 700; }
.contact-phone small { color: rgba(255,255,255,.55); font-weight: 400; }
.qr-card { padding: 18px; color: #fff; background: #fff; border: 0; border-radius: 22px; cursor: pointer; box-shadow: var(--shadow); }
.qr-card img { width: 100%; }
.qr-card span { display: block; margin-top: 11px; color: var(--ink); font-size: 12px; font-weight: 700; }

.site-footer { padding-top: 64px; color: rgba(255,255,255,.7); background: #081e23; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; }
.footer-grid > div:first-child img { width: 160px; max-height: 95px; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.footer-grid strong { display: block; margin-bottom: 16px; color: #69c9d9; font: 700 12px/1 "Barlow Condensed", sans-serif; letter-spacing: .13em; }
.footer-grid a { display: block; margin: 8px 0; font-size: 13px; text-decoration: none; }
.footer-grid p { font-size: 13px; }
.footer-bottom { margin-top: 48px; min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.qr-dialog { width: min(92vw, 420px); padding: 22px; border: 0; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.qr-dialog::backdrop { background: rgba(4,20,24,.72); backdrop-filter: blur(6px); }
.qr-dialog button { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 22px; }
.qr-dialog img { width: 100%; }
.qr-dialog p { margin: 12px 0 0; text-align: center; font-weight: 700; }
.line-dialog-link { min-height: 44px; margin-top: 14px; display: flex; align-items: center; justify-content: center; color: #fff; background: #06c755; border-radius: 999px; font-weight: 700; text-decoration: none; }
.toast { position: fixed; z-index: 200; bottom: 24px; left: 50%; padding: 12px 19px; color: #fff; background: var(--ink); border-radius: 999px; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1060px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: block; grid-column: 2; }
  .header-cta { grid-column: 3; }
  .main-nav { position: absolute; top: 88px; right: 0; left: 0; display: none; padding: 24px 30px 30px; flex-direction: column; align-items: flex-start; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(16,47,54,.1); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr 1fr; }
  .business-grid { grid-template-columns: 1fr 1fr; }
  .business-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .site-shell { width: min(100% - 28px, 1200px); }
  .utility-inner { justify-content: flex-end; gap: 25px; overflow: visible; white-space: nowrap; }
  .header-inner { min-height: 74px; }
  .main-nav { top: 74px; }
  .brand img { width: 54px; height: 46px; }
  .brand span { display: none; }
  .header-cta { min-width: 82px; height: 42px; }
  .hero { min-height: 0; padding-block: 30px 64px; grid-template-columns: 1fr; gap: 34px; }
  .hero-media { grid-row: 1; aspect-ratio: 2 / 1; border-radius: 0 42px 0 42px; }
  .hero-copy h1 { font-size: clamp(40px, 11vw, 60px); }
  .hero-copy { grid-row: 2; }
  .facts-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .facts-grid > div, .facts-grid > div:last-child { min-height: 84px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .facts-grid > div:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .about-grid, .store-section, .contact-grid { grid-template-columns: 1fr; }
  .company-card dl > div { grid-template-columns: 125px 1fr; }
  .business-grid { grid-template-columns: 1fr; }
  .business-card:last-child { grid-column: auto; display: block; }
  .store-media { aspect-ratio: 1.3 / 1; }
  .store-copy ul { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 92px 1fr auto; gap: 14px; }
  .qr-card { width: min(320px, 100%); margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .utility-bar { letter-spacing: .04em; }
  .utility-inner { gap: 14px; font-size: 10px; }
  .utility-inner > span:first-child { display: none; }
  .header-cta { min-width: 70px; padding-inline: 8px; font-size: 12px; }
  .hero-media { aspect-ratio: 2 / 1; }
  .hero-media > p { right: 14px; bottom: 14px; left: 14px; padding: 13px 15px; }
  .hero-media::after { display: none; }
  .hero-actions .button { width: 100%; }
  .company-card dl > div { grid-template-columns: 1fr; gap: 6px; }
  .business-card img { aspect-ratio: 1.45 / 1; }
  .store-media { aspect-ratio: 1.1 / 1; border-radius: 38px 0 38px 0; }
  .news-item { grid-template-columns: 1fr auto; }
  .news-date { grid-column: 1 / -1; }
  .contact-meta { grid-template-columns: 1fr; }
  .contact-meta a { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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