@import url('../fonts/local-fonts.css');

/* ===== Reset & base ===== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #faf8f5;
  color: #16231f;
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #0f5f57; text-decoration: none; }
a:hover { color: #b8894f; }
h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
::selection { background: #cfe3de; }

.serif { font-family: 'Instrument Serif', Georgia, serif; }

@keyframes bsFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ===== Layout helpers ===== */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.page-body { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; animation: bsFade 0.35s ease both; }

/* ===== Promo bar ===== */
.promo-bar {
  background: #0f5f57; color: #e3efec; font-size: 13px; letter-spacing: 0.02em;
  padding: 9px 24px; display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; text-align: center;
}
.promo-bar span.dim { opacity: 0.7; }

/* ===== Header ===== */
header.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(250,248,245,0.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid #e7e1d8;
}
.header-inner { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 50%; background: #0f5f57; display: flex;
  align-items: center; justify-content: center; color: #faf8f5; font-family: 'Instrument Serif', Georgia, serif; font-size: 17px;
}
.brand-name { font-family: 'Instrument Serif', Georgia, serif; font-size: 22px; letter-spacing: 0.01em; line-height: 1; }
.brand-sub { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #7d8b86; margin-top: 3px; }

nav.main-nav { display: flex; gap: 4px; flex-wrap: wrap; margin-left: auto; }
nav.main-nav a {
  cursor: pointer; font-size: 14px; padding: 8px 11px; border-radius: 999px; white-space: nowrap;
  transition: background 0.18s, color 0.18s; color: #3c4a45;
}
nav.main-nav a:hover { background: #ece7de; color: #3c4a45; }
nav.main-nav a.active { background: #e3efec; color: #0f5f57; }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cart-btn {
  cursor: pointer; position: relative; border: 1px solid #d9d2c7; border-radius: 999px; padding: 9px 16px;
  font-size: 13px; display: flex; align-items: center; gap: 8px; background: none; color: #16231f;
}
.cart-btn:hover { border-color: #0f5f57; color: #16231f; }
.cart-count {
  min-width: 20px; height: 20px; border-radius: 999px; background: #0f5f57; color: #fff; font-size: 11px;
  display: flex; align-items: center; justify-content: center; padding: 0 6px;
}
.btn-primary {
  cursor: pointer; background: #0f5f57; color: #faf8f5; border: none; border-radius: 999px; padding: 10px 18px;
  font-size: 13.5px; font-weight: 600; display: inline-block;
}
.btn-primary:hover { background: #0c4a44; color: #faf8f5; }
.btn-primary.large { padding: 15px 28px; font-size: 15px; }
.btn-outline {
  cursor: pointer; border: 1px solid #cfc7b9; padding: 15px 28px; border-radius: 999px; font-size: 15px;
  background: none; color: #16231f; display: inline-block;
}
.btn-outline:hover { border-color: #0f5f57; color: #16231f; }
.btn-outline.small { padding: 10px 20px; font-size: 13.5px; border-color: #0f5f57; color: #0f5f57; }
.btn-outline.small:hover { background: #0f5f57; color: #fff; }

/* ===== Hero (home) ===== */
.hero {
  max-width: 1240px; margin: 0 auto; padding: 64px 24px 40px; display: grid;
  grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.eyebrow {
  display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #0f5f57;
  background: #e3efec; padding: 7px 14px; border-radius: 999px;
}
.eyebrow.gold { color: #b8894f; background: none; padding: 0; }
.eyebrow.teal { color: #0f5f57; background: none; padding: 0; }
h1.hero-title {
  font-family: 'Instrument Serif', Georgia, serif; font-size: 62px; line-height: 1.04; margin-top: 22px;
  letter-spacing: -0.01em;
}
h1.hero-title em { font-style: italic; color: #0f5f57; }
.hero-lead { margin-top: 22px; font-size: 17.5px; line-height: 1.65; color: #4b5b56; max-width: 520px; }
.hero-ctas { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hero-stats .num { font-family: 'Instrument Serif', Georgia, serif; font-size: 32px; color: #0f5f57; }
.hero-stats .lbl { font-size: 13px; color: #7d8b86; margin-top: 2px; }

.hero-media { display: grid; grid-template-rows: 1.4fr 1fr; gap: 14px; height: 520px; }
.photo { border-radius: 20px; overflow: hidden; background: #ece7de; position: relative; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.emergency-card {
  border-radius: 20px; background: #0f5f57; color: #dfeeeb; padding: 22px; display: flex;
  flex-direction: column; justify-content: space-between;
}
.emergency-card .tag { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.75; }
.emergency-card .headline { font-family: 'Instrument Serif', Georgia, serif; font-size: 26px; line-height: 1.15; }
.emergency-card .phone { font-size: 13px; margin-top: 8px; opacity: 0.8; }

/* ===== Trust strip ===== */
.trust-strip { border-top: 1px solid #e7e1d8; border-bottom: 1px solid #e7e1d8; background: #f2efe9; }
.trust-strip .wrap {
  padding: 22px 24px; display: flex; gap: 40px; flex-wrap: wrap; justify-content: space-between;
  font-size: 13.5px; color: #4b5b56;
}

/* ===== Section headers ===== */
.section { max-width: 1240px; margin: 0 auto; padding: 72px 24px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.section h2 { font-family: 'Instrument Serif', Georgia, serif; font-size: 42px; margin-top: 10px; }

/* ===== Services grid (home) ===== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.service-card {
  cursor: pointer; background: #fff; border: 1px solid #ece7de; border-radius: 18px; padding: 26px 22px 24px;
  min-height: 210px; display: flex; flex-direction: column; transition: transform 0.2s, border-color 0.2s;
}
.service-card:hover { transform: translateY(-4px); border-color: #0f5f57; }
.service-num {
  width: 34px; height: 34px; border-radius: 10px; background: #e3efec; color: #0f5f57; display: flex;
  align-items: center; justify-content: center; font-family: 'Instrument Serif', Georgia, serif; font-size: 16px;
}
.service-card h3 { font-size: 19px; margin-top: 18px; font-weight: 600; }
.service-card p { font-size: 14px; line-height: 1.6; color: #6b7a75; margin-top: 8px; }
.service-card .price { margin-top: auto; padding-top: 14px; font-size: 13px; color: #0f5f57; }

/* ===== How we work (dark) ===== */
.how-section { background: #16231f; color: #e9e4da; }
.how-section .wrap {
  padding: 72px 24px; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center;
}
.how-media { height: 380px; border-radius: 20px; overflow: hidden; }
.how-media img { width: 100%; height: 100%; object-fit: cover; }
.steps-list { display: flex; flex-direction: column; gap: 2px; margin-top: 26px; }
.step-row { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #2c3a34; }
.step-row .n { font-family: 'Instrument Serif', Georgia, serif; font-size: 26px; color: #b8894f; min-width: 40px; }
.step-row .t { font-size: 18px; font-weight: 600; }
.step-row .d { font-size: 14.5px; line-height: 1.6; color: #a7b5af; margin-top: 6px; max-width: 520px; }

/* ===== Reviews ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.review-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; padding: 28px; }
.stars { color: #b8894f; letter-spacing: 0.2em; font-size: 13px; }
.review-card p { font-size: 15.5px; line-height: 1.7; margin-top: 14px; color: #3c4a45; }
.review-who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: #ece7de; flex-shrink: 0; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-name { font-size: 14px; font-weight: 600; }
.review-meta { font-size: 12.5px; color: #8b968f; }

/* ===== FAQ ===== */
.faq-section { background: #e3efec; }
.faq-section .wrap { padding: 64px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.faq-intro p { font-size: 15.5px; line-height: 1.7; color: #46564f; margin-top: 16px; }
.faq-item { cursor: pointer; border-bottom: 1px solid #c9ddd7; padding: 18px 0; }
.faq-q { display: flex; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 600; color: #16231f; }
.faq-q .sign { color: #0f5f57; }
.faq-a {
  font-size: 14.5px; line-height: 1.65; color: #46564f; overflow: hidden; max-height: 0; padding-top: 0;
  transition: max-height 0.3s ease, padding-top 0.3s;
}
.faq-item.open .faq-a { max-height: 320px; padding-top: 12px; }

/* ===== Generic page header ===== */
.page-head { max-width: 1240px; margin: 0 auto; padding: 56px 24px 0; }
.page-head.narrow { max-width: 1000px; }
.page-head.legal { max-width: 860px; }
.page-title { font-family: 'Instrument Serif', Georgia, serif; font-size: 52px; margin-top: 10px; line-height: 1.1; }
.page-lead { font-size: 17px; line-height: 1.7; color: #4b5b56; max-width: 720px; margin-top: 16px; }

/* ===== About page ===== */
.about-grid { max-width: 1240px; margin: 0 auto; padding: 0 24px 80px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; margin-top: 36px; }
.about-text { display: flex; flex-direction: column; gap: 18px; font-size: 16px; line-height: 1.75; color: #4b5b56; }
.about-media { display: flex; flex-direction: column; gap: 14px; }
.about-photo { height: 260px; border-radius: 18px; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; padding: 24px; }
.company-card .label { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #7d8b86; }
.company-card .lines { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: 14.5px; color: #3c4a45; }
.values-grid { max-width: 1240px; margin: 48px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; padding: 26px; }
.value-card h3 { font-family: 'Instrument Serif', Georgia, serif; font-size: 24px; color: #0f5f57; }
.value-card p { font-size: 14.5px; line-height: 1.65; color: #6b7a75; margin-top: 10px; }
.tech-title { max-width: 1240px; margin: 56px auto 0; padding: 0 24px; font-family: 'Instrument Serif', Georgia, serif; font-size: 34px; }
.tech-grid { max-width: 1240px; margin: 20px auto 80px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tech-item { border-left: 1px solid #ddd6ca; padding: 4px 0 4px 20px; }
.tech-item .t { font-size: 16.5px; font-weight: 600; }
.tech-item .d { font-size: 14px; line-height: 1.6; color: #6b7a75; margin-top: 6px; }

/* ===== Services (full) page ===== */
.services-full { max-width: 1240px; margin: 0 auto; padding: 36px 24px 80px; display: flex; flex-direction: column; gap: 16px; }
.service-row {
  background: #fff; border: 1px solid #ece7de; border-radius: 20px; padding: 30px; display: grid;
  grid-template-columns: 200px 1fr 200px; gap: 28px; align-items: start;
}
.service-row .thumb { height: 130px; border-radius: 14px; overflow: hidden; }
.service-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.service-row h2 { font-family: 'Instrument Serif', Georgia, serif; font-size: 28px; }
.service-row .long { font-size: 15.5px; line-height: 1.7; color: #4b5b56; margin-top: 10px; }
.tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.tag { font-size: 12.5px; background: #f0ece4; border-radius: 999px; padding: 6px 12px; color: #55635e; }
.service-row .price-col { text-align: right; }
.service-row .price-lbl { font-size: 12px; color: #8b968f; }
.service-row .price-val { font-family: 'Instrument Serif', Georgia, serif; font-size: 30px; color: #0f5f57; margin-top: 4px; }
.service-row .btn-outline.small { margin-top: 14px; }

/* ===== Team page ===== */
.team-grid { max-width: 1240px; margin: 36px auto 80px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.doctor-card { background: #fff; border: 1px solid #ece7de; border-radius: 20px; overflow: hidden; }
.doctor-photo { height: 240px; overflow: hidden; }
.doctor-photo img { width: 100%; height: 100%; object-fit: cover; }
.doctor-body { padding: 22px; }
.doctor-body h3 { font-size: 20px; font-weight: 600; }
.doctor-role { font-size: 13.5px; color: #0f5f57; margin-top: 4px; }
.doctor-bio { font-size: 14.5px; line-height: 1.65; color: #6b7a75; margin-top: 12px; }
.doctor-meta { font-size: 12.5px; color: #8b968f; margin-top: 12px; border-top: 1px solid #f0ece4; padding-top: 12px; }

/* ===== Prices page ===== */
.price-groups { max-width: 1000px; margin: 34px auto 0; padding: 0 24px; display: flex; flex-direction: column; gap: 32px; }
.price-groups h2 { font-family: 'Instrument Serif', Georgia, serif; font-size: 26px; color: #0f5f57; padding-bottom: 10px; border-bottom: 1px solid #ddd6ca; }
.price-row { display: flex; justify-content: space-between; gap: 24px; padding: 13px 0; border-bottom: 1px solid #eee9e1; font-size: 15.5px; }
.price-row .name { color: #3c4a45; }
.price-row .price { white-space: nowrap; font-weight: 600; }
.price-note { max-width: 1000px; margin: 34px auto 80px; padding: 0 24px; }
.price-note .box { background: #e3efec; border-radius: 18px; padding: 26px; font-size: 15px; line-height: 1.7; color: #35443f; }

/* ===== Shop page ===== */
.shop-page { max-width: 1240px; margin: 0 auto; padding: 0 24px 80px; }
.cat-filter { display: flex; gap: 8px; margin-top: 26px; flex-wrap: wrap; }
.cat-chip { cursor: pointer; font-size: 13.5px; padding: 9px 16px; border-radius: 999px; border: 1px solid #d9d2c7; background: none; color: #3c4a45; }
.cat-chip.active { border-color: #0f5f57; background: #0f5f57; color: #faf8f5; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 26px; }
.product-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.product-photo { height: 180px; position: relative; overflow: hidden; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; top: 12px; left: 12px; background: #b8894f; color: #fff; font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
}
.product-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: 11.5px; color: #8b968f; letter-spacing: 0.08em; text-transform: uppercase; }
.product-body h3 { font-size: 17px; font-weight: 600; margin-top: 8px; line-height: 1.3; }
.product-desc { font-size: 13.5px; line-height: 1.55; color: #7a8883; margin-top: 8px; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; }
.product-price { font-family: 'Instrument Serif', Georgia, serif; font-size: 24px; }
.add-btn { cursor: pointer; background: #0f5f57; color: #fff; border: none; border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 600; }
.add-btn:hover { background: #0c4a44; }
.shop-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.shop-info .info-card { border: 1px dashed #cfc7b9; border-radius: 18px; padding: 24px; }
.shop-info .info-card .t { font-weight: 600; font-size: 16px; }
.shop-info .info-card .d { font-size: 14px; line-height: 1.6; color: #6b7a75; margin-top: 8px; }

/* ===== Blog page ===== */
.blog-grid { max-width: 1240px; margin: 34px auto 80px; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.post-card:hover { border-color: #0f5f57; }
.post-photo { height: 170px; overflow: hidden; }
.post-photo img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: 12px; color: #8b968f; }
.post-body h3 { font-family: 'Instrument Serif', Georgia, serif; font-size: 23px; margin-top: 10px; line-height: 1.25; }
.post-excerpt { font-size: 14.5px; line-height: 1.65; color: #6b7a75; margin-top: 10px; }
.post-link { margin-top: auto; padding-top: 16px; font-size: 13.5px; color: #0f5f57; }

/* ===== Contacts / booking page ===== */
.contacts-grid { max-width: 1240px; margin: 32px auto 80px; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.booking-card { background: #fff; border: 1px solid #ece7de; border-radius: 20px; padding: 32px; }
.form-field { display: flex; flex-direction: column; gap: 16px; }
.form-field > div { display: flex; flex-direction: column; }
.form-field label, .field-label { font-size: 13px; color: #6b7a75; margin-bottom: 6px; }
.form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input[type="text"], input[type="tel"], input[type="date"], input[type="email"], select, textarea {
  width: 100%; border: 1px solid #ddd6ca; border-radius: 12px; padding: 13px 15px; font-size: 15px;
  font-family: 'Manrope', sans-serif; background: #faf8f5; color: #16231f;
}
textarea { resize: vertical; }
.agree-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: #6b7a75; }
.agree-row input { margin-top: 3px; }
.submit-btn {
  cursor: pointer; text-align: center; background: #0f5f57; color: #faf8f5; border: none; border-radius: 999px;
  padding: 15px; font-size: 15px; font-weight: 600; width: 100%;
}
.submit-btn:disabled { background: #9db3ad; cursor: not-allowed; }
.form-hint { font-size: 12.5px; color: #98a29c; }
.thanks-box { padding: 40px 0; text-align: center; }
.thanks-box .headline { font-family: 'Instrument Serif', Georgia, serif; font-size: 30px; color: #0f5f57; }
.thanks-box p { font-size: 15.5px; line-height: 1.7; color: #4b5b56; margin-top: 12px; }

.contact-side { display: flex; flex-direction: column; gap: 16px; }
.map-photo { height: 240px; border-radius: 18px; overflow: hidden; position: relative; }
.map-photo img { width: 100%; height: 100%; object-fit: cover; }
.map-caption {
  position: absolute; left: 14px; bottom: 14px; background: rgba(22,35,31,0.75); color: #f2efe9;
  font-size: 12.5px; padding: 8px 12px; border-radius: 10px;
}
.contact-card { background: #fff; border: 1px solid #ece7de; border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.contact-card .label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #8b968f; }
.contact-card .val { font-size: 16px; margin-top: 5px; }

/* ===== Legal pages ===== */
.legal-meta { font-size: 13.5px; color: #8b968f; margin-top: 10px; }
.legal-blocks { max-width: 860px; margin: 30px auto 0; padding: 0 24px; display: flex; flex-direction: column; gap: 26px; }
.legal-blocks h2 { font-size: 20px; font-weight: 600; color: #16231f; }
.legal-blocks p { font-size: 15.5px; line-height: 1.75; color: #4b5b56; margin-top: 10px; }
.legal-footer-note {
  max-width: 860px; margin: 40px auto 80px; padding: 24px; background: #f2efe9; border-radius: 16px;
  font-size: 14.5px; line-height: 1.7; color: #55635e;
}

/* ===== 404 page ===== */
.notfound { max-width: 700px; margin: 0 auto; padding: 120px 24px; text-align: center; }
.notfound .code { font-family: 'Instrument Serif', Georgia, serif; font-size: 96px; color: #0f5f57; }
.notfound p { font-size: 16px; color: #4b5b56; margin-top: 12px; }
.notfound .actions { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== Footer ===== */
footer.site-footer { background: #16231f; color: #b9c4bf; margin-top: auto; }
.footer-grid { max-width: 1240px; margin: 0 auto; padding: 56px 24px 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand { font-family: 'Instrument Serif', Georgia, serif; font-size: 26px; color: #f2efe9; }
.footer-desc { font-size: 14px; line-height: 1.7; margin-top: 12px; max-width: 300px; }
.footer-legalbox { font-size: 13px; line-height: 1.8; margin-top: 16px; color: #8d9a95; }
.footer-col-title { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #6f7d78; }
.footer-links { display: flex; flex-direction: column; gap: 9px; margin-top: 14px; font-size: 14px; }
.footer-links a { color: #b9c4bf; }
.footer-links a:hover { color: #f2efe9; }
.footer-contact { font-size: 14px; line-height: 1.85; margin-top: 14px; }
.footer-hours { font-size: 13px; color: #8d9a95; margin-top: 14px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #26332e; }
.footer-bottom .wrap {
  padding: 18px 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 12.5px; color: #7e8b86; max-width: 1240px; margin: 0 auto;
}

/* ===== Cart drawer ===== */
.overlay {
  position: fixed; inset: 0; background: rgba(22,35,31,0.45); z-index: 60; transition: opacity 0.25s;
  opacity: 0; pointer-events: none;
}
.overlay.show { opacity: 1; pointer-events: auto; }
aside.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100vh; width: 420px; max-width: 92vw; background: #faf8f5;
  z-index: 61; box-shadow: -20px 0 60px rgba(0,0,0,0.18); transform: translateX(105%);
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column;
}
aside.cart-drawer.open { transform: translateX(0); }
.cart-head { padding: 22px 24px; border-bottom: 1px solid #e7e1d8; display: flex; justify-content: space-between; align-items: center; }
.cart-title { font-family: 'Instrument Serif', Georgia, serif; font-size: 24px; }
.cart-close { cursor: pointer; font-size: 22px; color: #8b968f; line-height: 1; background: none; border: none; }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 24px; }
.cart-empty { text-align: center; padding: 60px 10px; color: #8b968f; }
.cart-empty p { font-size: 15.5px; line-height: 1.7; }
.cart-line { display: grid; grid-template-columns: 66px 1fr auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid #eee9e1; align-items: center; }
.cart-line .thumb { height: 66px; border-radius: 12px; overflow: hidden; background: #ece7de; }
.cart-line .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-line .name { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.cart-line .price { font-size: 13px; color: #8b968f; margin-top: 3px; }
.qty-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty-btn { cursor: pointer; width: 26px; height: 26px; border-radius: 50%; border: 1px solid #ddd6ca; display: flex; align-items: center; justify-content: center; font-size: 15px; background: #fff; }
.qty-val { font-size: 14px; min-width: 16px; text-align: center; }
.remove-link { cursor: pointer; font-size: 12.5px; color: #a8837a; margin-left: 4px; background: none; border: none; }
.cart-line .sum { font-size: 15px; font-weight: 600; white-space: nowrap; }
.cart-foot { border-top: 1px solid #e7e1d8; padding: 20px 24px 26px; }
.cart-sumline { display: flex; justify-content: space-between; font-size: 14px; color: #6b7a75; margin-top: 8px; }
.cart-sumline:first-child { margin-top: 0; }
.cart-total { display: flex; justify-content: space-between; font-size: 19px; font-weight: 700; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e7e1d8; }
.checkout-fields { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.checkout-fields input { padding: 11px 13px; font-size: 14px; }
.checkout-btn { cursor: pointer; text-align: center; margin-top: 12px; background: #0f5f57; color: #faf8f5; border: none; border-radius: 999px; padding: 15px; font-weight: 600; font-size: 15px; width: 100%; }
.checkout-btn:disabled { background: #9db3ad; cursor: not-allowed; }
.cart-legal { font-size: 12px; color: #98a29c; margin-top: 10px; line-height: 1.6; }
.cart-ordered { text-align: center; padding: 30px 0; }
.cart-ordered .headline { font-family: 'Instrument Serif', Georgia, serif; font-size: 22px; color: #0f5f57; }
.cart-ordered p { font-size: 14px; color: #4b5b56; margin-top: 10px; }

/* ===== Cookie banner ===== */
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 70; display: flex; justify-content: center; }
.cookie-banner.hidden { display: none; }
.cookie-box {
  background: #16231f; color: #d7ded9; border-radius: 18px; padding: 20px 24px; max-width: 900px;
  display: flex; gap: 24px; align-items: center; flex-wrap: wrap; box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.cookie-text { flex: 1; min-width: 280px; font-size: 14px; line-height: 1.65; }
.cookie-text a { color: #9ecfc6; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-min { cursor: pointer; border: 1px solid #3d4b45; border-radius: 999px; padding: 11px 20px; font-size: 13.5px; background: none; color: #d7ded9; }
.cookie-all { cursor: pointer; background: #e3efec; color: #0f5f57; border: none; border-radius: 999px; padding: 11px 22px; font-size: 13.5px; font-weight: 600; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-media { height: 380px; }
  .how-section .wrap { grid-template-columns: 1fr; }
  .how-media { height: 260px; }
  .about-grid { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .faq-section .wrap { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-info { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-row .price-col { text-align: left; }
  h1.hero-title { font-size: 46px; }
}
@media (max-width: 640px) {
  .header-inner { flex-wrap: wrap; }
  nav.main-nav { order: 3; width: 100%; margin-left: 0; gap: 2px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .promo-bar { font-size: 12px; gap: 14px; padding: 8px 14px; }
  .services-grid, .team-grid, .products-grid, .blog-grid, .values-grid, .tech-grid { grid-template-columns: 1fr; }
  .form-row2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 24px 24px; }
  h1.hero-title { font-size: 38px; }
  .section h2 { font-size: 32px; }
  .page-title { font-size: 38px; }
  aside.cart-drawer { width: 100%; }
}
