/* Desktop and laptop refinement layer.
   Mobile/tablet rules remain owned by styles.css. */

@media (min-width: 901px) {
  :root {
    --shell: 1280px;
  }

  body {
    font-size: 16.5px;
  }

  .shell {
    width: min(calc(100% - 64px), var(--shell));
  }

  .section {
    padding-block: clamp(96px, 8vw, 124px);
  }

  .section-heading {
    max-width: 880px;
    margin-bottom: 52px;
  }

  .section-heading > p:last-child {
    max-width: 760px;
    font-size: 1.02rem;
  }

  .site-header {
    min-height: 86px;
  }

  .nav-shell {
    min-height: 86px;
  }

  .brand img {
    width: 60px;
    height: 60px;
  }

  .brand-copy strong {
    font-size: 1.28rem;
  }

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

  .site-nav ul {
    gap: clamp(20px, 2.1vw, 32px);
  }

  .site-nav a:not(.button) {
    position: relative;
    padding-block: 12px;
  }

  .site-nav a:not(.button)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    background: var(--hardwood);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
  }

  .site-nav a:not(.button):hover::after,
  .site-nav a:not(.button):focus-visible::after {
    transform: scaleX(1);
  }

  /* Hero: less oversized, more editorial, and better balanced with the media. */
  .hero {
    min-height: auto;
    padding-top: clamp(68px, 6vw, 92px);
    padding-bottom: 40px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(46px, 5vw, 76px);
    align-items: center;
  }

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

  h1 {
    max-width: 780px;
    font-size: clamp(4.35rem, 6.1vw, 6.65rem);
    line-height: 0.93;
    text-wrap: balance;
  }

  h2 {
    font-size: clamp(3.35rem, 4.7vw, 5.1rem);
    line-height: 0.94;
    text-wrap: balance;
  }

  .hero-title-wrap {
    margin-bottom: 32px;
  }

  .hero-lead {
    max-width: 710px;
    font-size: clamp(1.08rem, 1.3vw, 1.24rem);
    line-height: 1.58;
  }

  .hero-support {
    max-width: 720px;
    font-size: 0.98rem;
  }

  .hero-actions {
    gap: 14px;
    margin-top: 30px;
  }

  .hero-actions .button {
    min-width: 190px;
  }

  .hero-media {
    width: 100%;
    max-width: 510px;
    justify-self: end;
    box-shadow: 24px 24px 0 rgba(201, 154, 86, 0.055);
  }

  .hero-media img {
    aspect-ratio: 5 / 6;
    min-height: 500px;
    max-height: 650px;
  }

  .hero-media figcaption {
    padding: 16px 18px;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .stat-strip {
    margin-top: 58px;
  }

  .stat-strip > div {
    min-height: 96px;
    align-content: center;
    padding: 20px 28px;
  }

  .stat-value {
    font-size: 2rem;
  }

  /* Training cards get more room and a stronger scoreboard rhythm. */
  .scoreboard-grid {
    gap: 22px;
  }

  .scoreboard-card {
    padding: 28px;
    border-top-width: 4px;
  }

  .scoreboard-head {
    min-height: 105px;
    padding-bottom: 20px;
  }

  .group-tag {
    min-height: 2.4em;
    margin-bottom: 12px;
  }

  .session-time {
    font-size: clamp(1.55rem, 1.9vw, 2rem);
    letter-spacing: -0.035em;
  }

  .scoreboard-card > p {
    min-height: 5.3em;
    margin-block: 20px;
  }

  .skill-list li {
    padding-block: 10px;
    font-size: 0.91rem;
  }

  .scoreboard-meta {
    min-height: 94px;
    gap: 8px;
    padding-top: 2px;
  }

  .evaluation-callout {
    margin-top: 34px;
    padding: 34px 38px;
    background: rgba(21, 22, 15, 0.14);
  }

  .evaluation-callout > div {
    max-width: 820px;
  }

  .evaluation-callout .button {
    min-width: 230px;
  }

  /* Keep the six-step sequence horizontal but make it read as one deliberate strip. */
  .timeline {
    padding: 24px 26px 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(44, 46, 38, 0.28);
  }

  .timeline::before {
    top: 32px;
    right: 26px;
    left: 26px;
  }

  .timeline article {
    min-height: 190px;
    padding: 58px 26px 4px 0;
  }

  .timeline article:not(:last-child) {
    border-right: 1px solid rgba(237, 234, 225, 0.07);
  }

  .timeline article + article {
    padding-left: 20px;
  }

  .timeline article + article .timeline-dot {
    left: 20px;
  }

  .timeline-dot {
    top: 26px;
  }

  .timeline h3 {
    font-size: 1.55rem;
  }

  .timeline p {
    max-width: 180px;
    line-height: 1.55;
  }

  /* Proof section: wider media and cleaner hierarchy on large screens. */
  .proof-section .section-heading {
    margin-bottom: 36px;
  }

  .skill-rail {
    margin-bottom: 36px;
  }

  .skill-rail span {
    min-width: 0;
    padding: 12px 16px;
  }

  .instagram-grid {
    gap: 22px;
  }

  .instagram-grid > blockquote {
    background: var(--charcoal-3);
  }

  .photo-proof {
    grid-template-columns: 1.5fr 0.75fr 0.75fr;
    gap: 22px;
    margin-top: 34px;
  }

  .photo-proof figure {
    overflow: hidden;
  }

  .photo-proof img {
    min-height: 330px;
    max-height: 480px;
    transition: transform 240ms ease;
  }

  .photo-proof figure:hover img {
    transform: scale(1.015);
  }

  .photo-proof figure:first-child img {
    min-height: 480px;
  }

  .method-list {
    max-width: 1080px;
    margin-top: 42px;
    margin-left: auto;
  }

  .method-list > div {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: 44px;
    padding: 22px 0;
  }

  /* About reads as a coach feature instead of two equal generic columns. */
  .about-grid {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(58px, 7vw, 104px);
  }

  .coach-photo {
    width: min(100%, 480px);
    justify-self: center;
  }

  .coach-photo img {
    min-height: 540px;
    max-height: 680px;
  }

  .about-copy {
    max-width: 680px;
  }

  .about-copy > p {
    max-width: 650px;
    font-size: 1rem;
  }

  .coach-card {
    margin-block: 32px;
    padding-block: 26px;
  }

  /* AAU, FAQ and closing sections gain a clearer desktop composition. */
  .aau-strip {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 70px;
    padding: 46px 48px;
    background: rgba(44, 46, 38, 0.3);
  }

  .aau-strip > div {
    max-width: 820px;
  }

  .aau-strip .button {
    width: 100%;
  }

  .faq-shell {
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(64px, 8vw, 120px);
  }

  .faq-section .section-heading {
    margin-bottom: 0;
  }

  .faq-question {
    min-height: 68px;
    padding-block: 22px;
    font-size: 1rem;
  }

  .faq-answer {
    max-width: 760px;
    padding-right: 40px;
    padding-bottom: 26px;
  }

  .closing-inner {
    max-width: 1040px;
    padding: 48px 0 48px 42px;
    border-left: 3px solid var(--hardwood);
  }

  .closing-inner > p {
    max-width: 760px;
    font-size: 1.04rem;
  }

  .contact-grid {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(70px, 8vw, 120px);
  }

  .contact-copy {
    max-width: 520px;
  }

  .contact-form {
    max-width: 720px;
    padding: 34px 38px 38px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--hardwood);
    background: rgba(28, 30, 27, 0.72);
  }

  .contact-form input {
    min-height: 54px;
  }

  .contact-form textarea {
    min-height: 190px;
  }

  .site-footer {
    padding-block: 42px;
  }

  .footer-grid {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.35fr) auto;
    gap: 44px;
  }
}

/* Laptop range: preserve desktop composition without squeezing three cards or six timeline steps too hard. */
@media (min-width: 901px) and (max-width: 1100px) {
  :root {
    --shell: 1040px;
  }

  .shell {
    width: min(calc(100% - 48px), var(--shell));
  }

  h1 {
    font-size: clamp(4rem, 6.4vw, 4.75rem);
  }

  h2 {
    font-size: clamp(3rem, 4.8vw, 4rem);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 38px;
  }

  .hero-media img {
    min-height: 450px;
  }

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

  .scoreboard-card:last-child {
    grid-column: 1 / -1;
    width: min(100%, 760px);
    justify-self: center;
  }

  .scoreboard-card:last-child > p,
  .scoreboard-card:last-child .scoreboard-meta {
    min-height: 0;
  }

  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
  }

  .timeline::before {
    display: none;
  }

  .timeline article {
    min-height: 170px;
    padding: 34px 24px 12px 0;
    border-top: 1px solid var(--line);
  }

  .timeline article + article {
    padding-left: 18px;
  }

  .timeline-dot,
  .timeline article + article .timeline-dot {
    top: -7px;
    left: 0;
  }

  .timeline article + article .timeline-dot {
    left: 18px;
  }

  .timeline p {
    max-width: 260px;
  }

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

  .instagram-grid > blockquote:last-child {
    grid-column: 1 / -1;
    width: min(100%, 520px) !important;
    justify-self: center;
  }

  .about-grid {
    gap: 56px;
  }

  .faq-shell {
    gap: 54px;
  }
}

/* Full desktop / wide-screen refinement. */
@media (min-width: 1181px) {
  :root {
    --shell: 1320px;
  }

  .shell {
    width: min(calc(100% - 80px), var(--shell));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  }

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

@media (min-width: 1500px) {
  .hero {
    padding-top: 96px;
  }

  .hero-grid {
    gap: 92px;
  }

  h1 {
    font-size: 6.8rem;
  }

  .hero-media {
    max-width: 530px;
  }

  .section-heading {
    max-width: 920px;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 901px) {
  .photo-proof img,
  .site-nav a:not(.button)::after {
    transition: none;
  }

  .photo-proof figure:hover img {
    transform: none;
  }
}
