:root {
  --ink:#112e2b;
  --muted:#4d605e;
  --paper:#faf9f6;
  --soft:#f4f2ed;
  --line:#e5e5de;
  --white:#fff;
  --radius:10px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:28px;
}

body.site-body {
  margin:0;
  display:flex;
  flex-direction:column;
  min-height:100vh;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.5;
}

main {
  flex:1;
}

button,input,select,summary {
  font:inherit;
}

a,button,summary,input,select {
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible {
  outline:2px solid #426e5b;
  outline-offset:5px;
}

h1,h2,h3,p {
  margin-top:0;
}

.shell {
  width:calc(100% - 112px);
  max-width:1280px;
  margin-inline:auto;
}

.ui-icon {
  width:24px;
  height:24px;
  flex-shrink:0;
  display:inline-block;
  vertical-align:middle;
}

.site-header {
  height:116px;
  background:var(--paper);
  position:relative;
  z-index:20;
}

.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  gap:52px;
}

.wordmark {
  font-size:32px;
  font-weight:700;
  letter-spacing:-1.2px;
  line-height:1.1;
}

.brand-link {
  display:inline-flex;
  flex-shrink:0;
  align-items:center;
}

.brand-logo {
  display:block;
  width:108px;
  height:108px;
  object-fit:contain;
}

.site-footer .brand-logo {
  width:120px;
  height:120px;
}

.brand-logo-monochrome {
  filter:brightness(0);
}

@media(max-width:800px) {
  .site-header .brand-logo {
    width:88px;
    height:88px;
  }
}

.desktop-nav {
  display:flex;
  align-items:center;
  gap:35px;
  font-size:14px;
}

.desktop-nav a:hover,.goals-menu summary:hover {
  color:#547565;
}

.header-actions {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:28px;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:15px 24px;
  border:1px solid var(--ink);
  border-radius:12px;
  color:white;
  background:var(--ink);
  font-size:15px;
  font-weight:500;
  line-height:1.4;
  cursor:pointer;
  transition:background .18s,transform .18s;
}

.button:hover {
  background:#244c40;
  transform:translateY(-1px);
}

.header-cta {
  font-size:13px;
  padding:12px 20px;
}

.button .ui-icon {
  width:19px;
  height:19px;
}

.search-link {
  display:inline-flex;
  padding:5px;
}

.search-link .ui-icon {
  width:21px;
}

.goals-menu {
  position:relative;
}

.goals-menu summary {
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:5px;
}

.goals-menu summary::-webkit-details-marker,.mobile-navigation summary::-webkit-details-marker {
  display:none;
}

.goals-menu .ui-icon {
  width:14px;
  height:14px;
}

.goals-dropdown {
  position:absolute;
  left:-20px;
  top:32px;
  width:245px;
  padding:12px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  box-shadow:0 14px 35px #112e2b15;
}

.goals-dropdown a {
  display:block;
  padding:8px;
  border-radius:5px;
}

.goals-dropdown a:hover {
  background:var(--soft);
}

.mobile-navigation {
  display:none;
}

.home-hero {
  position:relative;
  min-height:520px;
  overflow:hidden;
}

.hero-photo {
  position:absolute;
  width:100%;
  height:100%;
  inset:0;
  object-fit:cover;
  object-position:center 25%;
}

.hero-content {
  position:relative;
  padding-top:52px;
  padding-bottom:32px;
}

.eyebrow {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:3.5px;
  font-weight:500;
  margin:0 0 12px;
  line-height:1.5;
}

.home-hero h1 {
  font-size:clamp(48px,5.15vw,76px);
  letter-spacing:-1.7px;
  line-height:1.02;
  font-weight:700;
  margin:0 0 20px;
}

.hero-description {
  font-size:18px;
  line-height:1.4;
  color:#102426;
  max-width:46%;
  margin-bottom:25px;
}

.hero-button {
  font-size:16px;
  padding:15px 25px;
}

.trust-row {
  display:flex;
  gap:32px;
  margin-top:37px;
  max-width:470px;
}

.trust-row>div {
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:12px;
  text-align:center;
  font-size:11px;
  color:#142426;
  flex:1;
}

.trust-row .ui-icon {
  width:32px;
  height:32px;
}

.hero-note {
  position:absolute;
  right:4%;
  top:54px;
  font:italic 25px/1.25 "Segoe Print","Bradley Hand",cursive;
  transform:rotate(-11deg);
  color:#26342f;
}

.hero-note:after {
  content:"";
  display:block;
  border-bottom:1px solid;
  margin-top:12px;
  width:56px;
}

.goal-strip {
  background:var(--soft);
}

.goal-list {
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-block:34px;
  overflow-x:auto;
  scrollbar-width:thin;
}

.goal-item {
  display:flex;
  flex:1;
  min-width:96px;
  flex-direction:column;
  align-items:center;
  gap:14px;
  text-align:center;
  font-size:12px;
  line-height:1.3;
  transition:color .15s;
}

.goal-item:hover {
  color:#628370;
}

.goal-item .ui-icon {
  width:34px;
  height:34px;
}

.featured-section {
  padding-block:38px 32px;
}

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

.section-heading h2 {
  font-size:32px;
  line-height:1.2;
  letter-spacing:-.65px;
  font-weight:600;
  margin:0 0 7px;
}

.section-heading p:not(.eyebrow) {
  font-size:17px;
  color:var(--muted);
  margin-bottom:0;
}

.section-heading .eyebrow {
  margin-bottom:6px;
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:underline;
  text-underline-offset:5px;
  text-decoration-color:#8b9994;
  font-size:13px;
  white-space:nowrap;
}

.text-link .ui-icon {
  width:17px;
  height:17px;
}

.text-link:hover {
  text-decoration-color:var(--ink);
}

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

.product-card {
  overflow:hidden;
  background:#ffffff65;
  border:1px solid var(--line);
  border-radius:var(--radius);
  display:flex;
  flex-direction:column;
  box-shadow:0 3px 12px #18372d03;
  transition:box-shadow .2s,border-color .2s;
}

.product-card:hover {
  border-color:#bdc9c1;
  box-shadow:0 5px 18px #18372d0b;
}

.product-image-link {
  display:block;
  height:190px;
  background:#fff;
}

.product-image {
  width:100%;
  height:100%;
  object-fit:contain;
  padding:12px;
}

.product-image-empty {
  height:100%;
  display:flex;
  gap:16px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:var(--muted);
  font-size:12px;
}

.product-image-empty .ui-icon {
  width:44px;
  height:44px;
}

.product-card-content {
  padding:16px 20px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.product-category {
  font-size:9px;
  letter-spacing:1.3px;
  line-height:1.5;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 8px;
}

.product-card h3 {
  font-size:16px;
  font-weight:500;
  line-height:1.3;
  margin-bottom:8px;
  letter-spacing:-.2px;
}

.product-summary {
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin-bottom:12px;
}

.product-link {
  font-weight:600;
  margin-top:auto;
  padding-top:16px;
  align-self:flex-start;
}

.rating {
  display:flex;
  gap:8px;
  align-items:center;
  color:var(--muted);
  font-size:12px;
  line-height:1;
}

.rating-stars {
  position:relative;
  font-size:19px;
  letter-spacing:1px;
  line-height:1.2;
  display:inline-block;
}

.rating-empty {
  color:#deded7;
}

.rating-filled {
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
  white-space:nowrap;
  color:#eea32b;
}

.guides-banner {
  position:relative;
  overflow:hidden;
  min-height:345px;
}

.banner-photo {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
}

.guides-banner-inner {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-block:40px;
}

.guides-copy {
  color:white;
  max-width:420px;
}

.guides-copy h2 {
  font-size:36px;
  line-height:1.15;
  font-weight:600;
  letter-spacing:-.5px;
  margin:0 0 14px;
}

.guides-copy>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.4;
  margin-bottom:20px;
}

.button-light {
  background:var(--paper);
  border-color:var(--paper);
  color:var(--ink);
}

.button-light:hover {
  background:white;
}

.guide-points {
  display:flex;
  flex-direction:column;
  gap:24px;
  margin:0;
  padding:0;
  list-style:none;
  color:#142724;
  font-size:13px;
  align-self:flex-start;
  padding-top:30px;
}

.guide-points li {
  display:flex;
  align-items:center;
  gap:15px;
}

.guide-points .ui-icon {
  width:23px;
  height:23px;
}

.mission-section {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-block:32px 38px;
}

.mission-section .eyebrow {
  margin-bottom:8px;
}

.mission-section h2 {
  font-size:23px;
  line-height:1.4;
  letter-spacing:-.4px;
  font-weight:400;
  margin:0;
}

.site-footer {
  border-top:1px solid var(--line);
  background:var(--soft);
  font-size:13px;
  color:var(--muted);
}

.footer-inner {
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:30px;
  padding-block:40px;
}

.footer-inner .wordmark {
  color:var(--ink);
  font-size:28px;
}

.footer-inner p {
  margin:12px 0 0;
}

.footer-inner nav {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-inner nav a:hover {
  text-decoration:underline;
}

.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  gap:32px;
  justify-content:space-between;
  padding-block:18px;
  font-size:11px;
}

.footer-bottom p {
  margin:0;
}

.page-section {
  padding-block:38px 70px;
  min-height:60vh;
}

.page-heading {
  max-width:830px;
  margin-bottom:40px;
}

.page-heading h1 {
  font-size:48px;
  font-weight:600;
  letter-spacing:-1.5px;
  line-height:1.1;
  margin:0 0 16px;
}

.page-heading>p:not(.eyebrow) {
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
  margin:0;
}

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

.category-card {
  padding:30px 0;
  border-top:1px solid var(--line);
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:12px;
}

.category-card>.ui-icon {
  width:36px;
  height:36px;
  margin-bottom:6px;
}

.category-card h3 {
  font-size:23px;
  font-weight:500;
  margin:0;
}

.category-card p {
  font-size:15px;
  color:var(--muted);
  margin:0 0 6px;
}

.category-card .text-link {
  margin-top:auto;
}

.breadcrumbs {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  color:var(--muted);
  font-size:12px;
  margin-bottom:28px;
}

.breadcrumbs a {
  text-decoration:underline;
  text-underline-offset:3px;
}

.category-heading>.ui-icon {
  width:42px;
  height:42px;
  margin-bottom:14px;
}

.catalog-filters {
  display:flex;
  align-items:end;
  gap:18px;
  padding:24px 0 30px;
  border-block:1px solid var(--line);
  margin-bottom:36px;
}

.catalog-filters>div {
  flex:1;
}

.catalog-filters>div.search-field {
  flex:2;
}

.catalog-filters label {
  display:block;
  font-size:12px;
  margin-bottom:8px;
}

.catalog-filters input[type=search],.catalog-filters select {
  width:100%;
  height:49px;
  border:1px solid #d2d8d0;
  border-radius:7px;
  background:#fff;
  padding:12px;
  color:var(--ink);
  font-size:14px;
}

.search-field>div {
  position:relative;
}

.search-field .ui-icon {
  position:absolute;
  left:13px;
  top:14px;
  width:20px;
  height:20px;
}

.catalog-filters input[type=search] {
  padding-left:42px;
}

.catalog-filters .button {
  height:49px;
  border-radius:7px;
}

.empty-state {
  padding:55px 20px;
  text-align:center;
  background:var(--soft);
  border-radius:10px;
}

.empty-state h2 {
  font-size:24px;
}

.empty-state p {
  color:var(--muted);
}

.guide-cover {
  width:100%;
  height:290px;
  object-fit:cover;
  border-radius:10px;
}

.editorial-columns {
  display:grid;
  grid-template-columns:1fr 3fr;
  gap:64px;
  margin-top:45px;
}

.editorial-columns aside h2 {
  font-size:16px;
  margin-bottom:15px;
}

.editorial-columns aside a {
  display:block;
  font-size:14px;
  color:var(--muted);
  padding:9px 0;
}

.guide-articles article {
  padding-bottom:36px;
  margin-bottom:36px;
  border-bottom:1px solid var(--line);
  scroll-margin-top:24px;
}

.guide-articles h2 {
  font-size:28px;
  font-weight:500;
  line-height:1.2;
  margin-bottom:16px;
}

.guide-articles article>p:not(.eyebrow) {
  color:var(--muted);
  line-height:1.8;
}

.pages-index main,.pages-about main {
  background:var(--paper);
}

.pages-about main>div,.pages-privacy main>div,.pages-terms main>div,.pages-health_disclaimer main>div,.pages-disclosure main>div {
  max-width:1000px;
  padding-top:40px;
  padding-bottom:64px;
}

.pages-about h1,.pages-privacy h1,.pages-terms h1,.pages-health_disclaimer h1,.pages-disclosure h1 {
  font-size:44px;
  letter-spacing:-1px;
  font-weight:600;
}

.pages-about main>div>div.bg-white,.pages-privacy main>div>div.bg-white,.pages-terms main>div>div.bg-white,.pages-health_disclaimer main>div>div.bg-white,.pages-disclosure main>div>div.bg-white {
  background:transparent;
  border:0;
  border-radius:0;
  padding:12px 0;
  box-shadow:none;
}

.products-show main>div {
  max-width:1160px;
}

.products-show h1 {
  font-size:38px;
  letter-spacing:-1px;
  line-height:1.15;
  font-weight:600;
}

.products-show section {
  background:transparent;
  box-shadow:none;
  border:0;
  padding:0;
}

.products-show .editorial-product-photo img {
  object-fit:contain;
  padding:28px;
  height:370px;
  background:#fff;
}

.products-show section>.grid {
  gap:50px;
}

.products-show main>div>div.bg-white {
  background:transparent;
  border:0;
  box-shadow:none;
  padding-inline:0;
}

.products-show .product-card h3 {
  font-size:16px;
}

.products-show main {
  padding-bottom:25px;
}

@media(min-width:1450px) {
  .home-hero {
    min-height:620px;
  }
  .hero-content {
    padding-top:75px;
  }
  .hero-description {
    font-size:21px;
  }
  .trust-row {
    margin-top:40px;
  }
  .featured-section {
    padding-block:48px;
  }
  .product-image-link {
    height:230px;
  }
  .guides-banner-inner {
    padding-block:50px;
  }
}

@media(max-width:1100px) {
  .shell {
    width:calc(100% - 64px);
  }
  .header-inner {
    gap:35px;
  }
  .desktop-nav {
    gap:22px;
  }
  .header-actions {
    gap:16px;
  }
  .wordmark {
    font-size:29px;
  }
  .header-cta {
    padding:11px 14px;
    font-size:12px;
  }
  .hero-description {
    font-size:17px;
    max-width:49%;
  }
  .hero-note {
    right:3%;
    font-size:23px;
  }
  .trust-row {
    gap:15px;
    max-width:420px;
  }
  .guide-points {
    font-size:12px;
    gap:22px;
  }
  .guides-copy h2 {
    font-size:32px;
  }
  .product-card-content {
    padding:14px;
  }
  .mission-section h2 {
    font-size:21px;
  }
}

@media(max-width:800px) {
  .shell {
    width:calc(100% - 40px);
  }
  .site-header {
    height:96px;
  }
  .header-inner {
    gap:20px;
  }
  .desktop-nav {
    gap:16px;
    font-size:12px;
  }
  .header-cta {
    display:none;
  }
  .hero-content {
    padding-top:45px;
  }
  .home-hero {
    min-height:500px;
  }
  .home-hero h1 {
    font-size:48px;
  }
  .hero-description {
    font-size:16px;
    max-width:49%;
  }
  .hero-note {
    display:none;
  }
  .trust-row {
    max-width:360px;
    gap:12px;
  }
  .trust-row>div {
    font-size:10px;
  }
  .hero-photo {
    object-position:57% center;
  }
  .product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  .product-image-link {
    height:230px;
  }
  .product-card-content {
    padding:20px;
  }
  .section-heading h2 {
    font-size:28px;
  }
  .section-heading p:not(.eyebrow) {
    font-size:15px;
  }
  .guide-points {
    display:none;
  }
  .guides-copy {
    max-width:370px;
  }
  .guides-banner {
    min-height:350px;
  }
  .banner-photo {
    object-position:60% center;
  }
  .mission-section {
    align-items:start;
    flex-direction:column;
    gap:18px;
  }
  .mission-section h2 {
    font-size:22px;
  }
  .category-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-heading h1 {
    font-size:40px;
  }
  .catalog-filters {
    flex-wrap:wrap;
  }
  .catalog-filters>div.search-field {
    flex-basis:100%;
  }
  .editorial-columns {
    gap:30px;
    grid-template-columns:1fr 2.5fr;
  }
}

@media(max-width:600px) {
  .shell {
    width:calc(100% - 40px);
  }
  .site-header {
    height:96px;
  }
  .wordmark {
    font-size:29px;
  }
  .desktop-nav {
    display:none;
  }
  .header-actions {
    gap:0;
  }
  .mobile-navigation {
    display:block;
  }
  .mobile-navigation summary {
    list-style:none;
    cursor:pointer;
    display:flex;
    padding:4px;
  }
  .mobile-navigation nav {
    position:absolute;
    top:70px;
    left:0;
    right:0;
    background:var(--paper);
    padding:20px;
    box-shadow:0 16px 25px #142c2015;
    border-top:1px solid var(--line);
    display:flex;
    flex-direction:column;
    gap:20px;
  }
  .home-hero {
    min-height:710px;
    background:#f3eee5;
  }
  .hero-photo {
    height:360px;
    top:auto;
    bottom:0;
    object-position:center 40%;
  }
  .hero-content {
    padding-top:34px;
    padding-bottom:0;
  }
  .home-hero .eyebrow {
    font-size:9px;
    letter-spacing:2.5px;
    margin-bottom:12px;
  }
  .home-hero h1 {
    font-size:46px;
    line-height:1.04;
    letter-spacing:-1.5px;
    margin-bottom:16px;
  }
  .hero-description {
    font-size:15px;
    max-width:100%;
    line-height:1.5;
    margin-bottom:20px;
  }
  .desktop-break {
    display:none;
  }
  .hero-button {
    padding:13px 20px;
    font-size:14px;
  }
  .trust-row {
    position:absolute;
    top:615px;
    left:0;
    right:0;
    max-width:none;
    gap:6px;
    margin:0;
    padding:14px 8px;
    background:#faf9f6ed;
    border-radius:10px;
  }
  .trust-row>div {
    font-size:9px;
    gap:7px;
  }
  .trust-row .ui-icon {
    width:25px;
    height:25px;
  }
  .goal-list {
    padding-block:24px;
    gap:10px;
  }
  .goal-item {
    min-width:100px;
    font-size:11px;
    gap:10px;
  }
  .goal-item .ui-icon {
    width:29px;
    height:29px;
  }
  .featured-section {
    padding-block:30px;
  }
  .section-heading {
    align-items:start;
    flex-direction:column;
    gap:12px;
    margin-bottom:20px;
  }
  .section-heading h2 {
    font-size:29px;
  }
  .section-heading p:not(.eyebrow) {
    font-size:15px;
    line-height:1.5;
  }
  .eyebrow {
    font-size:10px;
    letter-spacing:2.5px;
  }
  .product-grid {
    gap:12px;
  }
  .product-image-link {
    height:155px;
  }
  .product-card-content {
    padding:12px;
  }
  .product-category {
    font-size:8px;
    letter-spacing:.7px;
  }
  .product-card h3 {
    font-size:14px;
  }
  .product-summary {
    font-size:12px;
    -webkit-line-clamp:3;
  }
  .product-link {
    font-size:12px;
    gap:5px;
    padding-top:13px;
  }
  .rating {
    font-size:10px;
    gap:4px;
  }
  .rating-stars {
    font-size:14px;
    letter-spacing:0;
  }
  .guides-banner-inner {
    padding-block:32px;
  }
  .guides-copy {
    max-width:300px;
    text-shadow:0 1px 4px #10262344;
  }
  .guides-copy h2 {
    font-size:30px;
  }
  .guides-copy>p:not(.eyebrow) {
    font-size:14px;
    max-width:250px;
  }
  .guides-banner .banner-photo {
    object-position:35% center;
    filter:brightness(.75);
  }
  .button-light {
    text-shadow:none;
  }
  .mission-section {
    padding-block:28px;
  }
  .mission-section h2 {
    font-size:21px;
  }
  .footer-inner {
    grid-template-columns:1fr 1fr;
    gap:28px;
    padding-block:30px;
  }
  .footer-inner>div {
    grid-column:1/-1;
  }
  .footer-bottom {
    flex-direction:column;
    gap:12px;
    line-height:1.7;
  }
  .page-section {
    padding-block:28px 45px;
  }
  .page-heading {
    margin-bottom:28px;
  }
  .page-heading h1 {
    font-size:37px;
    line-height:1.1;
  }
  .page-heading>p:not(.eyebrow) {
    font-size:16px;
  }
  .category-grid {
    grid-template-columns:1fr;
  }
  .category-card {
    padding-block:25px;
  }
  .catalog-filters {
    gap:14px;
    padding-block:20px;
  }
  .catalog-filters>div {
    flex-basis:100%;
  }
  .catalog-filters .button {
    width:100%;
  }
  .guide-cover {
    height:180px;
  }
  .editorial-columns {
    grid-template-columns:1fr;
    margin-top:28px;
  }
  .editorial-columns aside {
    padding-bottom:20px;
    border-bottom:1px solid var(--line);
  }
  .guide-articles h2 {
    font-size:26px;
  }
  .products-show h1 {
    font-size:32px;
  }
  .products-show .editorial-product-photo img {
    height:270px;
  }
  .products-show section>.grid {
    gap:25px;
  }
  .products-show main>div {
    padding-inline:20px;
  }
  .products-show main {
    padding-bottom:80px;
  }
  .pages-about h1,.pages-privacy h1,.pages-terms h1,.pages-health_disclaimer h1,.pages-disclosure h1 {
    font-size:36px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important;
  }
}

/* Reference composition at standard desktop widths. */
@media (min-width: 801px) and (max-width: 1449px) {
  .shell { width: calc(100% - 112px); }
  .site-header { height: 96px; }
  .home-hero { min-height: 445px; }
  .hero-content { padding-top: 48px; padding-bottom: 22px; }
  .home-hero h1 { margin-bottom: 16px; }
  .hero-description { margin-bottom: 20px; }
  .hero-button { padding: 12px 23px; }
  .trust-row { margin-top: 28px; }
  .goal-list { padding-block: 28px; }
  .product-image-link { height: 166px; }
  .product-card-content { padding: 14px 17px 18px; }
  .product-card h3 { font-size: 14px; }
  .product-summary { font-size: 13px; }
  .guides-banner { min-height: 295px; }
  .guides-banner-inner { padding-block: 32px; }
}
.product-image[hidden], .product-image-fallback[hidden] { display: none; }
.product-image-fallback { display: flex; }

.detail-image-fallback { min-height: 270px; }

.rating-empty, .rating-filled {
  display: flex;
}
.rating-stars .ui-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.offline-notice { margin:0; padding:12px 24px; background:#f4f2ed; color:#112e2b; text-align:center; font-size:14px; }
.offline-notice[hidden] { display:none; }
