:root {
  color-scheme: light;
  --ink: #17211c;
  --muted: #5e6b64;
  --line: #dfe6df;
  --paper: #f7f4ee;
  --surface: #fffdf8;
  --surface-panel: #fffaf0;
  --surface-panel-alt: #f1f7f2;
  --surface-panel-soft: #f8fbf6;
  --accent: #0d7f72;
  --accent-strong: #075e55;
  --warm: #d89b52;
  --panel-line: rgba(13, 127, 114, 0.18);
  --panel-line-strong: rgba(7, 94, 85, 0.24);
  --panel-radius: 8px;
  --shadow: 0 24px 80px rgba(23, 33, 28, 0.08);
  --page-max: 1180px;
  --page-wide-max: 1320px;
  --page-gutter: clamp(20px, 5vw, 72px);
  --page-pad: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2));
  --page-wide-pad: max(var(--page-gutter), calc((100vw - var(--page-wide-max)) / 2));
  --media-hero-ratio: 16 / 10;
  --media-wide-ratio: 16 / 10;
  --media-feature-ratio: 4 / 3;
  --media-hero-max-height: 560px;
  --media-feature-max-height: 480px;
  --media-inline-max-height: 520px;
  --page-title-size: 2.65rem;
  --section-title-size: 2rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(13, 127, 114, 0.10), transparent 32rem),
    linear-gradient(135deg, #f7f4ee 0%, #eef4ef 48%, #f9f4eb 100%);
}

a {
  color: inherit;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 var(--page-wide-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.08);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.9rem;
  font-weight: 760;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  letter-spacing: 0;
}

.brand-part {
  display: inline-block;
}

.brand-part--red {
  color: #da251d;
  font-weight: 860;
}

.brand-part--yellow {
  color: #ffcd00;
  font-weight: 820;
  -webkit-text-stroke: 1px #da251d;
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 #da251d,
    1px 0 0 #da251d,
    0 -1px 0 #da251d,
    -1px 0 0 #da251d;
}

.brand-domain {
  display: inline-block;
  margin-left: 0.06em;
  color: #8a938d;
  font-size: 0.42em;
  font-weight: 720;
  line-height: 1;
  transform: translateY(0.12em);
}

.brand-mark--footer {
  font-size: 1.28rem;
  font-weight: 760;
  text-decoration: none;
}

.topbar__navs {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav a,
.footer-nav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 760;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a:hover,
.footer-nav a:hover {
  color: var(--accent-strong);
}

.language-nav {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
}

.language-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 34px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.language-nav a[aria-current="page"] {
  color: #fff;
  background: var(--accent);
}

.home-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
  min-height: calc((100svh - 72px) / 2);
  padding: clamp(56px, 9vw, 112px) var(--page-pad);
  animation: sectionIn 520ms ease both;
}

.home-section + .home-section {
  border-top: 1px solid rgba(23, 33, 28, 0.10);
}

.home-section--materials {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.82), rgba(255, 253, 248, 0.34)),
    repeating-linear-gradient(135deg, rgba(13, 127, 114, 0.08) 0 1px, transparent 1px 16px);
}

.home-section--services {
  background:
    linear-gradient(90deg, rgba(238, 244, 239, 0.72), rgba(255, 253, 248, 0.88)),
    radial-gradient(circle at right center, rgba(216, 155, 82, 0.16), transparent 28rem);
}

.home-section--services-priority {
  display: block;
  min-height: auto;
  padding-top: clamp(34px, 5vw, 64px);
  padding-inline: var(--page-wide-pad);
}

.section-intro {
  position: sticky;
  top: 28px;
  max-width: 620px;
}

.section-intro--compact {
  position: static;
  max-width: none;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.section-intro--compact h1 {
  max-width: none;
  font-size: 2.15rem;
}

.home-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.home-intro__copy {
  min-width: 0;
}

.home-promo-slot {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 190px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(13, 127, 114, 0.16);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(241, 247, 242, 0.88)),
    radial-gradient(circle at right top, rgba(216, 155, 82, 0.18), transparent 16rem),
    var(--surface-panel);
  box-shadow: 0 18px 56px rgba(23, 33, 28, 0.06);
  text-align: center;
}

.home-promo-slot p {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-promo-slot h2 {
  max-width: 24rem;
  font-size: 1.45rem;
  line-height: 1.12;
}

.home-promo-slot span {
  display: block;
  max-width: 24rem;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

h1,
h2 {
  max-width: 18ch;
  margin: 0;
  font-size: 2.85rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.section-intro p:last-child {
  max-width: 34rem;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.item-list {
  display: grid;
  gap: 14px;
}

.home-services {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}

.priority-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.priority-service {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
  height: 100%;
  padding: 14px;
  border: 1px solid rgba(13, 127, 114, 0.12);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 251, 246, 0.86)),
    var(--surface);
  transition: border-color 180ms ease, transform 180ms ease;
}

.priority-service:hover {
  border-color: rgba(13, 127, 114, 0.22);
  transform: translateY(-2px);
}

.priority-service__media {
  display: block;
  overflow: hidden;
  aspect-ratio: var(--media-wide-ratio);
  border: 1px solid rgba(23, 33, 28, 0.08);
  border-radius: var(--panel-radius);
  background: var(--surface);
  text-decoration: none;
}

.priority-service__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease;
}

.priority-service:hover .priority-service__media img {
  transform: scale(1.025);
}

.priority-service__body h2 {
  max-width: none;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.08;
}

.priority-service__body h2 a {
  text-decoration: none;
}

.priority-service__body p:not(.service-region) {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.list-item {
  position: relative;
  padding: clamp(20px, 3vw, 30px) 0;
  border-top: 1px solid rgba(23, 33, 28, 0.16);
  transition: transform 180ms ease, border-color 180ms ease;
}

.list-item:hover {
  transform: translateX(8px);
  border-color: var(--accent);
}

.list-item h2,
.list-item h3,
.list-item h4 {
  max-width: 32rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.list-item h2 a,
.list-item h3 a,
.list-item h4 a {
  text-decoration: none;
}

.featured-service {
  display: grid;
  gap: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(23, 33, 28, 0.16);
}

.featured-service__media {
  display: block;
  overflow: hidden;
  aspect-ratio: var(--media-wide-ratio);
  max-height: var(--media-feature-max-height);
  background: var(--surface);
  text-decoration: none;
}

.featured-service__media img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(23, 33, 28, 0.10);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.featured-service__body h2 {
  max-width: 16ch;
  font-size: 2.1rem;
  line-height: 1.08;
}

.featured-service__body h2 a {
  text-decoration: none;
}

.featured-service__body p:not(.service-note) {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.62;
}

.service-note {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-weight: 800;
}

.service-region {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 800;
}

.featured-service__terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.featured-service__terms span {
  padding: 9px 12px;
  border: 1px solid rgba(13, 127, 114, 0.22);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.9rem;
  font-weight: 750;
}

.secondary-services {
  display: grid;
  gap: 0;
}

.secondary-services--visual {
  gap: 0;
}

.secondary-services > h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 800;
}

.secondary-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.secondary-service {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(13, 127, 114, 0.12);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.95), rgba(248, 251, 246, 0.92)),
    var(--surface);
  transition: border-color 180ms ease, transform 180ms ease;
}

.secondary-service:hover {
  border-color: rgba(13, 127, 114, 0.22);
  transform: translateY(-2px);
}

.secondary-service__media {
  display: block;
  overflow: hidden;
  align-self: start;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(23, 33, 28, 0.10);
  border-radius: 7px;
  background: var(--surface);
  text-decoration: none;
}

.secondary-service__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.secondary-service__media img[src$="botmarketingpro-logo.png"] {
  padding: 12px;
  object-fit: contain;
  background: #fff;
}

.secondary-service h4 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.18;
}

.secondary-service h4 a {
  text-decoration: none;
}

.secondary-service p {
  display: -webkit-box;
  max-width: none;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.secondary-service .item-action {
  margin-top: 10px;
  font-size: 0.86rem;
}

.home-consultation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--panel-line-strong);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(13, 127, 114, 0.10), rgba(216, 155, 82, 0.12)),
    var(--surface-panel);
}

.home-consultation h2 {
  max-width: none;
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.12;
}

.home-consultation p:not(.service-region) {
  max-width: 52rem;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.home-consultation .item-action {
  margin-top: 0;
  white-space: nowrap;
}

.list-item p {
  max-width: 40rem;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.item-action {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.article-cards {
  display: grid;
  gap: 14px;
}

.article-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--panel-line);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(241, 247, 242, 0.88)),
    var(--surface);
  transition: transform 180ms ease, border-color 180ms ease;
}

.article-card:hover {
  transform: translateY(-3px);
  border-color: var(--panel-line-strong);
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.article-card__meta span {
  padding: 7px 10px;
  border: 1px solid rgba(13, 127, 114, 0.18);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.82rem;
  font-weight: 750;
}

.article-card h3 {
  max-width: none;
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.12;
}

.article-card h2 {
  max-width: none;
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.16;
}

.article-card h3 a {
  text-decoration: none;
}

.article-card h2 a {
  text-decoration: none;
}

.article-card > p:not(.article-card__meta) {
  max-width: 44rem;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.section-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--accent-strong);
  font-weight: 820;
  text-decoration: none;
}

.articles-hub,
.services-hub {
  padding: clamp(54px, 8vw, 92px) var(--page-pad);
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.88), rgba(241, 247, 242, 0.72)),
    repeating-linear-gradient(135deg, rgba(13, 127, 114, 0.08) 0 1px, transparent 1px 16px);
}

.articles-hub__intro,
.services-hub__intro {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.articles-hub__intro h1,
.services-hub__intro h1 {
  max-width: 16ch;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.02;
}

.articles-hub__intro > p:not(.brand-line),
.services-hub__intro > p:not(.brand-line) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.68;
}

.articles-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.article-card--compact {
  min-height: 220px;
}

.articles-hub__empty {
  color: var(--muted);
}

.services-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-card-detailed {
  display: grid;
  grid-template-columns: minmax(150px, 0.44fr) minmax(0, 0.56fr);
  gap: 18px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--panel-line);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(248, 251, 246, 0.90)),
    var(--surface);
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card-detailed:hover {
  transform: translateY(-3px);
  border-color: var(--panel-line-strong);
}

.service-card-detailed__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(23, 33, 28, 0.10);
  border-radius: var(--panel-radius);
  background: var(--surface);
  text-decoration: none;
}

.service-card-detailed__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease;
}

.service-card-detailed:hover .service-card-detailed__media img {
  transform: scale(1.025);
}

.service-card-detailed__media img[src$="botmarketingpro-logo.png"] {
  padding: 22px;
  object-fit: contain;
  background: #fff;
}

.service-card-detailed__body {
  min-width: 0;
  padding: 4px 4px 4px 0;
}

.service-card-detailed__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}

.service-card-detailed__tags span {
  padding: 7px 10px;
  border: 1px solid rgba(13, 127, 114, 0.18);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.8rem;
  font-weight: 750;
}

.service-card-detailed h2 {
  max-width: none;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.14;
}

.service-card-detailed h2 a {
  text-decoration: none;
}

.service-card-detailed__body > p:not(.service-card-detailed__tags) {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.services-hub__empty {
  color: var(--muted);
}

.service-page {
  background: #f7f4ee;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 72px var(--page-pad);
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(247, 244, 238, 0.68)),
    radial-gradient(circle at right center, rgba(216, 155, 82, 0.18), transparent 30rem);
}

.brand-line {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.service-hero h1 {
  max-width: 19ch;
  font-size: var(--page-title-size);
  line-height: 1.06;
}

.service-hero__copy > p:not(.brand-line) {
  max-width: 39rem;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.65;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-primary,
.button-secondary,
.lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary,
.lead-form button {
  color: #fff;
  background: var(--accent);
}

.button-secondary {
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.64);
}

.service-hero__media,
.service-feature figure {
  overflow: hidden;
  margin: 0;
}

.service-hero__media {
  aspect-ratio: var(--media-hero-ratio);
  max-height: var(--media-hero-max-height);
}

.service-feature figure {
  aspect-ratio: var(--media-feature-ratio);
  max-height: var(--media-feature-max-height);
}

.service-hero__media img,
.service-feature img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(23, 33, 28, 0.10);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.service-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 28px var(--page-pad);
  background:
    linear-gradient(90deg, rgba(13, 127, 114, 0.08), rgba(216, 155, 82, 0.10)),
    rgba(255, 253, 248, 0.32);
}

.service-facts span {
  padding: 28px clamp(18px, 2.2vw, 28px);
  border: 1px solid var(--panel-line);
  background: linear-gradient(135deg, var(--surface-panel), var(--surface-panel-soft));
  color: var(--accent-strong);
  font-size: 1.16rem;
  font-weight: 800;
}

.service-facts span:first-child {
  border-radius: var(--panel-radius) 0 0 var(--panel-radius);
}

.service-facts span:last-child {
  border-radius: 0 var(--panel-radius) var(--panel-radius) 0;
}

.offer-terms {
  padding: 64px var(--page-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.90), rgba(241, 247, 242, 0.72)),
    rgba(255, 253, 248, 0.72);
}

.offer-terms h2 {
  max-width: none;
  font-size: 2.05rem;
}

.offer-terms__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--panel-line-strong);
  border-radius: var(--panel-radius);
  background: var(--panel-line);
}

.offer-term {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 22px;
  background: linear-gradient(135deg, var(--surface-panel), var(--surface-panel-soft));
}

.offer-term strong {
  color: var(--accent-strong);
  font-size: 1.38rem;
  line-height: 1.1;
}

.offer-term span {
  color: var(--muted);
  line-height: 1.45;
}

.service-split,
.service-feature,
.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  padding: 76px var(--page-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
}

.service-feature {
  align-items: center;
}

.service-feature--reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.service-split--compact {
  padding-top: 58px;
  padding-bottom: 58px;
  background: rgba(255, 253, 248, 0.66);
}

.service-split h2,
.service-feature h2,
.lead-section h2 {
  max-width: none;
  font-size: var(--section-title-size);
  line-height: 1.1;
}

.service-split__lead {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.service-hero--flyguru {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(247, 244, 238, 0.44)),
    radial-gradient(circle at right center, rgba(13, 127, 114, 0.18), transparent 30rem);
}

.service-hero--botmarketing {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(255, 253, 248, 0.64)),
    radial-gradient(circle at right center, rgba(13, 127, 114, 0.18), transparent 30rem);
}

.service-hero--exchange {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(255, 253, 248, 0.58)),
    radial-gradient(circle at right center, rgba(216, 155, 82, 0.18), transparent 30rem),
    radial-gradient(circle at left bottom, rgba(13, 127, 114, 0.10), transparent 22rem);
}

.service-hero__media--logo {
  display: grid;
  min-height: 360px;
  place-items: center;
  aspect-ratio: var(--media-hero-ratio);
  border: 1px solid rgba(23, 33, 28, 0.10);
  background:
    linear-gradient(135deg, rgba(13, 127, 114, 0.10), rgba(216, 155, 82, 0.16)),
    var(--surface);
  box-shadow: var(--shadow);
}

.service-hero__media--logo img {
  width: min(46%, 220px);
  height: auto;
  border: 0;
  object-fit: contain;
  box-shadow: none;
}

.service-page--gourmet-mai .service-hero__media,
.service-page--gourmet-mai .service-feature figure {
  aspect-ratio: auto;
}

.service-page--gourmet-mai .service-hero__media img,
.service-page--gourmet-mai .service-feature img {
  height: auto;
  object-fit: fill;
}

.discount-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 34px var(--page-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
  background: var(--accent-strong);
  color: #fff;
}

.discount-band h2 {
  max-width: none;
  color: #fff;
  font-size: 1.75rem;
}

.discount-band p {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.58;
}

.discount-band .item-action {
  margin-top: 0;
  color: #fff;
}

.tour-showcase {
  display: grid;
  gap: 1px;
  background: rgba(23, 33, 28, 0.12);
  border-top: 1px solid rgba(23, 33, 28, 0.10);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
}

.tour-option {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px;
  align-items: center;
  padding: 72px var(--page-pad);
  background: var(--surface);
}

.tour-option--reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.tour-option figure {
  overflow: hidden;
  aspect-ratio: var(--media-wide-ratio);
  max-height: var(--media-feature-max-height);
  margin: 0;
}

.tour-option img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(23, 33, 28, 0.10);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.tour-option h2 {
  max-width: none;
  font-size: 1.95rem;
  line-height: 1.1;
}

.tour-option p {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.66;
}

.tour-option strong {
  display: block;
  margin-top: 24px;
  color: var(--accent-strong);
  font-size: 1.6rem;
  line-height: 1.1;
}

.tour-option span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.offer-terms--formats {
  background: #f2f7f3;
}

.format-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid rgba(23, 33, 28, 0.14);
}

.format-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(23, 33, 28, 0.14);
}

.format-row h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.22;
}

.format-row p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.format-row strong {
  color: var(--accent-strong);
  white-space: nowrap;
}

.format-list--compact {
  margin-top: 24px;
}

.format-list--compact .format-row:first-child {
  border-top: 0;
}

.service-feature--boards img {
  background: #fff;
  object-fit: cover;
}

.final-cta {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding: 72px var(--page-pad);
  background:
    linear-gradient(90deg, rgba(13, 127, 114, 0.12), rgba(255, 253, 248, 0.9)),
    var(--surface);
}

.final-cta h2 {
  max-width: none;
  font-size: 2rem;
  line-height: 1.1;
}

.final-cta p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.service-feature__text p,
.service-large-text,
.lead-section__copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.plain-list {
  display: grid;
  gap: 14px;
}

.plain-list p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 33, 28, 0.14);
  color: var(--muted);
  line-height: 1.62;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.tag-list span {
  padding: 12px 16px;
  border: 1px solid rgba(13, 127, 114, 0.22);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.72);
  font-weight: 750;
}

.step-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding-left: 1.4rem;
  color: var(--muted);
  line-height: 1.62;
}

.lead-section {
  align-items: start;
  background: var(--surface);
}

.lead-form {
  display: grid;
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 700;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 33, 28, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .is-invalid {
  border-color: #b42318;
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
}

.form-note.is-success {
  color: var(--accent-strong);
}

.form-note.is-error {
  color: #b42318;
}

.article-shell {
  background: var(--paper);
}

.article-page {
  color: var(--ink);
  background: var(--paper);
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 4vw, 42px);
  justify-items: start;
  padding: clamp(56px, 8vw, 92px) var(--page-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
  background: var(--paper);
}

.article-hero__copy {
  max-width: 780px;
}

.article-hero h1 {
  max-width: none;
  font-size: var(--page-title-size);
  line-height: 1.06;
}

.article-hero__copy > p:not(.brand-line) {
  max-width: 42rem;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.76;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.article-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(13, 127, 114, 0.24);
  border-radius: 999px;
  color: var(--accent-strong);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.9rem;
  font-weight: 760;
}

.article-hero__media {
  overflow: hidden;
  width: 100%;
  max-width: 920px;
  max-height: var(--media-hero-max-height);
  margin: 0;
  border-radius: var(--panel-radius);
}

.article-hero__media img,
.article-inline-image img {
  display: block;
  width: 100%;
  border: 1px solid rgba(23, 33, 28, 0.08);
}

.article-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: min(calc(100% - (var(--page-gutter) * 2)), 820px);
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(42px, 6vw, 68px) 0;
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
  background: transparent;
}

.article-section:nth-of-type(even) {
  background: transparent;
}

.article-section h2,
.article-cta h2,
.article-related h2 {
  max-width: none;
  font-size: var(--section-title-size);
  line-height: 1.1;
}

.article-prose {
  display: grid;
  gap: 18px;
}

.article-prose p {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.82;
}

.article-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  border: 1px solid rgba(23, 33, 28, 0.12);
  background: rgba(23, 33, 28, 0.12);
}

.article-mini-grid > div {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  background: var(--surface);
}

.article-mini-grid strong {
  color: var(--accent-strong);
  font-size: 1rem;
  line-height: 1.2;
}

.article-mini-grid span {
  color: var(--muted);
  line-height: 1.52;
}

.article-checklist,
.article-warning-list,
.article-source-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 1.35rem;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.72;
}

.article-checklist li,
.article-warning-list li {
  padding-left: 0.2rem;
}

.article-warning-list li::marker {
  color: #b15f23;
}

.article-source-list a {
  color: var(--accent-strong);
  font-weight: 760;
}

.article-inline-image {
  overflow: hidden;
  width: min(calc(100% - (var(--page-gutter) * 2)), 920px);
  max-width: 920px;
  max-height: var(--media-inline-max-height);
  margin: 0;
  margin-inline: auto;
  margin-bottom: clamp(46px, 7vw, 72px);
  border-radius: var(--panel-radius);
  background: rgba(255, 253, 248, 0.58);
}

.article-inline-image img {
  height: auto;
}

.article-section--sources p {
  max-width: 34rem;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: clamp(34px, 6vw, 56px);
  padding: clamp(44px, 7vw, 72px) var(--page-pad);
  background: var(--accent-strong);
  color: #fff;
}

.article-cta h2 {
  color: #fff;
}

.article-cta p {
  max-width: 48rem;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.62;
}

.article-cta .button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--accent-strong);
  white-space: nowrap;
}

.article-related {
  padding: clamp(46px, 7vw, 76px) var(--page-pad);
}

.article-read-also {
  padding: clamp(42px, 6vw, 68px) var(--page-pad);
  border-bottom: 1px solid rgba(23, 33, 28, 0.10);
  background: rgba(255, 253, 248, 0.64);
}

.article-read-also h2,
.article-related h2 {
  max-width: none;
}

.article-read-also ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 1.35rem;
}

.article-read-also a {
  color: var(--accent-strong);
  font-weight: 780;
}

.article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(23, 33, 28, 0.12);
  background: rgba(23, 33, 28, 0.12);
}

.article-related__grid a {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 20px;
  background: var(--surface);
  text-decoration: none;
}

.article-related__grid strong {
  color: var(--accent-strong);
  font-size: 1.1rem;
  line-height: 1.2;
}

.article-related__grid span {
  color: var(--muted);
  line-height: 1.48;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px var(--page-wide-pad);
  color: var(--muted);
  border-top: 1px solid rgba(23, 33, 28, 0.10);
  background: var(--surface);
}

@keyframes sectionIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  :root {
    --media-hero-max-height: 420px;
    --media-feature-max-height: 360px;
    --media-inline-max-height: 340px;
    --page-title-size: 2rem;
    --section-title-size: 1.65rem;
  }

  .topbar {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .home-section--services-priority {
    padding-top: 38px;
  }

  .section-intro {
    position: static;
  }

  .section-intro--compact {
    max-width: none;
    margin-bottom: 24px;
  }

  .section-intro--compact h1 {
    font-size: 1.75rem;
  }

  h1,
  h2 {
    max-width: 16ch;
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .brand {
    font-size: 1.35rem;
  }

  .topbar__navs {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .site-nav,
  .footer-nav {
    gap: 14px;
  }

  .site-nav a,
  .footer-nav a {
    font-size: 0.88rem;
  }

  .section-intro p:last-child {
    font-size: 1rem;
  }

  .home-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-promo-slot {
    min-height: auto;
    padding: 18px;
  }

  .home-promo-slot h2 {
    font-size: 1.25rem;
  }

  .list-item h2,
  .list-item h3,
  .list-item h4 {
    font-size: 1.4rem;
  }

  .featured-service__body h2 {
    font-size: 1.75rem;
  }

  .priority-services,
  .secondary-services__grid {
    grid-template-columns: 1fr;
  }

  .priority-service__body h2 {
    font-size: 1.55rem;
  }

  .secondary-service {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .home-consultation {
    padding: 18px;
  }

  .home-consultation {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-consultation h2,
  .article-card h3 {
    font-size: 1.35rem;
  }

  .home-consultation .item-action {
    white-space: normal;
  }

  .footer {
    flex-direction: column;
  }

  .service-hero,
  .service-split,
  .service-feature,
  .service-feature--reverse,
  .lead-section,
  .discount-band,
  .tour-option,
  .tour-option--reverse,
  .article-hero,
  .article-section,
  .article-cta {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .service-hero {
    min-height: auto;
  }

  .service-facts {
    grid-template-columns: 1fr;
    padding-block: 22px;
  }

  .service-facts span {
    padding: 20px;
  }

  .service-facts span:first-child {
    border-radius: var(--panel-radius) var(--panel-radius) 0 0;
  }

  .service-facts span:last-child {
    border-radius: 0 0 var(--panel-radius) var(--panel-radius);
  }

  .service-split h2,
  .service-feature h2,
  .lead-section h2 {
    max-width: none;
    font-size: var(--section-title-size);
  }

  .service-hero h1 {
    max-width: none;
    font-size: var(--page-title-size);
  }

  .article-hero h1 {
    max-width: none;
    font-size: var(--page-title-size);
  }

  .article-related__grid {
    grid-template-columns: 1fr;
  }

  .articles-hub__grid,
  .services-hub__grid {
    grid-template-columns: 1fr;
  }

  .articles-hub__intro h1,
  .services-hub__intro h1 {
    max-width: none;
    font-size: var(--page-title-size);
  }

  .service-card-detailed {
    grid-template-columns: 1fr;
  }

  .service-card-detailed__body {
    padding: 0;
  }

  .article-mini-grid {
    grid-template-columns: 1fr;
  }

  .article-cta .button-primary {
    justify-self: start;
    white-space: normal;
  }

  .tour-option h2,
  .final-cta h2 {
    font-size: 1.65rem;
  }

  .format-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .format-row strong {
    white-space: normal;
  }

  .discount-band h2 {
    font-size: 1.55rem;
  }

  .offer-terms {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .offer-terms h2 {
    font-size: 1.65rem;
  }

  .offer-terms__grid {
    grid-template-columns: 1fr;
  }

  .service-hero__copy > p:not(.brand-line),
  .service-feature__text p,
  .service-large-text,
  .lead-section__copy p {
    font-size: 1rem;
  }
}
