:root {
  --ink: #102a48;
  --forest: #1d63ad;
  --forest-deep: #102a48;
  --sage: #079db8;
  --mint: #dcecf7;
  --mist: #f5f9fd;
  --sand: #eaf4fc;
  --white: #fff;
  --line: #cfdae8;
  --muted: #5e6f82;
  --shell: min(1240px, calc(100% - 96px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", "Noto Sans TC", sans-serif; line-height: 1.75; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
small, sub, sup { font-size: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 9px 16px; color: var(--white); background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section { padding: 128px 0; }
.eyebrow { margin: 0; color: var(--sage); font-size: 14px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 255, 255, .68); }
.section-number { margin: 12px 0 0; color: #8fa2b7; font-size: 14px; letter-spacing: .14em; }
.section-number:before { display: inline-block; width: 36px; height: 1px; margin-right: 10px; background: currentColor; vertical-align: middle; content: ""; }
h1, h2, h3, p { text-wrap: pretty; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; color: var(--ink); border-bottom: 1px solid rgba(16, 42, 72, .12); transition: height .3s, color .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 76px; color: var(--ink); border-color: transparent; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 30px rgba(16, 42, 72, .09); backdrop-filter: blur(14px); }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 38px; }
.brand { width: 162px; flex: 0 0 auto; filter: none; transition: filter .3s; }
.site-header.is-scrolled .brand { filter: none; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.site-nav a { position: relative; display: flex; align-items: baseline; gap: 5px; padding: 30px 0; white-space: nowrap; }
.site-nav a:after { position: absolute; right: 100%; bottom: 20px; left: 0; height: 1px; background: currentColor; content: ""; transition: right .3s var(--ease); }
.site-nav a:hover:after { right: 0; }
.site-nav b { font-size: 14px; font-weight: 600; letter-spacing: .03em; }
.site-nav span { font-size: 14px; opacity: .64; }
.nav-actions { position: relative; display: flex; align-items: center; gap: 15px; padding-left: 24px; border-left: 1px solid var(--line); }
.is-scrolled .nav-actions { border-color: var(--line); }
.member-actions { display: flex; align-items: center; gap: 5px; margin-left: -10px; }
.site-nav .member-actions a { display: inline-flex; min-height: 38px; align-items: center; justify-content: center; padding: 7px 12px; font-size: 14px; font-weight: 600; letter-spacing: .03em; transition: color .2s, border-color .2s, background .2s; }
.site-nav .member-actions a::after { display: none; }
.member-login { color: var(--forest); }
.member-login:hover, .member-login:focus-visible { color: var(--sage); }
.member-register { color: var(--white); background: var(--forest); }
.member-register:hover, .member-register:focus-visible { color: var(--white); background: var(--sage); }
.locale, .enterprise, .menu-toggle { padding: 0; border: 0; background: transparent; cursor: pointer; }
.locale { display: flex; gap: 7px; font-size: 14px; }
.locale b { font-weight: 600; }
.locale span { opacity: .55; }
.enterprise { padding: 9px 13px; border: 1px solid var(--line); font-size: 14px; letter-spacing: .02em; }
.is-scrolled .enterprise { border-color: var(--line); }
.enterprise span { margin-left: 8px; }
.enterprise-menu { position: absolute; top: calc(100% + 20px); right: 0; display: none; width: 245px; padding: 10px; color: var(--ink); background: var(--white); box-shadow: 0 20px 60px rgba(16, 42, 72, .18); }
.enterprise-menu.is-open { display: block; }
.enterprise-menu a { display: flex; justify-content: space-between; padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
.enterprise-menu a:last-child { border: 0; }
.enterprise-menu a:hover { color: var(--forest); background: var(--mist); }
.menu-toggle { position: relative; display: none; width: 38px; height: 38px; }
.menu-toggle span:not(.sr-only) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin: 0;
  background: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform .25s var(--ease), opacity .2s ease;
}
.menu-toggle span:nth-child(1) { transform: translate(-50%, calc(-50% - 7px)); }
.menu-toggle span:nth-child(3) { transform: translate(-50%, calc(-50% + 7px)); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }

.hero { position: relative; min-height: 800px; height: 100svh; max-height: 960px; color: var(--ink); background: var(--sand); overflow: hidden; }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media { background-image: url("../images/banner.png"); background-position: center; background-size: cover; transform: scale(1.02); animation: heroScale 14s ease-out forwards; }
.hero-wash { background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 27%, rgba(234, 244, 252, .76) 54%, rgba(234, 244, 252, .12) 80%), linear-gradient(0deg, rgba(16, 42, 72, .18), transparent 52%); }
.hero-layout { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; height: 100%; padding-bottom: 115px; }
.hero-copy { max-width: 820px; }
.hero-copy h1 { margin: 19px 0 34px; font-size: clamp(58px, 6.3vw, 96px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--forest); font-style: normal; }
.hero-statement { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; max-width: 730px; padding-top: 28px; border-top: 1px solid rgba(16, 42, 72, .22); }
.hero-statement h2 { margin: 0; font-size: 19px; font-weight: 500; line-height: 1.65; letter-spacing: .025em; }
.hero-statement p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.hero-actions, .closing-actions { display: flex; align-items: center; gap: 34px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 215px; padding: 14px 18px; font-size: 14px; font-weight: 600; transition: color .25s, background .25s; }
.button span, .text-link span { margin-left: 9px; font-size: 14px; opacity: .65; }
.button-light { color: var(--forest-deep); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--sage); }
.text-link { display: inline-flex; align-items: center; font-size: 14px; font-weight: 600; }
.text-link i { display: grid; width: 34px; height: 34px; margin-left: 14px; border: 1px solid currentColor; border-radius: 50%; place-items: center; font-style: normal; transition: transform .25s; }
.text-link:hover i { transform: translate(3px, 3px); }
.text-link.light { color: var(--white); }
.hero .eyebrow.light { color: var(--sage); }
.hero .button-light { color: var(--white); background: var(--forest); }
.hero .button-light:hover { background: var(--sage); }
.hero .text-link.light { color: var(--ink); }
.scroll-cue { position: absolute; z-index: 3; right: auto; bottom: 0; left: 50%; display: flex; align-items: center; flex-direction: column; color: rgba(16, 42, 72, .66); font-size: 14px; letter-spacing: .18em; text-align: center; transform: translateX(-50%); writing-mode: horizontal-tb; }
.scroll-cue i { width: 1px; height: 48px; margin-top: 12px; background: currentColor; animation: scrollLine 1.8s ease-in-out infinite; transform-origin: top; }
@keyframes heroScale { to { transform: scale(1.08); } }
@keyframes scrollLine { 0%, 100% { opacity: .35; transform: scaleY(.55); } 50% { opacity: 1; transform: scaleY(1); } }

.about { padding-bottom: 0; background: var(--white); }
.split-layout { display: grid; grid-template-columns: 1fr 2.35fr; gap: 70px; }
.about-copy h2, .section-intro h2, .glance-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 60px); font-weight: 400; line-height: 1.22; letter-spacing: -.035em; }
.about-copy h2 em, .section-intro h2 em, .glance-heading h2 em { color: var(--forest); font-style: normal; }
.copy-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 43px; padding-top: 31px; border-top: 1px solid var(--line); }
.copy-columns p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.arrow-link { display: inline-flex; align-items: center; margin-top: 37px; font-size: 14px; font-weight: 600; }
.arrow-link span { margin-left: 8px; color: var(--muted); font-size: 14px; }
.arrow-link i { display: grid; width: 38px; height: 38px; margin-left: 18px; border: 1px solid var(--line); border-radius: 50%; place-items: center; font-style: normal; }
.about-image { height: 440px; margin-top: 105px; background: linear-gradient(90deg, rgba(29, 99, 173, .2), transparent), url("https://images.unsplash.com/photo-1437482078695-73f5ca6c96e2?auto=format&fit=crop&w=2200&q=86") center 48%/cover; }

.businesses { background: var(--mist); }
.section-intro { display: grid; grid-template-columns: .8fr 1.8fr 0fr; gap: 50px; align-items: end; }
.section-intro>p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 80px; background: var(--line); border: 1px solid var(--line); }
.business-card { min-height: 420px; padding: 30px 34px 35px; background: var(--white); transition: color .35s, background .35s; }
.business-card:hover { color: var(--white); background: var(--forest); }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; height: 100px; }
.card-top>span { color: #8fa2b7; font-size: 14px; }
.card-top img { max-width: 148px; max-height: 58px; object-fit: contain; object-position: right top; transition: filter .35s; }
.business-card:hover .card-top img { filter: brightness(0) invert(1); }
.card-copy { position: relative; max-width: 470px; padding-top: 27px; border-top: 1px solid var(--line); }
.business-card:hover .card-copy { border-color: rgba(255, 255, 255, .3); }
.card-en { margin: 0 0 13px; color: var(--forest); font-size: 14px; line-height: 1.35; text-transform: uppercase; }
.business-card:hover .card-en { color: #b9def2; }
.card-copy h3 { margin: 0 0 15px; font-size: 24px; font-weight: 500; }
.card-copy>p:last-of-type { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; }
.business-card:hover .card-copy>p:last-of-type { color: rgba(255, 255, 255, .68); }
.card-copy>span { position: absolute; right: 0; bottom: 0; display: grid; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; place-items: center; transition: transform .25s; }
.business-card:hover .card-copy>a { border-color: rgba(255, 255, 255, .4); transform: translate(3px, -3px); }
.bussine-title { display: flex;width: 100%;justify-content: center;align-items: center; }
.bussine-title img { margin-right: 0.5rem; }

.capabilities { color: var(--white); background: var(--forest-deep); }
.capability-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; }
.capability-copy { display: flex; flex-direction: column; justify-content: space-between; min-height: 590px; padding: 10px 0; }
.light-number { color: rgba(255, 255, 255, .4); }
.capability-copy h2 { margin: auto 0 28px; font-size: clamp(42px, 4.4vw, 66px); font-weight: 400; line-height: 1.18; letter-spacing: -.04em; }
.capability-copy h2 em { color: #7fd1e1; font-style: normal; }
.capability-copy>p { max-width: 455px; margin: 0; color: rgba(255, 255, 255, .56); font-size: 14px; }
.capability-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.capability-item { display: grid; grid-template-columns: 45px 1fr 34px; gap: 18px; align-items: center; min-height: 147px; border-bottom: 1px solid rgba(255, 255, 255, .2); transition: padding .3s, background .3s; }
.capability-item:hover { padding-inline: 16px; background: rgba(255, 255, 255, .04); }
.capability-item>span { color: rgba(255, 255, 255, .35); font-size: 14px; }
.capability-item p { margin: 0 0 2px; color: #7fd1e1; font-size: 14px; text-transform: uppercase; }
.capability-item h3 { margin: 0; font-size: 22px; font-weight: 500; }
.capability-item small { color: rgba(255, 255, 255, .5); font-size: 14px; }
.capability-item>i { display: grid; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; place-items: center; font-style: normal; }

.glance { background: var(--sand); }
.glance-heading { display: grid; grid-template-columns: 1fr 2.35fr; gap: 70px; }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 94px; border-top: 1px solid rgba(16, 42, 72, .3); }
.stat { min-height: 180px; padding: 36px 22px 20px; border-right: 1px solid rgba(16, 42, 72, .2); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--forest); font-size: clamp(34px, 3.3vw, 52px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.stat sup { font-size: 14px; vertical-align: super; }
.stat p { margin: 23px 0 0; color: var(--muted); font-size: 14px; }
.data-note { margin: 12px 0 0; color: #8292a3; font-size: 14px; text-align: right; }

.closing { position: relative; min-height: 700px; color: var(--white); overflow: hidden; }
.closing-bg, .closing-overlay { position: absolute; inset: 0; }
.closing-bg { background: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2400&q=88") center/cover; }
.closing-overlay { background: linear-gradient(90deg, rgba(16, 42, 72, .9), rgba(29, 99, 173, .48) 58%, rgba(16, 42, 72, .2)); }
.closing-content { position: relative; z-index: 1; padding-top: 95px; }
.closing-content h2 { margin: 25px 0 31px; font-size: clamp(52px, 6vw, 88px); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.closing-content h2 em { color: #9bd8e6; font-style: normal; }
.closing-content>p { max-width: 540px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 14px; }

.site-footer { padding: 78px 0 22px; background: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr) 1.1fr; gap: 50px; padding-bottom: 68px; }
.footer-brand img { width: 170px; }
.footer-brand p { margin: 0; color: var(--forest); font-size: 18px; line-height: 1.3; padding-left: 0.7rem;}
.footer-column h3 { margin: 0 0 18px; color: #8292a3; font-size: 14px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a { display: block; margin-bottom: 8px; color: var(--muted); font-size: 14px; }
.footer-column a:hover { color: var(--forest); }
.footer-contact { display: flex; flex-direction: column; align-self: start; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-contact span { color: var(--muted); font-size: 14px; }
.footer-contact b { margin-top: 6px; font-size: 15px; font-weight: 500; }
.footer-contact i { align-self: flex-end; margin-top: -22px; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; border-top: 1px solid var(--line); color: #8292a3; font-size: 14px; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }
.japin-title { font-size: 28px; letter-spacing: 1px;}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 52px, 1240px); }
  .site-nav { gap: 19px; }
  .site-nav a span { display: none; }
  .locale { display: none; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); }
  .section { padding: 92px 0; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .site-header { color: var(--ink); border-color: var(--line); background: rgba(255, 255, 255, .94); }
  .brand, .site-header.is-scrolled .brand { width: 145px; filter: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 72px 0 0; display: none; align-items: flex-start; flex-direction: column; justify-content: flex-start; gap: 0; padding: 35px 20px; color: var(--ink); background: var(--white); }
  .site-nav.is-open { display: flex;height: 100vh; }
  .site-nav a { width: 100%; padding: 18px 4px; border-bottom: 1px solid var(--line); }
  .site-nav a:after { display: none; }
  .site-nav a b { font-size: 21px; font-weight: 400; }
  .site-nav a span { display: inline; margin-left: auto; font-size: 14px; }
  .member-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; margin: 26px 0 0; }
  .site-nav .member-actions a { width: auto; min-height: 50px; padding: 12px 18px; justify-content: center; border: 1px solid var(--forest); color: var(--forest); font-size: 16px; font-weight: 600; }
  .site-nav .member-actions .member-register { color: var(--white); background: var(--forest); }
  .nav-actions { padding: 0; border: 0; }
  .enterprise { font-size: 0; width: 38px; height: 38px; padding: 0; border-color: var(--line); border-radius: 50%; }
  .enterprise span { margin: 0; font-size: 14px; }
  .enterprise-menu { top: calc(100% + 12px); }
  .hero { min-height: 760px; }
  .hero-layout { align-items: center; padding-top: 110px; padding-bottom: 65px; }
  .hero-copy h1 { font-size: clamp(48px, 10vw, 70px); }
  .hero-statement { grid-template-columns: 1fr; gap: 18px; }
  .hero-statement p { max-width: 570px; }
  .split-layout, .glance-heading { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { display: flex; justify-content: space-between; }
  .about-image { height: 330px; margin-top: 75px; }
  .section-intro { grid-template-columns: 1fr 1.7fr; }
  .section-intro>p { grid-column: 2; }
  .business-grid { margin-top: 58px; }
  .business-card { min-height: 390px; padding: 25px; }
  .capability-layout { grid-template-columns: 1fr; gap: 68px; }
  .capability-copy { min-height: auto; }
  .capability-copy h2 { margin: 80px 0 25px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(16, 42, 72, .2); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .nav-wrap { gap: 9px; }
  .brand, .site-header.is-scrolled .brand { width: 126px; }
  .nav-actions { gap: 8px; }
  .enterprise, .menu-toggle { width: 36px; height: 36px; }
  .enterprise-menu { position: fixed; top: 64px; right: 14px; left: 14px; width: auto; padding: 8px 14px; }
  .enterprise-menu a { padding: 14px 6px; font-size: 14px; }
  .hero { height: auto; min-height: 700px; max-height: none; }
  .hero-media { background-position: 61% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(255, 255, 255, .97), rgba(234, 244, 252, .82)), linear-gradient(0deg, rgba(16, 42, 72, .14), transparent); }
  .hero-layout { align-items: flex-end; min-height: 700px; padding-top: 112px; padding-bottom: 54px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { margin: 13px 0 24px; font-size: clamp(40px, 12vw, 46px); line-height: 1.01; letter-spacing: -.047em; }
  .hero-statement { padding-top: 21px; }
  .hero-statement h2 { font-size: 15px; line-height: 1.65; }
  .hero-statement p { font-size: 14px; line-height: 1.85; }
  .hero-actions, .closing-actions { align-items: stretch; flex-direction: column; gap: 17px; width: 100%; margin-top: 27px; }
  .button { width: 100%; min-width: 0; padding: 13px 16px; }
  .hero-actions .text-link, .closing-actions .text-link { justify-content: space-between; width: 100%; }
  .hero-actions .text-link i, .closing-actions .text-link i { margin-left: auto; }
  .scroll-cue { display: none; }
  .section-heading, .section-intro>div, .glance-heading>div { display: flex; align-items: flex-start; justify-content: space-between;flex-direction: column; }
  .section-number { margin-top: 0; }
  .about-copy h2, .section-intro h2, .glance-heading h2 { font-size: 34px; line-height: 1.3; }
  .copy-columns { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; padding-top: 25px; }
  .copy-columns p { font-size: 14px; line-height: 1.95; }
  .arrow-link { margin-top: 28px; }
  .about-image { height: 260px; margin-top: 58px; }
  .section-intro { grid-template-columns: 1fr; gap: 34px; }
  .section-intro>p { grid-column: auto; }
  .business-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .business-card { min-height: 0; padding: 24px 21px 27px; }
  .card-top { height: 100px; }
  .card-top img { max-width: 122px; max-height: 48px; }
  .card-copy { padding: 23px 50px 0 0; }
  .card-copy h3 { margin-bottom: 12px; font-size: 21px; }
  .card-copy>p:last-of-type { min-height: 66px; font-size: 14px; line-height: 1.8; }
  .card-copy>a { right: 0; bottom: 2px; width: 40px; height: 40px; }
  .capability-layout { gap: 53px; }
  .capability-copy h2 { margin-top: 50px; font-size: 37px; line-height: 1.24; }
  .capability-copy>p { font-size: 14px; line-height: 1.9; }
  .capability-item { grid-template-columns: 31px 1fr 30px; min-height: 135px; }
  .capability-item h3 { font-size: 20px; }
  .capability-item small { display: block; margin-top: 7px; }
  .stats { margin-top: 50px; }
  .stat { min-height: 150px; padding: 28px 12px 18px; }
  .stat:first-child { padding-left: 12px; }
  .stat strong { font-size: clamp(30px, 9vw, 36px); }
  .stat p { margin-top: 18px; line-height: 1.55; }
  .data-note { text-align: left; }
  .closing { min-height: 650px; }
  .closing-bg { background-position: 58% center; }
  .closing-content { padding-top: 85px; padding-bottom: 70px; }
  .closing-content h2 { margin: 20px 0 27px; font-size: clamp(42px, 12vw, 49px); line-height: 1.04; }
  .closing-content>p { font-size: 14px; line-height: 1.9; }
  .site-footer { padding-top: 58px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-bottom: 48px; }
  .footer-brand, .footer-column:nth-of-type(4), .footer-contact { grid-column: auto; }
  .footer-brand { padding-bottom: 10px; }
  .footer-brand p { margin-top: 22px; }
  .footer-column { padding-top: 22px; border-top: 1px solid var(--line); }
  .footer-column h3 { margin-bottom: 13px; }
  .footer-column a { margin-bottom: 10px; font-size: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .japin-title { font-size: 25px; letter-spacing: 0px;}
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 24px); }
  .brand, .site-header.is-scrolled .brand { width: 116px; }
  .hero, .hero-layout { min-height: 700px; }
  .hero-copy h1 { font-size: 39px; }
  .about-copy h2, .section-intro h2, .glance-heading h2 { font-size: 31px; }
  .capability-copy h2 { font-size: 34px; }
  .capability-item { grid-template-columns: 27px 1fr 28px; gap: 12px; }
  .capability-item small { font-size: 14px; }
  .closing-content h2 { font-size: 40px; }
}

@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; }
}
