.hero{height:100vh;min-height:600px;padding-top:84px;position:relative;overflow:hidden}.hero-bg{background:#dde3e8;position:absolute;inset:84px 0 0}.hero-slide{opacity:0;z-index:1;width:100%;height:100%;transition:opacity 1.6s ease-in-out;position:absolute;inset:0}.hero-slide.active{opacity:1}.hero-slide:before{content:"";background-image:var(--slide-photo,none);filter:blur(28px)saturate(1.05)brightness(.95);opacity:.85;z-index:-1;background-position:50%;background-size:cover;position:absolute;inset:-40px}.hero-slide img{object-fit:contain;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-tablet{display:none}.hero-tablet-slide{opacity:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.hero-tablet-slide.active{opacity:1}.hero-tablet-slide img{object-fit:cover;width:100%;height:100%;display:block}.hero-tablet-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.hero-tablet-dots button{cursor:pointer;background:#ffffff73;border:none;width:28px;height:2px;padding:0;transition:background .3s}.hero-tablet-dots button.active{background:var(--gold)}.hero-mobile{display:none}.hero-mobile-slide{opacity:0;transition:opacity 1.2s ease-in-out;position:absolute;inset:0}.hero-mobile-slide.active{opacity:1}.hero-mobile-slide img{object-fit:cover;width:100%;height:100%;display:block}.hero-mobile-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-mobile-dots button{cursor:pointer;background:#ffffff73;border:none;width:28px;height:2px;padding:0;transition:background .3s}.hero-mobile-dots button.active{background:var(--gold)}.hero-dots{z-index:3;gap:10px;display:flex;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff4d;border:none;width:32px;height:2px;padding:0;transition:background .3s}.hero-dots button.active{background:var(--gold)}.hero-overlay{z-index:2;pointer-events:none;background:linear-gradient(#00000075 0%,#00000057 14%,#0000002e 32%,#0000000a 50%,#0000 65%,#0000002e 100%);position:absolute;inset:0}.hero-content{z-index:3;text-align:center;pointer-events:none;flex-direction:column;justify-content:space-between;align-items:center;padding:max(6vh,48px) 32px max(10vh,72px);display:flex;position:absolute;inset:84px 0 0}.hero-content>*{pointer-events:auto}.hero-copy{flex-direction:column;align-items:center;display:flex}.hero-h1{font-family:var(--serif);letter-spacing:.04em;color:#fff;text-shadow:0 1px 3px #00000040;margin:0 0 22px;font-size:clamp(28px,4.6vw,52px);font-weight:700;line-height:1.5;animation:1.1s both heroFadeIn}.hero-sub{font-family:var(--sans);letter-spacing:.14em;color:#fffffff2;text-shadow:0 1px 2px #00000040;text-wrap:pretty;max-width:640px;margin:0;font-size:clamp(13px,1.05vw,15px);font-weight:300;line-height:2;animation:1.1s .15s both heroFadeIn}.hero-sub .br-pc{display:inline}.hero-sub .br-sp{display:none}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:14px;animation:1.1s .3s both heroFadeIn;display:flex}.hero-cta{min-height:48px;font-family:var(--serif);letter-spacing:.18em;white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;padding:12px 34px;font-size:14px;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.hero-cta-fill{background:var(--navy);color:#fff;border:1px solid var(--navy)}.hero-cta-fill:hover{background:#16294a;border-color:#16294a}.hero-cta-outline{color:#fff;background:0 0;border:1px solid #ffffffd9}.hero-cta-outline:hover{color:var(--navy);background:#fff;border-color:#fff}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hero-scroll{font-family:var(--cor);letter-spacing:.2em;color:#fff6;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:10px;display:flex;position:absolute;bottom:36px;right:48px}.scroll-line{background:#ffffff2e;width:1px;height:48px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:var(--gold);width:1px;height:100%;animation:2.4s infinite scrollDrop;position:absolute;top:-100%}@keyframes scrollDrop{0%{top:-100%}to{top:100%}}body{--hero-veil:1;--space-scale:1}.hero-overlay{background:linear-gradient(to bottom, rgba(0,0,0,calc(.46*var(--hero-veil))) 0%, rgba(0,0,0,calc(.34*var(--hero-veil))) 14%, rgba(0,0,0,calc(.18*var(--hero-veil))) 32%, rgba(0,0,0,calc(.04*var(--hero-veil))) 50%, #0000 65%, rgba(0,0,0,calc(.18*var(--hero-veil))) 100%);transition:background .5s}.works-preview{padding:calc(100px*var(--space-scale)) 48px;max-width:1200px;margin:0 auto;transition:padding .4s}.works-preview .works-grid{grid-template-columns:repeat(3,1fr)}.insta{padding:calc(70px*var(--space-scale)) 48px calc(100px*var(--space-scale));text-align:center;max-width:1200px;margin:0 auto;transition:padding .4s}.insta-intro{flex-direction:column;align-items:center;display:flex}.insta-badge{background:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;display:inline-flex}.insta-badge svg{fill:#fff;width:28px;height:28px}.insta-title{font-family:var(--cor);letter-spacing:.06em;color:var(--navy);font-size:34px;font-weight:500;line-height:1}.insta-sub{font-family:var(--sans);color:var(--sub);letter-spacing:.04em;text-wrap:pretty;margin-top:14px;font-size:14px;font-weight:300}.insta-photos{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:44px;display:flex}.insta-card{aspect-ratio:1;background:#ece7df;border-radius:3px;flex:0 208px;display:block;position:relative;overflow:hidden}.insta-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s,opacity .3s;display:block}.insta-card:hover img{opacity:.92;transform:scale(1.06)}.insta-actions{justify-content:center;margin-top:44px;display:flex}.insta-cta{min-height:50px;font-family:var(--sans);letter-spacing:.06em;color:#fff;white-space:nowrap;background:linear-gradient(45deg,#feda75 0%,#fa7e1e 25%,#d62976 50%,#962fbf 75%,#4f5bd5 100%);border-radius:2px;justify-content:center;align-items:center;gap:10px;padding:14px 34px;font-size:14px;font-weight:500;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 4px 14px #d6297647}.insta-cta:hover{filter:saturate(1.08);transform:translateY(-2px);box-shadow:0 6px 20px #d629765c}.insta-cta svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.flow-preview{padding:calc(100px*var(--space-scale)) 48px;background:var(--bg);max-width:100%;transition:padding .4s,background .5s}.flow-preview .inner{max-width:1200px;margin:0 auto}.flow-preview-grid{grid-template-columns:repeat(4,1fr);gap:2px;margin-top:56px;display:grid}@media (max-width:1024px) and (min-width:641px){.hero{height:auto;min-height:0;padding-top:64px}.hero-bg .hero-slide{display:none}.hero-bg{background:#1a2a3a}.hero-tablet{aspect-ratio:4/3;background:#1a2a3a;width:100%;display:block;position:relative;overflow:hidden}.hero-tablet-slide img{object-fit:contain}.hero-content{justify-content:space-between;padding:5vh 32px max(7vh,48px);inset:84px 0 0}.hero-sub{margin:0}.hero-dots,.hero-scroll{display:none}}@media (max-width:1024px){.works-preview,.flow-preview{padding:80px 24px}.flow-preview-grid{grid-template-columns:repeat(2,1fr)}.insta{padding:56px 24px 80px}.insta-photos{gap:12px}.insta-title{font-size:30px}}@media (max-width:640px){.hero{height:auto;min-height:0;padding-top:0}.hero-bg .hero-slide{display:none}.hero-bg{background:0 0}.hero-mobile{aspect-ratio:941/1672;width:100%;display:block;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(#00000080 0%,#0000005c 16%,#0000002e 34%,#0000000a 52%,#0000 65%,#0000001a 100%)}.hero-content{text-align:center;justify-content:space-between;align-items:center;padding:22px 24px 28px;inset:68px 0 0}.hero-copy{text-align:center;align-items:center}.hero-h1{letter-spacing:0;white-space:nowrap;margin-bottom:14px;font-size:clamp(20px,5.6vw,25px);line-height:1.45}.hero-sub{letter-spacing:.06em;max-width:320px;margin:0;font-size:12.5px;line-height:1.95}.hero-sub .br-pc{display:none}.hero-sub .br-sp{display:inline}.hero-ctas{flex-direction:column;align-self:center;align-items:stretch;gap:8px;width:100%;max-width:240px}.hero-cta{letter-spacing:.16em;min-height:48px;padding:11px 22px;font-size:12.5px}.hero-dots,.hero-scroll{display:none}.works-preview,.flow-preview{padding:64px 20px}.flow-preview-grid,.works-preview .works-grid{grid-template-columns:1fr;gap:12px}.works-preview .works-grid>.work-card:nth-child(n+5){display:none}.sec-head-row{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:32px}.sec-ja{font-size:24px}.insta{padding:44px 0 64px}.insta-badge{width:52px;height:52px;margin-bottom:16px}.insta-badge svg{width:24px;height:24px}.insta-title{font-size:26px}.insta-sub{padding:0 20px;font-size:13px}.insta-photos{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:28px;padding:0 16px;display:grid}.insta-card{max-width:none}.insta-photos .insta-card:nth-child(n+5){display:none}.insta-actions{margin-top:32px;padding:0 16px}.insta-cta{width:100%;max-width:none}}.home-videos{padding:calc(90px*var(--space-scale)) 48px;background:#f5f2ed;transition:padding .4s,background .5s}.home-videos .inner{max-width:1200px;margin:0 auto}.hv-lead{font-family:var(--sans);color:var(--sub);letter-spacing:.02em;text-wrap:pretty;max-width:640px;margin:-32px 0 44px;font-size:14px;font-weight:300;line-height:1.9}.hv-group+.hv-group{margin-top:56px}.hv-group-label{font-family:var(--serif);color:var(--navy);letter-spacing:.04em;align-items:center;gap:14px;margin-bottom:24px;font-size:18px;font-weight:700;display:flex}.hv-group-label:before{content:"";background:var(--gold);flex-shrink:0;width:22px;height:2px;display:block}.hv-grid{grid-template-columns:repeat(2,1fr);gap:32px 28px;display:grid}.hv-embed{aspect-ratio:16/9;background:#000;border-radius:3px;width:100%;position:relative;overflow:hidden}.hv-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.hv-more-wrap,.works-more-wrap{justify-content:center;margin-top:48px;display:flex}.hv-more,.works-more{min-height:48px;font-family:var(--serif);letter-spacing:.14em;color:var(--navy);border:1px solid var(--navy);background:0 0;border-radius:2px;justify-content:center;align-items:center;gap:12px;padding:14px 46px;font-size:14px;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.hv-more:after,.works-more:after{content:"";background:currentColor;width:24px;height:1px;transition:width .2s;display:block}.hv-more:hover,.works-more:hover{background:var(--navy);color:#fff}.hv-more:hover:after,.works-more:hover:after{width:36px}@media (max-width:1024px){.home-videos{padding:80px 24px}.hv-grid{gap:24px 20px}}@media (max-width:640px){.home-videos{padding:60px 20px}.hv-lead{margin:-20px 0 32px;font-size:13px}.hv-grid{grid-template-columns:1fr;gap:28px}.hv-group+.hv-group{margin-top:44px}.hv-group-label{font-size:16px}.hv-more-wrap,.works-more-wrap{margin-top:36px}.hv-more,.works-more{width:100%;max-width:280px;padding:14px 20px}}
