:root{--bg-dark:#000000;--bg-dark-2:#0a0a0a;--bg-light:#ffffff;--bg-light-2:#f5f5f7;--text-dark:#111111;--text-light:#ffffff;--text-muted-dark:#888888;--text-muted-light:#6e6e73;--accent:#1a1a1a;--border-light:rgba(255,255,255,0.08);--border-dark:rgba(0,0,0,0.08);--container:1200px;--gutter:6.5rem;--nav-height:76px;--hero-pt:4rem;--hero-height:min(calc(100vh - var(--nav-height)),52rem);--jomoo-black:#0a0a0a;--jomoo-mid:#3a3a3a;--color-primary:#73a4c7;--font-jp:var(--font-poppins),sans-serif;--font-en:var(--font-poppins),sans-serif;--font-mono:var(--font-poppins),sans-serif}@media (max-width:1299px){:root{--gutter:clamp(1.5rem,4vw,4rem)}}@media (max-width:979px){:root{--gutter:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{font-family:var(--font-jp);background:#f4f4f7;color:#0a0a0a;line-height:1.6}img{max-width:100%;display:block}.site-container{width:100%;max-width:none;margin-inline:auto;padding-inline:var(--gutter)}.hero{position:relative;height:var(--hero-height);width:100%;overflow:hidden;background:#ffffff}.hero__pagination{position:absolute;right:5rem;bottom:5rem;z-index:3;display:flex;align-items:center;gap:1.25rem}.hero__pagination-line{width:1.5rem;height:3px;padding:0;border:0;border-radius:999px;background:#ffffff;opacity:.35;cursor:pointer;transition:opacity .25s ease}.hero__pagination-line.is-active{opacity:1}.hero__pagination-line:hover:not(.is-active){opacity:.65}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .6s ease;z-index:1;background:linear-gradient(90deg,hsl(35 19% 19%/.9),transparent)}.hero--control:before{opacity:1}.hero__carousel{position:absolute;inset:0;z-index:0}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease;will-change:opacity}.hero__slide.is-active{opacity:1;z-index:1}.hero__slide img,.hero__slide video{width:100%;height:100%;object-fit:cover;display:block}.hero__slide .hero__slide-bg{position:absolute;inset:0}.hero__slide .hero__slide-fg{position:absolute;top:50%;left:50%;width:100%;max-width:1440px;height:auto;max-height:calc(100% - 3rem);object-fit:contain;transform:translate(-50%,-50%)}@media (max-width:700px){.hero__slide .hero__slide-bg{object-position:100% 50%}.hero__slide .hero__slide-fg{width:164%;max-height:100%}}.hero__content{position:relative;z-index:2;padding-top:var(--hero-pt);text-align:left;max-width:47rem;color:var(--jomoo-black);font-family:var(--font-jp);transition:opacity .6s ease,visibility .6s ease}.hero__content--control{color:#ffffff;padding-top:var(--hero-pt)}.hero__content--hidden{opacity:0;visibility:hidden;pointer-events:none}.hero__eyebrow{font-size:28px;letter-spacing:0;text-transform:uppercase}.hero__eyebrow,.hero__title{font-family:var(--font-en);font-weight:400;margin:0 0 1rem}.hero__title{font-size:clamp(96px,12.5vw,180px);line-height:.95;letter-spacing:-.02em}.hero__title--logo{line-height:1}.hero__title--logo img{display:block;height:clamp(86.4px,11.25vw,162px);width:auto}.hero__title--jp{font-family:var(--font-jp);font-size:clamp(48px,6vw,80px);font-weight:700;line-height:1.35;letter-spacing:.02em}.hero__subtitle{font-size:36px;font-weight:400;line-height:1.3;margin:0 0 2rem}.hero__tagline{font-size:40px;font-weight:700;line-height:1.35;margin:0 0 2rem}.hero__tagline--control{font-size:30px;margin-bottom:0}.hero__content--control .hero__eyebrow,.hero__content--control .hero__tagline,.hero__content--control .hero__title{color:#ffffff}.hero__awards{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.hero__award{height:9rem;width:auto;flex-shrink:0;display:block}.world{--world-gap:115px;--world-hero-ratio:1536/1024;--world-copy-gap:96px;--world-copy-min:300px;--world-shift:max(0px,calc(50cqw - var(--container) / 2));--world-hero-show:min(890px,calc(100cqw + var(--gutter) - var(--world-shift) - var(--world-copy-min) - var(--world-copy-gap)));--world-hero-h:calc(var(--world-hero-show) * 700 / 890);--world-hero-w:calc(var(--world-hero-h) * 1536 / 1024);--world-bath-show:min(920px,calc(100cqw + var(--gutter) - var(--world-gap) - var(--world-copy-min)));--world-bath-w:calc(var(--world-bath-show) * 1020 / 920);--world-bath-h:calc(var(--world-bath-show) * 530 / 920);position:relative;background:#ffffff;color:var(--jomoo-black);padding:8rem 0;overflow-x:clip;overflow-y:visible}.world:before{content:"";position:absolute;top:0;left:0;width:55%;height:100%;background:url(/images/world-gradient.png) no-repeat 0/cover;pointer-events:none;z-index:0}.world__stage{display:flex;flex-direction:column;gap:var(--world-gap);z-index:1}.world__stage,.world__upper{position:relative;width:100%}.world__upper{container-type:inline-size;display:grid;grid-template-columns:100%;row-gap:var(--world-gap);z-index:2}.world__intro{position:relative;margin-left:var(--world-shift);width:max(var(--world-copy-min),calc(100cqw + var(--gutter) - var(--world-hero-show) - var(--world-copy-gap) - var(--world-shift)));height:var(--world-hero-h);z-index:2}@media (max-width:1399px){.world__intro{height:auto;min-height:var(--world-hero-h)}}.world__eyebrow{font-family:var(--font-en);font-size:28px;letter-spacing:0;color:var(--color-primary);margin-bottom:1.75rem;text-transform:uppercase;white-space:nowrap}.world__title{font-weight:700;font-size:clamp(2.6rem,4.55vw,3.9rem);line-height:1.4;letter-spacing:.02em;margin-bottom:2rem;word-break:keep-all}.world__rule{width:3rem;height:2px;background:var(--color-primary);margin-bottom:2.5rem}.world__body{font-size:1.1375rem;line-height:2;color:#3a3a3a;word-break:keep-all}.world__body p{margin:0;font-size:1.5rem;max-width:none;word-break:normal}.hero__footnotes{margin:1.25rem 0 0;font-family:var(--font-jp);font-size:.8rem;line-height:1.9;color:rgba(10,10,10,.62)}.hero__slide-note{position:absolute;left:50%;bottom:clamp(1.25rem,2.5vh,2.5rem);transform:translateX(-50%);z-index:3;margin:0;width:min(100% - 2rem,60rem);font-family:var(--font-jp);font-size:clamp(.7rem,.66vw,.8rem);line-height:1.8;color:rgba(255,255,255,.82);text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.45);pointer-events:none}.world__photos{position:static;margin-left:var(--world-shift);display:flex;align-items:flex-end;gap:var(--world-gap);width:100%;overflow:visible}.world__photo{position:relative;margin:0;border-radius:3rem;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.08);flex-shrink:0;pointer-events:auto;will-change:transform,opacity}.world--animate .world__figure--bathroom,.world--animate .world__photo{opacity:0;transform:translateY(3rem)}.world__figure img,.world__photo img{width:100%;height:100%;object-fit:cover;display:block}.world__photo--hero{position:absolute;top:0;left:calc(100cqw + var(--gutter) - var(--world-hero-show));width:var(--world-hero-w);height:var(--world-hero-h);aspect-ratio:auto;max-width:none;z-index:1}.world__photo--forest,.world__photo--shower{min-width:0;height:auto}.world__photo--forest{flex:530 1 0;aspect-ratio:724/543;max-width:605px;max-height:460px;z-index:3}.world__photo--shower{flex:430 1 0;aspect-ratio:755/973;max-width:492px;max-height:640px;z-index:4}.world__lower{container-type:inline-size;display:flex;gap:var(--world-gap);align-items:center;width:100%;position:relative;z-index:1}.world__figure{margin:0;border-radius:3rem;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.08);flex-shrink:0}.world__figure--bathroom{flex:0 0 auto;width:var(--world-bath-w);height:var(--world-bath-h);aspect-ratio:auto;margin-left:calc(-1 * var(--gutter) - (var(--world-bath-w) - var(--world-bath-show)))}.world__body--secondary{grid-column:2;justify-self:start;align-self:center;flex:1 1 auto;max-width:none;margin:0;padding-left:0;font-size:1.5rem;text-align:left}.world__body p+p{margin-top:1.6em}.world__body--secondary-intro{display:none}@media (max-width:1023px){.world:before{width:100%}.world{--world-gap:1.5rem;padding:4.5rem 0;overflow-x:clip}.world__stage{gap:var(--world-gap)}.world__upper{display:flex;flex-direction:column;gap:var(--world-gap)}.world__intro,.world__upper{position:relative;min-height:0}.world__intro{width:100%;height:auto;margin-left:0;z-index:1}.world__eyebrow{white-space:normal}.world__intro .world__body--secondary-intro{display:block;margin-top:1.75rem;padding-left:0}.world__body--secondary-lower{display:none}.world__body p{max-width:none;word-break:keep-all}.world__photos{position:relative;inset:auto;margin-left:0;display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--world-gap);min-height:0;overflow:visible;pointer-events:auto}.world__photo{position:relative;inset:auto;left:auto;right:auto;top:auto;bottom:auto;transform:none;max-width:100%;border-radius:1.5rem}.world__photo--hero{position:relative;flex:0 0 100%;left:auto;width:100%;height:auto;aspect-ratio:var(--world-hero-ratio)}.world__photo--forest,.world__photo--shower{min-width:0;width:auto;height:auto}.world__photo--forest{aspect-ratio:724/543;max-width:none;max-height:none}.world__photo--shower{aspect-ratio:755/973;max-width:none;max-height:none}.world__lower{padding:0;margin:0;flex-direction:column;z-index:1}.world__figure--bathroom,.world__lower{position:relative;inset:auto;pointer-events:auto}.world__figure--bathroom{left:auto;top:auto;width:100%;height:auto;min-height:0;margin-left:0;aspect-ratio:1774/887}}[data-parallax]{will-change:transform;transition:transform .05s linear}.expand{position:relative;background:#ffffff;height:calc(100vh - var(--nav-height))}.expand__stage{position:relative;width:100%;height:100%;overflow:hidden;background:#0a0a0a}.expand__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.expand__label{position:absolute;right:6rem;bottom:6rem;font-family:var(--font-en);font-weight:600;font-size:4.5rem;letter-spacing:0;color:#fff;text-shadow:none;opacity:1;z-index:2;will-change:transform,opacity}.expand--animate .expand__label{opacity:0;transform:translateY(6rem)}.spotlight{background:#f6f6f7;color:var(--jomoo-black);padding:4rem 0 10rem;overflow:hidden}.spotlight,.spotlight__frame,.spotlight__stage{position:relative}.spotlight__viewport{overflow:hidden;touch-action:pan-y;cursor:grab;user-select:none}.spotlight__viewport.is-dragging{cursor:grabbing}.spotlight__track{display:flex;gap:1.5rem;padding:2rem 0;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}.spotlight__track.is-dragging{transition:none}.spotlight__card{flex:0 0 80%;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:auto;background:#ffffff;border-radius:2rem;overflow:hidden;box-shadow:none;transition:box-shadow .35s ease}.spotlight__card.is-active{box-shadow:0 6px 14px -4px rgba(15,23,42,.08),0 14px 28px -8px rgba(15,23,42,.1)}.spotlight__media{position:relative;height:auto;min-height:520px;align-self:stretch;width:100%;background:#ffffff;overflow:hidden;isolation:isolate}.spotlight__media-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.spotlight__loop{position:absolute;inset:0;z-index:1}.spotlight__loop-img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transition:opacity .7s ease-in-out;will-change:opacity;pointer-events:none}.spotlight__loop-img.is-active{z-index:1;opacity:1}@media (prefers-reduced-motion:reduce){.spotlight__loop-img{transition:none}}.spotlight__model-wrap{position:absolute;inset:0;z-index:2;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;pointer-events:none}.spotlight__model-wrap.is-ready{opacity:1;visibility:visible;pointer-events:auto}.spotlight__media-el{z-index:1;object-fit:cover;object-position:center;display:block}.spotlight__media-el,.spotlight__media-el--model{position:absolute;inset:0;width:100%;height:100%;min-height:0}.spotlight__media-el--model{background:transparent;cursor:grab;overflow:hidden;--poster-color:transparent;--progress-bar-height:0px;--progress-bar-color:transparent;--progress-mask:transparent}.spotlight__media-el--model:active{cursor:grabbing}.spotlight__media-el--model::part(default-progress-bar),.spotlight__media-el--model::part(default-progress-mask){display:none}.spotlight__play{position:absolute;left:1.75rem;bottom:1.75rem;z-index:2;display:inline-flex;align-items:center;gap:.65rem;padding:0;border:0;background:transparent;font-family:var(--font-en);font-size:.9rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;cursor:pointer}.spotlight__play--light{color:#000000}.spotlight__play--dark{color:#ffffff}.spotlight__play--static{pointer-events:none}.spotlight__play-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid #73a4c7;border-radius:50%;background:transparent}.spotlight__play--light .spotlight__play-icon{color:#302d2c}.spotlight__play--dark .spotlight__play-icon{color:#ffffff}.spotlight__play-icon svg{width:1.035rem;height:1.035rem;fill:currentColor}.spotlight__content{display:flex;flex-direction:column;justify-content:center;padding:3.5rem 3rem 3.5rem 2.5rem}.spotlight__index{font-family:var(--font-en);font-size:2.7rem;font-weight:500;line-height:1;color:var(--color-primary);margin:0 0 1.5rem}.spotlight__index--label{font-size:1.125rem;letter-spacing:.08em;text-transform:uppercase}.spotlight__title{display:flex;flex-direction:column;gap:.15rem;margin:0 0 1.5rem;font-size:2.7rem;font-weight:700;line-height:1.35;letter-spacing:.02em}.spotlight__rule{width:2.75rem;height:2px;background:var(--color-primary);margin-bottom:1.75rem}.spotlight__body p{margin:0;font-size:1.5rem;line-height:2;color:#4a4a4a}.spotlight__nav{position:absolute;top:50%;z-index:3;width:3.25rem;height:3.25rem;border:1px solid rgba(180,190,200,.55);border-radius:50%;background:#ffffff;color:#b0bac4;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease,border-color .2s ease,color .2s ease;box-shadow:0 4px 16px rgba(15,23,42,.06)}.spotlight__nav svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spotlight__nav:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.spotlight__nav:disabled{opacity:.35;cursor:default}.spotlight__nav--prev{left:calc(10% - 1.625rem)}.spotlight__nav--next{right:calc(10% - 1.625rem)}.spotlight__pagination{display:flex;justify-content:center;align-items:center;gap:1.25rem;margin-top:2.75rem}.spotlight__pagination-line{width:1.5rem;height:3px;padding:0;border:0;border-radius:999px;background:#d5dde5;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.spotlight__pagination-line.is-active{background:var(--color-primary)}.spotlight__pagination-line:hover:not(.is-active){background:#b8c5d1}@media (max-width:1023px){.spotlight{padding:3rem 0 6rem}.spotlight__card{flex-basis:88%;grid-template-columns:1fr;min-height:auto}.spotlight__media{height:520px;min-height:520px;max-height:520px}.spotlight__media-el{position:absolute;inset:0;width:100%;height:100%;min-height:0}.spotlight__content{padding:2rem 1.75rem 2.5rem}.spotlight__nav--prev{left:.25rem}.spotlight__nav--next{right:.25rem}.spotlight__pagination{margin-top:2rem}.spotlight__pagination-line{width:1.25rem}}@media (max-width:979px){.spotlight__card{flex:0 0 100%;max-width:100%}.spotlight__nav{top:30%;transform:translateY(-50%)}}.feature{background:transparent;color:var(--text-dark);padding:140px var(--gutter) 160px}.feature__inner{max-width:var(--container);margin:0 auto}.feature__head{text-align:center;max-width:64rem;margin:0 auto 5rem}.feature__eyebrow{font-family:var(--font-en);font-size:28px;letter-spacing:0;color:var(--color-primary);margin-bottom:1.75rem;text-transform:uppercase;white-space:nowrap}.feature__title{font-weight:700;font-size:clamp(2.6rem,4.55vw,3.9rem);letter-spacing:.02em;line-height:1.4;margin-bottom:1.75rem;word-break:keep-all}.feature__rule{width:3rem;height:2px;background:var(--color-primary);margin:0 auto 2rem}.feature__subtitle{font-size:1.5rem;line-height:2;color:#3a3a3a;word-break:keep-all}.feature__grid{display:grid;grid-template-columns:1fr 1fr;gap:3.75rem}.feature--animate .feature__card{opacity:0;transform:translateY(3rem);will-change:transform,opacity}.feature__card{display:flex;flex-direction:column;background:#ffffff;border-radius:2rem;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 6px 14px -4px rgba(15,23,42,.08),0 14px 28px -8px rgba(15,23,42,.1);transition:box-shadow .35s ease}.feature__card:hover{box-shadow:0 8px 18px -4px rgba(15,23,42,.1),0 18px 32px -8px rgba(15,23,42,.12)}.feature__media{position:relative;aspect-ratio:16/10;overflow:hidden}.feature__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease}.feature__img--hover{position:absolute;inset:0;opacity:0}.feature__card:focus-within .feature__img--default,.feature__card:hover .feature__img--default{opacity:0}.feature__card:focus-within .feature__img--hover,.feature__card:hover .feature__img--hover{opacity:1}.feature__content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.75rem 2rem 2.25rem}.feature__pill{display:inline-block;background:#ececee;color:var(--jomoo-black);font-size:1.2rem;font-weight:500;text-transform:uppercase;padding:.25rem 1.2rem;border-radius:999px;margin-bottom:1rem}.feature__name,.feature__pill{font-family:var(--font-en);letter-spacing:0}.feature__name{font-weight:600;font-size:2.5rem;margin-bottom:.75rem}.feature__tagline{font-size:1.75rem;font-weight:600;line-height:1.6;color:var(--jomoo-black);margin-bottom:1rem}.feature__desc{font-size:1.5rem;line-height:1.9;color:var(--jomoo-mid);margin-bottom:1.25rem}.feature__more{font-size:1.5rem;font-weight:500;letter-spacing:0;color:var(--text-dark)}.global-band{position:relative;background-image:url(/images/globalbg.png);background-repeat:no-repeat;background-position:top;background-size:100% 100%}.global-projects{background:transparent;color:var(--text-dark);padding:140px 0 160px;overflow:hidden}.global-projects__header{max-width:var(--container);margin:0 auto 5rem;padding:0 var(--gutter)}.global-projects__frame{position:relative}.global-projects__cta{display:inline-flex;align-items:center;gap:.6rem;margin-top:2.5rem;padding:.85rem 2.25rem;border-radius:999px;background:var(--color-primary);color:#ffffff;font-size:1.35rem;font-weight:600;line-height:1.2;letter-spacing:0;text-decoration:none;white-space:nowrap;box-shadow:inset 0 0 0 1px var(--color-primary);transition:background .25s ease,color .25s ease}.global-projects__cta svg{width:1.1em;height:1.1em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.global-projects__cta:focus-visible,.global-projects__cta:hover{background:#ffffff;color:var(--color-primary)}.global-projects__cta:hover svg{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.global-projects__cta,.global-projects__cta svg{transition:none}.global-projects__cta:hover svg{transform:none}}.global-projects__stage{position:relative;min-height:35.625rem}.global-projects__viewport{height:35.625rem;overflow-x:hidden;overflow-y:hidden;touch-action:pan-y;cursor:grab;user-select:none}.global-projects__viewport.is-dragging{cursor:grabbing}.global-projects__track{display:flex;align-items:center;gap:1.25rem;height:35.625rem;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}.global-projects__track.is-dragging,.global-projects__track.is-snapping{transition:none}.global-projects__card{position:relative;flex:0 0 48.75rem;width:48.75rem;height:35.625rem;display:flex;align-items:center;justify-content:center}.global-projects__media{position:relative;width:100%;height:31.25rem;border-radius:1.5rem;overflow:hidden;transition:height .55s cubic-bezier(.22,.61,.36,1);will-change:height}.global-projects__media:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.45);opacity:1;transition:opacity .55s cubic-bezier(.22,.61,.36,1);pointer-events:none}.global-projects__card.is-active .global-projects__media{height:35.625rem}.global-projects__card.is-active .global-projects__media:after{opacity:0}.global-projects__track.is-dragging .global-projects__caption,.global-projects__track.is-dragging .global-projects__media,.global-projects__track.is-dragging .global-projects__media:after,.global-projects__track.is-snapping .global-projects__caption,.global-projects__track.is-snapping .global-projects__media,.global-projects__track.is-snapping .global-projects__media:after{transition:none}.global-projects__image{width:100%;height:35.625rem;object-fit:cover;object-position:center;display:block;pointer-events:none;user-select:none}.global-projects__caption{position:absolute;inset:auto 0 0 0;z-index:2;padding:2.5rem 2.75rem;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.62));color:#ffffff;opacity:0;transition:opacity .3s ease .15s}.global-projects__card.is-active .global-projects__caption{opacity:1;transition-delay:.2s}.global-projects__card:not(.is-active) .global-projects__caption{transition-delay:0s}.global-projects__caption-title{margin:0 0 .35rem;font-size:clamp(1.75rem,2.8vw,2.5rem);font-weight:700;line-height:1.35;letter-spacing:.02em}.global-projects__caption-meta{margin:0;font-size:1.125rem;font-weight:400;line-height:1.5;color:rgba(255,255,255,.88)}.global-projects__nav{position:absolute;top:50%;z-index:3;width:3.25rem;height:3.25rem;border:1px solid rgba(180,190,200,.55);border-radius:50%;background:#ffffff;color:#b0bac4;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;transition:opacity .2s ease,border-color .2s ease,color .2s ease;box-shadow:0 4px 16px rgba(15,23,42,.06)}.global-projects__nav svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.global-projects__nav:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.global-projects__nav:disabled{opacity:.35;cursor:default}.global-projects__nav--prev{left:5rem}.global-projects__nav--next{right:5rem}.global-projects__frame .spotlight__pagination{margin-top:2.75rem}@media (max-width:1023px){.global-projects{padding:100px 0 120px}.global-projects__stage{min-height:20rem}.global-projects__track,.global-projects__viewport{height:20rem}.global-projects__card{flex-basis:min(78vw,48.75rem);width:min(78vw,48.75rem);height:20rem}.global-projects__media{height:17.5rem}.global-projects__card.is-active .global-projects__media,.global-projects__image{height:20rem}.global-projects__caption{padding:1.75rem 1.5rem}.global-projects__caption-title{font-size:1.5rem}.global-projects__caption-meta{font-size:.95rem}.global-projects__nav--prev{left:1.5rem}.global-projects__nav--next{right:1.5rem}}.stats{position:relative;background-color:transparent;color:var(--text-dark);padding:0 var(--gutter) 2rem;overflow:hidden}.stats__inner{max-width:var(--container);margin:0 auto;position:relative}.stats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem}.stats--animate .stat{opacity:0;transform:translateY(3rem);will-change:transform,opacity}.stat{box-sizing:border-box;width:100%;background:#ffffff;border-radius:20px;padding:1.4rem 1.7rem;box-shadow:0 6px 30px rgba(20,30,50,.06);border:1px solid rgba(0,0,0,.06);flex-direction:column;min-height:220px}.stat,.stat__top{min-width:0;display:flex}.stat__top{align-items:center;gap:1rem;margin-bottom:2rem}.stat__icon{flex:0 0 75px;width:75px;height:70px;display:flex;align-items:center;justify-content:center}.stat__icon img{width:75px;height:70px;object-fit:contain;display:block}.stat__num{font-family:var(--font-en);font-weight:500;font-size:5rem;letter-spacing:0;color:#4490c6;line-height:1;min-height:5rem}.stat__val{display:inline-flex;align-items:flex-start;font-variant-numeric:tabular-nums}.stat__val-num{display:inline-block}.stat__val .stat__suf{display:inline-block;font-size:.5em;font-weight:500;color:#4490c6;opacity:0;margin-left:.05em;align-self:flex-start;line-height:1}.stat__label{flex:1;min-width:0;font-size:1.6rem;font-weight:600;color:#000000;font-family:var(--font-jp);line-height:1.35}.stat__label-part{display:inline-block}@media (max-width:1239px) and (min-width:980px){.stat__label-part{display:inline}}.design-logos{margin-top:4rem;padding:0 var(--gutter) 4rem;background:transparent}.design-logos__inner{max-width:var(--container);margin:0 auto}.design-logos__card{box-sizing:border-box;width:100%;height:120px;display:flex;align-items:center;background:#ffffff;border-radius:20px;box-shadow:0 6px 30px rgba(20,30,50,.06);border:1px solid rgba(0,0,0,.06)}.design-logos__segment{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.design-logos__segment:last-child{flex:1}.design-logos__item{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:10px 30px}.design-logos__item img{height:55px;width:auto;max-height:55px;max-width:100%;object-fit:contain;display:block}.design-logos__divider{flex:0 0 1px;width:1px;height:85px;background:#cccccc}@media (max-width:979px){.design-logos__card{height:auto;min-height:0;flex-wrap:wrap;justify-content:flex-start;align-content:center;padding:1rem .5rem}.design-logos__divider{height:48px;align-self:center;flex-shrink:0}.design-logos__segment{flex:0 0 25%;max-width:25%}.design-logos__segment:nth-child(4) .design-logos__divider{display:none}.design-logos__segment:nth-child(5){margin-left:12.5%}.design-logos__item{padding:8px 12px}.design-logos__item img{height:48px;max-height:48px}}@media (max-width:700px){.design-logos__card{height:auto;align-items:stretch;align-content:flex-start}.design-logos__divider{display:none}.design-logos__segment,.design-logos__segment:last-child{flex:0 0 100%;max-width:100%;margin-left:0}.design-logos__segment:nth-child(5){margin-left:0}}.design-excellence{background:transparent;color:var(--text-dark);padding:80px var(--gutter) 140px;overflow:hidden}.design-excellence__inner{max-width:var(--container);margin:0 auto}.design-excellence__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2.5rem,5vw,5rem);align-items:center}.design-excellence__carousels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;min-height:38rem}.design-excellence__lane{position:relative;overflow:hidden;height:38rem;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 10%,#000 22%,#000 78%,rgba(0,0,0,.5) 90%,rgba(0,0,0,0));mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 10%,#000 22%,#000 78%,rgba(0,0,0,.5) 90%,rgba(0,0,0,0))}.design-excellence__track{display:flex;flex-direction:column;gap:.85rem;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.design-excellence__track--down{animation:design-scroll-down 36s linear infinite}.design-excellence__track--up{margin-top:4rem;animation:design-scroll-up 32s linear infinite}@keyframes design-scroll-down{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}@keyframes design-scroll-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}.design-excellence__card{flex:0 0 auto;border-radius:20px;overflow:hidden;background:#ffffff;box-shadow:0 6px 30px rgba(20,30,50,.06);border:1px solid rgba(0,0,0,.06)}.design-excellence__card img{display:block;width:100%;height:auto}.design-excellence__card--backdrop{background-image:url(/images/design-colbg.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.design-excellence__content{padding-top:1rem}.design-excellence__eyebrow{font-family:var(--font-en);font-size:28px;letter-spacing:0;color:var(--color-primary);margin-bottom:1.75rem;text-transform:uppercase;white-space:nowrap}.design-excellence__title{font-weight:700;font-size:clamp(2.6rem,4.55vw,3.9rem);letter-spacing:.02em;line-height:1.4;margin-bottom:2rem;word-break:keep-all}.design-excellence__rule{width:3rem;height:2px;background:var(--color-primary);margin-bottom:2.5rem}.design-excellence__subtitle{margin:0 0 2.5rem;font-size:1.5rem;line-height:2;color:#3a3a3a;word-break:keep-all}.design-excellence__btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2.25rem;border-radius:999px;background:var(--color-primary);color:#ffffff;font-size:1.35rem;font-weight:600;line-height:1.2;letter-spacing:0;text-decoration:none;white-space:nowrap;box-shadow:inset 0 0 0 1px var(--color-primary);transition:background .25s ease,color .25s ease}.design-excellence__btn svg{width:1.1em;height:1.1em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.design-excellence__btn:focus-visible,.design-excellence__btn:hover{background:#ffffff;color:var(--color-primary)}.design-excellence__btn:hover svg{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.design-excellence__track--down,.design-excellence__track--up{animation:none}}@media (max-width:1023px){.design-excellence__layout{grid-template-columns:1fr;gap:3rem}.design-excellence__carousels{order:2;min-height:30rem}.design-excellence__content{order:1;padding-top:0}.design-excellence__lane{height:30rem}.design-excellence__track--up{margin-top:2.5rem}}.reveal{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.2,.7,.2,1),transform 1s cubic-bezier(.2,.7,.2,1)}.reveal.is-in{opacity:1;transform:translateY(0)}.reveal--slow{transition-duration:1.4s}.reveal--right{transform:translateX(40px)}.reveal--right.is-in{transform:translateX(0)}.reveal--left{transform:translateX(-40px)}.reveal--left.is-in{transform:translateX(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}[data-parallax]{transform:none!important}.expand--animate .expand__label,.feature--animate .feature__card,.stats--animate .stat,.world--animate .world__figure--bathroom,.world--animate .world__photo{opacity:1;transform:none}}@media (max-width:1599px){.spotlight__content{padding:3rem 2.5rem 3rem 2rem}.spotlight__title{font-size:2.4rem}.spotlight__body{line-height:1.85}.spotlight__body p{display:inline;font-size:clamp(1rem,1.15vw,1.15rem);line-height:1.85}}@media (max-width:1439px){.spotlight__title{font-size:2.2rem}}@media (max-width:1299px) and (min-width:1024px){.design-excellence__eyebrow,.feature__eyebrow,.hero__eyebrow,.world__eyebrow{font-size:24px}.hero__subtitle{font-size:30px}.hero__tagline{font-size:34px}.hero__tagline--control{font-size:26px}.design-excellence__subtitle,.feature__subtitle,.world__body p,.world__body--secondary{font-size:1.35rem}.stat__num{font-size:4.25rem}.stat__label{font-size:1.6rem}}@media (max-width:1023px){:root{--hero-pt:2.5rem;--hero-height:min(calc(100vh - var(--nav-height)),44rem)}.spotlight__card{display:flex;flex-direction:column}.spotlight__content{display:contents}.spotlight__index{order:1}.spotlight__title{order:2}.spotlight__rule{order:3}.spotlight__media{order:4}.spotlight__body{order:5;margin-top:2rem}.spotlight__body,.spotlight__index,.spotlight__title{padding-left:1.75rem;padding-right:1.75rem}.spotlight__rule{margin-left:1.75rem}.spotlight__index{padding-top:2rem}.spotlight__body{padding-bottom:2.5rem}.hero__eyebrow{font-size:22px}.hero__title--jp{font-size:clamp(40px,8vw,64px)}.hero__subtitle{font-size:clamp(22px,4.5vw,30px)}.hero__tagline{font-size:clamp(26px,5vw,34px)}.hero__tagline--control{font-size:clamp(20px,4vw,26px)}.hero__award{height:7rem}.world{padding:5rem 0}.design-excellence__title,.feature__title,.world__title{font-size:clamp(2.2rem,6vw,3.2rem)}.design-excellence__eyebrow,.feature__eyebrow,.world__eyebrow{font-size:22px;white-space:normal}.world__body p,.world__body--secondary{font-size:1.25rem;line-height:1.85}.world__body--secondary{padding-left:0}.expand{height:min(70vh,36rem)}.expand__label{right:var(--gutter);bottom:3rem;font-size:clamp(2.5rem,7vw,3.5rem)}.feature{padding:100px var(--gutter) 110px}.feature__head{margin-bottom:3.5rem}.feature__subtitle{font-size:1.25rem;line-height:1.85}.feature__grid{grid-template-columns:1fr;gap:2rem}.feature__name{font-size:1.75rem}.feature__desc,.feature__more{font-size:1.25rem}.global-projects__header{margin-bottom:3.5rem}.stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem}.stat{min-height:190px;padding:1.2rem 1.4rem}.stat__num{font-size:3.75rem;min-height:3.75rem}.stat__label{font-size:1.45rem}.stat__icon,.stat__icon img{width:62px;height:58px}.design-excellence{padding:60px var(--gutter) 100px}.design-excellence__subtitle{font-size:1.25rem;line-height:1.85}.design-excellence__btn,.global-projects__cta{font-size:1.15rem;padding:.75rem 1.85rem}}@media (max-width:767px){:root{--hero-height:min(calc(100svh - var(--nav-height)),38rem)}.hero__content{max-width:100%}.hero__eyebrow{font-size:18px}.hero__title{font-size:clamp(56px,16vw,96px)}.hero__title--logo img{height:clamp(50px,14vw,86px)}.hero__title--jp{font-size:clamp(32px,9vw,48px)}.hero__subtitle{font-size:clamp(18px,4.8vw,24px)}.hero__tagline{font-size:clamp(22px,5.5vw,30px)}.hero__tagline--control{font-size:clamp(17px,4.2vw,22px)}.hero__awards{flex-direction:column;align-items:flex-start}.hero__award{height:5.5rem}.world{--world-gap:1.25rem;padding:4rem 0}.world__stage{gap:var(--world-gap)}.design-excellence__title,.feature__title,.world__title{font-size:clamp(1.85rem,7.5vw,2.4rem)}.design-excellence__eyebrow,.feature__eyebrow,.world__eyebrow{font-size:18px}.design-excellence__subtitle,.feature__subtitle,.spotlight__body p,.world__body p,.world__body--secondary{font-size:1.05rem;line-height:1.75}.expand{height:min(62svh,28rem)}.expand__label{right:var(--gutter);bottom:1.75rem;font-size:clamp(1.75rem,8vw,2.5rem)}.spotlight{padding:2.5rem 0 4.5rem}.spotlight__title{font-size:1.75rem}.spotlight__body p{font-size:1.05rem}.feature{padding:72px var(--gutter) 80px}.feature__head{margin-bottom:2.5rem}.global-projects{padding:72px 0 88px}.stats__grid{grid-template-columns:1fr;gap:.3rem}.stat{min-height:160px}.stat__num{font-size:3.25rem;min-height:3.25rem}.stat__label{font-size:1.2rem}.stat__icon,.stat__icon img{width:54px;height:50px}.design-logos{margin-top:2.5rem;padding-bottom:2.5rem}.design-excellence{padding:48px var(--gutter) 72px}.design-excellence__carousels{min-height:24rem}.design-excellence__lane{height:24rem}.design-excellence__track--up{margin-top:2rem}.design-excellence__btn,.global-projects__cta{font-size:1.05rem;padding:.7rem 1.6rem}}