:root {
  --ink: #221a1a;
  --muted: #6d6060;
  --paper: #f4ecdf;
  --paper-deep: #e8d8c6;
  --cream: #fffaf2;
  --wine: #7b2d3b;
  --wine-dark: #4d1b24;
  --wine-soft: #a45b67;
  --gold: #b48542;
  --gold-light: #d9bd7c;
  --forest: #24261f;
  --charcoal: #1b1717;
  --line: rgba(98, 67, 57, .18);
  --shadow: 0 24px 70px rgba(39, 22, 21, .16);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 150px) 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  padding: 10px 16px;
  background: #fff;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: #fff;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(249, 242, 231, .94);
  box-shadow: 0 1px 0 rgba(84, 54, 48, .12), 0 10px 30px rgba(42, 24, 23, .08);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-rose {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
}
.site-header.is-scrolled .brand-rose { color: var(--wine); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 600;
}
.brand-copy small {
  margin-top: 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
.site-nav > a:hover::after,
.site-nav > a:focus-visible::after { right: 0; }
.nav-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  color: #fff;
  background: linear-gradient(135deg, var(--wine), #9a4553);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(74, 22, 31, .25);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(74, 22, 31, .34);
  filter: saturate(1.08);
}
.button:disabled { cursor: wait; opacity: .76; transform: none; }
.button-small { min-height: 40px; padding: 9px 18px; }
.button-full { width: 100%; border: 0; }
.button-spinner {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
.inquiry-form.is-sending .button-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.text-link {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative;
  min-height: 880px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(191, 147, 77, .22), transparent 26%),
    radial-gradient(circle at 82% 64%, rgba(121, 51, 61, .24), transparent 34%),
    linear-gradient(140deg, #171515 0%, #2d1d1e 50%, #171716 100%);
}
.hero-texture {
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 48% 42%, transparent 0 42%, rgba(0,0,0,.25) 74%);
  background-size: 38px 38px, 38px 38px, auto;
  animation: textureDrift 18s ease-in-out infinite alternate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(213, 184, 116, .16);
  border-radius: 50%;
}
.hero::before { left: -250px; bottom: -180px; box-shadow: 0 0 0 54px rgba(213,184,116,.035), 0 0 0 108px rgba(213,184,116,.025); }
.hero::after { right: -240px; top: 80px; box-shadow: 0 0 0 64px rgba(213,184,116,.03), 0 0 0 128px rgba(213,184,116,.02); }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
  padding: 150px 0 90px;
}
.hero-copy { max-width: 610px; }
.ornament { display: flex; align-items: center; gap: 12px; width: 250px; margin-bottom: 24px; color: var(--gold-light); }
.ornament span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
.ornament span:last-child { background: linear-gradient(90deg, currentColor, transparent); }
.ornament b { font-weight: 400; }
.script-kicker,
.parent-name,
.champion-name,
.footer-brand {
  margin: 0;
  color: var(--wine);
  font-family: "Allura", cursive;
  font-size: clamp(48px, 5vw, 68px);
  line-height: .88;
  font-weight: 400;
}
.script-kicker.light { color: #e2c282; font-size: clamp(64px, 7vw, 96px); }
.hero-breed {
  margin: 12px 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  text-wrap: balance;
}
h1 { color: #f4e6cb; font-size: clamp(58px, 7.4vw, 102px); line-height: .88; font-weight: 500; letter-spacing: -.045em; }
h2 { font-size: clamp(45px, 5.6vw, 74px); line-height: .98; font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: 29px; line-height: 1.13; font-weight: 600; }
.hero-lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.77);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.25vw, 29px);
  line-height: 1.4;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 36px; }
.light-link { color: #f7ecdb; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 37px;
  color: rgba(255,255,255,.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.trust-row span::before { content: "✦"; margin-right: 8px; color: var(--gold-light); }
.hero-portraits {
  position: relative;
  min-height: 650px;
}
.hero-dog {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(228, 200, 138, .55);
  background: #241b1b;
  box-shadow: 0 38px 80px rgba(0,0,0,.48);
}
.hero-dog::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.33);
  pointer-events: none;
}
.hero-dog img { width: 100%; height: 100%; object-fit: cover; }
.hero-dog figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 42px 24px 20px;
  background: linear-gradient(transparent, rgba(20,13,13,.92));
}
.hero-dog figcaption strong { font-family: "Allura", cursive; font-size: 45px; line-height: .8; font-weight: 400; color: #f0cf88; }
.hero-dog figcaption span { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-dog-river { left: 0; top: 48px; width: 53%; height: 540px; transform: rotate(-2deg); animation: riverFloat 8s ease-in-out infinite; }
.hero-dog-river img { object-position: 50% 28%; }
.hero-dog-sedona { right: 0; bottom: 8px; width: 51%; height: 570px; transform: rotate(2deg); animation: sedonaFloat 9s ease-in-out infinite; }
.hero-dog-sedona img { object-position: 50% 45%; }
.hero-medallion {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 48%;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  transform: translate(-50%,-50%);
  border: 1px solid #e3c27f;
  border-radius: 50%;
  background: #3c2025;
  box-shadow: 0 0 0 8px rgba(44, 25, 28, .78), 0 14px 30px rgba(0,0,0,.4);
}
.hero-medallion span { font-family: "Cormorant Garamond", serif; font-size: 32px; color: #f2d99f; }
.hero-medallion { animation: medallionGlow 5.5s ease-in-out infinite; }
@keyframes textureDrift { from { background-position: 0 0, 0 0, center; } to { background-position: 18px 12px, -14px 18px, center; } }
@keyframes riverFloat { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-1.4deg) translateY(-8px); } }
@keyframes sedonaFloat { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1.4deg) translateY(7px); } }
@keyframes medallionGlow { 0%,100% { box-shadow: 0 0 0 8px rgba(44,25,28,.78), 0 14px 30px rgba(0,0,0,.4); } 50% { box-shadow: 0 0 0 8px rgba(44,25,28,.72), 0 0 34px rgba(226,194,127,.22), 0 16px 34px rgba(0,0,0,.42); } }
.hero-vignette { position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(12,10,10,.65)); }

.eyebrow {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.litter-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(180,133,66,.12), transparent 24%),
    linear-gradient(180deg, #f8f1e6, var(--paper));
}
.litter-section::after {
  content: "❦";
  position: absolute;
  right: -15px;
  bottom: -135px;
  color: rgba(123,45,59,.045);
  font-family: Georgia, serif;
  font-size: 390px;
  line-height: 1;
}
.intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}
.intro-copy p { margin: 0 0 22px; color: var(--muted); }
.lead { color: var(--ink) !important; font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 2.3vw, 30px); line-height: 1.42; }
.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(65px, 8vw, 105px);
}
.feature-card {
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,250,242,.7);
  box-shadow: 0 14px 36px rgba(67,41,37,.05);
}
.feature-icon {
  display: block;
  margin-bottom: 44px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  letter-spacing: .12em;
}
.feature-card h3 { margin-bottom: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.parents-section {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(170,117,65,.16), transparent 24%),
    linear-gradient(135deg, #181515, #302021 56%, #171515);
}
.section-heading-centered { max-width: 780px; margin: 0 auto 70px; text-align: center; }
.section-heading-centered > p:last-child { max-width: 600px; margin: 24px auto 0; color: var(--muted); }
.parents-section .script-kicker { color: var(--gold-light); }
.gold-divider { display: flex; align-items: center; gap: 15px; width: min(360px, 70%); margin: 28px auto 0; color: var(--gold-light); }
.gold-divider span { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, currentColor); }
.gold-divider span:last-child { background: linear-gradient(90deg, currentColor, transparent); }
.gold-divider b { font-weight: 400; }
.parents-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.parent-card { overflow: hidden; border: 1px solid rgba(219,184,116,.38); box-shadow: 0 32px 70px rgba(0,0,0,.3); }
.parent-card-dark { background: #111; }
.parent-card-light { color: var(--ink); background: #f6eee3; }
.parent-photo { height: 570px; overflow: hidden; }
.parent-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.parent-card:hover .parent-photo img { transform: scale(1.025); }
.parent-card-dark .parent-photo img { object-position: 50% 38%; }
.parent-card-light .parent-photo img { object-position: 50% 44%; }
.parent-copy { padding: 38px 40px 45px; }
.parent-role { margin: 0 0 4px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.parent-card-light .parent-role { color: var(--wine); }
.parent-name { margin-bottom: 16px; color: #d7ae65; }
.parent-card-light .parent-name { color: var(--wine); }
.parent-copy h3 { max-width: 490px; }
.parent-copy > p:last-child { margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 14px; }
.parent-card-light .parent-copy > p:last-child { color: var(--muted); }

.lineage-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.24), rgba(255,255,255,.24)),
    radial-gradient(circle at 80% 30%, rgba(184,133,66,.14), transparent 30%),
    #e9daca;
}
.lineage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.portrait-pair { position: relative; min-height: 640px; }
.oval-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 4px solid #8e662f;
  border-radius: 50% 50% 46% 46%;
  background: #211616;
  box-shadow: 0 0 0 10px rgba(255,248,235,.72), 0 0 0 12px rgba(132,93,43,.5), var(--shadow);
}
.oval-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.oval-frame img { width: 100%; height: 100%; object-fit: cover; }
.oval-river { left: 0; top: 5px; width: 62%; height: 500px; z-index: 1; }
.oval-river img { object-position: 50% 31%; }
.oval-sedona { right: 0; bottom: 0; width: 53%; height: 430px; z-index: 2; }
.oval-sedona img { object-position: 50% 28%; }
.lineage-copy .lead { margin: 28px 0 0; }
.champion-list { display: grid; gap: 0; margin-top: 46px; border-top: 1px solid rgba(104,70,51,.22); }
.champion-list article { padding: 28px 0; border-bottom: 1px solid rgba(104,70,51,.22); }
.champion-name { margin-bottom: 10px; font-size: 48px; }
.champion-list h3 { font-size: 25px; line-height: 1.25; }

.gallery-section { background: #f7f0e6; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 250px;
  gap: 18px;
}
.gallery-item {
  position: relative;
  grid-column: span 4;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #211717;
  box-shadow: 0 18px 48px rgba(46,29,27,.13);
  cursor: zoom-in;
}
.gallery-item.gallery-wide { grid-column: span 5; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:nth-child(1) img { object-position: 50% 35%; }
.gallery-item:nth-child(2) img { object-position: 50% 46%; }
.gallery-item:nth-child(3) img { object-position: 50% 26%; }
.gallery-item:nth-child(4) img { object-position: 50% 42%; }
.gallery-item:nth-child(5) img { object-position: 50% 35%; }
.gallery-item:nth-child(6) img { object-position: 50% 26%; }
.gallery-item span {
  position: absolute;
  inset: auto 0 0;
  padding: 44px 18px 16px;
  color: #fff;
  background: linear-gradient(transparent, rgba(20,13,13,.88));
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  text-align: left;
}
.gallery-item:hover img,
.gallery-item:focus-visible img { transform: scale(1.035); filter: brightness(.9); }
.gallery-item:focus-visible { outline: 3px solid var(--wine); outline-offset: 3px; }

.inquiry-section {
  color: #fff;
  background:
    radial-gradient(circle at 15% 30%, rgba(187,141,74,.2), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(126,46,59,.24), transparent 28%),
    #211819;
}
.inquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 115px); align-items: start; }
.inquiry-copy { position: sticky; top: 125px; }
.inquiry-copy .script-kicker { color: var(--gold-light); }
.inquiry-copy h2 { margin-top: 18px; }
.inquiry-copy > p:not(.script-kicker) { max-width: 500px; margin: 28px 0 0; color: rgba(255,255,255,.67); }
.contact-card {
  display: grid;
  gap: 7px;
  margin-top: 45px;
  padding: 24px 26px;
  border: 1px solid rgba(221,190,122,.34);
  background: rgba(255,255,255,.04);
}
.contact-card span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-card a { font-family: "Cormorant Garamond", serif; font-size: 25px; text-decoration: none; word-break: break-word; }
.copy-button {
  justify-self: start;
  margin-top: 4px;
  padding: 0;
  color: rgba(255,255,255,.63);
  border: 0;
  background: transparent;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.inquiry-form {
  padding: clamp(28px, 5vw, 48px);
  color: var(--ink);
  background: #f8f1e6;
  box-shadow: 0 34px 70px rgba(0,0,0,.3);
}
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.inquiry-form label { display: grid; gap: 8px; margin-bottom: 19px; }
.inquiry-form label > span { font-size: 11px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.inquiry-form label b { color: var(--wine); }
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  border: 1px solid rgba(100,70,61,.25);
  border-radius: 2px;
  outline: none;
  background: #fffdf8;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.inquiry-form input { min-height: 50px; }
.inquiry-form textarea { resize: vertical; min-height: 150px; }
.inquiry-form input:focus,
.inquiry-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,45,59,.1); }
.inquiry-form [aria-invalid="true"] { border-color: #a71d32; box-shadow: 0 0 0 3px rgba(167,29,50,.08); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.form-note.is-success { color: #2d6a42; font-weight: 700; }
.form-note.is-error { color: #9e2537; font-weight: 700; }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.7); background: #151212; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.footer-brand { color: #d6af68; font-size: 50px; }
.site-footer p { margin: 7px 0 0; font-size: 12px; }
.footer-right { text-align: right; }
.footer-right a { color: #fff; font-size: 13px; }

.lightbox {
  width: min(940px, calc(100% - 30px));
  max-height: calc(100dvh - 30px);
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.25);
  background: #121010;
  box-shadow: 0 34px 100px rgba(0,0,0,.65);
}
.lightbox::backdrop { background: rgba(13,10,10,.88); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: calc(100dvh - 50px); object-fit: contain; }
.lightbox-close {
  position: absolute;
  z-index: 2;
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  background: var(--wine-dark);
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal-delay { transition-delay: .12s; }
.js .reveal-delay-2 { transition-delay: .22s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1030px) {
  :root { --shell: min(100% - 32px, 900px); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 138px; }
  .hero-copy { max-width: 720px; }
  .hero-portraits { width: min(760px, 100%); min-height: 620px; margin: 0 auto; }
  .intro-grid, .lineage-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .feature-icon { margin-bottom: 20px; }
  .inquiry-copy { position: static; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 6; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 70px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 8px; }
  .brand-rose { width: 36px; height: 36px; font-size: 20px; }
  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    color: currentColor;
    border: 0;
    background: transparent;
  }
  .nav-toggle span:not(.sr-only) { width: 25px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 70px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 20px 26px;
    color: var(--ink);
    background: #f8f1e7;
    box-shadow: 0 20px 40px rgba(39,22,21,.18);
    transform: translateY(-130%);
    transition: transform .25s ease;
  }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a { padding: 14px 4px; }
  .site-nav .button { margin-top: 8px; }

  .hero-grid { gap: 45px; padding: 120px 0 75px; }
  .script-kicker.light { font-size: 62px; }
  .hero-breed { font-size: 15px; letter-spacing: .2em; }
  h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .light-link { align-self: flex-start; }
  .trust-row { display: grid; }
  .hero-portraits { min-height: 475px; }
  .hero-dog-river { width: 58%; height: 405px; top: 18px; }
  .hero-dog-sedona { width: 56%; height: 420px; bottom: 0; }
  .hero-medallion { width: 70px; height: 70px; top: 49%; }
  .hero-medallion span { font-size: 25px; }
  .hero-dog figcaption { padding: 35px 14px 14px; }
  .hero-dog figcaption strong { font-size: 36px; }
  .hero-dog figcaption span { font-size: 8px; }

  .intro-grid { gap: 34px; }
  .section-heading-centered { margin-bottom: 48px; }
  .parents-grid { grid-template-columns: 1fr; }
  .parent-photo { height: min(118vw, 580px); }
  .parent-copy { padding: 30px 26px 36px; }

  .portrait-pair { min-height: 510px; }
  .oval-river { width: 65%; height: 390px; }
  .oval-sedona { width: 57%; height: 345px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; gap: 10px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 1; }
  .gallery-item.gallery-tall { grid-row: span 2; }
  .gallery-item span { padding: 36px 12px 11px; font-size: 17px; }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .inquiry-form { padding: 25px 20px; }
  .footer-inner { align-items: start; flex-direction: column; }
  .footer-right { text-align: left; }
}

@media (max-width: 440px) {
  .hero-portraits { min-height: 415px; }
  .hero-dog-river { height: 350px; }
  .hero-dog-sedona { height: 365px; }
  .hero-medallion { width: 60px; height: 60px; }
  .hero-dog figcaption span { display: none; }
  .portrait-pair { min-height: 430px; }
  .oval-river { height: 330px; }
  .oval-sedona { height: 285px; }
  .gallery-grid { grid-auto-rows: 185px; }
}


@media (max-width: 440px) {
  .story-title { font-size: clamp(38px, 11vw, 46px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Version 3 refinements: premium monogram, flyer feature, carousel gallery, and stepped inquiry */
button, input, textarea, select { font: inherit; }

.brand-monogram {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(217,189,124,.12);
  isolation: isolate;
}
.brand-monogram::before,
.brand-monogram::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 19px;
  height: 1px;
  background: currentColor;
  opacity: .72;
  transform: translateX(-50%);
}
.brand-monogram::before { top: 7px; }
.brand-monogram::after { bottom: 7px; }
.brand-monogram i {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0,0,0,.2);
}
.brand-monogram i + i { margin-left: -4px; transform: translateY(2px); }
.site-header.is-scrolled .brand-monogram { color: var(--wine); box-shadow: inset 0 0 0 3px rgba(123,45,59,.08); }

.flyer-feature {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 130px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(217,189,124,.19), transparent 30%),
    radial-gradient(circle at 86% 78%, rgba(164,91,103,.2), transparent 28%),
    linear-gradient(135deg, #28191a, #4b2028 58%, #211717);
}
.flyer-feature::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(217,189,124,.24);
  pointer-events: none;
}
.flyer-feature-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .65fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}
.flyer-copy { max-width: 560px; }
.flyer-copy .eyebrow { color: var(--gold-light); }
.flyer-copy h2 { margin: 18px 0 25px; color: #fff7eb; }
.flyer-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.flyer-open {
  margin-top: 22px;
  padding: 0;
  color: var(--gold-light);
  border: 0;
  background: transparent;
  cursor: pointer;
}
.flyer-frame {
  position: relative;
  justify-self: center;
  width: min(100%, 430px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(240,211,149,.5);
  background: #171111;
  box-shadow: 0 38px 80px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.035);
  cursor: zoom-in;
  transform: rotate(1.15deg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.flyer-frame::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
}
.flyer-frame:hover,
.flyer-frame:focus-visible { transform: rotate(0) translateY(-5px); box-shadow: 0 46px 90px rgba(0,0,0,.5), 0 0 0 8px rgba(255,255,255,.05); }
.flyer-frame:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 6px; }
.flyer-frame img { width: 100%; height: auto; object-fit: contain; }
.flyer-frame > span {
  position: absolute;
  z-index: 2;
  inset: auto 16px 16px auto;
  padding: 7px 11px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(22,15,15,.76);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-section { overflow: hidden; }
.gallery-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.gallery-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 0;
  background: #211717;
  box-shadow: 0 16px 36px rgba(46,29,27,.14);
  cursor: zoom-in;
  transition: transform .28s ease, box-shadow .28s ease;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}
.gallery-card span {
  position: absolute;
  inset: auto 0 0;
  padding: 38px 12px 12px;
  color: #fff;
  background: linear-gradient(transparent, rgba(20,13,13,.9));
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.15;
  text-align: left;
}
.gallery-card:hover,
.gallery-card:focus-visible { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(46,29,27,.22); }
.gallery-card:hover img,
.gallery-card:focus-visible img { transform: scale(1.045); filter: brightness(.9); }
.gallery-card:focus-visible { outline: 3px solid var(--wine); outline-offset: 4px; }
.gallery-swipe-hint { display: none; margin: 15px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.gallery-swipe-hint[hidden] { display: none !important; }
.gallery-status {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 36px;
  color: var(--muted);
  border: 1px solid rgba(123,45,59,.12);
  background: rgba(255,253,248,.62);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 30px);
  text-align: center;
}
.gallery-status.is-error { color: var(--wine); }
.gallery-status.is-empty { color: #6e5c55; }

.inquiry-form { position: relative; overflow: hidden; }
.form-progress { margin-bottom: 32px; }
.form-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.form-progress-copy span:last-child { color: var(--wine); }
.form-progress-track { height: 6px; overflow: hidden; border-radius: 999px; background: rgba(123,45,59,.12); }
.form-progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wine), var(--gold));
  transition: width .38s cubic-bezier(.2,.8,.2,1);
}
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step[hidden] { display: none !important; }
.form-step.is-entering { animation: formStepIn .38s ease both; }
.form-step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(31px, 4vw, 43px);
  font-weight: 500;
  line-height: 1.05;
}
.step-intro { margin: 11px 0 26px; color: var(--muted); font-size: 13px; }
.inquiry-form select {
  width: 100%;
  min-height: 50px;
  padding: 13px 44px 13px 15px;
  color: var(--ink);
  border: 1px solid rgba(100,70,61,.25);
  border-radius: 2px;
  outline: none;
  background-color: #fffdf8;
  background-image: linear-gradient(45deg, transparent 50%, var(--wine) 50%), linear-gradient(135deg, var(--wine) 50%, transparent 50%);
  background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  appearance: none;
}
.inquiry-form select:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,45,59,.1); }
.inquiry-form textarea { min-height: 100px; }
.choice-group { margin-bottom: 28px; }
.choice-label {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.choice-label b { color: var(--wine); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-card { position: relative; display: block !important; margin: 0 !important; cursor: pointer; }
.choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.choice-card > span {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(100,70,61,.22);
  background: #fffdf8;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.choice-card strong { color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: 22px; line-height: 1.05; }
.choice-card small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.choice-card:hover > span { transform: translateY(-2px); border-color: rgba(123,45,59,.5); }
.choice-card input:checked + span { color: var(--ink); border-color: var(--wine); background: #f5e9e7; box-shadow: inset 0 0 0 1px var(--wine), 0 9px 22px rgba(123,45,59,.1); }
.choice-card input:focus-visible + span { outline: 3px solid rgba(123,45,59,.2); outline-offset: 2px; }
.choice-card input[aria-invalid="true"] + span { border-color: #a71d32; }
.agreement-card {
  position: relative;
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 14px !important;
  align-items: start;
  margin: 28px 0 27px !important;
  padding: 22px;
  border: 1px solid rgba(180,133,66,.45);
  background: #fffaf0;
  cursor: pointer;
}
.agreement-card input { width: 20px; height: 20px; min-height: 0; margin: 3px 0 0; accent-color: var(--wine); }
.agreement-card span { font-size: 13px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.58; text-transform: none !important; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 11px; }
.form-actions-end { justify-content: flex-end; }
.button-secondary {
  min-height: 50px;
  padding: 11px 18px;
  color: var(--wine);
  border: 1px solid rgba(123,45,59,.32);
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.button-secondary:hover,
.button-secondary:focus-visible { transform: translateY(-1px); border-color: var(--wine); background: rgba(123,45,59,.06); }
@keyframes formStepIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }

.lightbox {
  width: min(1050px, calc(100% - 28px));
  max-width: 1050px;
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: visible;
}
.lightbox[open] { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; }
.lightbox-figure { min-width: 0; margin: 0; background: #121010; }
.lightbox-figure img { width: 100%; max-height: calc(100dvh - 100px); object-fit: contain; }
.lightbox-figure figcaption {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  color: rgba(255,255,255,.82);
  background: #171212;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}
.lightbox-figure figcaption span:last-child { color: rgba(255,255,255,.55); font-family: "Manrope", sans-serif; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.lightbox-arrow {
  width: 48px;
  height: 48px;
  justify-self: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.lightbox-arrow:hover,
.lightbox-arrow:focus-visible { transform: scale(1.06); background: rgba(255,255,255,.14); }
.lightbox.is-single { grid-template-columns: minmax(0, 1fr); }
.lightbox.is-single .lightbox-arrow,
.lightbox.is-single [data-lightbox-count] { display: none; }
.lightbox.is-single .lightbox-figure img { max-height: calc(100dvh - 80px); }

@media (max-width: 1030px) {
  .flyer-feature-grid { grid-template-columns: minmax(0, 1fr) minmax(290px, .75fr); gap: 45px; }
  .gallery-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .brand-monogram { width: 39px; height: 39px; flex-basis: 39px; }
  .brand-monogram i { font-size: 22px; }
  .brand-monogram::before { top: 5px; }
  .brand-monogram::after { bottom: 5px; }
  .flyer-feature { padding: 80px 0; }
  .flyer-feature::before { inset: 10px; }
  .flyer-feature-grid { grid-template-columns: 1fr; gap: 42px; }
  .flyer-copy { text-align: center; }
  .flyer-frame { width: min(88vw, 430px); transform: none; }
  .gallery-row {
    width: calc(100% + 28px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 72vw);
    gap: 12px;
    margin-right: -14px;
    padding: 4px 14px 22px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .gallery-card { scroll-snap-align: start; }
  .gallery-status { width: calc(100vw - 42px); min-height: 180px; }
  .gallery-swipe-hint { display: block; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card > span { min-height: 82px; }
  .form-progress-copy { align-items: flex-end; flex-direction: column; gap: 2px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button,
  .form-actions .button-secondary { width: 100%; }
  .form-actions-end { flex-direction: column; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 42px;
    height: 42px;
    background: rgba(18,14,14,.72);
    transform: translateY(-50%);
  }
  .lightbox-arrow:hover,
  .lightbox-arrow:focus-visible { transform: translateY(-50%) scale(1.04); }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-figure img { max-height: calc(100dvh - 105px); }
  .lightbox-figure figcaption { padding: 10px 14px; font-size: 16px; }
}

@media (max-width: 440px) {
  .gallery-row { grid-auto-columns: minmax(190px, 78vw); }
  .inquiry-form { padding: 24px 18px; }
  .agreement-card { padding: 18px; }
}

/* Restore the clean premium RC mark from the original design. */
.brand-mark {
  position: relative;
  width: 46px;
  aspect-ratio: 1;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1;
  box-shadow: inset 0 0 0 3px rgba(217,189,124,.08);
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .28;
}
.site-header.is-scrolled .brand-mark { color: var(--wine); }
section[id] { scroll-margin-top: 84px; }
.inquiry-form { scroll-margin-top: 96px; }

@media (max-width: 760px) {
  .brand-mark { width: 40px; flex-basis: 40px; font-size: 19px; }
  section[id] { scroll-margin-top: 70px; }
}

/* =========================================================
   V4 : simplified scenic hero and Rose Cottage story
   ========================================================= */
.brand-mark {
  position: relative;
  width: 48px;
  flex-basis: 48px;
  overflow: hidden;
  font-size: 0;
  background: rgba(26, 16, 17, .16);
  box-shadow: inset 0 0 0 3px rgba(217,189,124,.07), 0 4px 18px rgba(0,0,0,.12);
}
.brand-mark .mark-r,
.brand-mark .mark-c {
  position: absolute;
  display: block;
  color: currentColor;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.brand-mark .mark-r { left: 8px; top: 6px; }
.brand-mark .mark-c { right: 7px; bottom: 5px; }
.brand-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 1px;
  background: currentColor;
  opacity: .25;
  transform: rotate(-34deg);
}
.site-header.is-scrolled .brand-mark { background: rgba(255,255,255,.36); }

.hero-v4 {
  position: relative;
  min-height: 900px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #191313;
}
.hero-v4::before,
.hero-v4::after { display: none; }
.hero-background {
  position: absolute;
  z-index: -3;
  inset: 0;
}
.hero-background,
.hero-background img { width: 100%; height: 100%; }
.hero-background img {
  object-fit: cover;
  object-position: 55% center;
  transform: scale(1.015);
  animation: scenicDrift 18s ease-in-out infinite alternate;
}
.hero-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22,13,14,.92) 0%, rgba(30,16,18,.82) 37%, rgba(30,17,18,.38) 67%, rgba(20,14,14,.38) 100%),
    linear-gradient(0deg, rgba(18,12,12,.72) 0%, transparent 36%, rgba(18,12,12,.18) 100%);
}
.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(235,208,151,.18);
  pointer-events: none;
}
.hero-v4-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 365px);
  align-items: center;
  gap: clamp(48px, 7vw, 105px);
  padding: 142px 0 84px;
}
.hero-copy-v4 { max-width: 680px; }
.hero-copy-v4 .ornament { margin-bottom: 18px; }
.hero-copy-v4 .script-kicker.light { font-size: clamp(62px, 7vw, 92px); }
.hero-copy-v4 .hero-breed { margin-bottom: 22px; }
.pairing-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: #e6c57f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
  letter-spacing: .03em;
}
.pairing-line span { color: rgba(255,255,255,.58); font-size: .82em; }
.hero-copy-v4 h1 { max-width: 660px; }
.hero-copy-v4 .hero-lead { max-width: 650px; color: rgba(255,255,255,.86); }
.hero-copy-v4 .trust-row { margin-top: 38px; }

.hero-announcement {
  width: 100%;
  padding: 12px;
  color: var(--ink);
  border: 1px solid rgba(240,217,166,.52);
  background: rgba(249,241,228,.94);
  box-shadow: 0 36px 80px rgba(11,7,7,.44), 0 0 0 8px rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
  transform: rotate(1deg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.hero-announcement:hover { transform: rotate(0) translateY(-4px); box-shadow: 0 42px 90px rgba(11,7,7,.5), 0 0 0 8px rgba(255,255,255,.07); }
.announcement-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 5px 11px;
  border-bottom: 1px solid rgba(123,45,59,.18);
}
.announcement-heading span {
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}
.announcement-heading small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-flyer {
  position: relative;
  display: block;
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #181212;
  cursor: zoom-in;
}
.hero-flyer img { width: 100%; height: auto; }
.hero-flyer::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.32);
  pointer-events: none;
}
.flyer-zoom {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(24,16,16,.78);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease;
}
.hero-flyer:hover .flyer-zoom,
.hero-flyer:focus-visible .flyer-zoom { background: rgba(123,45,59,.9); }
.hero-flyer:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.story-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 14%, rgba(180,133,66,.11), transparent 25%),
    linear-gradient(180deg, #f7f0e5, var(--paper));
}
.story-section::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -210px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(123,45,59,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(123,45,59,.025), 0 0 0 110px rgba(123,45,59,.018);
  pointer-events: none;
}
.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: clamp(40px, 6vw, 84px);
}
.story-left { min-width: 0; }
.story-title {
  max-width: none;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(43px, 3.55vw, 56px);
  line-height: .98;
  letter-spacing: -.02em;
}
.story-title span { display: block; }
.story-visual {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(180,133,66,.34);
  background: rgba(255,250,242,.72);
  box-shadow: var(--shadow);
}
.story-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.42);
  pointer-events: none;
}
.story-visual picture { display: block; overflow: hidden; }
.story-visual img {
  width: 100%;
  aspect-ratio: 16 / 10.2;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.75,.2,1);
}
.story-visual:hover img { transform: scale(1.025); }
.story-visual figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 28px 27px 28px;
  padding: 26px 16px 13px;
  color: rgba(255,255,255,.88);
  background: linear-gradient(transparent, rgba(22,14,14,.76));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.25;
}
.story-copy {
  position: relative;
  max-width: 590px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(123, 45, 59, .16);
  border-left: 4px solid rgba(180, 133, 66, .82);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 252, 246, .96), rgba(250, 240, 229, .88));
  box-shadow: 0 24px 58px rgba(60, 35, 34, .12);
}
.story-copy::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(180, 133, 66, .12);
  border-radius: 12px;
  pointer-events: none;
}
.story-copy > * { position: relative; z-index: 1; }
.story-copy .script-kicker { margin-bottom: 16px; font-size: clamp(43px, 4.2vw, 60px); }
.story-copy .lead { margin-top: 0; }
.story-values { margin-top: 35px; border-top: 1px solid var(--line); }
.story-values article {
  display: grid;
  grid-template-columns: minmax(120px, .55fr) minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.story-values strong {
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  line-height: 1.2;
}
.story-values span { color: var(--muted); font-size: 13px; line-height: 1.55; }

@keyframes scenicDrift {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to { transform: scale(1.045) translate3d(-.45%, -.3%, 0); }
}

@media (max-width: 1030px) {
  .hero-v4 { min-height: auto; }
  .hero-v4-grid { grid-template-columns: minmax(0, 1fr) minmax(270px, 330px); gap: 42px; padding-top: 132px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-visual { width: min(900px, 100%); margin-inline: auto; }
  .story-copy { max-width: 760px; }
  .story-left { width: min(900px, 100%); margin-inline: auto; }
  .story-title { max-width: none; }
}

@media (max-width: 760px) {
  .brand-mark { width: 41px; flex-basis: 41px; }
  .brand-mark .mark-r,
  .brand-mark .mark-c { font-size: 20px; }
  .brand-mark .mark-r { left: 7px; top: 5px; }
  .brand-mark .mark-c { right: 6px; bottom: 4px; }
  .hero-v4-grid { grid-template-columns: 1fr; gap: 48px; padding: 118px 0 65px; }
  .hero-background img { object-position: 66% center; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(22,13,14,.72) 0%, rgba(23,13,15,.84) 42%, rgba(20,12,13,.92) 100%),
      linear-gradient(90deg, rgba(20,12,13,.45), rgba(20,12,13,.2));
  }
  .hero-overlay::after { inset: 10px; }
  .hero-copy-v4 { text-align: center; }
  .hero-copy-v4 .ornament { margin-inline: auto; }
  .pairing-line { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-copy-v4 .trust-row { justify-content: center; }
  .hero-announcement { width: min(330px, 88vw); justify-self: center; transform: none; }
  .announcement-heading { align-items: center; flex-direction: column; gap: 1px; text-align: center; }
  .story-title { margin-inline: auto; text-align: center; }
  .story-copy { text-align: center; }
  .story-copy .script-kicker { margin-inline: auto; }
  .story-values { text-align: left; }
  .story-values article { grid-template-columns: 1fr; gap: 5px; }
  .story-visual figcaption { inset: auto 22px 21px; font-size: 15px; }
}

@media (max-width: 440px) {
  .hero-copy-v4 .script-kicker.light { font-size: 58px; }
  .hero-copy-v4 h1 { font-size: 56px; }
  .pairing-line { font-size: 25px; }
  .hero-announcement { width: min(300px, 90vw); padding: 9px; }
  .story-visual { padding: 8px; }
  .story-visual::before { inset: 15px; }
  .story-visual figcaption { inset: auto 16px 15px; padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background img { animation: none; transform: none; }
  .story-visual img { transition: none; }
}

/* Rose Cottage brand logo and breeder biography */
.brand-logo { gap: 0; }
.brand-logo-frame {
  position: relative;
  width: 122px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transition: width .2s ease, transform .2s ease;
}
.brand-logo-frame::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.55) 62%, rgba(255,255,255,0) 82%);
  filter: blur(10px);
  opacity: .95;
}
.brand-logo-frame picture { display: block; }
.brand-logo-frame img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(35, 18, 17, .2));
}
.site-header.is-scrolled .brand-logo-frame {
  transform: translateY(1px);
}
.story-grid { align-items: start; }
.story-copy > p:not(.script-kicker):not(.breeder-signature) { margin: 17px 0 0; color: var(--muted); }
.story-copy > p.lead {
  margin-top: 2px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.72;
}
.breeder-signature {
  margin: 28px 0 0;
  color: var(--wine);
  font-family: "Allura", cursive;
  font-size: clamp(39px, 4vw, 52px);
  line-height: 1;
}
.credential-row {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}
.credential-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 14px 18px;
  color: var(--ink);
  border: 1px solid rgba(98, 67, 57, .17);
  border-radius: 14px;
  background: rgba(255, 250, 242, .88);
  box-shadow: 0 12px 30px rgba(50, 31, 28, .08);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.credential-card:hover,
.credential-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(123, 45, 59, .38);
  box-shadow: 0 17px 36px rgba(50, 31, 28, .13);
}
.credential-card:focus-visible { outline: 3px solid rgba(123, 45, 59, .22); outline-offset: 3px; }
.credential-card picture { display: grid; place-items: center; }
.credential-card img { width: 100%; height: auto; max-height: 82px; object-fit: contain; }
.credential-card strong {
  display: block;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.1;
}
.credential-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.credential-akc {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
  padding: 18px 20px 20px;
  text-align: center;
}
.credential-akc picture {
  width: 100%;
  display: flex;
  justify-content: center;
}
.credential-akc img {
  width: min(100%, 300px);
  max-height: none;
}
.credential-akc span { max-width: 320px; }

@media (max-width: 760px) {
  .brand-logo-frame { width: 102px; }
  .story-copy { padding: 28px 24px; text-align: left; }
  .story-copy .script-kicker { margin-inline: 0; }
  .credential-row { text-align: left; }
  .credential-card { grid-template-columns: 82px minmax(0, 1fr); }
  .credential-akc { grid-template-columns: 1fr; }
  .credential-akc img { width: min(100%, 300px); }
}

@media (max-width: 440px) {
  .brand-logo-frame { width: 92px; }
  .story-copy { padding: 24px 20px; border-left-width: 3px; }
  .credential-card { padding: 14px; gap: 14px; }
}

/* v8.0.5 micro-spacing refinements */
@media (min-width: 1031px) {
  .hero-v4-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
    gap: clamp(40px, 5vw, 78px);
  }

  .hero-announcement {
    width: 100%;
    justify-self: end;
  }

  .story-title {
    margin-bottom: 34px;
    font-size: clamp(56px, 4vw, 66px);
    line-height: .96;
  }

  .story-copy .script-kicker {
    margin-bottom: 22px;
    font-size: clamp(58px, 4.8vw, 74px);
    line-height: .86;
  }

  .inquiry-grid {
    grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
    gap: clamp(44px, 5vw, 76px);
  }

  .inquiry-copy {
    top: 110px;
    max-width: 540px;
  }

  .inquiry-copy .script-kicker {
    max-width: 7.6ch;
    font-size: clamp(72px, 6.2vw, 98px);
    line-height: .84;
  }

  .inquiry-copy h2 {
    max-width: 8.5ch;
    margin-top: 22px;
    font-size: clamp(58px, 5vw, 78px);
    line-height: .94;
  }

  .inquiry-copy > p:not(.script-kicker) {
    max-width: 520px;
    margin-top: 24px;
  }

  .contact-card {
    margin-top: 32px;
    padding: 28px 30px;
    gap: 8px;
  }

  .contact-card a {
    font-size: 29px;
  }
}


/* v8.0.7 interactive gallery, inquiry balance, announcement, and poodle cursor */
@media (hover: hover) and (pointer: fine) {
  html,
  body {
    cursor: url('/images/poodle-cursor-white.png') 2 14, auto;
  }

  a,
  button,
  summary,
  select,
  input[type="button"],
  input[type="submit"],
  input[type="checkbox"],
  input[type="radio"],
  [role="button"],
  .choice-card,
  .gallery-card,
  .hero-flyer,
  .lightbox-thumbnail,
  .lightbox-thumb-arrow {
    cursor: url('/images/poodle-cursor-click.png') 2 14, pointer;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    cursor: text;
  }

  html.is-pointer-clicking,
  html.is-pointer-clicking body {
    cursor: url('/images/poodle-cursor-click.png') 2 14, auto;
  }
}


/* The new announcement is square, so let it use more of its frame. */
.hero-flyer img { aspect-ratio: 1; object-fit: cover; }

/* Continuously drifting Drive gallery. */
.gallery-section { overflow: hidden; }
.gallery-row {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}
.gallery-row::-webkit-scrollbar { display: none; }
.gallery-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.5vw, 22px);
  padding-inline: clamp(18px, 3vw, 42px);
}
.gallery-card {
  flex: 0 0 clamp(250px, 25vw, 350px);
  width: auto;
  min-width: 0;
  aspect-ratio: 4 / 3;
  transform: translateZ(0);
  will-change: transform;
}
.gallery-card[data-gallery-clone="true"] { pointer-events: auto; }
.gallery-row.is-user-interacting { scroll-snap-type: none; }

/* More cinematic lightbox opening and image changes. */
.lightbox {
  opacity: 0;
  transform: translateY(12px) scale(.975);
  transition: opacity .28s ease, transform .38s cubic-bezier(.2,.75,.2,1), display .28s allow-discrete, overlay .28s allow-discrete;
}
.lightbox::backdrop {
  opacity: 0;
  transition: opacity .3s ease, display .3s allow-discrete, overlay .3s allow-discrete;
}
.lightbox[open].is-open {
  opacity: 1;
  transform: none;
}
.lightbox[open].is-open::backdrop { opacity: 1; }
.lightbox.is-closing {
  opacity: 0;
  transform: translateY(8px) scale(.985);
}
.lightbox-figure { overflow: hidden; }
.lightbox-figure img {
  opacity: 1;
  transform: translateZ(0) scale(1);
  transition: opacity .22s ease, transform .38s cubic-bezier(.2,.75,.2,1), filter .3s ease;
  will-change: opacity, transform;
}
.lightbox-figure img.is-changing {
  opacity: 0;
  transform: scale(.985);
  filter: blur(2px);
}

/* Use the inquiry column more intentionally instead of creating dead space. */
.inquiry-copy .inquiry-kicker,
.inquiry-copy h2 { max-width: none; }
.inquiry-copy .inquiry-kicker span,
.inquiry-copy h2 span { display: block; }
.contact-email-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.contact-email-row .copy-button {
  flex: 0 0 auto;
  justify-self: auto;
  margin-top: 0;
  white-space: nowrap;
}
.contact-card > span { font-size: 12px; }

@media (min-width: 1031px) {
  .inquiry-grid {
    grid-template-columns: minmax(0, .92fr) minmax(530px, 1.08fr);
    gap: clamp(38px, 4.2vw, 64px);
  }
  .inquiry-copy {
    top: 100px;
    max-width: 570px;
  }
  .inquiry-copy .inquiry-kicker {
    font-size: clamp(84px, 7.1vw, 112px);
    line-height: .78;
  }
  .inquiry-copy h2 {
    margin-top: 28px;
    font-size: clamp(49px, 4.2vw, 66px);
    line-height: .94;
  }
  .inquiry-copy > p:not(.script-kicker) {
    max-width: 560px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.75;
  }
  .contact-card {
    margin-top: 28px;
    padding: 25px 28px;
  }
  .contact-card a { font-size: clamp(29px, 2.35vw, 36px); }
  .copy-button { font-size: 13px; }
}

@media (max-width: 760px) {
  .gallery-row {
    width: calc(100% + 28px);
    margin-right: -14px;
    padding-right: 14px;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .gallery-track { gap: 12px; padding-inline: 0 14px; }
  .gallery-card { flex-basis: min(78vw, 310px); }
  .contact-email-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .inquiry-copy .inquiry-kicker { font-size: clamp(68px, 19vw, 88px); line-height: .82; }
  .inquiry-copy h2 { font-size: clamp(44px, 12vw, 60px); }
}

@media (prefers-reduced-motion: reduce) {
  .lightbox,
  .lightbox::backdrop,
  .lightbox-figure img { transition: none; }
}

/* v9.0.1 gallery motion and thumbnail browser */
/* The carousel starts on its duplicate set and moves backward, making the photos visibly drift right. */
.gallery-row:not(.is-user-interacting) .gallery-track { will-change: transform; }

.lightbox-stage {
  min-width: 0;
  width: min(1220px, 100%);
  display: grid;
  gap: 12px;
}
.lightbox-browser {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  padding: 8px 0 2px;
}
.lightbox-browser[hidden] { display: none !important; }
.lightbox-thumbnails {
  min-width: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 88px) / 12);
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  padding: 4px 2px 7px;
}
.lightbox-thumbnails::-webkit-scrollbar { display: none; }
.lightbox-thumbnail {
  position: relative;
  min-width: 0;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 7px;
  background: rgba(255,255,255,.06);
  opacity: .62;
  cursor: pointer;
  scroll-snap-align: center;
  transition: opacity .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.lightbox-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lightbox-thumbnail:hover,
.lightbox-thumbnail:focus-visible,
.lightbox-thumbnail.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: var(--gold-light);
  box-shadow: 0 7px 18px rgba(0,0,0,.32);
}
.lightbox-thumbnail:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.lightbox-thumb-arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.lightbox-thumb-arrow:hover,
.lightbox-thumb-arrow:focus-visible {
  transform: scale(1.06);
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.5);
}
.lightbox-browser.is-short .lightbox-thumb-arrow { visibility: hidden; }
.lightbox-stage .lightbox-figure img { max-height: calc(100dvh - 190px); }
.lightbox.is-single .lightbox-stage { width: min(1220px, 100%); }
.lightbox.is-single .lightbox-stage .lightbox-figure img { max-height: calc(100dvh - 80px); }

@media (max-width: 1030px) {
  .lightbox-thumbnails { grid-auto-columns: calc((100% - 40px) / 6); }
}

@media (max-width: 760px) {
  .lightbox-stage { gap: 7px; }
  .lightbox-browser {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
    padding-bottom: max(4px, env(safe-area-inset-bottom));
  }
  .lightbox-thumb-arrow { width: 32px; height: 32px; font-size: 23px; }
  .lightbox-thumbnails { grid-auto-columns: calc((100% - 24px) / 4); gap: 8px; }
  .lightbox-stage .lightbox-figure img { max-height: calc(100dvh - 180px); }
}

@media (prefers-reduced-motion: reduce) {
  .lightbox-thumbnails { scroll-behavior: auto; }
  .lightbox-thumbnail { transition: none; }
}


/* v9.0.3: faster continuous leftward gallery drift */
.gallery-row {
  overflow-x: hidden;
  touch-action: pan-y;
}
.gallery-track {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}


/* v9.0.4 cursor swap and centered inquiry success state */
.form-success-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: clamp(24px, 4vw, 42px);
  background: rgba(246, 238, 227, .92);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.form-success-overlay[hidden] { display: none; }
.inquiry-form.is-complete {
  min-height: clamp(460px, 62vh, 680px);
}
.inquiry-form.is-complete .form-success-overlay {
  opacity: 1;
  pointer-events: auto;
}
.inquiry-form.is-complete > :not(.form-success-overlay) {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
.form-success-card {
  width: min(100%, 580px);
  padding: clamp(30px, 4vw, 46px);
  text-align: center;
  border: 1px solid rgba(180,133,66,.38);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,252,247,.98), rgba(248,241,231,.96));
  box-shadow: 0 26px 64px rgba(48, 29, 27, .16), inset 0 0 0 1px rgba(255,255,255,.75);
}
.form-success-kicker {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.form-success-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 8vw, 72px);
  line-height: .95;
}
.form-success-card p:last-of-type {
  max-width: 28ch;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(19px, 2.6vw, 24px);
  line-height: 1.45;
}
.form-success-reset {
  margin-top: 28px;
  font-size: 16px;
}
@media (max-width: 760px) {
  .form-success-card {
    border-radius: 20px;
    padding: 28px 22px;
  }
  .form-success-card p:last-of-type {
    font-size: 18px;
  }
}
