/*
 * Seawing buyer-first design system — 2026-09-12
 *
 * This file is intentionally loaded after the legacy theme. It consolidates
 * visual decisions without changing public routes, product identity or the
 * approved logo. See content-data/site-experience-data-model.json.
 */
:root {
  --sw-ink: #102a33;
  --sw-navy: #0b2b3a;
  --sw-navy-2: #123f4f;
  --sw-teal: #0f9da8;
  --sw-teal-dark: #087681;
  --sw-amber: #f59b2a;
  --sw-canvas: #f4f7f7;
  --sw-paper: #fff;
  --sw-muted: #5f7077;
  --sw-line: #dce6e7;
  --sw-soft: #e9f3f3;
  --sw-radius-sm: 10px;
  --sw-radius: 16px;
  --sw-radius-lg: 24px;
  --sw-shadow-sm: 0 8px 24px rgba(11, 43, 58, .07);
  --sw-shadow: 0 18px 50px rgba(11, 43, 58, .11);
  --sw-wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  max-width: 100%;
  overflow-x: clip;
  background: var(--sw-paper);
  color: var(--sw-ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video, iframe { max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(15, 157, 168, .45) !important; outline-offset: 3px; }
.wow { visibility: visible !important; }
.wrap { width: min(calc(100% - 48px), var(--sw-wrap)); max-width: var(--sw-wrap); }
.main { min-width: 0; padding-top: 78px; }
.main > *, .wrap > *, .ed-grid > *, .row > * { min-width: 0; }
.flexbet > * { min-width: 0; }

/* Header: a stable, readable shell instead of text floating over every hero. */
header,
.on-fixed header,
body.on-menu header,
body.on-menu.on-fixed header {
  top: 0;
  height: 78px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(16, 42, 51, .09);
  box-shadow: 0 5px 22px rgba(11, 43, 58, .06);
  backdrop-filter: blur(14px);
}
header .header-container { height: 78px; }
header .header-container > .wrap { height: 78px; width: min(calc(100% - 40px), 1440px); max-width: 1440px; }
header .logo { min-width: 0; }
header .logo a { height: 78px; width: 168px; }
header .logo img { width: 100% !important; max-height: 58px; object-fit: contain; }
header .rightDiv .menu > ul > li > a,
.on-fixed header .rightDiv .menu > ul > li > a,
body:not(.on-fixed):has(.ed-masthead) header .rightDiv .menu > ul > li > a,
body:not(.on-fixed):has(.index-banner) header .rightDiv .menu > ul > li > a {
  height: 78px;
  color: var(--sw-ink);
  font-size: 15px;
  font-weight: 600;
  text-shadow: none;
}
header .rightDiv .menu > ul > li > a::after { height: 2px; bottom: 0; background: var(--sw-teal); }
header .rightDiv .menu > ul > li:hover > a,
header .rightDiv .menu > ul > li:focus > a { color: var(--sw-teal-dark); }
header .lang-switch,
.on-fixed header .lang-switch,
body:not(.on-fixed):has(.ed-masthead) header .lang-switch > summary,
body:not(.on-fixed):has(.index-banner) header .lang-switch > summary,
body:not(.on-fixed):has(.ed-masthead) header .lang-switch-trigger,
body:not(.on-fixed):has(.index-banner) header .lang-switch-trigger,
header .lang-switch-trigger { color: var(--sw-ink); text-shadow: none; }
header .lang-switch-trigger { min-height: 44px; border-radius: 8px; }
header .lang-switch-trigger:hover { background: var(--sw-canvas); }
header .searchDiv .searchBtn,
.on-fixed header .searchDiv .searchBtn { height: 78px; fill: var(--sw-ink); }
header .formDiv { top: 68px; }
header .formDiv form { overflow: hidden; border-radius: var(--sw-radius-sm); background: var(--sw-navy); box-shadow: var(--sw-shadow); }
header .menu ul ul { overflow: hidden; padding: 10px 0; border: 1px solid var(--sw-line); border-radius: 0 0 12px 12px; box-shadow: var(--sw-shadow); }
header .menu > ul > li ul li > a { padding: 11px 22px; font-size: 14px; }

/* Homepage opening: one viewport, clear message, four compact product paths. */
.index-banner { overflow: hidden; background: var(--sw-navy); }
.index-banner::before { display: none; }
.index-banner .ui-outdoor-hero {
  height: clamp(620px, calc(100vh - 78px), 760px) !important;
  min-height: 620px;
  isolation: isolate;
}
.ui-outdoor-hero > .ui-outdoor-hero-background { object-position: center; }
.ui-outdoor-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 28, 39, .92) 0%, rgba(4, 28, 39, .79) 38%, rgba(4, 28, 39, .27) 68%, rgba(4, 28, 39, .12) 100%),
    linear-gradient(0deg, rgba(4, 28, 39, .64), transparent 42%);
}
.index-banner .ui-outdoor-hero .ui-outdoor-hero-copy {
  position: absolute;
  z-index: 3;
  top: clamp(66px, 11vh, 110px);
  left: max(24px, calc((100vw - var(--sw-wrap)) / 2));
  width: min(650px, 48vw);
  transform: none;
}
.ui-outdoor-hero-copy .p1 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 70px) !important;
  font-weight: 700;
  line-height: 1.06 !important;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.ui-outdoor-hero-copy .p2 {
  max-width: 610px;
  margin-top: 24px;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, .84) !important;
}
.ui-outdoor-hero-products {
  left: max(24px, calc((100vw - var(--sw-wrap)) / 2));
  bottom: 42px;
  width: min(760px, 58vw);
}
.ui-outdoor-hero-product-grid { gap: 12px; }
.ui-outdoor-hero-product {
  min-height: 144px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: var(--sw-radius-sm);
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .16);
}
.ui-outdoor-hero-product:hover { background: #fff !important; transform: translateY(-3px); }
.ui-outdoor-hero-product img { height: 104px; min-height: 0; padding: 8px; object-fit: contain; }
.ui-outdoor-hero-product span {
  min-height: 40px;
  padding: 8px 10px;
  background: transparent;
  color: var(--sw-ink);
  font-size: 12px;
  line-height: 1.3;
}
.ui-outdoor-hero-cta,
.indexDiv3 .brDiv a.moreBtn,
.indexDiv2 .imoreBtn {
  width: fit-content;
  min-width: 210px;
  min-height: 50px;
  margin-top: 16px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--sw-amber) !important;
  color: #17232a !important;
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(245, 155, 42, .2);
}
.ui-outdoor-hero-cta:hover,
.indexDiv3 .brDiv a.moreBtn:hover,
.indexDiv2 .imoreBtn:hover { background: #ffad42 !important; transform: translateY(-2px); }
.ui-outdoor-scene-note { inset-inline-end: 14px; bottom: 10px; border-radius: 5px; opacity: .82; }

/* Shared editorial and direct-answer language. */
.ed {
  --ed-teal: var(--sw-teal);
  --ed-ink: var(--sw-ink);
  --ed-muted: var(--sw-muted);
  --ed-faint: #7b898e;
  --ed-line: var(--sw-line);
  --ed-wash: var(--sw-canvas);
}
.ed-section { padding: 56px 0; }
.ed-section-label { margin-bottom: 18px; color: var(--sw-teal-dark); font-weight: 700; letter-spacing: .13em; }
.ed-h2 { font-size: clamp(25px, 2.6vw, 36px); font-weight: 650; letter-spacing: -.02em; }
.ed-h3 { font-weight: 650; }
.ed-lead, .ed-rich p, .ed-section > p { max-width: 70ch; color: var(--sw-muted); }
.site-direct-answer,
.home-direct-answer .site-direct-answer {
  position: relative;
  margin: 48px 0;
  padding: 30px 34px !important;
  overflow: hidden;
  border: 1px solid #cfe3e4 !important;
  border-top: 1px solid #cfe3e4 !important;
  border-radius: var(--sw-radius);
  background: linear-gradient(135deg, #f1f9f9 0%, #fff 76%);
  box-shadow: var(--sw-shadow-sm);
}
.site-direct-answer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--sw-teal);
}
[dir="rtl"] .site-direct-answer::before { inset: 0 0 0 auto; }
.site-direct-answer .ed-section-label { margin-bottom: 12px; }
.site-direct-answer .ed-h2 { margin-bottom: 12px; font-size: clamp(22px, 2vw, 30px); }
.site-direct-answer .ed-lead { margin: 0; }
.home-direct-answer { padding: 1px 0; }
.home-direct-answer .site-direct-answer { margin-block: 42px; }
.ed-close {
  margin: 30px 0 72px;
  padding: 52px 34px;
  border: 0;
  border-radius: var(--sw-radius-lg);
  background: var(--sw-navy);
  color: #fff;
}
.ed-close h2 { font-weight: 650; }
.ed-close p { color: rgba(255, 255, 255, .72); }
.ed-btn, .ed .ed-btn, .inquiry-add {
  min-height: 48px;
  height: auto;
  border: 1px solid var(--sw-teal);
  border-radius: var(--sw-radius-sm);
  background: var(--sw-teal);
  color: #fff;
  font-weight: 700;
}
.ed .ed-btn--ghost { border-color: rgba(255, 255, 255, .5); background: transparent; color: #fff; }
.ed-section:not(.ed-close) .ed-btn--ghost { border-color: var(--sw-teal); color: var(--sw-teal-dark); }
.ed-section:not(.ed-close) .ed-btn--ghost:hover { color: #fff; }
.ed-tri { gap: 20px; border: 0; padding-top: 24px; }
.ed-tri > div {
  padding: 24px;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: #fff;
}
.ed-tri h3 { font-weight: 650; }
.ed-steps { gap: 16px; border: 0; }
.ed-step { padding: 24px; border: 1px solid var(--sw-line); border-radius: var(--sw-radius); background: #fff; }
.ed-step h3 { font-weight: 650; }
.ed-group, .ed-card, .ed-faq { border-radius: var(--sw-radius); }

/* Compact inner mastheads. The default image is an approved outdoor-material asset. */
.ed-masthead {
  min-height: 360px;
  max-height: 430px;
  aspect-ratio: auto;
  margin-bottom: 48px;
  background-position: center 46%;
}
.ed-masthead::before {
  background: linear-gradient(90deg, rgba(5, 34, 45, .94) 0%, rgba(5, 34, 45, .83) 45%, rgba(5, 34, 45, .35) 100%);
}
.ed-masthead::after { display: none; }
.ed-masthead--plain { background: linear-gradient(135deg, var(--sw-navy) 0%, var(--sw-navy-2) 100%); }
.ed-masthead > .wrap { padding-top: 0; }
.ed-masthead-inner { max-width: 760px; }
.ed-masthead .crumbNav { margin-bottom: 20px; }
.ed-masthead .ed-eyebrow { margin-bottom: 14px; color: #7fe1e5; font-weight: 750; }
.ed-masthead h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.ed-masthead p { max-width: 68ch; font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, .78); }

/* Catalog: dense enough to scan, spacious enough to compare. */
.ed-filter { align-items: center; padding: 18px; border: 1px solid var(--sw-line); border-radius: var(--sw-radius); background: var(--sw-canvas); }
.ed-filter-links { gap: 8px; }
.ed-filter-links a {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--sw-muted);
  line-height: 1.35;
}
.ed-filter-links a:hover { border-color: var(--sw-line); background: #fff; }
.ed-filter-links li.on a { border-color: #bcdfe1; background: #fff; color: var(--sw-teal-dark); }
.ed-search { flex: 0 1 280px; }
.ed-search form { overflow: hidden; border: 1px solid var(--sw-line); border-radius: 9px; background: #fff; }
.ed-search input { width: 100%; min-height: 44px; padding: 8px 44px 8px 13px; }
.ed-search button { inset-inline-end: 0; right: auto; width: 42px; height: 42px; }
.ed-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; border: 0; }
.ed-item {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  overflow: hidden;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(11, 43, 58, .02);
}
.ed-item:hover { border-color: #b9d5d7; box-shadow: var(--sw-shadow-sm); transform: translateY(-3px); }
.ed-item-link { flex: 1; }
.ed-item-img, .ed-item-img--square { margin: 0 0 18px; border: 0; border-bottom: 1px solid var(--sw-line); background: #fff; }
.ed-item-img img, .ed-item-img--square img { padding: 10px; object-fit: contain; }
.ed-item h2, .ed-item .ed-item-price, .ed-item > .inquiry-add { margin-inline: 18px; }
.ed-item h2 { min-height: 3.3em; font-weight: 650; line-height: 1.55; }
.ed-item-price { margin-top: 10px; }
.inquiry-add--compact { align-self: flex-start; margin-top: 16px; padding: 10px 14px; }

/* Homepage sections: consistent rhythm and quieter interactions. */
.pd50 { padding: 72px 0; }
.indexTitle .f34 { font-size: clamp(27px, 3vw, 40px); font-weight: 700; letter-spacing: -.025em; }
.indexTitle .f34 i { color: var(--sw-teal); }
.home-section-intro {
  max-width: 780px;
  margin: 14px auto 0;
  color: var(--sw-muted);
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.home-section-intro strong { color: var(--sw-teal-dark); font-weight: 700; }
.indexDiv2 { background: var(--sw-canvas); }
.indexDiv2 .bdDiv { margin-top: 34px; }
.indexDiv2 .bdDiv .row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; }
.indexDiv2 .bdDiv .row > div { width: auto; max-width: none; padding: 0; }
.indexDiv2 .bdDiv .row > div > a {
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: #fff;
  box-shadow: none;
}
.indexDiv2 .bdDiv .row > div > a:hover { border-color: #b9d5d7; box-shadow: var(--sw-shadow-sm); transform: translateY(-3px); }
.indexDiv2 .bdDiv .row > div .imgDiv::before { display: none; }
.indexDiv2 .bdDiv .row > div .pic img { padding: 10px; object-fit: contain; }
.indexDiv2 .bdDiv .row > div .title { min-height: 68px; padding: 15px 17px 17px; border-top: 1px solid var(--sw-line); font-size: 15px; font-weight: 650; line-height: 1.45; text-align: start; white-space: normal; }
.indexDiv2 .imoreBtn { margin: 34px auto 0; background: var(--sw-teal) !important; color: #fff !important; box-shadow: none; }
.indexDiv3 { margin: 0; background: var(--sw-navy) !important; }
.indexDiv3 .bdDiv { gap: 56px; }
.indexDiv3 .blDiv { overflow: hidden; margin: 0; padding: 0; border-radius: var(--sw-radius-lg); background: transparent; }
.home-about-visual { height: 100%; min-height: 360px; margin: 0; }
.home-about-visual img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.indexDiv3 .brDiv .title { font-weight: 700; }
.indexDiv3 .brDiv .p { max-width: 62ch; color: rgba(255, 255, 255, .76); font-size: 16px; }
.indexDiv3 .brDiv .dataDiv:has(ul:empty) { display: none; }
.indexDiv7 { background: #fff; }
.indexDiv7 .bdDiv { gap: 24px; }
.indexDiv7 .blDiv, .indexDiv7 .brDiv { width: auto; flex: 1 1 0; }
.indexDiv7 .blDiv { border-radius: var(--sw-radius); }
.indexDiv7 .blDiv .bgDiv { display: none; }
.indexDiv7 .blDiv .textDiv { padding: 16px 18px; background: rgba(6, 31, 42, .88); }
.indexDiv7 .blDiv a:hover .textDiv { bottom: 0; }
.indexDiv7 .brDiv ul { display: grid; gap: 14px; }
.indexDiv7 .brDiv ul li { margin: 0; }
.indexDiv7 .brDiv ul li a { overflow: hidden; border: 1px solid var(--sw-line); border-radius: 12px; background: #fff; }
.indexDiv7 .brDiv ul li a::after { display: none; }
.indexDiv7 .brDiv ul li .imgDiv { flex: 0 0 150px; width: 150px; height: 112px; }
.indexDiv7 .brDiv ul li .textDiv { flex: 1; width: auto; padding: 14px 16px; }
.indexDiv7 .brDiv ul li a:hover .textDiv { background: var(--sw-soft); }
.indexDiv7 .brDiv ul li a:hover .textDiv span { color: var(--sw-ink); }
.indexDiv7 .brDiv ul li a:hover .textDiv p { color: var(--sw-muted); }
.home-buyer-routes { padding: 72px 0; background: var(--sw-canvas); }
.home-buyer-routes .ed-tri > div, .home-buyer-routes .ed-q { border-color: var(--sw-line); border-radius: var(--sw-radius); }

/* Tables, media and utility cards follow the same surface model. */
.ed-category-table, .ed-rich table, .ed-table-wrap { overflow-x: auto; max-width: 100%; border-radius: var(--sw-radius); }
.ed table { width: 100%; border-collapse: collapse; background: #fff; }
.ed th, .ed td { padding: 15px 16px; border: 1px solid var(--sw-line); text-align: start; vertical-align: top; }
.ed th { background: var(--sw-canvas); color: var(--sw-ink); }
.paypal-highlight, .video-card, .video-group-card, .video-product-card, .custom-tent-case, .custom-tent-document { border-radius: var(--sw-radius); box-shadow: none; }
.video-grid { gap: 22px; }
.video-card { overflow: hidden; }
.video-card-body h2 { font-weight: 650; }
.custom-tent-case img, .custom-tent-document img { aspect-ratio: 1; }

/* Footer: compact, legible and visibly separate from the main conversion band. */
.footerDiv { background: #071f2a; }
.footerDiv .hdDiv.growth-footer-grid { gap: 34px; padding: 54px 0 42px; }
.footerDiv .hdDiv .listDiv > span { margin-bottom: 16px; font-size: 15px; letter-spacing: .04em; }
.footerDiv .hdDiv .aDiv a, .footerDiv .hdDiv .aDiv p, .footerDiv .hdDiv .lxDiv p, .footerDiv .hdDiv .lxDiv p a { color: rgba(255, 255, 255, .67); line-height: 1.65; }
.footerDiv .banquan { padding: 18px; background: #061a23; }

@media (max-width: 1199px) {
  .ed-grid, .indexDiv2 .bdDiv .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ui-outdoor-hero-products { width: min(800px, 68vw); }
}

@media (max-width: 991px) {
  .main { margin-top: 0; padding-top: 64px; }
  header,
  .on-fixed header,
  body.on-menu header,
  body.on-menu.on-fixed header { left: 0; right: auto; height: 64px; }
  header .header-container, header .header-container > .wrap { height: 64px; }
  header .header-container > .wrap { display: flex; align-items: center; width: calc(100% - 28px); padding: 0; }
  header .logo { flex: 0 1 144px; width: 144px; }
  header .logo a { width: 144px; height: 64px; }
  header .logo a img { max-height: 48px; }
  header .rightDiv { display: flex; flex: 1; min-width: 0; align-items: center; justify-content: flex-end; }
  header .lang-switch { float: none; max-width: 120px; margin: 0 58px 0 8px; color: var(--sw-ink) !important; }
  header .lang-switch-trigger { max-width: 120px; padding: 6px 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  header .searchDiv { display: none; }
  header .mbtn { top: 7px; right: 0; width: 50px; height: 50px; filter: none; }
  header .rightDiv .menu,
  body.on-fixed header .rightDiv .menu { display: none; top: 64px; right: 0; height: calc(100dvh - 64px); background: rgba(255, 255, 255, .99); }
  body.on-menu header .rightDiv .menu,
  body.on-menu.on-fixed header .rightDiv .menu { display: block; top: 64px; right: 0; }
  header .rightDiv .menu > ul { padding: 12px 18px 28px; }
  header .rightDiv .menu ul li { border-bottom-color: var(--sw-line); }
  header .rightDiv .menu ul li a,
  header .rightDiv .menu > ul > li > a,
  .on-fixed header .rightDiv .menu > ul > li > a { height: auto; min-height: 52px; color: var(--sw-ink); line-height: 1.4; }
  header .rightDiv .menu > ul > li > a { padding: 14px 52px 14px 8px; }
  header .menu .submenu-button { height: 52px; width: 52px; }
  .ed-masthead { min-height: 330px; max-height: none; padding: 54px 0; margin-bottom: 34px; }
  .ed-masthead h1 { font-size: clamp(30px, 6vw, 44px); }
  .ed-grid, .indexDiv2 .bdDiv .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed-steps, .custom-tent-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .productDetailDiv .bdDiv .brDiv .hd { gap: 28px; }
}

@media (max-width: 767px) {
  .wrap { width: calc(100% - 32px); padding: 0; }
  .main { margin-top: 0; }
  .index-banner .ui-outdoor-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto !important;
    min-height: 720px;
    padding: 46px 16px 24px;
  }
  .ui-outdoor-hero > .ui-outdoor-hero-background { object-position: 62% center; }
  .ui-outdoor-hero::after { background: linear-gradient(180deg, rgba(4, 28, 39, .95) 0%, rgba(4, 28, 39, .76) 62%, rgba(4, 28, 39, .66) 100%); }
  .index-banner .ui-outdoor-hero .ui-outdoor-hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 30px;
  }
  .ui-outdoor-hero-copy .p1 { font-size: clamp(34px, 11vw, 48px) !important; overflow-wrap: anywhere; }
  .ui-outdoor-hero-copy .p2 { margin-top: 18px; font-size: 16px !important; }
  .ui-outdoor-hero-products { position: relative; left: auto; bottom: auto; width: 100%; margin-top: auto; }
  .ui-outdoor-hero-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .ui-outdoor-hero-product { min-height: 128px; }
  .ui-outdoor-hero-product img { height: 88px; }
  .ui-outdoor-hero-cta { width: 100%; }
  .ui-outdoor-scene-note { position: relative; inset: auto; align-self: flex-start; margin-top: 10px; }
  .home-direct-answer .site-direct-answer, .site-direct-answer { margin-block: 28px; padding: 24px 22px !important; }
  .pd50 { padding: 52px 0; }
  .indexDiv3 .bdDiv, .indexDiv7 .bdDiv { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .indexDiv3 .blDiv, .indexDiv3 .brDiv, .indexDiv7 .blDiv, .indexDiv7 .brDiv { width: 100%; max-width: 100%; min-width: 0; }
  .indexDiv7 .bdDiv, .indexDiv7 .bdDiv > *, .indexDiv7 .blDiv > a, .indexDiv7 .brDiv ul,
  .indexDiv7 .brDiv ul li, .indexDiv7 .brDiv ul li a, .indexDiv7 .brDiv ul li .textDiv {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
  }
  .home-about-visual, .home-about-visual img { min-height: 260px; }
  .indexDiv3 .brDiv { margin-top: 0; }
  .indexDiv7 .brDiv { margin-top: 0; }
  .indexDiv7 .brDiv ul li .imgDiv { flex-basis: 118px; width: 118px; height: 100px; }
  .ed-section { padding: 42px 0; }
  .ed-section-label { margin-bottom: 14px; }
  .ed-masthead { min-height: 300px; padding: 42px 0; }
  .ed-masthead p { font-size: 15px; }
  .ed-filter { display: grid; grid-template-columns: 1fr; padding: 14px; }
  .ed-filter-links { width: 100%; }
  .ed-filter-links li { max-width: 100%; }
  .ed-filter-links a { overflow-wrap: anywhere; }
  .ed-search { width: 100%; max-width: none; }
  .ed-search input { min-width: 0; }
  .ed-tri, .home-buyer-routes .ed-tri, .ed-cols { grid-template-columns: 1fr; gap: 14px; }
  .ed-close { margin-bottom: 48px; padding: 38px 22px; }
  .video-grid { grid-template-columns: 1fr; }
  .fab-rail { right: 10px; bottom: 18px; gap: 8px; }
  .fab { width: 44px; height: 44px; }
  .fab-ico { width: 20px; height: 20px; }
  .fab-phone { display: none; }
  .footerDiv .hdDiv.growth-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
}

@media (max-width: 560px) {
  header .logo { flex-basis: 122px; width: 122px; }
  header .logo a { width: 122px; }
  header .lang-switch { max-width: 104px; margin-left: 4px; }
  header .lang-switch-trigger { max-width: 104px; font-size: 13px; }
  .ed-grid, .indexDiv2 .bdDiv .row, .ed-steps, .custom-tent-steps { grid-template-columns: 1fr; }
  .indexDiv2 .bdDiv .row > div .title { min-height: 0; }
  .indexDiv7 .brDiv ul li a { align-items: stretch; }
  .indexDiv7 .brDiv ul li .imgDiv { display: none; }
  .ed-actions { gap: 10px; }
  .ed-btn { width: 100%; }
  .footerDiv .hdDiv.growth-footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
