:root {
  --ink: #171814;
  --paper: #f2eee5;
  --cream: #e6ddce;
  --clay: #9b4f32;
  --sage: #6f7561;
  --gold: #bd9b62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5vw;
  color: white;
  border-bottom: 1px solid #ffffff38;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font: 500 14px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .68; }
.nav-cta { border: 1px solid #ffffffaa; padding: 13px 18px; }
.mobile-cta { display: none; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; border-bottom: 1px solid; padding-bottom: 4px; }

.hero {
  height: min(850px, 100vh);
  min-height: 700px;
  position: relative;
  color: white;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  background: url("assets/house-of-xolo-hero-new.jpg") center/cover no-repeat;
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,14,11,.84) 0%, rgba(10,14,11,.5) 38%, rgba(10,14,11,.05) 72%),
    linear-gradient(0deg, rgba(10,10,8,.45), transparent 45%);
}

.hero-copy {
  position: absolute;
  left: 8vw;
  top: 53%;
  transform: translateY(-42%);
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 23px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
}

.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--clay); }
.eyebrow.light::before { background: var(--gold); }

h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}

h1 { font-size: clamp(58px, 7.1vw, 110px); line-height: .88; }
h1 em, h2 em { font-weight: 400; color: var(--gold); }

.hero-lede {
  max-width: 540px;
  font: 400 17px/1.7 Georgia, serif;
  color: #f4efe6d9;
  margin: 34px 0;
}

.hero-actions { display: flex; align-items: center; gap: 35px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 19px;
  min-width: 190px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  transition: transform .2s, background .2s;
}

.button:hover { transform: translateY(-2px); }
.button-light { background: #f4f0e8; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.text-link {
  display: inline-flex;
  gap: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid #292b2790;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.text-link.light { border-color: #ffffff70; }

.section-pad { padding: 120px 8vw; }
h2 { font-size: clamp(48px, 5.5vw, 84px); line-height: .98; }

.intro {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 10vw;
  align-items: start;
}
.intro h2 em { color: var(--clay); }
.intro-copy { padding-top: 37px; max-width: 540px; }
.intro-copy p { margin: 0 0 20px; font: 19px/1.7 Georgia, serif; color: #44463f; }
.intro-copy .text-link { margin-top: 17px; }

.dogs { background: #e5ded2; }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 60px;
}
.section-heading h2 em { color: var(--clay); }
.section-heading > p { max-width: 430px; color: #5d5e57; font: 16px/1.6 Georgia, serif; }

.dog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 24px; }
.dog-portrait {
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #c2aa91;
}
.dog-portrait.ink { background: #343731; }
.dog-portrait.sand { background: #bda57f; }
.dog-portrait.sage { background: #737866; }
.dog-portrait.wine { background: #75483e; }
.dog-portrait.ochre { background: #9b7545; }
.dog-portrait.has-photo { background-size: cover; background-position: center; background-repeat: no-repeat; }
.dog-portrait.is-lara { background-image: url("assets/lara-hero.png"); background-size: cover; background-position: 50% 50%; }
.dog-portrait.is-lilith { background-image: url("assets/lilith.jpg"); }
.dog-portrait.is-shaitan { background-image: url("assets/shaitan.jpg"); background-position: 62% center; }
.dog-portrait.is-etecatl { background-image: url("assets/etecatl.jpg"); background-size: 145% auto; background-position: 61% 34%; }
.dog-portrait.is-venus { background-image: url("assets/venus.jpg"); }
.dog-portrait.is-lucette { background-image: url("assets/lucette-show.png"); background-size: auto 100%; background-position: 61% center; }

.dog-meta { display: flex; justify-content: space-between; margin-top: 21px; align-items: center; }
.dog-meta h3 { margin: 0 0 4px; font: 30px/1 Georgia, serif; }
.dog-meta p { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; color: var(--clay); }
.round-arrow { border: 1px solid #696961; border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; }
.dog-note { color: #5c5c55; font: 14px/1.55 Georgia, serif; max-width: 90%; }
.content-note { margin: 42px 0 0; font-size: 10px; color: #77776d; letter-spacing: .07em; }

.standards {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
}
.standards-title h2 { font-size: clamp(50px, 5.3vw, 78px); }
.standards-title > p:last-child { color: #b5b5aa; font: 16px/1.65 Georgia, serif; max-width: 410px; margin-top: 32px; }
.standards-list article { display: grid; grid-template-columns: 50px 1fr; gap: 24px; border-top: 1px solid #ffffff25; padding: 30px 0; }
.standards-list article:last-child { border-bottom: 1px solid #ffffff25; }
.standards-list span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.standards-list h3 { margin: 0 0 10px; font: 30px/1.1 Georgia, serif; }
.standards-list p { color: #aeafa6; margin: 0; line-height: 1.65; font-size: 14px; max-width: 600px; }

.care-partner {
  min-height: 440px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(238,230,217,.98) 0%, rgba(238,230,217,.9) 34%, rgba(238,230,217,.15) 65%, transparent 75%),
    url("assets/xolo-supply-products.webp");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #b7a68e55;
}
.care-partner-content { max-width: 520px; }
.care-partner h3 { margin: 0 0 24px; font: 400 clamp(38px, 4vw, 58px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.care-partner-content > p:not(.eyebrow) { max-width: 430px; margin: 0 0 27px; color: #44463f; font: 18px/1.6 Georgia, serif; }

.puppies {
  display: grid;
  grid-template-columns: .7fr 1fr;
  gap: 11vw;
  align-items: center;
  background: #d8cbb7;
}
.puppy-seal {
  width: min(360px, 34vw);
  aspect-ratio: 1;
  border: 1px solid #9d735d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--clay);
  gap: 15px;
  position: relative;
}
.puppy-seal::before, .puppy-seal::after { content: ""; position: absolute; inset: 7%; border: 1px solid #9d735d66; border-radius: 50%; }
.puppy-seal::after { inset: 17%; }
.puppy-seal b { font: 500 46px/1 Arial, Helvetica, sans-serif; letter-spacing: .16em; margin-left: .16em; z-index: 1; }
.puppy-seal span { font-size: 9px; letter-spacing: .28em; z-index: 1; }
.puppy-copy h2 em { color: var(--clay); }
.puppy-copy > p:not(.eyebrow) { max-width: 580px; font: 17px/1.7 Georgia, serif; color: #46463f; }
.puppy-copy .button { margin-top: 18px; }

.contact { text-align: center; background: var(--clay); color: white; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(55px, 6vw, 88px); }
.contact h2 em { color: #e5c98d; }
.contact > p:not(.eyebrow):not(.contact-note) { max-width: 590px; margin: 30px auto; font: 17px/1.7 Georgia, serif; color: #f3e9df; }
.contact .button { margin: 0 auto; }
.contact-note { font-size: 9px; letter-spacing: .1em; opacity: .7; margin-top: 20px; }

footer {
  min-height: 150px;
  padding: 28px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #000;
  color: #d9d4ca;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
footer > div { display: flex; gap: 22px; }
.footer-wordmark { display: inline-flex; flex-direction: column; gap: 15px; color: #d8ad61; font: 500 15px/1 Arial, Helvetica, sans-serif; letter-spacing: .24em; white-space: nowrap; }
.footer-wordmark::after { content: ""; width: 42px; height: 1px; background: #d8ad61; }

@media (max-width: 1000px) and (min-width: 801px) {
  .dog-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 24px; }
}

@media (max-width: 800px) {
  .site-header { height: 74px; }
  .desktop-nav { display: none; }
  .mobile-cta { display: block; }
  .hero { height: auto; min-height: 0; background: #10120e; }
  .hero-image { position: relative; inset: auto; width: 100%; aspect-ratio: 3/2; background-size: contain; background-position: center; transform: none; }
  .hero-shade { display: none; }
  .hero-copy { position: relative; left: auto; right: auto; top: auto; transform: none; max-width: none; padding: 52px 6vw 68px; }
  .hero h1 { font-size: clamp(46px, 13vw, 62px); line-height: .92; }
  .hero-lede { font-size: 15px; max-width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-pad { padding: 82px 6vw; }
  .intro, .standards, .puppies { grid-template-columns: 1fr; gap: 50px; }
  .intro-copy { padding-top: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .dog-grid { grid-template-columns: 1fr; gap: 56px; }
  .dog-portrait { aspect-ratio: 4/3; }
  .dog-portrait.has-photo { background-size: contain !important; background-position: center !important; background-repeat: no-repeat; background-color: #2d2f2a; }
  .care-partner {
    min-height: 650px;
    align-items: flex-end;
    background-image:
      linear-gradient(0deg, rgba(238,230,217,1) 0%, rgba(238,230,217,.96) 36%, rgba(238,230,217,.15) 72%),
      url("assets/xolo-supply-products.webp");
    background-position: 72% center;
  }
  .puppy-seal { width: 260px; justify-self: center; }
  .standards-list article { grid-template-columns: 36px 1fr; }
  .contact { padding-left: 5vw; padding-right: 5vw; }
  footer { flex-direction: column; text-align: center; padding: 50px 5vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
