:root {
  --cream: #faf5ec;
  --sand: #eee0c9;
  --clay: #c46a3c;
  --clay-soft: #e0996a;
  --olive: #3f5240;
  --ink: #2f2822;
  --card: #fffdf8;
  --border: #e3d7c4;
  --muted-text: #7a6c5d;
  --radius: 1.6rem;
  --shadow-soft: 0 18px 45px -22px rgba(47, 40, 34, 0.45);
  --shadow-lift: 0 28px 70px -30px rgba(47, 40, 34, 0.55);
  --font-display: "Unbounded", "Manrope", system-ui, sans-serif;
  --font-sans: "Manrope", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .display { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.01em; line-height: 1.15; margin: 0; }
p { margin: 0; }
ul, ol, dl { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-alt { background: rgba(238, 224, 201, 0.6); }
.muted { color: var(--muted-text); }
.kicker { font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--clay); }
.surface { background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.dot { width: 7px; height: 7px; border-radius: 999px; background: var(--clay); flex: 0 0 auto; margin-top: 9px; }

.btn { display: inline-block; border-radius: 999px; padding: 13px 24px; font-size: 14px; font-weight: 700; text-align: center; border: 1px solid transparent; transition: transform .25s ease, background .25s ease, color .25s ease; }
.btn:hover { transform: scale(1.04); }
.btn-primary { background: var(--clay); color: #fff; }
.btn-outline { border-color: var(--clay); color: var(--clay); background: transparent; }
.btn-outline:hover { background: var(--clay); color: #fff; }
.btn-olive { background: var(--olive); color: #fff; }
.btn-ghost { border: 1px solid rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* Header */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(250, 245, 236, .88); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(227, 215, 196, .7); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 20px; max-width: 1120px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 42px; height: 42px; }
.brand b, .brand span span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand > span:last-child { min-width: 0; overflow: hidden; }
.brand b { display: block; font-family: var(--font-display); font-size: 15px; font-weight: 600; }
.brand span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--muted-text); }
.nav { display: none; align-items: center; gap: 16px; }
.nav a { font-size: 14px; color: var(--muted-text); white-space: nowrap; }
.nav a:hover { color: var(--clay); }
.nav .phone { font-weight: 700; color: var(--ink); white-space: nowrap; }
.header-inner { flex-wrap: nowrap; }
@media (max-width: 420px) { .brand img { width: 36px; height: 36px; } .brand b { font-size: 13px; } .brand span span { font-size: 8px; } }
.burger { border: 1px solid var(--border); background: transparent; border-radius: 999px; padding: 9px 14px; font-size: 13px; }
.mobile-actions { display: flex; gap: 8px; align-items: center; }
.mobile-nav { display: none; border-top: 1px solid var(--border); background: var(--cream); padding: 8px 20px 16px; max-height: 70vh; overflow-y: auto; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 10px 6px; font-size: 15px; color: var(--muted-text); border-radius: 10px; }
.mobile-nav .btn { display: block; margin-top: 10px; }

@media (min-width: 1100px) {
  .nav { display: flex; gap: 13px; }
  .brand { flex: 0 0 auto; }
  .brand b, .brand span span { overflow: visible; }
  .mobile-actions { display: none; }
  .mobile-nav { display: none !important; }
}

/* Hero */
.hero { position: relative; height: 100svh; min-height: 600px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; will-change: transform; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.hero-veil { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(to top, rgba(47,40,34,.85), rgba(47,40,34,.35) 45%, rgba(47,40,34,.25)),
  linear-gradient(to right, rgba(47,40,34,.7), rgba(47,40,34,.2) 60%, rgba(47,40,34,.05)); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 96px 20px 56px; max-width: 1120px; margin: 0 auto; }
.hero-badge { display: inline-block; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; border-radius: 999px; padding: 7px 16px; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { margin-top: 20px; max-width: 16ch; color: #fff; font-size: clamp(1.9rem, 5vw, 3.4rem); text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.hero p { margin-top: 18px; max-width: 560px; color: rgba(255,255,255,.92); font-size: 17px; }
.hero-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Marquee */
.marquee { overflow: hidden; padding: 12px 0; background: linear-gradient(135deg, #c46a3c, #d98f56); }
.marquee-track { display: flex; gap: 40px; width: max-content; animation: marquee 32s linear infinite; }
.marquee span { color: rgba(255,255,255,.92); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Section title */
.section-title { max-width: 640px; margin: 0 auto; text-align: center; }
.section-title h2 { margin-top: 12px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.section-title p { margin-top: 14px; color: var(--muted-text); }

/* Grids */
.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: 1fr; }
.g3 { grid-template-columns: 1fr; }
.g4 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .g3, .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .g2 { grid-template-columns: 1fr 1fr; } .g3 { grid-template-columns: repeat(3, 1fr); } .g4 { grid-template-columns: repeat(4, 1fr); } }

.card { border-radius: var(--radius); overflow: hidden; background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); transition: transform .4s ease, box-shadow .4s ease; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card-media { aspect-ratio: 4/5; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.card:hover .card-media img { transform: scale(1.07); }
.card-body { padding: 20px; display: flex; flex-direction: column; gap: 6px; height: calc(100% - 0px); }
.card-body .breed { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--clay); }
.card-body h3 { font-size: 20px; margin-top: 4px; }
.card-actions { margin-top: 16px; display: grid; gap: 8px; }
@media (min-width: 520px) { .card-actions { grid-template-columns: 1fr 1fr; } }

/* About */
.about-media { border-radius: 2rem; overflow: hidden; background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.about-media img { aspect-ratio: 4/5; width: 100%; object-fit: cover; }
.about-float { position: absolute; right: -8px; bottom: -30px; width: 160px; border-radius: 1.2rem; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-lift); animation: float 7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
.stats { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stats div { border-radius: 1.2rem; background: var(--card); border: 1px solid var(--border); padding: 18px 10px; text-align: center; }
.stats dt { font-family: var(--font-display); font-size: 26px; color: var(--clay); }
.stats dd { margin: 4px 0 0; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--muted-text); }

/* Filters */
.filters { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.filters button { border-radius: 999px; padding: 9px 20px; font-size: 14px; border: 1px solid var(--border); background: transparent; color: var(--muted-text); }
.filters button.active { background: var(--clay); color: #fff; border-color: var(--clay); }

/* Video block */
.video-block { background: var(--olive); color: #f6f2e9; padding: 80px 0; }
.video-block h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-top: 12px; }
.video-block .kicker { color: rgba(246, 242, 233, .7); }
.video-frame { border-radius: 1.6rem; overflow: hidden; box-shadow: var(--shadow-lift); }
.video-frame video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: rgba(0,0,0,.2); }

/* Prices */
.price-card { position: relative; border-radius: var(--radius); background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); padding: 24px; display: flex; flex-direction: column; transition: transform .4s ease, box-shadow .4s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.price-card.featured { border-color: var(--clay); box-shadow: 0 0 0 2px rgba(196,106,60,.35), var(--shadow-soft); }
.price-tag { position: absolute; top: -12px; left: 22px; background: var(--clay); color: #fff; border-radius: 999px; padding: 4px 12px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.price-card .amount { font-family: var(--font-display); font-size: 36px; color: var(--clay); margin-top: 14px; }
.price-card .unit { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-text); }
.price-card ul { margin-top: 14px; display: grid; gap: 6px; font-size: 13px; color: rgba(47,40,34,.75); }
.price-card li, .fact li, .doc li { display: flex; gap: 10px; }
.price-card .btn { margin-top: 22px; }

/* Docs */
.doc-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; background: rgba(238, 224, 201, .55); border-bottom: 1px solid var(--border); }
.doc-lights { display: flex; gap: 6px; }
.doc-lights i { width: 10px; height: 10px; border-radius: 999px; display: block; }
.doc-stamp { border: 1px dashed rgba(196,106,60,.55); border-radius: 999px; padding: 4px 12px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--clay); }
.doc-body { padding: 26px; }
.doc-body .code { margin-top: 4px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-text); }
.doc-body ul { margin-top: 18px; background: rgba(238,224,201,.45); border-radius: 1rem; padding: 16px; display: grid; gap: 8px; font-size: 13px; }
.doc-sign { margin-top: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.doc-sign .lines i { display: block; height: 6px; border-radius: 999px; background: rgba(227,215,196,.9); margin-bottom: 6px; }
.doc-seal { width: 66px; height: 66px; display: grid; place-items: center; border: 2px dashed rgba(196,106,60,.4); border-radius: 999px; transform: rotate(-8deg); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; color: rgba(196,106,60,.8); text-align: center; line-height: 1.3; }

/* Egg */
.egg-steps { margin-top: 28px; border-left: 1px solid var(--border); padding-left: 24px; display: grid; gap: 12px; }
.egg-steps li { position: relative; font-size: 14px; color: var(--muted-text); }
.egg-steps li i { position: absolute; left: -30px; top: 8px; width: 10px; height: 10px; border-radius: 999px; background: var(--clay); }

/* Reviews */
.review { border-radius: var(--radius); background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); padding: 26px; }
.review .stars { color: var(--clay); letter-spacing: 2px; }
.review blockquote { margin: 14px 0 0; font-size: 14px; color: var(--muted-text); }
.review figcaption { margin-top: 18px; font-family: var(--font-display); font-size: 18px; }

/* Contacts */
.contacts-box { border-radius: 2rem; background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow-soft); padding: 32px; display: grid; gap: 32px; }
@media (min-width: 900px) { .contacts-box { grid-template-columns: 1fr 1fr; padding: 44px; } }
.contacts-box .bigphone { display: block; font-family: var(--font-display); font-size: 28px; color: var(--clay); }
.map { border-radius: 1.6rem; overflow: hidden; border: 1px solid var(--border); }
.map iframe { width: 100%; height: 300px; border: 0; display: block; }

/* Footer */
.footer { border-top: 1px solid var(--border); background: rgba(238,224,201,.5); padding: 28px 0; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; font-size: 14px; color: var(--muted-text); }
.footer img { width: 34px; height: 34px; }

/* Back to top */
.totop { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 999px; background: var(--clay); color: #fff; box-shadow: var(--shadow-lift); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .3s; }
.totop.show { opacity: 1; pointer-events: auto; transform: none; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(47,40,34,.6); backdrop-filter: blur(4px); overflow-y: auto; }
.modal.open { display: flex; }
.modal-box { position: relative; width: 100%; max-width: 520px; background: var(--card); border-radius: 1.8rem; padding: 28px; box-shadow: var(--shadow-lift); margin: auto; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 36px; height: 36px; border-radius: 999px; border: 1px solid var(--border); background: transparent; }
.modal h3 { font-size: 24px; }
.field { display: block; margin-top: 14px; }
.field span { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-text); margin-bottom: 6px; }
.field input, .field textarea { width: 100%; border: 1px solid var(--border); border-radius: 14px; background: #fff; padding: 12px 14px; font: inherit; color: inherit; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid rgba(196,106,60,.4); border-color: var(--clay); }
.modal .btn { width: 100%; margin-top: 18px; }
.modal-alt { margin-top: 14px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.form-note { margin-top: 12px; font-size: 13px; text-align: center; }
.form-note.ok { color: var(--olive); }
.form-note.err { color: #b3402c; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track, .about-float { animation: none; }
}
