.site-header { position: absolute;
  z-index: 5;
  top: 3.125vw;
  left: 7.42%;
  width: 87.3%;
  height: 3.52vw;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  gap: 0; }
.site-header .wordmark { color: #202731;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 3.38vw;
  font-weight: 450;
  letter-spacing: -.2vw; }
.site-header .wordmark-period { display: none; }
.main-nav { position: absolute;
  left: 23.25%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31.85%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  gap: 0;
  padding: 0 3.1%;
  border: 1px solid #ffffffc7;
  border-radius: 100px;
  color: #293449;
  font-size: max(12px, 1.04vw);
  background: #f8fbff70;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px); }
.studio-header-note { position: absolute;
  top: .3vw;
  right: 0;
  color: #6f819d;
  font-size: .61vw;
  line-height: 1.8;
  letter-spacing: .2vw; }
.studio-header-note { display: block; }
.studio-header-note > span { position: absolute;
  top: 1.3vw;
  right: calc(100% + 9.2vw);
  width: 8.1vw;
  height: 1px;
  background: #75869a80; }
.studio-hero { display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 60.94vw;
  overflow: hidden;
  color: #222933;
  background: #e6edf3;
  font-family: 'Helvetica Neue', Arial, sans-serif; }
.studio-scene { position: absolute;
  z-index: 0;
  inset: 0; }
.studio-scene > img { width: 100%; height: auto; max-width: none; }
.studio-copy { position: absolute;
  z-index: 2;
  top: 13.55vw;
  left: 7.42%; }
.studio-copy h1 { margin: 0;
  color: #222933;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 7.2vw;
  font-weight: 750;
  letter-spacing: -.56vw;
  line-height: .84; }
.studio-copy h1 em { display: inline-block;
  margin-top: .45vw;
  color: #ff655d;
  font: inherit;
  font-style: normal;
  letter-spacing: inherit;
  transform: scaleX(.95);
  transform-origin: left center; }
.studio-copy > p { margin: 1.7vw 0 2.3vw .3vw;
  color: #4c576a;
  font-size: 2.09vw;
  font-weight: 400;
  letter-spacing: -.08vw;
  line-height: 1.17; }
.studio-explore { display: flex;
  align-items: center;
  justify-content: space-between;
  width: 19.47vw;
  min-height: 44px;
  height: 4.36vw;
  margin-left: .3vw;
  padding: 0 2.65vw;
  border: 1px solid #ff8077;
  border-radius: 100px;
  color: #fff;
  background: #ff645b;
  font-size: 1.56vw;
  font-weight: 400;
  letter-spacing: -.05vw;
  transition: background .2s, box-shadow .2s; }
.studio-explore span { font-size: 1.75vw; }
.studio-explore:hover { background: #ef544d; box-shadow: 0 10px 30px #ed686229; }
.studio-plan { position: absolute;
  z-index: 1;
  top: 13.85vw;
  left: 71.8%;
  width: 22.75%;
  padding: 1.25vw 1.05vw 1.02vw;
  border: 1.5px solid #fffffff2;
  border-radius: 1.8vw;
  background: linear-gradient(135deg, #f7faff80, #f5f9ff50);
  box-shadow: 0 1.4vw 3vw #52647815, inset 1px 1px 0 #fff9;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: perspective(65vw) rotateY(9deg) rotateZ(2.5deg);
  transform-origin: center; }
.studio-plan-heading { display: flex; justify-content: space-between; align-items: center; margin: 0 .4vw 1vw; }
.studio-plan-heading h2 { font: 500 1.4vw/1.2 'Helvetica Neue', Arial, sans-serif; letter-spacing: -.06vw; }
.studio-plan-heading > a { display: grid; place-items: center; min-width: 30px; min-height: 30px; font-size: 1.5vw; font-weight: 600; letter-spacing: .12vw; line-height: 1; color: #71819a; }
.studio-plan-rows { display: grid; gap: .65vw; }
.studio-plan-row { display: grid;
  grid-template-columns: 35% 1fr 7%;
  align-items: center;
  gap: .75vw;
  height: 7vw;
  padding: .2vw .75vw .2vw .2vw;
  border: 1px solid #ffffffb8;
  border-radius: 1.12vw;
  background: linear-gradient(115deg, #fff8, #f9fbffc9);
  box-shadow: 0 .7vw 1.3vw #67718209; }
.studio-plan-row:hover { background: #fff; }
.studio-plan-row img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.22); }
.studio-plan-label { font-size: 1.12vw; font-weight: 450; letter-spacing: -.035vw; white-space: nowrap; }
.studio-plan-bar { display: block; width: 92%; height: .65vw; margin-top: .62vw; border-radius: 100px; background: #dfe5ed; overflow: hidden; }
.studio-plan-bar::after { content: ''; display: block; width: 57%; height: 100%; border-radius: inherit; background: #ff6b61; }
.studio-plan-row:nth-child(2) .studio-plan-bar::after { width: 50%; }
.studio-plan-row:nth-child(3) .studio-plan-bar::after { width: 55%; }
.studio-chevron { font-size: 1.9vw; color: #7b8ca0; font-weight: 300; }
.studio-note { position: absolute; z-index: 2; color: #7385a1; font-size: .6vw; line-height: 1.85; letter-spacing: .23vw; }
.studio-note-left { bottom: 7.2vw; left: 9%; padding: .5vw 0 .5vw 1.45vw; border-left: 1px solid #8191a786; }
.studio-note-right { bottom: 6.2vw; right: 9.1%; }
.studio-note-right > span { position: absolute; top: .25vw; right: calc(100% + 1.8vw); font-size: 2.2vw; font-weight: 200; }
@media (max-width: 1050px) and (min-width: 701px) {
  .main-nav { width: 35%; left: 23.25%; padding: 0 2%; font-size: 10px; }
  .studio-plan-label { font-size: 13px; }
  .studio-plan-heading h2 { font-size: 16px; }
  .studio-plan-heading { margin-bottom: .4vw; }
  .studio-plan-heading > a { min-height: 24px; }
  .studio-explore { width: 23vw; min-width: 210px; font-size: 19px; font-weight: 600; }
  .studio-explore span { font-size: 21px; }
  .studio-header-note { font-size: 8px; }
  .studio-note { font-size: 8px; letter-spacing: 2px; }
}
@media (max-width: 700px) {
  .site-header { top: 24px; left: 7%; width: 86%; height: 86px; align-items: flex-start; }
  .site-header .wordmark { font-size: 34px; letter-spacing: -2px; }
  .main-nav { top: 56px; left: 0; width: 100%; height: 42px; padding: 0 21px; font-size: 13px; }
  .studio-header-note { top: 0; font-size: 7px; letter-spacing: 1.8px; line-height: 1.6; }
  .studio-header-note > span { display: none; }
  .studio-hero { height: 960px; }
  .studio-scene > img { position: absolute; top: 420px; width: 1020px; height: 680px; left: calc(50% - 580px); }
  .studio-scene::after { content: ''; position: absolute; inset: 0 0 auto; height: 550px; background: linear-gradient(#e9eff5 65%, #e9eff5e8 83%, #e9eff500); }
  .studio-copy { top: 171px; left: 7%; width: 86%; }
  .studio-copy h1 { font-size: clamp(44px, 12vw, 84px); letter-spacing: -.075em; line-height: .91; }
  .studio-copy h1 em { margin-top: 3px; }
  .studio-copy > p { max-width: 340px; margin: 22px 0 23px 2px; font-size: 19px; line-height: 1.3; letter-spacing: -.5px; }
  .studio-desktop-break { display: none; }
  .studio-explore { width: 220px; height: 52px; margin-left: 2px; padding: 0 25px; font-size: 19px; font-weight: 600; letter-spacing: -.4px; }
  .studio-explore span { font-size: 23px; }
  .studio-plan { top: auto; bottom: 64px; left: auto; right: 5%; width: 205px; padding: 12px 10px 10px; border-radius: 19px; transform: rotate(3deg); background: #f1f7fc96; box-shadow: 0 10px 28px #5264781a; }
  .studio-plan-heading { margin: 0 5px 8px; }
  .studio-plan-heading h2 { font-size: 17px; letter-spacing: -.7px; }
  .studio-plan-heading > a { font-size: 21px; min-width: 32px; min-height: 32px; letter-spacing: 2px; }
  .studio-plan-rows { gap: 7px; }
  .studio-plan-row { height: 63px; gap: 6px; padding: 3px 8px 3px 4px; border-radius: 12px; }
  .studio-plan-label { font-size: 12px; letter-spacing: -.25px; }
  .studio-plan-bar { height: 6px; margin-top: 6px; }
  .studio-chevron { font-size: 23px; }
  .studio-note { font-size: 7px; letter-spacing: 2px; }
  .studio-note-left { bottom: 41px; left: 8%; padding: 4px 0 4px 12px; }
  .studio-note-right { display: none; }
}
@media (max-width: 360px) {
  .studio-copy h1 { font-size: 44px; }
  .studio-copy > p { font-size: 18px; }
  .studio-plan { right: 6%; width: 192px; }
}
