* {
  box-sizing: border-box;
}

body.outsunny-hub {
  margin: 0;
  color: #183d27;
  background: #fbf7ed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  --page: 1180px;
}

.outsunny-hub a {
  color: inherit;
}

.top-utility {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 72px);
  min-height: 26px;
  padding: 5px 16px;
  background: #123c17;
  color: #fff7e8;
  font-size: 12px;
  font-weight: 700;
}

.top-utility span::before {
  content: "○";
  margin-right: 6px;
  font-weight: 900;
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(210px, 280px) auto auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 8px clamp(18px, 4vw, 48px);
  background: rgba(255, 252, 245, 0.96);
  border-bottom: 1px solid rgba(24, 61, 39, 0.12);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  width: 112px;
  max-height: 38px;
  object-fit: contain;
}

.category-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.35vw, 18px);
  align-items: center;
  font-size: 11px;
  font-weight: 800;
}

.category-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.mega-trigger {
  position: static;
  display: inline-flex;
  align-items: center;
}

.mega-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 24px;
  z-index: 79;
}

.mega-trigger button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #183d27;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.mega-trigger button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 80;
  display: block;
  columns: 6 150px;
  column-gap: 34px;
  width: 100%;
  padding: 28px 30px 30px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 0 0 10px 10px;
  background: #fffdf8;
  box-shadow: 0 22px 44px rgba(24, 61, 39, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.16s ease, visibility 0s linear 0.14s;
}

.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.mega-column {
  display: contents;
  min-width: 0;
}

.mega-menu section {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  margin: 0 0 22px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.mega-menu h3 {
  margin: 0 0 4px;
  color: #123c17;
  font-size: 15px;
  line-height: 1.2;
}

.mega-menu h3 a {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}

.mega-menu a {
  display: block;
  color: #47533f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  white-space: normal;
}

.mega-menu section a + a {
  margin-top: 8px;
}

.mega-menu a:hover,
.mega-menu a:focus {
  color: #eb7926;
}

.mega-trigger:hover .mega-menu,
.mega-trigger:focus-within .mega-menu,
.mega-menu:hover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.site-search {
  display: flex;
  min-width: 0;
  border: 1px solid rgba(24, 61, 39, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.site-search input,
.newsletter input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 10px 14px;
  color: #183d27;
  font: inherit;
  outline: 0;
}

.site-search button {
  width: 58px;
  border: 0;
  overflow: hidden;
  color: transparent;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.site-search button::before {
  content: "";
  position: absolute;
  inset: 13px 18px 17px 16px;
  border: 2px solid #5f745f;
  border-radius: 999px;
}

.site-search button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  right: 14px;
  bottom: 17px;
  background: #5f745f;
  transform: rotate(45deg);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-switcher button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(24, 61, 39, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #183d27;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 90;
  display: grid;
  min-width: 84px;
  padding: 10px 0;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 18px 36px rgba(24, 61, 39, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.language-menu a {
  display: block;
  padding: 11px 16px;
  color: #4d5b47;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.language-menu a[aria-current="page"] {
  margin: 0 10px;
  border-radius: 12px;
  background: #111;
  color: #fff;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.shop-now,
.btn,
.newsletter button,
.contact-form button,
.product-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  padding: 9px 16px;
  background: #eb7926;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.header-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-icons span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #456447;
  border-radius: 999px;
  color: #456447;
  font-size: 11px;
  font-weight: 900;
}

.btn-secondary {
  background: #fff;
  color: #183d27;
  border: 1px solid rgba(24, 61, 39, 0.35);
}

.official-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(310px, 33vw, 430px);
  padding: clamp(42px, 6vw, 78px) clamp(22px, 5vw, 72px) 66px;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 252, 245, 0.9) 28%, rgba(255, 252, 245, 0.42) 52%, rgba(255, 252, 245, 0.02) 78%),
    radial-gradient(circle at 5% 96%, rgba(83, 132, 67, 0.18), transparent 22%),
    var(--hero-bg) center right / cover no-repeat,
    #fffaf0;
  overflow: hidden;
}

.official-hero::before,
.official-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: rgba(235, 121, 38, 0.24);
  filter: blur(18px);
}

.official-hero::before {
  width: 160px;
  height: 160px;
  left: -70px;
  bottom: -55px;
  border-radius: 46% 54% 42% 58%;
}

.official-hero::after {
  width: 120px;
  height: 120px;
  right: -52px;
  bottom: 32px;
  border-radius: 54% 46% 61% 39%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
}

.kicker {
  margin: 0 0 10px;
  color: #e37124;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hub-hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #194124;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.hub-hero p,
.page-hero p {
  max-width: 520px;
  color: #34533c;
  font-size: 18px;
}

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

.floating-trust {
  position: relative;
  z-index: 4;
  margin: -48px auto 0;
  max-width: 980px;
}

.trust-panel,
.proof-grid,
.category-grid,
.product-grid,
.support-grid,
.stats-grid,
.review-cards {
  display: grid;
  gap: 16px;
}

.trust-panel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 12px 18px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(24, 61, 39, 0.14);
}

.trust-panel article,
.proof-grid article,
.support-grid a,
.stats-grid article,
.review-cards article,
.rating-summary,
.category-card,
.product,
.faq-list details {
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 61, 39, 0.07);
}

.trust-panel article {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.trust-panel article + article {
  border-left: 1px solid rgba(24, 61, 39, 0.12);
}

.trust-panel article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 6px 14px;
  min-width: 0;
}

.trust-panel strong,
.proof-grid h3,
.support-grid strong {
  display: block;
  margin: 0;
  color: #183d27;
  font-size: 13px;
}

.trust-panel p,
.proof-grid p,
.support-grid span {
  margin: 2px 0 0;
  color: #59705f;
  font-size: 11px;
  line-height: 1.35;
}

.mini-icon,
.line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid #6d8561;
  border-radius: 999px;
  color: #315a35;
  font-weight: 900;
}

.intro-section {
  padding: 32px 20px 10px;
  text-align: center;
}

.intro-section h2,
.band > h2,
.section-head h2,
.newsletter h2,
.support-feature h2,
.identify h2,
.about-stats h2 {
  margin: 0;
  color: #183d27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;
}

.intro-section p {
  margin: 8px auto 0;
  max-width: 680px;
  color: #59705f;
}

.band {
  padding: clamp(28px, 4vw, 50px) clamp(18px, 5vw, 72px);
}

.band,
.trust-panel,
.intro-section {
  max-width: var(--page);
  margin-left: auto;
  margin-right: auto;
}

.compact {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.proof-grid article {
  padding: 22px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.section-head a {
  color: #e37124;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  overflow: hidden;
  color: #183d27;
  text-align: center;
  text-decoration: none;
}

.category-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
}

.category-card strong {
  display: block;
  padding: 10px 8px 2px;
  font-size: 13px;
}

.category-card span {
  display: block;
  padding: 0 10px 14px;
  color: #526956;
  font-size: 12px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.product-image {
  position: relative;
  display: grid;
  place-items: center;
  background: #fff;
}

.product img {
  display: block;
  width: 100%;
  padding: 8px;
  aspect-ratio: 1 / 0.78;
  object-fit: contain;
  background: #fff;
  box-sizing: border-box;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #e37124;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.product h3 {
  flex: 1;
  min-height: 72px;
  margin: 5px 0 8px;
  color: #233f2a;
  font-size: 12px;
  line-height: 1.25;
}

.stars {
  margin: 0;
  color: #f0a71f;
  font-size: 13px;
}

.price {
  margin: 0 0 12px;
  color: #183d27;
  font-weight: 900;
}

.price strong {
  margin-right: 8px;
}

.was-price {
  margin-right: 6px;
  color: #7a8378;
  font-size: 12px;
  font-weight: 600;
  text-decoration: line-through;
}

.discount-note {
  display: block;
  margin-top: 3px;
  color: #ee6f1e;
  font-size: 11px;
  font-weight: 800;
}

.product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  margin-top: auto;
  background: #245329;
  color: #fff;
  font-size: 11px;
}

.product-btn:visited,
.product-btn:hover,
.product-btn:focus {
  color: #fff;
}

.outsunny-hub a.product-btn {
  color: #fff;
}

.products-section {
  padding-top: 24px;
}

.why-official {
  text-align: center;
}

.why-official h2 {
  margin-bottom: 24px;
}

.support-layout {
  display: grid;
  grid-template-columns: 355px minmax(0, 1fr);
  gap: 16px;
}

.support-feature {
  min-height: 300px;
  border-radius: 12px;
  padding: 30px;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 0.96), rgba(255, 252, 245, 0.76)),
    url("../img/support-warranty.jpg") center / cover;
  box-shadow: 0 12px 32px rgba(24, 61, 39, 0.07);
}

.support-feature .kicker {
  margin-bottom: 8px;
  font-size: 10px;
}

.support-feature h2 {
  max-width: 250px;
  font-size: 28px;
}

.support-feature > p:not(.kicker) {
  max-width: 290px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.support-feature ul,
.check-list {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.support-feature li,
.check-list li {
  position: relative;
  padding-left: 24px;
  color: #34533c;
}

.support-feature li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border: 2px solid #6d8561;
  border-radius: 999px;
}

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

.support-grid a {
  min-height: 142px;
  padding: 20px;
  text-decoration: none;
}

.identify {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.identify img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

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

.about-stats {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 22px;
}

.about-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 10px;
  padding: 24px 28px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 61, 39, 0.07);
}

.about-copy p {
  max-width: 430px;
  margin: 12px 0 18px;
  color: #34533c;
  font-size: 14px;
  line-height: 1.45;
}

.about-copy .btn {
  min-height: 36px;
  padding: 8px 16px;
  font-size: 12px;
  background: #245329;
  color: #fff;
}

.outsunny-hub .about-copy a.btn {
  color: #fff;
}

.leaf-mark {
  display: none;
}

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

.stats-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 156px;
  padding: 22px 12px;
  text-align: center;
}

.stats-grid strong {
  color: #183d27;
  font-size: clamp(31px, 3.4vw, 42px);
  line-height: 1;
}

.stats-grid em {
  color: #59705f;
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
}

.stat-icon {
  display: none;
}

.reviews-section {
  padding-bottom: 18px;
}

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

.review-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.rating-summary {
  display: grid;
  align-content: center;
  min-height: 176px;
  padding: 20px 24px;
  text-align: center;
}

.rating-summary strong {
  color: #183d27;
  font-size: 48px;
  line-height: 1;
}

.rating-summary > p {
  margin: 6px 0 10px;
  color: #34533c;
  font-size: 12px;
}

.rating-bars {
  display: grid;
  gap: 4px;
  margin-top: 2px;
}

.rating-bars span {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 34px;
  gap: 6px;
  align-items: center;
  color: #34533c;
  font-size: 10px;
}

.rating-bars i {
  position: relative;
  height: 5px;
  border-radius: 999px;
  background: #f2ead9;
  overflow: hidden;
}

.rating-bars i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: #f3a526;
}

.rating-bars b {
  color: #63715e;
  font-weight: 700;
  text-align: right;
}

.review-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.review-cards article {
  display: grid;
  align-content: start;
  min-height: 176px;
  padding: 17px 18px;
}

.review-cards small {
  margin-top: 2px;
  color: #e37124;
  font-size: 11px;
  font-weight: 900;
}

.review-cards article > p:not(.stars) {
  margin: 16px 0 14px;
  color: #183d27;
  font-size: 13px;
  line-height: 1.38;
}

.review-author {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 9px;
  align-items: center;
  margin-top: auto;
}

.review-author span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #d7bea0;
  color: #183d27;
  font-size: 12px;
  font-weight: 900;
}

.review-author strong {
  color: #183d27;
  font-size: 12px;
}

.review-author em {
  color: #7a8575;
  font-size: 10px;
  font-style: normal;
}

.faq-columns {
  padding-top: 6px;
  padding-bottom: 32px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.faq-list details,
.faq details {
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 61, 39, 0.055);
  padding: 0;
  overflow: hidden;
}

.faq-list summary,
.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 15px 18px;
  cursor: pointer;
  color: #183d27;
  font-size: 12px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker,
.faq summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after,
.faq summary::after {
  content: "⌄";
  color: #183d27;
  font-size: 13px;
}

.faq-list details[open] summary::after,
.faq details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p,
.faq p {
  margin: 0;
  border-top: 1px solid rgba(24, 61, 39, 0.08);
  padding: 0 18px 15px;
  color: #526956;
  font-size: 12px;
}

.scenic-newsletter {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.46fr) minmax(420px, 1fr);
  align-items: stretch;
  width: min(calc(100% - 48px), var(--page));
  margin: 16px auto 0;
  min-height: 190px;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  background: #f5ecd4;
}

.newsletter-copy {
  position: relative;
  z-index: 2;
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(90deg, #f5ecd4 0%, #f5ecd4 78%, rgba(245, 236, 212, 0.86) 100%);
}

.newsletter-art {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center right;
}

.newsletter h2,
.newsletter p {
  max-width: 480px;
}

.newsletter form,
.contact-form {
  display: grid;
  grid-template-columns: minmax(190px, 300px) 110px;
  gap: 12px;
  max-width: 430px;
}

.newsletter input,
.contact-form input,
.contact-form textarea {
  border-radius: 7px;
  background: #fff;
}

.newsletter button {
  color: #fff;
}

.page-hero {
  padding: clamp(56px, 9vw, 112px) clamp(18px, 5vw, 72px);
  background: #e9efe1;
}

.category-hero {
  background:
    linear-gradient(115deg, rgba(233, 239, 225, 0.95), rgba(251, 247, 237, 0.9)),
    #e9efe1;
}

.prose {
  max-width: 980px;
}

.prose p,
.prose li {
  color: #34533c;
  font-size: 18px;
}

.chip-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(24, 61, 39, 0.22);
  border-radius: 999px;
  padding: 8px 16px;
  background: #fff;
  text-decoration: none;
}

.contact-form {
  grid-template-columns: 1fr 1fr;
}

.contact-form textarea {
  grid-column: 1 / -1;
  min-height: 150px;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #f3ead1;
}

.footer-benefits span {
  color: #183d27;
  font-weight: 900;
}

.footer-benefits small {
  color: #59705f;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, 0.8fr)) minmax(190px, 0.9fr);
  gap: 34px;
  padding: 38px clamp(18px, 5vw, 72px);
  background: #103917;
  color: #fff7e8;
}

.site-footer img {
  width: 130px;
  max-height: 54px;
  object-fit: contain;
}

.site-footer .footer-brand img {
  width: 150px;
  max-height: 58px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 252, 245, 0.94);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.site-footer h3 {
  margin: 0 0 14px;
  font-size: 14px;
}

.site-footer p,
.site-footer a {
  display: block;
  color: rgba(255, 247, 232, 0.78);
  font-size: 13px;
  text-decoration: none;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.social-row span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 42px;
  padding: 18px;
  background: #103917;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 247, 232, 0.75);
  font-size: 12px;
}

.footer-bottom a {
  color: rgba(255, 247, 232, 0.75);
  text-decoration: none;
}

/* Final homepage template alignment */
.top-utility {
  min-height: 24px;
  padding: 4px 16px;
}

.top-utility span {
  display: inline-flex;
  align-items: center;
}

.top-utility span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 999px;
  margin-right: 6px;
}

.site-header {
  grid-template-columns: 122px minmax(560px, 1fr) minmax(180px, 220px) 62px 104px;
  gap: 10px;
  min-height: 56px;
  padding: 8px clamp(18px, 3vw, 36px);
}

.brand img {
  width: 108px;
}

.category-nav {
  gap: clamp(9px, 1.2vw, 16px);
  font-size: 10.5px;
}

.site-search input {
  padding: 9px 14px;
}

.shop-now,
.btn,
.newsletter button,
.contact-form button,
.product-btn {
  min-height: 34px;
}

.shop-now {
  white-space: nowrap;
}

.header-icons span {
  position: relative;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
}

.header-icons span::before,
.header-icons span::after {
  content: "";
  position: absolute;
  border: 2px solid #456447;
}

.header-icons span:first-child::before {
  top: 5px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
}

.header-icons span:first-child::after {
  left: 6px;
  bottom: 4px;
  width: 16px;
  height: 10px;
  border-bottom: 0;
  border-radius: 999px 999px 4px 4px;
}

.header-icons span:last-child::before {
  left: 5px;
  top: 8px;
  width: 17px;
  height: 12px;
  border-top: 0;
  border-radius: 2px;
}

.header-icons span:last-child::after {
  left: 7px;
  bottom: 3px;
  width: 16px;
  height: 4px;
  border: 0;
  border-bottom: 2px dotted #456447;
}

.official-hero {
  min-height: clamp(300px, 32vw, 410px);
  padding: clamp(38px, 5vw, 68px) clamp(22px, 5vw, 72px) 64px;
}

.hero-copy {
  width: min(500px, 100%);
}

.hub-hero h1,
.page-hero h1 {
  font-size: clamp(38px, 4.5vw, 58px);
}

.hub-hero p,
.page-hero p {
  font-size: 16px;
}

.floating-trust {
  max-width: 1020px;
}

.trust-panel {
  padding: 10px 18px;
}

.trust-panel article {
  padding: 8px 14px;
}

.trust-panel .mini-icon {
  grid-row: 1 / span 2;
}

.trust-panel strong,
.trust-panel p {
  grid-column: 2;
}

.mini-icon,
.line-icon {
  position: relative;
  color: transparent;
}

.mini-icon::before,
.line-icon::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  border-left: 2px solid #315a35;
  border-bottom: 2px solid #315a35;
  transform: rotate(-45deg);
}

.band {
  width: min(calc(100% - 48px), var(--page));
  padding: clamp(24px, 3vw, 42px) 0;
}

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

.proof-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 96px;
  padding: 18px 20px;
  text-align: left;
}

.proof-grid .line-icon {
  grid-row: 1 / span 2;
}

.proof-grid h3,
.proof-grid p {
  grid-column: 2;
}

.product div:last-child {
  padding: 12px 12px 13px;
}

.products-section {
  padding-top: 18px;
}

.story-section {
  padding-top: 10px;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(24, 61, 39, 0.08);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(circle at top left, rgba(240, 179, 90, 0.18), transparent 36%),
    linear-gradient(135deg, #fffdf8 0%, #f6f0e1 100%);
  box-shadow: 0 18px 36px rgba(24, 61, 39, 0.08);
}

.story-copy h2,
.story-copy p {
  max-width: 560px;
}

.story-copy h2 {
  margin: 6px 0 10px;
}

.story-copy p:last-of-type {
  margin-bottom: 18px;
}

.story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  padding: 0 18px;
  background: #eb7926;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(235, 121, 38, 0.24);
}

.story-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.story-points article {
  min-height: 100%;
  border-radius: 18px;
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 241, 223, 0.96)),
    #fff;
  box-shadow:
    inset 0 0 0 1px rgba(24, 61, 39, 0.08),
    0 14px 28px rgba(24, 61, 39, 0.08);
}

.story-points strong {
  display: block;
  margin-bottom: 10px;
  color: #183d27;
  font-size: 20px;
  line-height: 1.2;
}

.story-points p {
  margin: 0;
  color: #526956;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .story-card {
    grid-template-columns: 1fr;
  }

  .story-points {
    grid-template-columns: 1fr;
  }
}

.support-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.support-feature {
  min-height: 270px;
  padding: 24px 28px;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 252, 245, 0.82) 52%, rgba(255, 252, 245, 0.22) 100%),
    url("../img/support-warranty.jpg") center right / cover;
}

.support-grid a {
  position: relative;
  min-height: 127px;
  padding: 22px 16px 16px 56px;
}

.support-grid a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid #9aa882;
  border-radius: 999px;
}

.support-grid a::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 29px;
  width: 7px;
  height: 5px;
  border-left: 2px solid #9aa882;
  border-bottom: 2px solid #9aa882;
  transform: rotate(-45deg);
}

.support-grid strong {
  font-size: 12px;
  line-height: 1.2;
}

.support-grid span {
  max-width: 130px;
  font-size: 10.5px;
  line-height: 1.35;
}

.identify {
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 12px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 61, 39, 0.07);
}

.about-stats {
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.about-copy {
  padding: 28px 30px;
}

.stats-grid article {
  min-height: 156px;
  padding: 24px 12px;
}

.stat-icon {
  display: none;
}

.stat-icon::before,
.stat-icon::after {
  content: "";
  position: absolute;
}

.stat-star::before {
  width: 25px;
  height: 25px;
  background: #abb45d;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}

.stat-chat::before {
  width: 28px;
  height: 20px;
  border-radius: 999px;
  background: #abb45d;
}

.stat-chat::after {
  left: 20px;
  top: 23px;
  border: 6px solid transparent;
  border-top-color: #abb45d;
}

.stat-bag::before {
  width: 24px;
  height: 25px;
  border: 3px solid #78945a;
  border-radius: 3px;
}

.stat-bag::after {
  top: 2px;
  width: 12px;
  height: 9px;
  border: 3px solid #78945a;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.stat-globe::before {
  width: 29px;
  height: 29px;
  border: 3px solid #78945a;
  border-radius: 999px;
}

.stat-globe::after {
  width: 29px;
  height: 12px;
  border-top: 2px solid #78945a;
  border-bottom: 2px solid #78945a;
}

.reviews-section {
  padding-bottom: 14px;
}

.faq-columns {
  padding-top: 4px;
  padding-bottom: 26px;
}

.faq-list summary::after,
.faq summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border-right: 2px solid #183d27;
  border-bottom: 2px solid #183d27;
  transform: rotate(45deg);
}

.scenic-newsletter {
  grid-template-columns: minmax(330px, 0.36fr) minmax(540px, 1fr);
  margin-top: 14px;
  min-height: 150px;
}

.newsletter-copy {
  padding: 28px 32px;
}

.newsletter-art {
  min-height: 150px;
}

.newsletter h2,
.newsletter p {
  max-width: 360px;
}

.scenic-newsletter h2 {
  font-size: 25px;
  line-height: 1.08;
}

.scenic-newsletter p {
  margin: 10px 0 16px;
  font-size: 13px;
}

.scenic-newsletter form {
  grid-template-columns: minmax(180px, 250px) 92px;
  gap: 10px;
  max-width: 360px;
}

.footer-benefits {
  margin-top: 28px;
}

/* Type scale normalization */
.outsunny-hub p,
.outsunny-hub li,
.outsunny-hub input,
.outsunny-hub textarea {
  font-size: 14px;
  line-height: 1.45;
}

.outsunny-hub .proof-grid p,
.outsunny-hub .trust-panel p,
.outsunny-hub .support-grid span,
.outsunny-hub .review-cards article > p:not(.stars),
.outsunny-hub .rating-summary > p,
.outsunny-hub .faq-list p,
.outsunny-hub .category-card span,
.outsunny-hub .site-footer p,
.outsunny-hub .site-footer a,
.outsunny-hub .footer-benefits small {
  font-size: 12px;
  line-height: 1.4;
}

.outsunny-hub .kicker,
.outsunny-hub .badge,
.outsunny-hub .review-cards small,
.outsunny-hub .rating-bars span,
.outsunny-hub .rating-bars b {
  font-size: 11px;
  line-height: 1.3;
}

.outsunny-hub .trust-panel strong,
.outsunny-hub .proof-grid h3,
.outsunny-hub .support-grid strong,
.outsunny-hub .category-card strong,
.outsunny-hub .product h3,
.outsunny-hub .stats-grid em,
.outsunny-hub .review-author strong,
.outsunny-hub .faq-list summary,
.outsunny-hub .footer-benefits span {
  font-size: 13px;
  line-height: 1.25;
}

.outsunny-hub .intro-section h2,
.outsunny-hub .band > h2,
.outsunny-hub .section-head h2,
.outsunny-hub .newsletter h2,
.outsunny-hub .support-feature h2,
.outsunny-hub .identify h2,
.outsunny-hub .about-stats h2 {
  font-size: 32px;
  line-height: 1.08;
}

.outsunny-hub .identify p,
.outsunny-hub .identify li,
.outsunny-hub .about-copy p {
  font-size: 14px;
  line-height: 1.45;
}

.outsunny-hub .support-feature > p:not(.kicker),
.outsunny-hub .support-feature li {
  font-size: 12px;
  line-height: 1.35;
}

.outsunny-hub .support-grid strong {
  font-size: 13px;
}

.outsunny-hub .support-grid span {
  font-size: 12px;
}

.outsunny-hub .support-layout {
  align-items: start;
  grid-template-columns: 360px minmax(0, 1fr);
}

.outsunny-hub .support-feature {
  min-height: 0;
  height: 326px;
  padding: 28px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 252, 245, 0.78) 48%, rgba(255, 252, 245, 0.14) 100%),
    url("../img/support-warranty.jpg") center right / cover;
}

.outsunny-hub .support-feature .kicker {
  margin-bottom: 8px;
  font-size: 11px;
}

.outsunny-hub .support-feature h2 {
  max-width: 250px;
  font-size: 29px;
  line-height: 1.04;
}

.outsunny-hub .support-feature > p:not(.kicker) {
  max-width: 280px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.42;
}

.outsunny-hub .support-feature ul {
  gap: 6px;
  margin: 15px 0 16px;
}

.outsunny-hub .support-feature li {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.3;
}

.outsunny-hub .support-feature li::before {
  top: 4px;
  width: 7px;
  height: 7px;
}

.outsunny-hub .support-feature .btn {
  min-height: 32px;
  padding: 8px 14px;
  font-size: 12px;
}

.outsunny-hub .support-grid {
  grid-auto-rows: 155px;
  align-items: stretch;
}

.outsunny-hub .support-grid a {
  min-height: 0;
  height: 155px;
  padding: 24px 17px 16px 58px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 140px 1fr;
  }

  .site-search,
  .shop-now {
    grid-column: span 1;
  }

  .category-nav,
  .product-grid,
  .category-grid {
    grid-template-columns: none;
  }

  .category-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .mega-menu {
    left: 0;
    columns: 3 180px;
    width: min(900px, calc(100vw - 36px));
  }

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

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

  .support-grid,
  .review-cards,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .top-utility {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .site-header,
  .official-hero,
  .support-layout,
  .identify,
  .about-stats,
  .review-layout {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    gap: 12px;
  }

  .category-nav {
    order: 4;
  }

  .mega-trigger {
    position: static;
  }

  .mega-menu {
    left: 14px;
    right: 14px;
    top: 100%;
    columns: 1;
    width: auto;
    max-height: 70vh;
    overflow-y: auto;
    padding: 22px;
  }

  .site-search {
    grid-column: 1;
  }

  .hub-hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .floating-trust {
    margin: 16px 18px 0;
  }

  .trust-panel,
  .proof-grid,
  .category-grid,
  .product-grid,
  .support-grid,
  .stats-grid,
  .review-cards,
  .faq-list,
  .check-list,
  .footer-benefits,
  .site-footer,
  .footer-bottom,
  .newsletter form,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .scenic-newsletter {
    grid-template-columns: 1fr;
  }

  .newsletter-copy {
    padding: 26px;
  }

  .newsletter-art {
    min-height: 150px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    gap: 10px;
  }
}

/* Last-pass type scale: keep all repeated modules visually consistent. */
body.outsunny-hub {
  font-size: 14px;
}

.outsunny-hub p,
.outsunny-hub li,
.outsunny-hub summary,
.outsunny-hub input,
.outsunny-hub textarea {
  font-size: 14px;
  line-height: 1.45;
}

.outsunny-hub .trust-panel p,
.outsunny-hub .proof-grid p,
.outsunny-hub .support-grid span,
.outsunny-hub .review-cards article > p:not(.stars),
.outsunny-hub .faq-list p,
.outsunny-hub .category-card span,
.outsunny-hub .site-footer p,
.outsunny-hub .site-footer a {
  font-size: 13px;
  line-height: 1.4;
}

.outsunny-hub .trust-panel strong,
.outsunny-hub .proof-grid h3,
.outsunny-hub .support-grid strong,
.outsunny-hub .category-card strong,
.outsunny-hub .product h3,
.outsunny-hub .faq-list summary,
.outsunny-hub .stats-grid em {
  font-size: 14px;
  line-height: 1.25;
}

.outsunny-hub .kicker,
.outsunny-hub .badge,
.outsunny-hub .review-cards small,
.outsunny-hub .review-author em,
.outsunny-hub .rating-bars span,
.outsunny-hub .rating-bars b,
.outsunny-hub .footer-benefits small {
  font-size: 11px;
  line-height: 1.3;
}

.outsunny-hub .intro-section h2,
.outsunny-hub .section-head h2,
.outsunny-hub .support-feature h2,
.outsunny-hub .identify h2,
.outsunny-hub .about-stats h2 {
  font-size: 32px;
  line-height: 1.08;
}

.outsunny-hub .newsletter h2 {
  font-size: 25px;
  line-height: 1.08;
}

.outsunny-hub .faq-list p,
.outsunny-hub .faq p {
  padding: 10px 18px 16px;
}

/* Category commerce page */
.category-breadcrumb {
  padding-top: 18px;
  padding-bottom: 10px;
  color: #6a7a68;
  font-size: 12px;
}

.category-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.category-breadcrumb span::before {
  content: ">";
  margin: 0 8px;
}

.category-hero-pro {
  position: relative;
  min-height: 350px;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf8;
}

.category-hero-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 252, 245, 1) 0%, rgba(255, 252, 245, 0.96) 33%, rgba(255, 252, 245, 0.34) 57%, rgba(255, 252, 245, 0) 76%);
}

.category-hero-pro::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 30px;
  bottom: 24px;
  z-index: 0;
  width: min(58%, 720px);
  pointer-events: none;
  background: var(--category-bg) center / contain no-repeat;
}

.category-hero-copy {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  padding: 58px 38px 34px;
}

.category-hero-copy h1 {
  margin: 0;
  color: #183d27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.05;
}

.category-hero-copy p {
  margin: 16px 0 0;
}

.category-hero-copy .hero-subtitle {
  color: #183d27;
  font-weight: 800;
}

.category-hero-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 26px;
  max-width: 360px;
}

.category-hero-features span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  column-gap: 8px;
  color: #456447;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
}

.category-hero-features span::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background: #5f7f4f;
  -webkit-mask: var(--feature-icon) center / 20px 20px no-repeat;
  mask: var(--feature-icon) center / 20px 20px no-repeat;
}

.category-hero-features span:nth-child(1) {
  --feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.category-hero-features span:nth-child(2) {
  --feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 9V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v2'/%3E%3Cpath d='M3 11v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5'/%3E%3Cpath d='M5 18v2M19 18v2'/%3E%3Cpath d='M3 11a2 2 0 0 1 4 0v1h10v-1a2 2 0 0 1 4 0'/%3E%3C/svg%3E");
}

.category-hero-features span:nth-child(3) {
  --feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94z'/%3E%3C/svg%3E");
}

.category-hero-features span:nth-child(4) {
  --feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3'/%3E%3Cpath d='M14 9h4l4 4v4h-3'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='2.5'/%3E%3C/svg%3E");
}

.category-style-section {
  padding-top: 28px;
}

.category-style-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.style-mode .category-style-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.category-style-card {
  display: grid;
  justify-items: center;
  min-height: 126px;
  border: 1px solid rgba(24, 61, 39, 0.11);
  border-radius: 9px;
  padding: 10px 8px;
  background: #fff;
  color: #183d27;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(24, 61, 39, 0.06);
}

.category-style-card img {
  width: 100%;
  max-width: 92px;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.category-style-card strong {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
}

.category-style-card span {
  color: #647260;
  font-size: 11px;
}

.style-mode .category-style-card {
  justify-items: start;
  min-height: 250px;
  padding: 12px;
  text-align: left;
}

.style-mode .category-style-card img {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 0.78;
  object-fit: contain;
  background: #fff;
}

.style-mode .category-style-card strong {
  margin-top: 12px;
  font-size: 14px;
}

.style-mode .category-style-card p {
  margin: 8px 0 10px;
  color: #526956;
  font-size: 12px;
  line-height: 1.35;
}

.style-mode .category-style-card span {
  margin-top: auto;
  color: #e37124;
  font-size: 12px;
  font-weight: 900;
}

.category-commerce {
  display: block;
}

.category-filter {
  position: sticky;
  top: 16px;
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 10px;
  padding: 18px 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 61, 39, 0.06);
}

.filter-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.filter-head a,
.clear-filter {
  color: #456447;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.category-filter details {
  border-top: 1px solid rgba(24, 61, 39, 0.09);
  padding: 12px 0;
}

.category-filter summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.category-filter label {
  display: block;
  margin-top: 9px;
  color: #4b5e50;
  font-size: 12px;
}

.category-filter input[type="checkbox"] {
  accent-color: #eb7926;
}

.color-dots {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.color-dots span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #d9d9d9;
  box-shadow: inset 0 0 0 1px rgba(24, 61, 39, 0.18);
}

.color-dots span:nth-child(2) { background: #345d7d; }
.color-dots span:nth-child(3) { background: #123c17; }
.color-dots span:nth-child(4) { background: #4f8a6a; }
.color-dots span:nth-child(5) { background: #7c6046; }
.color-dots span:nth-child(6) { background: #6d7064; }

.category-filter input[type="range"] {
  width: 100%;
  accent-color: #eb7926;
}

.price-range {
  display: flex;
  justify-content: space-between;
  color: #647260;
  font-size: 11px;
}

.category-filter button {
  width: 100%;
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: #245329;
  color: #fff;
  font-weight: 900;
}

.clear-filter {
  display: block;
  margin-top: 12px;
  text-align: center;
}

.result-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.result-toolbar select {
  min-height: 34px;
  border: 1px solid rgba(24, 61, 39, 0.18);
  border-radius: 7px;
  padding: 0 12px;
  background: #fff;
}

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

.category-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 9px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(24, 61, 39, 0.06);
}

.category-product .product-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.category-product .product-image-link {
  display: grid;
  place-items: center;
  width: 100%;
  overflow: hidden;
}

.category-product img {
  width: 100%;
  padding: 8px;
  aspect-ratio: 1.25 / 1;
  object-fit: contain;
  background: #fff;
  box-sizing: border-box;
  transition: transform 180ms ease;
}

.category-product .product-image-link:hover img,
.category-product .product-image-link:focus-visible img {
  transform: scale(1.025);
}

.category-product .product-image button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #456447;
  font-size: 18px;
}

.category-product h3 {
  flex: 1;
  min-height: 64px;
  margin: 8px 0;
  font-size: 13px;
  line-height: 1.3;
}

.category-product .price {
  font-size: 15px;
}

.category-product .product-btn {
  margin-top: auto;
}

.load-more {
  display: block;
  min-width: 170px;
  min-height: 38px;
  margin: 22px auto 0;
  border: 1px solid rgba(24, 61, 39, 0.2);
  border-radius: 7px;
  background: #fff;
  color: #183d27;
  font-weight: 900;
}

.category-promo {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 22px;
  align-items: center;
  border-radius: 12px;
  padding: 26px 34px;
  background:
    linear-gradient(90deg, rgba(242, 238, 216, 0.98), rgba(242, 238, 216, 0.78)),
    url("../img/product-gazebo.jpg") center right / contain no-repeat;
}

.category-promo h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
}

.category-promo nav,
.category-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-promo nav a {
  display: block;
  color: #183d27;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.category-promo nav span {
  display: block;
  margin-top: 8px;
  color: #456447;
  font-size: 12px;
}

.category-seo-body:empty {
  display: none;
}

.category-seo-body {
  position: relative;
  width: min(calc(100% - 48px), var(--page));
  max-width: var(--page);
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 10px;
  padding: 28px 32px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 61, 39, 0.055);
}

.category-seo-body-inner {
  transition: max-height 0.32s ease;
}

.category-seo-body.is-collapsed .category-seo-body-inner {
  max-height: var(--category-collapsed-height, 520px);
  overflow: hidden;
}

.category-seo-body.is-expanded .category-seo-body-inner {
  max-height: none;
}

.category-seo-fade {
  display: none;
}

.category-seo-body.is-collapsed:not(.is-short) .category-seo-fade {
  display: block;
  position: absolute;
  right: 1px;
  bottom: 78px;
  left: 1px;
  height: 120px;
  pointer-events: none;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 72%);
}

.category-seo-toggle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  padding: 11px 22px;
  background: #ef6f1a;
  color: #073522;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(239, 111, 26, 0.18);
}

.category-seo-toggle:hover,
.category-seo-toggle:focus-visible {
  background: #d95f10;
  color: #fff;
}

.category-seo-toggle[hidden],
.category-seo-body.is-short .category-seo-fade {
  display: none;
}

.category-seo-body h2,
.category-seo-body h3 {
  margin-top: 0;
  color: #183d27;
  font-family: Georgia, "Times New Roman", serif;
}

.category-seo-body a {
  color: #245329;
  font-weight: 800;
}

.category-guides h2,
.category-faq h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

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

.category-guide-grid article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 9px;
  padding: 12px;
  background: #fff;
}

.category-guide-grid img {
  width: 92px;
  height: 92px;
  border-radius: 7px;
  object-fit: cover;
}

.category-guide-grid h3 {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.25;
}

.category-guide-grid p {
  margin: 0 0 8px;
  color: #657162;
  font-size: 12px;
}

.category-guide-grid a {
  color: #245329;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.category-benefits {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: 10px;
  padding: 18px 24px;
  background: #f5ecd4;
}

.category-benefits span {
  display: block;
  padding-left: 30px;
  color: #183d27;
  font-weight: 900;
}

.category-benefits small {
  display: block;
  color: #647260;
  font-weight: 700;
}

.category-faq {
  position: relative;
}

@media (max-width: 1180px) {
  .category-style-row,
  .category-product-grid,
  .category-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-mode .category-style-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-commerce {
    grid-template-columns: 1fr;
  }

  .category-filter {
    position: static;
  }

}

@media (max-width: 760px) {
  .category-hero-pro {
    min-height: 620px;
  }

  .category-hero-pro::before {
    background: linear-gradient(180deg, rgba(255, 252, 245, 1) 0%, rgba(255, 252, 245, 0.98) 52%, rgba(255, 252, 245, 0.38) 70%, rgba(255, 252, 245, 0) 88%);
  }

  .category-hero-pro::after {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    height: 280px;
  }

  .category-hero-copy {
    padding: 36px 24px 290px;
  }

  .category-hero-copy h1 {
    font-size: 38px;
  }

  .category-style-row,
  .category-product-grid,
  .category-promo,
  .category-promo nav,
  .category-guide-grid,
  .category-benefits {
    grid-template-columns: 1fr;
  }

  .style-mode .category-style-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .category-hero-features {
    grid-template-columns: 1fr;
  }
}

/* Match top and bottom containers to the same page width as the main modules. */
.outsunny-hub .top-utility,
.outsunny-hub .site-header,
.outsunny-hub .official-hero,
.outsunny-hub .footer-benefits,
.outsunny-hub .site-footer,
.outsunny-hub .footer-bottom {
  width: min(calc(100% - 48px), var(--page));
  margin-left: auto;
  margin-right: auto;
}

.outsunny-hub .top-utility,
.outsunny-hub .site-header,
.outsunny-hub .official-hero {
  overflow: hidden;
}

.outsunny-hub .top-utility {
  margin-top: 0;
}

.outsunny-hub .official-hero {
  border-radius: 0;
}

.outsunny-hub .site-header {
  grid-template-columns: 118px minmax(0, 1fr) minmax(210px, 250px) auto auto;
  gap: 12px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.outsunny-hub .brand img {
  width: 104px;
}

.outsunny-hub .category-nav {
  gap: clamp(14px, 1.5vw, 20px);
  font-size: 12px;
  min-width: 0;
  justify-content: center;
  padding-inline: clamp(16px, 2vw, 36px);
  overflow: visible;
}

.outsunny-hub .site-search {
  min-width: 0;
  width: 100%;
}

.outsunny-hub .language-switcher,
.outsunny-hub .shop-now {
  justify-self: start;
}

@media (max-width: 980px) {
  .outsunny-hub .site-header {
    grid-template-columns: 104px minmax(0, 1fr) auto auto;
  }

  .outsunny-hub .category-nav {
    grid-column: 2 / 5;
    grid-row: 2;
    justify-content: flex-start;
    padding-inline: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .outsunny-hub .site-search {
    grid-column: 2;
    grid-row: 1;
  }

  .outsunny-hub .language-switcher {
    grid-column: 3;
    grid-row: 1;
  }

  .outsunny-hub .shop-now {
    grid-column: 4;
    grid-row: 1;
  }
}

/* Keep the warranty/support block from clipping the CTA. */
.outsunny-hub .support-feature {
  height: 352px;
}

.outsunny-hub .support-feature ul {
  margin: 12px 0 13px;
  gap: 5px;
}

.outsunny-hub .support-feature .btn {
  position: relative;
  z-index: 2;
}

.outsunny-hub .support-grid {
  grid-auto-rows: 170px;
}

.outsunny-hub .support-grid a {
  height: 170px;
}

/* Content pages: privacy, about, contact, policies, and support. */
.page-shell {
  padding-top: 22px;
}

.content-page-hero {
  position: relative;
  width: min(calc(100% - 48px), var(--page));
  min-height: 390px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(24, 61, 39, 0.1);
  border-radius: 8px;
  background: #f4f0e4;
}

.content-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(250, 247, 237, 0.98) 0%, rgba(250, 247, 237, 0.92) 37%, rgba(250, 247, 237, 0.22) 65%, rgba(250, 247, 237, 0) 100%);
  content: "";
  pointer-events: none;
}

.content-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-page-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(52%, 610px);
  min-height: 390px;
  padding: 48px 54px;
}

.content-page-hero-copy h1 {
  max-width: 650px;
  margin: 8px 0 12px;
  color: #103f26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

.content-page-hero-copy > p:not(.kicker) {
  max-width: 510px;
  margin: 0;
  color: #294b35;
  font-size: 17px;
  line-height: 1.65;
}

.page-meta {
  align-self: flex-start;
  margin-top: 20px;
  border-radius: 6px;
  padding: 9px 13px;
  background: rgba(230, 235, 215, 0.92);
  color: #31533c;
  font-size: 13px;
  font-weight: 800;
}

.content-page-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  padding-top: 0;
}

.page-toc {
  position: sticky;
  top: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  padding: 18px 14px;
  background: #fbfaf4;
  box-shadow: 0 14px 35px rgba(39, 57, 38, 0.07);
}

.page-toc strong {
  margin: 0 8px 10px;
  color: #183d27;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-toc a {
  border-radius: 6px;
  padding: 9px 10px;
  color: #48604e;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.page-toc a:hover,
.page-toc a:focus-visible {
  background: #e9eedc;
  color: #123e24;
}

.page-content {
  min-width: 0;
}

.page-overview {
  scroll-margin-top: 24px;
}

.page-overview .section-head {
  margin-bottom: 16px;
}

.page-overview .section-head h2,
.page-article-section h2,
.page-contact-panel h2,
.page-help-panel h2 {
  margin: 0 0 8px;
  color: #103f26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.08;
}

.page-overview .section-head p,
.page-article-section p,
.page-contact-panel p,
.page-help-panel p {
  margin: 0;
  color: #48604e;
  font-size: 15px;
  line-height: 1.7;
}

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

.page-summary-grid article {
  min-height: 190px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  padding: 22px 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(39, 57, 38, 0.06);
}

.page-card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid #769565;
  border-radius: 50%;
  background: #f0f3e6;
  color: #2d5a37;
  font-weight: 900;
}

.page-summary-grid h3 {
  margin: 0 0 8px;
  color: #123e24;
  font-size: 15px;
  line-height: 1.3;
}

.page-summary-grid p {
  margin: 0;
  color: #536657;
  font-size: 13px;
  line-height: 1.6;
}

.page-article {
  padding: 34px 0 8px;
}

.page-article h2 {
  scroll-margin-top: 24px;
  margin: 0 0 10px;
  color: #103f26;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
}

.page-article h2:not(:first-child) {
  margin-top: 30px;
  border-top: 1px solid rgba(24, 61, 39, 0.1);
  padding-top: 28px;
}

.page-article p,
.page-article li {
  color: #48604e;
  font-size: 15px;
  line-height: 1.75;
}

.page-article-section {
  scroll-margin-top: 24px;
  padding: 0 0 30px;
}

.page-article-section + .page-article-section {
  border-top: 1px solid rgba(24, 61, 39, 0.1);
  padding-top: 28px;
}

.page-contact-panel,
.page-help-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 28px;
  margin: 20px 0 30px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(120deg, #f5efd9, #fff);
}

.page-contact-panel .contact-form {
  max-width: none;
}

.page-contact-panel .contact-form button {
  grid-column: 1 / -1;
}

.page-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 30px;
}

.page-review-grid article {
  min-height: 180px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.page-review-grid strong {
  display: block;
  margin-bottom: 12px;
  color: #123e24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.page-review-grid span {
  color: #ed780f;
}

.page-content > .faq,
.page-content > .band {
  width: 100%;
  margin: 18px 0 30px;
}

.page-help-panel {
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
}

.page-help-panel img {
  width: 150px;
  height: 108px;
  border-radius: 7px;
  object-fit: cover;
}

.page-help-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 210px;
}

.page-help-actions .btn {
  justify-content: center;
  text-align: center;
}

.page-shell > .newsletter {
  width: min(calc(100% - 48px), var(--page));
  margin: 28px auto 0;
}

.article-shell {
  padding-bottom: 16px;
}

.article-breadcrumb,
.article-hero,
.article-content-layout,
.article-shell > .articles,
.article-shell > .newsletter {
  width: min(calc(100% - 48px), var(--page));
  margin-right: auto;
  margin-left: auto;
}

.article-breadcrumb {
  padding-top: 18px;
  padding-bottom: 12px;
  color: #6a7a68;
  font-size: 12px;
}

.article-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.article-breadcrumb span::before {
  content: ">";
  margin: 0 8px;
}

.article-hero {
  position: relative;
  display: grid;
  min-height: 520px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 1) 0%, rgba(255, 252, 245, 0.97) 33%, rgba(255, 252, 245, 0.4) 56%, rgba(255, 252, 245, 0) 77%),
    var(--article-hero) right center / cover no-repeat,
    #fffdf8;
}

.article-hero-copy {
  position: relative;
  z-index: 1;
  width: min(530px, 100%);
  padding: 68px 28px 42px 40px;
}

.article-hero-copy .kicker {
  margin: 0 0 16px;
  color: #4e7447;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero-copy h1 {
  margin: 0;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
}

.article-hero-copy > p:not(.kicker) {
  margin: 20px 0 0;
  color: #35503b;
  font-size: 16px;
  line-height: 1.7;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.article-author-chip {
  display: inline-grid;
  grid-template-columns: 52px auto;
  align-items: center;
  gap: 12px;
}

.article-author-chip img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-chip strong,
.article-author-profile strong {
  display: block;
  color: #173d25;
  font-size: 14px;
}

.article-author-chip span,
.article-author-profile span {
  display: block;
  color: #5b6f60;
  font-size: 12px;
  line-height: 1.45;
}

.article-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.88);
  color: #46614c;
  font-size: 13px;
  font-weight: 700;
}

.article-content-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 24px;
}

.article-toc-panel {
  position: sticky;
  top: 112px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 10px;
  padding: 20px 18px;
  background: linear-gradient(180deg, #fffefb, #fbf8ee);
  box-shadow: 0 18px 40px rgba(39, 57, 38, 0.05);
}

.article-toc-panel strong {
  display: block;
  margin-bottom: 14px;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  text-align: left;
}

.article-toc-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.article-toc-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(24, 61, 39, 0.1);
  color: #36513b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
}

.article-toc-links a:last-child {
  border-bottom: 0;
}

.article-toc-links a span {
  flex: 0 0 auto;
  color: #173d25;
}

.article-prose {
  min-width: 0;
  padding: 0 0 6px;
}

.article-prose > :first-child {
  margin-top: 0;
}

.article-prose h2 {
  scroll-margin-top: 24px;
  margin: 28px 0 12px;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.08;
}

.article-prose h3 {
  margin: 22px 0 10px;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.18;
}

.article-prose p,
.article-prose li {
  color: #35503b;
  font-size: 17px;
  line-height: 1.8;
}

.article-prose ul,
.article-prose ol {
  margin: 14px 0 18px;
  padding-left: 22px;
}

.article-prose blockquote {
  position: relative;
  margin: 24px 0;
  border: 1px solid rgba(24, 61, 39, 0.08);
  border-radius: 10px;
  padding: 22px 24px 22px 68px;
  background: linear-gradient(180deg, #fbf8ee, #fffdf8);
  box-shadow: 0 16px 38px rgba(39, 57, 38, 0.05);
  color: #25442d;
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
}

.article-prose blockquote p {
  margin: 0;
}

.article-prose blockquote::before {
  content: "“";
  position: absolute;
  top: 14px;
  left: 24px;
  color: #4e7447;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
}

.article-prose img {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.article-prose figure,
.article-prose .wp-block-image {
  margin: 24px 0;
}

.article-prose .alignright,
.article-prose .wp-block-image.alignright {
  float: right;
  width: min(42%, 360px);
  margin: 6px 0 18px 28px;
}

.article-prose .alignleft,
.article-prose .wp-block-image.alignleft {
  float: left;
  width: min(42%, 360px);
  margin: 6px 28px 18px 0;
}

.article-prose::after {
  content: "";
  display: block;
  clear: both;
}

.article-author-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 34px;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 10px;
  padding: 22px 24px;
  background: linear-gradient(180deg, #fffefb, #fbf8ee);
}

.article-author-profile {
  grid-template-columns: 68px auto;
}

.article-author-profile img {
  width: 68px;
  height: 68px;
}

.article-author-card p {
  margin: 0;
  color: #4c6351;
  font-size: 14px;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.article-tags strong {
  color: #173d25;
  font-size: 13px;
}

.article-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0 12px;
  background: #f2f4eb;
  color: #46614c;
  font-size: 12px;
  font-weight: 700;
}

.articles {
  padding-top: 18px;
}

.articles h2 {
  margin: 0 0 18px;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

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

.tile {
  overflow: hidden;
  border: 1px solid rgba(24, 61, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(39, 57, 38, 0.05);
}

.tile img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.58;
  object-fit: cover;
}

.tile > div,
.tile > :not(img) {
  padding: 16px 16px 18px;
}

.tile h3 {
  margin: 0 0 10px;
  color: #173d25;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.3;
}

.tile p {
  margin: 0 0 14px;
  color: #4c6351;
  font-size: 14px;
  line-height: 1.65;
}

.text-link {
  color: #ea771f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 980px) {
  .article-content-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .article-hero {
    min-height: 480px;
    background:
      linear-gradient(180deg, rgba(255, 252, 245, 1) 0%, rgba(255, 252, 245, 0.95) 55%, rgba(255, 252, 245, 0.18) 100%),
      var(--article-hero) center / cover no-repeat,
      #fffdf8;
  }

  .article-hero-copy {
    width: 100%;
    padding: 40px 28px 250px;
  }

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

  .article-author-card,
  .tile-grid {
    grid-template-columns: 1fr;
  }

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

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

  .page-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-toc strong {
    grid-column: 1 / -1;
  }

  .page-contact-panel,
  .page-help-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .article-breadcrumb,
  .article-hero,
  .article-content-layout,
  .article-prose,
  .article-shell > .articles,
  .article-shell > .newsletter {
    width: calc(100% - 24px);
  }

  .article-hero {
    min-height: 460px;
    margin-bottom: 18px;
  }

  .article-hero-copy {
    padding: 34px 24px 200px;
  }

  .article-hero-copy h1 {
    font-size: 48px;
  }

  .article-meta-row {
    align-items: stretch;
  }

  .article-author-chip {
    width: 100%;
  }

  .article-meta-pill {
    min-height: 38px;
  }

  .article-content-layout {
    gap: 18px;
  }

  .article-toc-panel {
    position: static;
    padding: 18px;
  }

  .article-prose h2 {
    font-size: 32px;
  }

  .article-prose h3 {
    font-size: 24px;
  }

  .article-prose p,
  .article-prose li {
    font-size: 16px;
  }

  .article-prose .alignleft,
  .article-prose .alignright,
  .article-prose .wp-block-image.alignleft,
  .article-prose .wp-block-image.alignright {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .article-author-card {
    grid-template-columns: 1fr;
    padding: 20px 18px;
  }

  .articles h2 {
    font-size: 30px;
  }

  .outsunny-hub .top-utility,
  .outsunny-hub .site-header {
    width: 100%;
  }

  .outsunny-hub .top-utility {
    justify-content: center;
    gap: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .outsunny-hub .top-utility span:nth-child(n + 3) {
    display: none;
  }

  .outsunny-hub .site-header {
    grid-template-columns: 104px minmax(0, 1fr) 88px;
    gap: 8px;
    padding: 10px 12px;
  }

  .outsunny-hub .brand img {
    width: 96px;
  }

  .outsunny-hub .category-nav {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
    gap: 0;
    min-width: 0;
    order: initial;
  }

  .outsunny-hub .category-nav > a {
    display: none;
  }

  .outsunny-hub .mega-trigger button {
    max-width: 142px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .outsunny-hub .site-search {
    display: none;
  }

  .outsunny-hub .shop-now {
    grid-column: 3;
    grid-row: 1;
    width: 88px;
    min-width: 0;
    padding: 10px 8px;
    font-size: 13px;
    order: initial;
    white-space: nowrap;
  }

  .page-shell {
    padding-top: 12px;
  }

  .content-page-hero {
    width: calc(100% - 24px);
    min-height: 450px;
    margin-bottom: 20px;
  }

  .content-page-hero::after {
    background: linear-gradient(180deg, rgba(250, 247, 237, 0.98) 0%, rgba(250, 247, 237, 0.92) 56%, rgba(250, 247, 237, 0.25) 100%);
  }

  .content-page-hero > img {
    object-position: 64% center;
  }

  .content-page-hero-copy {
    justify-content: flex-start;
    width: 100%;
    min-height: 450px;
    padding: 34px 24px;
  }

  .content-page-hero-copy h1 {
    font-size: 42px;
  }

  .content-page-layout {
    width: calc(100% - 24px);
    padding: 0;
  }

  .page-summary-grid,
  .page-review-grid,
  .page-toc {
    grid-template-columns: 1fr;
  }

  .page-summary-grid article {
    min-height: 0;
  }

  .page-contact-panel {
    padding: 22px 18px;
  }

  .page-contact-panel .contact-form {
    grid-template-columns: 1fr;
  }

  .page-contact-panel .contact-form textarea,
  .page-contact-panel .contact-form button {
    grid-column: 1;
  }

  .page-help-panel img {
    width: 100%;
    height: 150px;
  }

  .page-help-actions {
    width: 100%;
    min-width: 0;
  }

  .page-shell > .newsletter {
    width: calc(100% - 24px);
  }
}
