:root {
  --paper: #f7f3ea;
  --paper-light: #fcfaf5;
  --ink: #2f362c;
  --deep: #3f5140;
  --sage: #87947d;
  --sage-light: #dfe5da;
  --gold: #bb9564;
  --line: rgba(63, 81, 64, 0.18);
  --white: #fffef9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  height: 112px;
  padding: 0 clamp(24px, 5vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(252, 250, 245, 0.96);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 30;
  border-bottom: 1px solid rgba(47, 54, 44, 0.08);
}
.brand { width: min(460px, 39vw); display: block; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 42px); font-size: 14px; }
.desktop-nav a { padding: 12px 0; position: relative; }
.desktop-nav a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; bottom: 6px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.nav-contact { border: 1px solid var(--deep); padding: 12px 20px !important; transition: background .25s, color .25s; }
.nav-contact:hover, .nav-contact:focus-visible { background: var(--deep); color: var(--white); }
.mobile-nav { display: none; position: relative; }

.hero { min-height: calc(100svh - 112px); position: relative; display: grid; align-items: center; overflow: hidden; background: #263629; }
.hero-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 78% 44%, rgba(135,148,125,.26), transparent 31%), linear-gradient(115deg, #203526 0%, #263d2b 54%, #1d2b21 100%); }
.hero-animals { position: absolute; z-index: 1; right: -4%; bottom: -2px; width: min(80vw, 1200px); height: calc(100% - 12px); object-fit: contain; object-position: right bottom; filter: drop-shadow(0 28px 30px rgba(8,18,11,.26)); }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(29,48,33,.98) 0%, rgba(29,48,33,.94) 39%, rgba(29,48,33,.58) 52%, rgba(22,31,24,.05) 72%, transparent 100%); }
.hero-content { position: relative; z-index: 2; width: min(770px, 58vw); padding: 86px clamp(28px, 8vw, 150px) 110px; color: var(--white); }
.eyebrow { color: var(--deep); font-size: 11px; line-height: 1.4; letter-spacing: .21em; text-transform: uppercase; font-weight: 700; margin-bottom: 24px; }
.eyebrow.light { color: rgba(255, 254, 249, .88); }
.hero h1 { font-size: clamp(52px, 6.2vw, 104px); letter-spacing: -.035em; margin-bottom: 30px; }
.hero h1 em { font-weight: 400; color: #d6c29f; }
.hero-copy { max-width: 630px; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.75; color: rgba(255, 254, 249, .88); margin-bottom: 42px; }
.hero-actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; transition: transform .25s, background .25s, color .25s; }
.button span { font-size: 16px; font-weight: 400; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 700; }
.light-link { color: var(--white); border-color: rgba(255,255,255,.5); }
.scroll-cue { position: absolute; z-index: 3; bottom: 25px; left: 50%; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; color: var(--white); }

.trust-strip { min-height: 95px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(28px, 7vw, 130px); background: var(--deep); color: var(--white); }
.trust-strip div { display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.15); padding: 20px clamp(20px, 3vw, 54px); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--gold); font-family: Georgia, serif; font-style: italic; font-size: 13px; }
.trust-strip strong { font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }

.section { padding: clamp(86px, 10vw, 160px) clamp(28px, 8vw, 150px); }
.intro { display: grid; grid-template-columns: .34fr 1fr; gap: clamp(50px, 8vw, 130px); background: var(--paper-light); }
.gold-line { width: 58px; height: 2px; background: var(--gold); }
.intro-main h2, .section-heading h2, .about-content h2, .process-heading h2, .legal-note h2 { font-size: clamp(40px, 4vw, 68px); color: var(--deep); letter-spacing: -.025em; }
.intro-main h2 { max-width: 850px; margin-bottom: 38px; }
.lead { font-family: Georgia, serif; font-size: clamp(21px, 2vw, 29px); line-height: 1.5; color: #5d6758; max-width: 840px; margin-bottom: 48px; }
.intro-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); color: #5c6358; }
.intro-columns p { margin-bottom: 0; }

.services { background: var(--paper); }
.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .62fr; gap: 70px; align-items: end; }
.split-heading h2 { max-width: 730px; margin-bottom: 0; }
.split-heading > p { color: #656c61; max-width: 480px; margin-bottom: 3px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 340px; padding: 34px 34px 30px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.22); transition: background .25s, transform .25s; }
.service-card:hover { background: var(--white); transform: translateY(-3px); }
.service-number { color: var(--gold); font-family: Georgia, serif; font-style: italic; font-size: 13px; }
.service-card h3 { font-size: 27px; color: var(--deep); margin: 42px 0 20px; }
.service-card p { color: #626a5f; font-size: 14.5px; line-height: 1.75; max-width: 360px; }
.card-mark { position: absolute; right: 25px; bottom: 18px; color: rgba(187,149,100,.52); font-size: 17px; }

.care-section { position: relative; overflow: hidden; background: var(--deep); color: var(--white); }
.care-section::before { content: ""; position: absolute; width: min(42vw, 620px); aspect-ratio: 1; right: -8%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(187,149,100,.3); border-radius: 50%; }
.care-section::after { content: ""; position: absolute; width: min(31vw, 470px); aspect-ratio: 1; right: -3%; top: 50%; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.care-content { position: relative; z-index: 1; width: min(1080px, 84vw); padding: clamp(90px, 10vw, 155px) 0; margin: 0 auto; }
.care-content h2 { font-size: clamp(40px, 4.2vw, 70px); max-width: 690px; margin-bottom: 36px; }
.care-content > p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 640px; }
.care-content blockquote { margin: 48px 0 0; padding: 28px 0 0 30px; border-top: 1px solid rgba(255,255,255,.25); border-left: 2px solid var(--gold); font-family: Georgia, serif; font-size: 18px; line-height: 1.7; color: #e8dec9; }

.process { background: var(--paper-light); }
.process-heading { display: grid; grid-template-columns: .34fr 1fr; gap: 70px; align-items: start; }
.process-heading h2 { max-width: 800px; }
.timeline { list-style: none; padding: 0; margin: 85px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline li { min-height: 225px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-number { color: var(--gold); font-family: Georgia, serif; font-style: italic; font-size: 15px; }
.timeline h3 { color: var(--deep); font-size: 23px; margin: 40px 0 12px; }
.timeline p { font-size: 14px; line-height: 1.65; color: #666d63; margin: 0; }

.about { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(60px, 9vw, 145px); background: var(--paper); }
.about-photo { position: relative; max-width: 600px; }
.about-photo::before { content: ""; position: absolute; inset: -18px 20px 28px -18px; border: 1px solid var(--gold); z-index: 0; }
.about-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5.15; object-fit: cover; object-position: center 20%; filter: saturate(.78) contrast(.98); }
.about-badge { position: absolute; z-index: 2; right: -36px; bottom: 34px; width: 145px; height: 145px; border-radius: 50%; background: var(--deep); color: var(--white); display: grid; place-content: center; text-align: center; font-family: Georgia, serif; font-size: 15px; line-height: 1.5; }
.about-content h2 { max-width: 780px; margin-bottom: 34px; }
.about-content > p { color: #636b60; max-width: 690px; }
.lead-small { font-family: Georgia, serif; font-size: 21px; line-height: 1.55; color: var(--deep) !important; }
.check-list { list-style: none; padding: 18px 0 12px; margin: 0 0 28px; }
.check-list li { padding: 13px 0 13px 28px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "•"; position: absolute; left: 4px; color: var(--gold); }

.pricing { background: var(--sage-light); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card { background: var(--paper-light); padding: 38px; min-height: 360px; display: flex; flex-direction: column; }
.animal-label { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 700; color: var(--gold); }
.price-card h3 { font-size: 28px; color: var(--deep); min-height: 63px; margin: 18px 0 28px; }
.price { display: flex; align-items: baseline; gap: 14px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price strong { font-family: Georgia, serif; font-size: 44px; font-weight: 400; color: var(--deep); }
.price span { color: #777e73; font-size: 12px; }
.price-card ul { list-style: none; padding: 22px 0 0; margin: auto 0 0; color: #656d62; font-size: 13px; }
.price-card li { padding: 5px 0; }
.price-note { font-size: 12px; color: #697066; margin: 20px 0 0; }

.legal-note { display: grid; grid-template-columns: 160px 1fr; gap: 55px; background: var(--paper-light); align-items: start; }
.legal-icon { width: 112px; height: 112px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 42px; color: var(--gold); }
.legal-note h2 { font-size: clamp(34px, 3.4vw, 55px); margin-bottom: 22px; }
.legal-note p:last-child { color: #676e64; max-width: 1020px; margin-bottom: 0; }

.contact { padding: clamp(80px, 10vw, 150px); display: grid; grid-template-columns: 1.12fr .7fr; gap: clamp(70px, 10vw, 160px); background: var(--deep); color: var(--white); }
.contact h2 { font-size: clamp(44px, 5vw, 78px); max-width: 830px; margin-bottom: 30px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); max-width: 670px; margin-bottom: 40px; }
.contact-details { font-style: normal; display: grid; align-content: center; }
.contact-details div { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 105px 1fr; gap: 15px; }
.contact-details span { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; color: var(--gold); }
.contact-details strong, .contact-details a { font-size: 15px; font-weight: 400; }
.contact-details a:hover { color: #dac4a4; }

.site-footer { min-height: 170px; padding: 35px clamp(28px, 6vw, 100px); display: grid; grid-template-columns: 1.2fr .5fr 1fr; align-items: center; gap: 30px; background: #263327; color: rgba(255,255,255,.65); font-size: 11px; }
.site-footer img { width: 360px; filter: brightness(0) invert(1); opacity: .85; }
.site-footer p { margin: 0; text-align: center; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 26px; flex-wrap: wrap; }
.site-footer a:hover { color: var(--white); }

.legal-page { min-height: 100svh; background: var(--paper-light); }
.legal-header { min-height: 116px; padding: 22px clamp(24px, 7vw, 120px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.legal-header img { width: min(430px, 48vw); }
.legal-back { padding-bottom: 3px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-content { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; }
.legal-content > h1 { color: var(--deep); font-size: clamp(52px, 7vw, 92px); letter-spacing: -.035em; margin-bottom: 70px; }
.legal-content section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-content h2 { color: var(--deep); font-size: clamp(24px, 2.6vw, 34px); margin-bottom: 16px; }
.legal-content p { max-width: 800px; color: #626a5f; }
.legal-content a { border-bottom: 1px solid var(--gold); }

@media (max-width: 1100px) {
  .site-header { height: 94px; }
  .brand { width: min(390px, 43vw); }
  .desktop-nav { gap: 18px; font-size: 12px; }
  .hero { min-height: calc(100svh - 94px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .about { gap: 70px; }
  .price-grid { gap: 12px; }
  .price-card { padding: 28px; }
}

@media (max-width: 820px) {
  .site-header { height: 86px; padding: 0 20px; position: sticky; top: 0; }
  .brand { width: min(330px, 72vw); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { list-style: none; width: 46px; height: 46px; border: 1px solid var(--deep); display: grid; place-content: center; gap: 5px; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 20px; height: 1px; background: var(--deep); display: block; }
  .mobile-nav nav { position: absolute; right: 0; top: 55px; width: min(310px, 88vw); padding: 14px 24px; background: var(--paper-light); box-shadow: 0 18px 38px rgba(25,36,26,.16); display: grid; }
  .mobile-nav nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 780px; }
  .hero-animals { right: -23%; width: 104vw; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(26,42,29,.97), rgba(31,48,34,.62)); }
  .hero-content { width: 100%; padding: 90px 28px 100px; }
  .hero h1 { font-size: clamp(46px, 11vw, 72px); }
  .trust-strip { grid-template-columns: 1fr; padding: 0 28px; }
  .trust-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .intro, .process-heading, .split-heading, .about, .contact, .legal-note { grid-template-columns: 1fr; }
  .intro { gap: 45px; }
  .intro-columns { grid-template-columns: 1fr; }
  .split-heading { gap: 30px; }
  .care-content { padding: 70px 32px; }
  .price-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 540px; }
  .about-badge { right: 8px; }
  .legal-note { gap: 30px; }
  .legal-icon { width: 80px; height: 80px; font-size: 30px; }
  .contact { gap: 60px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer img { margin: 0 auto; }
  .site-footer nav { justify-content: center; }
}

@media (max-width: 560px) {
  .site-header { height: 76px; }
  .brand { width: 250px; }
  .mobile-nav summary { width: 40px; height: 40px; }
  .hero { min-height: 740px; }
  .hero-animals { right: -25%; bottom: 10px; width: 175%; height: 65%; opacity: 1; }
  .hero-shade { background: linear-gradient(180deg, rgba(25,40,28,.96) 0%, rgba(25,40,28,.82) 48%, rgba(25,40,28,.2) 72%, rgba(25,40,28,.04) 100%); }
  .hero-content { padding-top: 72px; padding-bottom: 230px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 25px; }
  .section { padding: 82px 24px; }
  .intro-main h2, .section-heading h2, .about-content h2, .process-heading h2 { font-size: 39px; }
  .lead { font-size: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 28px; }
  .care-content { padding: 65px 25px; }
  .care-content h2 { font-size: 39px; }
  .timeline { grid-template-columns: 1fr; margin-top: 55px; }
  .timeline li { min-height: 170px; }
  .about { gap: 65px; }
  .about-photo::before { inset: -10px 12px 20px -10px; }
  .about-badge { width: 116px; height: 116px; font-size: 13px; }
  .price-card { min-height: 330px; }
  .contact { padding: 80px 24px; }
  .contact h2 { font-size: 43px; }
  .contact-details div { grid-template-columns: 80px 1fr; }
  .site-footer img { width: 280px; }
  .legal-header { min-height: 90px; padding: 15px 20px; }
  .legal-header img { width: 230px; }
  .legal-back { font-size: 9px; }
  .legal-content > h1 { margin-bottom: 48px; }
}

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