:root {
  --black: #050505;
  --black-2: #090909;
  --charcoal: #111114;
  --gray: #1c1c20;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --muted: #b9bcc4;
  --white: #fff;
  --red: #c1121f;
  --red-2: #ff3045;
  --blue: #0057b8;
  --gold: #d4af37;
  --gold-2: #f5d06f;
  --silver: #c0c0c0;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --head: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, Montserrat, Poppins, Arial, sans-serif;
}
.brand-wordmark {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.08em;
  text-shadow: 2px 2px 0 #b71924;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.cameo-card,
.stud-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.stud-priority-section{padding-top:32px}.stud-priority-callout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:center}.stud-priority-copy{display:grid;gap:14px;align-items:start}.stud-priority-copy .btn{width:max-content}.stud-priority-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stud-priority-card{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:14px;padding:10px;border:1px solid rgba(212,175,55,.34);border-radius:18px;background:#090909;color:#fff;text-decoration:none}.stud-priority-card img{width:110px;height:120px;object-fit:cover;border-radius:12px}.stud-priority-card span,.stud-priority-card strong,.stud-priority-card small{display:block}.stud-priority-card strong{font-size:22px}.stud-priority-card small{margin-top:7px;color:#d9bd67}
@media(max-width:900px){.stud-priority-callout{grid-template-columns:1fr}.stud-priority-cards{grid-template-columns:1fr 1fr}}@media(max-width:620px){.stud-priority-cards{grid-template-columns:1fr}.stud-priority-card{grid-template-columns:88px 1fr}.stud-priority-card img{width:88px;height:100px}}
.cameo-card {
  overflow: hidden;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0c0c0f, #211a0a);
}
.cameo-card img {
  width: min(48%, 420px);
  max-height: 210px;
  object-fit: contain;
  border-radius: 16px;
}
.cameo-card h2 {
  margin: 10px 0 0;
}
.stud-callout {
  margin-top: 26px;
}
.hero-media video,
.card-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-media video[hidden],
.card-media video[hidden] {
  display: none !important;
}
@media (max-width: 700px) {
  .cameo-card,
  .stud-callout {
    align-items: stretch;
    flex-direction: column;
  }
  .cameo-card img {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
body.home {
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(193, 18, 31, 0.28),
      transparent 34rem
    ),
    radial-gradient(
      circle at 85% 10%,
      rgba(255, 48, 69, 0.12),
      transparent 28rem
    ),
    linear-gradient(180deg, #050505, #09090b 48%, #050505);
}
body.bully {
  background:
    radial-gradient(
      circle at 25% 0%,
      rgba(212, 175, 55, 0.2),
      transparent 34rem
    ),
    radial-gradient(
      circle at 80% 15%,
      rgba(245, 208, 111, 0.1),
      transparent 30rem
    ),
    linear-gradient(180deg, #050505, #090806 52%, #050505);
}
body.cutz {
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(193, 18, 31, 0.2),
      transparent 28rem
    ),
    radial-gradient(
      circle at 90% 14%,
      rgba(0, 87, 184, 0.14),
      transparent 28rem
    ),
    linear-gradient(180deg, #050505, #0a0a0c 54%, #050505);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
::selection {
  background: var(--red);
  color: #fff;
}
.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}
.container-wide {
  width: min(1360px, calc(100% - 28px));
  margin: 0 auto;
}
.section {
  padding: 92px 0;
  position: relative;
}
.section.tight {
  padding: 62px 0;
}
.section.no-top {
  padding-top: 0;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.14);
  object-fit: contain;
  padding: 4px;
  box-shadow: 0 0 24px rgba(193, 18, 31, 0.24);
}
.bully .brand-mark {
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.22);
}
.brand-copy strong {
  display: block;
  font-family: var(--head);
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.brand-copy span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 850;
  transition: 0.2s ease;
}
.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  color: #fff;
}
.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
  border-radius: 99px;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--head);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
h1 {
  font-size: clamp(58px, 10vw, 148px);
}
h2 {
  font-size: clamp(42px, 6vw, 84px);
}
h3 {
  font-size: clamp(26px, 3.4vw, 42px);
}
p {
  margin: 0;
  color: var(--muted);
}
.lead {
  font-size: clamp(17px, 2vw, 22px);
  max-width: 790px;
}
.small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(193, 18, 31, 0.55);
}
.bully .kicker:before,
.gold-kicker:before {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.4);
}
.cutz .kicker:before,
.barber-kicker:before {
  background: linear-gradient(90deg, var(--red), var(--blue));
  box-shadow: 0 0 18px rgba(193, 18, 31, 0.4);
}
.red-gradient {
  background: linear-gradient(120deg, #fff, #ff5b6d 28%, #c1121f 68%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gold-gradient {
  background: linear-gradient(120deg, #fff, #f5d06f 30%, #d4af37 64%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.chrome-gradient {
  background: linear-gradient(120deg, #fff, #c0c0c0 50%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  font-weight: 950;
  line-height: 1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.11);
}
.btn.primary {
  background: linear-gradient(135deg, #ff3045, #c1121f 48%, #76060e);
  border-color: rgba(255, 85, 98, 0.5);
  box-shadow: 0 16px 42px rgba(193, 18, 31, 0.34);
}
.btn.gold {
  color: #0b0903;
  background: linear-gradient(135deg, #fff1b3, #d4af37 44%, #8c6200);
  border-color: rgba(245, 208, 111, 0.55);
  box-shadow: 0 16px 42px rgba(212, 175, 55, 0.24);
}
.btn.chrome {
  color: #070707;
  background: linear-gradient(135deg, #fff, #c0c0c0 55%, #777);
  border-color: rgba(255, 255, 255, 0.52);
}
.btn.ghost {
  background: transparent;
}
.btn.block {
  width: 100%;
}
.btn.small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 13px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 60px;
}
.home .hero {
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
}
.hero:before {
  content: "";
  position: absolute;
  inset: -24% -8% auto -8%;
  height: 520px;
  background: radial-gradient(
    circle at 42% 30%,
    rgba(193, 18, 31, 0.22),
    transparent 34rem
  );
  pointer-events: none;
}
.bully .hero:before {
  background: radial-gradient(
    circle at 42% 30%,
    rgba(212, 175, 55, 0.23),
    transparent 34rem
  );
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}
.hero-copy {
  display: grid;
  gap: 24px;
}
.hero-copy .actions {
  margin-top: 4px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 2px;
}
.stat {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}
.stat strong {
  display: block;
  font-family: var(--head);
  font-size: 29px;
  line-height: 0.95;
}
.stat span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 6px;
}
.hero-card,
.visual-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  padding: 16px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-media {
  position: relative;
  min-height: 580px;
  border-radius: 26px;
  overflow: hidden;
  background: #090909;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.86)
  );
}
.hero-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(14px);
}
.hero-badge strong {
  display: block;
  color: #fff;
}
.hero-badge span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.float-logos {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  display: flex;
  gap: 10px;
}
.float-logos img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: #000;
  padding: 5px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.36);
}
.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}
.split.reverse {
  grid-template-columns: 1.08fr 0.92fr;
}
.center {
  align-items: center;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.085),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}
.card.pad {
  padding: 24px;
}
.card-accent-red {
  border-color: rgba(193, 18, 31, 0.38);
}
.card-accent-gold {
  border-color: rgba(212, 175, 55, 0.38);
}
.card:hover .hover-img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.05);
}
.card-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px);
}
.card-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.35s ease;
}
.card-media.tall img {
  aspect-ratio: 4/4.8;
}
.card-body {
  padding: 22px;
  display: grid;
  gap: 14px;
}
.card-logo {
  width: min(100%, 250px);
  max-height: 180px;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 6px;
}
.card-badge,
.badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  padding: 7px 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-badge.gold,
.badge.gold {
  color: #ffeeb4;
  border-color: rgba(212, 175, 55, 0.42);
  background: rgba(212, 175, 55, 0.11);
}
.card-badge.red,
.badge.red {
  color: #ffd8dc;
  border-color: rgba(193, 18, 31, 0.42);
  background: rgba(193, 18, 31, 0.12);
}
.info-list {
  display: grid;
  gap: 12px;
}
.info-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.info-line span:first-child {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.info-line span:last-child {
  text-align: right;
  color: #fff;
  font-weight: 850;
}
.logo-panel {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 24px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.08),
      transparent 17rem
    ),
    #050505;
  box-shadow: var(--shadow);
}
.logo-panel img {
  max-height: 310px;
  object-fit: contain;
  border-radius: 18px;
}
.life-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-auto-rows: 230px;
  gap: 14px;
}
.life-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #070707;
  cursor: pointer;
}
.life-mosaic .tall {
  grid-row: span 2;
}
.life-mosaic .wide {
  grid-column: span 2;
}
.life-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}
.life-mosaic figure:hover img {
  transform: scale(1.04);
}
.life-mosaic figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}
.life-mosaic figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.72));
}
.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(193, 18, 31, 0.13);
  border: 1px solid rgba(193, 18, 31, 0.38);
  font-family: var(--head);
  font-size: 24px;
}
.bully .feature-icon,
.feature-icon.gold {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.4);
}
.cutz .feature-icon {
  background: linear-gradient(
    135deg,
    rgba(193, 18, 31, 0.13),
    rgba(0, 87, 184, 0.12)
  );
  border-color: rgba(255, 255, 255, 0.14);
}
.ig-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ig-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  );
}
.ig-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.ig-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ig-avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ig-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ig-profile strong,
.ig-profile span {
  display: block;
}
.ig-profile span {
  color: var(--muted);
  font-size: 13px;
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.08);
}
.ig-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery-item,
.gallery-grid button {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #090909;
  cursor: pointer;
  padding: 0;
  color: inherit;
  text-align: left;
}
.gallery-item.big,
.gallery-grid .wide {
  grid-column: span 6;
}
.gallery-item.med,
.gallery-grid .med {
  grid-column: span 4;
}
.gallery-item.small,
.gallery-grid button {
  grid-column: span 3;
}
.gallery-grid .tall {
  grid-row: span 2;
}
.gallery-item img,
.gallery-grid button img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  transition: 0.35s ease;
}
.gallery-item.big img,
.gallery-grid .wide img {
  min-height: 430px;
}
.gallery-item:hover img,
.gallery-grid button:hover img {
  transform: scale(1.045);
  filter: saturate(1.08);
}
.gallery-item:after,
.gallery-grid button:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.72));
  opacity: 0.92;
}
.gallery-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.profile-card {
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.085),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}
.profile-card .dog-image {
  position: relative;
  overflow: hidden;
}
.profile-card .dog-image img {
  width: 100%;
  aspect-ratio: 4/4.6;
  object-fit: cover;
  transition: 0.35s ease;
}
.profile-card:hover .dog-image img {
  transform: scale(1.045);
}
.status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border: 1px solid rgba(212, 175, 55, 0.48);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.68);
  color: var(--gold-2);
  padding: 8px 12px;
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.profile-content {
  padding: 22px;
  display: grid;
  gap: 14px;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.detail {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.24);
  padding: 11px;
}
.detail b {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.detail span {
  display: block;
  color: #fff;
  font-weight: 850;
  font-size: 14px;
  margin-top: 2px;
}
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.video-placeholder {
  min-height: 300px;
  border: 1px dashed rgba(255, 255, 255, 0.26);
  border-radius: 26px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02)
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 18px
    );
}
.play {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 28px;
}
.play:before {
  content: "▶";
  margin-left: 4px;
}
.booking-box {
  border-radius: 30px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.095),
    rgba(255, 255, 255, 0.035)
  );
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}
.booking-frame {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  min-height: 600px;
}
.booking-frame iframe {
  min-height: 600px;
  display: block;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  padding: 20px;
}
.service-card strong {
  display: block;
  font-size: 19px;
  color: #fff;
}
.service-card span {
  color: var(--muted);
}
.price {
  margin-top: 16px;
  font-family: var(--head);
  font-size: 32px;
  line-height: 0.9;
  color: #fff;
}
.hours {
  display: grid;
  gap: 10px;
}
.hour-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
}
.hour-row b {
  color: #fff;
}
.hour-row span {
  color: var(--muted);
}
.barber-stripe {
  width: 180px;
  height: 8px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    135deg,
    var(--red) 0 16px,
    #fff 16px 30px,
    var(--blue) 30px 46px,
    #fff 46px 60px
  );
  box-shadow: 0 0 22px rgba(193, 18, 31, 0.26);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: start;
}
.form {
  display: grid;
  gap: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.field,
.form-field {
  display: grid;
  gap: 7px;
}
.field.full,
.form-field.full {
  grid-column: 1/-1;
}
label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 13px 14px;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}
textarea {
  min-height: 120px;
  resize: vertical;
}
select option {
  background: #090909;
}
.checkbox-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}
.checkbox-line input {
  width: auto;
  margin-top: 4px;
}
.form-note {
  display: none;
  border: 1px solid rgba(65, 215, 132, 0.36);
  background: rgba(65, 215, 132, 0.11);
  color: #d9ffe9;
  border-radius: 15px;
  padding: 13px 15px;
  margin-top: 14px;
  font-weight: 850;
}
.form-note.show {
  display: block;
}
.social-list {
  display: grid;
  gap: 10px;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}
.social-link strong,
.social-link span span {
  display: block;
}
.social-link span span {
  color: var(--muted);
  font-size: 13px;
}
.cta-band {
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(193, 18, 31, 0.24),
      transparent 24rem
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.035)
    );
  box-shadow: var(--shadow);
}
.bully .cta-band {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(212, 175, 55, 0.23),
      transparent 24rem
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.035)
    );
}
.cta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.cta-box {
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 14px;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 54px 0 96px;
  background: #030303;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.footer-logo-row,
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}
.footer-logo-row img,
.footer-logos img {
  width: 150px;
  max-height: 110px;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 4px;
}
.footer h4,
.footer-links strong,
.footer-contact strong {
  display: block;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}
.footer a,
.footer-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  padding: 4px 0;
}
.footer a:hover {
  color: #fff;
}
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 10px;
}
.mobile-cta .btn {
  flex: 1;
  min-height: 46px;
  padding: 12px 10px;
  font-size: 13px;
}
.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 200;
  background: rgba(0, 0, 0, 0.88);
  padding: 24px;
  place-items: center;
}
.lightbox.show {
  display: grid;
}
.lightbox img {
  max-height: 86vh;
  max-width: min(100%, 1100px);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
}
@media (max-width: 1040px) {
  .nav-links {
    position: fixed;
    top: 82px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(6, 6, 6, 0.96);
    padding: 14px;
    box-shadow: var(--shadow);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    border-radius: 14px;
  }
  .menu-toggle {
    display: block;
  }
  .nav-actions .desktop-only {
    display: none;
  }
  .hero-grid,
  .split,
  .split.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-media {
    min-height: 470px;
  }
  .card-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile-grid {
    grid-template-columns: 1fr;
  }
  .profile-card .dog-image img {
    aspect-ratio: 16/11;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .life-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .life-mosaic .tall,
  .life-mosaic .wide {
    grid-row: auto;
    grid-column: auto;
  }
}
@media (max-width: 760px) {
  .container,
  .container-wide {
    width: min(100% - 24px, 1180px);
  }
  .section {
    padding: 68px 0;
  }
  .nav {
    height: 72px;
  }
  .brand-copy strong {
    font-size: 22px;
  }
  .brand-copy span {
    display: none;
  }
  .brand-mark {
    width: 44px;
    height: 44px;
  }
  .nav-links {
    top: 72px;
  }
  .hero {
    padding: 48px 0 34px;
  }
  .home .hero {
    min-height: auto;
  }
  .hero-stats,
  .card-grid,
  .card-grid.two,
  .card-grid.four,
  .ig-cards,
  .form-grid,
  .service-list,
  .cta-split {
    grid-template-columns: 1fr;
  }
  .hero-media {
    min-height: 390px;
  }
  .hero-badge {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -106px auto 0;
    width: calc(100% - 22px);
  }
  .gallery-item.big,
  .gallery-item.med,
  .gallery-item.small,
  .gallery-grid .wide,
  .gallery-grid .med,
  .gallery-grid button {
    grid-column: span 12;
  }
  .gallery-item.big img,
  .gallery-grid .wide img,
  .gallery-item img,
  .gallery-grid button img {
    min-height: 300px;
  }
  .mobile-cta {
    display: flex;
  }
  .footer {
    padding-bottom: 114px;
  }
  .info-line {
    flex-direction: column;
    gap: 4px;
  }
  .info-line span:last-child {
    text-align: left;
  }
  .logo-panel {
    min-height: 250px;
  }
  .life-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }
  .float-logos {
    top: 16px;
    right: 16px;
  }
  .float-logos img {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 460px) {
  h1 {
    font-size: clamp(50px, 17vw, 76px);
  }
  h2 {
    font-size: clamp(38px, 12vw, 60px);
  }
  .actions {
    flex-direction: column;
  }
  .hero-badge {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
}

.section-heading-center {
  display: grid;
  gap: 16px;
  margin-bottom: 30px;
  text-align: center;
  justify-items: center;
}
.section-heading-center .lead {
  margin-inline: auto;
}
.hero-media-contain {
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.08),
      transparent 22rem
    ),
    #050505;
}
.hero-media-contain > img {
  object-fit: contain;
  max-height: 680px;
  min-height: inherit;
  background: #050505;
}
.compact-booking {
  max-width: 1120px;
  margin: 0 auto;
}
.booking-frame.compact-frame {
  height: 460px;
  min-height: 0;
  overflow: hidden;
}
.booking-frame.compact-frame iframe {
  height: 460px !important;
  min-height: 0 !important;
}
.cut-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.cut-tile {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.06),
      transparent 14rem
    ),
    #060606;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  padding: 0;
  display: grid;
  place-items: center;
}
.cut-tile:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(193, 18, 31, 0.18),
    transparent 32%,
    rgba(0, 87, 184, 0.12)
  );
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cut-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #070707;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}
.cut-tile:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}
.cut-tile:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px;
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px) scale(0.985);
  filter: blur(3px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.72, 0.2, 1),
    filter 0.7s ease;
  transition-delay: var(--delay, 0ms);
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.info-line a,
.footer-contact a {
  word-break: break-word;
}
.price {
  word-break: normal;
}
.service-card .price {
  font-size: clamp(26px, 3vw, 32px);
}
@media (max-width: 760px) {
  .booking-frame.compact-frame {
    height: 640px;
  }
  .booking-frame.compact-frame iframe {
    height: 640px !important;
  }
  .cut-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cut-tile {
    border-radius: 18px;
  }
  .hero-media-contain > img {
    max-height: 520px;
  }
  .section-heading-center {
    text-align: left;
    justify-items: start;
  }
}
@media (max-width: 460px) {
  .cut-gallery-grid {
    grid-template-columns: 1fr;
  }
  .booking-frame.compact-frame {
    height: 660px;
  }
  .booking-frame.compact-frame iframe {
    height: 660px !important;
  }
}
.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1040px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .cut-tile img,
  .gallery-item img,
  .gallery-grid button img {
    transition: none;
  }
}

.booking-frame.compact-frame {
  height: 430px;
  min-height: 0;
  overflow: hidden;
}
.booking-frame.compact-frame iframe {
  height: 430px !important;
  min-height: 0 !important;
}
.cut-gallery-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(193, 18, 31, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(0, 87, 184, 0.14),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.cut-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.cut-tile {
  aspect-ratio: 1/1;
  border-radius: 22px;
  background: #050505;
}
.cut-tile img {
  object-fit: cover;
  object-position: center;
  background: #050505;
}
.cut-tile:nth-child(1) img {
  object-position: center;
}
.cut-tile:nth-child(2) img {
  object-position: center;
}
.cut-tile:nth-child(3) img {
  object-position: center;
}
.cut-tile:nth-child(4) img {
  object-position: center;
}
.cut-tile:nth-child(5) img {
  object-position: center;
}
.cut-tile:nth-child(6) img {
  object-position: center;
}
@media (max-width: 1040px) {
  .cut-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .booking-frame.compact-frame {
    height: 520px;
  }
  .booking-frame.compact-frame iframe {
    height: 520px !important;
  }
}
@media (max-width: 520px) {
  .cut-gallery-shell {
    padding: 12px;
    border-radius: 24px;
  }
  .cut-gallery-grid {
    grid-template-columns: 1fr;
  }
  .booking-frame.compact-frame {
    height: 560px;
  }
  .booking-frame.compact-frame iframe {
    height: 560px !important;
  }
}

/* v7 launch edits */
.home-landing-hero .hero-grid {
  grid-template-columns: 0.92fr 1.08fr;
}
.dual-brand-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
  border-radius: 26px;
  overflow: hidden;
  background: #050505;
}
.dual-pane {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border: 0;
  color: #fff;
}
.dual-pane img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}
.dual-pane:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.82));
}
.dual-pane:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.05);
}
.dual-pane span {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 260px;
}
.dual-pane strong {
  font-family: var(--head);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.dual-pane em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.bully-pane {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.bully-pane:after,
.cutz-pane:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.bully-pane:after {
  background: radial-gradient(
    circle at 50% 20%,
    rgba(212, 175, 55, 0.2),
    transparent 28rem
  );
}
.cutz-pane:after {
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(193, 18, 31, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 100% 20%,
      rgba(0, 87, 184, 0.14),
      transparent 22rem
    );
}
.lineup-grid {
  grid-template-columns: repeat(4, 1fr);
}
.dog-profile-card .dog-image img {
  aspect-ratio: 4/4.55;
  object-fit: contain;
  background: #050505;
  padding: 8px;
}
.dog-profile-card .profile-content {
  min-height: 295px;
  align-content: start;
}
.dog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.dog-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: rgba(212, 175, 55, 0.1);
  padding: 7px 11px;
  color: #ffeeb4;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.hero-feature-dog > img {
  object-fit: contain;
  background: #050505;
  padding: 10px;
}
.swipe-gallery-shell {
  padding: 18px 18px 8px;
}
.carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px 16px;
}
.carousel-controls {
  display: flex;
  gap: 8px;
}
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.carousel-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
}
.bully .carousel-btn {
  border-color: rgba(212, 175, 55, 0.28);
  color: #ffeeb4;
}
.swipe-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 18px;
  cursor: grab;
  user-select: none;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}
.swipe-gallery:active {
  cursor: grabbing;
}
.swipe-gallery::-webkit-scrollbar {
  height: 10px;
}
.swipe-gallery::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}
.swipe-gallery::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}
.swipe-gallery .cut-tile {
  flex: 0 0 min(360px, 78vw);
  aspect-ratio: 1/1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.swipe-gallery .cut-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050505;
  padding: 4px;
}
.swipe-gallery .cut-tile:before {
  background: linear-gradient(
    145deg,
    rgba(193, 18, 31, 0.14),
    transparent 32%,
    rgba(0, 87, 184, 0.1)
  );
  z-index: 1;
}
.bully-gallery-shell {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(212, 175, 55, 0.2),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(245, 208, 111, 0.11),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  border-color: rgba(212, 175, 55, 0.28);
}
.bully .swipe-gallery::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.42);
}
.bully-tile:before {
  background: linear-gradient(
    145deg,
    rgba(212, 175, 55, 0.18),
    transparent 34%,
    rgba(245, 208, 111, 0.08)
  ) !important;
}
.booking-frame.compact-frame {
  height: 410px;
  min-height: 0;
  overflow: hidden;
}
.booking-frame.compact-frame iframe {
  height: 410px !important;
  min-height: 0 !important;
}
.footer-links a[href="cutz.html"] {
  font-weight: 850;
}
@media (max-width: 1180px) {
  .lineup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1040px) {
  .home-landing-hero .hero-grid {
    grid-template-columns: 1fr;
  }
  .dual-brand-media,
  .dual-pane {
    min-height: 560px;
  }
  .booking-frame.compact-frame {
    height: 500px;
  }
  .booking-frame.compact-frame iframe {
    height: 500px !important;
  }
}
@media (max-width: 760px) {
  .dual-brand-media {
    grid-template-columns: 1fr;
    min-height: 760px;
  }
  .dual-pane {
    min-height: 380px;
  }
  .bully-pane {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .lineup-grid {
    grid-template-columns: 1fr;
  }
  .dog-profile-card .profile-content {
    min-height: auto;
  }
  .carousel-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .swipe-gallery .cut-tile {
    flex-basis: min(82vw, 340px);
  }
  .booking-frame.compact-frame {
    height: 540px;
  }
  .booking-frame.compact-frame iframe {
    height: 540px !important;
  }
}
@media (max-width: 520px) {
  .dual-pane {
    min-height: 330px;
  }
  .swipe-gallery-shell {
    padding: 12px 12px 4px;
  }
  .swipe-gallery .cut-tile {
    flex-basis: 82vw;
  }
  .booking-frame.compact-frame {
    height: 560px;
  }
  .booking-frame.compact-frame iframe {
    height: 560px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dual-pane img,
  .swipe-gallery {
    scroll-behavior: auto;
  }
}

/* V7 launch edits */
.home-split-media {
  position: relative;
  min-height: 580px;
  border-radius: 26px;
  overflow: hidden;
  background: #050505;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-split-panel {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: block;
  background: #050505;
}
.home-split-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}
.home-split-panel:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.05);
}
.home-split-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 35%,
    rgba(0, 0, 0, 0.83)
  );
  pointer-events: none;
}
.dog-panel {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.split-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(14px);
  padding: 13px 14px;
}
.split-label span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.split-label strong {
  display: block;
  font-family: var(--head);
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 0.92;
  margin-top: 5px;
  text-transform: uppercase;
}
.split-logo-stack {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.split-logo-stack img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #000;
  padding: 5px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.44);
}
.dog-lineup-grid {
  grid-template-columns: repeat(4, 1fr);
}
.bossy-girl-card .dog-image img {
  object-fit: cover;
  object-position: center 55%;
}
.bossy-profile-details {
  display: grid;
  gap: 8px;
  margin: 4px 0;
}
.bossy-profile-details div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}
.bossy-profile-details dt {
  color: var(--muted);
}
.bossy-profile-details dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}
.dog-profile-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:14px}.dog-profile-gallery:empty{display:none}.dog-profile-gallery figure{margin:0}.dog-profile-gallery img,.dog-profile-gallery video,.builder-media-item,.builder-media img,.builder-media video{display:block;width:100%;max-width:100%;max-height:680px;object-fit:cover;border-radius:16px}.dog-profile-gallery figcaption{padding-top:6px;color:var(--muted);font-size:12px}.builder-block{overflow:hidden}.builder-block *{max-width:100%;overflow-wrap:anywhere}
.compact-dog-card .dog-image {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: #050505;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.compact-dog-card .dog-image img {
  aspect-ratio: 4/4.55;
}
.compact-dog-card .profile-content {
  gap: 12px;
}
.compact-dog-card h3 {
  font-size: clamp(30px, 3vw, 42px);
}
.dog-approval {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(212, 175, 55, 0.44);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.18),
    rgba(255, 255, 255, 0.035)
  );
  padding: 8px 12px;
  color: #ffeeb4;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.dog-approval:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: #080603;
  font-size: 12px;
}
.dog-tile:before,
.bully-swipe .cut-tile:before {
  background: linear-gradient(
    145deg,
    rgba(212, 175, 55, 0.2),
    transparent 35%,
    rgba(245, 208, 111, 0.12)
  );
  z-index: 1;
}
.dog-tile img {
  object-position: center;
}
.bully-swipe {
  border-color: rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(212, 175, 55, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(245, 208, 111, 0.1),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
}
.swipe-gallery-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(193, 18, 31, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(0, 87, 184, 0.14),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.swipe-gallery-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 14px;
  padding: 0 4px;
}
.swipe-gallery-top strong {
  display: block;
  color: #fff;
  font-family: var(--head);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.swipe-gallery-top span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.gallery-controls {
  display: flex;
  gap: 8px;
}
.gallery-controls button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: 0.2s ease;
}
.gallery-controls button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}
.bully-swipe .gallery-controls button {
  border-color: rgba(212, 175, 55, 0.32);
  color: #ffeeb4;
}
.swipe-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 4px 18px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}
.swipe-gallery::-webkit-scrollbar {
  height: 10px;
}
.swipe-gallery::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}
.swipe-gallery::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}
.swipe-gallery .cut-tile {
  flex: 0 0 clamp(250px, 29vw, 370px);
  scroll-snap-align: start;
  aspect-ratio: 4/5;
  border-radius: 24px;
}
.swipe-gallery .cut-tile img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.cut-gallery-track .cut-tile:nth-child(1) img {
  object-position: center 42%;
}
.cut-gallery-track .cut-tile:nth-child(2) img {
  object-position: center 42%;
}
.cut-gallery-track .cut-tile:nth-child(3) img {
  object-position: center;
}
.cut-gallery-track .cut-tile:nth-child(4) img {
  object-position: center;
}
.cut-gallery-track .cut-tile:nth-child(5) img {
  object-position: center 44%;
}
.cut-gallery-track .cut-tile:nth-child(6) img {
  object-position: center;
}
.bully-gallery .cut-tile {
  flex-basis: clamp(250px, 30vw, 390px);
}
@media (max-width: 1040px) {
  .dog-lineup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .swipe-gallery .cut-tile {
    flex-basis: clamp(240px, 48vw, 360px);
  }
}
@media (max-width: 760px) {
  .home-split-media,
  .home-split-panel {
    min-height: 440px;
  }
  .home-split-media {
    grid-template-columns: 1fr;
  }
  .dog-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  .home-split-panel {
    min-height: 330px;
  }
  .split-logo-stack {
    left: auto;
    right: 16px;
    transform: none;
  }
  .split-logo-stack img {
    width: 54px;
    height: 54px;
  }
  .dog-lineup-grid {
    grid-template-columns: 1fr;
  }
  .swipe-gallery-shell {
    padding: 12px;
    border-radius: 24px;
  }
  .swipe-gallery-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .swipe-gallery .cut-tile {
    flex-basis: 82vw;
    border-radius: 18px;
  }
  .gallery-controls button {
    width: 42px;
    height: 42px;
  }
  .compact-dog-card .dog-image img {
    aspect-ratio: 16/11;
  }
}

/* Launch updates: home split hero, dog lineup, and swipeable galleries */
.home-split-media {
  position: relative;
  min-height: 580px;
  border-radius: 26px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.home-split-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04),
    rgba(0, 0, 0, 0.32) 55%,
    rgba(0, 0, 0, 0.76)
  );
  pointer-events: none;
  z-index: 1;
}
.home-split-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #050505;
  display: block;
}
.home-split-panel:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.home-split-panel img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}
.home-split-panel:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.05);
}
.home-split-panel.dog-panel img {
  object-position: center 35%;
}
.home-split-panel.cut-panel img {
  object-position: center center;
}
.split-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 20px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 12px 13px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
}
.split-label span,
.split-label strong {
  display: block;
}
.split-label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.split-label strong {
  color: #fff;
  font-family: var(--head);
  font-size: 28px;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.split-logo-stack {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 4;
  display: grid;
  gap: 10px;
  transform: translateX(-50%);
}
.split-logo-stack img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #000;
  padding: 5px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45);
}
.home-hero .hero-card {
  background: linear-gradient(
    140deg,
    rgba(193, 18, 31, 0.16),
    rgba(212, 175, 55, 0.13),
    rgba(255, 255, 255, 0.03)
  );
}
.hero-feature-dog > img {
  object-position: center 36%;
}
.lineup-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dog-profile-card .dog-image img {
  aspect-ratio: 4/5;
  object-position: center;
  object-fit: cover;
}
.dog-profile-card .profile-content {
  min-height: 275px;
  align-content: start;
}
.dog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.dog-tags span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.1);
  color: #ffeeb4;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.swipe-gallery-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  padding: 18px;
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(193, 18, 31, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(0, 87, 184, 0.14),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.bully-gallery-shell {
  background:
    radial-gradient(
      circle at 18% 0%,
      rgba(212, 175, 55, 0.22),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(245, 208, 111, 0.12),
      transparent 24rem
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  border-color: rgba(212, 175, 55, 0.28);
}
.swipe-gallery-top,
.carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.swipe-gallery-top strong,
.swipe-gallery-top span {
  display: block;
}
.swipe-gallery-top strong {
  color: #fff;
}
.swipe-gallery-top span {
  color: var(--muted);
  font-size: 13px;
}
.gallery-controls,
.carousel-controls {
  display: flex;
  gap: 10px;
}
.gallery-controls button,
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: 0.2s ease;
}
.gallery-controls button:hover,
.carousel-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}
.bully-gallery-shell .carousel-btn {
  border-color: rgba(212, 175, 55, 0.4);
  color: #ffeeb4;
}
.swipe-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 4px;
  padding: 4px 4px 18px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}
.swipe-gallery::-webkit-scrollbar {
  height: 10px;
}
.swipe-gallery::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}
.swipe-gallery::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--red), var(--blue));
  border-radius: 999px;
}
.bully-gallery-shell .swipe-gallery::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}
.swipe-gallery .cut-tile {
  flex: 0 0 clamp(260px, 31vw, 360px);
  aspect-ratio: 4/5;
  border-radius: 24px;
  scroll-snap-align: start;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}
.swipe-gallery .cut-tile:before {
  opacity: 0.26;
}
.bully-gallery-shell .cut-tile:before {
  background: linear-gradient(
    145deg,
    rgba(212, 175, 55, 0.28),
    transparent 34%,
    rgba(245, 208, 111, 0.12)
  );
  opacity: 0.32;
}
.swipe-gallery .cut-tile img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #050505;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}
.swipe-gallery .cut-tile:hover img {
  transform: scale(1.025);
}
@media (max-width: 1180px) {
  .lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dog-profile-card .profile-content {
    min-height: 0;
  }
}
@media (max-width: 1040px) {
  .home-split-media,
  .home-split-panel img {
    min-height: 470px;
  }
  .swipe-gallery .cut-tile {
    flex-basis: clamp(250px, 43vw, 340px);
  }
}
@media (max-width: 760px) {
  .home-split-media {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .home-split-panel:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .home-split-panel img {
    min-height: 330px;
  }
  .split-logo-stack {
    top: 50%;
    left: auto;
    right: 14px;
    transform: translateY(-50%);
  }
  .split-logo-stack img {
    width: 56px;
    height: 56px;
  }
  .lineup-grid {
    grid-template-columns: 1fr;
  }
  .swipe-gallery-shell {
    padding: 12px;
    border-radius: 24px;
  }
  .swipe-gallery-top,
  .carousel-toolbar {
    align-items: flex-start;
  }
  .swipe-gallery .cut-tile {
    flex-basis: 82vw;
    border-radius: 20px;
  }
  .dog-profile-card .dog-image img {
    aspect-ratio: 4/4.7;
  }
}
@media (max-width: 460px) {
  .home-split-panel img {
    min-height: 280px;
  }
  .split-label strong {
    font-size: 23px;
  }
  .swipe-gallery-top,
  .carousel-toolbar {
    flex-direction: column;
  }
  .gallery-controls,
  .carousel-controls {
    width: 100%;
    justify-content: flex-end;
  }
  .swipe-gallery .cut-tile {
    flex-basis: 84vw;
  }
}
/* Stud funnel */
.stud-page {
  --stud-gold: #d8b14a;
}
.stud-page main {
  overflow: hidden;
}
.stud-overview-hero .hero-media img,
.stud-primary-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050505;
}
.stud-hero-media {
  min-height: 620px;
}
.stud-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 40px;
}
.stud-overview-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  background: linear-gradient(145deg, #17150f, #090909 62%);
  border: 1px solid #6f5627;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 80px #0009;
}
.stud-card-image {
  min-height: 560px;
  background: #050505;
  position: relative;
}
.stud-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stud-card-image .status {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
}
.stud-card-body {
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.stud-card-body h2 {
  margin: 18px 0 12px;
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 8px;
  margin: 20px 0 26px;
}
.mini-stats div,
.stud-stat-grid div {
  padding: 14px;
  border: 1px solid #40371f;
  border-radius: 13px;
  background: #ffffff05;
}
.mini-stats dt,
.stud-stat-grid dt {
  color: #a89e88;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 800;
}
.mini-stats dd,
.stud-stat-grid dd {
  margin: 7px 0 0;
  font-weight: 850;
}
.stud-profile-hero {
  padding-block: 90px 70px;
}
.stud-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  gap: clamp(35px, 7vw, 90px);
  align-items: center;
}
.stud-profile-copy h1 {
  font-size: clamp(74px, 12vw, 154px);
  line-height: 0.83;
  margin: 24px 0;
}
.stud-primary-visual {
  height: min(760px, 78vh);
  border: 1px solid #705727;
  border-radius: 26px;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 32px 100px #000b;
}
.lineage-callout {
  display: inline-block;
  color: #e3c365;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
}
.stud-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.stud-stat-grid div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stud-lineage-layout {
  align-items: center;
}
.lineage-visual {
  border: 1px solid #705727;
  background: #050505;
  padding: 0;
  border-radius: 22px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 25px 80px #0009;
}
.lineage-visual img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
}
.stud-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.stud-photo-grid button {
  border: 1px solid #705727;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  background: #090909;
  min-height: 460px;
  cursor: zoom-in;
}
.stud-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stud-next-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.stud-next-step h2 {
  margin: 12px 0;
}
.pricing-hero {
  padding: 120px 0 72px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, #7a5d2329, transparent 42%),
    linear-gradient(#0d0c09, #080808);
}
.pricing-hero-inner {
  max-width: 850px;
}
.pricing-hero h1 {
  font-size: clamp(48px, 8vw, 98px);
  margin: 20px 0;
}
.pricing-hero .dog-tags,
.pricing-hero .actions {
  justify-content: center;
}
.price-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: -18px;
}
.price-offer-card {
  padding: 30px;
  text-align: center;
  border: 1px solid #4b4024;
  border-radius: 20px;
  background: linear-gradient(145deg, #17150f, #0b0b0b);
  box-shadow: 0 22px 65px #0008;
}
.price-offer-card.featured {
  border-color: #d8b14a;
  transform: translateY(-10px);
}
.price-offer-card span {
  display: block;
  color: #c5b88f;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 850;
}
.price-offer-card strong {
  display: block;
  font-size: clamp(44px, 6vw, 72px);
  color: #e1bd58;
  margin: 14px 0;
}
.pricing-disclaimer,
.scarcity-note {
  max-width: 840px;
  margin: 28px auto 0;
  text-align: center;
  color: #aaa28d;
  font-size: 13px;
}
.scarcity-note {
  color: #ead277;
  font-weight: 800;
}
.pricing-form-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
}
.pricing-form-layout .contact-form {
  margin: 0;
}
.hidden-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1050px) {
  .stud-card-grid,
  .stud-profile-grid,
  .pricing-form-layout {
    grid-template-columns: 1fr;
  }
  .stud-overview-card {
    grid-template-columns: 0.8fr 1fr;
  }
  .stud-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stud-primary-visual {
    height: auto;
    max-height: none;
  }
  .stud-primary-visual img {
    height: auto;
  }
}
@media (max-width: 720px) {
  .stud-card-grid,
  .price-offer-grid,
  .stud-photo-grid {
    grid-template-columns: 1fr;
  }
  .stud-overview-card {
    grid-template-columns: 1fr;
  }
  .stud-card-image {
    min-height: 480px;
  }
  .stud-hero-media {
    min-height: 480px;
  }
  .stud-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stud-photo-grid button {
    min-height: 420px;
  }
  .stud-next-step {
    align-items: flex-start;
    flex-direction: column;
  }
  .price-offer-card.featured {
    transform: none;
  }
}

.pedigree-card-media {
  background: #050505;
}
.pedigree-card-media img {
  object-fit: contain !important;
}
.program-lineage-feature {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(20px, 4vw, 38px);
  border: 1px solid #645027;
  border-radius: 22px;
  background: linear-gradient(145deg, #17150f, #090909);
}
.program-lineage-feature h3 {
  margin: 14px 0;
}
.program-lineage-feature button {
  padding: 0;
  border: 1px solid #594821;
  border-radius: 15px;
  overflow: hidden;
  background: #050505;
  cursor: zoom-in;
}
.program-lineage-feature img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .program-lineage-feature {
    grid-template-columns: 1fr;
  }
}

/* Battleplann updates the iframe's inline height as booking steps change. */
.booking-frame.compact-frame {
  height: auto;
  min-height: 600px;
  overflow: hidden;
}
.booking-frame.compact-frame iframe {
  height: 600px;
  min-height: 600px !important;
}
