:root{--font-sans:"Noto Sans JP";--font-latin:Inter;--font-serif:"Noto Serif JP";--font-heading-jp:var(--font-sans);--font-body-jp:var(--font-sans);--font-weight-heading-jp:700;--font-weight-body-jp:400;--color-white:#fff;--color-surface-base:var(--color-white);--color-content-inverse:var(--color-white);--color-focus-ring-inverse:var(--color-white);--color-divider-inverse:var(--color-white);--color-white-transparent:#fff0;--color-white-alpha-96:#fffffff5;--color-white-alpha-94:#fffffff0;--color-white-alpha-90:#ffffffe6;--color-ink:#1f272c;--color-ink-alpha-40:#1f272c66;--color-ink-alpha-08:#1f272c14;--color-black-alpha-20:#0003;--color-ink-strong-rgb:18 22 27;--color-ink-strong:rgb(var(--color-ink-strong-rgb));--color-ink-strong-alpha-24:rgb(var(--color-ink-strong-rgb) / 24%);--color-muted:#535b60;--color-brand-primary-rgb:255 143 0;--color-brand-deep-rgb:219 77 0;--color-brand-burnt-rgb:226 87 0;--color-accent-text-rgb:196 63 0;--color-brand-primary:rgb(var(--color-brand-primary-rgb));--color-brand-primary-alpha-90:rgb(var(--color-brand-primary-rgb) / 90%);--color-brand-primary-alpha-32:rgb(var(--color-brand-primary-rgb) / 32%);--color-brand-primary-alpha-30:rgb(var(--color-brand-primary-rgb) / 30%);--color-brand-primary-alpha-07:rgb(var(--color-brand-primary-rgb) / 7%);--color-brand-deep:rgb(var(--color-brand-deep-rgb));--color-brand-burnt:rgb(var(--color-brand-burnt-rgb));--color-accent-text:rgb(var(--color-accent-text-rgb));--color-on-brand:var(--color-ink-strong);--hero-overlay:var(--color-brand-primary-alpha-90);--color-brand-border:#ffd1a0;--color-brand-border-strong:#ffc785;--color-brand-ghost:#fff1de;--color-brand-tint:rgb(var(--color-brand-primary-rgb) / 8%);--color-brand-tint-subtle:rgb(var(--color-brand-primary-rgb) / 5%);--color-surface-warm:#fff8ee;--color-surface-warm-muted:#f9f6f0;--color-surface-warm-subtle:#fffaf4;--color-surface-warm-strong:#fff4e4;--color-surface-warm-alpha-96:#fff8eef5;--color-surface-warm-pale-alpha-96:#fff8ecf5;--color-border-warm:#e8ddd0;--color-border-warm-subtle:#eadfd2;--color-surface-navy:#09121e;--color-surface-navy-alpha-10:#09121e1a;--app-boot-screen-accent:var(--color-accent-text);--app-boot-screen-background:var(--color-surface-warm-subtle);--app-boot-screen-content:var(--color-ink);--app-boot-screen-indicator-track:rgb(var(--color-accent-text-rgb) / 24%);--jf-footer-bg:var(--color-surface-navy);--jf-footer-accent:var(--color-brand-primary);--jf-footer-text-muted:#d6dde4;--jf-footer-text-soft:#aab5bf;--jf-footer-text-dim:#7f8b96;--jf-footer-divider:var(--color-divider-inverse);--page-max:1440px;--content-max:1248px;--content-gutter:clamp(24px, 6.67vw, 96px);--content-left:max(var(--content-gutter), calc((100% - var(--content-max)) / 2));--content-width:min(calc(100% - var(--content-gutter) * 2), var(--content-max));--shell-max:var(--content-max);--shell-gutter:var(--content-gutter);--shell-left:max(var(--shell-gutter), calc((100% - var(--shell-max)) / 2));--shell-width:min(calc(100% - var(--shell-gutter) * 2), var(--shell-max));--site-header-height:96px;--initial-page-background:var(--color-ink-strong)}*{box-sizing:border-box}html{background:var(--initial-page-background);scroll-padding-top:var(--site-header-height);scroll-behavior:smooth}html,body,#root{min-height:100%}body{background:var(--initial-page-background);min-width:320px;color:var(--color-ink);font-family:var(--font-body-jp);font-weight:var(--font-weight-body-jp);margin:0}:where(h1,h2,h3,h4,h5,h6){font-family:var(--font-heading-jp);font-weight:var(--font-weight-heading-jp)}#root{background:var(--initial-page-background)}html.app-loading #root,html.app-exiting #root,html:not(.app-ready) #root{visibility:hidden}html.app-ready:not(.app-loading):not(.app-exiting) #root{visibility:visible}.app-boot-screen{z-index:2147483647;background:var(--app-boot-screen-background);opacity:1;visibility:visible;will-change:opacity, visibility;pointer-events:none;place-items:center;display:grid;position:fixed;inset:0;transform:translateZ(0)}.app-boot-screen__content{color:var(--app-boot-screen-content);font-family:var(--font-sans);text-align:center;justify-items:center;gap:16px;display:grid}.app-boot-screen__indicator{border:3px solid var(--app-boot-screen-indicator-track);border-top-color:var(--app-boot-screen-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite app-boot-spin}.app-boot-screen__status{letter-spacing:.08em;margin:0;font-size:14px;font-weight:500}.app-boot-screen__retry{border:1px solid var(--app-boot-screen-accent);min-height:44px;color:var(--app-boot-screen-accent);cursor:pointer;background:0 0;border-radius:999px;padding:10px 22px}.app-boot-screen__retry[hidden]{display:none}.app-boot-screen[data-state=error]{pointer-events:auto}.app-boot-screen[data-state=error] .app-boot-screen__indicator{display:none}@keyframes app-boot-spin{to{transform:rotate(360deg)}}html.app-ready:not(.app-loading):not(.app-exiting) .app-boot-screen{opacity:0;visibility:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}:where(a,button,[tabindex]):focus-visible{outline:3px solid var(--color-focus-ring-inverse);outline-offset:2px;box-shadow:0 0 0 6px var(--color-ink-strong)}.site-shell{background:var(--initial-page-background);min-height:100vh}.site-shell--header-offset{background:var(--color-surface-warm);padding-top:var(--site-header-height)}.section-kicker{color:var(--color-accent-text);font-family:var(--font-latin);letter-spacing:0;margin:0;font-size:11px;font-weight:700;line-height:1.2}.lower-hero-title{color:var(--color-brand-burnt);font-family:var(--font-latin);letter-spacing:0;margin:30px 0 0;font-size:clamp(40px,4vw,50px);font-weight:700;line-height:1.16}.lower-hero-subtitle{color:var(--color-ink);font-family:var(--font-heading-jp);font-size:34px;font-weight:var(--font-weight-heading-jp);letter-spacing:0;margin:18px 0 0;line-height:48px}.lower-hero-body{width:min(100%,620px);color:var(--color-muted);font-family:var(--font-body-jp);font-size:15px;font-weight:var(--font-weight-body-jp);margin:24px 0 0;line-height:29px}.hero-meta{z-index:3;pointer-events:none;gap:6px;width:min(320px,100% - 56px);display:grid;position:absolute}.hero-meta:before{background:var(--color-brand-primary);content:"";width:240px;max-width:100%;height:3px;margin-bottom:6px;display:block}.hero-meta__label,.hero-meta__text{font-family:var(--font-latin);letter-spacing:0;font-weight:700;display:block}.hero-meta__label{color:var(--color-accent-text);font-size:11px;line-height:14px}.hero-meta__text{color:var(--color-muted);font-size:11px;line-height:15px}@media (width>=1600px){:root{--shell-max:1600px;--shell-gutter:clamp(120px, 7.5vw, 180px)}}@media (width>=901px) and (width<=1439px){:root{--content-gutter:clamp(48px, 6.67vw, 96px)}}@media (width<=900px){:root{--content-max:calc(100vw - 48px);--content-gutter:24px;--site-header-height:72px}body{background:var(--initial-page-background)}.lower-hero-title{margin-top:24px;font-size:clamp(24px,7.1vw,30px);line-height:34px}.lower-hero-subtitle{margin-top:14px;font-size:28px;line-height:38px}.lower-hero-body{margin-top:20px;font-size:13px;line-height:25px}.hero-meta{gap:4px;width:min(220px,100vw - 84px)}.hero-meta:before{width:150px;height:3px;margin-bottom:4px}.hero-meta__label{font-size:10px;line-height:13px}.hero-meta__text{font-size:10px;line-height:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.app-boot-screen__indicator{border-color:var(--app-boot-screen-indicator-track);border-top-color:var(--app-boot-screen-accent);animation:none}}.mail-confirm{z-index:120;width:100%;max-width:none;height:100dvh;max-height:none;color:inherit;padding:max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));background:rgb(var(--color-ink-strong-rgb) / 42%);-webkit-backdrop-filter:blur(3px);border:0;justify-content:center;align-items:center;margin:0;display:flex;position:fixed;inset:0}.mail-confirm::backdrop{background:0 0}.mail-confirm__dismiss{cursor:default;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.mail-confirm__panel{z-index:1;border:1px solid rgb(var(--color-brand-primary-rgb) / 28%);width:min(100%,420px);box-shadow:0 28px 80px rgb(var(--color-ink-strong-rgb) / 28%);background:#fffaf2;border-radius:8px;padding:clamp(24px,5vw,32px);position:relative}.mail-confirm__kicker{color:var(--color-accent-text);font-family:var(--font-latin);letter-spacing:0;margin:0 0 12px;font-size:11px;font-weight:700;line-height:1.2}.mail-confirm__title{color:var(--color-ink-strong);margin:0;font-size:26px;line-height:36px}.mail-confirm__description{color:var(--color-muted);margin:14px 0 0;font-size:14px;line-height:26px}.mail-confirm__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.mail-confirm__button{cursor:pointer;border:1px solid #0000;border-radius:999px;min-height:44px;padding:0 18px;font-size:13px;font-weight:700;line-height:18px;transition:transform .18s,background-color .18s,border-color .18s}.mail-confirm__button:hover,.mail-confirm__button:focus-visible{transform:translateY(-2px)}.mail-confirm__button:focus-visible{outline:3px solid var(--color-focus-ring-inverse);outline-offset:2px;box-shadow:0 0 0 6px var(--color-ink-strong)}.mail-confirm__button--secondary{border-color:rgb(var(--color-accent-text-rgb) / 24%);color:var(--color-accent-text);background:0 0}.mail-confirm__button--primary{background:var(--color-brand-primary);color:var(--color-on-brand)}@media (width<=900px){.mail-confirm{align-items:flex-end}.mail-confirm__panel{width:100%}.mail-confirm__actions{justify-content:stretch}.mail-confirm__button{flex:140px}}.brand-logo picture{display:contents}.brand-logo{width:243px;height:68px;display:block;position:relative;overflow:hidden}.brand-logo__mark,.brand-logo__word{position:absolute;overflow:hidden}.brand-logo__mark{inset:0 75.06% 10.06% 0}.brand-logo__word{inset:11.59% 0 0 24.94%}.brand-logo img{object-fit:contain;pointer-events:none;width:100%;max-width:none;height:100%;position:absolute;inset:0}@media (width>=1600px){.brand-logo{width:260px;height:72px}}@media (width>=901px) and (width<=1439px){.brand-logo{width:clamp(198px,19vw,243px);height:clamp(55px,5.3vw,68px)}}@media (width<=900px){.brand-logo{width:167px;height:47px}}.pill-button{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:18px;min-height:54px;padding:0 24px 0 28px;font-size:14px;font-weight:700;line-height:18px;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.pill-button:hover,.pill-button:focus-visible{transform:translateY(-2px)}.pill-button--header{background:var(--color-brand-primary);min-width:174px;min-height:46px;color:var(--color-on-brand)}.pill-button--white{background:var(--color-surface-base);width:212px;color:var(--color-accent-text)}.pill-button--ghost{border-color:rgb(var(--color-ink-strong-rgb) / 84%);width:222px;color:var(--color-on-brand);background:0 0}.pill-button--outline{border-color:rgb(var(--color-ink-strong-rgb) / 90%);width:220px;color:var(--color-on-brand);background:0 0}.pill-button--orange{border-color:var(--color-brand-primary);background:var(--color-brand-primary);color:var(--color-on-brand)}.pill-button--dark{border-color:var(--color-ink-strong);background:var(--color-ink-strong);color:var(--color-content-inverse)}.pill-button--light{border-color:rgb(var(--color-accent-text-rgb) / 36%);background:var(--color-surface-base);color:var(--color-accent-text)}@media (width>=1600px){.pill-button--header{min-width:190px}}@media (width>=901px) and (width<=1439px){.pill-button--header{min-width:clamp(160px,14.2vw,174px)}.pill-button--white{width:min(196px,47%)}.pill-button--ghost{width:min(210px,50%)}}@media (width<=900px){.pill-button{gap:8px;min-height:44px;padding:0 16px 0 18px;font-size:12px;line-height:16px}.pill-button--white{background:var(--color-white-alpha-96);width:auto;color:var(--color-accent-text)}.pill-button--header{display:none}}.site-header{z-index:80;width:100%;height:var(--site-header-height);background:var(--color-white-alpha-90);-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0}.site-header--solid{box-shadow:0 1px 0 rgb(var(--color-brand-primary-rgb) / 14%)}.site-header--tone-warm{background:var(--color-surface-warm-alpha-96)}.site-header--tone-white{background:var(--color-white-alpha-96)}.site-header__inner{height:100%;width:var(--shell-width);align-items:center;gap:44px;max-width:none;margin:0 auto;display:flex}.site-header__logo{flex:none}.site-header__nav{flex:1;justify-content:center;align-items:center;gap:clamp(40px,5.2vw,78px);min-width:0;font-size:13px;font-weight:500;line-height:18px;display:flex}.site-header__nav a{align-items:center;min-height:32px;display:inline-flex}.mobile-menu-button,.mobile-menu{display:none}@media (width>=1600px){.site-header__nav{gap:clamp(72px,5vw,96px)}}@media (width>=901px) and (width<=1439px){.site-header__inner{gap:clamp(26px,3.4vw,44px)}.site-header__nav{gap:clamp(32px,4.2vw,64px)}}@media (width<=900px){.site-header{width:100%;height:var(--site-header-height);background:var(--color-surface-warm-pale-alpha-96);left:0}.site-header--tone-warm{background:var(--color-surface-warm-alpha-96)}.site-header--tone-white{background:var(--color-white-alpha-96)}#root[data-route-kind=home] .site-header--tone-white{background:var(--color-surface-warm-pale-alpha-96)}.site-header.site-header--menu-open{box-shadow:none;-webkit-backdrop-filter:none;background:0 0}.site-header.site-header--menu-open:before{z-index:0;-webkit-backdrop-filter:blur(10px);content:"";pointer-events:none;background:#fffaf2eb;position:fixed;inset:0}.site-header__inner{z-index:2;gap:0;width:100%;max-width:none;padding:0;position:relative}.site-header__logo{position:absolute;top:15px;left:20px}.site-header__nav{display:none}.mobile-menu-button{background:var(--color-brand-primary);width:40px;height:40px;box-shadow:0 10px 28px rgb(var(--color-accent-text-rgb) / 22%);cursor:pointer;border:0;border-radius:20px;justify-content:center;align-items:center;padding:0;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:absolute;top:16px;right:20px}.mobile-menu-button:hover,.mobile-menu-button:focus-visible{transform:translateY(-1px)}.mobile-menu-button[aria-expanded=true]{background:var(--color-ink-strong);box-shadow:0 12px 32px var(--color-ink-strong-alpha-24)}#root[data-route-kind=home] .mobile-menu-button:not([aria-expanded=true]){box-shadow:none}.mobile-menu-button span{background:var(--color-on-brand);border-radius:1px;width:16px;height:1.5px;transition:top .18s,transform .18s;position:absolute;left:12px}.mobile-menu-button span:first-child{top:15px}.mobile-menu-button span:last-child{top:23px}.mobile-menu-button[aria-expanded=true] span:first-child,.mobile-menu-button[aria-expanded=true] span:last-child{background:var(--color-content-inverse);top:19px}.mobile-menu-button[aria-expanded=true] span:first-child{transform:rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:last-child{transform:rotate(-45deg)}#root[data-route-kind=home] .mobile-menu-button:not([aria-expanded=true]) span{background:var(--color-content-inverse)}.mobile-menu{z-index:1;height:calc(100dvh - var(--site-header-height));min-height:calc(100vh - var(--site-header-height));background:0 0;animation:.16s ease-out mobileMenuReveal;display:block;position:absolute;top:100%;left:0;right:0;overflow:hidden}.mobile-menu__screen{z-index:1;height:100%;padding:24px 24px calc(24px + env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;display:flex;position:relative;overflow-y:auto}.mobile-menu__dismiss{cursor:default;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.mobile-menu__links,.mobile-menu__link{pointer-events:auto}.mobile-menu__links{border-top:1px solid var(--color-ink-alpha-08)}.mobile-menu__link{border-bottom:1px solid var(--color-ink-alpha-08);min-height:56px;color:var(--color-ink);font-family:var(--font-sans);justify-content:space-between;align-items:center;padding:0 2px;font-size:15px;font-weight:700;line-height:22px;display:flex;position:relative}.mobile-menu__link:first-child{border-top:0}.mobile-menu__link:before{display:none}.mobile-menu__link:after{border-top:1.4px solid var(--color-ink-alpha-40);border-right:1.4px solid var(--color-ink-alpha-40);content:"";width:7px;height:7px;margin-left:14px;transform:rotate(45deg)}.mobile-menu__link:hover,.mobile-menu__link:focus-visible{color:var(--color-accent-text)}.mobile-menu__link:not(.mobile-menu__link--contact):focus-visible{outline:2px solid var(--color-accent-text);outline-offset:0;background-color:var(--color-brand-primary-alpha-07);box-shadow:none}.mobile-menu__link--contact{background:var(--color-brand-primary);min-height:46px;box-shadow:none;color:var(--color-on-brand);font-family:var(--font-sans);border:0;border-radius:999px;justify-content:center;margin-top:24px;padding:0 18px;font-size:13px;font-weight:700;line-height:18px}.mobile-menu__link--contact:before{display:none}.mobile-menu__link--contact:after{border-color:var(--color-on-brand);width:7px;height:7px;margin-left:10px}.mobile-menu__link--contact:hover,.mobile-menu__link--contact:focus-visible{color:var(--color-on-brand);background:var(--color-brand-primary)}@keyframes mobileMenuReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}}.site-footer{background:var(--jf-footer-bg);min-height:190px;color:var(--jf-footer-text-muted);padding:24px 0;position:relative;overflow:hidden}.site-footer:before{background:var(--jf-footer-accent);content:"";width:10px;position:absolute;inset:0 auto 0 0}.site-footer__inner{width:var(--content-width);grid-template-columns:minmax(260px,1fr) minmax(420px,584px);grid-template-areas:"logo content""divider divider""copyright location";align-items:start;margin:0 auto;display:grid}.site-footer__logo{grid-area:logo;width:fit-content;display:inline-flex}.site-footer__logo .brand-logo{width:260px;height:73px}.site-footer__content{grid-area:content;padding-top:10px}.site-footer__nav{color:var(--jf-footer-text-muted);flex-wrap:wrap;align-items:center;gap:18px;font-size:13px;font-weight:500;line-height:22px;display:flex}.site-footer__nav a{align-items:center;min-height:22px;display:inline-flex}.site-footer__nav-separator{display:none}.site-footer__statement{color:var(--jf-footer-text-soft);margin:22px 0 0;font-size:13px;line-height:22px}.site-footer__statement span+span:before{content:" / "}.site-footer__legal-link{min-height:28px;color:var(--jf-footer-text-soft);text-underline-offset:4px;align-items:center;margin-top:13px;font-size:12px;line-height:20px;-webkit-text-decoration:underline #ffffff57;text-decoration:underline #ffffff57;display:inline-flex}.site-footer__location{color:var(--jf-footer-text-soft);grid-area:location;margin:17px 0 0;font-size:12px;line-height:20px}.site-footer__divider{background:var(--jf-footer-divider);opacity:.22;grid-area:divider;height:1px;margin-top:28px}.site-footer__copyright{color:var(--jf-footer-text-dim);grid-area:copyright;margin-top:17px;font-size:12px;font-weight:400;line-height:20px;display:block}@media (width<=900px){.site-footer{min-height:378px;padding:36px 24px 20px}.site-footer:before{width:8px}.site-footer__inner{flex-direction:column;width:min(100%,342px);margin:0;display:flex}.site-footer__logo .brand-logo{width:238px;height:66px}.site-footer__content{margin-top:34px;padding-top:0}.site-footer__nav{gap:0;max-width:340px;font-size:12px;line-height:22px}.site-footer__nav a{min-height:44px}.site-footer__nav-separator{color:var(--jf-footer-text-muted);margin:0 7px;display:inline-flex}.site-footer__statement{margin-top:24px;font-size:12px;line-height:22px}.site-footer__statement span{display:block}.site-footer__statement span+span:before{content:""}.site-footer__legal-link{min-height:44px;margin-top:10px}.site-footer__location{order:4;margin-top:25px;font-size:11px;line-height:18px}.site-footer__divider{order:3;margin-top:34px}.site-footer__copyright{order:5;margin-top:12px;font-size:12px;line-height:20px}}.responsive-image{display:contents}.responsive-image>img[data-responsive-image-state=pending],.responsive-image>img[data-responsive-image-state=failed]{background:linear-gradient(135deg, var(--color-surface-warm-muted), var(--color-surface-warm-strong)) center / cover no-repeat}.responsive-image>img[data-responsive-image-state=loaded]{background:0 0}.business-page{background:var(--color-surface-base);overflow:hidden}.business-hero{min-height:764px;padding:76px var(--content-left) 70px;background:var(--color-surface-base);position:relative}.business-hero__breadcrumb{transform-origin:0 0;width:420px;color:var(--color-muted);margin:0;font-size:12px;font-weight:500;line-height:16px;position:absolute;top:438px;left:18px;transform:rotate(90deg)}.business-hero__ghost{z-index:0;top:42px;left:calc(var(--content-left) - 56px);color:var(--color-brand-ghost);font-family:var(--font-latin);margin:0;font-size:clamp(76px,9.2vw,132px);font-weight:700;line-height:1.08;position:absolute}.business-hero__copy{z-index:2;width:min(620px,54%);padding:146px 0 0 28px;position:relative}.business-hero__rail{background:var(--color-brand-primary);width:6px;height:102px;position:absolute;top:158px;left:0}.business-hero__copy .section-kicker{color:var(--color-accent-text);font-size:14px;line-height:18px}.business-hero__meta{top:542px;left:calc(var(--content-left) + 28px)}.business-hero__media{top:100px;right:max(var(--content-left), 7.2vw);width:min(470px,34vw);height:494px;position:absolute}.business-hero__backplate{background:var(--color-brand-primary);width:100%;height:452px;position:absolute;top:0;right:-60px}.business-hero__image{background:var(--color-ink);width:100%;height:452px;position:absolute;top:42px;right:0;overflow:hidden}.business-hero__image:after,.business-service__image:after{content:"";background:#1f272c1f;position:absolute;inset:0}.business-hero__image img,.business-service__image img{object-fit:cover;width:100%;height:100%}.business-categories{padding:50px var(--content-left);background:#fffcf7}.business-categories__inner{flex-wrap:wrap;gap:14px;display:flex}.business-category{border:1px solid var(--color-border-warm);background:var(--color-surface-base);width:min(242px,100%);min-height:54px;color:var(--color-accent-text);justify-content:center;align-items:center;font-size:15px;font-weight:700;line-height:22px;display:inline-flex}.business-category--active{border-color:var(--color-brand-primary);background:var(--color-brand-primary);color:var(--color-on-brand)}.business-lead{padding:64px var(--content-left) 70px;background:var(--color-surface-base);border-bottom:1px solid var(--color-border-warm);grid-template-columns:72px minmax(0,820px);gap:24px;display:grid}.business-section-number{color:var(--color-brand-deep);font-family:var(--font-latin);font-size:32px;font-weight:700;line-height:38px}.business-lead h2{color:var(--color-ink);margin:0;font-size:34px;font-weight:700;line-height:52px}.business-lead p{color:var(--color-muted);margin:48px 0 0;font-size:16px;line-height:32px}.business-services{background:var(--color-surface-base)}.business-service{padding:58px var(--content-left) 72px}.business-service+.business-service{border-top:56px solid var(--color-surface-base)}.business-service__heading{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:24px;display:grid}.business-service__heading h3{color:var(--color-ink);margin:0;font-size:34px;font-weight:700;line-height:46px}.business-service__heading span:last-child{background:var(--color-brand-primary);width:90px;height:4px;margin-top:18px;display:block}.business-service__intro{grid-template-columns:minmax(360px,480px) minmax(360px,456px);align-items:start;gap:clamp(56px,7vw,100px);margin-top:48px;display:grid}.business-service--reverse .business-service__intro{grid-template-columns:minmax(360px,456px) minmax(360px,480px)}.business-service__image{aspect-ratio:480/292;background:#f4efe8;width:100%;position:relative}.business-service__image:before{z-index:1;background:var(--color-brand-primary);content:"";width:120px;height:8px;position:absolute;top:-22px;left:-20px}.business-service--reverse .business-service__image{grid-column:2}.business-service--reverse .business-service__copy{grid-area:1/1}.business-service--reverse .business-service__image:before{left:-20px}.business-service__lead{color:var(--color-ink);margin:-4px 0 0;font-size:23px;font-weight:700;line-height:36px}.business-service__body{color:var(--color-muted);margin:24px 0 0;font-size:14px;line-height:26px}.business-detail-list{grid-template-columns:140px minmax(0,890px);gap:30px;margin-top:56px;display:grid}.business-detail-list__label{color:var(--color-accent-text);margin:9px 0 0;font-size:17px;font-weight:700;line-height:24px}.business-detail-list__rows{border-top:1px solid var(--color-border-warm)}.business-detail-row{border-bottom:1px solid var(--color-border-warm);padding:22px 30px 28px;position:relative}.business-detail-row h4{color:var(--color-ink);margin:0;font-size:20px;font-weight:700;line-height:28px}.business-detail-row p{color:var(--color-muted);margin:16px 0 0;font-size:14px;line-height:26px}@media (width>=901px) and (width<=1240px){.business-hero__media{right:var(--content-left);width:min(420px,36vw)}.business-hero__backplate{right:-34px}.business-service__intro,.business-service--reverse .business-service__intro{grid-template-columns:minmax(300px,.92fr) minmax(320px,1fr);gap:52px}.business-detail-list{grid-template-columns:120px 1fr;gap:24px}}@media (width<=900px){.business-hero{min-height:680px;padding:72px 24px 48px;overflow:hidden}.business-hero__breadcrumb{display:none}.business-hero__ghost{font-size:54px;line-height:62px;top:106px;left:24px}.business-hero__copy{width:min(342px,100%);padding:86px 0 0 18px}.business-hero__rail{width:5px;height:86px;top:96px}.business-hero__copy .section-kicker{font-size:12px}.business-hero__copy .lower-hero-title{white-space:nowrap;font-size:clamp(24px,6.7vw,26px)}.business-hero__meta{top:624px;left:42px}.business-hero__media{width:min(300px,100vw - 72px);height:286px;top:326px;right:24px}.business-hero__backplate{height:256px;top:-20px;right:-18px}.business-hero__image{height:256px;top:12px}.business-categories{padding:32px 24px}.business-category{width:100%}.business-lead{grid-template-columns:1fr;gap:16px;padding:48px 24px}.business-section-number{font-size:24px;line-height:30px}.business-lead h2{font-size:27px;line-height:40px}.business-lead p{margin-top:24px;font-size:14px;line-height:27px}.business-service{padding:48px 24px 54px}.business-service+.business-service{border-top-width:28px}.business-service__heading{grid-template-columns:1fr;gap:14px}.business-service__heading h3{font-size:28px;line-height:39px}.business-service__heading span:last-child{margin-top:16px}.business-service__intro,.business-service--reverse .business-service__intro{flex-direction:column;gap:28px;margin-top:40px;display:flex}.business-service--reverse .business-service__copy,.business-service--reverse .business-service__image{grid-area:auto}.business-service--reverse .business-service__image{order:1}.business-service--reverse .business-service__copy{order:2}.business-service__image:before{width:86px;height:6px;top:-14px;left:-10px}.business-service__lead{font-size:20px;line-height:32px}.business-service__body{font-size:13px;line-height:25px}.business-detail-list{grid-template-columns:1fr;gap:14px;margin-top:38px}.business-detail-list__label{margin-top:0;font-size:15px}.business-detail-row{padding:22px 0 26px}.business-detail-row h4{font-size:18px;line-height:27px}.business-detail-row p{font-size:13px;line-height:25px}}@media (width>=371px) and (width<=500px){.business-categories,.business-lead,.business-service{width:min(100%,390px)}}.revealable-email__button{border:1px solid rgb(var(--color-brand-primary-rgb) / 42%);background:var(--color-surface-warm-subtle);min-height:38px;color:var(--color-accent-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:700;line-height:18px;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.revealable-email__button:hover,.revealable-email__button:focus-visible{border-color:var(--color-brand-primary);background:var(--color-surface-warm-strong);transform:translateY(-1px)}.revealable-email__button:focus-visible{outline:3px solid var(--color-focus-ring-inverse);outline-offset:2px;box-shadow:0 0 0 6px var(--color-ink-strong)}.revealable-email{flex-wrap:wrap;align-items:center;gap:8px 14px;display:inline-flex}.revealable-email__status{color:var(--color-accent-text);font-size:12px;font-weight:700;line-height:18px}.revealable-email--contact-manual{margin-top:16px;display:flex}@media (width<=900px){.revealable-email--contact-manual{flex-direction:column;align-items:flex-start}}.company-page{background:var(--color-surface-base);overflow:hidden}.company-hero{isolation:isolate;background:var(--color-surface-base);min-height:764px;display:block;position:relative;overflow:hidden}.company-hero:before{z-index:2;top:254px;left:var(--content-left);background:var(--color-brand-primary);content:"";width:6px;height:102px;position:absolute}.company-hero:after{z-index:1;top:42px;left:calc(var(--content-left) - 56px);color:var(--color-brand-ghost);content:"COMPANY";font-family:var(--font-latin);pointer-events:none;font-size:clamp(76px,8.6vw,124px);font-weight:700;line-height:1.06;position:absolute}.company-hero__copy{z-index:3;width:min(620px,54%);margin-left:var(--content-left);padding:206px 0 0 28px;position:relative}.company-intro h2,.company-profile__heading h2,.company-business__heading h2,.company-closing h2{color:var(--color-ink);letter-spacing:0;margin:20px 0 0}.company-hero__copy .lower-hero-body,.company-business__heading p,.company-closing p{color:var(--color-muted)}.company-hero__meta{top:542px;left:calc(var(--content-left) + 28px)}.company-hero__image{z-index:2;top:142px;right:max(var(--content-left), 7.2vw);width:min(470px,34vw);height:452px;min-height:0;position:absolute;overflow:visible}.company-hero__image:before{z-index:0;background:var(--color-brand-primary);content:"";width:100%;height:100%;position:absolute;top:-42px;right:-60px}.company-hero__image:after{z-index:2;content:"";background:#1f272c1a;position:absolute;inset:0}.company-hero__image img{z-index:1;object-fit:cover;width:100%;height:100%;position:relative}.company-intro,.company-profile,.company-business{padding-right:var(--content-left);padding-left:var(--content-left)}.company-intro{background:var(--color-surface-base);padding-top:72px;padding-bottom:58px}.company-intro h2{max-width:760px;font-size:42px;line-height:56px}.company-profile{background:var(--color-surface-warm-muted);grid-template-columns:minmax(280px,.46fr) minmax(540px,1fr);gap:52px;padding-top:70px;padding-bottom:70px;display:grid}.company-profile__heading h2,.company-business__heading h2{font-size:38px;line-height:50px}.company-profile__table{border:0;border-top:1px solid var(--color-border-warm);background:0 0;margin:0}.company-profile__row{border-bottom:1px solid var(--color-border-warm);grid-template-columns:170px minmax(0,1fr);min-height:74px;display:grid}.company-profile__row:nth-child(2n){background:0 0}.company-profile__row dt,.company-profile__row dd{align-items:center;margin:0;font-size:14px;line-height:24px;display:flex}.company-profile__row dt{color:var(--color-accent-text);background:0 0;padding:18px 22px 18px 0;font-weight:700}.company-profile__row:nth-child(2n) dt{background:0 0}.company-profile__row dd{color:var(--color-ink);padding:18px 0 18px 8px;font-weight:500}.company-business{background:var(--color-surface-base);grid-template-columns:minmax(360px,.78fr) minmax(560px,1fr);gap:56px;padding-top:74px;padding-bottom:82px;display:grid}.company-business__heading{align-self:start}.company-business__list{gap:18px;display:grid}.company-business-item{border-top:1px solid var(--color-brand-border);grid-template-columns:56px minmax(150px,.38fr) minmax(0,1fr);align-items:center;gap:22px;min-height:112px;display:grid}.company-business-item:last-child{border-bottom:1px solid var(--color-brand-border)}.company-business-item span{color:var(--color-accent-text);font-family:var(--font-latin);font-size:18px;font-weight:700;line-height:24px}.company-business-item h3{color:var(--color-brand-deep);margin:0;font-size:28px;line-height:38px}.company-business-item p{color:var(--color-muted);margin:0;font-size:13px;line-height:24px}.company-closing{min-height:260px;padding:54px var(--content-left);background:var(--color-brand-primary);color:var(--color-on-brand);align-items:center;display:flex;position:relative;overflow:hidden}.company-closing:before{background:rgb(var(--color-brand-deep-rgb) / 44%);content:"";width:520px;position:absolute;inset:0 auto 0 0}.company-closing__copy{z-index:1;width:min(680px,62vw);position:relative}.company-closing h2{color:var(--color-on-brand);margin:0;font-size:34px;line-height:48px}.company-closing p{color:var(--color-on-brand)}.company-intro p:not(.section-kicker){color:var(--color-muted);max-width:760px}.company-closing .pill-button{z-index:1;margin-left:auto;position:relative}@media (width<=1180px){.company-hero__image{width:min(430px,36vw)}.company-profile,.company-business{grid-template-columns:1fr}.company-business-item{grid-template-columns:56px minmax(180px,.34fr) minmax(0,1fr)}}@media (width<=840px){.company-hero{min-height:836px;padding:72px 24px 48px}.company-hero:before{width:5px;height:86px;top:168px;left:24px}.company-hero:after{font-size:54px;line-height:62px;top:106px;left:24px}.company-hero__copy{width:min(342px,100%);margin:0;padding:86px 0 0 18px}.company-hero__meta{top:764px;left:42px}.company-hero__image{width:min(300px,100vw - 72px);height:256px;top:492px;right:24px}.company-hero__image:before{height:256px;top:-20px;right:-18px}.company-intro{padding-top:54px;padding-bottom:46px}.company-intro h2,.company-profile__heading h2,.company-business__heading h2{font-size:31px;line-height:43px}.company-profile{gap:30px;padding-top:54px;padding-bottom:54px}.company-profile__row{grid-template-columns:1fr}.company-profile__row dt,.company-profile__row dd{align-items:flex-start}.company-profile__row dt{background:0 0;padding:18px 0 0}.company-profile__row:nth-child(2n) dt{background:0 0}.company-profile__row dd{padding:10px 0 18px}.company-business{gap:32px;padding-top:58px;padding-bottom:60px}.company-business-item{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px 18px;padding:22px 0}.company-business-item p{grid-column:2}.company-closing{min-height:auto;padding-top:46px;padding-bottom:48px;display:block}.company-closing__copy{width:auto}.company-closing .pill-button{margin-top:28px;margin-left:0}}@media (width<=560px){.company-business__heading p,.company-closing p,.company-intro p:not(.section-kicker){font-size:14px;line-height:27px}.company-business-item h3{font-size:24px;line-height:34px}.company-closing h2{font-size:30px;line-height:42px}}.contact-surface{min-height:calc(100vh - var(--site-header-height));background:linear-gradient(90deg, rgb(var(--color-brand-primary-rgb) / 6%), var(--color-white-transparent) 42%), var(--color-surface-base)}.contact-page{min-height:700px;width:var(--content-width);flex-direction:column;justify-content:flex-start;align-items:flex-start;margin:0 auto;padding:202px 0 110px 28px;display:flex;position:relative}.contact-page:before{z-index:0;color:var(--color-brand-ghost);content:"CONTACT";font-family:var(--font-latin);pointer-events:none;font-size:clamp(76px,9.2vw,132px);font-weight:700;line-height:1.08;position:absolute;top:56px;left:-56px}.contact-page:after{background:var(--color-brand-primary);content:"";width:6px;height:102px;position:absolute;top:214px;left:0}.contact-page>*{z-index:1;position:relative}.contact-page .section-kicker{font-size:14px;line-height:18px}.contact-page .pill-button{justify-content:space-between;min-width:220px;margin-top:46px}.contact-page__manual-email{border-left:4px solid var(--color-brand-primary);background:var(--color-surface-warm-subtle);width:min(100%,620px);margin-top:38px;padding:24px 26px}.contact-page__manual-email h2{color:var(--color-ink);margin:0;font-size:18px;line-height:28px}.contact-page__manual-email p{color:var(--color-muted);margin:10px 0 0;font-size:13px;line-height:23px}.contact-page__obfuscated-email{width:fit-content;max-width:100%;color:var(--color-ink);font-family:var(--font-latin);overflow-wrap:anywhere;margin-top:12px;font-size:15px;font-weight:700;line-height:24px;display:block}.contact-page>.contact-page__meta{margin-top:52px;position:relative;top:auto;left:auto}@media (width<=900px){.contact-surface{min-height:calc(100vh - 72px)}.contact-page{width:min(342px,100vw - 48px);min-height:620px;padding:118px 0 80px 18px}.contact-page:before{font-size:54px;line-height:62px;top:54px;left:0}.contact-page:after{width:5px;height:86px;top:128px}.contact-page .section-kicker{font-size:12px;line-height:16px}.contact-page .pill-button{min-width:210px;margin-top:34px}.contact-page__manual-email{width:calc(100% - 18px);margin-top:30px;padding:20px 18px}.contact-page__manual-email h2{font-size:16px;line-height:26px}.contact-page>.contact-page__meta{margin-top:42px;top:auto;left:auto}}.hero{background:var(--color-ink);width:100%;height:720px;margin:0 auto;position:relative;overflow:hidden}.hero__photo,.hero__photo img{width:100%;height:100%;position:absolute;inset:0}.hero__photo img{object-fit:cover}.hero__orange,.hero__orange-deep,.hero__photo-veil{height:720px;position:absolute;top:0}.hero__orange{background:var(--hero-overlay);width:50%;left:0}.hero__orange-deep{background:rgb(var(--color-brand-burnt-rgb) / 18%);width:50%;left:0}.hero__photo-veil{background:#1f272c29;width:50%;right:0}.hero__content{z-index:2;top:calc((100% + var(--site-header-height)) / 2);left:var(--shell-left);width:560px;color:var(--color-on-brand);position:absolute;transform:translateY(-50%)}.hero__kicker{color:var(--color-on-brand);font-size:12px;line-height:16px}.hero__title,.hero__echo{font-family:var(--font-heading-jp);font-weight:var(--font-weight-heading-jp)}.hero__title{letter-spacing:4px;margin:22px 0 0;font-size:60px;line-height:80px}.hero__underline{background:rgb(var(--color-ink-strong-rgb) / 82%);border-radius:2px;width:92px;height:4px;margin-top:24px}.hero__lead{color:var(--color-on-brand);font-family:var(--font-body-jp);font-size:18px;font-weight:var(--font-weight-body-jp);margin:28px 0 0;line-height:33px}.hero__actions{gap:18px;margin-top:47px;display:flex}.hero__echo{z-index:2;width:340px;color:var(--color-white-alpha-94);text-align:center;margin:0;font-size:36px;line-height:49px;position:absolute;top:312px;left:76.8%;transform:translate(-50%)}.philosophy{background:var(--color-surface-warm);width:100%;height:520px;margin:0 auto;position:relative;overflow:hidden}.philosophy__texture{object-fit:cover;opacity:.12;width:100%;height:100%;position:absolute;inset:0}.philosophy__rail{object-fit:cover;width:86px;height:520px;position:absolute;top:0;left:0}.philosophy__wash{display:none}.philosophy__ghost{color:var(--color-brand-tint-subtle);font-family:var(--font-latin);margin:0;font-size:104px;font-weight:700;line-height:106px;position:absolute;top:36px;left:33%}.philosophy__copy{top:66px;left:calc(var(--content-left) + 32px);width:580px;position:absolute}.philosophy__copy h2,.closing-cta h2{color:var(--color-ink-strong);margin:24px 0 0;font-size:42px;line-height:57px}.philosophy__copy strong{color:var(--color-ink-strong);font-family:var(--font-heading-jp);font-size:13px;font-weight:var(--font-weight-heading-jp);margin-top:76px;line-height:18px;display:block}.philosophy__principles{top:92px;right:var(--content-left);border-left:2px solid var(--color-brand-primary-alpha-90);width:630px;height:330px;position:absolute}.philosophy__principles:before,.philosophy__principles:after{content:"";border-radius:1px;width:510px;height:2px;position:absolute;left:28px}.philosophy__principles:before{background:rgb(var(--color-brand-primary-rgb) / 45%);top:14px}.philosophy__principles:after{background:rgb(var(--color-brand-primary-rgb) / 18%);bottom:28px}.principle-card{width:480px;position:absolute}.principle-card:first-child{top:0;left:28px}.principle-card:nth-child(2){top:96px;left:197px}.principle-card:nth-child(3){top:192px;left:28px}.principle-card span{color:var(--color-accent-text);font-family:var(--font-latin);font-size:13px;font-weight:700;line-height:16px;display:block}.principle-card h3{min-width:180px;color:var(--color-brand-deep);margin:12px 0 0;font-size:58px;line-height:68px;display:inline-block}.principle-card p{color:#535b60fa;vertical-align:18px;width:300px;margin:0;font-size:13px;line-height:21px;display:inline-block}.home-section-ghost{z-index:0;color:#0000;font-family:var(--font-latin);letter-spacing:.02em;white-space:nowrap;-webkit-text-stroke:1px rgb(var(--color-brand-primary-rgb) / 22%);pointer-events:none;-webkit-user-select:none;user-select:none;margin:0;font-size:clamp(76px,7.2vw,112px);font-weight:700;line-height:1;position:absolute}.home-about,.home-business,.home-people,.home-company{width:100%;position:relative;overflow:hidden}.home-about{background:var(--color-surface-base);padding:140px 0 148px}.home-about__ghost{top:54px;right:var(--content-left)}.home-about__inner{z-index:1;width:var(--content-width);grid-template-columns:minmax(0,.95fr) minmax(360px,.8fr);align-items:start;gap:clamp(80px,9vw,142px);margin:0 auto;display:grid;position:relative}.home-about__copy{width:auto}.home-about__copy h2,.home-business__intro h2,.home-people__copy h2,.home-company__copy h2{color:var(--color-ink-strong);margin:26px 0 0;font-size:42px;line-height:1.38}.home-about__statement{max-width:560px;margin:0;padding-top:72px}.home-about__rule{background:var(--color-brand-primary);width:48px;height:2px;display:block}.home-about__statement p{color:var(--color-muted);letter-spacing:.01em;margin:28px 0 0;font-size:18px;line-height:2.05}.home-business{background:var(--color-surface-warm);padding:122px 0 132px}.home-business__ghost{top:48px;left:var(--content-left)}.home-business__inner{z-index:1;width:var(--content-width);margin:0 auto;position:relative}.home-business__intro{width:min(100%,680px)}.home-business__media{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:62px;display:grid}.home-business__media-entry{min-width:0}.home-business__media-item{aspect-ratio:4/3;margin:0;position:relative}.home-business__media-item:before{z-index:-1;background:var(--color-brand-primary);content:"";position:absolute;inset:9px -9px -9px 9px}.home-business__media-item img{object-fit:cover;width:100%;height:100%}.home-business__media-item figcaption{background:var(--color-white-alpha-94);min-width:68px;color:var(--color-accent-text);font-family:var(--font-latin);padding:13px 14px 11px;font-size:22px;font-weight:700;line-height:26px;position:absolute;bottom:0;left:0}.home-business__media-link{display:none}.home-business__index{border-top:2px solid var(--color-brand-primary);margin-top:56px}.home-business__index a{border-bottom:1px solid var(--color-brand-primary-alpha-32);grid-template-columns:72px minmax(0,1fr) 30px;align-items:center;min-height:88px;padding:18px 4px;transition:padding .16s,background-color .16s;display:grid}.home-business__index a:hover,.home-business__index a:focus-visible{background:var(--color-brand-primary-alpha-07);padding-left:18px;padding-right:18px}.home-business__arrow{border-top:2px solid var(--color-accent-text);border-right:2px solid var(--color-accent-text);justify-self:end;width:9px;height:9px;transform:rotate(45deg)}.home-business__index strong{color:var(--color-ink-strong);font-size:22px;line-height:1.45}.home-people{background:var(--color-surface-base);padding:132px 0 140px}.home-people__ghost{top:52px;right:var(--content-left)}.home-people__inner{z-index:1;width:var(--content-width);grid-template-columns:minmax(420px,540px) minmax(0,1fr);align-items:center;gap:100px;margin:0 auto;display:grid;position:relative}.home-people__media{height:640px;position:relative}.home-people__backplate{background:var(--color-brand-primary);position:absolute;inset:20px -20px -20px 20px}.home-people__media img{object-fit:cover;object-position:62% center;width:100%;height:100%;position:relative}.home-people__body{color:var(--color-muted);margin:28px 0 0;font-size:15px;line-height:2}.home-people__stages{border-top:2px solid var(--color-brand-primary);margin:36px 0 0;padding:0;list-style:none}.home-people__stages li{border-bottom:1px solid var(--color-brand-primary-alpha-30);grid-template-columns:72px minmax(0,1fr);gap:18px;padding:21px 0;display:grid}.home-people__stages li>span{color:var(--color-accent-text);font-family:var(--font-latin);letter-spacing:.06em;padding-top:4px;font-size:10px;font-weight:700}.home-people__stages h3{color:var(--color-ink-strong);margin:0;font-size:18px;line-height:27px}.home-people__stages p{color:var(--color-muted);margin:8px 0 0;font-size:13px;line-height:23px}.home-people__copy .pill-button{width:254px;margin-top:40px}.home-company{background:var(--color-surface-warm);padding:116px 0 122px}.home-company__ghost{top:44px;left:var(--content-left)}.home-company__inner{z-index:1;width:var(--content-width);grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:118px;margin:0 auto;display:grid;position:relative}.home-company__copy .pill-button{width:260px;margin-top:38px}.home-company__profile{border-top:2px solid var(--color-brand-primary);align-self:start;margin:0}.home-company__profile>div{border-bottom:1px solid var(--color-brand-primary-alpha-30);grid-template-columns:152px minmax(0,1fr);gap:22px;padding:22px 4px;display:grid}.home-company__profile dt,.home-company__profile dd{margin:0}.home-company__profile dt{color:var(--color-accent-text);font-size:12px;font-weight:700;line-height:24px}.home-company__profile dd{color:var(--color-ink);font-size:14px;line-height:24px}.closing-cta{background:var(--color-brand-primary);width:100%;height:240px;color:var(--color-on-brand);align-items:center;margin:0 auto;display:flex;position:relative;overflow:hidden}.closing-cta__accent{background:rgb(var(--color-brand-burnt-rgb) / 32%);width:520px;position:absolute;inset:0 auto 0 0}.closing-cta__copy{z-index:1;width:700px;margin-left:var(--content-left);position:relative}.closing-cta h2{color:var(--color-on-brand);margin:0;font-size:34px;line-height:48px}.closing-cta p{color:var(--color-on-brand);margin:16px 0 0;font-size:15px;line-height:26px}.closing-cta .pill-button{z-index:1;margin-left:auto;margin-right:calc(var(--content-left) + 80px);position:relative}.home-business__intro>p:not(.section-kicker){color:var(--color-muted);margin:28px 0 0;font-size:15px;line-height:2}.home-company__copy>p:not(.section-kicker){color:var(--color-muted);margin:26px 0 0;font-size:15px;line-height:2}.home-business__index a>span:first-child{color:var(--color-accent-text);font-family:var(--font-latin);font-size:13px;font-weight:700}.philosophy__copy p:not(.section-kicker){color:var(--color-muted);margin:24px 0 0;font-size:14px;line-height:25px}@media (width>=1600px){.hero__content{width:min(620px, calc(50% - var(--shell-left) - 56px))}.hero__title{font-size:clamp(60px,3.05vw,72px);line-height:1.32}.hero__lead{font-size:18px;line-height:34px}.hero__echo{width:420px;font-size:clamp(36px,2vw,46px);line-height:1.35;left:76%}}@media (width>=901px) and (width<=1439px){.hero{height:clamp(640px,55vw,720px)}.hero__orange,.hero__orange-deep{width:52%;height:100%}.hero__photo-veil{width:48%;height:100%}.hero__content{width:min(500px, calc(52% - var(--content-left) - 24px))}.hero__title{letter-spacing:2px;font-size:clamp(42px,4.35vw,56px);line-height:1.34}.hero__lead{font-size:clamp(15px,1.3vw,17px);line-height:1.85}.hero__actions{gap:14px;margin-top:clamp(34px,3.8vw,47px)}.hero__echo{width:clamp(260px,24vw,340px);font-size:clamp(28px,2.75vw,36px);line-height:1.36;left:76%}.philosophy{height:auto;min-height:620px;padding:68px 0 76px}.philosophy__rail{height:100%}.philosophy__ghost{left:var(--content-left);font-size:clamp(72px,8vw,104px)}.philosophy__copy{width:calc(var(--content-width) - 56px);margin:0 auto 0 calc(var(--content-left) + 56px);position:relative;top:auto;left:auto}.philosophy__copy h2{font-size:clamp(36px,3.5vw,42px);line-height:1.36}.philosophy__copy strong{margin-top:44px}.philosophy__principles{width:calc(var(--content-width) - 56px);height:300px;margin:44px auto 0 calc(var(--content-left) + 56px);position:relative;top:auto;right:auto}.principle-card:first-child{top:0;left:28px}.principle-card:nth-child(2){top:88px;left:min(24vw,250px)}.principle-card:nth-child(3){top:176px;left:28px}.principle-card h3{font-size:clamp(48px,5vw,58px)}.home-section-ghost{font-size:clamp(68px,7.2vw,104px)}.home-about,.home-business{padding-top:clamp(100px,8.5vw,122px);padding-bottom:clamp(108px,9vw,132px)}.home-about__copy{width:min(100%,680px)}.home-about__inner{grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:clamp(56px,6vw,96px)}.home-about__statement{padding-top:clamp(62px,6.5vw,76px)}.home-about__statement p{font-size:clamp(16px,1.35vw,18px)}.home-business__media{gap:18px}.home-business__index a{min-height:84px}.home-people{padding:clamp(108px,9vw,132px) 0 clamp(116px,9.5vw,140px)}.home-people__inner{grid-template-columns:minmax(350px,42%) minmax(0,1fr);gap:clamp(48px,6vw,86px)}.home-people__media{height:clamp(500px,48vw,620px)}.home-about__copy h2,.home-business__intro h2,.home-people__copy h2,.home-company__copy h2{font-size:clamp(36px,3.4vw,42px)}.home-company{padding:clamp(100px,8vw,116px) 0 clamp(106px,8.5vw,122px)}.home-company__inner{grid-template-columns:minmax(280px,36%) minmax(0,1fr);gap:clamp(54px,7vw,100px)}.closing-cta__copy{width:min(640px,58vw)}.closing-cta .pill-button{margin-right:var(--content-left)}.philosophy__copy p:not(.section-kicker){width:min(640px,58%)}}@media (width>=901px) and (width<=1100px){.home-about__inner,.home-people__inner,.home-company__inner{grid-template-columns:1fr;gap:64px}.home-about__statement{max-width:700px;padding-top:0}.home-people__media{aspect-ratio:16/10;width:calc(100% - 18px);height:auto}.home-people__copy,.home-company__copy{width:min(100%,700px)}.home-company__profile{width:100%}}@media (width<=900px){.hero{--home-hero-copy:var(--color-content-inverse);--home-hero-copy-soft:var(--color-white-alpha-94);--home-hero-copy-subtle:#ffffffeb;background:var(--color-ink-strong);width:100%;height:720px}.hero__photo{height:648px;top:72px}.hero__orange,.hero__orange-deep,.hero__photo-veil{display:none}.hero:before{z-index:1;background:linear-gradient(180deg, rgb(var(--color-brand-primary-rgb) / 54%) 0%, rgb(var(--color-brand-primary-rgb) / 28%) 58%, rgb(var(--color-brand-primary-rgb) / 0%) 100%);content:"";width:100%;height:500px;position:absolute;top:72px;left:0}.hero:after{content:"";background:#ffffff14;height:200px;position:absolute;bottom:0;left:0;right:0}.hero__content{z-index:3;width:min(330px,100vw - 48px);color:var(--home-hero-copy);text-shadow:0 1px 9px var(--color-black-alpha-20);top:116px;left:24px;transform:none}.hero__kicker{color:var(--home-hero-copy-subtle);font-size:10px;line-height:14px}.hero__title{letter-spacing:0;margin-top:20px;font-size:34px;line-height:48px}.hero__underline{background:var(--color-white-alpha-90);width:68px;margin-top:22px}.hero__lead{color:var(--home-hero-copy-soft);margin-top:36px;font-size:13px;line-height:24px}.hero__actions{gap:12px;margin-top:34px}.hero .pill-button--ghost{border-color:var(--color-white-alpha-90);width:auto;color:var(--home-hero-copy);background:0 0}.hero__echo{z-index:2;width:174px;text-shadow:0 1px 9px var(--color-black-alpha-20);font-size:20px;line-height:29px;top:576px;left:69%}.philosophy{width:100%;height:820px}.philosophy__rail{display:none}.philosophy__wash{background:#fff8eed6;display:block;position:absolute;inset:0}.philosophy:before{z-index:2;background:var(--color-brand-primary);content:"";width:10px;position:absolute;top:0;bottom:0;left:0}.philosophy__ghost{color:var(--color-brand-tint);font-size:52px;line-height:62px;top:40px;left:74px}.philosophy__copy{z-index:3;width:min(330px,100vw - 56px);top:72px;left:28px}.philosophy__copy h2{margin-top:22px;font-size:30px;line-height:43px}.philosophy__copy strong{margin-top:36px;font-size:12px;line-height:22px}.philosophy__principles{z-index:3;border-left:0;width:min(336px,100vw - 54px);height:364px;top:424px;left:28px;right:auto}.philosophy__principles:before,.philosophy__principles:after{display:none}.principle-card,.principle-card:first-child,.principle-card:nth-child(2),.principle-card:nth-child(3){border-top:1px solid rgb(var(--color-brand-primary-rgb) / 55%);width:100%;height:104px;left:0}.principle-card:first-child{top:0}.principle-card:nth-child(2){top:130px}.principle-card:nth-child(3){top:260px}.principle-card span{font-size:11px;line-height:15px;position:absolute;top:16px;left:0}.principle-card h3{min-width:96px;margin:0;font-size:36px;line-height:44px;position:absolute;top:38px;left:0}.principle-card p{width:calc(100% - 148px);margin:0;font-size:12px;line-height:20px;position:absolute;top:34px;left:126px}.home-section-ghost{font-size:clamp(48px,14vw,60px)}.home-about,.home-business,.home-people,.home-company{padding:82px 0 90px}.home-about__ghost,.home-people__ghost{top:30px;right:-12px}.home-business__ghost,.home-company__ghost{top:30px;left:24px}.home-about__inner,.home-people__inner,.home-company__inner{grid-template-columns:1fr;gap:44px;min-width:0}.home-about__copy h2,.home-business__intro h2,.home-people__copy h2,.home-company__copy h2{margin-top:22px;font-size:30px;line-height:1.43}.home-about__statement{max-width:none;padding-top:0}.home-about__statement p{margin-top:24px;font-size:14px;line-height:2}.home-business__media{grid-template-columns:1fr;gap:28px;margin-top:42px}.home-business__media-item{aspect-ratio:16/10}.home-business__media-item:before{inset:6px -6px -6px 6px}.home-business__media-item figcaption{display:none}.home-business__media-link{border-bottom:1px solid var(--color-brand-primary-alpha-32);grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;min-height:64px;margin-top:14px;padding:12px 2px;transition:background-color .16s;display:grid}.home-business__media-link:hover,.home-business__media-link:focus-visible{background:var(--color-brand-primary-alpha-07)}.home-business__media-link>span:first-child{color:var(--color-accent-text);font-family:var(--font-latin);font-size:13px;font-weight:700}.home-business__media-link strong{color:var(--color-ink-strong);font-size:16px;line-height:1.5}.home-business__index{display:none}.home-people__media{aspect-ratio:16/10;width:calc(100% - 8px);height:auto}.home-people__backplate{inset:10px -10px -10px 10px}.home-people__media img{object-position:62% center}.home-people__body{margin-top:24px;font-size:13px;line-height:1.85}.home-people__stages{margin-top:30px}.home-people__stages li{grid-template-columns:58px minmax(0,1fr);gap:10px;padding:18px 0}.home-people__stages h3{font-size:16px;line-height:25px}.home-people__stages p{font-size:12px;line-height:21px}.home-people__copy .pill-button,.home-company__copy .pill-button{white-space:normal;justify-content:space-between;width:100%;max-width:100%;min-height:58px;padding:10px 20px}.home-people__copy .pill-button{margin-top:34px}.home-company__inner{gap:50px}.home-company__copy .pill-button{margin-top:32px}.home-company__profile>div{grid-template-columns:1fr;gap:6px;padding:18px 2px}.home-company__profile dt{font-size:11px}.home-company__profile dd{font-size:13px;line-height:23px}.closing-cta{width:100%;height:auto;min-height:300px;padding-bottom:46px;display:block}.closing-cta__accent{width:170px}.closing-cta__copy{width:min(328px,100vw - 48px);margin-left:24px;padding-top:52px}.closing-cta h2{font-size:28px;line-height:40px}.closing-cta p{margin-top:22px;font-size:13px;line-height:23px}.closing-cta .pill-button{width:176px;margin:22px 0 0 24px}.home-business__intro>p:not(.section-kicker){margin-top:24px;font-size:13px;line-height:1.85}.home-company__copy>p:not(.section-kicker){font-size:13px;line-height:1.85}.philosophy__copy p:not(.section-kicker){margin-top:24px;font-size:13px;line-height:24px}}.coming-page{background:linear-gradient(90deg, rgb(var(--color-brand-primary-rgb) / 12%), var(--color-white-transparent) 48%), var(--color-surface-warm);min-height:100vh}.site-shell--header-offset .coming-page{min-height:calc(100vh - var(--site-header-height))}.coming-soon{min-height:calc(100vh - var(--site-header-height));flex-direction:column;justify-content:center;align-items:flex-start;width:min(100% - 48px,960px);margin:0 auto;padding:72px 0;display:flex}.coming-soon h1{color:var(--color-ink-strong);font-family:var(--font-latin);margin:18px 0 0;font-size:clamp(56px,12vw,116px);font-weight:700;line-height:1}.coming-soon p:not(.section-kicker){color:var(--color-muted);margin:28px 0 0;font-size:16px;line-height:28px}.coming-soon .pill-button{margin-top:42px}@media (width<=900px){.coming-soon{width:min(100% - 48px,480px);min-height:calc(100vh - 72px)}}.privacy-page{background:var(--color-surface-base);overflow:hidden}.privacy-page__main{width:var(--content-width);margin:0 auto;padding:112px 28px 120px}.privacy-page__header{border-bottom:1px solid var(--color-border-warm);padding:58px 0 64px;position:relative}.privacy-page__header:before{color:var(--color-brand-ghost);content:"PRIVACY";font-family:var(--font-latin);pointer-events:none;font-size:clamp(76px,9.2vw,132px);font-weight:700;line-height:1;position:absolute;top:0;left:-56px}.privacy-page__header>*{z-index:1;position:relative}.privacy-page__header .lower-hero-body{max-width:760px}.privacy-page__meta{flex-wrap:wrap;gap:18px 48px;margin:36px 0 0;display:flex}.privacy-page__meta>div{grid-template-columns:auto auto;align-items:baseline;gap:12px;display:grid}.privacy-page__meta dt,.privacy-page__meta dd{margin:0;font-size:13px;line-height:22px}.privacy-page__meta dt{color:var(--color-accent-text);font-weight:700}.privacy-page__meta dd{color:var(--color-ink);font-weight:500}.privacy-page__content{width:min(100%,860px);margin:0 auto;padding-top:28px}.privacy-page__section{border-bottom:1px solid #eee7dd;padding:42px 0}.privacy-page__section h2{color:var(--color-ink);margin:0;font-size:24px;line-height:36px}.privacy-page__section p,.privacy-page__section li{color:var(--color-muted);font-size:15px;line-height:29px}.privacy-page__section p{margin:18px 0 0}.privacy-page__section p+p{margin-top:10px}.privacy-page__section ul{gap:8px;margin:18px 0 0;padding-left:1.5em;display:grid}.privacy-page__contact{border-bottom:0;padding-bottom:0}.privacy-page__contact .pill-button{justify-content:space-between;min-width:230px;margin-top:30px}@media (width<=900px){.privacy-page__main{width:min(100% - 48px,680px);padding:62px 0 80px}.privacy-page__header{padding:56px 0 48px 18px}.privacy-page__header:before{font-size:54px;line-height:62px;left:0}.privacy-page__header .lower-hero-title{overflow-wrap:anywhere;font-size:clamp(40px,12vw,58px)}.privacy-page__meta{gap:8px;margin-top:28px;display:grid}.privacy-page__content{padding-top:12px}.privacy-page__section{padding:32px 0}.privacy-page__section h2{font-size:21px;line-height:32px}.privacy-page__section p,.privacy-page__section li{font-size:14px;line-height:27px}.privacy-page__contact .pill-button{width:100%}}.content-card{border:1px solid var(--color-brand-border);background:var(--color-surface-base);color:var(--color-ink);box-shadow:none;border-radius:0;display:block;position:relative;overflow:hidden}.content-card:before{z-index:1;background:var(--color-brand-primary);content:"";pointer-events:none;width:calc(100% + 2px);height:4px;position:absolute;top:-1px;left:-1px}.content-card__media{height:128px;overflow:hidden}.content-card__media img{object-fit:cover;width:100%;height:100%}.content-card--media .content-card__body{padding:22px 23px 24px}.content-card__kicker{color:var(--color-accent-text);font-family:var(--font-latin);letter-spacing:0;margin:0;font-size:11px;font-weight:700;line-height:14px}.content-card__title{color:var(--color-ink);font-family:var(--font-heading-jp);font-size:22px;font-weight:var(--font-weight-heading-jp);letter-spacing:0;margin:14px 0 0;line-height:30px}.content-card__description{color:var(--color-muted);font-family:var(--font-body-jp);font-size:13px;font-weight:var(--font-weight-body-jp);margin:11px 0 0;line-height:23px}.content-card--metric .content-card__body{padding:25px 20px 20px}.content-card__value{color:var(--color-brand-deep);font-family:var(--font-heading-jp);font-size:36px;font-weight:var(--font-weight-heading-jp);line-height:42px;display:block}.content-card--metric .content-card__title{color:var(--color-ink);margin-top:10px;font-size:13px;line-height:20px}.content-card--metric .content-card__description{color:var(--color-muted);margin-top:10px;font-size:12px;line-height:20px}@media (width<=900px){.content-card--metric .content-card__body{padding:22px 16px 16px}.content-card__value{font-size:26px;line-height:34px}}.recruit-page{background:var(--color-surface-warm-muted);overflow:hidden}.recruit-page .pill-button{justify-content:space-between;min-width:188px}.recruit-hero{--recruit-hero-navy:var(--color-surface-navy);--recruit-hero-orange:#ff8f00;--recruit-hero-rail:#f80;--recruit-hero-warm:var(--color-surface-warm-muted);background:var(--recruit-hero-warm);height:690px;position:relative;overflow:hidden}.recruit-hero__rail{z-index:3;background:var(--recruit-hero-rail);width:82px;position:absolute;inset:0 auto 0 0}.recruit-hero__photo,.recruit-hero__veil{width:max(47.2vw,100% - 760px);height:690px;position:absolute;top:0;right:0}.recruit-hero__photo{overflow:hidden}.recruit-hero__photo img{object-fit:cover;width:100%;height:100%}.recruit-hero__veil{z-index:2;pointer-events:none;background:#09121e2e}.recruit-hero__copy{z-index:4;top:172px;left:calc(var(--content-left) + 36px);width:min(610px, calc(100% - var(--content-left) - 36px - 54vw));position:absolute}.recruit-hero__title{color:var(--color-ink);font-family:var(--font-serif);margin:31px 0 0;font-size:54px;font-weight:500;line-height:71px}.recruit-hero__body{color:var(--color-muted);margin:24px 0 0;font-size:16px;line-height:30px}.recruit-hero__actions{gap:20px;margin-top:40px;display:flex}.recruit-hero__actions .pill-button{border-radius:0;justify-content:space-between;min-height:54px;padding:0 23px;font-size:13px;line-height:20px}.recruit-hero__actions .pill-button--dark{border-color:var(--recruit-hero-navy);background:var(--recruit-hero-navy);width:210px;color:var(--color-content-inverse)}.recruit-hero__actions .pill-button--light{border-color:var(--recruit-hero-orange);width:230px}.recruit-hero__caption{z-index:3;top:332px;right:max(var(--content-left), 9vw);width:430px;color:var(--color-content-inverse);position:absolute}.recruit-hero__caption p{font-family:var(--font-latin);margin:0;font-size:64px;font-weight:700;line-height:72px}.recruit-hero__caption span{margin-top:28px;font-size:14px;font-weight:700;line-height:24px;display:block}.recruit-problem{min-height:280px;padding:64px var(--content-left) 58px;border-top:1px solid var(--color-border-warm);border-bottom:1px solid var(--color-border-warm);background:var(--color-surface-base);color:var(--color-ink);grid-template-columns:minmax(360px,1fr) minmax(480px,1.18fr);gap:48px;display:grid}.recruit-problem .section-kicker{color:var(--color-accent-text)}.recruit-problem h2,.recruit-policy h2,.recruit-section-copy h2,.recruit-closing h2{color:inherit;letter-spacing:0;margin:18px 0 0}.recruit-problem h2{font-size:32px;line-height:42px}.recruit-problem__body p{color:var(--color-muted);margin:16px 0 35px;font-size:14px;line-height:27px}.recruit-policy{min-height:520px;padding:70px var(--content-left) 64px calc(var(--content-left) + 32px);background:var(--color-surface-warm);grid-template-columns:minmax(460px,.94fr) minmax(520px,1fr);gap:48px;display:grid;position:relative;overflow:hidden}.recruit-policy__texture,.recruit-policy__veil,.recruit-policy__rail{pointer-events:none;position:absolute}.recruit-policy__texture{object-fit:cover;width:100%;height:100%;inset:0}.recruit-policy__veil{background:#fff8eed1;inset:0}.recruit-policy__rail{background:var(--color-brand-primary);width:68px;inset:0 auto 0 0}.recruit-policy__copy,.recruit-policy__principles{z-index:1;position:relative}.recruit-policy__copy h2{color:var(--color-ink);font-size:42px;line-height:55px}.recruit-policy__principles{padding-top:66px}.recruit-policy__ghost{color:var(--color-brand-tint);font-family:var(--font-latin);margin:0;font-size:96px;font-weight:700;line-height:104px;position:absolute;top:-28px;left:16px}.recruit-principle{border-top:1px solid var(--color-brand-border);grid-template-columns:48px 120px 1fr;align-items:center;gap:20px;min-height:92px;display:grid;position:relative}.recruit-principle span{color:var(--color-accent-text);font-family:var(--font-latin);font-size:18px;font-weight:700}.recruit-principle h3{color:var(--color-brand-deep);margin:0;font-size:44px;line-height:54px}.recruit-principle p{color:var(--color-muted);margin:0;font-size:13px;line-height:24px}.recruit-overview,.recruit-guidelines,.recruit-flow,.recruit-faq{padding-right:var(--content-left);padding-left:var(--content-left)}.recruit-overview{background:var(--color-surface-base);grid-template-columns:minmax(520px,1fr) minmax(560px,.98fr);column-gap:54px;padding-top:70px;padding-bottom:52px;display:grid}.recruit-section-copy h2{color:var(--color-ink);font-size:40px;line-height:53px}.recruit-metrics{grid-template-columns:repeat(2,minmax(0,1fr));align-self:start;gap:24px;display:grid}.content-card--metric{min-height:142px}.recruit-feature-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;margin-top:40px;display:grid}.content-card--media{min-height:278px}.content-card--media .content-card__media{height:128px}.recruit-guidelines{background:var(--color-surface-warm-muted);padding-top:70px;padding-bottom:16px}.recruit-guidelines__table{border:1px solid var(--color-border-warm-subtle);background:var(--color-surface-base);margin:40px 0 0}.recruit-guidelines__row{border-top:1px solid var(--color-border-warm-subtle);grid-template-columns:210px 1fr;min-height:72px;display:grid}.recruit-guidelines__row:first-child{border-top:0}.recruit-guidelines__row:nth-child(2n){background:var(--color-surface-warm-subtle)}.recruit-guidelines__row dt,.recruit-guidelines__row dd{align-items:center;margin:0;font-size:14px;line-height:24px;display:flex}.recruit-guidelines__row dt{background:var(--color-surface-warm);color:var(--color-accent-text);padding:18px 27px;font-weight:700}.recruit-guidelines__row:nth-child(2n) dt{background:var(--color-surface-warm-strong)}.recruit-guidelines__row dd{color:var(--color-ink);padding:18px 30px}.recruit-flow{background:var(--color-surface-base);padding-top:66px;padding-bottom:92px}.recruit-flow__steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:46px;display:grid;position:relative}.recruit-flow__steps:before{background:var(--color-brand-border);content:"";height:1px;position:absolute;top:76px;left:32px;right:32px}.recruit-flow-step{z-index:1;border:1px solid var(--color-brand-border);background:var(--color-surface-base);min-height:130px;padding:19px 20px;position:relative}.recruit-flow-step span{color:var(--color-accent-text);font-family:var(--font-latin);font-size:18px;font-weight:700;line-height:24px;display:block}.recruit-flow-step h3{color:var(--color-ink);margin:9px 0 0;font-size:15px;line-height:24px}.recruit-flow-step p{color:var(--color-muted);margin:8px 0 0;font-size:12px;line-height:20px}.recruit-faq{background:var(--color-surface-warm-muted);padding-top:66px;padding-bottom:54px}.recruit-faq__list{background:var(--color-surface-base);margin-top:40px}.recruit-faq-row{border:1px solid var(--color-border-warm-subtle);background:var(--color-surface-base);border-top:0}.recruit-faq-row:first-child{border-top:1px solid var(--color-border-warm-subtle)}.recruit-faq-row__button{width:100%;min-height:86px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:18px;padding:20px 28px 18px;display:grid}.recruit-faq-row__button:hover,.recruit-faq-row__button:focus-visible{background:var(--color-surface-warm-subtle)}.recruit-faq-row__button:focus-visible{outline:3px solid var(--color-focus-ring-inverse);outline-offset:-5px;box-shadow:inset 0 0 0 6px var(--color-ink-strong)}.recruit-faq-row--open .recruit-faq-row__button{background:var(--color-surface-warm-subtle);min-height:78px;padding-bottom:10px}.recruit-faq-row__mark,.recruit-faq-row__icon{color:var(--color-accent-text);font-family:var(--font-latin);font-size:15px;font-weight:700;line-height:22px}.recruit-faq-row__icon{text-align:center;font-size:20px;line-height:20px}.recruit-faq-row__question{color:var(--color-ink);font-size:15px;font-weight:700;line-height:24px}.recruit-faq-row__answer{min-height:64px;color:var(--color-muted);align-items:center;margin:0 68px 0 78px;font-size:13px;line-height:24px;display:grid}.recruit-closing{min-height:300px;padding:58px var(--content-left);background:var(--color-brand-primary);color:var(--color-on-brand);align-items:center;display:flex;position:relative;overflow:hidden}.recruit-closing__accent{background:rgb(var(--color-brand-deep-rgb) / 62%);width:520px;position:absolute;inset:0 auto 0 0}.recruit-closing__copy{z-index:1;width:720px;position:relative}.recruit-closing h2{margin:0;font-size:42px;line-height:56px}.recruit-closing p{color:var(--color-on-brand);margin:18px 0 0;font-size:15px;line-height:28px}.recruit-closing .pill-button{z-index:1;width:230px;margin-left:auto;position:relative}.recruit-closing__wave{background:rgb(var(--color-ink-strong-rgb) / 32%);height:1px;position:absolute;bottom:78px;right:300px;transform:rotate(-12deg)}.recruit-closing__wave--a{width:260px}.recruit-closing__wave--b{background:var(--color-ink-strong-alpha-24);width:300px;bottom:65px;right:190px}.recruit-policy__copy p:not(.section-kicker),.recruit-section-copy p:not(.section-kicker){color:var(--color-muted);margin:24px 0 0;font-size:14px;line-height:28px}@media (width>=1600px){.recruit-hero__copy{width:620px}.recruit-hero__caption{right:max(var(--content-left), 14vw)}}@media (width>=901px) and (width<=1240px){.recruit-hero__copy{width:min(500px, calc(52% - var(--content-left) - 56px))}.recruit-hero__title{font-size:clamp(42px,4.2vw,54px);line-height:1.32}.recruit-hero__body{font-size:14px;line-height:27px}.recruit-hero__caption{width:320px;right:5vw}.recruit-hero__caption p{font-size:46px;line-height:54px}.recruit-problem,.recruit-policy,.recruit-overview{grid-template-columns:1fr}.recruit-policy{padding-left:calc(var(--content-left) + 56px)}.recruit-policy__principles{padding-top:36px}.recruit-feature-grid{gap:20px}}@media (width<=900px){.recruit-page .pill-button{min-width:0;min-height:46px;padding:0 16px;font-size:12px}.recruit-hero{background:var(--recruit-hero-navy);height:auto;min-height:760px;padding-bottom:48px}.recruit-hero__rail{width:12px;inset:0 auto 0 0}.recruit-hero__photo,.recruit-hero__veil{width:100%;height:688px;top:72px;right:0}.recruit-hero__photo img{object-position:58% 50%}.recruit-hero__veil{background:linear-gradient(90deg, #f9f6f0f5 0%, #f9f6f0e6 56%, var(--color-surface-navy-alpha-10) 100%), var(--color-surface-navy-alpha-10)}.recruit-hero__copy{z-index:4;width:min(340px,100vw - 48px);margin-left:28px;padding-top:132px;position:relative;top:auto;left:auto}.recruit-hero__title{margin-top:24px;font-size:37px;line-height:52px}.recruit-hero__body{margin-top:22px;font-size:13px;line-height:25px}.recruit-hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px}.recruit-hero__actions .pill-button--dark,.recruit-hero__actions .pill-button--light{width:168px}.recruit-hero__caption{z-index:3;width:min(320px,100vw - 56px);color:var(--color-white-alpha-90);inset:auto auto 34px 28px}.recruit-hero__caption p{font-size:34px;line-height:40px}.recruit-hero__caption span{margin-top:14px;font-size:12px;line-height:20px;display:block}.recruit-problem,.recruit-policy,.recruit-overview{display:block}.recruit-problem,.recruit-policy,.recruit-overview,.recruit-guidelines,.recruit-flow,.recruit-faq{padding-left:24px;padding-right:24px}.recruit-problem{padding-top:44px;padding-bottom:46px}.recruit-problem h2,.recruit-policy__copy h2,.recruit-section-copy h2{font-size:30px;line-height:42px}.recruit-problem__body p{margin-top:24px;font-size:13px;line-height:25px}.recruit-policy{padding-top:60px;padding-bottom:50px}.recruit-policy__rail{width:10px}.recruit-policy__copy,.recruit-policy__principles{width:min(342px,100%);margin-left:4px}.recruit-policy__principles{padding-top:66px}.recruit-policy__ghost{font-size:52px;line-height:60px;top:10px;left:0}.recruit-principle{grid-template-columns:40px 86px 1fr;gap:12px;min-height:96px}.recruit-principle h3{font-size:32px;line-height:42px}.recruit-principle p{font-size:12px;line-height:20px}.recruit-overview,.recruit-guidelines,.recruit-flow,.recruit-faq{padding-top:56px;padding-bottom:52px}.recruit-metrics{grid-template-columns:1fr 1fr;gap:14px;margin-top:34px}.content-card--metric{min-height:132px}.recruit-feature-grid,.recruit-flow__steps{grid-template-columns:1fr;gap:16px}.recruit-feature-grid{margin-top:34px}.content-card--media{min-height:0}.recruit-guidelines__table{margin-top:32px}.recruit-guidelines__row{grid-template-columns:1fr;min-height:0}.recruit-guidelines__row dt{padding:14px 18px}.recruit-guidelines__row dd{padding:16px 18px 18px;font-size:13px}.recruit-flow__steps{margin-top:34px}.recruit-flow__steps:before{display:none}.recruit-flow-step{min-height:0}.recruit-faq__list{margin-top:32px}.recruit-faq-row{min-height:0}.recruit-faq-row__button{grid-template-columns:28px minmax(0,1fr) 20px;gap:8px;min-height:74px;padding:18px}.recruit-faq-row--open .recruit-faq-row__button{min-height:68px;padding-bottom:8px}.recruit-faq-row__answer{min-height:56px;margin:0 18px 0 54px}.recruit-closing{min-height:300px;padding:52px 24px;display:block}.recruit-closing__accent{width:170px}.recruit-closing__copy{width:min(330px,100%)}.recruit-closing h2{font-size:30px;line-height:42px}.recruit-closing p{font-size:13px;line-height:24px}.recruit-policy__copy p:not(.section-kicker),.recruit-section-copy p:not(.section-kicker){font-size:13px;line-height:25px}.recruit-closing .pill-button{margin-top:24px}.recruit-closing__wave{display:none}}@media (width<=430px){.recruit-metrics{grid-template-columns:1fr}.recruit-hero__actions .pill-button--dark,.recruit-hero__actions .pill-button--light{width:min(220px,100%)}.recruit-principle{grid-template-columns:38px 78px 1fr}}
/*$vite$:1*/