/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #171b19;
  --forest: #16372c;
  --gold: #d6a24f;
  --paper: #f3efe5;
  --rust: #a94d2e;
  --line: #c9c1b2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
}
.shell {
  width: min(1180px,calc(100% - 48px));
  margin: auto;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}
.brand span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  background: var(--gold);
  color: var(--forest);
  font-family: Georgia,serif;
  font-size: 16px;
}
.links {
  display: flex;
  gap: 36px;
}
.links a,.cart {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  color: inherit;
  text-decoration: none;
}
.cart b {
  display: inline-grid;
  place-items: center;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--forest);
  color: white;
}
.hero {
  background: var(--forest);
  color: white;
  overflow: hidden;
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 50px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 800;
  color: #e1b464;
}
.eyebrow.dark {
  color: #7b4e27;
}
.hero h1,.method h2 {
  font: 400 clamp(58px,7vw,100px)/.87 Georgia,serif;
  letter-spacing: -.055em;
  margin: 25px 0;
}
.hero h1 em,.method h2 em,.quote em {
  color: var(--gold);
  font-weight: 400;
}
.intro {
  max-width: 500px;
  color: #c8d2cc;
  font-size: 18px;
  line-height: 1.65;
}
.primary {
  display: inline-flex;
  gap: 38px;
  margin-top: 25px;
  padding: 18px 22px;
  background: var(--gold);
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .12em;
  font-weight: 900;
  text-decoration: none;
}
.hero-art {
  position: relative;
  height: 540px;
}
.sun {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: var(--gold);
  top: 30px;
  right: -70px;
}
.line {
  position: absolute;
  width: 580px;
  height: 1px;
  background: #e2bc73;
  transform: rotate(-24deg);
  right: -160px;
}
.line.one {
  top: 120px;
}
.line.two {
  bottom: 100px;
}
.book {
  position: absolute;
  z-index: 2;
  background: #efe8d8;
  color: var(--forest);
  box-shadow: 22px 26px 0 rgba(0,0,0,.15);
  padding: 38px;
  display: flex;
  flex-direction: column;
}
.book.large {
  width: 310px;
  height: 430px;
  left: 50px;
  top: 55px;
  transform: rotate(-5deg);
}
.book small,.cover small {
  font-size: 9px;
  letter-spacing: .18em;
  font-weight: 800;
}
.book strong {
  font: 700 48px/.85 Georgia,serif;
  margin-top: 65px;
}
.book strong i {
  color: var(--rust);
  font-weight: 400;
}
.book>span {
  margin-top: auto;
  font-size: 9px;
  letter-spacing: .12em;
}
.hero-art>p {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8px;
  font: italic 20px/1.3 Georgia,serif;
}
.marquee {
  overflow: hidden;
  background: var(--gold);
  padding: 18px 0;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: .3em;
  font-weight: 900;
}
.marquee div {
  width: max-content;
}
.marquee span {
  margin: 0 32px;
}
.library {
  padding: 120px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}
.section-head h2,.quote p,.checkout h2 {
  font: 400 clamp(42px,5vw,70px)/1 Georgia,serif;
  letter-spacing: -.04em;
  margin: 12px 0;
}
.section-head>p {
  max-width: 400px;
  line-height: 1.6;
  color: #5f625d;
}
.products {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  margin-top: 45px;
}
.cover {
  aspect-ratio: 4/5;
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cover.gold {
  background: #d7a44f;
}
.cover.cream {
  background: #ded7c5;
}
.cover.rust {
  background: #a94d2e;
  color: white;
}
.cover strong {
  max-width: 220px;
  font: 700 44px/.92 Georgia,serif;
  margin-top: 55px;
}
.cover-mark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  font: 700 155px/1 Georgia,serif;
  opacity: .17;
}
.cover-mark span {
  font-style: italic;
}
.cover i {
  margin-top: auto;
  font-size: 10px;
  letter-spacing: .16em;
  font-weight: 900;
}
.product-copy>p {
  font-size: 9px;
  letter-spacing: .16em;
  color: #80643b;
  font-weight: 900;
  margin: 24px 0 8px;
}
.product-copy h3 {
  font: 700 25px Georgia,serif;
  margin: 0 0 8px;
}
.product-copy>span {
  display: block;
  min-height: 50px;
  color: #65675f;
  font-size: 14px;
  line-height: 1.5;
}
.product-copy>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 17px;
}
.product-copy button,.checkout-box button {
  border: 0;
  background: none;
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 900;
  cursor: pointer;
}
.method {
  background: var(--ink);
  color: white;
  padding: 120px 0;
}
.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.method ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.method li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #464944;
}
.method li>b {
  color: var(--gold);
  font: italic 20px Georgia,serif;
}
.method li span {
  color: #aeb6af;
  line-height: 1.5;
}
.method li strong {
  display: block;
  color: white;
  font: 700 24px Georgia,serif;
  margin-bottom: 8px;
}
.quote {
  text-align: center;
  padding: 150px 0;
}
.quote p {
  max-width: 920px;
  margin: 0 auto 35px;
}
.quote span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 900;
}
.checkout {
  padding: 75px 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-box {
  min-width: 340px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.checkout-box span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.checkout-box strong {
  font: 700 28px Georgia,serif;
}
.checkout-box button {
  grid-column: 1/-1;
  background: var(--forest);
  color: white;
  padding: 18px;
}
.checkout-box button:disabled {
  opacity: .45;
}
footer {
  background: var(--forest);
  color: white;
  padding: 55px 0;
}
footer .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
footer p {
  color: #a9b8b0;
  text-align: right;
}
footer small {
  grid-column: 1/-1;
  border-top: 1px solid #456055;
  margin-top: 40px;
  padding-top: 24px;
  font-size: 9px;
  letter-spacing: .12em;
  color: #93a69c;
}
@media (max-width:800px) {
  .links {
    display: none;
  }
  .shell {
    width: min(100% - 30px,1180px);
  }
  .hero-grid,.method-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    padding: 80px 0;
  }
  .hero-art {
    height: 430px;
  }
  .sun {
    width: 350px;
    height: 350px;
  }
  .book.large {
    left: 25px;
    width: 260px;
    height: 360px;
  }
  .book strong {
    font-size: 40px;
    margin-top: 45px;
  }
  .products {
    grid-template-columns: 1fr;
  }
  .section-head,.checkout {
    align-items: start;
    flex-direction: column;
    gap: 28px;
  }
  .library {
    padding: 80px 0;
  }
  .method {
    padding: 80px 0;
  }
  .checkout-box {
    min-width: 100%;
  }
  footer .shell {
    grid-template-columns: 1fr;
  }
  footer p {
    text-align: left;
  }
  footer small {
    grid-column: auto;
  }
  .hero-art>p {
    display: none;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
.hero-book{position:absolute;z-index:2;width:min(470px,80%);left:10px;top:45px;transform:rotate(-3deg);filter:drop-shadow(22px 28px 16px rgba(0,0,0,.28))}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:34px 0 10px}.filters button{border:1px solid var(--line);background:transparent;padding:11px 16px;font-size:11px;cursor:pointer}.filters button.active{background:var(--forest);border-color:var(--forest);color:white}.cover.real{aspect-ratio:1/1;padding:0;display:block;background:#e5dfd4}.cover.real img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.cover.real:hover img{transform:scale(1.025)}.cover.real span{position:absolute;left:14px;bottom:14px;background:var(--forest);color:white;padding:9px 11px;font-size:8px;letter-spacing:.12em}.product-copy>span{min-height:72px}@media(max-width:800px){.hero-book{width:min(420px,85%);left:5%;top:20px}}
.cover-button{width:100%;border:0;cursor:pointer;text-align:left}.details{border:0;background:none;padding:12px 0;color:#6f4b24;font-size:9px;font-weight:900;letter-spacing:.12em;cursor:pointer}.modal-backdrop{position:fixed;z-index:50;inset:0;background:rgba(10,20,16,.76);display:grid;place-items:center;padding:24px;overflow:auto}.book-modal{position:relative;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--paper);display:grid;grid-template-columns:.85fr 1.15fr;box-shadow:0 35px 90px rgba(0,0,0,.4)}.modal-close{position:absolute;z-index:2;right:18px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:var(--forest);color:white;font-size:27px;cursor:pointer}.modal-image{background:#ded7c9;padding:38px;display:flex;align-items:flex-start}.modal-image img{width:100%;box-shadow:0 18px 35px rgba(0,0,0,.18)}.modal-copy{padding:48px}.modal-copy h2{font:400 42px/1.05 Georgia,serif;letter-spacing:-.03em;margin:10px 0 18px}.modal-lead{font:19px/1.55 Georgia,serif;color:#505b54}.modal-block{border-top:1px solid var(--line);padding-top:20px;margin-top:22px}.modal-block>strong{font:700 19px Georgia,serif}.modal-block p{color:#5f675f;line-height:1.6}.modal-block ol{list-style:none;padding:0;margin:14px 0}.modal-block li{display:flex;gap:12px;border-top:1px solid #d9d2c4;padding:10px 0;font-size:13px}.modal-block li span{color:#9b6934;font-weight:800}.bonus{background:#e6ddca;padding:16px 18px;margin-top:20px}.bonus small,.bonus b{display:block}.bonus small{font-size:8px;letter-spacing:.14em;color:#8a592b;margin-bottom:6px}.bonus b{font:700 17px Georgia,serif}.modal-buy{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.modal-buy>b{font:700 25px Georgia,serif}.modal-buy button{border:0;background:var(--gold);padding:17px 21px;font-size:10px;letter-spacing:.11em;font-weight:900;cursor:pointer}@media(max-width:720px){.book-modal{grid-template-columns:1fr}.modal-image{padding:28px}.modal-image img{max-width:420px;margin:auto}.modal-copy{padding:30px}.modal-copy h2{font-size:34px}.modal-buy{align-items:stretch;flex-direction:column;gap:16px}}
.hero .hero-art{display:grid;place-items:center;height:560px}.hero .hero-art .sun,.hero .hero-art .line{display:none}.hero-frame{position:relative;width:min(410px,82%);background:#eee7d8;padding:16px 16px 14px;box-shadow:22px 24px 0 #0d2d24;border:1px solid rgba(255,255,255,.35)}.hero-label{margin:0 0 10px;color:#6f5128;font-size:9px;font-weight:900;letter-spacing:.18em}.hero .hero-book{position:relative;inset:auto;width:100%;height:auto;display:block;transform:none;filter:none}.hero-meta{display:flex;align-items:center;justify-content:space-between;padding-top:12px;color:#17372d;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.hero-meta b{font-size:13px}.hero .hero-note{position:absolute;right:0;bottom:14px;margin:0;background:var(--gold);color:#17231e;padding:13px 17px;font:700 13px/1.35 Arial,sans-serif;text-align:left}.hero .hero-note span{font-weight:400;font-size:10px;letter-spacing:.04em}@media(max-width:800px){.hero .hero-art{height:auto;min-height:470px}.hero-frame{width:min(400px,78%)}.hero .hero-note{right:4%;bottom:12px}}
.hero .transparent-hero{position:relative;display:grid;place-items:center;height:560px;overflow:visible}.transparent-hero .hero-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:var(--gold);right:0;top:55px;opacity:.92}.transparent-hero .hero-product{position:relative;z-index:2;width:min(510px,92%);height:auto;display:block;filter:drop-shadow(18px 26px 16px rgba(0,0,0,.28))}.transparent-hero .hero-note{z-index:3;right:-5px;bottom:18px}@media(max-width:800px){.hero .transparent-hero{min-height:500px;height:auto}.transparent-hero .hero-glow{width:340px;height:340px;right:2%;top:70px}.transparent-hero .hero-product{width:min(460px,92%)}.transparent-hero .hero-note{right:2%;bottom:12px}}
.modal-kicker{color:#98602f;font-size:11px;line-height:1.55;letter-spacing:.08em;text-transform:uppercase;font-weight:800;margin:0 0 14px}.takeaways{background:#17372d;color:white;padding:22px 24px;margin:24px 0}.takeaways>strong{font:700 20px Georgia,serif}.takeaways ul{padding-left:20px;margin:14px 0 0}.takeaways li{margin:9px 0;color:#dbe4de;line-height:1.45}.topics-intro{margin-bottom:8px}.decision-copy{background:var(--gold);color:#18231f;padding:22px 24px;margin-top:26px}.decision-copy strong{font:700 21px Georgia,serif}.decision-copy p{margin:8px 0 0;line-height:1.55}.product-copy>span{min-height:118px}
.digital-strip{background:var(--gold);padding:26px 0}.digital-strip .shell{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.digital-strip div div{border-left:1px solid rgba(20,45,35,.35);padding-left:20px}.digital-strip b,.digital-strip span{display:block}.digital-strip b{font-size:10px;letter-spacing:.14em}.digital-strip span{font-size:12px;margin-top:7px;color:#3f453f}@media(max-width:700px){.digital-strip .shell{grid-template-columns:1fr}.digital-strip div div{padding:5px 0 5px 16px}}
.transparent-hero .hero-tablet{position:relative;z-index:2;width:min(350px,66%);height:auto;display:block;filter:drop-shadow(18px 25px 15px rgba(0,0,0,.28));transform:translateX(-38px)}
.transparent-hero .hero-mobile{position:absolute;z-index:3;width:172px;height:auto;right:28px;bottom:35px;filter:drop-shadow(12px 18px 12px rgba(0,0,0,.3))}
@media(max-width:800px){.transparent-hero .hero-tablet{width:min(340px,66%);transform:translateX(-28px)}.transparent-hero .hero-mobile{width:150px;right:7%;bottom:36px}}
@media(max-width:480px){.transparent-hero .hero-tablet{width:64%;transform:translateX(-24px)}.transparent-hero .hero-mobile{width:125px;right:5%;bottom:42px}}
.product-copy>span{min-height:52px}.library{padding-top:95px}.section-head{align-items:flex-start}.hero .hero-note{right:18px;bottom:10px;padding:0;background:transparent;color:#f4e5c3;white-space:nowrap;font:italic 18px/1.3 Georgia,serif}.products{row-gap:48px}@media(max-width:800px){.product-copy>span{min-height:auto}.library{padding-top:70px}.hero .hero-note{right:5%;bottom:4px;padding:0;white-space:normal;font-size:16px}}
.official-brand{gap:11px}.official-brand img{width:52px;height:52px;object-fit:contain}.official-brand strong{font:900 13px Arial,sans-serif;letter-spacing:.12em}.footer-brand img{width:62px;height:62px}.footer-brand strong{color:white}@media(max-width:520px){.official-brand img{width:45px;height:45px}.official-brand strong{font-size:11px;letter-spacing:.08em}}
.catalog-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 230px;gap:18px;margin:34px 0 18px;padding:22px;background:#e9e2d4;border:1px solid var(--line)}
.catalog-toolbar label{display:grid;gap:8px}.catalog-toolbar label>span{font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#78542e}
.catalog-toolbar input,.catalog-toolbar select{width:100%;height:48px;border:1px solid #bdb4a4;background:#f8f5ee;color:var(--ink);padding:0 15px;font:14px Arial,sans-serif;outline:none}
.catalog-toolbar input:focus,.catalog-toolbar select:focus{border-color:var(--forest);box-shadow:0 0 0 2px rgba(22,55,44,.12)}
.library .filters{margin:0 0 20px}.library .filters button{transition:background .2s,color .2s,border-color .2s}.library .filters button:hover{border-color:var(--forest)}
.catalog-summary{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin:0 0 22px;color:#716d64;font-size:12px}.catalog-summary b{color:var(--forest);font:700 19px Georgia,serif}
.products.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 20px;margin-top:0}
.catalog-product{min-width:0;display:flex;flex-direction:column}.catalog-product .cover.real{aspect-ratio:1/1}.catalog-product .cover.real span{left:12px;bottom:12px;padding:8px 10px}.catalog-product .product-copy{display:flex;flex:1;flex-direction:column}.catalog-product .product-copy>p{margin-top:18px}.catalog-product .product-copy h3{min-height:52px;font-size:21px;line-height:1.12;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product .product-copy>span{min-height:44px;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-product .details{align-self:flex-start;padding:11px 0}.catalog-product .product-copy>div{margin-top:auto}.catalog-product .product-copy>div button{white-space:nowrap}
.catalog-empty{display:grid;place-items:center;text-align:center;min-height:260px;border:1px solid var(--line);background:#eee8dc;padding:40px}.catalog-empty strong{font:700 28px Georgia,serif}.catalog-empty span{margin-top:8px;color:#6d6b63}
.catalog-more{display:grid;place-items:center;gap:10px;margin-top:54px}.catalog-more>button{border:0;background:var(--forest);color:white;padding:17px 24px;font-size:10px;font-weight:900;letter-spacing:.13em;cursor:pointer}.catalog-more>button span{color:#e2b667}.catalog-more small{color:#777268;font-size:11px}
@media(max-width:1000px){.products.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.catalog-toolbar{grid-template-columns:1fr;padding:16px}.products.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 16px}.catalog-product .product-copy h3{font-size:19px}.catalog-product .product-copy>div{align-items:flex-start;flex-direction:column;gap:12px}.catalog-product .product-copy>div button{padding:0}.section-head>p{margin:0}}
@media(max-width:520px){.products.catalog-grid{grid-template-columns:1fr;gap:48px}.catalog-product .product-copy h3{min-height:auto;font-size:25px}.catalog-product .product-copy>span{min-height:auto;font-size:14px}.catalog-product .product-copy>div{align-items:center;flex-direction:row}.catalog-summary{justify-content:flex-start}.catalog-more{margin-top:42px}}
footer .footer-layout{position:relative;gap:20px 50px}
.company-details{grid-column:1/-1;position:relative;width:max-content}
.company-details summary{list-style:none;cursor:pointer;width:max-content;color:#e4b55e;font-size:10px;font-weight:900;letter-spacing:.14em;border-bottom:1px solid rgba(228,181,94,.45);padding:8px 0}
.company-details summary::-webkit-details-marker{display:none}.company-details summary::after{content:" +"}.company-details[open] summary::after{content:" −"}
.company-panel{position:absolute;z-index:8;left:0;bottom:calc(100% + 14px);width:min(520px,calc(100vw - 48px));background:#f3efe5;color:#171b19;padding:24px;box-shadow:0 20px 55px rgba(0,0,0,.3)}
.company-panel dl{margin:0;display:grid;gap:14px}.company-panel dl>div{display:grid;grid-template-columns:150px 1fr;gap:18px;padding-bottom:12px;border-bottom:1px solid #d1c8b8}.company-panel dl>div:last-child{padding-bottom:0;border-bottom:0}.company-panel dt{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#79562f}.company-panel dd{margin:0;font-size:13px;line-height:1.45}.company-panel a{color:#16372c;font-weight:800}
footer .footer-layout>small{margin-top:18px}
@media(max-width:800px){footer .footer-layout{gap:14px}.company-details{margin-top:8px}.company-panel{position:fixed;left:15px;right:15px;bottom:18px;width:auto}.company-panel dl>div{grid-template-columns:1fr;gap:5px}}
