/* YAMAR: an editorial rhythm of ink, ivory, muted gold and photography. */
body.studio-home {
  --cinema-ink: #111a16;
  --cinema-white: #fafbf8;
  --cinema-gold: #dfc68d;
  --cinema-paper: #eee5d8;
  --cinema-purple: #4b2582;
  --text-muted: #b7c1b9;
  background: var(--cinema-ink);
}
.studio-home [hidden] { display: none !important; }
.studio-home .container { max-width: 1320px; width: calc(100% - 8vw); padding-inline: 0; }
.studio-home .section-heading { font: 400 clamp(2.6rem,5vw,4.7rem)/1.06 Georgia,serif; text-transform: none; letter-spacing: -.045em; }
.studio-home .section-overline { font-size: .875rem; letter-spacing: .12em; }
.studio-home .section-body { font-size: 1rem; line-height: 1.85; }
.studio-home .btn { font-size: .875rem; letter-spacing: .02em; text-transform: none; border-radius: 0; height: auto; min-height: 52px; padding: 15px 24px; white-space: normal; }
.studio-home #nav { background: #111a16f5 !important; border-bottom: 1px solid #ffffff24; }
.studio-home #nav .container { width: calc(100% - 5vw); max-width: 1450px; gap: 20px; }
.studio-home .nav-links { gap: clamp(10px,1vw,18px); margin-right: 8px; }
.studio-home .nav-link { font-size: .875rem; letter-spacing: 0; color: #e0e7df; }
.studio-home .nav-cta { display: inline-flex; align-items: center; font-size: .875rem; letter-spacing: 0; text-transform: none; background: var(--cinema-gold); border-radius: 0; }
.studio-home #hero { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 24px; padding: 28px 0 24px; min-height: calc(100svh - var(--yamar-scroll-offset,84px)); background: var(--cinema-ink); overflow: clip; }
.studio-home #hero .hero-bg { background: #111a16; }
.studio-home #hero > .hero-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); align-items: center; flex: none; width: calc(100% - 8vw); gap: clamp(28px,4vw,72px); max-width: 1440px; z-index: 1; }
.studio-home #hero .hero-content { min-width: 0; max-width: none; z-index: 3; }
.studio-home #hero .hero-badge { font-size: .875rem; color: #dfc68d; letter-spacing: .05em; line-height: 1.6; max-width: none; margin-bottom: 18px; }
.studio-home #hero .hero-h1 { font-size: clamp(3rem,4.5vw,5.5rem); line-height: 1.06; max-width: none; margin-bottom: 22px; letter-spacing: -.045em; overflow-wrap: normal; word-break: normal; text-wrap: balance; }
.studio-home #hero .hero-h1 em { color: var(--cinema-gold); }
.studio-home #hero .hero-sub { color: #d6ded7; font-size: 1.0625rem; line-height: 1.75; max-width: 42ch; margin-bottom: 24px; }
.studio-home #hero .hero-btns { margin-top: 0; }
.studio-home #hero .hero-badge,.studio-home #hero .hero-h1,.studio-home #hero .hero-sub,.studio-home #hero .hero-btns { animation: none; }
.studio-home .hero-art { position: relative; min-width: 0; width: 100%; padding: 0 0 42px 24px; }
.studio-home .hero-figure { height: clamp(320px,calc(100svh - 18rem),600px); animation: none; box-shadow: none; }
.studio-home .hero-figure img { height: 100%; min-height: 0; max-height: none; object-fit: cover; }
.studio-home .hero-detail { position: absolute; width: 39%; height: 43%; bottom: 0; left: 0; margin: 0; overflow: hidden; border: 8px solid #111a16; transform: rotate(-5deg); }
.studio-home .hero-detail img { width: 100%; height: 100%; object-fit: cover; }
.hero-art-note { position: absolute; bottom: 12px; right: 0; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: #c4cfc4; }
.studio-home #hero > .hero-bottomline { position: relative; z-index: 1; display: flex; flex: none; width: calc(100% - 8vw); max-width: 1440px; justify-content: space-between; align-items: center; border-top: 1px solid #ffffff26; padding-top: 16px; margin-top: 0; color: #c4cfc4; gap: 20px; font-size: .875rem; }
.hero-bottomline a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; gap: 25px; }
.hero-bottomline a span { font-size: 26px; }
.studio-home #ticker { background: var(--cinema-gold); padding: 18px 0; }
.studio-home .ticker-item { font-size: .875rem; color: #17281e; }
.studio-home .ticker-item .ticker-dot { color: #17281e; }

/* The film's photographic scenes sit inside a warm, neutral cinema frame. */
.studio-home .brand-film { background: radial-gradient(ellipse at 100% 0,#583c3355,transparent 55%),linear-gradient(135deg,#171519,#252026 58%,#392823); padding: 76px 0 70px; color: #fafbf8; border-top: 1px solid #dfc68d38; }
.brand-film-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 30px; }
.brand-film-heading .section-overline { color: #dfc68d; margin-bottom: 14px; }
.brand-film-heading h2 { font: 400 clamp(2.3rem,5vw,4.5rem)/1.1 var(--font-body); letter-spacing: -.06em; color: #fafbf8; }
.brand-film-heading > p { color: #c4cfc4; font-size: 1rem; line-height: 1.8; }
.brand-film-player { margin: 0; }
.brand-film-player video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; background: #151318; border: 1px solid #dfc68d38; }
.brand-film-player video:focus-visible { outline: 3px solid #ee8554; outline-offset: 6px; }
.brand-film-player figcaption { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-top: 12px; color: #c4cfc4; font-size: .875rem; line-height: 1.6; }
.brand-film-player a { display: inline-flex; min-height: 44px; align-items: center; color: #dfc68d; text-decoration: underline; text-underline-offset: 5px; }
.brand-film-play { min-height: 48px; padding: 12px 22px; border: 1px solid #dfc68d; border-radius: 4px; background: #dfc68d; color: #151318; font: 400 .875rem/1.4 var(--font-body); cursor: pointer; }
.brand-film-play:hover { background: #f1dfb6; }
.brand-film-play:focus-visible { outline: 3px solid #ee8554; outline-offset: 4px; }
.brand-film-description { color: #c4cfc4; max-width: 78ch; font-size: .8125rem; line-height: 1.8; margin-top: 8px; }
.brand-film-description summary { cursor: pointer; padding-block: 10px; }
.brand-film-description p { margin: 6px 0 0; }
@media(max-width:640px) { .studio-home .brand-film { padding: 48px 0; } .brand-film-heading { display: block; } .brand-film-heading > p { margin-top: 20px; } }

.studio-intro { position: fixed; inset: 0; z-index: 2000; background: #101914; color: #f4f4e9; display: grid; place-items: center; padding: 30px; overflow: hidden; animation: intro-curtain .5s 2.2s cubic-bezier(.76,0,.24,1) both; }
.intro-active { overflow: hidden !important; }
.intro-lockup { display: flex; flex-direction: column; align-items: center; }
.intro-mark { width: clamp(95px,12vw,150px); height: auto; margin-bottom: 25px; animation: mark-arrive 1.35s cubic-bezier(.16,1,.3,1) both; }
.intro-name { display: flex; overflow: hidden; font-family: 'Cinzel Display',Georgia,serif; font-size: clamp(3.4rem,12vw,11rem); letter-spacing: .08em; line-height: 1.12; padding: 0 .04em 12px; }
.intro-name span { display: block; animation: name-arrive 1s cubic-bezier(.16,1,.3,1) both; }
.intro-name span:nth-child(2) { animation-delay: .12s; }
.intro-name span:nth-child(3) { animation-delay: .24s; }
.intro-name span:nth-child(4) { animation-delay: .36s; }
.intro-name span:nth-child(5) { animation-delay: .48s; }
.intro-sub { font-size: .875rem; letter-spacing: .48em; text-transform: uppercase; color: #dfc68d; animation: name-arrive 1s .7s both; }
.intro-line { height: 1px; width: min(80vw,600px); background: #dfc68d; transform-origin: left; margin-top: 40px; animation: intro-line 2.4s cubic-bezier(.4,0,.2,1) both; }
.intro-corner { position: absolute; left: 4vw; top: 35px; font-size: .875rem; color: #c0cbbd; }
.intro-skip { position: absolute; bottom: 30px; right: 4vw; min-height: 48px; padding: 12px 22px; border: 1px solid #d8dfd568; background: transparent; color: #f3f4e8; font-size: .875rem; }
.intro-active .intro-lockup { animation: lockup-exit .4s 2.3s ease-in both; }
.motion-toggle { position: fixed; right: 18px; bottom: 18px; z-index: 950; color: #fff; background: #14221ef2; border: 1px solid #f1e8c755; border-radius: 30px; min-height: 44px; padding: 10px 18px; box-shadow: 0 4px 20px #0002; font-size: .875rem; }
.motion-toggle:disabled { opacity: 1; cursor: default; }
.replay-intro { display: inline-flex; align-items: center; min-height: 44px; background: transparent; border-bottom: 1px solid #dfc68d66; color: #dfc68d; font-size: .875rem; padding: 8px 0; margin-top: 18px; }

/* Visual interludes: photography and kinetic typography alternate. */
.photo-interlude { position: relative; margin: 0; height: clamp(300px,39vw,540px); overflow: hidden; background: #263c31; isolation: isolate; }
.photo-interlude > img { width: 100%; height: 100%; object-fit: cover; object-position: var(--photo-position,50% 50%); }
.photo-interlude::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#050e0abc,#07130a08 90%),linear-gradient(0deg,#07130a8c,transparent 55%); z-index: 1; }
.photo-interlude figcaption { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 4vw; z-index: 2; color: #fff; }
.photo-interlude .photo-eyebrow { display: block; font-size: .875rem; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 22px; }
.photo-interlude .photo-statement { font: 400 clamp(2.8rem,7vw,7rem)/1.02 Georgia,serif; letter-spacing: -.035em; max-width: 14ch; }
.photo-interlude .photo-statement em { color: #efdeb0; }
.photo-interlude .photo-index { position: absolute; right: 4vw; bottom: 28px; font-size: .75rem; letter-spacing: .08em; }
.photo-interlude--split { display: grid; grid-template-columns: 1fr 1fr; }
.photo-interlude--split > img { min-width: 0; }
.studio-photo { display: block; width: 100%; height: 360px; object-fit: cover; margin-top: 38px; border-radius: 0; }

/* The product section feels like a calm, precise publication. */
.studio-home #residence-product { padding: 100px 0; background: #fafbf8; border: 0; }
.studio-home #residence-product .section-overline { color: #465d48; }
.studio-home #residence-product h2 { font-size: clamp(2.5rem,4.5vw,4.25rem); }
.studio-home #residence-product .section-body { font-size: 1rem; color: #455747; }
.studio-home .residence-home-note { font-size: .875rem; }
.studio-home .residence-preview { border: 0; border-radius: 0; box-shadow: 18px 18px 0 #e1e8dd; }
.studio-home .residence-preview figcaption { font-size: .8125rem; }

/* The website studio is a light, tactile workspace. */
.studio-home #try-on { background: #eee5d8; padding: 100px 0; color: #203221; }
.studio-home #try-on .section-overline { color: #32462b; }
.studio-home #try-on .section-heading { font-family: var(--font-body); font-weight: 400; letter-spacing: -.065em; color: #172c20; }
.studio-home #try-on .section-heading em { color: #4b2582; font-style: italic; }
.studio-home #try-on .section-body { color: #33452a; }
.studio-home #try-on .generator-heading { max-width: 930px; }
.studio-home #try-on .generator-box { border: 2px solid #193221; border-radius: 0; box-shadow: 12px 12px 0 #193221; }
.studio-home #try-on .generator-label { color: #1b3325; }
.studio-home #try-on .generator-controls .btn-gold { background: #4b2582; color: #fff; border-color: #4b2582; }
.studio-home #try-on .generator-input { background: #fff; }

/* Client work gets a dark luxury gallery. */
.studio-home #client-work { background: #101e18; padding: 115px 0; color: #f4f0e6; }
.studio-home #client-work .section-heading { color: #f4f0e6; }
.studio-home #client-work .section-overline,.studio-home #client-work .section-heading em { color: #dfc68d; }
.studio-home #client-work .section-body { color: #c2cdbf; }
.studio-home .client-work-card { background: transparent; border: 0; border-top: 1px solid #d7c4954a; border-radius: 0; margin-top: 22px; box-shadow: none; }
.studio-home .client-work-card::before { display: none; }
.studio-home .client-work-media { border: 0; background: #263a2d; padding: 30px; }
.studio-home .client-work-card--hca .client-work-media { background: #1c3b3b; }
.studio-home .client-work-content { background: #14271e; padding: 38px; }
.studio-home .client-work-title { color: #faf7ec; }
.studio-home .client-work-desc { color: #c5d1c5; font-size: 1rem; }
.studio-home .client-work-category,.studio-home .client-work-link { color: #e1ca96; }
.studio-home .client-work-tag { color: #d8e0d4; background: #ffffff08; border-color: #ffffff29; font-size: .75rem; }
.studio-home .client-work-status { color: #94d8b6; }
.studio-home .client-work-number { color: #bbcbbf; }
.studio-home .client-work-link--secondary { color: #d1dccf; border-color: #bccbb566; }
.studio-home .client-work-results,.studio-home .client-work-note { color: #c5d1c5; }
.studio-home #client-work .more-work { border-top-color: #e8d5a641; }
.studio-home #client-work .more-work-heading h3 { color: #f5eddb; }
.studio-home #client-work .more-work-heading p { color: #bccbbb; }
.studio-home #client-work .more-work-all { color: #dfc68d; }
.studio-home #client-work .more-work-card { border-radius: 0; }

/* Strategy becomes an open, minimal editorial spread. */
.studio-home #what-we-build { background: #fff; padding: 110px 0; }
.studio-home .architecture-title { font: 400 clamp(3rem,6vw,5.5rem)/1.03 Georgia,serif; letter-spacing: -.05em; text-transform: none; }
.studio-home .architecture-title,.studio-home .architecture-title em { color: #17271e; }
.studio-home .architecture-lede,.studio-home .architecture-copy p { font-size: 1rem; color: #4b584d; }
.studio-home .architecture-card { background: transparent; border: 0; border-top: 1px solid #21372835; border-radius: 0; padding: 28px 0; box-shadow: none; }
.studio-home .architecture-card h3 { font-size: 1.25rem; color: #17271e; }
.studio-home .architecture-number { background: transparent; color: #5a704e; font: italic 2.5rem/1 Georgia,serif; border: 0; }
.studio-home .architecture-services li { color: #405441; font-size: .875rem; background: #eef2ec; }
.studio-home .architecture-principle { background: transparent; border-left-color: #344e36; }
.studio-home .architecture-principle,.studio-home .architecture-principle strong,.studio-home .architecture-link { color: #29442f; }

/* The demo collection is bold and tactile, the systems section technical. */
.studio-home #demo-lab { padding: 100px 0; background: #e8dafb; }
.studio-home #demo-lab .section-heading { font-family: var(--font-body); font-weight: 400; color: #35204d; letter-spacing: -.06em; }
.studio-home #demo-lab .section-overline { color: #5b327c; }
.studio-home #demo-lab .section-body { color: #594266; }
.studio-home #demo-lab .demo-card { border-radius: 0; border: 1px solid #462d653d; box-shadow: 5px 5px 0 #4b258220; }
.studio-home #command-deck-band { background: #111a16; padding: 55px 0; }
.studio-home #command-deck-band .deck-band { background: transparent; box-shadow: none; border-radius: 0; border: 1px solid #dfc68d40; }
.studio-home #systems { background: #eaf0ed; padding: 100px 0; }
.studio-home #systems .section-heading { font-family: var(--font-body); font-weight: 500; letter-spacing: -.055em; color: #172d22; }
.studio-home #systems .section-heading em { color: #256046; }
.studio-home #systems .system-card { border-radius: 0; background: #fff; box-shadow: none; border-color: #1f46322e; }
.studio-home #why-yamar { background: #f6f1e5; padding: 110px 0; }
.studio-home #why-yamar .section-heading { color: #293528; }
.studio-home #why-yamar .section-heading em { color: #6e5c2b; }
.studio-home #why-yamar .why-item { background: transparent; border: 0; border-bottom: 1px solid #17291e2a; box-shadow: none; border-radius: 0; }
.studio-home #why-yamar .why-item-title { color: #263a28; }
.studio-home #why-yamar .why-item-desc,.studio-home #why-yamar .section-body { color: #53604e; }
.studio-home #process { padding: 100px 0; background: #14362b; }
.studio-home #process .section-heading { color: #f1efdf; }
.studio-home #process .section-heading em,.studio-home #process .section-overline { color: #dfc68d; }
.studio-home #process .process-step { background: transparent; border: 0; border-top: 1px solid #ddd3ac6b; border-radius: 0; box-shadow: none; }
.studio-home #process .process-num { color: #dfc68d; background: transparent; font: italic 3.5rem/1 Georgia,serif; }
.studio-home #process .process-step-title { color: #f1efdf; }
.studio-home #process .process-step-desc { color: #c5d6c7; }
.studio-home #faq { padding: 100px 0; background: #fff; }
.studio-home #faq .section-heading { color: #17281e; }
.studio-home #faq .faq-item { border-radius: 0; box-shadow: none; background: transparent; }
.studio-home #cta-section { padding: 100px 0; background: #e4dacb; }
.studio-home #cta-section::before { display: none; }
.studio-home #cta-section .cta-heading { color: #183421; font: 400 clamp(3rem,6vw,6rem)/1.03 var(--font-body); letter-spacing: -.065em; }
.studio-home #cta-section .section-overline,.studio-home #cta-section .cta-sub { color: #324c2c; }
.studio-home #cta-section .cta-trust,.studio-home #cta-section .cta-trust-item { color: #3c542e; }
.studio-home #cta-section .btn-gold { background: #172e21; color: #fff; }
.studio-home #cta-section .btn-aqua-outline { color: #183c29; border-color: #24472e; }
.studio-home #cta-section .project-form { border-radius: 0; background: #fff; border: 1px solid #24472e; box-shadow: 12px 12px 0 #24472e; }
.studio-home #cta-section .project-form-title { color: #172e21; }
.studio-home #cta-section .project-field input,.studio-home #cta-section .project-field select,.studio-home #cta-section .project-field textarea { background: #f7f9f4; color: #1d3626; border: 1px solid #91a58c; border-radius: 0; color-scheme: light; }
.studio-home #cta-section .project-field input::placeholder,.studio-home #cta-section .project-field textarea::placeholder { color: #586d53; }
.studio-home #cta-section .project-field input:focus,.studio-home #cta-section .project-field select:focus,.studio-home #cta-section .project-field textarea:focus { outline: 2px solid #356349; outline-offset: 2px; background: #fff; }
.studio-home #cta-section .project-form-note a { color: #254b33; border-color: #597753; }
.studio-home #cta-section .project-form-submit,.studio-home #cta-section .project-form-copy { font-size: .875rem; letter-spacing: 0; text-transform: none; border-radius: 0; }
.studio-home #cta-section .project-form-submit { background: #203d2a; color: #fff; }
.studio-home #cta-section .project-form-intro,.studio-home #cta-section .project-form-note,.studio-home #cta-section .project-form-copy,.studio-home #cta-section .project-form-status { color: #455747; }
.studio-home #cta-section .project-form-status[data-state="error"] { color: #9c2119; }
.studio-home #footer { background: #111a16; padding-bottom: 90px; }

/* No scroll hijacking. Reveals follow the visitor's normal scroll position. */
@media(prefers-reduced-motion:no-preference) {
  .motion-on .photo-interlude > img { transition: scale 1.7s cubic-bezier(.16,1,.3,1); scale: 1.04; }
  .motion-on .photo-interlude.scene-revealed > img { scale: 1; }
  .motion-on.scene-observer-ready .photo-interlude .photo-statement { opacity: 0; translate: 0 28px; transition: opacity .9s .1s,translate 1s .1s cubic-bezier(.16,1,.3,1); }
  .motion-on .photo-interlude.scene-revealed .photo-statement { opacity: 1; translate: 0 0; }
  .motion-on .hero-detail.scene-active { animation: detail-drift 7s ease-in-out infinite alternate; }
  .motion-on .hero-figure img { animation: hero-breathe 12s ease-in-out infinite alternate; animation-play-state: paused; }
  .motion-on .hero-figure.scene-active img { animation-play-state: running; }
  .motion-on .fade-in { transition: opacity .8s ease,transform 1s cubic-bezier(.16,1,.3,1); }
  .motion-on.intro-active #hero * { animation-play-state: paused; }
}
.studio-home.motion-off *,.studio-home.motion-off *::before,.studio-home.motion-off *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.studio-home.motion-off .fade-in { opacity: 1 !important; transform: none !important; }
.studio-home.motion-off .photo-statement { opacity: 1 !important; translate: none !important; }
html:has(.studio-home.motion-off) { scroll-behavior: auto; }
@keyframes mark-arrive { from { opacity: 0; transform: scale(.65) rotate(-25deg); filter: blur(8px); } to { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); } }
@keyframes name-arrive { from { opacity: 0; transform: translateY(115%); } to { opacity: 1; transform: translateY(0); } }
@keyframes intro-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes lockup-exit { to { opacity: 0; transform: translateY(-30px); } }
@keyframes intro-curtain { to { transform: translateY(-100%); } }
@keyframes detail-drift { to { transform: translateY(-12px) rotate(-2deg); } }
@keyframes hero-breathe { to { transform: scale(1.035); } }
@media(max-width:1280px) { .studio-home .nav-links { display: none; } .studio-home .nav-mobile-toggle { display: flex; } }
@media(max-width:1000px) {
  .studio-home #hero > .hero-layout { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); }
  .studio-home #hero .hero-h1 { font-size: clamp(2.75rem,5vw,3.25rem); }
  .studio-home .hero-art { padding-left: 15px; }
  .studio-home .hero-figure { height: clamp(320px,48vw,460px); }
  .studio-home #hero .hero-btns { flex-direction: column; align-items: flex-start; }
  .studio-home .architecture-layout { gap: 45px; }
}
@media(max-width:700px) {
  .studio-home .container { width: calc(100% - 40px); }
  .studio-home #hero { padding: 28px 0; }
  .studio-home #hero > .hero-layout { grid-template-columns: minmax(0,1fr); width: calc(100% - 40px); gap: 32px; }
  .studio-home #hero .hero-h1 { font-size: clamp(2.25rem,8.5vw,3.5rem); max-width: none; }
  .studio-home #hero .hero-sub { font-size: 1rem; }
  .studio-home #hero .hero-btns { flex-direction: row; align-items: stretch; gap: 10px; }
  .studio-home #hero .btn { font-size: .875rem; min-width: 0; padding: 12px 16px; }
  .studio-home .hero-art { width: 100%; padding: 0 0 35px 24px; }
  .studio-home .hero-figure { height: clamp(260px,70vw,390px); width: 100%; }
  .studio-home .hero-figure img { object-position: center 48%; }
  .studio-home .hero-detail { width: 37%; height: 46%; border-width: 5px; }
  .hero-art-note { font-size: .75rem; max-width: 55%; text-align: right; bottom: 4px; }
  .studio-home #hero > .hero-bottomline { width: calc(100% - 40px); padding-top: 16px; font-size: .8125rem; align-items: start; }
  .hero-bottomline > span { max-width: 14ch; }
  .hero-bottomline a { gap: 12px; }
  .studio-home #nav .container { width: calc(100% - 32px); gap: 12px; }
  .studio-home .nav-logo::before { width: 93px; }
  .studio-home .nav-cta { font-size: .8125rem; padding: 10px 14px; }
  .studio-home .section-heading { font-size: clamp(2.4rem,9vw,3.5rem); }
  .photo-interlude { height: 350px; }
  .photo-interlude figcaption { padding: 25px; }
  .photo-interlude .photo-statement { font-size: clamp(2.5rem,10vw,4rem); }
  .photo-interlude .photo-eyebrow { font-size: .75rem; }
  .photo-interlude .photo-index { right: 25px; bottom: 20px; }
  .photo-interlude--split { height: 400px; grid-template-columns: 1fr 1fr; }
  .photo-interlude--split > img { object-position: center; }
  .studio-home #residence-product,.studio-home #try-on,.studio-home #client-work,.studio-home #what-we-build,.studio-home #demo-lab,.studio-home #systems,.studio-home #why-yamar,.studio-home #process,.studio-home #faq,.studio-home #cta-section { padding: 70px 0; }
  .studio-home #try-on .generator-box,.studio-home #cta-section .project-form { box-shadow: 6px 6px 0 #193221; }
  .studio-home .residence-preview { box-shadow: 8px 8px 0 #e1e8dd; }
  .studio-home .client-work-media { padding: 18px; }
  .studio-home .client-work-content { padding: 26px; }
  .studio-home .studio-photo { height: 310px; }
  .studio-home .architecture-intro { position: static; }
  .motion-toggle { bottom: 12px; right: 12px; font-size: .8125rem; padding-inline: 14px; }
  .intro-sub { letter-spacing: .3em; }
  .intro-corner { left: 24px; font-size: .8125rem; }
}
@media(prefers-reduced-motion:reduce) {
  .studio-intro { display: none !important; }
  .studio-home *,.studio-home *::before,.studio-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .studio-home .fade-in { opacity: 1 !important; transform: none !important; }
  .studio-home .photo-statement { opacity: 1 !important; translate: none !important; }
}
@media(max-width:380px) { .studio-home .nav-cta { display: none; } }
