/* Reference-inspired Ladybug Goldens theme refresh */
:root {
  --ivory: #fbf8f2;
  --cream: #f4eee7;
  --cream-2: #efe5d7;
  --white: #fffdf9;
  --charcoal: #2f2f2f;
  --text: #3d332d;
  --muted: #70665e;
  --red: #a3322b;
  --red-dark: #7d1718;
  --sage: #b7c8b2;
  --sage-dark: #6f7657;
  --olive: #66694c;
  --gold: #c6ad78;
  --line: rgba(91, 72, 54, 0.16);
  --shadow: 0 22px 55px rgba(75, 58, 39, 0.15);
  --soft-shadow: 0 14px 34px rgba(75, 58, 39, 0.1);
  --radius: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 4% 16%, rgba(183, 200, 178, 0.14), transparent 25rem),
    radial-gradient(circle at 100% 82%, rgba(163, 50, 43, 0.06), transparent 22rem),
    var(--ivory);
  color: var(--text);
  font-family: Inter, "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  min-width: 320px;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

::selection {
  background: rgba(163, 50, 43, 0.18);
}

.skip-link {
  background: var(--red);
  color: white;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  text-decoration: none;
  top: -5rem;
  z-index: 200;
}

.skip-link:focus {
  top: 1rem;
}

.top-ribbon {
  align-items: center;
  background: linear-gradient(90deg, #565a3e, #717656);
  color: rgba(255, 255, 255, 0.93);
  display: flex;
  font-size: 0.82rem;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 34px;
  padding: 0.45rem 1rem;
}

.top-ribbon span:not(.top-socials) + span:not(.top-socials) {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 1.2rem;
}

.top-socials {
  display: inline-flex;
  gap: 0.7rem;
  margin-left: auto;
}

.top-socials a,
.socials a {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  width: 24px;
}

.site-header {
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(91, 72, 54, 0.08);
  box-shadow: 0 8px 30px rgba(75, 58, 39, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 2vw, 1.8rem);
  grid-template-columns: auto 1fr auto auto;
  margin: 0 auto;
  max-width: 1260px;
  min-height: 104px;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
}

.logo,
.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  min-width: 230px;
  text-decoration: none;
}

.logo-mark {
  flex: 0 0 auto;
}

.logo-mark img,
.brand img {
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(75, 58, 39, 0.15);
  height: 78px;
  object-fit: cover;
  width: 78px;
}

.logo strong,
.logo-text strong,
.brand strong {
  color: var(--red-dark);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.85;
}

.logo small,
.logo-text small,
.brand small {
  color: var(--charcoal);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  margin-top: 0.34rem;
}

.tagline {
  color: var(--red);
  display: none;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: -0.55rem auto 0.7rem;
  max-width: 1260px;
  padding: 0 clamp(1rem, 4vw, 3rem);
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(0.8rem, 1.6vw, 1.45rem);
  justify-content: end;
}

nav a,
.mobile-nav a {
  color: var(--charcoal);
  font-size: 0.91rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

nav a::after {
  background: var(--red);
  bottom: -0.5rem;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 100%;
}

nav a.active,
nav a:hover,
.mobile-nav a:hover {
  color: var(--red-dark);
}

nav a.active::after,
nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.reserve-button,
.button {
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  letter-spacing: 0.07em;
  min-height: 48px;
  padding: 0.88rem 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.reserve-button,
.button.primary {
  background: var(--red-dark);
  box-shadow: 0 12px 24px rgba(125, 23, 24, 0.22);
  color: white;
}

.button.ghost,
.button.secondary,
.button.quiet {
  background: rgba(255, 253, 249, 0.78);
  color: var(--red-dark);
}

.button:hover,
.reserve-button:hover {
  box-shadow: 0 15px 30px rgba(125, 23, 24, 0.18);
  transform: translateY(-2px);
}

.reserve-notice {
  align-items: center;
  background: rgba(47, 47, 47, 0.42);
  color: var(--charcoal);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: fixed;
  transform: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 2000;
}

.reserve-notice.show {
  opacity: 1;
  pointer-events: auto;
}

.reserve-notice-card {
  background: var(--ivory);
  border: 1px solid rgba(198, 173, 120, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgba(47, 47, 47, 0.24);
  max-width: min(92vw, 520px);
  padding: clamp(1.8rem, 5vw, 2.8rem);
  text-align: center;
  transform: translateY(0.8rem) scale(0.98);
  transition: transform 180ms ease;
  width: 100%;
}

.reserve-notice.show .reserve-notice-card {
  transform: translateY(0) scale(1);
}

.reserve-notice-card p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 auto 1.4rem;
  max-width: 12em;
}

.kicker,
.eyebrow {
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
}

h1 {
  font-size: clamp(4rem, 8.4vw, 7.2rem);
  line-height: 0.9;
  margin-bottom: 1.15rem;
}

h2 {
  font-size: clamp(2.6rem, 4.8vw, 4.7rem);
  line-height: 0.98;
  margin-bottom: 1.1rem;
}

h3 {
  font-size: 1.65rem;
  line-height: 1.1;
  margin-bottom: 0.65rem;
}

em {
  color: var(--red-dark);
  font-family: "Great Vibes", "Cormorant Garamond", cursive;
  font-style: normal;
  font-weight: 400;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.98) 0%, rgba(251, 248, 242, 0.96) 31%, rgba(251, 248, 242, 0.22) 56%, rgba(251, 248, 242, 0.04) 100%),
    var(--ivory);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(380px, 1.1fr);
  min-height: min(760px, calc(100vh - 138px));
  overflow: hidden;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 560px;
  padding: clamp(3rem, 8vw, 6rem) 1.2rem clamp(3rem, 7vw, 5rem) clamp(1.3rem, 8vw, 7rem);
  position: relative;
  z-index: 3;
}

.hero-copy h1 {
  margin-bottom: 1.2rem;
}

.hero-copy > p:not(.kicker) {
  color: #3f3832;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  max-width: 430px;
}

.hero-copy::before,
.hero-copy::after {
  background: var(--line);
  content: "";
  display: block;
  height: 1px;
  margin: 1.1rem 0;
  width: 128px;
}

.hero-copy::after {
  margin-top: 1.35rem;
  width: 98px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hero-dog {
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.16), rgba(251, 248, 242, 0.02) 34%),
    url("assets/hero-dog.jpg") center center / cover no-repeat;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.mockup-home .hero-dog {
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.12), rgba(251, 248, 242, 0) 36%),
    url("assets/home-hero-ladybug-20260706.jpg") center center / cover no-repeat;
}

.hero-botanical {
  background:
    radial-gradient(ellipse at center, rgba(183, 200, 178, 0.45), rgba(183, 200, 178, 0) 66%),
    linear-gradient(160deg, transparent 20%, rgba(111, 118, 87, 0.18) 21%, transparent 22%),
    linear-gradient(20deg, transparent 30%, rgba(111, 118, 87, 0.18) 31%, transparent 32%);
  border-radius: 999px;
  height: 520px;
  left: -250px;
  opacity: 0.55;
  position: absolute;
  top: 40px;
  transform: rotate(-12deg);
  width: 310px;
  z-index: 2;
}

.hero-flowers {
  bottom: -44px;
  filter: drop-shadow(0 18px 24px rgba(75, 58, 39, 0.22));
  max-width: min(36vw, 430px);
  position: absolute;
  right: -28px;
  z-index: 4;
}

.features {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.84), rgba(251, 248, 242, 0.96));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 100%;
  padding: clamp(2rem, 4vw, 3rem) max(clamp(1rem, 5vw, 5rem), calc((100vw - var(--max)) / 2));
}

.features article {
  padding: 0.8rem clamp(1rem, 2vw, 2.2rem);
  position: relative;
  text-align: center;
}

.features article + article {
  border-left: 1px solid var(--line);
}

.features article > span,
.image-card span,
.detail-grid article > span {
  align-items: center;
  background: rgba(251, 248, 242, 0.95);
  border: 1px solid rgba(198, 173, 120, 0.45);
  border-radius: 50%;
  color: var(--red-dark);
  display: inline-flex;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  height: 66px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 66px;
}

.features h2 {
  color: var(--red-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.features p {
  color: #514941;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 230px;
}

.features b {
  color: var(--red);
  display: block;
  font-weight: 700;
  margin-top: 1rem;
}

.story-block {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 1.05fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 4vw, 2rem) clamp(2rem, 5vw, 4rem);
  position: relative;
}

.story-photo-wrap {
  min-height: 430px;
  position: relative;
}

.polaroid {
  background: var(--white);
  box-shadow: var(--shadow);
  margin: 1.6rem auto 0;
  max-width: 520px;
  padding: 0.8rem 0.8rem 2.1rem;
  transform: rotate(-3deg);
}

.polaroid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.story-tape {
  left: 50%;
  max-width: 145px;
  opacity: 0.72;
  position: absolute;
  top: 0;
  transform: translateX(-50%) rotate(-2deg);
  z-index: 4;
}

.story-foliage-left {
  bottom: 0;
  filter: drop-shadow(0 16px 24px rgba(75, 58, 39, 0.12));
  left: -8rem;
  max-width: 220px;
  opacity: 0.88;
  position: absolute;
}

.story-copy {
  position: relative;
}

.story-copy .botanical {
  filter: grayscale(0.1);
  max-width: 230px;
  opacity: 0.28;
  position: absolute;
  right: -7rem;
  top: -2rem;
  transform: rotate(8deg);
  z-index: -1;
}

.story-copy h2 {
  max-width: 560px;
}

.story-copy p:not(.kicker) {
  max-width: 570px;
}

.text-link,
.image-card a {
  color: var(--red-dark);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover,
.image-card a:hover {
  color: var(--red);
}

.card-grid,
.detail-grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 2rem) clamp(4rem, 7vw, 6rem);
}

.image-card,
.detail-grid article {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(198, 173, 120, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(75, 58, 39, 0.07);
  overflow: hidden;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.image-card:hover,
.detail-grid article:hover {
  box-shadow: var(--soft-shadow);
  transform: translateY(-4px);
}

.image-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.image-card div,
.detail-grid article {
  padding: 1.45rem clamp(1rem, 2vw, 1.8rem) 1.8rem;
}

.image-card span {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: white;
  height: 58px;
  margin-top: -42px;
  position: relative;
  width: 58px;
}

.image-card h2,
.detail-grid h2 {
  color: var(--charcoal);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.image-card p,
.detail-grid p {
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 290px;
}

.sub-hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.sub-hero h1 {
  font-size: clamp(3.2rem, 6.5vw, 5.8rem);
  line-height: 0.96;
  margin-bottom: 1.25rem;
}

.sub-hero > div:first-child {
  position: relative;
}

.sub-hero > div:first-child::before {
  background: var(--line);
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 1.4rem;
  width: 120px;
}

.page-visual {
  position: relative;
}

.page-visual > img:first-child {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.page-visual.full-image > img:first-child {
  aspect-ratio: auto;
  display: block;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  width: 100%;
}

.sub-hero.image-only-hero {
  display: block;
}

.image-only-hero .page-visual {
  margin: 0 auto;
  max-width: 1280px;
}

.page-tape {
  left: 50%;
  max-width: 130px;
  opacity: 0.68;
  position: absolute;
  top: -28px;
  transform: translateX(-50%) rotate(2deg);
}

.page-roses {
  bottom: -38px;
  filter: drop-shadow(0 14px 22px rgba(75, 58, 39, 0.18));
  max-width: 230px;
  position: absolute;
  right: -44px;
}

.content-wrap {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(4rem, 7vw, 6rem);
}

.content-wrap .detail-grid,
.content-wrap .card-grid {
  padding-left: 0;
  padding-right: 0;
}

.split-section,
.section,
.final-cta {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.split-section {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-section.reverse .section-copy {
  order: 2;
}

.split-section.reverse .image-frame {
  order: 1;
}

.image-frame img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.mini-grid,
.feature-grid,
.goldens-showcase,
.timeline,
.testimonial-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-grid article,
.feature-grid article,
.timeline article,
.testimonial-grid article {
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(198, 173, 120, 0.25);
  border-radius: var(--radius);
  box-shadow: 0 12px 26px rgba(75, 58, 39, 0.07);
  padding: 1.45rem;
}

.centered {
  text-align: center;
}

.section-lede {
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.notice-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(183, 200, 178, 0.2), transparent 18rem),
    rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(198, 173, 120, 0.26);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(75, 58, 39, 0.07);
  margin-bottom: clamp(1rem, 3vw, 2rem);
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-list article {
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(198, 173, 120, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(75, 58, 39, 0.06);
  padding: clamp(1.2rem, 2.4vw, 1.9rem);
}

.faq-list h3,
.testimonial-grid strong {
  color: var(--red-dark);
}

.testimonials {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.testimonial-grid article {
  position: relative;
}

.testimonial-grid article::before {
  color: rgba(163, 50, 43, 0.16);
  content: "\201C";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
}

.testimonial-grid p {
  position: relative;
}

.site-footer {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(74, 77, 54, 0.94), rgba(102, 105, 76, 0.92)),
    var(--olive);
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  padding: clamp(2rem, 4vw, 3rem) max(clamp(1rem, 5vw, 4rem), calc((100vw - var(--max)) / 2));
  position: relative;
}

.site-footer::after {
  background:
    radial-gradient(circle at 35% 35%, var(--red) 0 18%, transparent 19%),
    radial-gradient(circle at 65% 35%, var(--red) 0 18%, transparent 19%),
    radial-gradient(circle at 35% 65%, var(--red-dark) 0 18%, transparent 19%),
    radial-gradient(circle at 65% 65%, var(--red-dark) 0 18%, transparent 19%);
  border-radius: 50%;
  bottom: 24px;
  content: "";
  height: 18px;
  opacity: 0.85;
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  width: 18px;
}

.seal {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 96px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  width: 96px;
}

.script {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  font-family: "Great Vibes", cursive;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
  padding-right: clamp(1.2rem, 3vw, 2.5rem);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  max-width: 430px;
}

.socials {
  display: flex;
  gap: 0.65rem;
}

.site-footer small {
  color: rgba(255, 255, 255, 0.78);
  grid-column: 1 / -1;
}

.reserve-modal[hidden] {
  display: none;
}

.reserve-modal {
  align-items: center;
  background: rgba(47, 47, 47, 0.42);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 100;
}

.modal-card {
  background: var(--ivory);
  border: 1px solid rgba(198, 173, 120, 0.32);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 480px;
  padding: 2.2rem;
  position: relative;
  text-align: center;
}

.modal-card h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.modal-close {
  background: transparent;
  border: 0;
  color: var(--red);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0.8rem;
}

.reveal {
  animation: fadeUp 700ms ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  nav,
  .header-inner > .reserve-button {
    display: none;
  }

  .menu-toggle {
    background: var(--red-dark);
    border: 0;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 46px;
    position: relative;
    width: 48px;
  }

  .menu-toggle::before {
    background: white;
    box-shadow: 0 -7px 0 white, 0 7px 0 white;
    content: "";
    height: 2px;
    left: 13px;
    position: absolute;
    top: 22px;
    width: 22px;
  }

  .mobile-nav.open {
    background: rgba(255, 253, 249, 0.98);
    box-shadow: var(--soft-shadow);
    display: grid;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 2rem) 1.4rem;
  }

  .mobile-nav .reserve-button {
    width: fit-content;
  }

  .features,
  .card-grid,
  .detail-grid,
  .mini-grid,
  .feature-grid,
  .goldens-showcase,
  .timeline,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features article:nth-child(3) {
    border-left: 0;
  }

  .features article:nth-child(n+3) {
    border-top: 1px solid var(--line);
    padding-top: 2rem;
  }

  .home-hero {
    min-height: 680px;
  }
}

@media (max-width: 820px) {
  .top-ribbon {
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    justify-content: center;
  }

  .top-ribbon span:not(.top-socials) + span:not(.top-socials) {
    border-left: 0;
    padding-left: 0;
  }

  .top-socials {
    margin-left: 0;
  }

  .header-inner {
    min-height: 82px;
  }

  .logo,
  .brand {
    min-width: 0;
  }

  .logo-mark img,
  .brand img {
    height: 58px;
    width: 58px;
  }

  .logo strong,
  .logo-text strong,
  .brand strong {
    font-size: 1.8rem;
  }

  .logo small,
  .logo-text small,
  .brand small {
    font-size: 0.72rem;
  }

  .home-hero {
    background: var(--ivory);
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .hero-copy {
    max-width: none;
    padding: clamp(2.4rem, 10vw, 4rem) clamp(1rem, 6vw, 2rem) 2rem;
  }

  .hero-dog {
    aspect-ratio: 1 / 0.78;
    border-radius: var(--radius);
    margin: 0 1rem 1rem;
    min-height: 0;
    width: calc(100% - 2rem);
  }

  .hero-flowers {
    max-width: 250px;
    right: -48px;
  }

  .features,
  .card-grid,
  .detail-grid,
  .story-block,
  .sub-hero,
  .split-section,
  .mini-grid,
  .feature-grid,
  .goldens-showcase,
  .timeline,
  .testimonial-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .features article,
  .features article + article,
  .features article:nth-child(n+3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 1.6rem 1rem;
  }

  .features article:first-child {
    border-top: 0;
  }

  .story-photo-wrap {
    min-height: 0;
  }

  .story-foliage-left,
  .story-copy .botanical,
  .page-roses {
    display: none;
  }

  .sub-hero {
    padding-top: 3rem;
  }

  .site-footer {
    text-align: center;
  }

  .seal,
  .script,
  .site-footer p,
  .socials {
    justify-self: center;
  }

  .script {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .top-ribbon span:nth-child(2) {
    display: none;
  }

  .logo small,
  .logo-text small,
  .brand small {
    display: none;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .hero-actions,
  .button-row {
    display: grid;
  }

  .button,
  .reserve-button,
  .mobile-nav .reserve-button {
    width: 100%;
  }

  .card-grid,
  .detail-grid {
    padding-bottom: 3rem;
  }

  .polaroid {
    transform: none;
  }
}

.source-header .header-inner {
  max-width: 1440px;
}

.primary-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  justify-content: flex-end;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.4rem 0.5rem;
  white-space: nowrap;
}

.nav-item > a:hover,
.nav-item > a.active,
.nav-item:focus-within > a {
  background: rgba(163, 50, 43, 0.08);
}

.nav-caret {
  color: var(--red-dark);
  font-size: 0.72rem;
  line-height: 1;
  margin-top: 0.12rem;
}

.nav-dropdown {
  background: var(--white);
  border: 1px solid rgba(198, 173, 120, 0.28);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  display: none;
  left: 0;
  min-width: 250px;
  padding: 0.7rem;
  position: absolute;
  top: calc(100% + 0.45rem);
  z-index: 80;
}

.nav-dropdown::before {
  content: "";
  height: 0.55rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.55rem;
}

.nav-dropdown a {
  border-radius: 9px;
  color: var(--charcoal);
  display: block;
  padding: 0.55rem 0.7rem;
  text-decoration: none;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  background: rgba(183, 200, 178, 0.22);
  color: var(--red-dark);
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: block;
}

.source-hero h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.source-hero h2 {
  color: var(--red-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.source-layout {
  align-items: start;
  display: block;
  padding-top: 1rem;
}

.source-content {
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(198, 173, 120, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(75, 58, 39, 0.06);
  padding: clamp(1.25rem, 4vw, 3rem);
}

.source-content h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.source-content h2 {
  color: var(--charcoal);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-top: 2rem;
}

.source-content p {
  color: #514941;
  margin: 0 0 0.9rem;
}

.source-list {
  color: #514941;
  line-height: 1.7;
  margin: 0 0 1.2rem;
  padding-left: 1.3rem;
}

.inline-action {
  margin: 1.35rem 0 1.65rem;
}

.source-links {
  padding-top: 1rem;
}

.link-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.source-gallery {
  padding-top: 1rem;
}

.reviews-page {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.reviews-page .section-heading {
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(198, 173, 120, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(75, 58, 39, 0.07);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  padding: clamp(1.15rem, 2vw, 1.65rem);
  position: relative;
}

.review-card::before {
  color: rgba(163, 50, 43, 0.12);
  content: "\201C";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0.25rem;
}

.review-stars {
  color: var(--red-dark);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  position: relative;
}

.review-card p {
  color: #514941;
  line-height: 1.65;
  margin: 0;
  position: relative;
}

.review-card strong {
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  margin-top: auto;
}

.reviews-more {
  color: var(--red-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 2rem 0 0;
  text-align: center;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 1rem;
  margin-top: 1.5rem;
}

.masonry-gallery img {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(75, 58, 39, 0.09);
  break-inside: avoid;
  margin: 0 0 1rem;
  width: 100%;
}

.source-footer a {
  color: inherit;
}

@media (max-width: 1120px) {
  .primary-nav {
    display: none;
  }
}

@media (max-width: 900px) {
  .source-layout {
    grid-template-columns: 1fr;
  }

  .source-menu {
    position: static;
  }

  .masonry-gallery {
    column-count: 2;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .masonry-gallery {
    column-count: 1;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* Our Goldens profile sections */
.goldens-intro {
  max-width: 900px;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.golden-profile-list {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.golden-profile {
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(198, 173, 120, 0.2);
  border-radius: calc(var(--radius) + 0.2rem);
  box-shadow: 0 18px 42px rgba(75, 58, 39, 0.08);
  padding: clamp(1.2rem, 3vw, 2.5rem);
  width: min(calc(100% - 2rem), var(--max));
}

.golden-profile.reverse .section-copy {
  order: 1;
}

.golden-profile.reverse .image-frame {
  order: 2;
}

.golden-profile-visual img {
  aspect-ratio: 4 / 3;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
}

.golden-profile-visual.portrait-contain {
  align-items: center;
  background: #f1f0ea;
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.golden-profile-visual.portrait-contain img {
  aspect-ratio: auto;
  box-shadow: none;
  height: auto;
  max-height: 720px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.golden-profile-copy h2 {
  margin-top: 0.2rem;
}

.golden-profile-copy p {
  max-width: 65ch;
}

.golden-profile-copy .button {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .golden-profile.reverse .image-frame {
    order: 1;
  }

  .golden-profile.reverse .section-copy {
    order: 2;
  }
}
