/*
Theme Name: Ardiruma
Theme URI: https://ardiruma.com
Author: Anda
Author URI: https://ardiruma.com
Description: Tema kustom untuk Properti & Desain Interior berdasarkan template HTML Ardiruma.
Version: 1.0
Text Domain: ardiruma
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sage:    #7D9B76;
  --sage-mid:#5A7A53;
  --sage-lt: #EEF4ED;
  --sage-pale:#F5F8F4;
  --terra:   #C2692A;
  --terra-lt:#FDF0E8;
  --sand:    #F5EFE6;
  --text:    #1C2320;
  --text-2:  #3D4A3A;
  --text-3:  #8a8880;
  --line:    #DDE6DB;
  --white:   #FFFFFF;
  --r:       10px;
  --r-lg:    18px;
  --font:    'DM Sans', sans-serif;
  --serif:   'DM Serif Display', serif;
  --nav-h:   58px;
}
body { font-family: var(--font); color: var(--text); background: var(--white); font-size: 14px; line-height: 1.55; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
strong { font-weight: 600; }

/* ─── NAVBAR ──────────────────────────────────────── */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: var(--white); border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 20px;
  padding: 0 28px; height: var(--nav-h);
}
.nav-logo { display: inline-flex; align-items: baseline; gap: 6px; flex-shrink: 0; text-decoration: none; }
.nav-logo-img { height: 26px; width: auto; object-fit: contain; display: block; }
.nav-logo-text { font-family: var(--serif); font-size: 24px; color: var(--sage); letter-spacing: 4px; line-height: 1; }
.nav-logo-text sup { font-family: var(--font); font-size: 9px; font-weight: 700; color: var(--terra); vertical-align: super; letter-spacing: .5px; margin-left: 1px; }
.nav-pill {
  display: flex; align-items: center; gap: 0;
  border: 1px solid var(--line); border-radius: 28px;
  overflow: hidden; flex-shrink: 0;
}
.nav-pill a {
  padding: 7px 18px; font-size: 13px; font-weight: 600; color: var(--text-2);
  border-right: 1px solid var(--line); white-space: nowrap;
  transition: background .15s, color .15s;
}
.nav-pill a:last-child { border-right: none; }
.nav-pill a.active, .nav-pill a:hover { background: var(--sage); color: #fff; }
.nav-search {
  flex: 1; max-width: 340px;
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 28px;
  padding: 8px 16px; background: var(--sand);
  color: var(--text-3); font-size: 13px;
}
.nav-search svg { width: 15px; height: 15px; flex-shrink: 0; }
.nav-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.nav-actions a { font-size: 13px; font-weight: 500; color: var(--text-2); }
.nav-actions a:hover { color: var(--sage); }
.nav-cta {
  padding: 9px 22px; background: var(--terra); color: #fff;
  border-radius: 28px; font-size: 13px; font-weight: 700; white-space: nowrap;
  transition: background .15s;
}
.nav-cta:hover { background: #4A6741; }

/* ─── HERO ────────────────────────────────────────── */
.hero-wrap {
  text-align: center;
  padding: 40px 28px 28px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-wrap::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1555899434-94d1368aa7af?w=1400&q=80');
  background-size: cover; background-position: center 60%;
  filter: saturate(.7);
}
.hero-wrap::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(238,244,237,.45) 0%, rgba(238,244,237,.75) 100%);
}
.hero-wrap > * { position: relative; z-index: 1; }
.hero-heading {
  font-family: var(--serif); font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2; color: var(--text); margin-bottom: 10px;
  text-shadow: 0 1px 4px rgba(255,255,255,.6);
}
.hero-sub {
  font-size: 14px; color: var(--text-2); line-height: 1.7;
  max-width: 520px; margin: 0 auto 28px;
  text-shadow: 0 1px 3px rgba(255,255,255,.5);
}
.hero-search {
  display: flex; align-items: center; gap: 10px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 10px 10px 16px;
  max-width: 560px; margin: 0 auto 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.hero-search svg { stroke: var(--text-3); flex-shrink: 0; }
.hero-search input {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 13.5px; color: var(--text); font-family: var(--font);
}
.hero-search input::placeholder { color: var(--text-3); }
.hero-search button {
  padding: 9px 22px; background: var(--sage); color: #fff;
  border: none; border-radius: 8px; font-size: 13px;
  font-weight: 700; cursor: pointer; white-space: nowrap;
  font-family: var(--font); transition: background .15s;
}
.hero-search button:hover { background: var(--sage-mid); }
.hero-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center; max-width: 560px; margin: 0 auto;
}
.hero-chip {
  font-size: 12px; font-weight: 500; color: var(--text-2);
  padding: 6px 14px; border-radius: 20px;
  border: 1px solid var(--line); background: var(--white);
  cursor: pointer; transition: all .15s;
}
.hero-chip:hover { border-color: var(--sage); color: var(--sage); background: var(--sage-lt); }

/* ─── DEVELOPER STRIP ─────────────────────────────── */
.dev-strip {
  display: flex; align-items: center; gap: 20px;
  padding: 14px 28px; border-bottom: 1px solid var(--line);
  background: var(--white); overflow-x: auto; scrollbar-width: none;
}
.dev-strip::-webkit-scrollbar { display: none; }
.dev-strip-label {
  font-size: 10.5px; font-weight: 700; color: var(--text-3);
  text-transform: uppercase; letter-spacing: .8px;
  white-space: nowrap; flex-shrink: 0;
}
.dev-logos {
  display: flex; align-items: center; gap: 6px; flex: 1;
}
.dev-logo {
  flex: 1; min-width: 80px; max-width: 110px;
  height: 44px; border: 1px solid var(--line);
  border-radius: var(--r); background: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; color: var(--text-3);
  text-align: center; line-height: 1.3; letter-spacing: -.1px;
  cursor: pointer; transition: all .15s;
}
.dev-logo:hover { border-color: var(--sage); color: var(--sage-mid); background: var(--sage-pale); }

/* ─── SECTION WRAPPER ─────────────────────────────── */
.section { padding: 32px 28px 0; }
.section-hd { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; }
.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  color: var(--terra); margin-bottom: 4px;
}
.section-title { font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.section-sub { font-size: 12.5px; color: var(--text-3); margin-top: 4px; }
.see-all {
  font-size: 12.5px; font-weight: 600; color: var(--sage);
  display: flex; align-items: center; gap: 4px; white-space: nowrap;
  border: 1px solid var(--sage-lt); border-radius: 20px; padding: 5px 14px;
  transition: background .15s;
}
.see-all:hover { background: var(--sage-lt); }

/* Carousel & Slider Navigation */
.slider-nav { display: flex; align-items: center; gap: 8px; }
.slider-btn {
  width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--white); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: border-color .2s, color .2s, background .2s; color: var(--text-2);
}
.slider-btn:hover { border-color: var(--sage); color: var(--sage); background: var(--sage-pale); }
.slider-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.prop-carousel {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; align-items: stretch;
  padding: 4px 0 16px; width: 100%;
}
.prop-carousel::-webkit-scrollbar { display: none; }
.prop-carousel .prop-card { flex: 1; scroll-snap-align: start; min-width: 0; }
.prop-card {
  border-radius: var(--r-lg); border: 1px solid var(--line);
  overflow: hidden; cursor: pointer; transition: box-shadow .2s, transform .2s;
  background: var(--white);
}
.prop-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.08); transform: translateY(-2px); }
.prop-thumb {
  height: 180px; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.prop-carousel .prop-card:nth-child(2) { flex: 1.2; }
.prop-carousel .prop-card:nth-child(2) .prop-thumb { height: 230px; }
.prop-body { padding: 12px 14px; }
.prop-tipe { font-size: 10.5px; font-weight: 700; color: var(--text-3); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.prop-name { font-size: 13.5px; font-weight: 700; line-height: 1.3; margin-bottom: 3px; }
.prop-loc { font-size: 11.5px; color: var(--text-3); display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.prop-loc svg { width: 12px; height: 12px; flex-shrink: 0; }
.prop-price { font-family: var(--serif); font-size: 16px; color: var(--sage); }
.prop-price span { font-family: var(--font); font-size: 11px; color: var(--text-3); font-weight: 400; }
.prop-meta { display: flex; gap: 10px; margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.prop-meta-item { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--text-3); }
.prop-meta-item svg { width: 12px; height: 12px; }

/* ─── LOCATION GRID ─────────────────── */
.loc-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 20px; }
.loc-chip-grid {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 8px;
  border: 1px solid var(--line); background: var(--white);
  font-size: 13px; font-weight: 500; color: var(--text-2);
  cursor: pointer; transition: all .15s;
}
.loc-chip-grid svg { width: 16px; height: 16px; stroke: var(--text-3); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.loc-chip-grid:hover { border-color: var(--sage); color: var(--sage); }
.loc-chip-grid:hover svg { stroke: var(--sage); }
.loc-chip-grid.active { border-color: #10B981; background: #ECFDF5; color: #059669; font-weight: 600; }
.loc-chip-grid.active svg { stroke: #059669; }

/* ─── AREA GRID ───────────────────────────────────── */
.area-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 16px; }
.area-card {
  position: relative; height: 150px; border-radius: var(--r-lg);
  overflow: hidden; cursor: pointer; display: flex;
  align-items: center; justify-content: center; transition: transform .2s ease;
}
.area-card:hover { transform: translateY(-4px); }
.area-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.area-card:hover .area-img { transform: scale(1.05); }
.area-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.35); transition: background .3s; }
.area-card:hover .area-overlay { background: rgba(0,0,0,0.45); }
.area-title { position: relative; z-index: 1; color: #fff; font-size: 15px; font-weight: 700; text-align: center; letter-spacing: 0.5px; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }

/* ─── BLOG STRIP ─────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.blog-card {
  border-radius: var(--r-lg); overflow: hidden; position: relative;
  display: flex; align-items: flex-end; padding: 14px;
  cursor: pointer; transition: transform .2s; height: 160px;
}
.blog-card:hover { transform: scale(1.02); }
.blog-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.65) 0%, transparent 65%); }
.blog-label { position: relative; z-index: 1; color: #fff; }
.blog-label .tag { font-size: 10px; font-weight: 700; letter-spacing: .5px; opacity: .8; text-transform: uppercase; background: var(--terra); padding: 2px 8px; border-radius: 4px; display: inline-block; margin-bottom: 4px; }
.blog-label h4 { font-size: 13px; font-weight: 700; line-height: 1.3; margin-top: 2px; }
.blog-label .date { font-size: 10px; opacity: .75; margin-top: 2px; display: block; }

/* ─── PROMO BANNER ────────────────────────────────── */
.promo-full {
  margin: 32px 28px 0; border-radius: var(--r-lg);
  overflow: hidden; position: relative;
  min-height: 220px; display: flex; align-items: stretch;
  background: #E6EDE8; border: none;
}
.promo-img-half { width: 38%; flex-shrink: 0; position: relative; overflow: hidden; }
.promo-img-half img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.promo-full:hover .promo-img-half img { transform: scale(1.04); }
.promo-img-half::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 40%, #E6EDE8 100%); }
.promo-text-half {
  flex: 1; background: #E6EDE8; padding: 30px 48px;
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px;
}
.promo-text-half h2 { font-family: var(--font); font-size: 28px; font-weight: 800; color: #243B27; line-height: 1.35; margin: 0; max-width: 600px; }
.promo-text-half .actions { display: flex; gap: 10px; flex-shrink: 0; align-items: center; }
.promo-text-half .btn-promo {
  padding: 14px 32px; background: var(--terra); color: #fff;
  border-radius: 8px; font-size: 15px; font-weight: 700;
  transition: all .2s ease; white-space: nowrap; border: none; cursor: pointer;
}
.promo-text-half .btn-promo:hover { background: #A85A24; transform: translateY(-2px); }

/* ─── BRAND STRIP ─────────────────────────────────── */
.brand-strip {
  display: flex; align-items: center; gap: 0;
  border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden;
}
.brand-item {
  flex: 1; text-align: center; padding: 16px 10px;
  border-right: 1px solid var(--line);
  font-size: 13px; font-weight: 800; color: var(--text-3);
  letter-spacing: -.3px; cursor: pointer; transition: all .15s;
}
.brand-item:last-child { border-right: none; }
.brand-item:hover { color: var(--sage); background: var(--sage-pale); }

/* ─── LAYANAN TERINTEGRASI ────────────── */
.svc-row { display: flex; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.svc-item {
  flex: 1; display: flex; align-items: center; gap: 10px;
  padding: 14px 16px; border-right: 1px solid var(--line);
  background: var(--white); cursor: pointer; text-decoration: none;
  transition: background .15s;
}
.svc-item:last-child { border-right: none; }
.svc-item:hover { background: var(--sage-pale); }
.svc-item--cta { background: var(--sage-pale); }
.svc-item--cta:hover { background: var(--sage-lt); }
.svc-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--sage-lt); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--sage); }
.svc-icon svg { width: 18px; height: 18px; stroke: var(--sage); }
.svc-text { flex: 1; }
.svc-name { font-size: 13px; font-weight: 700; color: var(--text); }
.svc-sub  { font-size: 11px; color: var(--text-3); margin-top: 2px; }
.svc-arr  { font-size: 18px; color: var(--text-3); font-weight: 300; flex-shrink: 0; }

/* ─── PRE-FOOTER DIRECTORY ──────────────── */
.seo-wrapper { background: var(--sand); border-top: 1px solid var(--line); padding: 48px 28px 20px; margin-top: 48px; }
.seo-links { margin-bottom: 36px; }
.seo-links:last-child { margin-bottom: 0; }
.seo-title { font-family: var(--serif); font-size: 20px; color: var(--sage); margin-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.06); padding-bottom: 12px; }
.seo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.seo-col h4 { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.seo-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.seo-col ul li a { font-size: 12px; color: var(--text-3); transition: all .2s ease; }
.seo-col ul li a:hover { color: var(--sage); font-weight: 500; padding-left: 4px; }

/* ─── FOOTER ──────────────────────────────────────── */
footer { background: #1C2320; color: #9CA3AF; padding: 40px 28px 24px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 36px; }
.footer-brand .logo { font-family: var(--serif); font-size: 22px; color: var(--sage-mid); margin-bottom: 10px; }
.footer-brand p { font-size: 12px; line-height: 1.7; }
.footer-col h4 { font-size: 11px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 12px; }
.footer-col.accordion h4 { cursor: default; pointer-events: none; }
.footer-col.accordion h4::after { display: none; }
.footer-col.accordion ul { max-height: none !important; overflow: visible !important; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-col ul li { font-size: 12px; cursor: pointer; transition: color .15s; }
.footer-col ul li:hover { color: var(--sage-mid); }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,.3); }
.pay-logos { display: flex; gap: 6px; flex-wrap: wrap; }
.pay-logos span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; padding: 3px 8px; font-size: 10px; font-weight: 600; color: rgba(255,255,255,.45); }

/* ─── MOBILE HAMBURGER & DROPDOWN ────────────────────────────── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 38px; height: 38px; cursor: pointer; margin-left: auto;
  border: 1px solid var(--line); border-radius: 8px; padding: 8px;
  background: var(--sand);
}
.nav-hamburger span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: all .25s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: var(--white); border-bottom: 2px solid var(--line);
  z-index: 99; padding: 16px 20px 24px; box-shadow: 0 12px 32px rgba(0,0,0,.1);
  flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 13px 14px; font-size: 15px; font-weight: 600; color: var(--text); border-radius: 10px; display: flex; align-items: center; gap: 10px; transition: background .15s; }
.mobile-menu a:hover, .mobile-menu a.active { background: var(--sage-pale); color: var(--sage); }
.mobile-menu .menu-sep { height: 1px; background: var(--line); margin: 8px 0; }
.mobile-menu .menu-cta { margin-top: 8px; padding: 14px; background: var(--terra); color: #fff; border-radius: 12px; text-align: center; font-weight: 700; font-size: 14px; }
.mobile-menu .menu-login { padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px; text-align: center; font-weight: 600; color: var(--text-2); }

.nav-dropdown-wrap { position: relative; }
.nav-dropdown-trigger {
  padding: 7px 18px; font-size: 13px; font-weight: 600; color: var(--text-2);
  display: flex; align-items: center; gap: 5px; cursor: pointer;
  transition: background .15s, color .15s; white-space: nowrap;
}
.nav-dropdown-trigger:hover, .nav-dropdown-trigger.open { background: var(--sage); color: #fff; }
.nav-dropdown-trigger svg { transition: transform .2s; }
.nav-dropdown-trigger.open svg { transform: rotate(180deg); }
.nav-dropdown {
  display: none; position: absolute; top: calc(100% + 10px); left: 0;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 16px 48px rgba(0,0,0,.12);
  padding: 8px; min-width: 280px; z-index: 200; animation: dropIn .18s ease;
}
.nav-dropdown.open { display: block; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.nav-drop-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; cursor: pointer; transition: background .15s; color: var(--text); }
.nav-drop-item:hover { background: var(--sage-pale); }
.nav-drop-icon { width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.nav-drop-title { font-size: 13px; font-weight: 700; color: var(--text); }
.nav-drop-sub { font-size: 11.5px; color: var(--text-3); margin-top: 1px; }

/* ─── RESPONSIVE BREAKPOINTS ──────────────────────── */
@media (max-width: 1024px) {
  .loc-grid { grid-template-columns: repeat(4, 1fr) !important; }
}

@media (max-width: 768px) {
  .navbar { padding: 0 16px; gap: 10px; }
  .nav-pill, .nav-search, .nav-actions, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo-text { font-size: 20px; }
  .nav-logo-img { height: 24px; }
  .section { padding: 24px 12px 0; }
  .section-hd { flex-wrap: wrap; gap: 10px; }
  .prop-carousel .prop-card,
  .prop-carousel .prop-card:nth-child(2) { flex: 0 0 85%; scroll-snap-align: start; }
  .prop-thumb,
  .prop-carousel .prop-card:nth-child(2) .prop-thumb { height: 260px; }
  .loc-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; }
  .area-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
  .area-grid::-webkit-scrollbar { display: none; }
  .area-card { flex: 0 0 45%; scroll-snap-align: start; height: 120px; }
  .blog-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .blog-card { height: 140px; }
  .promo-full { flex-direction: column; margin: 24px 16px 0; min-height: auto; height: auto; border-radius: 16px; }
  .promo-img-half { width: 100%; height: 200px; flex-shrink: 0; }
  .promo-img-half::after { background: linear-gradient(to bottom, transparent 40%, #E6EDE8 100%); }
  .promo-text-half { flex-direction: column; align-items: center; text-align: center; gap: 20px; padding: 28px 20px 32px; flex: none; width: 100%; }
  .promo-text-half h2 { font-size: 22px; line-height: 1.4; }
  .promo-text-half .actions { flex-direction: column; width: 100%; }
  .promo-text-half .btn-promo { width: 100%; text-align: center; padding: 14px; display: block; }
  .brand-strip { flex-wrap: wrap; }
  .brand-item { flex: 0 0 25%; border-bottom: 1px solid var(--line); }
  .seo-wrapper { padding: 32px 16px 16px; margin-top: 32px; }
  .seo-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .seo-title { font-size: 18px; }
  .seo-links { margin-bottom: 0; border-bottom: 1px solid var(--line); }
  .seo-title { display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin-bottom: 0 !important; padding: 16px 0 !important; border-bottom: none !important; }
  .seo-title::after { content: '+'; font-family: var(--font); font-size: 22px; font-weight: 300; color: var(--sage); line-height: 1; flex-shrink: 0; }
  .seo-title.open::after { content: '-'; }
  .seo-grid { display: none; grid-template-columns: 1fr 1fr !important; gap: 16px; padding-bottom: 20px; }
  .seo-title.open + .seo-grid { display: grid; }
  footer { padding: 32px 16px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 14px; align-items: flex-start; }
  .footer-col.accordion { width: 100%; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); margin-top: -1px; }
  .footer-col.accordion h4 { display: flex; align-items: center; justify-content: space-between; cursor: pointer; padding: 15px 0; margin-bottom: 0; user-select: none; }
  .footer-col.accordion h4::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--sage-mid); line-height: 1; }
  .footer-col.accordion.open h4::after { content: '-'; }
  .footer-col.accordion ul { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
  .footer-col.accordion.open ul { max-height: 400px; padding-bottom: 16px; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand-item { flex: 0 0 33.33%; }
  .seo-grid { grid-template-columns: 1fr; }
  .area-card { flex: 0 0 65%; }
}

@media (min-width: 1258px) {
  .navbar, .hero-wrap, .dev-strip, .section, .seo-wrapper, footer {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2);
  }
}