/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Aptos, "Segoe UI Variable", "Helvetica Neue", sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #26302f;
    --color-canvas: #f7efe6;
    --color-paper: #fffaf2;
    --color-rust: #9c3f2b;
    --color-clay: #c36f4f;
    --color-moss: #2f625d;
    --color-night: #1f3432;
    --color-ochre: #8a6116;
    --color-sage: #dceae5;
    --color-peach: #f2d8ca;
    --color-gold-wash: #f6e9ca;
    --color-line: #d9cbb8;
    --color-muted: #5f615c;
    --color-primary-700: #7c2f20;
    --font-display: "Bodoni 72", Didot, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  }
}
@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 {
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@layer base {
  *,	*::before,	*::after {
    box-sizing: border-box;
  }
  html {
    background: var(--color-canvas);
    color: var(--color-ink);
    font-size: 16px;
  }
  body {
    background: var(--color-canvas);
    color: var(--color-ink);
    font-family: var(--font-sans);
    line-height: 1.62;
    margin: 0;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
  }
  a {
    color: inherit;
    text-underline-offset: 0.18em;
  }
  img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  button,	input,	select,	textarea {
    font: inherit;
  }
  ::selection {
    background: var(--color-clay);
    color: var(--color-paper);
  }
}
@layer components {
  .site-shell {
    margin-inline: auto;
    max-width: 1220px;
    padding-inline: clamp(1.25rem, 3vw, 2.75rem);
    width: 100%;
  }
  .skip-link {
    background: var(--color-night);
    color: var(--color-paper);
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1000;
  }
  .skip-link:focus {
    top: 1rem;
  }
  :where(a, button, input, summary):focus-visible {
    outline: 3px solid var(--color-clay);
    outline-offset: 4px;
  }
  .top-note {
    background: var(--color-night);
    color: #f7f2e9;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .top-note-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 34px;
  }
  .top-note a {
    color: #f1c9b8;
    font-weight: 700;
  }
  .site-header {
    backdrop-filter: blur(14px);
    background: color-mix(in srgb, #f7efe6 92%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-canvas) 92%, transparent);
    }
    border-bottom: 1px solid var(--color-line);
    position: sticky;
    top: 0;
    z-index: 80;
  }
  .masthead {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    min-height: 84px;
  }
  .brand {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    text-decoration: none;
  }
  .brand-monogram {
    align-items: center;
    background: var(--color-rust);
    color: var(--color-paper);
    display: inline-flex;
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-style: italic;
    height: 46px;
    justify-content: center;
    line-height: 1;
    transform: rotate(-3deg);
    width: 42px;
  }
  .brand-copy {
    display: grid;
    line-height: 1.05;
  }
  .brand-copy strong {
    font-family: var(--font-display);
    font-size: 1.72rem;
    font-weight: 600;
    letter-spacing: -0.025em;
  }
  .brand-copy small {
    color: var(--color-muted);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 0.28rem;
    text-transform: uppercase;
  }
  .desktop-nav {
    margin-left: auto;
  }
  .site-nav-list,	.mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-nav-list {
    align-items: center;
    display: flex;
    gap: clamp(1rem, 2.4vw, 2rem);
  }
  .site-nav-list a {
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.03em;
    position: relative;
    text-decoration: none;
  }
  .site-nav-list a::after {
    background: var(--color-rust);
    bottom: -0.45rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
  }
  .site-nav-list a:hover::after,	.site-nav-list .current-menu-item a::after {
    transform: scaleX(1);
  }
  .header-actions {
    align-items: center;
    display: flex;
    gap: 0.75rem;
  }
  .header-search {
    position: relative;
  }
  .header-search summary,	.mobile-menu summary {
    cursor: pointer;
    list-style: none;
  }
  .header-search summary::-webkit-details-marker,	.mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .header-search summary {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 750;
    gap: 0.4rem;
    padding: 0.6rem;
  }
  .header-search svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.7;
    width: 18px;
  }
  .search-popover {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    box-shadow: 0 22px 55px rgba(32, 33, 30, 0.16);
    padding: 1rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.8rem);
    width: min(340px, 85vw);
  }
  .search-popover .search-form {
    display: flex;
    gap: 0.5rem;
  }
  .search-popover label {
    flex: 1;
  }
  .search-popover input[type="search"] {
    background: var(--color-canvas);
    border: 1px solid var(--color-line);
    min-width: 0;
    padding: 0.7rem;
    width: 100%;
  }
  .search-popover input[type="submit"] {
    background: var(--color-night);
    border: 0;
    color: var(--color-paper);
    cursor: pointer;
    padding: 0.7rem 0.9rem;
  }
  .header-cta,	.button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 0.79rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 46px;
    padding: 0.8rem 1.15rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  }
  .header-cta {
    background: var(--color-night);
    color: var(--color-paper);
  }
  .button-primary {
    background: var(--color-rust);
    color: var(--color-paper);
  }
  .header-cta:hover,	.button:hover {
    box-shadow: 0 10px 25px rgba(32, 33, 30, 0.16);
    transform: translateY(-2px);
  }
  .mobile-menu {
    display: none;
  }
  .hero-section {
    background: radial-gradient(circle at 87% 18%, rgba(189, 106, 74, 0.17), transparent 30%),	linear-gradient(125deg, rgba(255, 253, 248, 0.88), rgba(246, 240, 231, 0.35));
    border-bottom: 1px solid var(--color-line);
    overflow: hidden;
    position: relative;
  }
  .hero-section::before {
    border: 1px solid rgba(53, 91, 85, 0.16);
    border-radius: 50%;
    content: "";
    height: 520px;
    position: absolute;
    right: -240px;
    top: -280px;
    width: 520px;
  }
  .hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    min-height: min(760px, calc(100vh - 118px));
    padding-bottom: clamp(5rem, 9vw, 8.5rem);
    padding-top: clamp(5rem, 9vw, 8.5rem);
  }
  .eyebrow {
    align-items: center;
    color: var(--color-rust);
    display: flex;
    font-size: 0.72rem;
    font-weight: 850;
    gap: 0.7rem;
    letter-spacing: 0.17em;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
  }
  .eyebrow::before {
    background: currentColor;
    content: "";
    height: 1px;
    width: 38px;
  }
  .hero-copy h1 {
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 7.6vw, 7.15rem);
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 0.87;
    margin: 0;
    max-width: 850px;
  }
  .hero-copy h1 em {
    color: var(--color-rust);
    font-weight: 500;
  }
  .hero-intro {
    color: var(--color-muted);
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    line-height: 1.7;
    margin: 2rem 0 0;
    max-width: 690px;
  }
  .hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
  .text-link {
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration-color: var(--color-clay);
    text-decoration-thickness: 1px;
  }
  .text-link span {
    display: inline-block;
    margin-left: 0.25rem;
    transition: transform 160ms ease;
  }
  .text-link:hover span {
    transform: translate(2px, -2px);
  }
  .decision-card {
    background: var(--color-night);
    box-shadow: 28px 28px 0 rgba(150, 62, 41, 0.14);
    color: var(--color-paper);
    padding: clamp(1.5rem, 4vw, 2.4rem);
    position: relative;
    transform: rotate(1.2deg);
  }
  .decision-kicker {
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.17em;
    margin: 0;
    text-transform: uppercase;
  }
  .decision-orbit {
    aspect-ratio: 1;
    border: 1px solid rgba(255, 253, 248, 0.28);
    border-radius: 50%;
    margin: 2rem auto;
    max-width: 310px;
    position: relative;
  }
  .decision-orbit::before,	.decision-orbit::after {
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-radius: 50%;
    content: "";
    inset: 17%;
    position: absolute;
  }
  .decision-orbit::after {
    border-color: var(--color-clay);
    inset: 35%;
  }
  .orbit-core {
    align-items: center;
    display: flex;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-style: italic;
    inset: 34%;
    justify-content: center;
    line-height: 0.95;
    position: absolute;
    text-align: center;
  }
  .orbit-label {
    background: var(--color-night);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 0.25rem 0.45rem;
    position: absolute;
    text-transform: uppercase;
  }
  .orbit-fit {
    left: -0.5rem;
    top: 48%;
  }
  .orbit-facts {
    right: 3%;
    top: 8%;
  }
  .orbit-upkeep {
    bottom: 4%;
    right: 10%;
  }
  .decision-copy {
    color: #dfe5e1;
    font-family: var(--font-display);
    font-size: 1.22rem;
    font-style: italic;
    line-height: 1.35;
    margin: 0;
  }
  .trust-rail {
    background: var(--color-paper);
    border-bottom: 1px solid var(--color-line);
  }
  .trust-rail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .trust-rail p {
    align-items: center;
    border-right: 1px solid var(--color-line);
    display: flex;
    font-size: 0.78rem;
    font-weight: 750;
    gap: 0.9rem;
    margin: 0;
    min-height: 78px;
    padding: 1rem 1.5rem;
  }
  .trust-rail p:last-child {
    border-right: 0;
  }
  .trust-rail span {
    color: var(--color-rust);
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-style: italic;
  }
  .section {
    padding-block: clamp(5.5rem, 10vw, 9rem);
  }
  .section-heading {
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  }
  .section-heading h2,	.method-intro h2,	.gift-copy h2,	.about-grid h2 {
    font-family: var(--font-display);
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0;
  }
  .split-heading {
    align-items: end;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  }
  .split-heading > p {
    color: var(--color-muted);
    font-size: 1.03rem;
    line-height: 1.65;
    margin: 0;
    max-width: 430px;
  }
  .category-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    background: var(--color-line);
    border: 1px solid var(--color-line);
  }
  .category-card {
    background: var(--color-paper);
    color: var(--color-ink);
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: clamp(1.35rem, 2.5vw, 2rem);
    position: relative;
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
  }
  .category-card::after {
    background: var(--color-rust);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0.18);
    transform-origin: left;
    transition: transform 220ms ease;
    width: 100%;
  }
  .category-card:nth-child(3n+2)::after {
    background: var(--color-moss);
  }
  .category-card:nth-child(3n)::after {
    background: var(--color-clay);
  }
  a.category-card:hover {
    background: #fffaf1;
    transform: translateY(-4px);
    z-index: 2;
  }
  a.category-card:hover::after {
    transform: scaleX(1);
  }
  .category-number {
    color: var(--color-rust);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-style: italic;
  }
  .category-card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.5vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.03;
    margin: 2.4rem 0 1rem;
  }
  .category-card p {
    color: var(--color-muted);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0;
  }
  .category-status {
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    margin-top: auto;
    padding-top: 2rem;
    text-transform: uppercase;
  }
  .method-section {
    background: var(--color-night);
    color: var(--color-paper);
    padding-block: clamp(5.5rem, 10vw, 9rem);
  }
  .method-grid {
    display: grid;
    gap: clamp(4rem, 9vw, 9rem);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
  .eyebrow-light {
    color: #f1b89f;
  }
  .method-intro > p:not(.eyebrow) {
    color: #c7d0cd;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 1.8rem 0;
  }
  .text-link-light {
    color: var(--color-paper);
    text-decoration-color: var(--color-clay);
  }
  .method-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .method-list li {
    border-top: 1px solid rgba(255, 253, 248, 0.2);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 48px 1fr;
    padding: 1.8rem 0;
  }
  .method-list li:last-child {
    border-bottom: 1px solid rgba(255, 253, 248, 0.2);
  }
  .method-list > li > span {
    color: #f1b89f;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-style: italic;
  }
  .method-list h3 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0 0 0.3rem;
  }
  .method-list p {
    color: #c7d0cd;
    margin: 0;
  }
  .latest-section {
    background: var(--color-paper);
  }
  .guide-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .guide-card {
    background: var(--color-canvas);
    border: 1px solid var(--color-line);
  }
  .guide-visual {
    align-items: end;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(53, 91, 85, 0.92), rgba(33, 48, 46, 0.98)),	var(--color-night);
    color: var(--color-paper);
    display: flex;
    overflow: hidden;
    padding: 1.25rem;
    text-decoration: none;
  }
  .guide-visual img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .guide-visual span {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-style: italic;
  }
  .guide-card-body {
    padding: 1.5rem;
  }
  .guide-meta,	.empty-label {
    color: var(--color-rust);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .guide-card h3 {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.08;
    margin: 0.7rem 0 0;
  }
  .guide-card h3 a {
    text-decoration: none;
  }
  .guide-card-body > p:last-child {
    color: var(--color-muted);
    font-size: 0.9rem;
  }
  .empty-guides {
    background: var(--color-canvas);
    border: 1px solid var(--color-line);
    max-width: 850px;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
  }
  .empty-guides::after {
    border: 1px solid var(--color-line);
    content: "";
    inset: 12px -12px -12px 12px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
  }
  .empty-guides h3 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.04;
    margin: 1rem 0;
  }
  .empty-guides > p:last-child {
    color: var(--color-muted);
    max-width: 650px;
  }
  .gift-section {
    background: var(--color-paper);
    padding: 0 0 clamp(5.5rem, 10vw, 9rem);
  }
  .gift-panel {
    align-items: end;
    background: #ead7c8;
    display: grid;
    gap: clamp(2rem, 4vw, 4rem);
    grid-template-columns: 120px 1fr auto;
    padding: clamp(2rem, 5vw, 4.5rem);
  }
  .gift-index {
    align-self: start;
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-style: italic;
  }
  .gift-copy h2 {
    font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  }
  .gift-copy > p:last-child {
    color: #51473f;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
  }
  .button-quiet {
    background: transparent;
    border-color: var(--color-ink);
    white-space: nowrap;
  }
  .button-quiet:hover {
    background: var(--color-ink);
    color: var(--color-paper);
  }
  .about-section {
    background: var(--color-canvas);
  }
  .about-grid {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: 90px minmax(0, 1.1fr) minmax(280px, 0.65fr);
  }
  .about-mark {
    color: var(--color-rust);
    font-family: var(--font-display);
    font-size: 6rem;
    font-style: italic;
    line-height: 0.75;
    margin: 0;
  }
  .about-grid h2 {
    font-size: clamp(2.5rem, 4.6vw, 4.7rem);
  }
  .about-copy {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.75;
  }
  .home-editor-content {
    padding-bottom: 5rem;
  }
  .site-footer {
    background: #181d1c;
    color: #f4eee5;
    padding-top: clamp(4rem, 8vw, 7rem);
  }
  .footer-grid {
    display: grid;
    gap: clamp(2.5rem, 6vw, 6rem);
    grid-template-columns: minmax(300px, 1.4fr) minmax(150px, 0.5fr) minmax(220px, 0.7fr);
  }
  .brand-footer .brand-copy small {
    color: #b7c1be;
  }
  .footer-brand > p {
    color: #b7c1be;
    font-size: 0.93rem;
    line-height: 1.7;
    margin: 1.5rem 0 0;
    max-width: 430px;
  }
  .footer-column h2 {
    color: #f1b89f;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
  }
  .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-column li + li {
    margin-top: 0.55rem;
  }
  .footer-column a,	.footer-column span {
    color: #d9ddda;
    font-size: 0.86rem;
  }
  .footer-column a:hover {
    color: #f1b89f;
  }
  .affiliate-note {
    border-bottom: 1px solid rgba(255, 253, 248, 0.16);
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 160px 1fr;
    margin-top: 4rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .affiliate-note strong {
    color: #f1b89f;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .affiliate-note p {
    color: #c6cecb;
    font-size: 0.84rem;
    margin: 0;
  }
  .footer-bottom {
    color: #9eaaa6;
    display: flex;
    font-size: 0.72rem;
    justify-content: space-between;
    letter-spacing: 0.08em;
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
    text-transform: uppercase;
  }
  .inner-hero,	.page-hero,	.article-header {
    background: linear-gradient(125deg, rgba(255, 253, 248, 0.92), rgba(246, 240, 231, 0.55)),	var(--color-canvas);
    border-bottom: 1px solid var(--color-line);
  }
  .inner-hero-grid {
    align-items: end;
    display: grid;
    gap: clamp(2.5rem, 8vw, 8rem);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
    padding-bottom: clamp(4rem, 8vw, 7rem);
    padding-top: clamp(4rem, 8vw, 7rem);
  }
  .inner-hero h1,	.page-hero h1,	.article-header h1,	.not-found-page h1 {
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 7vw, 6.8rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.92;
    margin: 0;
  }
  .inner-hero-grid > div:last-child,	.archive-description {
    color: var(--color-muted);
    line-height: 1.72;
  }
  .inner-hero .search-form,	.not-found-search .search-form {
    display: flex;
    gap: 0.65rem;
    margin-top: 1.5rem;
  }
  .inner-hero .search-form label,	.not-found-search .search-form label {
    flex: 1;
  }
  .inner-hero .search-field,	.not-found-search .search-field {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    min-height: 48px;
    padding: 0.75rem 0.9rem;
    width: 100%;
  }
  .inner-hero .search-submit,	.not-found-search .search-submit {
    background: var(--color-night);
    border: 0;
    color: var(--color-paper);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding-inline: 1rem;
    text-transform: uppercase;
  }
  .compact-section {
    padding-block: clamp(4rem, 8vw, 7rem);
  }
  .guide-library-grid {
    align-items: stretch;
  }
  .guide-card-library {
    display: flex;
    flex-direction: column;
  }
  .guide-card-library .guide-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .guide-card-library .guide-meta {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
  }
  .guide-card-library h2 {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 2.6vw, 2.15rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.06;
    margin: 0.7rem 0 0;
  }
  .guide-card-library h2 a,	.card-link {
    text-decoration: none;
  }
  .guide-card-library .card-link {
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-top: auto;
    padding-top: 1.25rem;
    text-transform: uppercase;
  }
  .empty-state {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    max-width: 860px;
    padding: clamp(2rem, 6vw, 5rem);
  }
  .empty-state h2 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.8vw, 4.5rem);
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 1rem 0;
  }
  .empty-state > p:last-of-type {
    color: var(--color-muted);
    max-width: 650px;
  }
  .empty-state .button {
    margin-top: 1rem;
  }
  .navigation.pagination,	ul.page-numbers {
    margin-top: 3rem;
  }
  .nav-links,	ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
  }
  .page-numbers {
    align-items: center;
    border: 1px solid var(--color-line);
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 0.5rem;
    text-decoration: none;
  }
  .page-numbers.current {
    background: var(--color-night);
    border-color: var(--color-night);
    color: var(--color-paper);
  }
  .page-hero-inner,	.article-header-inner {
    padding-bottom: clamp(3.5rem, 7vw, 6rem);
    padding-top: 2rem;
  }
  .breadcrumbs {
    align-items: center;
    color: var(--color-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.7rem;
    font-weight: 750;
    gap: 0.55rem;
    letter-spacing: 0.07em;
    margin-bottom: clamp(3rem, 6vw, 5rem);
    text-transform: uppercase;
  }
  .breadcrumbs a {
    text-decoration-color: var(--color-clay);
  }
  .page-hero h1 {
    max-width: 980px;
  }
  .page-updated,	.archive-count {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    margin: 1.5rem 0 0;
    text-transform: uppercase;
  }
  .page-featured,	.article-featured {
    margin-bottom: 0;
    margin-top: clamp(2rem, 5vw, 4rem);
  }
  .page-featured img,	.article-featured img {
    max-height: 720px;
    object-fit: cover;
    width: 100%;
  }
  .article-featured figcaption {
    color: var(--color-muted);
    font-size: 0.76rem;
    margin-top: 0.7rem;
  }
  .page-layout,	.article-body-grid {
    align-items: start;
    display: grid;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 760px) minmax(230px, 1fr);
    padding-bottom: clamp(5rem, 10vw, 9rem);
    padding-top: clamp(4rem, 8vw, 7rem);
  }
  .page-standard-note,	.article-side-note {
    border-top: 3px solid var(--color-rust);
    color: var(--color-muted);
    font-size: 0.86rem;
    line-height: 1.7;
    padding-top: 1.25rem;
    position: sticky;
    top: 120px;
  }
  .note-label {
    color: var(--color-rust);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
  }
  .prose-content {
    color: #353632;
    font-size: clamp(1.02rem, 1.2vw, 1.11rem);
    line-height: 1.8;
  }
  .prose-content > *:first-child {
    margin-top: 0;
  }
  .prose-content h2,	.prose-content h3,	.prose-content h4 {
    color: var(--color-ink);
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.1;
  }
  .prose-content h2 {
    font-size: clamp(2.25rem, 4vw, 3.65rem);
    margin: 3.6rem 0 1.2rem;
  }
  .prose-content h3 {
    font-size: clamp(1.65rem, 2.8vw, 2.4rem);
    margin: 2.8rem 0 1rem;
  }
  .prose-content h4 {
    font-size: 1.35rem;
    margin: 2rem 0 0.8rem;
  }
  .prose-content a {
    color: var(--color-rust);
    font-weight: 700;
  }
  .prose-content blockquote {
    border-left: 3px solid var(--color-clay);
    color: #4b4842;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-style: italic;
    margin: 2.5rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
  .prose-content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .prose-content table {
    border-collapse: collapse;
    font-size: 0.88rem;
    min-width: 680px;
    width: 100%;
  }
  .prose-content th {
    background: var(--color-night);
    color: var(--color-paper);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    padding: 0.9rem;
    text-align: left;
    text-transform: uppercase;
  }
  .prose-content td {
    border-bottom: 1px solid var(--color-line);
    padding: 0.9rem;
    vertical-align: top;
  }
  .prose-content .wp-block-image {
    margin-block: 2.5rem;
  }
  .prose-content figcaption {
    color: var(--color-muted);
    font-size: 0.76rem;
  }
  .article-header h1 {
    font-size: clamp(3.25rem, 7vw, 6.5rem);
    max-width: 1080px;
  }
  .article-toc {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
    margin-bottom: 2.5rem;
    padding: clamp(1.4rem, 3vw, 2rem);
  }
  .article-toc h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
  }
  .article-toc ol {
    counter-reset: guide-map;
    display: grid;
    gap: 0.75rem 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .article-toc li {
    align-items: baseline;
    counter-increment: guide-map;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: 1.8rem 1fr;
  }
  .article-toc li::before {
    color: var(--color-rust);
    content: counter(guide-map, decimal-leading-zero);
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-style: italic;
  }
  .article-toc a {
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.4;
    text-decoration-color: var(--color-clay);
    text-decoration-thickness: 1px;
  }
  .prose-content h2[id] {
    scroll-margin-top: 7.5rem;
  }
  .article-deck {
    color: var(--color-muted);
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-style: italic;
    line-height: 1.42;
    margin: 1.75rem 0 0;
    max-width: 820px;
  }
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.73rem;
    font-weight: 750;
    gap: 0.65rem 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 2rem;
    text-transform: uppercase;
  }
  .article-meta a {
    text-decoration-color: var(--color-clay);
  }
  .affiliate-disclosure {
    background: #efe3d7;
    border-left: 4px solid var(--color-rust);
    color: #4d453f;
    display: grid;
    font-size: 0.82rem;
    gap: 0.35rem;
    margin-bottom: 2.5rem;
    padding: 1rem 1.2rem;
  }
  .affiliate-disclosure strong {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .affiliate-disclosure p {
    margin: 0;
  }
  .author-card {
    align-items: center;
    background: var(--color-night);
    color: var(--color-paper);
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: 110px 1fr;
    margin-bottom: clamp(5rem, 9vw, 8rem);
    padding-bottom: clamp(2rem, 5vw, 4rem);
    padding-top: clamp(2rem, 5vw, 4rem);
  }
  .author-mark {
    color: #f1b89f;
    font-family: var(--font-display);
    font-size: 7rem;
    font-style: italic;
    line-height: 0.7;
    text-align: center;
  }
  .author-card h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0.8rem;
  }
  .author-card > div > p:not(.note-label) {
    color: #c7d0cd;
    max-width: 720px;
  }
  .author-card .text-link {
    color: var(--color-paper);
  }
  .related-guides {
    background: var(--color-paper);
    padding-bottom: clamp(5rem, 9vw, 8rem);
    padding-top: clamp(5rem, 9vw, 8rem);
  }
  .library-controls {
    background: var(--color-paper);
    border-bottom: 1px solid var(--color-line);
    padding-block: 1.5rem;
  }
  .guide-filter-form {
    align-items: end;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: minmax(240px, 1.5fr) minmax(170px, 0.75fr) minmax(180px, 0.85fr) auto auto;
  }
  .guide-filter-form label {
    display: grid;
    gap: 0.35rem;
  }
  .guide-filter-form label > span {
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .guide-filter-form input,	.guide-filter-form select {
    background: var(--color-canvas);
    border: 1px solid var(--color-line);
    color: var(--color-ink);
    min-height: 46px;
    padding: 0.65rem 0.75rem;
    width: 100%;
  }
  .clear-filters {
    font-size: 0.72rem;
    font-weight: 800;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
  }
  .not-found-inner {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1fr);
    min-height: 70vh;
    padding-bottom: clamp(5rem, 10vw, 9rem);
    padding-top: clamp(5rem, 10vw, 9rem);
  }
  .not-found-code {
    color: var(--color-line);
    font-family: var(--font-display);
    font-size: clamp(8rem, 22vw, 18rem);
    font-style: italic;
    line-height: 0.7;
    margin: 0;
  }
  .not-found-page h1 {
    font-size: clamp(3rem, 6vw, 5.5rem);
  }
  .not-found-page h1 + p {
    color: var(--color-muted);
    font-size: 1.08rem;
    max-width: 650px;
  }
  .guide-article .article-body-grid {
    display: grid;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 1fr);
    max-width: 1320px;
    padding-top: clamp(3rem, 6vw, 5.5rem);
  }
  .guide-article .article-content {
    min-width: 0;
    width: 100%;
  }
  .guide-article .article-content > :where(p, ul, ol, h2, h3, h4, blockquote):not(.hamejur-article-lede) {
    max-width: 920px;
  }
  .guide-article .article-content > :where(.wp-block-columns, .wp-block-table, .wp-block-image, .wp-block-group) {
    max-width: none;
    width: 100%;
  }
  .guide-article .article-side-note {
    background: color-mix(in srgb, #fffaf2 72%, #f7efe6);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-paper) 72%, var(--color-canvas));
    }
    border: 1px solid var(--color-line);
    border-top: 3px solid var(--color-rust);
    display: grid;
    gap: 0.5rem 2rem;
    grid-template-columns: minmax(160px, 0.25fr) minmax(0, 1fr);
    margin-top: 1rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    position: static;
  }
  .guide-article .article-side-note .note-label {
    margin: 0;
  }
  .guide-article .article-side-note p:last-child {
    margin: 0;
    max-width: 850px;
  }
  .hamejur-kicker {
    align-items: center;
    display: flex;
    font-weight: 850;
    gap: 0.7rem;
    letter-spacing: 0.11em;
    margin-bottom: 1.1rem;
    text-transform: uppercase;
  }
  .hamejur-kicker::before {
    background: var(--color-rust);
    content: "";
    height: 3px;
    width: 2.8rem;
  }
  .prose-content .hamejur-article-lede {
    border-bottom: 1px solid var(--color-line);
    border-top: 1px solid var(--color-line);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.018em;
    line-height: 1.42;
    margin: 0 0 clamp(2rem, 4vw, 3rem);
    max-width: 1120px;
    padding: clamp(1.6rem, 3.5vw, 2.7rem) 0;
  }
  .prose-content .hamejur-inline-disclosure {
    background: transparent !important;
    border-left: 3px solid var(--color-clay);
    color: var(--color-muted);
    font-size: 0.82rem;
    margin: 0 0 clamp(2.5rem, 5vw, 4rem);
    max-width: 920px;
    padding: 0.2rem 0 0.2rem 1.1rem;
  }
  .hamejur-inline-disclosure p {
    margin: 0;
  }
  .prose-content .hamejur-verdict-panel {
    background: var(--color-night) !important;
    box-shadow: 18px 18px 0 rgba(150, 62, 41, 0.12);
    color: var(--color-paper);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 clamp(4rem, 8vw, 7rem);
    padding: clamp(1.25rem, 2.5vw, 2rem);
  }
  .prose-content .hamejur-verdict-panel h2 {
    color: var(--color-paper);
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    grid-column: 1 / -1;
    margin: 0 0 1.4rem;
  }
  .prose-content .hamejur-verdict-panel > p {
    background: rgba(255, 255, 255, 0.06);
    border-top: 3px solid var(--color-clay);
    color: #e8e5dc;
    margin: 0;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
  }
  .prose-content .hamejur-verdict-panel > p strong {
    color: #fff7ee;
    display: block;
    font-family: var(--font-display);
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.65rem;
  }
  .prose-content .hamejur-product-grid {
    align-items: stretch;
    gap: clamp(1rem, 2.2vw, 1.8rem);
    margin-bottom: clamp(4rem, 7vw, 6rem);
  }
  .hamejur-product-grid > .wp-block-column {
    display: flex;
  }
  .prose-content .hamejur-product-card {
    background: var(--color-paper) !important;
    border: 1px solid var(--color-line);
    box-shadow: 0 16px 45px rgba(32, 33, 30, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.35rem, 2.5vw, 2rem);
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .hamejur-product-card:hover {
    box-shadow: 0 22px 60px rgba(32, 33, 30, 0.12);
    transform: translateY(-4px);
  }
  .prose-content .hamejur-product-card h3 {
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
    margin: 0.7rem 0 1rem;
  }
  .hamejur-product-card .wp-block-buttons {
    margin-top: auto;
    padding-top: 1.2rem;
  }
  .prose-content .wp-block-button__link {
    align-items: center;
    background: var(--color-rust) !important;
    border: 1px solid var(--color-rust);
    border-radius: 0;
    color: #fffaf3 !important;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 850;
    gap: 0.65rem;
    justify-content: center;
    letter-spacing: 0.035em;
    min-height: 48px;
    padding: 0.85rem 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  }
  .prose-content .wp-block-button__link::after {
    content: "↗";
    font-size: 1rem;
  }
  .prose-content .wp-block-button__link:hover {
    background: var(--color-night) !important;
    border-color: var(--color-night);
    transform: translateY(-2px);
  }
  .hamejur-product-card .wp-block-button,	.hamejur-product-card .wp-block-button__link {
    width: 100%;
  }
  .prose-content .wp-block-table {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    box-shadow: 0 14px 40px rgba(32, 33, 30, 0.06);
    margin: 1.5rem 0 4rem;
    padding: clamp(0.4rem, 1vw, 0.8rem);
  }
  .prose-content table caption {
    caption-side: top;
    color: var(--color-muted);
    font-size: 0.84rem;
    padding: 0.75rem 0.5rem 1.1rem;
    text-align: left;
  }
  .prose-content tbody tr:nth-child(even) {
    background: color-mix(in srgb, #f7efe6 68%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-canvas) 68%, transparent);
    }
  }
  .prose-content tbody tr:hover {
    background: #f2e5d9;
  }
  .prose-content .hamejur-product-review {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-top: 5px solid var(--color-rust);
    display: grid;
    gap: 1.1rem clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    margin: clamp(4rem, 8vw, 7rem) 0;
    padding: clamp(1.6rem, 4vw, 3.2rem);
  }
  .prose-content .hamejur-product-review > h2 {
    align-self: start;
    grid-column: 1;
    grid-row: 1 / span 5;
    margin: 0;
    position: sticky;
    top: 116px;
  }
  .hamejur-product-review > :not(h2) {
    grid-column: 2;
  }
  .prose-content .hamejur-product-review > p {
    margin: 0;
    max-width: none;
  }
  .prose-content .hamejur-product-review > .wp-block-group {
    background: #f2e5d9 !important;
    border-left: 3px solid var(--color-clay);
    padding: 1rem 1.2rem;
  }
  .hamejur-product-review > .wp-block-group p {
    margin: 0;
  }
  .hamejur-review-cta {
    margin-top: 0.5rem;
  }
  .prose-content .hamejur-scenario-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: clamp(4rem, 7vw, 6rem) 0;
  }
  .prose-content .hamejur-scenario-grid h2 {
    grid-column: 1 / -1;
    margin: 0 0 1rem;
  }
  .prose-content .hamejur-scenario-grid > p {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    margin: 0;
    max-width: none;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
  }
  .hamejur-scenario-grid > p strong {
    color: var(--color-rust);
    display: block;
    font-family: var(--font-display);
    font-size: 1.3rem;
    margin-bottom: 0.55rem;
  }
  .prose-content .hamejur-final-shop {
    background: var(--color-night);
    box-shadow: 18px 18px 0 rgba(150, 62, 41, 0.12);
    color: var(--color-paper);
    margin: clamp(3rem, 6vw, 5rem) 0;
    padding: clamp(1.5rem, 4vw, 3rem);
  }
  .hamejur-final-shop__label {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    margin-top: 0;
    max-width: 900px !important;
  }
  .hamejur-final-shop__buttons {
    gap: 0.7rem;
  }
  @media (max-width: 900px) {
    .prose-content .hamejur-verdict-panel,	.prose-content .hamejur-product-review,	.prose-content .hamejur-scenario-grid {
      grid-template-columns: 1fr;
    }
    .prose-content .hamejur-verdict-panel h2,	.prose-content .hamejur-scenario-grid h2,	.prose-content .hamejur-product-review > h2,	.hamejur-product-review > :not(h2) {
      grid-column: 1;
    }
    .prose-content .hamejur-product-review > h2 {
      grid-row: auto;
      position: static;
    }
  }
  @media (max-width: 620px) {
    .guide-article .article-side-note {
      grid-template-columns: 1fr;
    }
    .prose-content .hamejur-product-card,	.prose-content .hamejur-product-review,	.prose-content .hamejur-final-shop,	.prose-content .hamejur-verdict-panel {
      padding: 1.2rem;
    }
    .hamejur-final-shop__buttons,	.hamejur-final-shop__buttons .wp-block-button,	.hamejur-final-shop__buttons .wp-block-button__link {
      width: 100%;
    }
  }
  .prose-content {
    color: #34403e;
  }
  .header-cta,	.button-primary {
    background: var(--color-rust);
    color: #fffaf2;
  }
  .prose-content > h2:not(:first-child) {
    position: relative;
  }
  .prose-content > h2:not(:first-child)::after {
    background: linear-gradient(90deg, var(--color-rust) 0 38%, var(--color-clay) 38% 66%, var(--color-moss) 66% 100%);
    content: "";
    display: block;
    height: 4px;
    margin-top: 0.7rem;
    width: 4.5rem;
  }
  .prose-content .hamejur-verdict-panel {
    background: radial-gradient(circle at 92% 12%, rgba(195, 111, 79, 0.22), transparent 30%),	linear-gradient(135deg, var(--color-night), #294b47) !important;
  }
  .prose-content .hamejur-verdict-panel > p:nth-of-type(1) {
    background: rgba(156, 63, 43, 0.22);
    border-top-color: #df8a68;
  }
  .prose-content .hamejur-verdict-panel > p:nth-of-type(2) {
    background: rgba(69, 127, 120, 0.24);
    border-top-color: #78b5ad;
  }
  .prose-content .hamejur-verdict-panel > p:nth-of-type(3) {
    background: rgba(138, 97, 22, 0.28);
    border-top-color: #d2a34c;
  }
  .prose-content .hamejur-product-card {
    border-top-width: 5px;
  }
  .prose-content .hamejur-product-card.hamejur-tone-rust {
    background: #fff4ee !important;
    border-top-color: var(--color-rust);
  }
  .prose-content .hamejur-product-card.hamejur-tone-moss {
    background: #f0f7f4 !important;
    border-top-color: var(--color-moss);
  }
  .prose-content .hamejur-product-card.hamejur-tone-ochre {
    background: #fff7e6 !important;
    border-top-color: var(--color-ochre);
  }
  .hamejur-tone-rust > .has-small-font-size:first-child,	.hamejur-tone-rust > h2,	.hamejur-tone-rust > h3 {
    color: var(--color-rust) !important;
  }
  .hamejur-tone-moss > .has-small-font-size:first-child,	.hamejur-tone-moss > h2,	.hamejur-tone-moss > h3 {
    color: var(--color-moss) !important;
  }
  .hamejur-tone-ochre > .has-small-font-size:first-child,	.hamejur-tone-ochre > h2,	.hamejur-tone-ochre > h3 {
    color: var(--color-ochre) !important;
  }
  .prose-content .hamejur-tone-rust .wp-block-button__link,	.prose-content .hamejur-final-shop__buttons .wp-block-button:nth-child(1) .wp-block-button__link {
    background-color: var(--color-rust) !important;
    border-color: var(--color-rust);
  }
  .prose-content .hamejur-tone-moss .wp-block-button__link,	.prose-content .hamejur-final-shop__buttons .wp-block-button:nth-child(2) .wp-block-button__link {
    background-color: var(--color-moss) !important;
    border-color: var(--color-moss);
  }
  .prose-content .hamejur-tone-ochre .wp-block-button__link,	.prose-content .hamejur-final-shop__buttons .wp-block-button:nth-child(3) .wp-block-button__link {
    background-color: var(--color-ochre) !important;
    border-color: var(--color-ochre);
  }
  .prose-content .hamejur-product-review.hamejur-tone-rust {
    background: linear-gradient(115deg, #fff4ee 0 34%, var(--color-paper) 34% 100%);
    border-top-color: var(--color-rust);
  }
  .prose-content .hamejur-product-review.hamejur-tone-moss {
    background: linear-gradient(115deg, #eef7f3 0 34%, var(--color-paper) 34% 100%);
    border-top-color: var(--color-moss);
  }
  .prose-content .hamejur-product-review.hamejur-tone-ochre {
    background: linear-gradient(115deg, #fff6df 0 34%, var(--color-paper) 34% 100%);
    border-top-color: var(--color-ochre);
  }
  .prose-content .hamejur-product-review.hamejur-tone-rust > .wp-block-group {
    background: var(--color-peach) !important;
    border-left-color: var(--color-rust);
  }
  .prose-content .hamejur-product-review.hamejur-tone-moss > .wp-block-group {
    background: var(--color-sage) !important;
    border-left-color: var(--color-moss);
  }
  .prose-content .hamejur-product-review.hamejur-tone-ochre > .wp-block-group {
    background: var(--color-gold-wash) !important;
    border-left-color: var(--color-ochre);
  }
  .prose-content th {
    background: var(--color-moss);
  }
  .prose-content tbody th {
    background: var(--color-sage);
    color: #234a46;
  }
  .prose-content tbody tr:nth-child(even) {
    background: #fff5ea;
  }
  .prose-content tbody tr:hover {
    background: var(--color-peach);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n + 1) {
    background: #fff4ee;
    border-left: 4px solid var(--color-rust);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n + 2) {
    background: #eff7f4;
    border-left: 4px solid var(--color-moss);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n + 3) {
    background: #fff7e6;
    border-left: 4px solid var(--color-ochre);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n) {
    background: #f7eee8;
    border-left: 4px solid var(--color-clay);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n + 2) strong {
    color: var(--color-moss);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n + 3) strong {
    color: var(--color-ochre);
  }
  .prose-content .hamejur-scenario-grid > p:nth-of-type(4n) strong {
    color: #9a4f39;
  }
  .prose-content .hamejur-final-shop {
    background: radial-gradient(circle at 8% 20%, rgba(195, 111, 79, 0.28), transparent 28%),	linear-gradient(120deg, var(--color-night), var(--color-moss));
  }
  .guide-article .article-side-note {
    background: linear-gradient(120deg, var(--color-sage), var(--color-paper));
    border-top-color: var(--color-moss);
  }
  .prose-content .hamejur-inline-disclosure {
    border-left-color: var(--color-rust);
  }
  .article-body-grid {
    display: block;
    max-width: 1220px;
  }
  .article-body-grid > div {
    min-width: 0;
    width: 100%;
  }
  .article-content > :where(p, ul, ol, h2, h3, h4, blockquote) {
    margin-left: 0;
    margin-right: auto;
    max-width: 920px;
  }
  .article-content > :where(p, ul, ol) {
    text-wrap: pretty;
  }
  .hamejur-kicker {
    color: var(--color-rust);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    max-width: 920px;
    text-transform: uppercase;
  }
  .hamejur-article-lede {
    border-bottom: 1px solid var(--color-line);
    border-top: 1px solid var(--color-line);
    color: #3f403b;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    font-style: italic;
    line-height: 1.48;
    margin: 0 0 2.5rem;
    max-width: 920px;
    padding-block: clamp(1.25rem, 3vw, 2rem);
  }
  .hamejur-inline-disclosure {
    background: #f5e6da;
    border-left: 4px solid var(--color-rust);
    color: #4d453f;
    font-size: 0.86rem;
    margin: 0 0 2.5rem;
    max-width: 920px;
    padding: 1rem 1.2rem;
  }
  .hamejur-inline-disclosure > * {
    margin-block: 0.25rem;
  }
  .hamejur-verdict-panel,	.hamejur-final-shop {
    background: var(--color-night);
    color: var(--color-paper);
    margin-block: clamp(3rem, 7vw, 5.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    width: 100%;
  }
  .hamejur-verdict-panel :where(h2, h3, h4, p, li, strong),	.hamejur-final-shop :where(h2, h3, h4, p, li, strong) {
    color: inherit;
  }
  .hamejur-verdict-panel > h2,	.hamejur-final-shop > h2 {
    max-width: 780px;
  }
  .prose-content .hamejur-verdict-panel {
    display: block;
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none !important;
    width: 100%;
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) > h2 {
    grid-column: 1 / -1;
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) > p {
    background: rgba(255, 255, 255, 0.06);
    border-top: 3px solid var(--color-clay);
    margin: 0;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(1) {
    background: rgba(150, 62, 41, 0.22);
    border-top-color: #df8a68;
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(2) {
    background: rgba(53, 91, 85, 0.35);
    border-top-color: #78b5ad;
  }
  .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(3) {
    background: rgba(138, 97, 22, 0.3);
    border-top-color: #d2a34c;
  }
  .hamejur-verdict-panel .wp-block-columns,	.hamejur-final-shop .wp-block-columns {
    align-items: stretch !important;
    gap: 0 !important;
    margin-bottom: 0;
  }
  .hamejur-verdict-panel .wp-block-column,	.hamejur-final-shop .wp-block-column {
    border-top: 1px solid rgba(255, 253, 248, 0.35);
    padding: 1.5rem clamp(1rem, 2.5vw, 1.75rem) 0;
  }
  .hamejur-verdict-panel .wp-block-column:first-child,	.hamejur-final-shop .wp-block-column:first-child {
    padding-left: 0;
  }
  .hamejur-verdict-panel .wp-block-column:last-child,	.hamejur-final-shop .wp-block-column:last-child {
    padding-right: 0;
  }
  .hamejur-product-grid {
    align-items: stretch !important;
    display: grid !important;
    gap: 1.25rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-block: clamp(2.5rem, 6vw, 4.5rem);
    width: 100%;
  }
  .hamejur-product-card {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
    position: relative;
  }
  .hamejur-product-card > :where(.wp-block-group__inner-container, .is-layout-constrained) {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .hamejur-product-card .wp-block-buttons {
    margin-top: auto;
    padding-top: 1.25rem;
  }
  .hamejur-product-card :where(h2, h3, h4) {
    font-size: clamp(1.65rem, 2.5vw, 2.2rem);
    margin-top: 0.55rem;
  }
  .hamejur-product-card :where(ul, ol) {
    font-size: 0.92rem;
    padding-left: 1.2rem;
  }
  .hamejur-tone-rust {
    background: #fff4ee;
    border-top: 5px solid var(--color-rust);
  }
  .hamejur-tone-moss {
    background: #eff6f3;
    border-top: 5px solid var(--color-moss);
  }
  .hamejur-tone-ochre {
    background: #fff5de;
    border-top: 5px solid #8a6116;
  }
  .article-content .wp-block-button__link {
    align-items: center;
    background: var(--color-rust);
    border: 2px solid transparent;
    border-radius: 0;
    color: var(--color-paper);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.045em;
    min-height: 46px;
    padding: 0.75rem 1.05rem;
    text-decoration: none;
  }
  .article-content .wp-block-button__link:hover {
    background: var(--color-primary-700);
  }
  .hamejur-tone-moss .wp-block-button__link {
    background: var(--color-moss);
  }
  .hamejur-tone-ochre .wp-block-button__link {
    background: #76510f;
  }
  .hamejur-product-review {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    margin-block: clamp(3.5rem, 8vw, 6.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    width: 100%;
  }
  .prose-content .hamejur-product-review {
    display: block;
  }
  .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) {
    display: grid;
    gap: 1.1rem clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    max-width: none !important;
    width: 100%;
  }
  .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > h2 {
    align-self: start;
    grid-column: 1;
    grid-row: 1 / span 5;
    margin: 0;
    position: sticky;
    top: 116px;
  }
  .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > :not(h2) {
    grid-column: 2;
  }
  .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > .wp-block-group {
    background: #f2e5d9 !important;
    border-left: 3px solid var(--color-clay);
    padding: 1rem 1.2rem;
  }
  .hamejur-product-review > .wp-block-columns {
    align-items: start !important;
    display: grid !important;
    gap: clamp(2rem, 5vw, 5rem) !important;
    grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  }
  .hamejur-product-review > .wp-block-columns > .wp-block-column:first-child {
    border-right: 1px solid var(--color-line);
    padding-right: clamp(1.5rem, 3vw, 3rem);
  }
  .hamejur-product-review :where(h2, h3):first-child {
    margin-top: 0;
  }
  .hamejur-review-cta {
    align-items: center;
    border-top: 1px solid var(--color-line);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
  }
  .hamejur-review-cta > p {
    color: var(--color-muted);
    font-size: 0.84rem;
    margin: 0;
    max-width: 520px;
  }
  .prose-content .hamejur-scenario-grid {
    display: block !important;
    margin-block: clamp(2.5rem, 6vw, 4.5rem);
    width: 100%;
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none !important;
    width: 100%;
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > h2 {
    grid-column: 1 / -1;
    margin: 0 0 1rem;
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > p {
    background: var(--color-paper);
    border: 1px solid var(--color-line);
    border-left: 4px solid var(--color-rust);
    margin: 0;
    max-width: none;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(4n + 2) {
    background: #eff7f4;
    border-left-color: var(--color-moss);
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(4n + 3) {
    background: #fff7e6;
    border-left-color: #8a6116;
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > p:nth-of-type(4n) {
    background: #f7eee8;
    border-left-color: var(--color-clay);
  }
  .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) > p > strong:first-child {
    color: var(--color-moss);
    display: block;
    font-family: var(--font-display);
    font-size: 1.3rem;
    margin-bottom: 0.55rem;
  }
  .hamejur-scenario-grid > :where(.wp-block-group, .wp-block-column) {
    background: #eef3ef;
    border: 1px solid #ccd9d3;
    padding: clamp(1.15rem, 2.5vw, 1.7rem);
  }
  .hamejur-scenario-grid :where(h3, h4, strong):first-child {
    color: var(--color-moss);
  }
  .hamejur-final-shop {
    border-top: 5px solid var(--color-clay);
  }
  .hamejur-final-shop .wp-block-button__link {
    background: var(--color-clay);
  }
  .article-content .wp-block-table {
    margin-block: clamp(2.5rem, 6vw, 4.5rem);
    max-width: none;
    overflow-x: auto;
    width: 100%;
  }
  .article-content .wp-block-table figcaption {
    background: #e9dfd2;
    color: var(--color-night);
    font-family: var(--font-display);
    font-size: 1rem;
    font-style: italic;
    margin: 0;
    padding: 0.85rem 1rem;
    text-align: left;
  }
  .article-content .wp-block-table tbody tr:nth-child(even) {
    background: rgba(232, 223, 211, 0.45);
  }
  .article-content .wp-block-image.alignwide,	.article-content .wp-block-image.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  @media (max-width: 900px) {
    .hamejur-verdict-panel > :where(.wp-block-group__inner-container, .is-layout-constrained) {
      grid-template-columns: 1fr;
    }
    .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) {
      grid-template-columns: 1fr;
    }
    .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > h2,	.hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > :not(h2) {
      grid-column: 1;
    }
    .hamejur-product-review > :where(.wp-block-group__inner-container, .is-layout-constrained) > h2 {
      grid-row: auto;
      position: static;
    }
    .hamejur-product-grid,	.hamejur-scenario-grid {
      grid-template-columns: 1fr 1fr;
    }
    .hamejur-product-review > .wp-block-columns {
      grid-template-columns: 1fr;
    }
    .hamejur-product-review > .wp-block-columns > .wp-block-column:first-child {
      border-bottom: 1px solid var(--color-line);
      border-right: 0;
      padding-bottom: 1.5rem;
      padding-right: 0;
    }
  }
  @media (max-width: 620px) {
    .article-body-grid {
      padding-left: 20px;
      padding-right: 20px;
    }
    .hamejur-scenario-grid > :where(.wp-block-group__inner-container, .is-layout-constrained) {
      grid-template-columns: 1fr;
    }
    .hamejur-product-grid,	.hamejur-scenario-grid {
      grid-template-columns: 1fr;
    }
    .hamejur-verdict-panel,	.hamejur-final-shop,	.hamejur-product-review {
      padding: 1.25rem;
    }
    .hamejur-verdict-panel .wp-block-columns,	.hamejur-final-shop .wp-block-columns {
      display: block;
    }
    .hamejur-verdict-panel .wp-block-column,	.hamejur-final-shop .wp-block-column {
      padding: 1.25rem 0 0;
    }
    .article-content .wp-block-buttons,	.article-content .wp-block-button,	.article-content .wp-block-button__link {
      width: 100%;
    }
    .hamejur-review-cta {
      align-items: stretch;
      flex-direction: column;
    }
  }
  @keyframes hamejur-rise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hero-copy > *,	.decision-card {
    animation: hamejur-rise 650ms both cubic-bezier(0.2, 0.72, 0.2, 1);
  }
  .hero-copy h1 {
    animation-delay: 70ms;
  }
  .hero-intro {
    animation-delay: 140ms;
  }
  .hero-actions {
    animation-delay: 210ms;
  }
  .decision-card {
    animation-delay: 180ms;
  }
  @media (max-width: 1080px) {
    .desktop-nav,	.header-search span {
      display: none;
    }
    .mobile-menu {
      display: block;
      position: relative;
    }
    .mobile-menu > summary {
      align-items: center;
      display: flex;
      font-size: 0.76rem;
      font-weight: 800;
      gap: 0.55rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .menu-lines,	.menu-lines::before,	.menu-lines::after {
      background: currentColor;
      display: block;
      height: 1px;
      position: relative;
      width: 20px;
    }
    .menu-lines::before,	.menu-lines::after {
      content: "";
      position: absolute;
    }
    .menu-lines::before {
      top: -6px;
    }
    .menu-lines::after {
      top: 6px;
    }
    .mobile-menu nav {
      background: var(--color-paper);
      border: 1px solid var(--color-line);
      box-shadow: 0 22px 55px rgba(32, 33, 30, 0.16);
      padding: 1.25rem;
      position: absolute;
      right: 0;
      top: calc(100% + 1rem);
      width: min(320px, 88vw);
    }
    .mobile-nav-list li + li {
      border-top: 1px solid var(--color-line);
    }
    .mobile-nav-list a {
      display: block;
      font-weight: 750;
      padding: 0.8rem 0;
      text-decoration: none;
    }
    .hero-grid {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    }
    .category-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .gift-panel {
      grid-template-columns: 80px 1fr;
    }
    .gift-panel .button {
      grid-column: 2;
      justify-self: start;
    }
    .guide-filter-form {
      grid-template-columns: 1fr 1fr;
    }
    .filter-search {
      grid-column: 1 / -1;
    }
  }
  @media (max-width: 760px) {
    .top-note-inner {
      justify-content: center;
      text-align: center;
    }
    .top-note a,	.header-search,	.header-cta,	.brand-copy small {
      display: none;
    }
    .masthead {
      min-height: 72px;
    }
    .hero-grid,	.split-heading,	.method-grid,	.about-grid,	.footer-grid,	.inner-hero-grid,	.page-layout,	.article-body-grid,	.not-found-inner {
      grid-template-columns: 1fr;
    }
    .hero-grid {
      gap: 4rem;
      padding-block: 4.5rem;
    }
    .hero-copy h1 {
      font-size: clamp(3.4rem, 16vw, 5.2rem);
    }
    .decision-card {
      box-shadow: 14px 14px 0 rgba(150, 62, 41, 0.14);
      max-width: 420px;
      transform: none;
    }
    .trust-rail-grid {
      grid-template-columns: 1fr;
    }
    .trust-rail p {
      border-bottom: 1px solid var(--color-line);
      border-right: 0;
      min-height: 60px;
    }
    .category-grid,	.guide-grid {
      grid-template-columns: 1fr;
    }
    .category-card {
      min-height: 280px;
    }
    .gift-panel {
      grid-template-columns: 1fr;
    }
    .gift-panel .button {
      grid-column: auto;
    }
    .about-mark {
      display: none;
    }
    .affiliate-note {
      grid-template-columns: 1fr;
    }
    .page-standard-note,	.article-side-note {
      position: static;
    }
    .article-toc,	.article-toc ol {
      grid-template-columns: 1fr;
    }
    .author-card {
      grid-template-columns: 60px 1fr;
    }
    .author-mark {
      font-size: 4.5rem;
    }
    .guide-filter-form {
      grid-template-columns: 1fr;
    }
    .filter-search {
      grid-column: auto;
    }
    .footer-bottom {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.45rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *,	*::before,	*::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: 0.01ms !important;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style: solid;
    }
  }
}
