/* A restrained furniture catalogue, inspired by Crona Home 9. */
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
}
:root {
  --ink: #232624;
  --muted: #686b66;
  --sand: #d9bea0;
  --sand-dark: #80664b;
  --paper: #f6f5f2;
  --line: #e5e4de;
  --white: #fff;
  --font: Manrope, Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(38px, 5vw, 66px);
}
h2 {
  font-size: clamp(28px, 3vw, 40px);
}
h3 {
  font-size: 24px;
}
p {
  margin-bottom: 1.4em;
}
::selection {
  background: var(--sand);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #977344;
  outline-offset: 5px;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  vertical-align: middle;
}
.eyebrow {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.1px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1.5;
  transition:
    background 0.2s,
    color 0.2s;
}
.button-sand {
  background: var(--sand);
  color: #242520;
}
.button-sand:hover {
  background: #ecd4b8;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-dark:hover {
  background: #4b5149;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}
.text-link:hover {
  color: var(--sand-dark);
  border-color: var(--sand-dark);
}
.text-link .icon {
  width: 19px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: inherit;
}
.icon-button:hover {
  background: rgba(128, 128, 128, 0.12);
}
[hidden] {
  display: none !important;
}
.screen-reader-text,
.skip-link:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  background: white;
  color: var(--ink);
  padding: 16px;
  top: 10px;
  left: 10px;
}
/* Header and accessible navigation. */
.announcement {
  background: #20231f;
  color: #d7dbd3;
  font-size: 10px;
  letter-spacing: 0.6px;
}
.announcement .container {
  display: flex;
  justify-content: space-between;
  padding-block: 8px;
}
.announcement-note {
  color: #bfc3b9;
}
.site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 700;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 2.2px;
  font-weight: 400;
  line-height: 2.8;
}
.brand-dot {
  color: #b59770;
}
.brand-mark {
  width: 39px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid #c7b292;
}
.brand-mark .icon {
  height: 28px;
  width: 28px;
}
.custom-logo {
  max-width: 230px;
  max-height: 65px;
  width: auto;
  object-fit: contain;
}
.primary-navigation {
  margin-left: auto;
}
.primary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-navigation > .menu {
  display: flex;
  align-items: center;
  gap: 27px;
}
.primary-navigation li {
  position: relative;
}
.primary-navigation a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 12px 0;
}
.primary-navigation a:hover,
.primary-navigation a[aria-current="page"],
.primary-navigation .current-menu-item > a {
  color: var(--sand-dark);
}
.header-actions {
  display: flex;
  border-left: 1px solid var(--line);
  padding-left: 16px;
}
.menu-toggle {
  display: none;
}
.primary-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 245px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  box-shadow: 0 14px 35px #00000018;
  border: 1px solid var(--line);
  padding: 10px 20px;
  z-index: 25;
}
.primary-navigation .sub-menu a {
  padding: 9px 0;
}
.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu,
.primary-navigation .submenu-open > .sub-menu {
  display: block;
}
.primary-navigation .sub-menu .sub-menu {
  position: static;
  border: 0;
  box-shadow: none;
  padding-left: 14px;
  min-width: 0;
}
.submenu-toggle {
  border: 0;
  background: transparent;
  padding: 5px 7px;
  color: inherit;
}
.search-dialog {
  width: min(620px, calc(100% - 32px));
  padding: 35px;
  border: 1px solid var(--line);
  color: var(--ink);
}
.search-dialog::backdrop {
  background: #161b17a6;
  backdrop-filter: blur(4px);
}
.search-dialog-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.search-dialog h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.search-dialog > p {
  color: var(--muted);
  margin-top: 14px;
}
.search-form {
  display: flex;
  max-width: 650px;
  margin-block: 24px;
  gap: 8px;
}
.search-field {
  border: 1px solid #cccfc6;
  padding: 14px 16px;
  min-width: 0;
  flex: 1;
  background: white;
  color: var(--ink);
  border-radius: 0;
}
.search-form .button {
  gap: 10px;
}
/* Large photographic hero, followed by an overlapping white surface. */
.hero {
  position: relative;
  min-height: 675px;
  background: #1c1d1a;
  color: white;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  mask-image: linear-gradient(to right, #000 55%, transparent 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 35%, #14171530 55%, #15171560);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 675px;
  padding-bottom: 75px;
}
.hero-copy {
  width: 47%;
  padding-left: 38px;
}
.hero .eyebrow {
  color: var(--sand);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}
.short-line {
  height: 1px;
  width: 30px;
  background: currentColor;
}
.hero h1 {
  font-size: clamp(55px, 5.25vw, 78px);
  max-width: 6.4em;
  line-height: 1.05;
  letter-spacing: -4px;
  margin-bottom: 25px;
}
.hero-description {
  font-size: 15px;
  color: #d1d2cc;
  line-height: 1.9;
  max-width: 360px;
  margin-bottom: 28px;
}
.hero-guide {
  display: block;
  font-size: 10px;
  margin-top: 22px;
  color: #c7c9c2;
}
.hero-guide:hover {
  color: white;
}
.hero-guide span {
  margin-left: 10px;
}
.hero-caption {
  position: absolute;
  bottom: 108px;
  left: 50px;
  z-index: 1;
  font-size: 8px;
  letter-spacing: 2px;
  color: #d4d2ca;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.home-surface {
  position: relative;
  z-index: 2;
  margin-top: -67px;
  background: white;
  padding: 43px 38px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin: 0;
  font-size: 32px;
}
.section-heading .eyebrow {
  margin-bottom: 9px;
  color: var(--sand-dark);
}
.section-heading > .text-link {
  flex-shrink: 0;
}
.category-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr 1fr;
  grid-template-rows: 245px 215px;
  gap: 16px;
}
.category-card {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  isolation: isolate;
}
.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.6s;
}
.category-card:hover img {
  transform: scale(1.04);
}
.category-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
.category-card h3 {
  font-size: 28px;
  margin-bottom: 18px;
  line-height: 1.14;
}
.category-copy {
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.category-link {
  font-size: 10px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
}
.category-link .icon {
  width: 19px;
  height: 19px;
}
.category-ergonomic {
  grid-row: span 2;
  color: white;
  background: #262822;
}
.category-ergonomic img {
  object-position: 20% center;
  opacity: 0.8;
}
.category-ergonomic:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#111814a8, transparent 65%, #1017109c);
  z-index: -1;
}
.category-ergonomic .eyebrow {
  color: #dac5a9;
}
.category-design {
  grid-column: span 2;
}
.category-design img {
  object-position: center 60%;
}
.category-design:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e4d5bfee, transparent 85%);
  z-index: -1;
}
.category-design .category-copy {
  max-width: 58%;
}
.category-budget {
  background: #ece7dd;
}
.category-number {
  position: absolute;
  right: -7px;
  bottom: 12px;
  font-size: 185px;
  line-height: 1;
  color: #d4cbb9;
  z-index: -1;
  font-family: Georgia, serif;
  font-style: italic;
}
.category-budget .category-copy {
  background: linear-gradient(90deg, #ece7ddcc, transparent);
}
.category-guide {
  background: #3d453f;
  color: #fff;
}
.category-guide .eyebrow {
  color: #d1d9ce;
}
.category-chair {
  position: absolute;
  right: -25px;
  bottom: 24px;
  width: 190px;
  height: 190px;
  stroke-width: 0.45;
  color: #677369;
  transform: rotate(-15deg);
  z-index: -1;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
  gap: 20px;
}
.benefits > div {
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
}
.benefits > div + div {
  border-left: 1px solid var(--line);
}
.benefits .icon {
  width: 31px;
  height: 31px;
  color: #8e785c;
}
.benefits strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.benefits small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.choosing-section,
.home-products {
  padding-block: 65px;
}
.home-products + .choosing-section {
  padding-top: 0;
}
.advice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.advice-card {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  display: flex;
  flex-direction: column;
}
.step-number {
  font-size: 39px;
  font-family: Georgia, serif;
  color: #9b7e5b;
  font-style: italic;
  line-height: 1;
  margin-bottom: 23px;
}
.advice-card h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.advice-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.advice-card .text-link {
  margin-top: auto;
  align-self: flex-start;
}
.advice-card:hover {
  border-color: #947653;
}
.lifestyle-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #efede7;
  margin-top: 10px;
}
.lifestyle-photo {
  position: relative;
  min-height: 450px;
}
.lifestyle-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.image-caption {
  position: absolute;
  left: 25px;
  bottom: 22px;
  letter-spacing: 1.6px;
  font-size: 8px;
  color: white;
  text-shadow: 0 1px 4px #000;
}
.lifestyle-copy {
  padding: 70px clamp(35px, 6vw, 105px);
  align-self: center;
}
.lifestyle-copy .eyebrow {
  color: var(--sand-dark);
}
.lifestyle-copy h2 {
  font-size: 40px;
  line-height: 1.2;
}
.lifestyle-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #64695f;
  line-height: 1.9;
  max-width: 400px;
}
.lifestyle-copy .button {
  margin-top: 10px;
}
.journal-section {
  padding-block: 85px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 28px;
}
.post-card-image {
  display: block;
  aspect-ratio: 1.45;
  overflow: hidden;
  background: var(--paper);
  margin-bottom: 22px;
}
.post-card-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.post-card:hover .post-card-image img {
  transform: scale(1.04);
}
.post-card-meta {
  font-size: 9px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--sand-dark);
  line-height: 1.8;
  margin-bottom: 12px;
}
.post-card-meta span {
  margin-inline: 8px;
}
.post-card h3 {
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -0.65px;
  margin-bottom: 15px;
}
.post-card h3 a:hover {
  color: var(--sand-dark);
}
.post-card > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.approach-section {
  text-align: center;
  background: var(--paper);
  padding: 70px 0;
}
.approach-inner {
  max-width: 750px;
}
.approach-inner > .eyebrow {
  color: var(--sand-dark);
}
.approach-inner h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.approach-inner > p:not(.eyebrow) {
  font-size: 13px;
  max-width: 580px;
  margin-inline: auto;
  line-height: 1.9;
  color: var(--muted);
}
.approach-signature {
  font-size: 10px;
  letter-spacing: 0.4px;
}
.approach-signature span {
  margin-inline: 12px;
  color: var(--sand-dark);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding-block: 85px;
}
.faq-section > .eyebrow,
.faq-section .eyebrow {
  color: var(--sand-dark);
}
.faq-section h2 {
  font-size: 34px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  max-width: 270px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.faq-list details[open] .icon {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 13px;
  color: var(--muted);
  padding-right: 30px;
  line-height: 1.9;
}
.legacy-home {
  padding-block: 40px;
}
/* Existing pages, editorial content and fallbacks. */
.content-main {
  padding-top: 28px;
  padding-bottom: 80px;
  min-height: 55vh;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 40px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.page-heading {
  max-width: 950px;
  margin-bottom: 45px;
}
.page-heading .eyebrow {
  color: var(--sand-dark);
}
.page-heading h1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.15;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}
.page-heading > p:not(.eyebrow) {
  color: var(--muted);
}
.entry-content {
  max-width: 850px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.page-article .entry-content {
  max-width: none;
}
.entry-content h2 {
  font-size: 32px;
  margin-top: 1.6em;
}
.entry-content h3 {
  font-size: 25px;
  margin-top: 1.5em;
}
.entry-content a:not(.button):not(.woozy-offers-button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.entry-content p {
  margin-bottom: 1.5em;
}
.entry-content img {
  height: auto;
}
.entry-content figure {
  max-width: 100%;
  margin-inline: 0;
}
.entry-content .alignwide {
  max-width: 1100px;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content blockquote {
  border-left: 3px solid var(--sand);
  margin: 30px 0;
  padding: 15px 30px;
  background: var(--paper);
}
.entry-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.entry-content th,
.entry-content td {
  padding: 12px;
  border: 1px solid var(--line);
}
.entry-content pre {
  overflow: auto;
  background: var(--paper);
  padding: 20px;
}
.entry-content .wp-block-table {
  overflow-x: auto;
}
.article-cover {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  margin-bottom: 45px;
}
.article-date {
  font-size: 12px;
}
.article-tags {
  max-width: 850px;
  margin: 30px auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.article-tags a {
  padding: 4px 12px;
  background: var(--paper);
  font-size: 11px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.post-navigation {
  border-block: 1px solid var(--line);
  padding-block: 25px;
  margin-block: 45px;
}
.post-navigation .nav-links > div {
  max-width: 45%;
  font-size: 14px;
}
.post-navigation span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.nav-next {
  text-align: right;
}
.pagination {
  margin-top: 45px;
}
.pagination .nav-links {
  justify-content: center;
}
.page-numbers {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid var(--line);
  font-size: 12px;
}
.page-numbers.current {
  background: var(--ink);
  color: white;
}
.comments-area {
  max-width: 850px;
  margin: 45px auto 0;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-body {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.comment-author .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.comment-metadata {
  font-size: 11px;
  color: var(--muted);
}
.comment-form textarea,
.comment-form input:not([type="checkbox"]):not([type="submit"]),
.post-password-form input[type="password"] {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px;
}
.comment-form label {
  display: block;
  font-size: 12px;
}
.comment-form-cookies-consent label {
  display: inline;
}
.empty-state {
  padding: 65px 35px;
  text-align: center;
  background: var(--paper);
  margin-block: 30px;
}
.empty-state > .icon {
  width: 45px;
  height: 45px;
  color: var(--sand-dark);
  margin-bottom: 25px;
}
.empty-state h2 {
  font-size: 35px;
}
.empty-state p {
  color: var(--muted);
  font-size: 14px;
}
.empty-state .search-form {
  margin-inline: auto;
}
.not-found {
  text-align: center;
  padding-block: 40px;
}
.not-found .search-form {
  margin: 45px auto 0;
}
.not-found p {
  color: var(--muted);
}
/* WooCommerce classic templates and the independent Woozy offers extension. */
.woocommerce .woocommerce-breadcrumb {
  font-size: 11px;
  margin: 0 0 35px;
  color: var(--muted);
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.woocommerce .page-title {
  font-size: 48px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  font-size: 12px;
  margin-bottom: 30px;
}
.woocommerce select {
  padding: 10px;
  border: 1px solid var(--line);
  background: white;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 24px;
  clear: both;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--paper);
  margin: 0 0 19px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 19px;
  padding: 0 0 12px;
  line-height: 1.35;
  letter-spacing: -0.4px;
}
.woocommerce ul.products li.product .price {
  color: var(--ink);
  font-size: 15px;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
  align-self: flex-start;
  font-size: 11px;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 12px 0;
  border-radius: 0;
  gap: 12px;
  min-height: 44px;
}
.woocommerce span.onsale {
  background: #5b6559;
  border-radius: 0;
  font-size: 10px;
  min-height: 0;
  line-height: 1.6;
  padding: 5px 10px;
}
.woocommerce div.product .product_title {
  font-size: 40px;
  line-height: 1.18;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sand-dark);
  font-size: 26px;
}
.woocommerce-product-details__short-description {
  font-size: 14px;
  color: var(--muted);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: var(--paper);
  border-radius: 0;
  margin: 0 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
  font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  font-size: 15px;
  line-height: 1.9;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 28px;
}
.woocommerce .related.products {
  clear: both;
  padding-top: 40px;
}
.woocommerce .related > h2 {
  font-size: 30px;
}
.woocommerce div.product .product_meta {
  font-size: 11px;
  line-height: 2;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.woocommerce div.product .product_meta > span {
  display: block;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background: var(--ink);
  color: white;
  border-radius: 0;
  font-weight: 500;
  line-height: 1.5;
  padding: 13px 20px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  background: #4b5149;
  color: white;
}
.affiliate-note {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.woocommerce .quantity .qty {
  padding: 10px;
  border: 1px solid var(--line);
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: var(--sand-dark);
  background: var(--paper);
  font-size: 13px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  color: var(--sand-dark);
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid var(--line);
  margin: 4px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--ink);
  color: white;
}
.woozy-offers {
  --woozy-offers-accent: #353d34;
  margin: 30px 0;
}
.woozy-offers h2 {
  font-size: 21px !important;
  letter-spacing: -0.4px;
}
.woozy-offers .woozy-offers-item {
  display: grid;
  border-color: var(--line);
  border-radius: 0;
  background: var(--paper);
  padding: 16px;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}
.woozy-offers .woozy-offers-merchant,
.woozy-offers .woozy-offers-amount {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.woozy-offers .woozy-offers-button,
.woozy-offers .woozy-offers-unavailable {
  grid-column: 1/-1;
  border-radius: 0;
  text-align: center;
  font-size: 12px;
  padding: 11px 16px;
}
.woozy-offers .woozy-offers-detail,
.woozy-offers .woozy-offers-disclosure {
  font-size: 11px;
}
.woozy-offers .woozy-offers-disclosure {
  line-height: 1.8;
  color: var(--muted);
}
/* Footer. */
.site-footer {
  background: #242a25;
  color: #d5dbd3;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr 1.2fr;
  gap: 40px;
  padding-block: 62px;
}
.site-footer .brand {
  color: white;
  font-size: 23px;
}
.footer-about > p {
  font-size: 12px;
  color: #b8c0b4;
  line-height: 1.9;
  margin-top: 22px;
  margin-bottom: 0;
}
.site-footer h2 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 22px;
  color: white;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer li {
  font-size: 12px;
  margin-bottom: 11px;
}
.site-footer a:hover {
  color: var(--sand);
}
.footer-transparency {
  border-left: 1px solid #4a5048;
  padding-left: 30px;
}
.footer-transparency .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #dbc6a9;
}
.footer-transparency p {
  font-size: 11px;
  line-height: 1.9;
  color: #b8c0b4;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #454c43;
  padding-block: 22px;
  font-size: 10px;
  color: #b8c0b4;
}
.footer-bottom ul {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-bottom li {
  font-size: 10px;
  margin: 0;
}
@media (min-width: 1600px) {
  .hero-inner {
    min-height: 740px;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 56px);
  }
  .header-inner {
    gap: 20px;
  }
  .primary-navigation > .menu {
    gap: 20px;
  }
  .brand {
    font-size: 21px;
  }
  .hero-copy {
    width: 48%;
    padding-left: 0;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-caption {
    left: 18px;
  }
  .category-copy {
    padding: 22px;
  }
  .category-card h3 {
    font-size: 25px;
  }
  .home-surface {
    padding-inline: 28px;
  }
  .footer-main {
    gap: 24px;
  }
  .footer-transparency {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .header-inner {
    flex-wrap: wrap;
    min-height: 86px;
    padding-block: 15px;
  }
  .header-actions {
    margin-left: auto;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .primary-navigation {
    width: 100%;
    order: 3;
  }
  .primary-navigation > .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .js .primary-navigation {
    display: none;
  }
  .js .primary-navigation.is-open {
    display: block;
  }
  .primary-navigation .sub-menu {
    position: static;
    box-shadow: none;
    max-height: none;
    border: 0;
    padding: 4px 16px;
    min-width: 0;
  }
  .primary-navigation li:hover > .sub-menu,
  .primary-navigation li:focus-within > .sub-menu {
    display: none;
  }
  .primary-navigation .submenu-open > .sub-menu,
  .primary-navigation li.submenu-open:focus-within > .sub-menu,
  .primary-navigation li.submenu-open:hover > .sub-menu {
    display: block;
  }
  html:not(.js) .primary-navigation .sub-menu {
    display: block;
  }
  .js .primary-navigation > .menu {
    display: block;
    border-top: 1px solid var(--line);
    padding-block: 10px;
  }
  .js .primary-navigation > .menu > li > a {
    padding: 12px 0;
  }
  .submenu-toggle {
    min-width: 40px;
    min-height: 40px;
  }
  .hero,
  .hero-inner {
    min-height: 590px;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -2.7px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-copy {
    width: 46%;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero .button {
    gap: 16px;
    font-size: 11px;
  }
  .hero-guide {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 225px 225px;
  }
  .category-design {
    grid-column: span 1;
  }
  .category-design .category-copy {
    max-width: none;
  }
  .category-ergonomic {
    grid-row: span 1;
  }
  .category-ergonomic img {
    object-position: 30% 35%;
  }
  .category-ergonomic:after {
    background: linear-gradient(90deg, #151b17dd, #151b1720);
  }
  .category-design:after {
    background: linear-gradient(90deg, #e4d5bff5, transparent);
  }
  .benefits {
    gap: 12px;
  }
  .benefits > div {
    gap: 10px;
  }
  .benefits small {
    font-size: 9px;
  }
  .benefits strong {
    font-size: 10px;
  }
  .benefits .icon {
    width: 26px;
  }
  .lifestyle-copy {
    padding: 45px 35px;
  }
  .lifestyle-copy h2 {
    font-size: 32px;
  }
  .lifestyle-photo {
    min-height: 410px;
  }
  .faq-section {
    gap: 35px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .footer-transparency {
    border: 0;
    padding-left: 0;
    max-width: 300px;
  }
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 36px);
  }
  .announcement .container {
    justify-content: center;
    padding-block: 6px;
  }
  .announcement-note {
    display: none;
  }
  .announcement {
    font-size: 9px;
  }
  .header-inner {
    min-height: 79px;
    gap: 12px;
  }
  .brand {
    font-size: 22px;
    gap: 9px;
  }
  .brand small {
    font-size: 7px;
    letter-spacing: 1.8px;
  }
  .brand-mark {
    width: 33px;
    height: 38px;
  }
  .header-actions {
    padding-left: 8px;
  }
  .icon-button {
    min-width: 40px;
    padding: 8px;
  }
  .hero,
  .hero-inner {
    min-height: 770px;
  }
  .hero-image {
    height: 470px;
    mask-image: none;
    object-fit: cover;
    object-position: 23% 20%;
    width: 150%;
    max-width: none;
    left: -3%;
    top: -5px;
  }
  .hero:after {
    background: linear-gradient(180deg, transparent 28%, #1c1d1a 59%);
  }
  .hero-inner {
    align-items: flex-end;
    padding: 0 7px 106px;
    justify-content: flex-start;
  }
  .hero-copy {
    width: 100%;
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
    margin-bottom: 17px;
  }
  .hero h1 {
    font-size: 53px;
    max-width: 335px;
    letter-spacing: -2.8px;
    margin-bottom: 17px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 320px;
    margin-bottom: 23px;
    line-height: 1.8;
  }
  .hero .button {
    min-height: 50px;
    font-size: 12px;
    gap: 26px;
  }
  .hero-guide {
    font-size: 10px;
    margin-top: 18px;
  }
  .hero-caption {
    display: none;
  }
  .home-surface {
    margin-top: -52px;
    padding: 28px 18px 0;
    width: calc(100% - 20px);
  }
  .section-heading {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .section-heading > .text-link {
    font-size: 11px;
    padding-top: 0;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 240px 220px;
    gap: 12px;
  }
  .category-ergonomic {
    grid-column: span 2;
  }
  .category-ergonomic img {
    object-position: center 40%;
    object-fit: cover;
  }
  .category-ergonomic:after {
    background: linear-gradient(90deg, #151b17dd, transparent);
  }
  .category-ergonomic .category-copy {
    max-width: 65%;
  }
  .category-design {
    grid-column: span 2;
  }
  .category-design .category-copy {
    max-width: 70%;
  }
  .category-copy {
    padding: 24px;
  }
  .category-card h3 {
    font-size: 28px;
  }
  .category-card .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .category-budget .category-copy,
  .category-guide .category-copy {
    padding: 18px;
  }
  .category-budget h3,
  .category-guide h3 {
    font-size: 23px;
    line-height: 1.17;
  }
  .category-budget .eyebrow,
  .category-guide .eyebrow {
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .category-link {
    font-size: 10px;
    gap: 4px;
    line-height: 1.6;
  }
  .category-number {
    font-size: 130px;
    bottom: 30px;
  }
  .category-chair {
    width: 130px;
    height: 130px;
    right: -30px;
    bottom: 36px;
  }
  .benefits {
    grid-template-columns: 1fr;
    padding: 26px 0;
    gap: 19px;
  }
  .benefits > div {
    justify-content: flex-start;
    padding-left: 10px;
    gap: 18px;
  }
  .benefits > div + div {
    border: 0;
  }
  .benefits strong {
    font-size: 12px;
  }
  .benefits small {
    font-size: 11px;
  }
  .benefits .icon {
    width: 30px;
    height: 30px;
  }
  .choosing-section,
  .home-products {
    padding-block: 45px;
  }
  .advice-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .advice-card {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 0 15px;
    padding-top: 23px;
  }
  .step-number {
    grid-row: span 3;
    font-size: 34px;
  }
  .advice-card h3 {
    font-size: 22px;
  }
  .advice-card p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .advice-card .text-link {
    justify-self: start;
    grid-column: 2;
    font-size: 11px;
  }
  .lifestyle-section {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .lifestyle-photo {
    min-height: 330px;
  }
  .lifestyle-copy {
    padding: 40px 28px 45px;
  }
  .lifestyle-copy h2 {
    font-size: 34px;
  }
  .lifestyle-copy .eyebrow {
    font-size: 9px;
  }
  .journal-section {
    padding-block: 50px;
  }
  .post-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .post-card h3 {
    font-size: 25px;
  }
  .post-card > p {
    font-size: 13px;
  }
  .post-card-meta {
    font-size: 10px;
  }
  .post-card-image {
    margin-bottom: 17px;
    aspect-ratio: 1.5;
  }
  .approach-section {
    padding: 50px 0;
  }
  .approach-inner h2 {
    font-size: 30px;
  }
  .approach-inner > p:not(.eyebrow) {
    font-size: 13px;
  }
  .approach-signature {
    font-size: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 50px;
  }
  .faq-section h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .faq-section > div > p:not(.eyebrow) {
    max-width: none;
  }
  .faq-list summary {
    font-size: 12px;
    gap: 16px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-block: 45px;
  }
  .footer-about {
    grid-column: span 2;
  }
  .footer-about > p {
    max-width: 260px;
  }
  .site-footer h2 {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 17px;
  }
  .site-footer li {
    font-size: 11px;
  }
  .footer-transparency {
    grid-column: span 2;
    max-width: none;
    border-top: 1px solid #4a5048;
    padding-top: 25px;
  }
  .footer-transparency p {
    margin-bottom: 0;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 20px;
  }
  .footer-bottom ul {
    gap: 16px;
    order: 3;
    width: 100%;
  }
  .footer-bottom .back-top {
    margin-left: auto;
  }
  .content-main {
    padding-top: 22px;
    padding-bottom: 50px;
  }
  .breadcrumb {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .page-heading h1 {
    font-size: 35px;
  }
  .page-heading {
    margin-bottom: 30px;
  }
  .entry-content {
    font-size: 15px;
  }
  .entry-content h2 {
    font-size: 27px;
  }
  .entry-content h3 {
    font-size: 23px;
  }
  .entry-content blockquote {
    padding: 15px;
  }
  .search-dialog {
    padding: 22px;
  }
  .search-dialog h2 {
    font-size: 25px;
  }
  .search-form .button {
    padding: 13px;
  }
  .search-form .button span {
    display: none;
  }
  .search-field {
    font-size: 13px;
    padding: 12px;
  }
  .empty-state {
    padding: 40px 18px;
  }
  .empty-state h2 {
    font-size: 30px;
  }
  .woocommerce .woocommerce-breadcrumb a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .woocommerce .page-title {
    font-size: 35px;
  }
  .woocommerce ul.products,
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 17px;
  }
  .woocommerce ul.products li.product .button {
    font-size: 10px;
    gap: 4px;
  }
  .woocommerce ul.products li.product .button .icon {
    width: 15px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    font-size: 11px;
  }
  .woocommerce div.product .product_title {
    font-size: 34px;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100%;
    float: none;
  }
  .woocommerce div.product div.summary {
    margin-top: 25px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 11px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 10px;
  }
  .post-navigation .nav-links {
    flex-direction: column;
  }
  .post-navigation .nav-links > div {
    max-width: 100%;
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
