@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;600;700;800;900&display=swap');

:root {
  --yellow: #f3c817;
  --black: #070806;
  --paper: #f2f0e8;
  --line: rgba(255,255,255,.14);
  --font-display: "Anton", Impact, sans-serif;
  --font-sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--black); color: #fff; font-family: var(--font-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; border-bottom: 1px solid var(--line); position: fixed; top: 0; left: 0; right: 0;
  z-index: 30; background: rgba(7,8,6,.86); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  transition: background .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.site-header.is-scrolled {
  background: rgba(7,8,6,.96);
  border-bottom-color: rgba(255,255,255,.1); box-shadow: 0 12px 34px rgba(0,0,0,.42);
}
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .site-header { background: rgba(7,8,6,.96); }
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; background: var(--yellow); color: var(--black); font: 400 22px/1 var(--font-display); transform: skew(-7deg); }
.brand-copy { text-transform: uppercase; font: 400 21px/.9 var(--font-display); letter-spacing: .05em; }
.brand-copy small { display: block; margin-top: 5px; color: var(--yellow); font: 600 9px/1 var(--font-sans); letter-spacing: .44em; }
nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
nav a { color: rgba(255,255,255,.66); transition: .2s ease; }
nav a:hover { color: var(--yellow); }
.header-cta { border: 1px solid rgba(243,200,23,.65); padding: 13px 17px; color: var(--yellow); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.header-cta span { margin-left: 9px; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 49% 51%; overflow: hidden; position: relative; background: radial-gradient(circle at 12% 70%, #1d1c13 0, transparent 34%), #080907; }
.hero::before { content: "BBK"; position: absolute; left: -2vw; bottom: -15vh; font: 400 40vw/1 var(--font-display); color: rgba(255,255,255,.018); letter-spacing: -.06em; }
.hero-noise { position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.15) .55px, transparent .55px); background-size: 4px 4px; mix-blend-mode: soft-light; }
.hero-copy { padding: 164px 5vw 50px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--yellow); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.eyebrow span { width: 36px; height: 2px; background: var(--yellow); }
h1 { margin: 0; font: 400 clamp(4.1rem, 7.2vw, 8.2rem)/.85 var(--font-display); text-transform: uppercase; letter-spacing: -.025em; }
h1 em { color: var(--yellow); font-style: normal; }
.hero-text { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: clamp(.95rem, 1.15vw, 1.1rem); line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.button-primary { color: var(--black); background: var(--yellow); box-shadow: 0 8px 30px rgba(243,200,23,.18); }
.button-primary span { margin-left: 18px; font-size: 18px; }
.button-ghost { border: 1px solid var(--line); color: rgba(255,255,255,.78); }
.hero-proof { display: flex; margin-top: 44px; border-top: 1px solid var(--line); padding-top: 21px; width: min(420px,100%); }
.hero-proof div { display: flex; flex-direction: column; padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: var(--yellow); font: 400 25px/1 var(--font-display); }
.hero-proof span { margin-top: 5px; color: rgba(255,255,255,.44); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .16em; }

.hero-visual { position: relative; min-height: 100%; background: var(--yellow); clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.hero-visual::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(7,8,6,.3), transparent 28%), linear-gradient(0deg, rgba(7,8,6,.7), transparent 38%); pointer-events:none; }
.frame { position: absolute; overflow: hidden; background: #222; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame-main { inset: 0; clip-path: polygon(17% 0,100% 0,100% 100%,0 100%); }
.frame-main img { object-position: center 44%; filter: saturate(.78) contrast(1.06); }
.frame-side { width: 26%; aspect-ratio: .79; left: 8%; bottom: 6%; border: 8px solid var(--yellow); z-index: 3; }
.frame-side img { object-position: center; }
.visual-tag { position: absolute; top: 130px; right: 4vw; z-index: 3; color: var(--black); background: var(--yellow); padding: 12px 15px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.visual-tag span { font-size: 7px; margin-right: 7px; }
.outline-word { position: absolute; z-index: 2; bottom: 4%; right: -1.5%; writing-mode: vertical-rl; transform: rotate(180deg); color: transparent; -webkit-text-stroke: 1px rgba(243,200,23,.36); font: 400 7vw/1 var(--font-display); letter-spacing: .04em; }

.ticker { overflow: hidden; background: var(--yellow); color: var(--black); height: 66px; display: flex; align-items: center; }
.ticker > div { display: flex; align-items: center; gap: 30px; width: max-content; padding-left: 30px; animation: ticker 22s linear infinite; }
.ticker span { white-space: nowrap; font: 400 25px/1 var(--font-display); text-transform: uppercase; letter-spacing: .03em; }
.ticker i { font-size: 9px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 6vw; }
.section-label { display: flex; align-items: center; gap: 13px; color: rgba(7,8,6,.52); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.section-label span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(7,8,6,.28); border-radius: 50%; color: var(--black); font-size: 8px; }
.section-label::after { content:""; width: 62px; height: 1px; background: rgba(7,8,6,.2); }
.kicker { margin: 0 0 18px; color: #7d795f; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.about { color: var(--black); background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 10vw; padding: 65px 0 95px; }
.about h2, .dogs h2, .training h2, .pedigree h2, .contact h2 { margin: 0; font: 400 clamp(4rem, 7.6vw, 8rem)/.88 var(--font-display); text-transform: uppercase; letter-spacing: -.025em; }
.about h2 em, .dogs h2 em, .training h2 em, .pedigree h2 em, .contact h2 em { color: var(--yellow); font-style: normal; }
.about h2 em { color: #b58a00; }
.about-copy { padding-top: 48px; }
.about-copy > p { color: #716e60; font-size: 14px; line-height: 1.85; }
.about-copy .lead { color: var(--black); font-size: 20px; line-height: 1.45; font-weight: 650; }
.signature { display: flex; align-items: center; gap: 16px; margin-top: 35px; padding-top: 24px; border-top: 1px solid #d2cfc3; }
.signature > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--black); color: var(--yellow); font: 400 20px/1 var(--font-display); transform: skew(-6deg); }
.signature p { margin: 0; text-transform: uppercase; font-size: 10px; line-height: 1.55; font-weight: 850; letter-spacing: .12em; }
.signature small { color: #928e7d; font-size: 8px; }
.feature-strip { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cbc8bc; border-bottom: 1px solid #cbc8bc; }
.feature-strip article { display: flex; gap: 24px; padding: 36px 3vw 36px 0; border-right: 1px solid #cbc8bc; }
.feature-strip article + article { padding-left: 3vw; }
.feature-strip article:last-child { border: 0; }
.feature-strip strong { color: #b58a00; font: 400 26px/1 var(--font-display); }
.feature-strip h3 { margin: 0 0 9px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.feature-strip p { margin: 0; color: #76735f; font-size: 13px; line-height: 1.7; }

.dogs { background: #0a0b09; padding-top: 78px; }
.dark-label { color: rgba(255,255,255,.45); }
.dark-label span { border-color: rgba(255,255,255,.22); color: var(--yellow); }
.dark-label::after { background: rgba(255,255,255,.18); }
.dogs-title-row { display: grid; grid-template-columns: 1fr .48fr; gap: 8vw; align-items: end; margin: 50px 0 66px; }
.dogs-title-row p { margin: 0 0 8px; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.8; }
.dog-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 270px 270px; gap: 14px; }
.dog-card { position: relative; overflow: hidden; background: #222; }
.dog-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.dog-card:hover img { transform: scale(1.035); filter: saturate(.95); }
.dog-card-wide { grid-column: span 7; grid-row: span 2; }
.dog-card-wide img { object-position: center 42%; }
.dog-card-tall { grid-column: span 5; }
.dog-card-tall img { object-position: center 12%; }
.dog-card-small { grid-column: span 2; }
.dog-card-human { grid-column: span 3; }
.dog-card-human img { object-position: center 20%; }
.dog-card-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75), transparent 50%); }
.dog-card-copy { position: absolute; left: 25px; right: 20px; bottom: 23px; }
.dog-card-copy span { color: var(--yellow); font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.dog-card-copy h3 { margin: 7px 0 0; font: 400 clamp(1.4rem, 2vw, 2.3rem)/1 var(--font-display); text-transform: uppercase; }
.gallery-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 40px; }
.gallery-note p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.gallery-note a { color: var(--yellow); text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.gallery-note a span { margin-left: 12px; }

.training { display: grid; grid-template-columns: 46% 54%; min-height: 880px; background: var(--yellow); color: var(--black); scroll-margin-top: 64px; }
.training-photo { position: relative; overflow: hidden; margin: 30px 0 30px 30px; }
.training-photo::after { content:""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.58), transparent 45%); }
.training-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.training-badge { position: absolute; left: 30px; bottom: 30px; z-index: 2; display: flex; align-items: center; gap: 13px; }
.training-badge strong { display: grid; place-items: center; width: 55px; height: 55px; background: var(--yellow); font: 400 22px/1 var(--font-display); transform: skew(-6deg); }
.training-badge span { color: white; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .15em; }
.training-content { padding: 110px 8vw 95px 7vw; }
.yellow-label { color: rgba(7,8,6,.5); }
.training .kicker { margin-top: 72px; color: rgba(7,8,6,.58); }
.training h2 em { color: white; }
.training-lead { margin: 27px 0 32px; max-width: 580px; font-size: 16px; line-height: 1.7; font-weight: 600; }
.training-list { border-top: 1px solid rgba(7,8,6,.25); }
.training-list article { display: flex; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(7,8,6,.25); }
.training-list article > span { font: 400 19px/1.4 var(--font-display); }
.training-list h3 { margin: 0 0 5px; text-transform: uppercase; font-size: 11px; letter-spacing: .07em; }
.training-list p { margin: 0; color: rgba(7,8,6,.62); font-size: 11px; line-height: 1.55; }
.training-cta { margin-top: 30px; background: var(--black); color: var(--yellow); }
.training-cta span { margin-left: 16px; font-size: 17px; }

.pedigree { min-height: 780px; position: relative; display: grid; grid-template-columns: 1fr .68fr; gap: 12vw; align-items: center; overflow: hidden; background: #0a0b09; }
.pedigree::after { content:""; position:absolute; width:34vw; height:34vw; min-width:440px; min-height:440px; border:1px solid rgba(243,200,23,.13); border-radius:50%; left:-7vw; top:50%; transform:translateY(-50%); }
.pedigree-mark { position: absolute; left: -2vw; top: 50%; transform: translateY(-50%); color: rgba(243,200,23,.055); font: 400 30vw/1 var(--font-display); }
.pedigree-content { position: relative; z-index: 2; }
.pedigree .kicker { margin-top: 70px; }
.pedigree-content > p:last-of-type { max-width: 610px; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.85; }
.pedigree-content > a { display: inline-block; margin-top: 25px; padding-bottom: 9px; border-bottom: 1px solid var(--yellow); color: var(--yellow); text-transform: uppercase; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.pedigree-content > a span { margin-left: 15px; }
.pedigree blockquote { position: relative; z-index: 2; margin: 0; padding: 45px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.025); }
.pedigree blockquote span { color: var(--yellow); font: 400 72px/.7 var(--font-display); }
.pedigree blockquote p { margin: 25px 0 0; font: 400 clamp(1.6rem, 2.6vw, 2.8rem)/1.25 var(--font-display); text-transform: uppercase; }

.contact { padding: 55px 6vw 100px; background: var(--paper); color: var(--black); }
.contact-topline { display: flex; flex-wrap: wrap; gap: 14px 24px; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid #cac7ba; color: #6f6c5c; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.contact-grid { display: grid; grid-template-columns: 1fr .62fr; gap: 11vw; padding-top: 85px; }
.contact h2 em { color: #b58a00; }
.contact-box { padding-top: 32px; }
.contact-box > p { max-width: 500px; margin: 0 0 34px; color: #726f62; font-size: 14px; line-height: 1.8; }
.contact-button { display: flex; justify-content: space-between; align-items: center; padding: 20px 22px; margin-bottom: 36px; background: var(--yellow); text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.contact-button strong { font-size: 20px; }
.contact-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d3d0c4; font-size: 14px; }
.contact-line span { color: #7b7767; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.contact-line strong { text-align: right; }

footer { min-height: 125px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; padding: 26px 6vw; border-top: 1px solid rgba(255,255,255,.12); background: #070806; }
footer p { margin: 0; color: rgba(255,255,255,.36); font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .11em; }
.footer-end { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; }
.footer-end p { text-align: right; }
.footer-credit { color: rgba(255,255,255,.5); font-size: 11px; text-transform: none; letter-spacing: .02em; }
.footer-credit strong { color: var(--yellow); font-weight: 800; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: flex; align-items: center; gap: 14px; padding: 14px 17px; color: var(--black); background: var(--yellow); box-shadow: 0 8px 35px rgba(0,0,0,.3); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.whatsapp-float strong { font-size: 16px; }

.button, .header-cta, .contact-button, .whatsapp-float { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .header-cta:hover, .contact-button:hover, .whatsapp-float:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(0,0,0,.2); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker > div { animation: none; }
  .dog-card img, .button, .header-cta, .contact-button, .whatsapp-float { transition: none; }
}

@media (max-width: 900px) {
  .site-header { height: 72px; } nav { display:none; } .header-cta { padding: 11px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 720px; padding: 125px 7vw 70px; }
  .hero-visual { min-height: 720px; clip-path: none; }
  .frame-main { clip-path: none; }
  .section { padding: 88px 6vw; }
  .about-grid, .dogs-title-row, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-copy { padding-top: 0; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-strip article, .feature-strip article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #cbc8bc; }
  .feature-strip article:last-child { border-bottom: 0; }
  .dog-gallery { grid-template-rows: 430px 300px 360px; }
  .dog-card-wide { grid-column: span 12; grid-row: auto; }
  .dog-card-tall { grid-column: span 12; }
  .dog-card-small { grid-column: span 6; }
  .dog-card-human { grid-column: span 6; }
  .training { grid-template-columns: 1fr; }
  .training-photo { min-height: 720px; margin: 22px 22px 0; }
  .training-content { padding: 80px 7vw; }
  .training .kicker { margin-top: 50px; }
  .pedigree { grid-template-columns: 1fr; gap: 65px; min-height: auto; }
  .contact-box { padding-top: 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 5vw; } .brand-copy { display: none; } .header-cta { font-size: 9px; }
  .hero-copy { min-height: 660px; padding-top: 120px; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof div { padding-right: 20px; margin-right: 20px; }
  .hero-visual { min-height: 610px; }
  .frame-side { width: 37%; left: 5%; }
  .section { padding: 72px 5vw; }
  .ticker { height: 55px; }
  .ticker span { font-size: 21px; }
  .about-grid { padding: 45px 0 65px; }
  .about h2, .dogs h2, .training h2, .pedigree h2, .contact h2 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .dogs-title-row { margin: 42px 0; }
  .dog-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; margin-right: -5vw; padding-right: 5vw; }
  .dog-card { flex: 0 0 84vw; height: 470px; scroll-snap-align: start; }
  .dog-card-small { flex-basis: 68vw; }
  .gallery-note { align-items: flex-start; flex-direction: column; }
  .training-photo { min-height: 530px; margin: 14px 14px 0; }
  .training-content { padding: 68px 6vw; }
  .pedigree { padding-bottom: 90px; }
  .pedigree blockquote { padding: 32px; }
  .contact { padding: 45px 5vw 80px; }
  .contact-grid { padding-top: 62px; }
  .contact-topline { font-size: 10px; letter-spacing: .1em; }
  .contact-line { flex-direction: column; align-items: flex-start; gap: 6px; }
  .contact-line strong { text-align: left; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  .footer-end { align-items: center; }
  .footer-end p { text-align: center; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { border-radius: 50%; width: 52px; height: 52px; justify-content: center; right: 14px; bottom: 14px; }
}
