/*
Theme Name: DigiWeb
Theme URI: https://digiweb.com.vn/
Author: DigiWeb
Author URI: https://digiweb.com.vn/
Description: DigiWeb base theme (ACF + qTranslate-XT ready)
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digiweb
*/

:root {
  --bg: #f7f8f4;
  --surface: #ffffff;
  --surface-soft: #f1f5ec;
  --line: #dde6d8;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --accent: #cb5b43;
  --accent-strong: #a94430;
  --accent-soft: #f4ddd5;
  --green-soft: #e1ecd8;
  --radius-lg: 30px;
  --radius-md: 22px;
  --shadow: 0 20px 55px rgba(27, 42, 33, 0.08);
  --brand-zone: 420px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top center, rgba(226, 236, 221, 0.9), transparent 28%),
    radial-gradient(circle at 15% 30%, rgba(203, 91, 67, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfcfa 0%, #f5f7f3 100%);
}

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

a {
  color: inherit;
}

.container {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
}

.site-main article {
  margin: 0;
  width: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 252, 250, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(221, 230, 216, 0.95);
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
  min-height: 84px;
  padding: 0;
}

.site-header__menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px rgba(24, 35, 29, 0.08);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.site-header__menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.brandmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brandmark--center {
  position: static;
  transform: none;
  justify-self: auto;
  flex: 0 0 auto;
}

.brandmark__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f5f8f2 0%, #dfead8 100%);
  box-shadow: inset 0 0 0 1px rgba(118, 136, 116, 0.12);
}

.brandmark__icon svg {
  width: 22px;
  fill: #667060;
}

.brandmark__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 250px;
}

.brandmark__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: transparent;
  background-image: linear-gradient(
    105deg,
    #b94f3a 0%,
    #cf644c 32%,
    #ffd6c8 47%,
    #cf644c 58%,
    #b94f3a 100%
  );
  background-size: 220% auto;
  background-position: 130% center;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
  animation: brand-shine 8.8s ease-in-out infinite;
}

.brandmark__tagline {
  font-size: 0.84rem;
  font-weight: 600;
  color: #36453b;
  white-space: nowrap;
}

.nav {
  min-width: 0;
}

.nav--right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.nav__list,
.mobile-nav,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  justify-content: center;
}

.nav__list > li {
  position: relative;
}

.nav__list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text);
  position: relative;
  overflow: hidden;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.nav__list > li > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.58) 48%, transparent 100%);
  transform: translateX(-150%);
  opacity: 0;
  transition: transform 900ms ease, opacity 420ms ease;
}

.nav__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: currentColor;
  transition: transform 220ms ease, color 220ms ease;
}

.nav__arrow svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.nav__list > li:hover > a,
.nav__list > li.current-menu-item > a {
  background: linear-gradient(180deg, rgba(238, 244, 234, 0.92) 0%, rgba(255, 255, 255, 0.96) 100%);
  color: var(--accent-strong);
  box-shadow: 0 8px 20px rgba(203, 91, 67, 0.1);
  transform: translateY(-1px);
}

.nav__list > li:hover > a::after,
.nav__list > li.current-menu-item > a::after {
  opacity: 0.72;
  transform: translateX(120%);
}

.nav__list > li:hover > a .nav__arrow,
.nav__list > li:focus-within > a .nav__arrow {
  transform: translateY(1px) rotate(180deg);
}

.nav__list .sub-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 220px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(24, 35, 29, 0.12);
  border: 1px solid rgba(221, 230, 216, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 20;
}

.nav__list > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.nav__list > li:hover > .sub-menu,
.nav__list > li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sub-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #47594e;
}

.sub-menu a:hover {
  background: #f1f6ed;
}

.site-header__cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 650;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header__cta {
  gap: 8px;
}

.site-header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.site-header__cta-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-header__cta {
  position: static;
  transform: none;
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-header__cta,
.button--primary {
  color: #fff;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 18px 42px rgba(169, 68, 48, 0.22);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(24, 35, 29, 0.08);
  color: var(--text);
}

.site-header__cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.site-header__mobile {
  display: none;
  padding: 0 0 20px;
}

.mobile-nav {
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.mobile-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
}

.mobile-nav .sub-menu {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  padding-left: 12px;
}

.home-hero {
  padding: 18px 0 0;
}

.home-hero__frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.home-hero__slides {
  position: relative;
  min-height: 540px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide__media,
.hero-slide__media img,
.hero-slide__overlay {
  position: absolute;
  inset: 0;
}

.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__overlay {
  background:
    linear-gradient(90deg, rgba(20, 28, 23, 0.82) 0%, rgba(20, 28, 23, 0.58) 42%, rgba(20, 28, 23, 0.12) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 64px 48px 60px;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(225, 236, 216, 0.95);
  color: #2e3a31;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-slide h1,
.section-head h2,
.section-panel h2 {
  margin: 18px 0 0;
  font-size: clamp(2.125rem, 3.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.032em;
  font-weight: 600;
  text-wrap: balance;
}

.section-head h2,
.section-panel h2 {
  font-size: clamp(1.58rem, 2.45vw, 2.325rem);
  max-width: 20ch;
  line-height: 1.08;
}

.hero-slide p,
.section-head p,
.service-feature p,
.service-compact p,
.service-cat-card span,
.process-list p,
.store-card p,
.blog-card p,
.testimonial-card p,
.home-strip p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.01em;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.tax-service_category .hero-actions {
  display: none !important;
}

.hero-slider-nav {
  position: absolute;
  right: 28px;
  bottom: 22px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.hero-slider-nav__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.hero-slider-nav__dot.is-active {
  width: 34px;
  background: #fff;
}

.home-strip {
  padding: 18px 0 0;
}

.home-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-strip__grid article,
.section-panel,
.service-feature,
.service-compact,
.service-cat-card,
.store-card,
.blog-card,
.testimonial-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(221, 230, 216, 0.9);
  box-shadow: var(--shadow);
}

.home-strip__grid article {
  padding: 16px 18px;
  border-radius: 20px;
}

.home-strip__grid span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-strip__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-strip__title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f4f7ee 0%, #e3ecda 100%);
  color: #344138;
  box-shadow: inset 0 0 0 1px rgba(119, 138, 119, 0.12);
}

.home-strip__title svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.section {
  padding: 52px 0 0;
}

.section-head {
  margin-bottom: 18px;
}

.section-head--sticky {
  position: sticky;
  top: 104px;
  align-self: start;
}

.section-head--sticky h2 {
  margin-top: 0;
}

.section-head--row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
}

.section-head--row h2 {
  max-width: 22ch;
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.service-tabs {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.service-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(221, 230, 216, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #4d4d52;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-tab::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: currentColor;
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-tab:hover,
.service-tab.is-active {
  color: var(--text);
  transform: translateY(-1px);
}

.service-tab:hover {
  background: #eef4ea;
  border-color: rgba(191, 210, 187, 0.98);
}

.service-tab.is-active {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
  border-color: rgba(169, 68, 48, 0.88);
  box-shadow: 0 18px 34px rgba(169, 68, 48, 0.18);
}

.service-tab.is-active::after {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.16);
}

.service-showcase {
  position: relative;
}

.service-panel {
  display: none;
}

.service-panel.is-active {
  display: block;
}

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

.service-tile h3,
.store-card h3,
.blog-card h3 {
  margin: 14px 0 10px;
  font-size: 1.5rem;
  line-height: 1.18;
  letter-spacing: -0.022em;
  font-weight: 600;
}

.service-tile {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(221, 230, 216, 0.92);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(27, 42, 33, 0.11);
  border-color: rgba(203, 91, 67, 0.18);
}

.service-tile__media {
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: #f6f8f4;
}

.service-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.service-tile:hover .service-tile__media img {
  transform: scale(1.03);
}

.service-tile__body {
  padding: 16px 8px 4px;
}

.service-tile h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.32;
  letter-spacing: -0.018em;
}

.service-tile__body h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.service-cats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-cat-card {
  display: block;
  padding: 14px;
  border-radius: 20px;
  text-decoration: none;
}

.service-cat-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
}

.service-cat-card strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.service-cat-card span {
  display: block;
  margin-top: 6px;
}

.section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.section-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.section-panel--soft {
  background: linear-gradient(180deg, rgba(241, 245, 236, 0.92) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.symptom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.symptom-list span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f5f8f2;
  border: 1px solid rgba(221, 230, 216, 0.98);
  font-weight: 650;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.process-list article {
  height: 100%;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
}

.process-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.section--symptoms .section-panel {
  padding: 24px;
}

.section--symptoms .section-panel h2 {
  max-width: 18ch;
  margin-top: 14px;
}

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

.store-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  display: grid;
  align-content: start;
}

.store-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-card__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.section--store .section-head {
  margin-bottom: 14px;
}

.store-slider {
  margin-top: 16px;
}

.store-slide {
  display: none;
}

.store-slide.is-active {
  display: block;
}

.product-mini {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 18px;
  background: #f8faf7;
  text-decoration: none;
  min-height: 100%;
}

.product-mini img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 10px;
}

.product-mini strong {
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.store-slider-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.store-slider-nav__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(221, 230, 216, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.store-slider-nav__button:hover {
  transform: translateY(-1px);
  color: var(--accent-strong);
  border-color: rgba(203, 91, 67, 0.24);
  box-shadow: 0 14px 30px rgba(169, 68, 48, 0.12);
}

.store-slider-nav__button span {
  font-size: 1.45rem;
  line-height: 1;
}

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

.blog-card {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  text-decoration: none;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card__body {
  padding: 16px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  min-height: 100%;
}

.section--testimonials {
  padding-bottom: 36px;
}

.section-head--testimonials {
  margin-bottom: 22px;
}

.section-head--testimonials h2 {
  max-width: 16ch;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.is-active {
  display: block;
}

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

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

.testimonial-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  flex: 0 0 auto;
  overflow: hidden;
}

.testimonial-card__avatar svg {
  width: 100%;
  height: 100%;
}

.testimonial-card__head strong,
.testimonial-card__head span {
  display: block;
}

.testimonial-card__head strong {
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.testimonial-card__head span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
}

.testimonial-card p {
  margin: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.testimonial-dots__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(52, 65, 56, 0.16);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.testimonial-dots__dot.is-active {
  width: 34px;
  background: var(--accent);
}

.page-hero {
  padding: 28px 0 0;
}

.page-hero__grid,
.page-hero__article {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(221, 230, 216, 0.94);
  box-shadow: var(--shadow);
}

.page-hero__article {
  grid-template-columns: minmax(0, 1fr);
}

.page-hero--compact {
  padding-top: 24px;
}

.page-hero__compact {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 16px 0 0;
}

.page-hero__compact h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.page-hero__content h1,
.page-hero__article h1 {
  margin: 14px 0 0;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.page-hero--service .page-hero__content h1 {
  font-size: clamp(2.5rem, 3vw, 2.8125rem);
  line-height: 1.06;
}

.page-hero__content p,
.page-hero__article p,
.hero-note,
.service-category-block__head p,
.article-card p,
.contact-card p,
.sticky-card p {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--muted);
}

.page-hero__media {
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #edf2e8;
}

.page-hero__media img,
.article-cover img,
.service-category-block__head img,
.service-list-card__media img,
.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(203, 91, 67, 0.1);
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-kicker--soft {
  background: rgba(225, 236, 216, 0.95);
  color: #36453b;
}

.page-kicker--store-breadcrumb {
  background: rgba(225, 236, 216, 0.95);
  color: #36453b;
  text-decoration: none;
}

.page-kicker--store-breadcrumb:hover,
.page-kicker--store-breadcrumb:focus {
  color: #36453b;
  text-decoration: none;
}

.page-kicker--blog-link {
  width: fit-content;
  text-decoration: none;
}

.page-kicker--blog-link:hover,
.page-kicker--blog-link:focus {
  color: #36453b;
  text-decoration: none;
}

.page-section {
  padding: 28px 0 0;
}

.detail-section {
  margin-top: 40px;
}

.detail-section:first-child {
  margin-top: 0;
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.content-shell--single {
  grid-template-columns: minmax(0, 1fr);
}

.content-prose,
.content-prose--panel {
  font-size: 1.06rem;
  line-height: 1.78;
  color: #2c342f;
}

.content-prose--panel,
.sticky-card,
.contact-card,
.info-band__card,
.process-page-card,
.service-category-block,
.article-card,
.service-list-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(221, 230, 216, 0.9);
  box-shadow: var(--shadow);
}

.content-prose--panel {
  padding: 28px;
  border-radius: 28px;
}

.content-prose--about {
  padding-top: 22px;
}

.content-prose--about h1.legacy-about-title {
  margin: 0 0 1em;
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-align: center;
}

.content-prose h2,
.content-prose h3,
.content-prose--panel h2,
.content-prose--panel h3 {
  margin: 1.6em 0 0.55em;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.content-prose h2,
.content-prose--panel h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

.content-prose h3,
.content-prose--panel h3 {
  font-size: 1.3rem;
}

.content-prose--about h3 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.content-prose p,
.content-prose li,
.content-prose td,
.content-prose th,
.content-prose--panel p,
.content-prose--panel li,
.content-prose--panel td,
.content-prose--panel th {
  color: #44514a;
}

.content-prose ul,
.content-prose ol,
.content-prose--panel ul,
.content-prose--panel ol {
  padding-left: 20px;
}

.content-prose img,
.content-prose table,
.content-prose iframe,
.content-prose--panel img,
.content-prose--panel table,
.content-prose--panel iframe {
  max-width: 100%;
}

.content-prose table,
.content-prose--panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}

.content-prose td,
.content-prose th,
.content-prose--panel td,
.content-prose--panel th {
  padding: 12px 14px;
  border: 1px solid rgba(221, 230, 216, 0.92);
}

.legacy-content {
  width: 100%;
  max-width: 100% !important;
  text-align: left !important;
}

.legacy-content > h3:first-child,
.legacy-content > h3:nth-child(2) {
  text-align: center;
}

.legacy-content > h3:first-child {
  color: var(--accent);
}

.legacy-content p,
.legacy-content .legacy-paragraph {
  margin: 0 0 1.1em;
  text-indent: 0 !important;
}

.legacy-content .legacy-paragraph {
  text-align: justify;
}

.legacy-content .legacy-image,
.legacy-content img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  border-radius: 24px;
}

.legacy-content h3 + p .legacy-image,
.legacy-content p:has(img) {
  margin-top: 16px;
}

.legacy-content .legacy-list-item {
  margin: 0 0 1em;
  padding-left: 0;
  text-indent: 0 !important;
}

.legacy-content .legacy-list-item span[style*="color:#e74c3c"],
.legacy-content .legacy-list-item span[style*="color:#c0392b"] {
  font-weight: 700;
}

.legacy-content--lien-he span[style*="color:#ff0000"],
.legacy-content--lien-he span[style*="color: #ff0000"],
.legacy-content--lien-he span[style*="color:red"],
.legacy-content--lien-he span[style*="color: red"] {
  color: #e74c3c !important;
}

.legacy-content--lien-he {
  display: grid;
  gap: 18px;
}

.legacy-content--lien-he .contact-line {
  margin: 0;
}

.legacy-content--lien-he .contact-line--title {
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #e74c3c;
}

.legacy-content--lien-he .contact-line--branch,
.legacy-content--lien-he .contact-line--address,
.legacy-content--lien-he .contact-line--channel,
.legacy-content--lien-he .contact-line--text {
  font-size: 1.12rem;
  line-height: 1.6;
}

.legacy-content--lien-he .contact-line--branch strong,
.legacy-content--lien-he .contact-line__label,
.legacy-content--lien-he .contact-line__text {
  color: #007f40;
  font-weight: 700;
}

.legacy-content--lien-he .contact-line__value,
.legacy-content--lien-he .contact-line__value:visited {
  color: #e74c3c;
  font-weight: 800;
  text-decoration: none;
}

.legacy-content--lien-he .contact-line__value:hover {
  text-decoration: underline;
}

.service-archive,
.related-block {
  display: grid;
  gap: 24px;
}

.detail-section__head h2,
.related-block__head h2,
.faq-block__head h2,
.info-band__head h2,
.sticky-card h2 {
  margin: 0;
}

.detail-section__head {
  margin-bottom: 18px;
}

.service-category-block {
  padding: 24px;
  border-radius: 30px;
}

.service-category-block__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
}

.service-category-block__head img {
  height: 180px;
  border-radius: 24px;
}

.service-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-archive__grid--compact {
  margin-top: 18px;
}

.service-list-card {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  text-decoration: none;
}

.service-list-card__media {
  aspect-ratio: 1 / 0.75;
  background: #eef3ea;
}

.service-list-card__body {
  padding: 18px;
}

.service-list-card__body h3,
.article-card__body h2,
.article-card__body h3 {
  margin: 0;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.service-list-card__body p {
  margin: 10px 0 0;
  color: var(--muted);
}

.process-page-grid,
.info-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-page-card,
.info-band__card {
  padding: 22px;
  border-radius: 24px;
}

.process-page-grid {
  position: relative;
  align-items: stretch;
  gap: 20px;
}

.process-page-card {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(235, 243, 228, 0.72), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 253, 250, 0.96) 100%);
  border: 1px solid rgba(215, 225, 208, 0.88);
  box-shadow: 0 16px 34px rgba(52, 69, 59, 0.06);
}

.process-page-card::after {
  content: "";
  position: absolute;
  top: 48px;
  left: calc(100% + 2px);
  width: 16px;
  height: 1px;
  background: rgba(201, 214, 194, 0.92);
}

.process-page-card:last-child::after {
  display: none;
}

.process-page-card__top {
  display: flex;
  justify-content: center;
}

.process-page-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 16px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(203, 91, 67, 0.1);
  color: var(--accent-strong);
  box-shadow: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.process-page-card h2,
.process-page-card h3 {
  margin: 0 0 10px;
  max-width: none;
  text-align: center;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.process-page-card p {
  margin: 0;
  max-width: none;
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4f5d56;
}

.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(203, 91, 67, 0.78);
}

.faq-block {
  margin-top: 40px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(221, 230, 216, 0.9);
  overflow: hidden;
}

.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 1rem;
  font-weight: 650;
  cursor: pointer;
}

.faq-item__icon {
  font-size: 1.4rem;
  color: var(--accent-strong);
  transition: transform 180ms ease;
}

.faq-item__body {
  display: none;
  padding: 0 20px 18px;
}

.faq-item.is-open .faq-item__body {
  display: block;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
}

.contact-page,
.service-detail,
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.contact-card-stack {
  display: grid;
  gap: 14px;
}

.contact-card,
.sticky-card {
  padding: 24px;
  border-radius: 28px;
}

.contact-page__main,
.contact-page__aside {
  min-width: 0;
}

.contact-page__main {
  display: grid;
  gap: 24px;
}

.contact-sidebar-nav {
  display: grid;
  gap: 18px;
}

.contact-nav-block {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(221, 230, 216, 0.9);
  box-shadow: var(--shadow);
}

.contact-nav-block__head {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.contact-nav-block__head h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.contact-nav-list {
  display: grid;
  gap: 12px;
}

.contact-nav-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 22px;
  text-decoration: none;
  background: rgba(241, 245, 237, 0.66);
  border: 1px solid rgba(221, 230, 216, 0.92);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.contact-nav-card:hover,
.contact-nav-card:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(53, 72, 59, 0.12);
  border-color: rgba(203, 91, 67, 0.22);
}

.contact-nav-card__media {
  width: 84px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: #eef3ea;
}

.contact-nav-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-nav-card__body {
  min-width: 0;
}

.contact-nav-card__body strong {
  display: block;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #25302b;
}

.contact-card strong,
.contact-card__hotline,
.sticky-card h2,
.sticky-card strong {
  display: block;
  margin-top: 14px;
  font-size: calc(1.35rem + 3px);
  line-height: 1.15;
}

.contact-card a {
  display: inline-flex;
  margin-top: 14px;
  font-weight: 650;
  color: var(--accent-strong);
  text-decoration: none;
}

.contact-card h2 {
  margin: 14px 0 0;
  font-size: 1.4rem;
  line-height: 1.15;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #425047;
}

.contact-list li span {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #748177;
}

.contact-list li a,
.contact-list li strong {
  margin-top: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #25302b;
}

.contact-list--stack li strong {
  font-size: 1rem;
}

.contact-card__address {
  margin: 16px 0 0;
  font-size: 1.16rem;
  line-height: 1.6;
  font-weight: 600;
  color: #2f3b35;
}

.contact-info-block {
  margin-top: 18px;
}

.contact-info-block--hours {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(241, 245, 237, 0.88);
  border: 1px solid rgba(221, 230, 216, 0.92);
}

.contact-info-block__label {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a877d;
}

.contact-card__actions,
.sticky-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.contact-card__actions a,
.sticky-card__actions a {
  margin-top: 0;
}

.contact-card__actions .button--primary,
.contact-card__actions .button--ghost,
.sticky-card__actions .button--primary,
.sticky-card__actions .button--ghost {
  color: #fff;
}

.contact-card__hotline-link,
.sticky-card__hotline-link {
  color: inherit;
  text-decoration: none;
}

.contact-card__hotline-link:hover,
.sticky-card__hotline-link:hover {
  color: inherit;
}

.contact-hours {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.contact-hours li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 14px;
  color: #425047;
}

.contact-hours li span {
  font-size: 1rem;
  font-weight: 600;
  color: #48574e;
}

.contact-hours li strong {
  font-size: 1.75rem;
  line-height: 1;
  color: #36453b;
}

.sticky-card {
  position: sticky;
  top: 104px;
}

.contact-map {
  padding: 20px;
}

.contact-map__embed {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(221, 230, 216, 0.9);
  min-height: 360px;
}

.contact-map__embed iframe {
  display: block;
  width: 100%;
  min-height: 360px;
}

.article-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-index__grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  display: block;
  overflow: hidden;
  border-radius: 26px;
  text-decoration: none;
}

.article-card__media {
  height: 220px;
  background: #eef3ea;
}

.article-card__body {
  padding: 18px;
}

.article-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.article-meta {
  margin-top: 18px;
}

.article-cover {
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 18px;
  max-height: 540px;
}

.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.store-layout__main,
.store-layout__aside {
  min-width: 0;
}

.store-overview-grid {
  display: grid;
  gap: 24px;
}

.store-overview-card,
.store-product-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(221, 230, 216, 0.9);
  box-shadow: var(--shadow);
  border-radius: 30px;
}

.store-overview-card {
  padding: 24px;
}

.store-overview-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}

.store-overview-card__head img {
  height: 180px;
  border-radius: 24px;
  object-fit: cover;
}

.store-overview-card__head h2,
.store-product-card__body h2,
.store-product-card__body h3 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.store-overview-card__head p {
  margin: 12px 0 0;
  color: var(--muted);
}

.store-overview-card__actions {
  margin-top: 20px;
}

.store-term-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.store-term-chips--archive {
  margin-bottom: 24px;
}

.store-term-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(225, 236, 216, 0.9);
  color: #36453b;
  text-decoration: none;
  font-weight: 600;
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.store-product-grid--archive {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-product-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.store-product-card__media {
  aspect-ratio: 1 / 0.82;
  background: #eef3ea;
}

.store-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-product-card__body {
  padding: 18px;
}

.store-product-card__body span {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent-strong);
  font-weight: 700;
}

.store-aside-card p {
  margin: 14px 0 0;
}

.product-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.product-meta-chips--hero {
  margin-top: 0;
  margin-bottom: 18px;
}

.page-hero--product .page-hero__content h1 {
  margin-bottom: 0;
}

.product-hero__price {
  margin: 18px 0 0;
  font-size: clamp(1.75rem, 2vw, 2.15rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--accent-strong);
  letter-spacing: -0.03em;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-facts div,
.product-spec-row {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(241, 245, 236, 0.72);
  border: 1px solid rgba(221, 230, 216, 0.9);
}

.product-facts span,
.product-spec-row span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.product-facts strong,
.product-spec-row strong {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}

.product-spec-table {
  display: grid;
  gap: 12px;
}

.hero-note {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f5f8f2;
  border: 1px solid rgba(221, 230, 216, 0.98);
}

.sticky-card__actions .button--primary,
.sticky-card__actions .button--ghost {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(169, 68, 48, 0.22);
}

.store-aside-card .button--primary,
.store-aside-card .button--ghost,
.contact-card-stack .button--primary,
.contact-card-stack .button--ghost {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  box-shadow: 0 18px 42px rgba(169, 68, 48, 0.22);
}

.site-footer {
  padding: 8px 0 46px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(24, 35, 29, 0.08);
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer__brand strong {
  font-weight: 700;
}

.site-footer__brand span,
.site-footer__meta {
  color: var(--muted);
}

@keyframes brand-shine {
  0% {
    background-position: 130% center;
  }

  52% {
    background-position: 130% center;
  }

  70% {
    background-position: -20% center;
  }

  100% {
    background-position: -20% center;
  }
}

@media (max-width: 1200px) {
  .site-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 0;
  }

  .nav--desktop {
    display: none;
  }

  .site-header__menu-toggle {
    display: inline-flex;
  }

  .brandmark__text {
    width: auto;
  }

  .brandmark--center {
    position: static;
    transform: none;
  }

  .site-header__cta {
    position: static;
    transform: none;
  }

  .site-header__mobile.is-open {
    display: block;
  }

  .service-layout,
  .service-cats,
  .blog-grid,
  .article-index__grid,
  .article-index__grid--compact,
  .service-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .section-head--sticky {
    position: static;
  }

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

  .page-hero__grid,
  .service-category-block__head,
  .content-shell,
  .contact-page,
  .service-detail,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .process-page-grid,
  .info-band__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-page-card::after {
    display: none;
  }

  .sticky-card {
    position: static;
  }
}

@media (max-width: 980px) {
  .hero-slide__content {
    padding: 48px 28px 64px;
  }

  .hero-slide h1 {
    font-size: 2.35rem;
  }

  .home-strip__grid,
  .section-split,
  .store-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

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

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

  .page-hero__grid,
  .page-hero__article {
    padding: 26px;
  }

  .service-category-block__head img {
    height: 220px;
  }

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

  .section-head--row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .contact-nav-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .contact-nav-card__media {
    width: 70px;
  }

  .contact-list li,
  .contact-hours li {
    grid-template-columns: 1fr;
  }

  .contact-list li strong,
  .contact-list li a {
    font-size: 1rem;
  }

  .contact-hours li strong {
    font-size: 1.35rem;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 22px, 1320px);
  }

  .site-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
  }

  .site-header__cta {
    display: none;
  }

  .brandmark__text {
    max-width: 180px;
    width: auto;
  }

  .brandmark__name {
    font-size: 1.25rem;
  }

  .brandmark__tagline {
    font-size: 0.78rem;
  }

  .home-hero__slides {
    min-height: 500px;
  }

  .hero-slide__overlay {
    background: linear-gradient(180deg, rgba(20, 28, 23, 0.76) 0%, rgba(20, 28, 23, 0.62) 44%, rgba(20, 28, 23, 0.44) 100%);
  }

  .hero-slide__content {
    padding: 30px 20px 62px;
  }

  .hero-slide h1,
  .section-head h2,
  .section-panel h2 {
    font-size: 2rem;
    max-width: none;
    line-height: 1.05;
  }

  .service-cats,
  .blog-grid,
  .store-card__products,
  .article-index__grid,
  .article-index__grid--compact,
  .service-archive__grid,
  .process-page-grid,
  .info-band__grid {
    grid-template-columns: 1fr;
  }

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

  .process-list {
    grid-template-columns: 1fr;
  }

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

  .section-panel,
  .store-card,
  .testimonial-card {
    padding: 20px;
  }

  .content-prose--panel,
  .service-category-block,
  .sticky-card,
  .contact-card,
  .process-page-card,
  .info-band__card {
    padding: 20px;
  }

  .process-page-card h2,
  .process-page-card h3,
  .process-page-card p {
    max-width: none;
  }
}
