:root {
      --canvas: #ffffff;
      --surface: #fef8f1;
      --brand: #4a3f3c;
      --accent: #f0b15c;
      --products-cta: #f0b15c;
      --accent-muted: #f7d9b4;
      --accent-soft: #fdf4e5;
      --neutral: #e4e7ec;
      --text: #111111;
      --text-muted: rgba(17, 17, 17, 0.72);
      --max-width: 1400px;
      --page-padding: 16px;
      --nav-width: 420px;
      --shadow-soft: 0 6px 16px rgba(0, 0, 0, 0.03);
      --shadow-footer: 0 -4px 18px rgba(0, 0, 0, 0.06);
      --cookie-bg: #fef8f1;
      --cookie-text: #111111;
      --cookie-muted: #4f4f4f;
      --cookie-accept: #f0b15c;
      --cookie-decline: #ffffff;
      --cookie-border: #e4e7ec;
      --cookie-shadow: 0 16px 32px rgba(17, 17, 17, 0.14);
    }

    @font-face {
      font-family: "Inter";
      src: url("/assets/assets/fonts/Inter-Regular.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Inter";
      src: url("/assets/assets/fonts/Inter-SemiBold.ttf") format("truetype");
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    * {
      box-sizing: border-box;
    }

    body {
      overflow-y: scroll;
      margin: 0;
      font-family: "Inter", "Segoe UI", Roboto, "Noto Sans", Helvetica, Arial, sans-serif;
      color: var(--text);
      background: var(--canvas);
      line-height: 1.4;
    }

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

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

    .container {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 var(--page-padding);
    }

    @media (min-width: 900px) {
      :root {
        --page-padding: 28px;
      --nav-width: 420px;
      }
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: #ffffff;
      border-bottom: 1px solid rgba(228, 231, 236, 0.8);
      box-shadow: var(--shadow-soft);
    }

    .header-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      height: 90px;
      display: grid;
      grid-template-columns: 1fr var(--nav-width) 1fr;
      align-items: center;
      padding: 0 var(--page-padding);
    }
    .header-inner > .header-left,
    .header-inner > .header-center,
    .header-inner > .header-right {
      height: 100%;
    }
    .header-left > *,
    .header-center > *,
    .header-right > * {
      align-self: center;
    }

    .header-left,
    .header-center,
    .header-right {
      display: flex;
      align-items: center;
    }

    .header-left {
      gap: 12px;
    }

    .header-center {
      justify-content: center;
      gap: 24px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 32px;
    }

    .header-right {
      justify-content: flex-end;
      gap: 12px;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
    }

    .logo img {
      height: 40px;
      width: 154px;
      object-fit: contain;
    }

    .nav-link,
    .logo,
    .icon-button {
      position: relative;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.1px;
      color: rgba(17, 17, 17, 0.55);
      padding-bottom: 8px;
      transition: transform 0.2s ease;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 4px;
      height: 4px;
      background: var(--accent);
      border-radius: 999px;
      transform: scaleX(0);
      transform-origin: center;
      opacity: 0;
      transition: transform 0.18s ease, opacity 0.18s ease;
    }

    .nav-link.active {
      color: var(--text);
    }

    .nav-link.active::after {
      transform: scaleX(1);
      opacity: 1;
    }

    .nav-link:hover,
    .nav-link:focus-visible,
    .logo:hover,
    .logo:focus-within,
    .icon-button:hover,
    .icon-button:focus-visible {
      color: var(--text);
      transform: translateY(-2px);
    }

    .icon-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      border: none;
      background: transparent;
      cursor: pointer;
      color: var(--text);
    }

    .icon-button svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
    }

    .icon-button img {
      width: 24px;
      height: 24px;
    }

    .menu-button {
      display: none;
    }

    .mobile-logo {
      display: none;
    }
    @media (max-width: 1100px) {
      .header-inner {
        grid-template-columns: auto 1fr auto;
      }
      .menu-button {
        display: inline-flex;
      }
      .header-left {
        justify-content: flex-start;
      }
      .header-center {
        justify-content: center;
      }
      .header-right {
        justify-content: flex-end;
      }
      .nav-links {
        display: none;
      }
      .search-button {
        display: none;
      }
      .logo {
        display: none;
      }
      .mobile-logo {
        display: inline-flex;
      }
      .mobile-logo img {
        height: 30px;
        width: 115px;
      }
      .hero-shell {
        padding: 22px 18px;
      }
      .hero-shell::before {
        width: 540px;
        height: 540px;
        opacity: 0.22;
        transform: translate(-50%, -55%);
      }
      .hero-shell::after {
        background-position: center 82%;
        background-size: clamp(260px, 72vw, 460px) auto;
        opacity: 0.3;
      }
      .hero-meta {
        display: none;
      }
      .hero-meta-mobile {
        display: block;
      }
      .hero-title-mobile,
      .hero-subtitle-mobile {
        display: none;
      }
      .hero-categories {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        gap: 12px;
        white-space: nowrap;
      }
      .hero-chip {
        flex: 0 0 auto;
        scroll-snap-align: start;
      }
      .hero-cta .cta-button {
        padding: 10px 14px;
        font-size: 14px;
      }
    }

    .mobile-drawer {
      position: fixed;
      inset: 0;
      display: none;
      z-index: 1200;
    }

    .mobile-drawer.active {
      display: block;
    }

    .mobile-drawer-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.25);
    }

    .mobile-drawer-panel {
      position: absolute;
      top: 0;
      left: 0;
      width: min(320px, 86vw);
      height: 100%;
      background: var(--canvas);
      box-shadow: 6px 0 24px rgba(0, 0, 0, 0.12);
      padding: 16px 20px;
      display: flex;
      flex-direction: column;
      transform: translateX(-100%);
      transition: transform 0.25s ease;
    }

    .mobile-drawer.active .mobile-drawer-panel {
      transform: translateX(0);
    }

    .drawer-card {
      padding: 18px 16px;
      border-radius: 20px;
      border: 1px solid var(--neutral);
      background: linear-gradient(135deg, #ffffff, #fdf9f3, #fdf4e5);
      margin-bottom: 16px;
    }

    .drawer-title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.4px;
      margin: 0 0 6px;
    }

    .drawer-subtitle {
      margin: 0;
      font-size: 12px;
      font-weight: 600;
      font-style: italic;
      color: rgba(17, 17, 17, 0.65);
    }

    .drawer-links {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .drawer-link {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 18px;
      border: 1px solid rgba(228, 231, 236, 0.6);
      color: rgba(17, 17, 17, 0.9);
      font-weight: 500;
    }

    .drawer-link.active {
      background: var(--accent-soft);
      border-color: var(--accent-muted);
      font-weight: 600;
    }

    .drawer-icon {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--surface);
      color: rgba(17, 17, 17, 0.7);
    }

    .drawer-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
    }

    .drawer-link.active .drawer-icon {
      background: var(--accent-muted);
      color: var(--accent);
    }

    .hero {
      padding: 8px 0 0;
    }

    .homepage-hero-section {
      background: #ffffff;
    }

    .homepage-preset-band {
      position: relative;
      background: #ffffff;
      border-bottom: 1px solid rgba(226, 208, 176, 0.42);
    }

    .homepage-preset-band::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 14px;
      background: linear-gradient(to bottom, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0));
      pointer-events: none;
    }

    .homepage-entry-hero {
      display: grid;
      gap: 28px;
      align-items: end;
      min-height: 276px;
      padding: 8px 0 100px;
    }

    .homepage-entry-copy {
      display: flex;
      flex-direction: column;
      gap: 18px;
      max-width: 760px;
      padding-top: 100px;
      padding-bottom: 20px;
      align-self: start;
    }

    .homepage-entry-title {
      margin: 0;
      max-width: 760px;
      font-size: clamp(25px, 3vw, 41px);
      line-height: 0.98;
      letter-spacing: -1px;
      font-weight: 700;
    }

    .homepage-entry-title-line {
      display: block;
    }

    .homepage-entry-subtitle {
      margin: 0;
      max-width: 540px;
      font-size: clamp(19px, 1.7vw, 24px);
      line-height: 1.4;
      color: rgba(17, 17, 17, 0.9);
    }

    .homepage-entry-subtitle-line {
      display: block;
    }

    .homepage-entry-cta {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 26px;
      border-radius: 14px;
      background: var(--accent);
      color: var(--text);
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      box-shadow: 0 8px 20px rgba(204, 138, 55, 0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .homepage-entry-cta:hover,
    .homepage-entry-cta:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 16px 34px rgba(204, 138, 55, 0.3);
      outline: none;
    }

    .homepage-entry-media {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      min-height: 250px;
      padding-right: 14px;
    }

    .homepage-entry-media::before {
      content: none;
    }

    .homepage-entry-dog {
      position: relative;
      z-index: 2;
      width: min(100%, 272px);
      object-fit: contain;
      object-position: bottom right;
    }

    .homepage-preset-section {
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: center;
      padding: 16px 0 22px;
      background: transparent;
      text-align: center;
    }

    .homepage-preset-status[hidden],
    .homepage-preset-results-title[hidden],
    .homepage-preset-search-link[hidden],
    .homepage-preset-results[hidden],
    .homepage-preset-cta[hidden] {
      display: none !important;
    }

    .homepage-preset-title {
      display: inline-block;
      align-self: center;
      margin: 0;
      font-size: clamp(19px, 1.4vw, 24px);
      letter-spacing: -0.1px;
      font-weight: 700;
    }

    .homepage-preset-title::after {
      content: none;
    }

    .homepage-preset-buttons {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      gap: 14px;
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 4px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .homepage-preset-buttons::-webkit-scrollbar {
      display: none;
    }

    .homepage-preset-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      height: 44px;
      width: 205px;
      min-width: 205px;
      padding: 0 12px;
      border-radius: 16px;
      border: 1px solid var(--neutral);
      background: var(--accent-soft);
      color: rgba(0, 0, 0, 0.78);
      font: inherit;
      font-size: 12px;
      line-height: 1.1;
      font-weight: 600;
      white-space: nowrap;
      flex: 0 0 205px;
      cursor: pointer;
      box-shadow: none;
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    .homepage-preset-button-emoji {
      font-size: 15px;
      line-height: 1;
      flex: 0 0 auto;
    }

    .homepage-preset-button::before {
      content: '';
      font-size: 15px;
      line-height: 1;
      flex: 0 0 auto;
    }

    .homepage-preset-button[data-home-preset-button='grain_free']::before {
      content: '\01F33E';
    }

    .homepage-preset-button[data-home-preset-button='budget']::before {
      content: '\01F4B6';
    }

    .homepage-preset-button[data-home-preset-button='high_protein']::before {
      content: '\01F969';
    }

    .homepage-preset-button[data-home-preset-button='only_huhn']::before {
      content: '\01F414';
    }

    .homepage-preset-button[data-home-preset-button='only_rind']::before {
      content: '\01F404';
    }

    .homepage-preset-button-emoji {
      display: none;
    }

    .homepage-preset-button-label {
      white-space: nowrap;
    }

    .homepage-preset-button:hover,
    .homepage-preset-button:focus-visible {
      border-color: var(--accent);
      box-shadow: inset 0 0 0 1px rgba(240, 177, 92, 0.34);
      outline: none;
    }

    .homepage-preset-button.is-active {
      border-color: var(--accent);
      background: #fff7ea;
      color: rgba(17, 17, 17, 0.9);
      box-shadow: inset 0 0 0 1px rgba(240, 177, 92, 0.48);
    }

    .homepage-preset-search-link {
      align-self: center;
      font-size: 13px;
      font-weight: 500;
      color: rgba(17, 17, 17, 0.62);
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .homepage-preset-search-link:hover,
    .homepage-preset-search-link:focus-visible {
      color: var(--text);
    }

    .homepage-preset-results-title {
      margin: 0;
      align-self: center;
      font-size: clamp(19px, 1.4vw, 24px);
      letter-spacing: -0.1px;
      font-weight: 700;
      color: var(--text);
      text-align: center;
    }

    .homepage-preset-status {
      margin: 0;
      width: 100%;
      text-align: center;
      font-size: 14px;
      color: rgba(17, 17, 17, 0.66);
    }

    .homepage-preset-results {
      display: flex;
      flex-direction: column;
      gap: 18px;
      width: 100%;
      padding-top: 6px;
    }

    .homepage-preset-products {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .homepage-preset-cta {
      align-self: flex-start;
    }

    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      border-radius: 14px;
      background: var(--accent);
      color: var(--text);
      font-weight: 600;
      font-size: 15px;
      border: none;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      cursor: pointer;
      box-shadow: 0 10px 25px rgba(204, 138, 55, 0.25);
    }

    .cta-button:not(:disabled):hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 35px rgba(204, 138, 55, 0.35);
    }

    @media (min-width: 980px) {
      .homepage-entry-hero {
        grid-template-columns: minmax(0, 1.26fr) minmax(320px, 0.74fr);
      }
    }

    @media (max-width: 1100px) {
      .homepage-entry-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 34px 0 100px;
      }

      .homepage-entry-copy {
        align-items: center;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 0;
      }

      .homepage-entry-title {
        line-height: 1.02;
      }

      .homepage-entry-subtitle {
        margin: 0 auto;
      }

      .homepage-entry-cta {
        align-self: center;
      }

      .homepage-entry-media {
        min-height: 0;
        min-height: 220px;
        padding-right: 0;
        justify-content: center;
      }

      .homepage-entry-dog {
        width: min(100%, 256px);
      }

      .homepage-preset-section {
        padding: 16px 0 22px;
      }

      .homepage-preset-buttons {
        gap: 14px;
      }

      .homepage-preset-button {
        width: 205px;
        min-width: 205px;
        flex: 0 0 205px;
        height: 44px;
        padding: 0 12px;
        border-radius: 16px;
        font-size: 12px;
      }

      .homepage-preset-button-emoji {
        font-size: 14px;
      }

      .homepage-preset-cta {
        width: 100%;
        justify-content: center;
      }
    }

    .section {
      width: 100%;
    }

    .benefits {
      margin-top: 0;
      padding: 56px 0;
      background: linear-gradient(180deg, #fdf4e5 0%, #fef6ec 72%, #fefbf6 100%);
    }

    .section-title {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.2px;
      margin: 0 0 8px;
    }

    .section-subtitle {
      text-align: center;
      font-size: 18px;
      color: rgba(17, 17, 17, 0.8);
      margin: 0 0 32px;
    }

    .benefits-grid {
      display: grid;
      gap: 18px;
      justify-content: center;
      grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
    }

    .benefit-card {
      background: #ffffff;
      border-radius: 22px;
      border: 1px solid var(--accent);
      padding: 22px 20px;
      text-align: center;
    }

    .benefit-title {
      font-size: 18px;
      font-weight: 600;
      margin: 0 0 18px;
    }

    .benefit-text {
      margin: 0;
      color: rgba(17, 17, 17, 0.75);
      line-height: 1.5;
    }

    .benefits-cta {
      margin-top: 26px;
      text-align: center;
    }

    .section-gap {
      height: 24px;
    }

    .two-steps {
      background: #ffffff;
      padding: 56px 0 40px;
    }

    .two-steps-title {
      font-size: 30px;
      font-weight: 600;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-align: center;
      margin: 0 0 40px;
    }

    .two-steps-image {
      max-width: 820px;
      margin: 0 auto 24px;
    }

    .two-steps-cta {
      text-align: center;
    }

    .mission {
      background: #ffffff;
      padding: 56px 0;
    }

    .mission-card {
      background: linear-gradient(180deg, #fdf4e5 0%, #fef6ec 72%, #fefbf6 100%);
      border-radius: 22px;
      border: 1px solid var(--accent);
      padding: 40px 52px;
      text-align: center;
    }

    .mission-card h3 {
      margin: 0 0 14px;
      font-size: 26px;
      font-weight: 600;
    }

    .mission-card p {
      margin: 0 0 16px;
      color: rgba(17, 17, 17, 0.9);
      line-height: 1.55;
    }

    .mission-card .mission-highlight {
      font-weight: 600;
      color: rgba(17, 17, 17, 0.7);
    }
    .faq {
      background: linear-gradient(180deg, #ffffff 0%, #fefbf6 100%);
      padding: 56px 0 40px;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
      align-items: center;
    }

    .faq-item {
      width: min(100%, 860px);
      background: #ffffff;
      border-radius: 20px;
      border: 1px solid rgba(228, 231, 236, 0.6);
      padding: 0;
      overflow: hidden;
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 16px 20px;
      font-weight: 600;
      font-size: 18px;
      color: rgba(17, 17, 17, 0.9);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

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

    .faq-item summary::after {
      content: "+";
      font-size: 22px;
      color: var(--accent);
      transition: transform 0.2s ease;
    }

    .faq-item[open] summary::after {
      content: "-";
    }

    .faq-item p {
      margin: 0;
      padding: 0 20px 18px;
      color: rgba(17, 17, 17, 0.78);
      line-height: 1.55;
    }

    .footer {
      background: #ffffff;
      border-top: 1px solid rgba(228, 231, 236, 0.8);
      box-shadow: var(--shadow-footer);
      padding: 12px 0;
    }

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

    .footer-divider {
      height: 1px;
      background: rgba(228, 231, 236, 0.6);
    }

    .footer-columns {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      justify-content: space-between;
    }

    .footer-col h4 {
      margin: 0 0 8px;
      font-size: 14px;
      font-weight: 600;
    }

    .footer-col a {
      display: block;
      margin-bottom: 6px;
      font-size: 13px;
    }

    .footer-affiliate {
      text-align: center;
      font-size: 13px;
      line-height: 1.4;
    }

    .footer-bottom {
      text-align: center;
      font-size: 12px;
      color: rgba(17, 17, 17, 0.8);
    }

    .footer-social {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .homepage-entry-hero {
      gap: 28px;
      align-items: center;
      min-height: 0;
      padding: 12px 0 54px;
    }

    .homepage-entry-copy {
      gap: 16px;
      max-width: 600px;
      padding-top: 24px;
      padding-bottom: 0;
      align-self: center;
    }

    .homepage-entry-kicker {
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(74, 63, 60, 0.72);
    }

    .homepage-entry-title {
      font-size: clamp(34px, 4.8vw, 60px);
      line-height: 0.94;
      letter-spacing: -0.06em;
    }

    .homepage-entry-subtitle {
      max-width: 520px;
      font-size: clamp(17px, 1.5vw, 20px);
      line-height: 1.42;
      color: rgba(17, 17, 17, 0.76);
    }

    .homepage-entry-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .homepage-entry-cta,
    .homepage-entry-secondary-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      border-radius: 16px;
      font-size: 15px;
      line-height: 1;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .homepage-entry-cta {
      padding: 0 28px;
      box-shadow: 0 16px 32px rgba(204, 138, 55, 0.2);
    }

    .homepage-entry-secondary-cta {
      padding: 0 22px;
      border: 1px solid rgba(74, 63, 60, 0.16);
      background: #ffffff;
      color: rgba(17, 17, 17, 0.86);
      font-weight: 600;
      box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
    }

    .homepage-entry-secondary-cta:hover,
    .homepage-entry-secondary-cta:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(240, 177, 92, 0.7);
      box-shadow: 0 16px 34px rgba(17, 17, 17, 0.08);
      outline: none;
    }

    .homepage-entry-media {
      align-items: center;
      justify-content: center;
      min-height: 300px;
      padding-right: 0;
    }

    .homepage-entry-media::before {
      content: none;
    }

    .homepage-entry-dog {
      width: min(100%, 420px);
      object-position: center bottom;
      filter: drop-shadow(0 24px 50px rgba(17, 17, 17, 0.1));
    }

    .homepage-preset-section {
      gap: 16px;
      padding: 22px 0 30px;
    }

    .homepage-preset-title {
      font-size: clamp(22px, 2vw, 30px);
      letter-spacing: -0.04em;
    }

    .homepage-preset-intro {
      margin: 0;
      max-width: 640px;
      font-size: 16px;
      line-height: 1.55;
      color: rgba(17, 17, 17, 0.68);
    }

    .homepage-preset-buttons {
      justify-content: flex-start;
      gap: 16px;
      padding: 4px 2px 10px;
    }

    .homepage-preset-button {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      column-gap: 12px;
      row-gap: 4px;
      min-height: 94px;
      width: 260px;
      min-width: 260px;
      padding: 18px 18px 16px;
      border-radius: 24px;
      border: 1px solid rgba(228, 231, 236, 0.95);
      background: linear-gradient(180deg, #fffdf9 0%, #fff8ee 100%);
      color: rgba(17, 17, 17, 0.84);
      text-align: left;
      white-space: normal;
      flex: 0 0 260px;
      box-shadow: 0 14px 30px rgba(17, 17, 17, 0.04);
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    .homepage-preset-button::before {
      grid-row: 1 / span 2;
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: #ffffff;
      border: 1px solid rgba(240, 177, 92, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      line-height: 1;
    }

    .homepage-preset-button-label {
      display: block;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 700;
      color: var(--text);
      white-space: normal;
    }

    .homepage-preset-button-hint {
      display: block;
      grid-column: 2;
      font-size: 13px;
      line-height: 1.45;
      color: rgba(17, 17, 17, 0.58);
    }

    .homepage-preset-button:hover,
    .homepage-preset-button:focus-visible {
      transform: translateY(-2px);
      border-color: var(--accent);
      box-shadow: 0 18px 38px rgba(17, 17, 17, 0.08);
    }

    .homepage-preset-button.is-active {
      background: linear-gradient(180deg, #fff7ea 0%, #fff2dd 100%);
      box-shadow: 0 18px 40px rgba(240, 177, 92, 0.18);
    }

    .homepage-preset-search-link {
      font-size: 14px;
      font-weight: 600;
    }

    .homepage-preset-results-title {
      font-size: clamp(22px, 1.9vw, 28px);
      letter-spacing: -0.04em;
    }

    .benefits {
      padding: 64px 0;
      background: transparent;
    }

    .section-title {
      font-size: clamp(28px, 3vw, 44px);
      font-weight: 700;
      letter-spacing: -0.05em;
      line-height: 1.02;
      margin: 0 0 12px;
    }

    .section-title--left {
      text-align: left;
    }

    .section-subtitle {
      margin: 0 auto 36px;
      max-width: 760px;
      line-height: 1.55;
      color: rgba(17, 17, 17, 0.72);
    }

    .section-subtitle--narrow {
      max-width: 560px;
    }

    .benefit-card {
      border-radius: 24px;
      border: 1px solid rgba(228, 231, 236, 0.9);
      background: rgba(255, 255, 255, 0.72);
      backdrop-filter: blur(6px);
      padding: 24px 22px;
      text-align: left;
      box-shadow: none;
    }

    .benefit-title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 14px;
    }

    .methodology {
      background: #ffffff;
      padding: 72px 0;
    }

    .methodology-shell {
      display: grid;
      gap: 26px;
      align-items: start;
      padding: 0;
      border-radius: 0;
      background: transparent;
      border: none;
      box-shadow: none;
    }

    .methodology-copy {
      display: flex;
      flex-direction: column;
      gap: 16px;
      max-width: 620px;
    }

    .methodology-kicker {
      margin: 0;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(74, 63, 60, 0.72);
    }

    .methodology-text {
      margin: 0;
      font-size: 17px;
      line-height: 1.65;
      color: rgba(17, 17, 17, 0.75);
    }

    .methodology-steps {
      display: grid;
      gap: 16px;
    }

    .method-step {
      background: #ffffff;
      border-radius: 22px;
      border: 1px solid rgba(228, 231, 236, 0.8);
      padding: 22px 22px 20px;
      box-shadow: none;
    }

    .method-step-number {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 999px;
      background: rgba(240, 177, 92, 0.2);
      color: rgba(74, 63, 60, 0.88);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 14px;
    }

    .method-step-title {
      margin: 0 0 10px;
      font-size: 19px;
      font-weight: 700;
    }

    .method-step-text {
      margin: 0;
      font-size: 15px;
      line-height: 1.55;
      color: rgba(17, 17, 17, 0.72);
    }

    .faq {
      padding: 72px 0 40px;
    }

    @media (min-width: 980px) {
      .methodology-shell {
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
      }
    }

    @media (max-width: 1100px) {
      .homepage-entry-hero {
        gap: 18px;
        min-height: 0;
        padding: 8px 0 56px;
      }

      .homepage-entry-copy {
        align-items: center;
        text-align: center;
        margin: 0 auto;
        padding-top: 8px;
        padding-bottom: 0;
      }

      .homepage-entry-actions {
        justify-content: center;
      }

      .homepage-entry-media {
        min-height: 220px;
      }

      .homepage-entry-dog {
        width: min(100%, 320px);
      }

      .methodology-shell {
        grid-template-columns: 1fr;
        padding: 0;
      }
    }

    @media (max-width: 640px) {
      .homepage-entry-title {
        font-size: 34px;
        line-height: 1;
      }

      .homepage-entry-subtitle {
        font-size: 16px;
      }

      .homepage-entry-cta,
      .homepage-entry-secondary-cta {
        width: 100%;
      }

      .homepage-preset-button {
        width: 232px;
        min-width: 232px;
        min-height: 90px;
        padding: 16px;
        border-radius: 22px;
      }

      .homepage-preset-button-label {
        font-size: 16px;
      }

      .homepage-preset-button-hint {
        font-size: 12px;
      }

      .benefits,
      .methodology,
      .faq {
        padding-top: 40px;
      }
    }

    @media (max-width: 640px) {
      .cta-button {
        padding: 11px 16px;
        font-size: 15px;
      }
      .benefits {
        padding: 38px 0;
      }
      .section-title {
        font-size: 26px;
      }
      .section-subtitle {
        font-size: 16px;
      }
      .two-steps {
        padding: 40px 0;
      }
      .two-steps-title {
        font-size: 24px;
        text-align: center;
      }
      .mission-card {
        padding: 24px 16px;
      }
      .faq {
        padding: 40px 0;
      }
      .footer-columns {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    #cookie-banner {
      position: fixed;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: none;
      max-width: 560px;
      margin: 0 auto;
      padding: 14px 16px;
      background: var(--cookie-bg);
      color: var(--cookie-text);
      border: 1px solid var(--cookie-border);
      border-radius: 14px;
      box-shadow: var(--cookie-shadow);
      font: 13px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    #cookie-banner p {
      margin: 0 0 14px 0;
      color: var(--cookie-muted);
    }
    #cookie-banner .cookie-title {
      margin: 0 0 6px 0;
      font-size: 16px;
      font-weight: 700;
      color: var(--cookie-text);
    }
    #cookie-banner .cookie-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }
    #cookie-accept,
    #cookie-decline,
    #cookie-settings {
      border: 1.5px solid transparent;
      padding: 11px 16px;
      border-radius: 10px;
      color: #111111;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: 0.2px;
      font-size: 9px;
    }
    #cookie-accept {
      background: var(--cookie-accept);
      color: #111111;
    }
    #cookie-decline {
      background: var(--cookie-decline);
      border-color: var(--cookie-accept);
    }
    #cookie-settings {
      background: #111111;
      color: #ffffff;
    }
    #cookie-banner a {
      color: var(--cookie-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    #cookie-settings-overlay {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(17, 17, 17, 0.45);
      z-index: 10001;
    }
    #cookie-settings-overlay.visible {
      display: flex;
    }
    #cookie-settings-modal {
      width: 100%;
      max-width: 720px;
      background: #ffffff;
      border-radius: 18px;
      border: 1px solid var(--cookie-border);
      box-shadow: var(--cookie-shadow);
      padding: 20px 22px;
      font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    .cookie-settings-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
    }
    #cookie-settings-title {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      color: var(--cookie-text);
    }
    #cookie-settings-close {
      border: none;
      background: transparent;
      font-size: 22px;
      cursor: pointer;
      color: var(--cookie-muted);
    }
    .cookie-settings-intro {
      margin: 8px 0 16px;
      color: var(--cookie-muted);
    }
    .cookie-settings-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .cookie-settings-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 12px 14px;
      border-radius: 12px;
      border: 1px solid var(--cookie-border);
      background: #fffaf2;
    }
    .cookie-settings-text {
      display: flex;
      flex-direction: column;
      gap: 4px;
      max-width: 520px;
    }
    .cookie-settings-name {
      margin: 0;
      font-weight: 700;
      color: var(--cookie-text);
    }
    .cookie-settings-desc {
      margin: 0;
      color: var(--cookie-muted);
      font-size: 13px;
    }
    .cookie-settings-link {
      font-size: 12px;
    }
    .cookie-switch {
      position: relative;
      width: 46px;
      height: 26px;
      flex-shrink: 0;
    }
    .cookie-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .cookie-slider {
      position: absolute;
      inset: 0;
      border-radius: 999px;
      background: #d0d5dd;
      transition: background 0.2s ease;
    }
    .cookie-slider::before {
      content: "";
      position: absolute;
      height: 20px;
      width: 20px;
      left: 3px;
      top: 3px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 2px 6px rgba(17, 17, 17, 0.18);
      transition: transform 0.2s ease;
    }
    .cookie-switch input:checked + .cookie-slider {
      background: var(--cookie-accept);
    }
    .cookie-switch input:checked + .cookie-slider::before {
      transform: translateX(20px);
    }
    .cookie-switch input:disabled + .cookie-slider {
      background: #e4e7ec;
      cursor: not-allowed;
    }
    .cookie-switch input:disabled + .cookie-slider::before {
      background: #f2f4f7;
    }
    .cookie-settings-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 18px;
    }
    #cookie-settings-save,
    #cookie-settings-accept,
    #cookie-settings-decline {
      border: 1.5px solid transparent;
      padding: 10px 16px;
      border-radius: 10px;
      cursor: pointer;
      font-weight: 600;
    }
    #cookie-settings-save {
      background: var(--cookie-accept);
      color: #111111;
    }
    #cookie-settings-accept {
      background: #111111;
      color: #ffffff;
    }
    #cookie-settings-decline {
      background: #ffffff;
      border-color: var(--cookie-accept);
      color: #111111;
    }
    @media (max-width: 640px) {
      #cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px;
        font-size: 12px;
        max-height: calc(100vh - 20px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
      #cookie-banner .cookie-actions {
        flex-direction: column;
        align-items: stretch;
      }
      #cookie-accept,
      #cookie-decline,
      #cookie-settings {
        width: 100%;
      }
      #cookie-settings-modal {
        padding: 18px 16px;
      }
      .cookie-settings-item {
        flex-direction: column;
        align-items: flex-start;
      }
      .cookie-settings-actions {
        flex-direction: column;
        align-items: stretch;
      }
      #cookie-settings-save,
      #cookie-settings-accept,
      #cookie-settings-decline {
        width: 100%;
      }
    }

    /* Homepage refinement phase 2 */
    main {
      background:
        radial-gradient(circle at 78% 12%, rgba(240, 177, 92, 0.12), transparent 26%),
        radial-gradient(circle at 14% 32%, rgba(255, 239, 214, 0.78), transparent 24%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 28%, #fffaf2 100%);
    }

    .homepage-hero-section {
      overflow: clip;
    }

    .homepage-entry-hero {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
      gap: 28px;
      align-items: end;
      min-height: 0;
      padding: 10px 0 42px;
    }

    .homepage-entry-copy {
      position: relative;
      z-index: 1;
      gap: 14px;
      max-width: 840px;
      padding-top: 18px;
    }

    .homepage-entry-kicker {
      display: inline-block;
      width: fit-content;
      padding: 0;
      border: none;
      background: transparent;
      color: rgba(74, 63, 60, 0.8);
      letter-spacing: 0.16em;
    }

    .homepage-entry-title {
      max-width: 15.5ch;
      font-size: clamp(38px, 5vw, 72px);
      line-height: 0.92;
      letter-spacing: -0.065em;
      text-wrap: balance;
    }

    .homepage-entry-subtitle {
      max-width: 42ch;
      margin: 0;
      font-size: clamp(16px, 1.4vw, 19px);
      line-height: 1.45;
      color: rgba(17, 17, 17, 0.72);
      text-wrap: pretty;
    }

    .homepage-entry-actions {
      margin-top: 4px;
      gap: 10px;
    }

    .homepage-entry-cta,
    .homepage-entry-secondary-cta {
      min-height: 48px;
      border-radius: 14px;
      font-size: 14px;
    }

    .homepage-entry-cta {
      padding: 0 24px;
      box-shadow: 0 14px 28px rgba(204, 138, 55, 0.18);
    }

    .homepage-entry-secondary-cta {
      padding: 0 18px;
      background: rgba(255, 255, 255, 0.74);
      backdrop-filter: blur(10px);
      box-shadow: none;
    }

    .homepage-entry-footnote {
      display: none;
    }

    .homepage-entry-media {
      position: relative;
      min-height: 420px;
      align-self: stretch;
      isolation: isolate;
    }

    .homepage-entry-media::after {
      content: "";
      position: absolute;
      inset: 14% 8% 10%;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(240, 177, 92, 0.24) 0%, rgba(255, 247, 232, 0.72) 48%, rgba(255, 255, 255, 0) 72%);
      filter: blur(10px);
      z-index: 0;
    }

    .homepage-entry-dog {
      position: relative;
      z-index: 1;
      width: min(100%, 430px);
      max-height: 520px;
      object-fit: contain;
      object-position: center bottom;
      filter: drop-shadow(0 30px 50px rgba(17, 17, 17, 0.12));
    }

    .homepage-preset-band {
      padding-top: 0;
    }

    .homepage-preset-section {
      gap: 14px;
      padding: 4px 0 26px;
    }

    .homepage-preset-title {
      font-size: clamp(24px, 2vw, 32px);
      margin: 0;
    }

    .homepage-preset-intro {
      max-width: 28ch;
      font-size: 15px;
      line-height: 1.5;
      color: rgba(17, 17, 17, 0.62);
    }

    .homepage-preset-buttons {
      gap: 14px;
      padding: 2px 0 8px;
    }

    .homepage-preset-button {
      width: 212px;
      min-width: 212px;
      min-height: 66px;
      padding: 11px 14px;
      border-radius: 18px;
      border: 1px solid rgba(223, 227, 233, 0.95);
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(10px);
      box-shadow: none;
      align-items: center;
      align-content: center;
      grid-template-columns: 38px minmax(0, 1fr);
      row-gap: 0;
      column-gap: 12px;
    }

    .homepage-preset-button::before {
      content: none;
      display: none;
    }

    .homepage-preset-button-emoji {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 11px;
      border: 1px solid rgba(240, 177, 92, 0.22);
      background: #ffffff;
      font-size: 20px;
      line-height: 1;
    }

    .homepage-preset-button-label {
      font-size: 15px;
      letter-spacing: -0.02em;
      align-self: center;
      line-height: 1.15;
      text-wrap: balance;
    }

    .homepage-preset-button-hint {
      display: none;
    }

    .homepage-preset-button:hover,
    .homepage-preset-button:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 26px rgba(17, 17, 17, 0.06);
    }

    .homepage-preset-button.is-active {
      border-color: rgba(240, 177, 92, 0.8);
      background: linear-gradient(180deg, rgba(255, 248, 234, 0.98) 0%, rgba(255, 243, 221, 0.98) 100%);
      box-shadow: 0 12px 28px rgba(240, 177, 92, 0.16);
    }

    .benefits {
      padding: 56px 0 44px;
      background: transparent;
    }

    .section-title {
      font-size: clamp(30px, 3vw, 46px);
      letter-spacing: -0.055em;
    }

    .section-subtitle {
      max-width: 34ch;
      margin: 0 auto 28px;
      font-size: 17px;
      line-height: 1.5;
      color: rgba(17, 17, 17, 0.64);
    }

    .benefits-grid {
      gap: 22px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      align-items: start;
    }

    .benefit-card {
      padding: 0 0 0 18px;
      border: none;
      border-left: 2px solid rgba(240, 177, 92, 0.5);
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      box-shadow: none;
    }

    .benefit-title {
      margin: 0 0 10px;
      font-size: 18px;
    }

    .benefit-text {
      margin: 0;
      max-width: 28ch;
      font-size: 15px;
      line-height: 1.55;
      color: rgba(17, 17, 17, 0.7);
    }

    .methodology {
      padding: 56px 0 32px;
      background: transparent;
    }

    .methodology-shell {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 34px;
    }

    .methodology-copy {
      gap: 14px;
      max-width: none;
      width: 100%;
    }

    .methodology-text {
      max-width: none;
      font-size: 16px;
      line-height: 1.55;
      color: rgba(17, 17, 17, 0.68);
    }

    .methodology-steps {
      gap: 14px;
    }

    .method-step {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 16px;
      row-gap: 6px;
      align-items: start;
      padding: 0 0 14px;
      border: none;
      border-bottom: 1px solid rgba(228, 231, 236, 0.92);
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .method-step-number {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(255, 245, 227, 1);
      border: 1px solid rgba(240, 177, 92, 0.45);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 700;
      color: rgba(74, 63, 60, 0.86);
      grid-row: 1 / span 2;
    }

    .method-step-title {
      margin: 3px 0 0;
      font-size: 18px;
    }

    .method-step-text {
      margin: 0;
      max-width: 36ch;
      font-size: 15px;
      line-height: 1.5;
      color: rgba(17, 17, 17, 0.68);
    }

    .faq {
      padding-top: 44px;
    }

    .faq .container {
      max-width: 900px;
    }

    @media (max-width: 1100px) {
      .homepage-entry-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 0 36px;
      }

      .homepage-entry-copy {
        max-width: 640px;
        padding-top: 0;
      }

      .homepage-entry-title {
        max-width: 16ch;
      }

      .homepage-entry-subtitle {
        max-width: 42ch;
      }

      .homepage-entry-media {
        min-height: 280px;
      }

      .benefits-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .benefit-text,
      .methodology-text,
      .method-step-text {
        max-width: none;
      }

      .methodology-shell {
        grid-template-columns: 1fr;
        gap: 24px;
      }
    }

    @media (max-width: 640px) {
      .homepage-entry-hero {
        padding-bottom: 28px;
      }

      .homepage-entry-kicker {
        font-size: 12px;
      }

      .homepage-entry-title {
        max-width: 12ch;
        font-size: 32px;
      }

      .homepage-entry-subtitle {
        max-width: 30ch;
        font-size: 15px;
      }

      .homepage-entry-media {
        min-height: 220px;
      }

      .homepage-entry-dog {
        width: min(100%, 300px);
        max-height: 340px;
      }

      .homepage-preset-title {
        font-size: 24px;
      }

      .homepage-preset-intro {
        font-size: 14px;
      }

      .homepage-preset-button {
        width: 182px;
        min-width: 182px;
        min-height: 58px;
        padding: 10px 12px;
        border-radius: 16px;
        grid-template-columns: 34px minmax(0, 1fr);
      }

      .homepage-preset-button-emoji {
        width: 34px;
        height: 34px;
        font-size: 18px;
        border-radius: 10px;
      }

      .homepage-preset-button-label {
        font-size: 14px;
      }

      .benefits {
        padding-top: 42px;
      }

      .section-title {
        font-size: 28px;
      }
    }
