/* Full-screen photography and the existing selectable color directions. */
body {
  --sans: var(--brand-font);
  --hero-font: var(--brand-font);
  --hero-ink: #202226;
  --hero-muted: #565a60;
  --hero-chip: #ffffffdb;
  --hero-chip-ink: #202226;
  font-family: var(--sans);
}
body[data-design='graphite'] {
  --sans: var(--brand-font);
  --hero-font: var(--brand-font);
}
body[data-design='daylight'] {
  --sans: var(--brand-font);
  --hero-font: var(--brand-font);
}
body[data-design='graphite']:not(.product-mode) {
  --hero-ink: #f6f7f9;
  --hero-muted: #d3d5d8;
  --hero-chip: #24282eeb;
  --hero-chip-ink: #f6f7f9;
}
.home {
  height: 100svh;
  min-height: 44rem;
  width: 100%;
  background: #dedede;
  color: var(--hero-ink);
  isolation: isolate;
}
body[data-design='graphite'] .home { background: #22262b; }
.hero-products {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: auto;
  transform: none;
  z-index: 0;
}
.hero-products > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.hero-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, #e3e3e32b, transparent 42%), linear-gradient(0deg, #e9e9e9e8, transparent 22%);
}
body[data-design='graphite'] .hero-shade {
  background: linear-gradient(90deg, #16191d4d, transparent 45%), linear-gradient(0deg, #15191dec, transparent 24%);
}
body[data-design='daylight'] .hero-shade {
  background: linear-gradient(90deg, #ededed26, transparent 44%), linear-gradient(0deg, #eeededf2, transparent 25%);
}
.hero-heading {
  top: 6rem;
  left: 1.5rem;
  max-width: 45%;
  z-index: 3;
}
.hero-heading > span {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4;
  color: var(--hero-muted);
}
.hero-heading h1 {
  font-family: var(--hero-font);
  font-size: clamp(3.5rem, min(5.4vw, 9svh), 6.5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--hero-ink);
  margin: 1rem 0 0;
}
.hero-heading h1 br { display: block; }
.hero-heading em { padding: 0; font-style: normal; }
body[data-design='graphite'] .hero-heading h1 {
  font-size: clamp(3.25rem, min(5.2vw, 8.5svh), 6.25rem);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
body[data-design='daylight'] .hero-heading h1 {
  font-size: clamp(3.25rem, min(5.3vw, 8.8svh), 6.25rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.08;
}
body:not(.product-mode) .global-header { color: var(--hero-ink); }
body:not(.product-mode) .wordmark { color: white; mix-blend-mode: difference; }
body:not(.product-mode) .menu-toggle,
body:not(.product-mode) .global-tools button {
  color: var(--hero-chip-ink);
  background: var(--hero-chip);
}
.menu-toggle { font-size: .875rem; min-height: 2.5rem; }
.global-tools button { width: 2.5rem; height: 2.5rem; }
body:not(.product-mode) .global-menu {
  top: auto;
  bottom: 8.25rem;
  left: 1.5rem;
  transform: none;
  gap: 5px;
  max-width: 13rem;
}
body:not(.product-mode) .global-menu a {
  color: var(--hero-chip-ink);
  background: var(--hero-chip);
  font-size: .875rem;
  line-height: 1.3;
  padding: 7px 14px;
}
body:not(.product-mode) .global-menu a[aria-current] {
  color: white;
  background: #262a30;
}
body[data-design='graphite']:not(.product-mode) .global-menu a[aria-current] {
  background: #f5f5f5;
  color: #23262b;
}
.home-footer {
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.8rem;
  z-index: 4;
  gap: 1.5rem;
  color: var(--hero-ink);
}
.home-footer p {
  max-width: 20rem;
  font-size: 1rem;
  letter-spacing: -.02em;
  line-height: 1.5;
}
.home-cta {
  font-size: .875rem;
  font-weight: 500;
  gap: 1rem;
  border-color: currentColor;
}
.design-picker {
  position: absolute;
  z-index: 8;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 3rem);
  color: var(--hero-chip-ink);
}
.design-picker-label {
  display: block;
  text-align: center;
  font-size: .75rem;
  line-height: 1.4;
  margin-bottom: .5rem;
  color: var(--hero-ink);
}
.design-options {
  display: flex;
  gap: 3px;
  padding: 4px;
  border: 1px solid #ffffff66;
  background: var(--hero-chip);
  border-radius: 2.5rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 3px 16px #00000008;
}
.design-options button {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 3.25rem;
  padding: .65rem 1rem;
  background: transparent;
  color: inherit;
  border-radius: 2rem;
  text-align: left;
  font-size: .875rem;
  line-height: 1.25;
  transition: background .18s ease, color .18s ease;
}
.design-options button[data-design='studio'] { font-family: var(--brand-font); }
.design-options button[data-design='graphite'] { font-family: var(--brand-font); }
.design-options button[data-design='daylight'] { font-family: var(--brand-font); }
.design-options button:hover { background: #858a921f; }
.design-options button[aria-pressed='true'] { color: #fff; background: #272b30; }
body[data-design='graphite'] .design-options button[aria-pressed='true'] { background: #f6f6f6; color: #23262b; }
.design-options small {
  display: block;
  font-size: .75rem;
  margin-top: .15rem;
  opacity: .7;
  white-space: nowrap;
}
.design-number { font-size: .75rem; opacity: .65; }
.device-hotspot > b { width: 2rem; height: 2rem; background: #252c34c9; font-size: 1.125rem; }
.device-hotspot > span { font-size: .875rem; color: #242830; }
.device-hotspot { min-width: 2.75rem; min-height: 2.75rem; justify-content: center; }
.device-hotspot > span { left: 2.6rem; }
.tablet-spot > span { left: auto; right: 2.6rem; }
@media (min-width: 801px) and (max-width: 1199px) {
  .home-footer { bottom: 7.5rem; align-items: end; }
  .home-footer p { font-size: .875rem; }
  body:not(.product-mode) .global-menu { bottom: 12.5rem; gap: 3px; }
  body:not(.product-mode) .global-menu a { padding-block: 5px; }
  .hero-heading { top: 5.25rem; }
  .hero-heading h1 { font-size: 3.25rem; }
  body[data-design='graphite'] .hero-heading h1,
  body[data-design='daylight'] .hero-heading h1 { font-size: 3.125rem; }
}
@media (max-height: 720px) and (min-width: 801px) {
  .hero-heading { top: 5rem; }
  .hero-heading h1,
  body[data-design='graphite'] .hero-heading h1,
  body[data-design='daylight'] .hero-heading h1 { font-size: 2.75rem; }
  body:not(.product-mode) .global-menu { gap: 3px; }
  body:not(.product-mode) .global-menu a { padding-block: 5px; }
}
@media (max-width: 800px) {
  .home { height: 100svh; min-height: 43rem; }
  .global-header { padding: 0 1rem; }
  .menu-toggle { padding: 7px 12px; font-size: .875rem; gap: 12px; }
  .global-tools { gap: 5px; }
  .global-tools button,
  .global-tools button:hover,
  .global-tools button:focus-visible { width: 2.25rem; height: 2.25rem; }
  .global-tools button svg { width: 16px; height: 16px; }
  .wordmark { font-size: 23px; }
  .wordmark span { font-size: 15px; }
  .hero-heading { top: 6.5rem; left: 1.25rem; max-width: calc(100% - 2.5rem); }
  .hero-heading h1,
  body[data-design='graphite'] .hero-heading h1,
  body[data-design='daylight'] .hero-heading h1 { font-size: clamp(3.125rem, 10vw, 4.5rem); line-height: 1.05; }
  .hero-heading > span { font-size: .75rem; }
  .hero-shade { background: linear-gradient(180deg, #e6e6e6ed 0%, #e6e6e6cc 20%, transparent 47%), linear-gradient(0deg, #ecececf5 0%, #ecececb8 18%, transparent 40%); }
  body[data-design='graphite'] .hero-shade { background: linear-gradient(180deg, #1b1e23f5, #1b1e23d4 23%, transparent 48%), linear-gradient(0deg, #15191dfc, #15191dd6 18%, transparent 42%); }
  body[data-design='daylight'] .hero-shade { background: linear-gradient(180deg, #e8e8e8f0, #e8e8e8c4 23%, transparent 48%), linear-gradient(0deg, #eeeeedfc, #eeeeedcf 18%, transparent 42%); }
  .home-footer { left: 1.25rem; right: 1.25rem; bottom: 7.75rem; display: flex; align-items: end; gap: 1rem; flex-wrap: nowrap; }
  .home-footer p { font-size: .875rem; max-width: 17rem; }
  .home-cta { font-size: .875rem; margin: 0; gap: .5rem; }
  .design-picker { width: calc(100% - 2rem); max-width: 32rem; bottom: 1.25rem; }
  .design-options { border-radius: 1.15rem; gap: 2px; }
  .design-options button { flex: 1; justify-content: center; padding: .65rem .5rem; border-radius: .85rem; gap: .4rem; }
  .design-number { display: none; }
  .design-options small { font-size: .75rem; }
  .design-picker-label { font-size: .75rem; }
  .device-hotspot > b { width: 1.75rem; height: 1.75rem; }
  body:not(.product-mode).menu-open .global-menu { top: 5.5rem; bottom: auto; left: 1.25rem; gap: 6px; }
  body:not(.product-mode).menu-open .global-menu a { font-size: 1rem; padding: 9px 16px; }
}
@media (max-width: 480px) {
  .hero-heading { top: 6rem; }
  .home-footer { display: block; bottom: 7.75rem; }
  .home-footer p { display: none; }
  .home-cta { display: inline-flex; }
  .design-options button { padding-inline: .25rem; }
}
