.hero {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  background: var(--graphite);
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-picture {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-content {
  padding-block: 56px;
}
.hero h1 {
  font-size: clamp(72px,7.78vw,112px);
  max-width: 560px;
  line-height: .98;
}
.hero-content>p {
  font-size: 20px;
  max-width: 420px;
  margin: 28px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 36px;
}
.hero-actions .button {
  min-width: 180px;
}
.hero-compare {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 2px solid var(--red);
  text-decoration: none;
  font-weight: 600;
}
.finder-section {
  padding-top: 40px;
  scroll-margin-top: 24px;
}
.section-intro {
  color: var(--muted);
  margin: 8px 0 24px;
}
.finder-section fieldset {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.25fr 1fr;
  gap: 24px;
  align-items: center;
  border: 0;
  border-block: 1px solid var(--line);
  margin: 0;
  padding: 20px 0;
}
.condition-control {
  display: flex;
  min-width: 0;
}
.condition-control label {
  position: relative;
  flex: 1;
  cursor: pointer;
}
.condition-control input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.condition-control span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 6px 0 0 6px;
}
.condition-control label:last-child span {
  border-radius: 0 6px 6px 0;
}
.condition-control input:checked+span {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
.condition-control input:focus-visible+span {
  outline: 3px solid #1769d2;
  outline-offset: 3px;
}
.finder-select {
  display: flex;
  flex-direction: column;
  color: var(--muted);
  padding-left: 24px;
  border-left: 1px solid var(--line);
  line-height: 1.4;
}
.finder-select select {
  width: 100%;
  border: 0;
  background: #fff;
  color: var(--ink);
  padding: 0 24px 0 0;
}
.featured-section {
  padding-top: 44px;
}
.section-heading,.section-heading>div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.section-heading h2 {
  font-family: Manrope,Arial,sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.4;
}
.section-heading p {
  color: var(--muted);
  margin: 0;
}
.section-heading {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.featured-heading-meta {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.featured-heading-meta .details-link {
  margin-left: 0;
}
.featured-heading-meta p {
  margin: 0;
}
.home-collections,
.home-path,
.home-studio {
  padding-top: 88px;
}
.home-collections > h2,
.home-path > h2,
.home-studio > h2 {
  max-width: 16ch;
}
.home-collections > .eyebrow,
.home-path > .eyebrow,
.home-studio > .eyebrow {
  margin-bottom: 12px;
}
.home-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}
.home-collection {
  display: flex;
  flex-direction: column;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
}
.home-collection img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.home-collection h3 {
  margin: 8px 0 12px;
}
.home-collection > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 16px;
  flex: 1;
}
.home-collection .details-link {
  align-self: flex-start;
  margin-left: 0;
}
.home-collection:hover .details-link,
.home-collection:focus-visible .details-link {
  text-decoration: underline;
}
.home-path-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.home-path-list li {
  padding-top: 28px;
}
.home-path-index {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 16px;
}
.home-path-list h3 {
  margin-bottom: 12px;
}
.home-path-list p:last-child {
  color: var(--muted);
  margin: 0;
}
.home-compare {
  margin-top: 88px;
  padding-block: 88px;
  background: var(--graphite);
  color: #fff;
}
.home-compare-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 64px 80px;
  align-items: end;
}
.home-compare .eyebrow {
  color: #d9dde1;
  margin-bottom: 12px;
}
.home-compare h2 {
  max-width: 14ch;
}
.home-compare-copy > p:not(.eyebrow) {
  font-size: 20px;
  max-width: 42ch;
  margin: 24px 0 36px;
  color: #d9dde1;
}
.home-compare-trio ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  border-top: 1px solid var(--muted);
}
.home-compare-trio a {
  display: flex;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid var(--muted);
  text-decoration: none;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.home-compare-trio a:hover {
  color: #fff;
  text-decoration: underline;
}
.home-studio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.home-studio-grid article {
  padding: 32px 48px 8px 0;
}
.home-studio-grid article + article {
  padding-left: 48px;
  padding-right: 0;
  border-left: 1px solid var(--line);
}
.home-studio-grid h3 {
  margin-bottom: 12px;
}
.home-studio-grid p {
  color: var(--muted);
  max-width: 36ch;
}
.home-studio-grid .details-link {
  margin-top: 8px;
  margin-left: 0;
}
.home-studio {
  padding-bottom: 24px;
}
.condition-control span {
  border-color: var(--control-border);
}
@media(min-width:1600px) {
  .hero-picture img {
    object-fit: cover;
    object-position: center 60%;
  }
}
@media(max-width:1000px) {
  .hero h1 {
    max-width: 440px;
    font-size: 88px;
  }
  .hero-content>p {
    max-width: 350px;
  }
  .finder-section fieldset {
    gap: 16px;
  }
  .finder-select {
    padding-left: 16px;
  }
  .home-studio-grid article {
    padding-right: 28px;
  }
  .home-studio-grid article + article {
    padding-left: 28px;
  }
}
@media(max-width:700px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .hero-content {
    order: 0;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .hero h1 {
    font-size: 60px;
    max-width: 360px;
    line-height: 1;
  }
  .hero-content>p {
    font-size: 16px;
    max-width: 360px;
    margin: 22px 0;
  }
  .hero-actions {
    gap: 24px;
  }
  .hero-actions .button {
    min-width: 0;
    padding-inline: 24px;
  }
  .hero-picture {
    position: relative;
    inset: auto;
    order: 1;
    z-index: 0;
    width: 100%;
    height: 265px;
    margin-top: 8px;
  }
  .hero-picture img {
    width: 150%;
    max-width: none;
    object-fit: cover;
    object-position: right center;
    position: absolute;
    right: 0;
    height: 100%;
  }
  .finder-section {
    padding-top: 28px;
  }
  .finder-section fieldset {
    grid-template-columns: 1fr;
    gap: 12px;
    border: 0;
    padding: 0;
  }
  .finder-select {
    border: 1px solid var(--control-border);
    border-radius: var(--radius);
    padding: 8px 12px;
  }
  .finder-select select {
    min-height: 44px;
  }
  .condition-control span {
    min-height: 48px;
  }
  .featured-section {
    padding-top: 32px;
  }
  .section-heading,.section-heading>div {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .section-heading {
    padding-bottom: 16px;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .featured-heading-meta {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .hero-compare {
    font-size: 16px;
  }
  .home-collections,
  .home-path,
  .home-studio {
    padding-top: 56px;
  }
  .home-collection-grid,
  .home-path-list,
  .home-studio-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-collection-grid {
    margin-top: 28px;
  }
  .home-collection {
    padding-block: 24px;
    border-bottom: 1px solid var(--line);
  }
  .home-collection img {
    margin-bottom: 16px;
  }
  .home-path-list {
    margin-top: 24px;
  }
  .home-path-list li {
    padding-block: 24px;
    border-bottom: 1px solid var(--line);
  }
  .home-compare {
    margin-top: 56px;
    padding-block: 56px;
  }
  .home-compare-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-compare-copy > p:not(.eyebrow) {
    font-size: 16px;
    margin: 20px 0 28px;
  }
  .home-studio-grid article,
  .home-studio-grid article + article {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .site-footer {
    margin-top: 32px;
  }
}
/* Tablet copy has its own space: no supporting text laid over the car. */
@media (min-width:701px) and (max-width:1000px) {
  .hero {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .hero-content {
    order: 0;
    padding-block: 40px 0;
  }
  .hero h1 {
    max-width: 680px;
    font-size: 72px;
  }
  .hero-content > p {
    max-width: 540px;
  }
  .hero-picture {
    position: relative;
    inset: auto;
    order: 1;
    z-index: 0;
    width: 100%;
    aspect-ratio: 1672 / 941;
  }
  .hero-picture img {
    display: block;
    object-fit: contain;
  }
  .finder-section fieldset {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .finder-select {
    border: 1px solid var(--control-border);
    border-radius: var(--radius);
    padding: 8px 12px;
  }
}
@media (max-width:360px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-compare {
    align-self: flex-start;
  }
}
