:root {
  --bro-section: max(15vh, 120px);
}

.bro2-page h1,
.bro2-page h2,
.bro2-page p,
.bro2-page blockquote,
.bro2-page figure { margin-top: 0; }

.bro2-page h2 {
  max-width: 15ch;
  margin-bottom: 36px;
  font-size: clamp(2.9rem, 5vw, 5.35rem);
}

.bro2-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  background: var(--charcoal);
  color: var(--white);
}

.bro2-hero-media { min-height: 100svh; overflow: hidden; }
.bro2-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bro2-hero-copy {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 128px var(--gutter) 84px clamp(44px, 5vw, 86px);
}
.bro2-hero h1 {
  max-width: 8.5ch;
  margin: 0 0 34px;
  font-size: clamp(4rem, 5.7vw, 7rem);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 800;
}
.bro2-hero-copy > p { max-width: 34ch; color: rgba(246, 241, 231, .78); }
.bro2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 18px; }
.bro2-actions .button { width: auto; min-width: 238px; }
.bro2-text-link,
.bro2-related { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }
.bro2-model { margin: auto 0 0; padding-top: 48px; font-size: .78rem; letter-spacing: .02em; }

.bro2-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--bro-section) var(--gutter);
}
.bro2-problem { min-height: 82svh; display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 60px; }
.bro2-section-number { align-self: start; padding-top: 10px; color: var(--cobalt); font-weight: 800; }
.bro2-copy { max-width: 760px; }
.bro2-copy p,
.bro2-section-heading p,
.bro2-material-copy p { max-width: 40ch; color: rgba(28, 26, 23, .72); }
.bro2-lead { margin-bottom: 32px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.55; font-weight: 700; color: var(--charcoal) !important; }

.bro2-dark,
.bro2-material {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
}
.bro2-dark { background: var(--charcoal); color: var(--white); }
.bro2-dark-copy,
.bro2-material-copy { display: flex; flex-direction: column; justify-content: center; padding: var(--bro-section) var(--gutter); }
.bro2-dark-copy p { max-width: 37ch; color: rgba(246, 241, 231, .76); }
.bro2-proof { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(246, 241, 231, .3); color: var(--white) !important; font-weight: 750; }
.bro2-structure-media,
.bro2-finish-media { min-width: 0; overflow: hidden; }
.bro2-structure-media { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 96px); background: var(--white); color: var(--charcoal); }
.bro2-structure-media img { aspect-ratio: 1; object-fit: contain; }
.bro2-structure-media figcaption { margin-top: 18px; font-size: .78rem; color: rgba(28, 26, 23, .62); }

.bro2-section-heading { display: grid; grid-template-columns: 1fr .52fr; align-items: end; gap: 64px; margin-bottom: max(9vh, 76px); }
.bro2-section-heading h2,
.bro2-section-heading p { margin-bottom: 0; }
.bro2-step-list { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid rgba(28, 26, 23, .28); }
.bro2-step-list li { min-height: 150px; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 34px; border-top: 1px solid rgba(28, 26, 23, .28); }
.bro2-step-list span { color: var(--cobalt); font-weight: 800; }
.bro2-step-list strong { font-size: clamp(1.55rem, 2.6vw, 2.75rem); line-height: 1.3; letter-spacing: -.045em; }

.bro2-review { min-height: 100svh; display: grid; place-items: center; padding: var(--bro-section) var(--gutter); background: var(--cobalt); color: var(--white); }
.bro2-review-inner { width: min(980px, 100%); }
.bro2-review h2 { max-width: 16ch; }
.bro2-review blockquote { max-width: 31ch; margin-bottom: 32px; font-size: clamp(1.55rem, 2.75vw, 3rem); line-height: 1.55; letter-spacing: -.045em; font-weight: 750; }
.bro2-review p { color: rgba(246, 241, 231, .72); font-size: .78rem; }

.bro2-portability { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(64px, 9vw, 150px); }
.bro2-hand-media {
  min-height: min(72svh, 760px);
  display: grid;
  place-items: center;
  background: rgba(192, 96, 60, .08);
  border: 1px solid rgba(28, 26, 23, .14);
  overflow: hidden;
}
.bro2-hand-media img { width: min(78%, 560px); object-fit: contain; }

.bro2-material { background: var(--white); }
.bro2-finish-media img { width: 100%; height: 100%; min-height: 100svh; object-fit: cover; }

.bro2-colors-media { overflow: hidden; }
.bro2-colors-media img { aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }

.bro2-faq { min-height: 100svh; }
.bro2-faq-list { max-width: 920px; margin-left: auto; border-bottom: 1px solid rgba(28, 26, 23, .28); }
.bro2-faq details { border-top: 1px solid rgba(28, 26, 23, .28); }
.bro2-faq summary { padding: 30px 52px 30px 0; cursor: pointer; font-size: clamp(1.12rem, 1.55vw, 1.42rem); font-weight: 750; list-style: none; }
.bro2-faq summary::-webkit-details-marker { display: none; }
.bro2-faq summary::after { content: "+"; float: right; margin-right: -48px; color: var(--cobalt); font-size: 1.5rem; font-weight: 500; }
.bro2-faq details[open] summary::after { content: "−"; }
.bro2-faq details p { max-width: 40ch; margin-bottom: 30px; color: rgba(28, 26, 23, .72); }

.bro2-cta { min-height: 92svh; display: grid; place-items: center; padding: var(--bro-section) var(--gutter); background: var(--charcoal); color: var(--white); text-align: center; }
.bro2-cta-inner { display: flex; flex-direction: column; align-items: center; }
.bro2-cta h2 { max-width: 14ch; }
.bro2-cta p { max-width: 36ch; color: rgba(246, 241, 231, .72); }
.bro2-cta .button { width: auto; min-width: 270px; margin-top: 26px; }
.bro2-related { margin-top: 30px; color: rgba(246, 241, 231, .74); font-size: .9rem; }
.bro2-related-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin-top: 30px; }
.bro2-related-links .bro2-related { margin-top: 0; }

@media (max-width: 920px) {
  .bro2-hero { grid-template-columns: 1fr; }
  .bro2-hero-media { min-height: 64svh; }
  .bro2-hero-copy { min-height: auto; padding-top: 84px; }
  .bro2-dark,
  .bro2-material { grid-template-columns: 1fr; }
  .bro2-structure-media { min-height: 70svh; }
  .bro2-material-copy { min-height: 72svh; }
  .bro2-finish-media img { min-height: 76svh; }
}

@media (max-width: 640px) {
  :root { --bro-section: max(15svh, 96px); }
  .bro2-page h2 { max-width: 12ch; font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .bro2-hero-media { min-height: 58svh; }
  .bro2-hero-media img { object-position: center 44%; }
  .bro2-hero-copy { padding: 66px 22px 70px; }
  .bro2-hero h1 { max-width: 8ch; font-size: clamp(3.25rem, 15vw, 4.4rem); }
  .bro2-actions { width: 100%; align-items: flex-start; flex-direction: column; }
  .bro2-actions .button { width: 100%; min-width: 0; }
  .bro2-model { padding-top: 70px; }
  .bro2-problem { min-height: auto; grid-template-columns: 1fr; gap: 40px; }
  .bro2-section-number { padding-top: 0; }
  .bro2-dark-copy,
  .bro2-material-copy { min-height: auto; padding: var(--bro-section) 22px; }
  .bro2-structure-media { min-height: auto; padding: 46px 22px; }
  .bro2-section-heading { grid-template-columns: 1fr; align-items: start; gap: 30px; margin-bottom: 66px; }
  .bro2-step-list li { min-height: 138px; grid-template-columns: 48px 1fr; gap: 18px; }
  .bro2-step-list strong { font-size: 1.42rem; }
  .bro2-review { min-height: 100svh; }
  .bro2-review blockquote { font-size: clamp(1.6rem, 7.4vw, 2.2rem); }
  .bro2-portability { min-height: auto; grid-template-columns: 1fr; gap: 72px; }
  .bro2-hand-media { min-height: 58svh; }
  .bro2-material { display: flex; flex-direction: column; }
  .bro2-material-copy { order: 2; }
  .bro2-finish-media { order: 1; }
  .bro2-finish-media img { min-height: 66svh; }
  .bro2-colors-media img { aspect-ratio: 4 / 5; }
  .bro2-faq summary { padding-top: 24px; padding-bottom: 24px; }
  .bro2-cta { min-height: 100svh; }
  .bro2-cta .button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .bro2-page *,
  .bro2-page *::before,
  .bro2-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
