:root {
  --forest: #173f35;
  --forest-deep: #0e2d25;
  --leaf: #2f7d5a;
  --leaf-soft: #dfeee5;
  --cream: #f7f3e9;
  --paper: #fffcf5;
  --terracotta: #c9683d;
  --mustard: #e1b44c;
  --ink: #1d2722;
  --muted: #66716b;
  --line: #d8d8cb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 63, 53, 0.12);
  --radius: 22px;
  --shell: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Leelawadee UI", "Noto Sans Thai", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--mustard);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.disclosure-bar {
  color: #f5f7f4;
  background: var(--forest-deep);
  font-size: 12px;
}

.disclosure-inner {
  display: flex;
  align-items: center;
  min-height: 42px;
  gap: 12px;
}

.disclosure-inner p {
  flex: 1;
  margin: 0;
  line-height: 1.45;
}

.disclosure-inner strong {
  color: var(--white);
  font-weight: 700;
}

.independent-pill {
  flex: 0 0 auto;
  padding: 3px 9px;
  color: var(--forest-deep);
  background: var(--mustard);
  border-radius: 999px;
  font-weight: 800;
}

.updated-date {
  flex: 0 0 auto;
  color: #bcd4c9;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(255, 252, 245, 0.96);
  border-bottom: 1px solid rgba(216, 216, 203, 0.8);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  min-height: 78px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cream);
  background: var(--forest);
  border: 2px solid var(--forest);
  border-radius: 13px 13px 13px 4px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  letter-spacing: -0.5px;
}

.brand-copy small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.header-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 5px 20px rgba(23, 63, 53, 0.05);
}

.header-search > span {
  color: var(--leaf);
  font-size: 23px;
  line-height: 1;
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.header-search input::placeholder {
  color: #8e9692;
}

.header-search button {
  height: 38px;
  margin-right: 5px;
  padding: 0 18px;
  color: var(--white);
  background: var(--forest);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-action {
  position: relative;
  display: grid;
  min-width: 64px;
  min-height: 52px;
  place-items: center;
  padding: 5px 10px;
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  line-height: 1;
}

.header-action:hover,
.header-action[aria-pressed="true"] {
  background: var(--leaf-soft);
}

.header-action > span:first-child {
  color: var(--forest);
  font-size: 22px;
}

.action-label {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.action-count {
  position: absolute;
  top: 1px;
  right: 7px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  padding: 0 5px;
  color: var(--white);
  background: var(--terracotta);
  border: 2px solid var(--paper);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.category-nav {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow-x: auto;
  color: #4e5c55;
  font-size: 13px;
  scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  padding: 9px 0;
  border-bottom: 2px solid transparent;
}

.category-nav a:hover {
  color: var(--forest);
  border-color: var(--leaf);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: #dce8d4;
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 610px;
  align-items: center;
  gap: 56px;
  padding-block: 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

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

.eyebrow span {
  width: 32px;
  height: 2px;
  background: var(--terracotta);
}

.hero h1 {
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1.07;
}

.hero h1 em {
  color: var(--terracotta);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.hero-lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: #526058;
  font-size: 18px;
  line-height: 1.8;
}

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

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.button-primary:hover {
  background: var(--forest-deep);
}

.button-quiet {
  color: var(--forest);
  background: transparent;
  border-color: var(--forest);
}

.button-dark {
  color: var(--white);
  background: var(--forest);
}

.button-source {
  grid-column: 1 / -1;
  color: var(--forest);
  background: var(--leaf-soft);
  border-color: #c6dfd0;
}

.button-icon {
  padding-inline: 14px;
  color: var(--forest);
  background: var(--white);
  border-color: var(--line);
  font-size: 20px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin: 36px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.hero-stats div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hero-stats dt {
  color: var(--forest);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 800;
}

.hero-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  min-height: 480px;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
}

.hero-shape-one {
  top: 20px;
  right: 70px;
  width: 360px;
  height: 360px;
  background: var(--mustard);
}

.hero-shape-two {
  bottom: 25px;
  left: 30px;
  width: 270px;
  height: 230px;
  background: var(--leaf);
  border-radius: 45% 55% 65% 35% / 45% 40% 60% 55%;
  transform: rotate(-12deg);
}

.hero-product {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 8px solid var(--white);
  box-shadow: var(--shadow);
}

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

.hero-product figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 11px;
  color: var(--white);
  background: rgba(14, 45, 37, 0.88);
  border-radius: 9px;
  backdrop-filter: blur(8px);
  font-size: 11px;
}

.hero-product figcaption span {
  color: #cce1d7;
}

.hero-product-main {
  top: 32px;
  left: 88px;
  width: 330px;
  height: 330px;
  border-radius: 42% 58% 46% 54% / 50% 43% 57% 50%;
  transform: rotate(2deg);
}

.hero-product-side {
  top: 240px;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: 20px 65px 20px 20px;
  transform: rotate(4deg);
}

.hero-product-small {
  bottom: 8px;
  left: 30px;
  width: 180px;
  height: 180px;
  border-radius: 60px 18px 18px 18px;
  transform: rotate(-6deg);
}

.hero-product.is-broken img {
  opacity: 0;
}

.hero-product.is-broken {
  background: var(--leaf-soft);
}

.hero-attribution {
  position: absolute;
  right: 10px;
  bottom: -8px;
  z-index: 4;
  margin: 0;
  padding: 6px 10px;
  color: var(--muted);
  background: var(--paper);
  border-radius: 999px;
  font-size: 10px;
}

.trust-strip {
  color: var(--white);
  background: var(--forest);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-grid span {
  color: var(--mustard);
  font-family: Georgia, serif;
  font-size: 26px;
}

.trust-grid p {
  margin: 0;
  color: #c6d8d0;
  font-size: 11px;
  line-height: 1.45;
}

.trust-grid strong {
  display: block;
  color: var(--white);
  font-size: 14px;
}

.section {
  padding-block: 96px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
}

.section-heading h2,
.guide-copy h2,
.faq h2,
.source-panel h2 {
  margin: 0;
  color: var(--forest-deep);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -1.8px;
  line-height: 1.15;
}

.section-heading > p,
.faq-grid > div:first-child > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.space-guide {
  background: var(--paper);
}

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

.space-card {
  position: relative;
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px;
  overflow: hidden;
  text-align: left;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.space-card::before {
  position: absolute;
  top: -45px;
  right: -35px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  content: "";
}

.space-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.space-card.balcony {
  color: var(--forest-deep);
  background: #e6ddc3;
}

.space-card.garden {
  color: var(--white);
  background: var(--leaf);
}

.space-card.farm {
  color: var(--forest-deep);
  background: var(--mustard);
}

.space-number {
  position: absolute;
  top: 20px;
  left: 24px;
  font-family: Georgia, serif;
  font-size: 18px;
  opacity: 0.72;
}

.space-icon {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 80px;
  line-height: 1;
  opacity: 0.32;
}

.space-card strong {
  position: relative;
  font-size: 24px;
}

.space-card small {
  position: relative;
  margin-top: 3px;
  opacity: 0.78;
}

.space-link {
  position: relative;
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  opacity: 0.86;
}

.catalog-section {
  background: #f2efe5;
  border-block: 1px solid var(--line);
}

.catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.filter-scroll {
  display: flex;
  flex: 1;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-scroll::-webkit-scrollbar {
  display: none;
}

.filter-scroll button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 14px;
  color: #59655f;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.filter-scroll button:hover,
.filter-scroll button[aria-pressed="true"] {
  color: var(--white);
  background: var(--forest);
}

.sort-control {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 11px;
}

.sort-control select {
  min-height: 40px;
  padding: 7px 34px 7px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 23px 2px 14px;
  color: var(--muted);
  font-size: 12px;
}

.results-meta p {
  margin: 0;
}

.results-meta strong {
  color: var(--forest);
  font-size: 15px;
}

.results-meta button {
  color: var(--terracotta);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid #deded2;
  border-radius: 17px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  border-color: #b9cbbf;
  box-shadow: 0 16px 38px rgba(23, 63, 53, 0.1);
  transform: translateY(-4px);
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ebece5;
}

.product-media > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.product-card:hover .product-media > img {
  transform: scale(1.035);
}

.product-media.is-broken > img {
  opacity: 0;
}

.image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 8px;
  color: var(--forest);
  background: var(--leaf-soft);
  text-align: center;
}

.image-fallback span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  background: var(--paper);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 800;
}

.image-fallback small {
  max-width: 150px;
  color: var(--muted);
  font-size: 10px;
}

.product-badges {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.curator-badge,
.discount-badge {
  padding: 5px 8px;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 900;
}

.curator-badge {
  color: var(--white);
  background: var(--forest);
}

.discount-badge {
  color: var(--white);
  background: var(--terracotta);
}

.save-button {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 63, 53, 0.12);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(23, 63, 53, 0.1);
  cursor: pointer;
  font-size: 23px;
}

.save-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--terracotta);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-category {
  margin: 0 0 7px;
  color: var(--leaf);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.product-card h3 {
  display: -webkit-box;
  min-height: 51px;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-meta {
  display: flex;
  min-height: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
}

.rating {
  color: #a67608;
  font-weight: 800;
}

.rating-muted {
  color: var(--muted);
  font-weight: 500;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 7px;
}

.product-price-row strong {
  color: var(--terracotta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
}

.product-price-row del {
  color: #929a95;
  font-size: 11px;
}

.product-seller {
  margin: 7px 0 0;
  overflow: hidden;
  color: #536159;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-note {
  margin: 4px 0 14px;
  color: #8a918d;
  font-size: 9px;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  margin-top: auto;
}

.product-actions .button {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 11px;
}

.empty-state {
  padding: 80px 20px;
  color: var(--muted);
  text-align: center;
}

.empty-state > span {
  display: block;
  color: var(--leaf);
  font-size: 58px;
}

.empty-state h3 {
  margin: 8px 0 0;
  color: var(--forest);
  font-size: 22px;
}

.empty-state p {
  margin: 4px 0 22px;
}

.guide-section {
  color: var(--white);
  background: var(--forest-deep);
}

.guide-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.guide-copy {
  position: sticky;
  top: 160px;
  align-self: start;
}

.guide-copy .section-kicker {
  color: var(--mustard);
}

.guide-copy h2 {
  color: var(--white);
}

.guide-copy > p:not(.section-kicker) {
  max-width: 430px;
  color: #b9cbc3;
  line-height: 1.8;
}

.text-link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 4px;
  color: var(--mustard);
  border-bottom: 1px solid var(--mustard);
  font-weight: 800;
}

.guide-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.guide-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.guide-list li > span {
  color: var(--mustard);
  font-family: Georgia, serif;
  font-size: 22px;
}

.guide-list strong {
  display: block;
  font-size: 20px;
}

.guide-list p {
  margin: 6px 0 0;
  color: #b9cbc3;
}

.source-panel {
  background: var(--mustard);
}

.source-inner {
  display: grid;
  grid-template-columns: auto 1fr 0.75fr;
  align-items: center;
  gap: 46px;
}

.source-stamp {
  display: grid;
  width: 132px;
  height: 132px;
  place-content: center;
  place-items: center;
  color: var(--cream);
  background: var(--forest);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.source-stamp span {
  font-family: Georgia, serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
}

.source-stamp small {
  margin-top: 5px;
  text-align: center;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.2px;
  line-height: 1.25;
}

.source-inner > div:nth-child(2) > p:last-child {
  margin: 14px 0 0;
  color: #493f22;
}

.source-inner ul {
  margin: 0;
  padding: 24px;
  background: rgba(255, 252, 245, 0.48);
  border: 1px solid rgba(23, 63, 53, 0.18);
  border-radius: 17px;
  list-style: none;
}

.source-inner li {
  display: flex;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(23, 63, 53, 0.15);
  font-weight: 700;
}

.source-inner li:last-child {
  border: 0;
}

.source-inner li span {
  color: var(--leaf);
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--forest);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  background: var(--leaf-soft);
  border-radius: 50%;
  font-size: 18px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  margin: -4px 50px 24px 0;
  color: var(--muted);
}

.site-footer {
  padding-top: 70px;
  color: #c8d8d1;
  background: var(--forest-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 1.2fr;
  gap: 50px;
  padding-bottom: 55px;
}

.brand-light .brand-mark {
  color: var(--forest);
  background: var(--mustard);
  border-color: var(--mustard);
}

.brand-light .brand-copy strong {
  color: var(--white);
}

.brand-light .brand-copy small {
  color: #aac0b7;
}

.footer-brand p {
  max-width: 330px;
  margin: 22px 0 0;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-grid strong {
  margin-bottom: 9px;
  color: var(--white);
}

.footer-grid a {
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--mustard);
}

.footer-note p {
  margin: 0;
  color: #aebfb7;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px;
}

dialog {
  padding: 0;
  border: 0;
}

dialog::backdrop {
  background: rgba(6, 24, 19, 0.66);
  backdrop-filter: blur(4px);
}

.drawer {
  width: min(520px, 100%);
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0 0 0 auto;
  background: var(--paper);
}

.drawer[open] {
  animation: drawer-in 220ms ease-out;
}

.drawer-layout {
  display: grid;
  height: 100%;
  grid-template-rows: auto auto 1fr auto;
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px 28px 18px;
  border-bottom: 1px solid var(--line);
}

.drawer-header p {
  margin: 0;
  color: var(--leaf);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.drawer-header h2 {
  margin: 2px 0 0;
  color: var(--forest);
  font-size: 28px;
}

.dialog-close {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--forest);
  background: var(--leaf-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.drawer-note {
  display: flex;
  gap: 10px;
  margin: 16px 28px 0;
  padding: 12px;
  color: #536159;
  background: #edf3ee;
  border-radius: 12px;
  font-size: 11px;
}

.drawer-note span {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--leaf);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 800;
}

.drawer-note p {
  margin: 0;
}

.interest-items {
  overflow-y: auto;
  padding: 14px 28px;
}

.interest-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.interest-item img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  background: var(--leaf-soft);
  border-radius: 10px;
}

.interest-item h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.interest-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.interest-item-price {
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-weight: 800;
}

.quantity-control {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.quantity-control button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: var(--white);
  border: 0;
  cursor: pointer;
}

.quantity-control span {
  display: grid;
  min-width: 28px;
  height: 32px;
  place-items: center;
  background: var(--paper);
  font-size: 11px;
  font-weight: 800;
}

.interest-item-source {
  display: inline-block;
  margin-top: 8px;
  color: var(--leaf);
  font-size: 10px;
  font-weight: 800;
  text-decoration: underline;
}

.interest-empty {
  display: grid;
  align-self: center;
  place-items: center;
  padding: 50px 28px;
  color: var(--muted);
  text-align: center;
}

.interest-empty > span {
  color: var(--leaf);
  font-size: 52px;
}

.interest-empty h3 {
  margin: 8px 0 0;
  color: var(--forest);
}

.interest-empty p {
  max-width: 300px;
  margin: 5px 0 0;
  font-size: 12px;
}

.drawer-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 18px 28px 26px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.drawer-footer > div {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.drawer-footer > div span {
  color: var(--muted);
  font-size: 12px;
}

.drawer-footer > div strong {
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 26px;
}

.quick-dialog {
  width: min(900px, calc(100% - 32px));
  max-width: none;
  overflow: visible;
  background: var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.quick-dialog[open] {
  animation: modal-in 180ms ease-out;
}

.quick-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
}

.quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.quick-image-wrap {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: var(--leaf-soft);
  border-radius: 22px 0 0 22px;
}

.quick-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-image-wrap span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 7px 10px;
  color: var(--white);
  background: rgba(14, 45, 37, 0.82);
  border-radius: 999px;
  font-size: 9px;
}

.quick-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.quick-copy h2 {
  margin: 0;
  color: var(--forest);
  font-size: 28px;
  line-height: 1.35;
}

.quick-price {
  margin: 18px 0 4px;
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 33px;
  font-weight: 800;
}

.quick-copy > p:not(.product-category, .quick-price) {
  color: var(--muted);
}

.quick-disclosure {
  margin: 18px 0 22px;
  padding: 15px;
  color: #536159;
  background: var(--leaf-soft);
  border-radius: 12px;
  font-size: 11px;
}

.quick-disclosure p {
  margin: 4px 0 0;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  max-width: min(360px, calc(100% - 48px));
  padding: 13px 17px;
  color: var(--white);
  background: var(--forest-deep);
  border-left: 4px solid var(--mustard);
  border-radius: 10px;
  box-shadow: var(--shadow);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: none;
}

.not-found-page {
  min-height: 100vh;
  background: var(--cream);
}

.not-found {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  padding-block: 30px;
}

.not-found-card {
  width: min(720px, 100%);
  align-self: center;
  padding: clamp(36px, 7vw, 76px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 30px 80px 30px 30px;
  box-shadow: var(--shadow);
}

.not-found-card h1 {
  margin: 0;
  color: var(--forest);
  font-size: clamp(46px, 8vw, 82px);
  letter-spacing: -3px;
  line-height: 1;
}

.not-found-card p:not(.section-kicker) {
  max-width: 530px;
  margin: 22px 0 28px;
  color: var(--muted);
}

.not-found-note {
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

@keyframes drawer-in {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes modal-in {
  from { opacity: 0; transform: translateY(15px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

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

  .hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 25px;
  }

  .hero-product-main {
    left: 25px;
  }

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

  .source-inner {
    grid-template-columns: auto 1fr;
  }

  .source-inner ul {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .disclosure-inner {
    padding-block: 7px;
  }

  .disclosure-inner p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .updated-date {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    padding-block: 12px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .action-label {
    display: none;
  }

  .category-nav {
    min-height: 46px;
    gap: 22px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-block: 58px 42px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .hero-stats {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    width: min(600px, 100%);
    min-height: 430px;
    margin-inline: auto;
  }

  .hero-product-main {
    left: 25%;
  }

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

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section {
    padding-block: 70px;
  }

  .section-heading,
  .guide-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .space-cards {
    grid-template-columns: 1fr;
  }

  .space-card {
    min-height: 230px;
  }

  .catalog-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    justify-content: space-between;
  }

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

  .guide-copy {
    position: static;
  }

  .source-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .source-stamp {
    margin-inline: auto;
  }

  .source-inner ul {
    grid-column: auto;
    text-align: left;
  }

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

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

  .quick-image-wrap {
    min-height: 300px;
    max-height: 360px;
    border-radius: 22px 22px 0 0;
  }

  .quick-copy {
    padding: 30px;
  }
}

@media (max-width: 540px) {
  .disclosure-inner {
    align-items: flex-start;
  }

  .independent-pill {
    margin-top: 2px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .header-action {
    min-width: 50px;
  }

  .hero h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-stats {
    gap: 15px;
  }

  .hero-stats div {
    flex-direction: column;
    gap: 0;
  }

  .hero-visual {
    min-height: 350px;
  }

  .hero-product-main {
    left: 17%;
    width: 250px;
    height: 250px;
  }

  .hero-product-side {
    top: 190px;
    width: 150px;
    height: 150px;
  }

  .hero-product-small {
    width: 125px;
    height: 125px;
  }

  .hero-product figcaption,
  .hero-attribution {
    display: none;
  }

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

  .trust-grid > div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0 !important;
  }

  .section-heading h2,
  .guide-copy h2,
  .faq h2,
  .source-panel h2 {
    font-size: 35px;
  }

  .product-grid {
    gap: 10px;
  }

  .product-body {
    padding: 12px;
  }

  .product-card h3 {
    min-height: 64px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .product-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .product-price-row strong {
    font-size: 20px;
  }

  .product-seller,
  .price-note {
    display: none;
  }

  .product-actions {
    margin-top: 12px;
  }

  .product-actions .button {
    min-height: 38px;
    padding: 8px;
  }

  .button-source {
    font-size: 10px !important;
  }

  .save-button {
    width: 38px;
    height: 38px;
  }

  .curator-badge {
    display: none;
  }

  .guide-list li {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 15px;
  }

  .drawer-footer {
    padding-inline: 18px;
  }

  .interest-items {
    padding-inline: 18px;
  }

  .quick-dialog {
    width: calc(100% - 18px);
  }

  .quick-image-wrap {
    min-height: 250px;
  }
}

@media (max-width: 350px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

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

