@media (min-width: 1560px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  :root {
    --container: min(100% - 2rem, 1080px);
    --container-wide: min(100% - 2rem, 1120px);
  }

  .header-cta {
    display: none;
  }

  .desktop-nav ul {
    gap: 0.55rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 2rem;
  }

  .about-grid {
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
    gap: 2.5rem;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card,
  .product-card-inner,
  .collection-extra-card {
    min-height: 610px;
  }

  .product-image,
  .product-image img {
    min-height: 340px;
  }

  .journey-path {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-path::before,
  .journey-path::after {
    display: none;
  }

  .strength {
    width: min(32vw, 300px);
  }

  .footer-grid {
    grid-template-columns: 1.35fr 0.8fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --space-8: 5.5rem;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .hero,
  .hero-slide {
    min-height: 980px;
  }

  .hero-slide {
    align-items: start;
    padding-top: 8rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-copy {
    max-width: 720px;
  }

  .display-title {
    max-width: 14ch;
    font-size: clamp(3rem, 10vw, 5.4rem);
  }

  .hero-art {
    min-height: 460px;
  }

  .hero-stage {
    inset: 3% 6% 3% 8%;
  }

  .hero-stone-main {
    top: 9%;
    right: 20%;
    width: min(52%, 350px);
  }

  .hero-stone-small.one {
    top: 3%;
    left: 16%;
    width: 18%;
  }

  .hero-stone-small.two {
    right: 10%;
    bottom: 5%;
    width: 21%;
  }

  .hero-stone-small.three {
    bottom: 2%;
    left: 19%;
    width: 15%;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-composition {
    min-height: 600px;
  }

  .vision-shell {
    grid-template-columns: 1fr;
  }

  .vision-closing {
    grid-column: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card,
  .product-card-inner,
  .collection-extra-card {
    min-height: 620px;
  }

  .why-orbit {
    display: grid;
    min-height: auto;
    gap: 0.8rem;
  }

  .orbit-ring {
    display: none;
  }

  .orbit-center {
    position: relative;
    top: auto;
    left: auto;
    width: min(70vw, 330px);
    margin: 0 auto 1rem;
    transform: rotate(-4deg);
  }

  .strength {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .strength:hover,
  .strength:focus-visible,
  .strength.is-active {
    transform: translateY(-2px);
  }

  .variation-shell {
    grid-template-columns: 1fr;
  }

  .cta-shell {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 760px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-hero-art {
    min-height: 300px;
  }

  .page-hero-art .hero-stone-main {
    left: 24%;
    width: 52%;
  }

  .page-hero-art .hero-stone-small.one {
    left: 14%;
    width: 20%;
  }

  .page-hero-art .hero-stone-small.two {
    right: 15%;
    width: 22%;
  }

  .form-layout {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    position: relative;
    top: auto;
  }

  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-shell {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: relative;
    top: auto;
  }
}

@media (min-width: 681px) {
  .metrics-ribbon {
    margin-top: 2rem;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100% - 1.25rem, 620px);
    --container-wide: min(100% - 1rem, 640px);
    --space-7: 3.5rem;
    --space-8: 4.7rem;
  }

  body {
    line-height: 1.65;
  }

  .site-header {
    top: 0.45rem;
  }

  .header-shell {
    min-height: 88px;
    padding: 0.4rem 0.55rem 0.4rem 0.7rem;
    border-radius: 22px;
  }

  .brand-logo-frame {
    width: 184px;
    height: 72px;
    border-radius: 14px;
  }

  .mobile-panel .brand-logo-frame {
    width: 214px;
    height: 84px;
  }

  .brand-gem {
    width: 30px;
    height: 30px;
    border-radius: 10px 15px 10px 15px;
  }

  .brand-copy {
    font-size: 0.9rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .mobile-panel {
    border-radius: 28px;
  }

  .hero,
  .hero-slide {
    min-height: 1100px;
  }

  .hero-slide {
    padding: 6.35rem 0 2rem;
  }

  .hero-slide::before {
    background: linear-gradient(150deg, rgb(255 255 255 / 34%), transparent 35%);
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    width: var(--container);
    height: 100%;
    align-items: stretch;
    gap: 0;
  }

  .hero-copy {
    display: contents;
    z-index: 4;
    text-align: left;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy .display-title {
    order: 2;
  }

  .hero-copy .hero-description {
    order: 3;
  }

  .display-title {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    line-height: 0.98;
  }

  .hero-description {
    margin: 1rem 0 1.1rem;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hero-copy .button-row {
    display: grid;
    order: 5;
    grid-template-columns: 1fr;
    margin-top: auto;
    padding-top: 1rem;
    gap: 0.6rem;
  }

  .hero-copy .button {
    width: 100%;
    justify-content: center;
  }

  .hero-copy .text-link {
    width: auto;
    min-height: 40px;
    justify-content: flex-start;
  }

  .microcopy {
    order: 6;
    max-width: 100%;
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-art {
    order: 4;
    width: 100%;
    min-height: 285px;
    margin-top: 0.45rem;
  }

  .hero-stage {
    inset: 1% 2% 0;
  }

  .hero-stone-main {
    top: 5%;
    right: 18%;
    width: 56%;
  }

  .hero-stone-small.one {
    top: 1%;
    left: 9%;
    width: 20%;
  }

  .hero-stone-small.two {
    right: 3%;
    bottom: 3%;
    width: 23%;
  }

  .hero-stone-small.three {
    bottom: 0;
    left: 10%;
    width: 17%;
  }

  .hero-caption {
    display: none;
  }

  .metric-item {
    min-height: 48px;
    padding-inline: 0.7rem;
    font-size: 0.74rem;
  }

  .metric-item::after {
    margin-left: 1.4rem;
  }

  .floating-gem {
    opacity: 0.45;
  }

  .floating-gem.gem-b,
  .floating-gem.gem-d {
    display: none;
  }

  .about-grid {
    gap: 1.25rem;
  }

  .about-composition {
    order: 2;
    min-height: 390px;
  }

  .about-copy-panel {
    order: 1;
  }

  .about-image.primary {
    top: 3%;
    left: 2%;
    width: 78%;
    height: 72%;
  }

  .about-image.secondary {
    right: 0;
    bottom: 2%;
    width: 47%;
    height: 38%;
  }

  .sketch.one {
    width: 95px;
  }

  .sketch.two {
    width: 110px;
  }

  .about-copy-panel {
    padding: 1.2rem;
    border-radius: 26px;
  }

  .about-copy-panel .section-title {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .about-copy-panel p {
    font-size: 0.95rem;
    line-height: 1.63;
  }

  .about-quote {
    margin: 1.15rem 0;
    font-size: 1.1rem;
  }

  .vision-block {
    min-height: auto;
    padding: 1.6rem;
  }

  .collection-toolbar {
    margin-inline: -0.2rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card-inner,
  .collection-extra-card {
    min-height: 625px;
  }

  .product-image,
  .product-image img {
    min-height: 380px;
  }

  .product-back {
    padding: 1.5rem;
  }

  .collection-closing {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }

  .journey-path {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }

  .journey-step {
    padding-top: 1.5rem;
    padding-left: 5.3rem;
  }

  .step-number {
    top: 1.3rem;
    left: 1.2rem;
  }

  .orbit-center {
    width: min(85vw, 310px);
    padding: 2.4rem;
  }

  .variation-shell {
    gap: 1rem;
    padding: 2rem 1.3rem;
  }

  .buyer-card {
    flex-basis: min(84vw, 330px);
  }

  .cta-shell {
    padding: 2rem 1.3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand .brand-logo-frame {
    width: 220px;
    height: 86px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .back-to-top {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 48px;
  }

  .page-hero {
    min-height: 690px;
    padding-top: 7rem;
  }

  .page-hero-grid {
    width: var(--container);
  }

  .page-hero-art {
    min-height: 260px;
  }

  .form-group {
    padding: 1.2rem;
    border-radius: 25px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button[type="submit"] {
    min-width: 0;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .brand {
    gap: 0.55rem;
  }

  .brand-logo-frame {
    width: 174px;
    height: 68px;
  }

  .brand-gem {
    width: 28px;
    height: 28px;
  }

  .display-title {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .hero,
  .hero-slide {
    min-height: 1090px;
  }

  .hero-art {
    min-height: 275px;
  }

  .product-image,
  .product-image img {
    min-height: 350px;
  }
}

@media (hover: none) {
  .magnetic,
  .product-card:not(.is-flipped) .product-card-inner {
    transform: none !important;
  }

  .product-card.is-flipped .product-card-inner {
    transform: rotateY(180deg) !important;
  }

  .strength .strength-detail {
    grid-template-rows: 1fr;
  }
}
