/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Montserrat", "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-serif: "Lora", "Liberation Serif", Georgia, "Times New Roman", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-cream: #f7efe5;
    --color-orange: #f39a1f;
    --color-wine: #a51935;
    --color-wine-dark: #83162b;
    --color-ink: #17130f;
    --font-script: "Dancing Script", "Lobster Two", "Segoe Script", cursive;
  }
}
@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;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[76px\] {
    top: 76px;
  }
  .top-\[132px\] {
    top: 132px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[195px\] {
    top: 195px;
  }
  .top-\[196px\] {
    top: 196px;
  }
  .top-\[calc\(100\%-1px\)\] {
    top: calc(100% - 1px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-1rem\] {
    right: -1rem;
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[2\.4\%\] {
    right: 2.4%;
  }
  .right-\[2\.9\%\] {
    right: 2.9%;
  }
  .right-\[3\.2\%\] {
    right: 3.2%;
  }
  .right-\[13px\] {
    right: 13px;
  }
  .right-\[18px\] {
    right: 18px;
  }
  .right-\[52px\] {
    right: 52px;
  }
  .-bottom-\[42px\] {
    bottom: calc(42px * -1);
  }
  .-bottom-px {
    bottom: -1px;
  }
  .bottom-\[-3px\] {
    bottom: -3px;
  }
  .bottom-\[-7px\] {
    bottom: -7px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-1rem\] {
    left: -1rem;
  }
  .left-\[2\.5\%\] {
    left: 2.5%;
  }
  .left-\[2\.8\%\] {
    left: 2.8%;
  }
  .left-\[3\.4\%\] {
    left: 3.4%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[102px\] {
    height: 102px;
  }
  .h-\[690px\] {
    height: 690px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[calc\(100vh-88px\)\] {
    max-height: calc(100vh - 88px);
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[328px\] {
    min-height: 328px;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[238px\] {
    width: 238px;
  }
  .w-\[286px\] {
    width: 286px;
  }
  .w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[475px\] {
    max-width: 475px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1360px\] {
    max-width: 1360px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-rotate-6 {
    rotate: calc(6deg * -1);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .rotate-6 {
    rotate: 6deg;
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .rotate-\[8deg\] {
    rotate: 8deg;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-wine\/10 {
    border-color: color-mix(in srgb, #a51935 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-wine) 10%, transparent);
    }
  }
  .bg-\[\#071006\] {
    background-color: #071006;
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-\[linear-gradient\(90deg\,rgba\(3\,13\,7\,0\.95\)_0\%\,rgba\(3\,13\,7\,0\.80\)_44\%\,rgba\(3\,13\,7\,0\.16\)_82\%\,rgba\(3\,13\,7\,0\.02\)_100\%\)\] {
    background-image: linear-gradient(90deg,rgba(3,13,7,0.95) 0%,rgba(3,13,7,0.80) 44%,rgba(3,13,7,0.16) 82%,rgba(3,13,7,0.02) 100%);
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .stroke-orange {
    stroke: var(--color-orange);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[62\%_center\] {
    object-position: 62% center;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[52px\] {
    padding-top: 52px;
  }
  .pt-\[112px\] {
    padding-top: 112px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-script {
    font-family: var(--font-script);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[0\.78em\] {
    font-size: 0.78em;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.62\] {
    --tw-leading: 1.62;
    line-height: 1.62;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.012em\] {
    --tw-tracking: -0.012em;
    letter-spacing: -0.012em;
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .tracking-\[-0\.035em\] {
    --tw-tracking: -0.035em;
    letter-spacing: -0.035em;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-orange\/70 {
    color: color-mix(in srgb, #f39a1f 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-orange) 70%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-\[0_24px_40px_rgba\(44\,25\,15\,0\.16\)\] {
    --tw-shadow: 0 24px 40px var(--tw-shadow-color, rgba(44,25,15,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .drop-shadow-\[0_2px_2px_rgba\(0\,0\,0\,0\.18\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 2px var(--tw-drop-shadow-color, rgba(0,0,0,0.18)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-\[0_2px_2px_rgba\(0\,0\,0\,0\.24\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 2px var(--tw-drop-shadow-color, rgba(0,0,0,0.24)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-wine\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #a51935 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-wine) 5%, transparent);
        }
      }
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-4 {
    &:focus-visible {
      outline-offset: 4px;
    }
  }
  .focus-visible\:outline-orange {
    &:focus-visible {
      outline-color: var(--color-orange);
    }
  }
  .sm\:top-\[164px\] {
    @media (width >= 40rem) {
      top: 164px;
    }
  }
  .sm\:right-\[22px\] {
    @media (width >= 40rem) {
      right: 22px;
    }
  }
  .sm\:right-\[28px\] {
    @media (width >= 40rem) {
      right: 28px;
    }
  }
  .sm\:right-\[72px\] {
    @media (width >= 40rem) {
      right: 72px;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:h-\[118px\] {
    @media (width >= 40rem) {
      height: 118px;
    }
  }
  .sm\:h-\[720px\] {
    @media (width >= 40rem) {
      height: 720px;
    }
  }
  .sm\:min-h-\[342px\] {
    @media (width >= 40rem) {
      min-height: 342px;
    }
  }
  .sm\:w-\[138px\] {
    @media (width >= 40rem) {
      width: 138px;
    }
  }
  .sm\:w-\[205px\] {
    @media (width >= 40rem) {
      width: 205px;
    }
  }
  .sm\:w-\[285px\] {
    @media (width >= 40rem) {
      width: 285px;
    }
  }
  .sm\:w-\[315px\] {
    @media (width >= 40rem) {
      width: 315px;
    }
  }
  .sm\:w-\[calc\(100\%-3rem\)\] {
    @media (width >= 40rem) {
      width: calc(100% - 3rem);
    }
  }
  .sm\:max-w-\[275px\] {
    @media (width >= 40rem) {
      max-width: 275px;
    }
  }
  .sm\:max-w-\[278px\] {
    @media (width >= 40rem) {
      max-width: 278px;
    }
  }
  .sm\:max-w-\[298px\] {
    @media (width >= 40rem) {
      max-width: 298px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-\[31px\] {
    @media (width >= 40rem) {
      gap: 31px;
    }
  }
  .sm\:px-\[30px\] {
    @media (width >= 40rem) {
      padding-inline: 30px;
    }
  }
  .sm\:pt-\[10px\] {
    @media (width >= 40rem) {
      padding-top: 10px;
    }
  }
  .sm\:pt-\[29px\] {
    @media (width >= 40rem) {
      padding-top: 29px;
    }
  }
  .sm\:pt-\[126px\] {
    @media (width >= 40rem) {
      padding-top: 126px;
    }
  }
  .sm\:pb-\[22px\] {
    @media (width >= 40rem) {
      padding-bottom: 22px;
    }
  }
  .sm\:pb-\[54px\] {
    @media (width >= 40rem) {
      padding-bottom: 54px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 40rem) {
      font-size: 24px;
    }
  }
  .sm\:text-\[42px\] {
    @media (width >= 40rem) {
      font-size: 42px;
    }
  }
  .sm\:text-\[58px\] {
    @media (width >= 40rem) {
      font-size: 58px;
    }
  }
  .lg\:top-\[153px\] {
    @media (width >= 64rem) {
      top: 153px;
    }
  }
  .lg\:right-\[10px\] {
    @media (width >= 64rem) {
      right: 10px;
    }
  }
  .lg\:right-\[16px\] {
    @media (width >= 64rem) {
      right: 16px;
    }
  }
  .lg\:right-\[48px\] {
    @media (width >= 64rem) {
      right: 48px;
    }
  }
  .lg\:min-h-\[326px\] {
    @media (width >= 64rem) {
      min-height: 326px;
    }
  }
  .lg\:w-\[116px\] {
    @media (width >= 64rem) {
      width: 116px;
    }
  }
  .lg\:w-\[176px\] {
    @media (width >= 64rem) {
      width: 176px;
    }
  }
  .lg\:w-\[254px\] {
    @media (width >= 64rem) {
      width: 254px;
    }
  }
  .lg\:max-w-\[205px\] {
    @media (width >= 64rem) {
      max-width: 205px;
    }
  }
  .lg\:max-w-\[210px\] {
    @media (width >= 64rem) {
      max-width: 210px;
    }
  }
  .lg\:max-w-\[222px\] {
    @media (width >= 64rem) {
      max-width: 222px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-\[22px\] {
    @media (width >= 64rem) {
      padding-inline: 22px;
    }
  }
  .lg\:pt-\[24px\] {
    @media (width >= 64rem) {
      padding-top: 24px;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .xl\:static {
    @media (width >= 80rem) {
      position: static;
    }
  }
  .xl\:top-\[158px\] {
    @media (width >= 80rem) {
      top: 158px;
    }
  }
  .xl\:right-\[16px\] {
    @media (width >= 80rem) {
      right: 16px;
    }
  }
  .xl\:right-\[25px\] {
    @media (width >= 80rem) {
      right: 25px;
    }
  }
  .xl\:right-\[64px\] {
    @media (width >= 80rem) {
      right: 64px;
    }
  }
  .xl\:-bottom-\[48px\] {
    @media (width >= 80rem) {
      bottom: calc(48px * -1);
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:mt-\[38px\] {
    @media (width >= 80rem) {
      margin-top: 38px;
    }
  }
  .xl\:ml-0 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[58px\] {
    @media (width >= 80rem) {
      height: 58px;
    }
  }
  .xl\:h-\[124px\] {
    @media (width >= 80rem) {
      height: 124px;
    }
  }
  .xl\:h-\[132px\] {
    @media (width >= 80rem) {
      height: 132px;
    }
  }
  .xl\:h-\[720px\] {
    @media (width >= 80rem) {
      height: 720px;
    }
  }
  .xl\:max-h-none {
    @media (width >= 80rem) {
      max-height: none;
    }
  }
  .xl\:min-h-\[306px\] {
    @media (width >= 80rem) {
      min-height: 306px;
    }
  }
  .xl\:w-\[132px\] {
    @media (width >= 80rem) {
      width: 132px;
    }
  }
  .xl\:w-\[192px\] {
    @media (width >= 80rem) {
      width: 192px;
    }
  }
  .xl\:w-\[286px\] {
    @media (width >= 80rem) {
      width: 150px;
    }
  }
  .xl\:w-\[330px\] {
    @media (width >= 80rem) {
      width: 330px;
    }
  }
  .xl\:w-\[calc\(100\%-5rem\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 5rem);
    }
  }
  .xl\:w-\[calc\(100\%-7\.5rem\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 7.5rem);
    }
  }
  .xl\:w-\[calc\(100\%-8\.25rem\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 8.25rem);
    }
  }
  .xl\:w-\[calc\(100\%-9\.25rem\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 9.25rem);
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:max-w-\[232px\] {
    @media (width >= 80rem) {
      max-width: 232px;
    }
  }
  .xl\:max-w-\[235px\] {
    @media (width >= 80rem) {
      max-width: 235px;
    }
  }
  .xl\:max-w-\[245px\] {
    @media (width >= 80rem) {
      max-width: 245px;
    }
  }
  .xl\:max-w-\[1300px\] {
    @media (width >= 80rem) {
      max-width: 1300px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:gap-\[38px\] {
    @media (width >= 80rem) {
      gap: 38px;
    }
  }
  .xl\:gap-\[50px\] {
    @media (width >= 80rem) {
      gap: 50px;
    }
  }
  .xl\:overflow-visible {
    @media (width >= 80rem) {
      overflow: visible;
    }
  }
  .xl\:rounded-none {
    @media (width >= 80rem) {
      border-radius: 0;
    }
  }
  .xl\:border-0 {
    @media (width >= 80rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .xl\:bg-transparent {
    @media (width >= 80rem) {
      background-color: transparent;
    }
  }
  .xl\:object-fill {
    @media (width >= 80rem) {
      object-fit: fill;
    }
  }
  .xl\:object-center {
    @media (width >= 80rem) {
      object-position: center;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 80rem) {
      padding-inline: 30px;
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[8px\] {
    @media (width >= 80rem) {
      padding-top: 8px;
    }
  }
  .xl\:pt-\[27px\] {
    @media (width >= 80rem) {
      padding-top: 27px;
    }
  }
  .xl\:pt-\[151px\] {
    @media (width >= 80rem) {
      padding-top: 151px;
    }
  }
  .xl\:pb-\[20px\] {
    @media (width >= 80rem) {
      padding-bottom: 20px;
    }
  }
  .xl\:pb-\[50px\] {
    @media (width >= 80rem) {
      padding-bottom: 50px;
    }
  }
  .xl\:pl-7 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 7);
    }
  }
  .xl\:text-\[14px\] {
    @media (width >= 80rem) {
      font-size: 14px;
    }
  }
  .xl\:text-\[23px\] {
    @media (width >= 80rem) {
      font-size: 23px;
    }
  }
  .xl\:text-\[54px\] {
    @media (width >= 80rem) {
      font-size: 54px;
    }
  }
  .xl\:text-\[74px\] {
    @media (width >= 80rem) {
      font-size: 74px;
    }
  }
  .xl\:shadow-none {
    @media (width >= 80rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
@layer base {
  html {
    min-width: 320px;
    scroll-behavior: smooth;
    background: var(--color-cream);
  }
  body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--color-cream);
    color: var(--color-ink);
    font-family: var(--font-sans);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  img, svg {
    display: block;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button, a {
    -webkit-tap-highlight-color: transparent;
  }
}
@layer components {
  .hrd-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-180%);
    border-radius: 6px;
    background: var(--color-wine);
    color: #fff;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform 160ms ease;
  }
  .hrd-skip-link:focus {
    transform: translateY(0);
  }
  .hrd-nav-item {
    position: relative;
    min-width: 0;
  }
  .hrd-nav-link {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    width: 100%;
    align-items: center;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 180ms ease;
  }
  .hrd-nav-link:hover, .hrd-nav-link:focus-visible, .hrd-nav-link[aria-current="page"], .current-menu-ancestor > .hrd-nav-link {
    color: var(--color-wine);
  }
  .hrd-nav-link[aria-current="page"]::after, .current-menu-ancestor > .hrd-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 35px;
    height: 3px;
    border-radius: 999px;
    background: var(--color-wine);
  }
  .hrd-submenu {
    display: grid;
    gap: 2px;
    margin: 0 0 8px 12px;
    border-left: 1px solid color-mix(in srgb, #f39a1f 54%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-left: 1px solid color-mix(in srgb, var(--color-orange) 54%, transparent);
    }
    padding: 2px 0 2px 16px;
    list-style: none;
  }
  .hrd-submenu-link {
    display: flex;
    min-height: 38px;
    align-items: center;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    transition: color 160ms ease, transform 160ms ease;
  }
  .hrd-submenu-link:hover, .hrd-submenu-link:focus-visible, .hrd-submenu-link[aria-current="page"] {
    color: var(--color-wine);
    transform: translateX(2px);
  }
  .hrd-nav-cta {
    display: inline-flex;
    min-height: 48px;
    min-width: 164px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5px;
    padding-inline: 20px;
    color: #fff;
    background: var(--color-wine);
    box-shadow: 0 10px 25px rgba(91, 16, 34, 0.14);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }
  .hrd-nav-cta:hover, .hrd-nav-cta:focus-visible {
    background: var(--color-wine-dark);
    box-shadow: 0 13px 29px rgba(91, 16, 34, 0.2);
    transform: translateY(-1px);
  }
  .hrd-primary-button {
    display: inline-flex;
    min-height: 58px;
    min-width: 236px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 5px;
    padding-inline: 25px;
    color: #fff;
    background: var(--color-wine);
    box-shadow: 0 12px 26px rgba(60, 5, 18, 0.22);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }
  .hrd-primary-button:hover, .hrd-primary-button:focus-visible {
    background: var(--color-wine-dark);
    box-shadow: 0 15px 30px rgba(60, 5, 18, 0.28);
    transform: translateY(-2px);
  }
  .hrd-text-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .hrd-text-button svg {
    transition: transform 180ms ease;
  }
  .hrd-text-button:hover svg, .hrd-text-button:focus-visible svg {
    transform: translateX(4px);
  }
  .hrd-trust-card {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 22px 8px;
  }
  .hrd-trust-card + .hrd-trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 1px;
    background: color-mix(in srgb, #f39a1f 62%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-orange) 62%, transparent);
    }
  }
  .hrd-trust-icon {
    width: 58px;
    height: 58px;
    overflow: visible;
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.45;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hrd-value-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, #f39a1f 27%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-orange) 27%, transparent);
    }
    border-radius: 32px 38px 31px 36px;
    background: radial-gradient(circle at 78% 118%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0) 47%), color-mix(in srgb, #f7efe5 96%, #fff 4%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(circle at 78% 118%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0) 47%), color-mix(in srgb, var(--color-cream) 96%, #fff 4%);
    }
  }
  .hrd-value-card:nth-child(2) {
    border-radius: 36px 31px 38px 33px;
  }
  .hrd-value-card:nth-child(3) {
    border-radius: 34px 39px 31px 38px;
  }
  .hrd-value-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 30;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  }
  .hrd-value-card > img {
    pointer-events: none;
    user-select: none;
  }
  .hrd-value-card:nth-child(-n + 2) > img {
    filter: drop-shadow(0 8px 10px rgba(74, 42, 23, 0.09));
  }
  .hrd-value-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    overflow: visible;
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  #hrd-family-values [aria-hidden="true"] svg {
    overflow: visible;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hrd-latest-puppies {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 0;
    background: var(--color-cream);
    padding: 12px 16px 48px;
  }
  #hrd-family-values + .hrd-latest-puppies {
    margin-top: -46px;
  }
  .hrd-latest-puppies__header {
    position: relative;
    z-index: 10;
    margin-inline: auto;
    max-width: 760px;
    text-align: center;
  }
  .hrd-latest-puppies__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.105em;
    text-transform: uppercase;
  }
  .hrd-latest-eyebrow-heart {
    width: 14px;
    height: 14px;
    overflow: visible;
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hrd-latest-puppies__title {
    margin: 7px 0 0;
    color: var(--color-ink);
    font-family: var(--font-script);
    font-size: clamp(27px, 7.2vw, 34px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }
  .hrd-puppy-grid {
    position: relative;
    z-index: 10;
    display: grid;
    width: 100%;
    max-width: 370px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
    margin: 20px auto 0;
  }
  .hrd-puppy-card {
    min-width: 0;
    width: 100%;
    max-width: 152px;
    justify-self: center;
  }
  .hrd-puppy-card__link {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 36px 36px 20px 20px;
    text-align: center;
    transition: transform 180ms ease, filter 180ms ease;
  }
  .hrd-puppy-card__link:hover, .hrd-puppy-card__link:focus-visible {
    transform: translateY(-4px);
    filter: drop-shadow(0 9px 10px rgba(95, 52, 26, 0.11));
  }
  .hrd-puppy-card__portrait {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.035;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, #f39a1f 30%, #fff);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-orange) 30%, #fff);
    }
    border-radius: 35px 35px 18px 18px;
    background: color-mix(in srgb, #f7efe5 88%, #fff 12%);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-cream) 88%, #fff 12%);
    }
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.52), 0 5px 12px rgba(80, 44, 22, 0.045);
  }
  .hrd-puppy-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.025);
  }
  .hrd-puppy-card__name {
    position: relative;
    z-index: 5;
    display: flex;
    width: calc(100% + 12px);
    height: 39px;
    align-items: center;
    justify-content: center;
    margin: -19px -6px 0;
    background-image: url("../images/puppy-name-brush.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-family: var(--font-script);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 1px rgba(65, 8, 20, 0.22);
  }
  .hrd-latest-puppies__action {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }
  .hrd-puppies-outline-button {
    display: inline-flex;
    min-height: 44px;
    width: 100%;
    max-width: 325px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid var(--color-wine);
    border-radius: 4px;
    background: color-mix(in srgb, #f7efe5 95%, #fff 5%);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-cream) 95%, #fff 5%);
    }
    padding: 0 16px;
    color: var(--color-wine);
    font-family: var(--font-sans);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.082em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }
  .hrd-puppies-outline-button:hover, .hrd-puppies-outline-button:focus-visible {
    background: var(--color-wine);
    color: #fff;
    box-shadow: 0 10px 20px rgba(91, 16, 34, 0.14);
    transform: translateY(-2px);
  }
  .hrd-latest-puppies__decor {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 70px;
    display: none;
    width: 66px;
    height: 190px;
    color: var(--color-orange);
  }
  .hrd-latest-puppies__decor--left {
    left: 4.2%;
  }
  .hrd-latest-puppies__decor--right {
    right: 4.2%;
    transform: scaleX(-1);
  }
  .hrd-latest-puppies__decor > span {
    position: absolute;
    display: block;
  }
  .hrd-latest-puppies__large-heart {
    top: 0;
    left: 6px;
    transform: rotate(-10deg);
  }
  .hrd-latest-puppies__large-heart .hrd-latest-heart {
    width: 48px;
    height: 48px;
    stroke-width: 1.75;
  }
  .hrd-latest-puppies__small-heart--one {
    top: 62px;
    left: 1px;
    opacity: 0.58;
    transform: rotate(10deg);
  }
  .hrd-latest-puppies__small-heart--two {
    top: 104px;
    left: 13px;
    opacity: 0.58;
    transform: rotate(-12deg);
  }
  .hrd-latest-puppies__small-heart .hrd-latest-heart {
    width: 29px;
    height: 29px;
    stroke-width: 1.65;
  }
  .hrd-latest-puppies__small-heart--two .hrd-latest-heart {
    width: 25px;
    height: 25px;
  }
  .hrd-latest-puppies__paw {
    top: 145px;
    left: 25px;
    opacity: 0.78;
    transform: rotate(8deg);
  }
  .hrd-latest-paw {
    width: 31px;
    height: 31px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .hrd-latest-heart {
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  [data-hrd-menu-toggle][aria-expanded="true"] .hrd-menu-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  [data-hrd-menu-toggle][aria-expanded="true"] .hrd-menu-line:nth-child(2) {
    opacity: 0;
  }
  [data-hrd-menu-toggle][aria-expanded="true"] .hrd-menu-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .hrd-menu-open {
    overflow: hidden;
  }
  @media (min-width: 640px) and (max-width: 1279.98px) {
    .hrd-trust-card:nth-child(odd)::before {
      display: none;
    }
    .hrd-trust-card:nth-child(even)::before {
      top: 14px;
      bottom: 14px;
      left: 0;
      right: auto;
      width: 1px;
      height: auto;
    }
    .hrd-trust-card:nth-child(n + 3)::after {
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      right: 8px;
      height: 1px;
      background: color-mix(in srgb, #f39a1f 62%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background: color-mix(in srgb, var(--color-orange) 62%, transparent);
      }
    }
  }
  @media (min-width: 640px) {
    .hrd-latest-puppies {
      padding-inline: 24px;
      padding-bottom: 52px;
    }
    #hrd-family-values + .hrd-latest-puppies {
      margin-top: -48px;
    }
    .hrd-latest-puppies__eyebrow {
      font-size: 11px;
    }
    .hrd-latest-puppies__title {
      font-size: 34px;
    }
    .hrd-puppy-grid {
      max-width: 680px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 34px 52px;
      margin-top: 22px;
    }
    .hrd-puppy-card {
      max-width: 158px;
    }
    .hrd-puppy-card__name {
      font-size: 25px;
    }
    .hrd-puppies-outline-button {
      font-size: 11px;
    }
  }
  @media (min-width: 1024px) {
    .hrd-latest-puppies {
      padding-bottom: 46px;
    }
    #hrd-family-values + .hrd-latest-puppies {
      margin-top: -50px;
    }
    .hrd-puppy-grid {
      max-width: 1055px;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      column-gap: 31px;
      row-gap: 0;
      margin-top: 21px;
    }
    .hrd-puppy-card {
      max-width: 150px;
    }
    .hrd-latest-puppies__decor {
      display: block;
    }
    .hrd-latest-puppies__action {
      margin-top: 17px;
    }
  }
  @media (min-width: 1280px) {
    .hrd-nav-link {
      min-height: 48px;
      width: auto;
      justify-content: center;
      font-size: 10px;
      letter-spacing: 0.038em;
    }
    .hrd-nav-link[aria-current="page"]::after, .current-menu-ancestor > .hrd-nav-link::after {
      left: 0;
      right: 0;
      bottom: 0;
      width: auto;
    }
    .hrd-nav-item:hover > .hrd-nav-link svg, .hrd-nav-item:focus-within > .hrd-nav-link svg {
      transform: rotate(180deg);
    }
    .hrd-submenu {
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      z-index: 80;
      display: none;
      width: 230px;
      transform: translateX(-50%);
      gap: 0;
      margin: 0;
      border: 1px solid color-mix(in srgb, #a51935 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border: 1px solid color-mix(in srgb, var(--color-wine) 10%, transparent);
      }
      border-radius: 12px;
      background: var(--color-cream);
      box-shadow: 0 20px 36px rgba(44, 25, 15, 0.17);
      padding: 12px;
    }
    .hrd-nav-item:hover > .hrd-submenu, .hrd-nav-item:focus-within > .hrd-submenu {
      display: grid;
    }
    .hrd-submenu-link {
      min-height: 40px;
      border-radius: 7px;
      padding: 0 11px;
      font-size: 9.5px;
    }
    .hrd-submenu-link:hover, .hrd-submenu-link:focus-visible {
      background: color-mix(in srgb, #f39a1f 9%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background: color-mix(in srgb, var(--color-orange) 9%, transparent);
      }
    }
    .hrd-nav-cta {
      min-height: 47px;
      min-width: 149px;
      padding-inline: 18px;
      font-size: 10.5px;
    }
    .hrd-trust-card {
      min-height: 78px;
      gap: 18px;
      padding: 0 34px;
    }
    .hrd-trust-card:first-child {
      padding-left: 4px;
    }
    .hrd-trust-card:last-child {
      padding-right: 4px;
    }
    .hrd-trust-card + .hrd-trust-card::before {
      top: 5px;
      bottom: 5px;
      left: 0;
      right: auto;
      width: 1px;
      height: auto;
    }
  }
}
@layer utilities {
  .focus-ring:focus-visible {
    outline: 3px solid color-mix(in srgb, #f39a1f 78%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline: 3px solid color-mix(in srgb, var(--color-orange) 78%, transparent);
    }
    outline-offset: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-outline-style: solid;
    }
  }
}

/* Hidden Ranch Doodles v1.3 About Intro component */
  .hrd-about-intro {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--color-cream);
    padding: 4px 0 78px;
  }

  .hrd-about-intro__inner {
    position: relative;
    z-index: 10;
    display: grid;
    width: min(100%, 1448px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-inline: 16px;
  }

  .hrd-about-intro__primary-media,
  .hrd-about-intro__family-media,
  .hrd-about-intro__copy {
    min-width: 0;
  }

  .hrd-about-intro__primary-frame {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 1.83 / 1;
    border: 1.6px solid var(--color-orange);
    border-radius: 48% 45% 38% 34% / 39% 40% 25% 31%;
    background: var(--color-cream);
    padding: 4px;
    transform: rotate(-0.35deg);
  }

  .hrd-about-intro__primary-frame::before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    inset: -7px 3px 4px -6px;
    border: 1.2px solid color-mix(in srgb, var(--color-orange) 82%, transparent);
    border-radius: 50% 43% 39% 33% / 38% 42% 24% 34%;
    transform: rotate(0.65deg);
  }

  .hrd-about-intro__primary-frame::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 3px;
    z-index: 2;
    border-radius: inherit;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
  }

  .hrd-about-intro__primary-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    object-fit: cover;
    object-position: 50% 50%;
    transform: scale(1.018);
  }

  .hrd-about-intro__copy {
    align-self: center;
    text-align: left;
  }

  .hrd-about-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.115em;
    text-transform: uppercase;
  }

  .hrd-about-intro__eyebrow-heart {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    fill: var(--color-wine);
  }

  .hrd-about-intro__title {
    margin: -1px 0 0;
    color: var(--color-ink);
    font-family: var(--font-script);
    font-size: clamp(54px, 16vw, 68px);
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .hrd-about-intro__body {
    max-width: 540px;
    margin-top: 10px;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
    letter-spacing: -0.012em;
  }

  .hrd-about-intro__body p {
    margin: 0;
  }

  .hrd-about-intro__body p + p {
    margin-top: 15px;
  }

  .hrd-about-intro__button {
    display: inline-flex;
    min-height: 44px;
    min-width: 147px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 17px;
    border-radius: 4px;
    background: var(--color-wine);
    box-shadow: 0 9px 18px rgba(91, 16, 34, 0.15);
    padding-inline: 18px;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .hrd-about-intro__button:hover,
  .hrd-about-intro__button:focus-visible {
    background: var(--color-wine-dark);
    box-shadow: 0 12px 23px rgba(91, 16, 34, 0.22);
    transform: translateY(-2px);
  }

  .hrd-about-intro__family-media {
    position: relative;
    width: min(78vw, 310px);
    justify-self: center;
    padding: 8px;
  }

  .hrd-about-intro__family-frame {
    position: relative;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 1 / 0.93;
    border: 1.6px solid var(--color-orange);
    border-radius: 51% 47% 50% 48% / 48% 51% 47% 50%;
    background: var(--color-cream);
    padding: 4px;
    transform: rotate(-0.65deg);
  }

  .hrd-about-intro__family-frame::before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    inset: -6px -7px 4px 1px;
    border: 1.2px solid color-mix(in srgb, var(--color-orange) 84%, transparent);
    border-radius: 48% 51% 47% 52% / 51% 47% 52% 46%;
    transform: rotate(1.15deg);
  }

  .hrd-about-intro__family-frame::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 3px;
    z-index: 2;
    border-radius: inherit;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.76);
  }

  .hrd-about-intro__family-image {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: 50% 51%;
    transform: scale(1.018);
  }

  .hrd-about-intro__decorative-heart {
    pointer-events: none;
    position: absolute;
    top: -24px;
    right: -17px;
    z-index: 4;
    display: block;
    color: var(--color-wine);
    transform: rotate(8deg);
  }

  .hrd-about-intro__heart-icon {
    width: 58px;
    height: 58px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hrd-about-intro__handoff {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 62px;
  }

  @media (min-width: 640px) {
    .hrd-about-intro {
      padding-top: 10px;
      padding-bottom: 86px;
    }

    .hrd-about-intro__inner {
      grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
      align-items: center;
      gap: 38px 42px;
      padding-inline: 24px;
    }

    .hrd-about-intro__primary-media {
      grid-column: 1 / -1;
    }

    .hrd-about-intro__copy {
      grid-column: 1;
    }

    .hrd-about-intro__family-media {
      grid-column: 2;
      width: min(38vw, 300px);
    }

    .hrd-about-intro__title {
      font-size: 66px;
    }

    .hrd-about-intro__body {
      font-size: 13.5px;
    }

    .hrd-about-intro__handoff {
      height: 74px;
    }
  }

  @media (min-width: 1024px) {
    .hrd-about-intro {
      padding-top: 8px;
      padding-bottom: 91px;
    }

    .hrd-about-intro__inner {
      min-height: 354px;
      grid-template-columns: minmax(0, 42.5%) minmax(250px, 24.2%) minmax(0, 23.1%);
      column-gap: 4.45%;
      padding-inline: 0;
    }

    .hrd-about-intro__primary-media,
    .hrd-about-intro__copy,
    .hrd-about-intro__family-media {
      grid-column: auto;
    }

    .hrd-about-intro__primary-media {
      margin-left: -11px;
    }

    .hrd-about-intro__copy {
      padding-top: 4px;
    }

    .hrd-about-intro__family-media {
      width: min(22.7vw, 306px);
      justify-self: start;
      padding: 7px;
    }

    .hrd-about-intro__title {
      font-size: 62px;
    }

    .hrd-about-intro__body {
      max-width: 330px;
      margin-top: 7px;
      font-size: 12.5px;
      line-height: 1.58;
    }

    .hrd-about-intro__body p + p {
      margin-top: 14px;
    }

    .hrd-about-intro__button {
      margin-top: 16px;
    }

    .hrd-about-intro__handoff {
      height: 80px;
    }
  }

  @media (min-width: 1280px) {
    .hrd-about-intro {
      padding-top: 6px;
      padding-bottom: 94px;
    }

    .hrd-about-intro__inner {
      min-height: 382px;
      grid-template-columns: minmax(0, 43.2%) minmax(270px, 23.1%) minmax(0, 22.2%);
      column-gap: 4.25%;
    }

    .hrd-about-intro__primary-media {
      margin-left: -18px;
    }

    .hrd-about-intro__copy {
      padding-top: 5px;
    }

    .hrd-about-intro__eyebrow {
      font-size: 10.5px;
    }

    .hrd-about-intro__title {
      font-size: 66px;
    }

    .hrd-about-intro__body {
      max-width: 340px;
      font-size: 13px;
      line-height: 1.56;
    }

    .hrd-about-intro__family-media {
      width: min(22.2vw, 302px);
    }

    .hrd-about-intro__decorative-heart {
      top: -29px;
      right: -25px;
    }

    .hrd-about-intro__heart-icon {
      width: 66px;
      height: 66px;
    }

    .hrd-about-intro__handoff {
      height: 88px;
    }
  }

.hrd-about-intro__button svg{width:14px;height:14px;flex:0 0 14px;fill:currentColor}

.hrd-about-intro__primary-frame{border-radius:50% 47% 22% 34%/40% 43% 18% 27%}
@media (min-width:1024px){.hrd-about-intro__inner{grid-template-columns:41.2% 2.7% 23.5% 4.1% 21.2%;column-gap:0}.hrd-about-intro__primary-media{grid-column:1}.hrd-about-intro__copy{grid-column:3}.hrd-about-intro__family-media{grid-column:5;width:100%;max-width:310px}}

.hrd-about-intro__primary-image{transform:scale(1.05)}

/* Hidden Ranch Doodles v1.4 — family story component */
.hrd-family-story{position:relative;isolation:isolate;overflow:hidden;background:#f8e8e3;padding:30px 0 }.hrd-family-story__inner{position:relative;z-index:10;display:grid;width:min(100%,1280px);margin-inline:auto;grid-template-columns:minmax(0,1fr);gap:38px;padding-inline:20px}.hrd-family-story__copy{position:relative;min-width:0;padding:16px 8px 0 54px}.hrd-family-story__brush{pointer-events:none;position:absolute;top:1px;left:-8px;z-index:0;width:77px;height:104px;object-fit:contain;opacity:.9;transform:rotate(2deg)}.hrd-family-story__copy-content{position:relative;z-index:2}.hrd-family-story__eyebrow{display:inline-flex;align-items:center;gap:5px;margin:0;color:var(--color-ink);font-family:var(--font-sans);font-size:10px;font-weight:800;line-height:1;letter-spacing:.12em;text-transform:uppercase}.hrd-family-story__eyebrow-heart{width:11px;height:11px;flex:0 0 11px;fill:var(--color-wine)}.hrd-family-story__title{display:grid;margin:8px 0 0;color:var(--color-ink)}.hrd-family-story__title-serif{font-family:var(--font-serif);font-size:clamp(30px,8vw,38px);font-weight:700;line-height:1.03;letter-spacing:-.045em}.hrd-family-story__title-script{margin-top:-2px;font-family:var(--font-script);font-size:clamp(39px,11vw,50px);font-weight:600;line-height:.98;letter-spacing:-.045em}.hrd-family-story__body{max-width:410px;margin:13px 0 0;color:var(--color-ink);font-family:var(--font-sans);font-size:13px;font-weight:500;line-height:1.62;letter-spacing:-.012em}.hrd-family-story__button{display:inline-flex;min-height:43px;min-width:171px;align-items:center;justify-content:center;gap:8px;margin-top:17px;border:1.5px solid var(--color-wine);border-radius:4px;background:rgba(255,255,255,.22);padding-inline:17px;color:var(--color-wine);font-family:var(--font-sans);font-size:10.5px;font-weight:800;line-height:1;letter-spacing:.085em;text-transform:uppercase;white-space:nowrap;transition:color .18s ease,background-color .18s ease,transform .18s ease,box-shadow .18s ease}.hrd-family-story__button:hover,.hrd-family-story__button:focus-visible{background:var(--color-wine);color:#fff;box-shadow:0 10px 20px rgba(91,16,34,.16);transform:translateY(-2px)}.hrd-family-story__button-paw{width:14px;height:14px;flex:0 0 14px;fill:currentColor}.hrd-family-story__gallery{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.hrd-family-story__stack{display:grid;min-width:0;grid-template-rows:.82fr 1fr;gap:6px}.hrd-family-story__photo{position:relative;min-width:0;overflow:hidden;margin:0;border:3px solid rgba(255,255,255,.9);border-radius:17px;background:#fff;box-shadow:0 2px 8px rgba(65,35,22,.08)}.hrd-family-story__photo--stack-1{border-radius:18px 20px 16px 15px;transform:rotate(.75deg)}.hrd-family-story__photo--stack-2{border-radius:18px 16px 20px 22px;transform:rotate(-.8deg)}.hrd-family-story__photo--3{aspect-ratio:.79/1;border-radius:18px 19px 16px 20px;transform:rotate(.75deg)}.hrd-family-story__photo--4{aspect-ratio:.84/1;border-radius:17px 20px 19px 18px;transform:rotate(-.55deg)}.hrd-family-story__photo--5{aspect-ratio:.9/1;border-radius:20px 23px 17px 18px;transform:rotate(.65deg)}.hrd-family-story__image{width:100%;height:100%;object-fit:cover}.hrd-family-story__photo--stack-1 .hrd-family-story__image{object-position:50% 48%}.hrd-family-story__photo--stack-2 .hrd-family-story__image{object-position:50% 52%}.hrd-family-story__decor{pointer-events:none;position:absolute;z-index:3;top:54px;display:none;width:38px;height:160px;color:var(--color-orange);opacity:.5}.hrd-family-story__decor--left{left:25px}.hrd-family-story__decor--right{right:27px;transform:scaleX(-1)}.hrd-family-story__decor span{position:absolute;display:block}.hrd-family-story__decor span:nth-child(1){top:0;left:0;transform:rotate(-14deg)}.hrd-family-story__decor span:nth-child(2){top:55px;left:13px;transform:rotate(13deg) scale(.82)}.hrd-family-story__decor span:nth-child(3){top:109px;left:2px;transform:rotate(-6deg) scale(.92)}.hrd-family-story__paw{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.hrd-family-story__handoff{pointer-events:none;position:absolute;z-index:1;right:0;bottom:-1px;left:0;height:78px}@media(min-width:640px){.hrd-family-story{padding-top:34px;padding-bottom:116px}.hrd-family-story__inner{gap:42px;padding-inline:30px}.hrd-family-story__copy{width:min(100%,560px);justify-self:center;padding-left:78px}.hrd-family-story__brush{left:-3px;width:94px;height:126px}.hrd-family-story__gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.hrd-family-story__title-serif{font-size:38px}.hrd-family-story__title-script{font-size:50px}.hrd-family-story__handoff{height:86px}}@media(min-width:1024px){.hrd-family-story{min-height:344px;padding-top:12px;padding-bottom:88px}.hrd-family-story__inner{grid-template-columns:minmax(330px,31.3%) minmax(0,1fr);align-items:center;gap:58px;padding-inline:76px}.hrd-family-story__copy{width:auto;justify-self:stretch;padding:12px 0 3px 48px}.hrd-family-story__brush{top:2px;left:-58px;width:103px;height:142px}.hrd-family-story__title{margin-top:7px}.hrd-family-story__title-serif{font-size:31px}.hrd-family-story__title-script{font-size:41px}.hrd-family-story__body{max-width:318px;margin-top:10px;font-size:11.8px;line-height:1.52}.hrd-family-story__button{margin-top:16px}.hrd-family-story__gallery{width:100%;max-width:680px;height:210px;grid-template-columns:1.04fr .97fr .97fr 1.07fr;gap:9px;align-items:stretch;justify-self:start}.hrd-family-story__decor{display:block}.hrd-family-story__handoff{height:72px}}@media(min-width:1280px){.hrd-family-story{height:65vh;padding-top:14px;}.hrd-family-story__inner{grid-template-columns:minmax(350px,31.4%) minmax(0,1fr);gap:66px;padding-inline:84px}.hrd-family-story__copy{padding-left:48px}.hrd-family-story__brush{top:1px;left:-58px;width:108px;height:150px}.hrd-family-story__eyebrow{font-size:10.5px}.hrd-family-story__title-serif{font-size:32px}.hrd-family-story__title-script{font-size:42px}.hrd-family-story__body{max-width:330px;font-size:12px;line-height:1.52}.hrd-family-story__gallery{max-width:680px;height:212px;gap:10px}.hrd-family-story__decor--left{left:38px}.hrd-family-story__decor--right{right:112px}.hrd-family-story__handoff{height:76px}}
@media(min-width:1024px){.hrd-family-story__gallery{transform:translateY(20px)}}
@media(min-width:1024px){.hrd-family-story__copy{transform:translateY(12px)}}
/* HRD reviews component */
@layer components {
  .hrd-reviews {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--color-cream);
    padding: 5px 0 62px;
  }

  .hrd-reviews__inner {
    position: relative;
    z-index: 10;
    display: grid;
    width: min(100%, 1190px);
    margin-inline: auto;
    padding-inline: 20px;
  }

  .hrd-reviews__header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    justify-self: center;
    margin-bottom: 18px;
  }

  .hrd-reviews__title {
    margin: 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
  }

  .hrd-reviews__eyebrow-heart {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
  }

  .hrd-reviews__eyebrow-heart--outline {
    fill: none;
    stroke: var(--color-orange);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hrd-reviews__eyebrow-heart--filled {
    fill: var(--color-wine);
  }

  .hrd-reviews__grid {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .hrd-reviews__card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 248px;
    flex-direction: column;
    overflow: hidden;
    border: 1.2px solid rgba(239, 154, 63, 0.34);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.11);
    padding: 21px 22px 19px;
  }

  .hrd-reviews__reviewer {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
  }

  .hrd-reviews__avatar-wrap {
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(218, 125, 32, 0.35), 0 4px 10px rgba(51, 28, 16, 0.08);
  }

  .hrd-reviews__avatar {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
  }

  .hrd-reviews__name {
    min-width: 0;
    margin: 0;
    color: var(--color-ink);
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.025em;
  }

  .hrd-reviews__quote {
    flex: 1 1 auto;
    margin: 16px 0 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.62;
    letter-spacing: -0.014em;
  }

  .hrd-reviews__quote p {
    margin: 0;
  }

  .hrd-reviews__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 8px;
    margin-top: 14px;
  }

  .hrd-reviews__more,
  .hrd-reviews__more-spacer {
    grid-column: 1;
    justify-self: start;
  }

  .hrd-reviews__more {
    color: var(--color-wine);
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
    font-style: italic;
    transition: color 180ms ease, transform 180ms ease;
  }

  .hrd-reviews__more:hover,
  .hrd-reviews__more:focus-visible {
    color: var(--color-wine-dark);
    transform: translateX(2px);
  }

  .hrd-reviews__stars {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-self: center;
    gap: 2px;
    color: var(--color-orange);
  }

  .hrd-reviews__card--has-more .hrd-reviews__stars {
    grid-column: 3;
    justify-self: end;
  }

  .hrd-reviews__star {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: currentColor;
  }

  .hrd-reviews__star--muted {
    opacity: 0.2;
  }

  .hrd-reviews__button {
    display: inline-flex;
    min-height: 43px;
    min-width: 206px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    justify-self: center;
    margin-top: 21px;
    border: 1.5px solid var(--color-wine);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    padding-inline: 18px;
    color: var(--color-wine);
    font-family: var(--font-sans);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .hrd-reviews__button:hover,
  .hrd-reviews__button:focus-visible {
    background: var(--color-wine);
    color: #fff;
    box-shadow: 0 10px 20px rgba(91, 16, 34, 0.16);
    transform: translateY(-2px);
  }

  .hrd-reviews__button-paw {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: currentColor;
  }

  .hrd-reviews__decor {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    display: none;
  }

  .hrd-reviews__decor--left {
    top: 103px;
    left: 25px;
    width: 44px;
    height: 176px;
    color: var(--color-orange);
    opacity: 0.5;
  }

  .hrd-reviews__decor--left span {
    position: absolute;
    display: block;
  }

  .hrd-reviews__decor--left span:nth-child(1) {
    top: 0;
    left: 14px;
    transform: rotate(14deg) scale(0.86);
  }

  .hrd-reviews__decor--left span:nth-child(2) {
    top: 57px;
    left: 0;
    transform: rotate(-13deg) scale(0.76);
  }

  .hrd-reviews__decor--left span:nth-child(3) {
    top: 111px;
    left: 17px;
    transform: rotate(8deg) scale(0.9);
  }

  .hrd-reviews__decor--right {
    top: 105px;
    right: 27px;
    width: 75px;
    height: 196px;
  }

  .hrd-reviews__large-heart {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: var(--color-wine);
    transform: rotate(7deg);
  }

  .hrd-reviews__heart {
    width: 63px;
    height: 81px;
    overflow: visible;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hrd-reviews__right-paw {
    position: absolute;
    right: 7px;
    bottom: 0;
    display: block;
    color: var(--color-orange);
    opacity: 0.54;
    transform: rotate(-8deg) scale(0.86);
  }

  .hrd-reviews__paw {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  @media (min-width: 640px) {
    .hrd-reviews {
      padding-top: 7px;
      padding-bottom: 68px;
    }

    .hrd-reviews__inner {
      padding-inline: 30px;
    }

    .hrd-reviews__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .hrd-reviews__card--3 {
      grid-column: 1 / -1;
      width: min(100%, calc(50% - 9px));
      justify-self: center;
    }
  }

  @media (min-width: 900px) {
    .hrd-reviews {
      min-height: 405px;
      padding-top: 0;
      padding-bottom: 63px;
    }

    .hrd-reviews__inner {
      width: min(100%, 1180px);
      padding-inline: 50px;
    }

    .hrd-reviews__header {
      margin-bottom: 19px;
    }

    .hrd-reviews__title {
      font-size: 11px;
    }

    .hrd-reviews__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .hrd-reviews__card,
    .hrd-reviews__card--3 {
      width: auto;
      min-height: 252px;
      grid-column: auto;
      padding: 21px 23px 18px;
    }

    .hrd-reviews__quote {
      font-size: 11.2px;
      line-height: 1.57;
    }

    .hrd-reviews__decor {
      display: block;
    }
  }

  @media (min-width: 1200px) {
    .hrd-reviews {
      min-height: 410px;
      padding-bottom: 66px;
    }

    .hrd-reviews__inner {
      width: min(100%, 1200px);
      padding-inline: 56px;
    }

    .hrd-reviews__grid {
      gap: 25px;
    }

    .hrd-reviews__card {
      min-height: 254px;
      padding: 23px 27px 20px;
      border-radius: 31px;
    }

    .hrd-reviews__avatar-wrap {
      width: 54px;
      height: 54px;
      flex-basis: 54px;
    }

    .hrd-reviews__name {
      font-size: 18.5px;
    }

    .hrd-reviews__quote {
      margin-top: 15px;
      font-size: 11.35px;
      line-height: 1.58;
    }

    .hrd-reviews__footer {
      margin-top: 13px;
    }

    .hrd-reviews__star {
      width: 18px;
      height: 18px;
      flex-basis: 18px;
    }

    .hrd-reviews__button {
      margin-top: 22px;
    }

    .hrd-reviews__decor--left {
      left: 37px;
    }

    .hrd-reviews__decor--right {
      right: 53px;
    }
  }

  @media (max-width: 639px) {
    .hrd-reviews__header {
      margin-bottom: 16px;
    }

    .hrd-reviews__card {
      min-height: 0;
      padding: 20px 20px 18px;
    }

    .hrd-reviews__quote {
      font-size: 12px;
      line-height: 1.62;
    }
  }
}


@layer components {
  .hrd-pawtree {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: var(--color-cream);
  }

  .hrd-pawtree__panel {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 24px), 1320px);
    margin-inline: auto;
    padding: 34px 24px 108px;
  }

  .hrd-pawtree__panel::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0 0 78px;
    z-index: -1;
    border: 1.2px solid rgba(239, 154, 63, 0.3);
    border-bottom: 0;
    border-radius: 34px 34px 0 0;
    background:
      radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.42), transparent 38%),
      linear-gradient(110deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
  }

  .hrd-pawtree__layout {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 18px;
  }

  .hrd-pawtree__logo-wrap,
  .hrd-pawtree__products-wrap {
    min-width: 0;
    margin: 0;
  }

  .hrd-pawtree__logo-wrap {
    display: flex;
    justify-content: center;
  }

  .hrd-pawtree__logo {
    width: 112px;
    height: auto;
    object-fit: contain;
  }

  .hrd-pawtree__copy {
    min-width: 0;
    text-align: center;
  }

  .hrd-pawtree__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: var(--color-ink);
    font-family: var(--font-script);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
  }

  .hrd-pawtree__kicker-heart {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    stroke: var(--color-orange);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hrd-pawtree__title {
    margin: 6px 0 0;
    color: var(--color-ink);
    font-family: var(--font-script);
    font-size: clamp(31px, 8vw, 40px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .hrd-pawtree__body {
    max-width: 610px;
    margin: 18px auto 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.62;
    letter-spacing: -0.018em;
  }

  .hrd-pawtree__body p {
    margin: 0;
  }

  .hrd-pawtree__body strong {
    color: var(--color-wine);
    font-weight: 800;
  }

  .hrd-pawtree__offer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0 4px;
    max-width: 650px;
    margin: 3px auto 0;
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.017em;
  }

  .hrd-pawtree__code {
    color: var(--color-wine);
    font-weight: 800;
  }

  .hrd-pawtree__button {
    display: inline-flex;
    min-width: 174px;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    border-radius: 4px;
    background: var(--color-wine);
    padding-inline: 18px;
    color: #fff;
    box-shadow: 0 10px 21px rgba(91, 16, 34, 0.16);
    font-family: var(--font-sans);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .hrd-pawtree__button:hover,
  .hrd-pawtree__button:focus-visible {
    background: var(--color-wine-dark);
    box-shadow: 0 13px 25px rgba(91, 16, 34, 0.22);
    transform: translateY(-2px);
  }

  .hrd-pawtree__button-paw {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: currentColor;
  }

  .hrd-pawtree__products-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2px;
  }

  .hrd-pawtree__products {
    width: min(100%, 340px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 11px rgba(61, 37, 20, 0.08));
  }

  .hrd-pawtree__decorative-heart {
    pointer-events: none;
    position: absolute;
    right: 18px;
    bottom: 111px;
    z-index: 2;
    width: 45px;
    height: 55px;
    overflow: visible;
    stroke: var(--color-orange);
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: rotate(7deg);
  }

  .hrd-pawtree__wave {
    position: relative;
    z-index: 4;
    width: 100%;
    height: 103px;
    margin-top: -88px;
  }

  .hrd-pawtree__wave svg {
    width: 100%;
    height: 100%;
  }

  .hrd-pawtree__wave-fill {
    fill: #25221e;
  }

  .hrd-pawtree__wave-cream,
  .hrd-pawtree__wave-gold {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hrd-pawtree__wave-cream {
    stroke: #fffaf3;
    stroke-width: 6;
  }

  .hrd-pawtree__wave-gold {
    stroke: rgba(224, 148, 45, 0.74);
    stroke-width: 1.5;
  }

  @media (min-width: 640px) {
    .hrd-pawtree__panel {
      width: min(calc(100% - 40px), 1320px);
      padding: 38px 42px 110px;
    }

    .hrd-pawtree__panel::before {
      border-radius: 44px 44px 0 0;
    }

    .hrd-pawtree__layout {
      grid-template-columns: 128px minmax(0, 1fr);
      gap: 24px 30px;
    }

    .hrd-pawtree__logo {
      width: 120px;
    }

    .hrd-pawtree__copy {
      text-align: left;
    }

    .hrd-pawtree__kicker,
    .hrd-pawtree__offer {
      justify-content: flex-start;
    }

    .hrd-pawtree__title {
      font-size: 36px;
    }

    .hrd-pawtree__body,
    .hrd-pawtree__offer {
      margin-inline: 0;
    }

    .hrd-pawtree__products-wrap {
      grid-column: 1 / -1;
      margin-top: -1px;
    }

    .hrd-pawtree__products {
      width: min(100%, 430px);
    }

    .hrd-pawtree__decorative-heart {
      right: 40px;
      bottom: 116px;
      width: 54px;
      height: 66px;
    }
  }

  @media (min-width: 960px) {
    .hrd-pawtree__panel {
      width: min(calc(100% - 64px), 1320px);
      padding: 36px 58px 103px;
    }

    .hrd-pawtree__panel::before {
      bottom: 74px;
      border-radius: 54px 54px 0 0;
    }

    .hrd-pawtree__layout {
      grid-template-columns: 122px minmax(0, 1fr) minmax(320px, 365px);
      gap: 28px;
    }

    .hrd-pawtree__logo-wrap {
      justify-content: flex-start;
    }

    .hrd-pawtree__logo {
      width: 116px;
    }

    .hrd-pawtree__kicker {
      font-size: 21px;
    }

    .hrd-pawtree__title {
      margin-top: 5px;
      font-size: 34px;
      line-height: 1.02;
    }

    .hrd-pawtree__body,
    .hrd-pawtree__offer {
      font-size: 12px;
    }

    .hrd-pawtree__body {
      margin-top: 15px;
    }

    .hrd-pawtree__products-wrap {
      grid-column: auto;
      margin-top: 0;
    }

    .hrd-pawtree__products {
      width: 100%;
      max-width: 365px;
    }

    .hrd-pawtree__decorative-heart {
      right: 25px;
      bottom: 139px;
      width: 57px;
      height: 70px;
    }
  }

  @media (min-width: 1200px) {
    .hrd-pawtree__panel {
      padding: 34px 88px 104px;
    }

    .hrd-pawtree__panel::before {
      border-radius: 60px 60px 0 0;
    }

    .hrd-pawtree__layout {
      grid-template-columns: 130px minmax(0, 1fr) 390px;
      gap: 30px;
    }

    .hrd-pawtree__logo {
      width: 122px;
    }

    .hrd-pawtree__kicker {
      font-size: 22px;
    }

    .hrd-pawtree__kicker-heart {
      width: 17px;
      height: 17px;
      flex-basis: 17px;
    }

    .hrd-pawtree__title {
      font-size: 37px;
    }

    .hrd-pawtree__body,
    .hrd-pawtree__offer {
      font-size: 12.8px;
    }

    .hrd-pawtree__products {
      max-width: 390px;
    }

    .hrd-pawtree__decorative-heart {
      right: 28px;
      bottom: 140px;
      width: 62px;
      height: 76px;
    }
  }

  @media (max-width: 639px) {
    .hrd-pawtree__logo-wrap {
      margin-bottom: -2px;
    }

    .hrd-pawtree__body {
      font-size: 12.8px;
    }

    .hrd-pawtree__offer {
      font-size: 12.8px;
    }

    .hrd-pawtree__products-wrap {
      margin-top: 4px;
    }
  }
}


/* Hidden Ranch Doodles global pre-footer CTA — v2.2.0 */

.hrd-prefooter {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  background: #162017;
  color: #fffaf3;
}

.hrd-prefooter__media,
.hrd-prefooter__veil {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hrd-prefooter__media {
  z-index: -3;
}

.hrd-prefooter__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.015);
}

.hrd-prefooter__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 14, 8, 0.94) 0%, rgba(9, 18, 11, 0.84) 26%, rgba(11, 18, 12, 0.48) 52%, rgba(10, 15, 10, 0.08) 76%),
    linear-gradient(180deg, rgba(12, 15, 11, 0.12) 0%, rgba(14, 13, 10, 0.08) 54%, rgba(20, 17, 13, 0.34) 100%);
}

.hrd-prefooter__inner {
  position: relative;
  width: min(calc(100% - 48px), 1280px);
  min-height: 360px;
  margin-inline: auto;
  padding: 58px 0 146px;
}

.hrd-prefooter__copy {
  width: min(100%, 575px);
}

.hrd-prefooter__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: #fff7ec;
  font-family: var(--font-script);
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.hrd-prefooter__eyebrow svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  overflow: visible;
  stroke: var(--color-orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrd-prefooter__title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.15vw, 58px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.hrd-prefooter__text {
  max-width: 530px;
  margin: 15px 0 0;
  color: rgba(255, 250, 243, 0.88);
  font-family: var(--font-sans);
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.hrd-prefooter__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: var(--color-wine);
  padding: 0 21px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hrd-prefooter__button:hover,
.hrd-prefooter__button:focus-visible {
  background: #bf2443;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.hrd-prefooter__button-paw {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}

.hrd-prefooter__decorative-heart {
  pointer-events: none;
  position: absolute;
  right: 2.5%;
  bottom: 128px;
  width: 52px;
  height: 65px;
  overflow: visible;
  opacity: 0.9;
  stroke: var(--color-orange);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(8deg);
}

@media (min-width: 960px) {
  .hrd-prefooter {
    min-height: 390px;
  }

  .hrd-prefooter__inner {
    min-height: 390px;
    padding-top: 68px;
  }
}

@media (max-width: 767px) {
  .hrd-prefooter {
    min-height: 440px;
  }

  .hrd-prefooter__image {
    object-position: 66% center;
    transform: scale(1.04);
  }

  .hrd-prefooter__veil {
    background:
      linear-gradient(180deg, rgba(6, 13, 8, 0.54) 0%, rgba(6, 13, 8, 0.82) 48%, rgba(10, 12, 9, 0.94) 100%),
      linear-gradient(90deg, rgba(8, 13, 9, 0.42), rgba(8, 13, 9, 0.08));
  }

  .hrd-prefooter__inner {
    display: flex;
    min-height: 440px;
    align-items: flex-end;
    justify-content: center;
    width: min(calc(100% - 32px), 620px);
    padding: 92px 0 132px;
  }

  .hrd-prefooter__copy {
    text-align: center;
  }

  .hrd-prefooter__eyebrow {
    justify-content: center;
  }

  .hrd-prefooter__title {
    font-size: clamp(34px, 10.5vw, 47px);
  }

  .hrd-prefooter__text {
    margin-inline: auto;
    font-size: 12.4px;
  }

  .hrd-prefooter__decorative-heart {
    top: 70px;
    right: 20px;
    bottom: auto;
    width: 43px;
    height: 54px;
  }
}

@media (max-width: 420px) {
  .hrd-prefooter__inner {
    padding-bottom: 118px;
  }

  .hrd-prefooter__button {
    width: 100%;
  }
}

/* Hidden Ranch Doodles global footer — v2.2.0 */

.hrd-site-footer {
  --hrd-footer-wave-height: clamp(88px, 9.17vw, 132px);
  position: relative;
  z-index: 2;
  margin-top: calc(var(--hrd-footer-wave-height) * -1);
  overflow: visible;
  background: transparent;
  color: #fffaf3;
}

.hrd-site-footer__wave {
  position: relative;
  z-index: 3;
  width: 100%;
  height: var(--hrd-footer-wave-height);
  pointer-events: none;
}

.hrd-site-footer__wave svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hrd-site-footer__wave-fill {
  fill: #24221e;
}

.hrd-site-footer__wave-cream,
.hrd-site-footer__wave-gold {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hrd-site-footer__wave-cream {
  stroke: rgba(255, 250, 243, 0.94);
  stroke-width: 2.2;
}

.hrd-site-footer__wave-gold {
  stroke: var(--color-orange);
  stroke-width: 1.8;
}

.hrd-site-footer__surface {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(88, 78, 62, 0.16), transparent 35%),
    radial-gradient(circle at 16% 72%, rgba(255, 255, 255, 0.035), transparent 31%),
    linear-gradient(112deg, #292621 0%, #24221e 48%, #1f1e1b 100%);
}

.hrd-site-footer__surface::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(17deg, transparent 0 9px, rgba(255, 255, 255, 0.015) 10px, transparent 11px),
    repeating-linear-gradient(101deg, transparent 0 17px, rgba(0, 0, 0, 0.025) 18px, transparent 19px);
  mix-blend-mode: soft-light;
}

.hrd-site-footer__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 30px), 1360px);
  margin-inline: auto;
  padding: 14px 18px 24px;
}

.hrd-site-footer__grid {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
}

.hrd-site-footer__brand,
.hrd-site-footer__navigation,
.hrd-site-footer__newsletter,
.hrd-site-footer__artwork-wrap {
  min-width: 0;
}

.hrd-site-footer__brand {
  text-align: center;
}

.hrd-site-footer__logo-link {
  display: inline-flex;
  max-width: 100%;
  border-radius: 5px;
}

.hrd-site-footer__logo {
  width: min(100%, 285px);
  height: auto;
  object-fit: contain;
}

.hrd-site-footer__description {
  max-width: 340px;
  margin: 22px auto 0;
  color: rgba(255, 250, 243, 0.93);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.015em;
}

.hrd-site-footer__social-heading {
  margin: 17px 0 0;
  color: var(--color-orange);
  font-family: var(--font-script);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

.hrd-site-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 12px;
}

.hrd-site-footer__social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 250, 243, 0.92);
  border-radius: 999px;
  background: #fffaf3;
  color: #27241f;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.hrd-site-footer__social-link:hover,
.hrd-site-footer__social-link:focus-visible {
  background: var(--color-orange);
  color: #211f1b;
  transform: translateY(-2px);
}

.hrd-site-footer__social-link svg {
  width: 23px;
  height: 23px;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.9;
}

.hrd-site-footer__social-link rect,
.hrd-site-footer__social-link circle:not(.hrd-footer__social-dot) {
  fill: none;
}

.hrd-footer__social-dot {
  fill: currentColor;
  stroke: none;
}

.hrd-site-footer__navigation,
.hrd-site-footer__newsletter,
.hrd-site-footer__artwork-wrap {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 250, 243, 0.18);
  padding-top: 28px;
}

.hrd-site-footer__section-heading {
  margin: 0;
  color: var(--color-orange);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.hrd-footer__menu {
  display: grid;
  gap: 0;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.hrd-footer__menu li {
  margin: 0;
  padding: 0;
}

.hrd-footer__menu a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 4px;
  color: rgba(255, 250, 243, 0.96);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  transition: color 160ms ease, transform 160ms ease;
}

.hrd-footer__menu a:hover,
.hrd-footer__menu a:focus-visible,
.hrd-footer__menu .current-menu-item > a {
  color: var(--color-orange);
  transform: translateX(2px);
}

.hrd-site-footer__newsletter {
  text-align: center;
}

.hrd-site-footer__newsletter-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: var(--color-orange);
  font-family: var(--font-script);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.hrd-site-footer__newsletter-heart {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hrd-site-footer__newsletter-text {
  max-width: 500px;
  margin: 13px auto 0;
  color: rgba(255, 250, 243, 0.96);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.014em;
}

.hrd-site-footer__form {
  display: grid;
  gap: 10px;
  max-width: 510px;
  margin: 18px auto 0;
}

.hrd-site-footer__name-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.hrd-site-footer__field {
  display: block;
  min-width: 0;
}

.hrd-site-footer__field input {
  display: block;
  width: 100%;
  height: 47px;
  appearance: none;
  border: 2px solid rgba(114, 102, 91, 0.45);
  border-radius: 4px;
  outline: none;
  background: #fffaf5;
  padding: 0 15px;
  color: #28231f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hrd-site-footer__field input::placeholder {
  color: #716b65;
  opacity: 1;
}

.hrd-site-footer__field input:focus {
  border-color: var(--color-orange);
  box-shadow: 0 0 0 3px rgba(243, 154, 31, 0.2), 0 2px 4px rgba(0, 0, 0, 0.14);
}

.hrd-site-footer__form-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  margin-top: 2px;
}

.hrd-site-footer__consent {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 250, 243, 0.94);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
}

.hrd-site-footer__consent input {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 0;
  accent-color: var(--color-wine);
  cursor: pointer;
}

.hrd-site-footer__submit {
  display: inline-flex;
  min-width: 174px;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  background: var(--color-wine);
  padding: 0 19px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hrd-site-footer__submit:hover,
.hrd-site-footer__submit:focus-visible {
  background: #bf2443;
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.27);
  transform: translateY(-2px);
}

.hrd-site-footer__submit-paw {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: currentColor;
}

.hrd-site-footer__artwork-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.hrd-site-footer__artwork {
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.14));
}

.hrd-site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 250, 243, 0.33);
  padding-top: 20px;
  color: rgba(255, 250, 243, 0.72);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.hrd-site-footer__copyright {
  margin: 0;
}

.hrd-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px 10px;
}

.hrd-site-footer__legal a {
  border-radius: 3px;
  color: rgba(255, 250, 243, 0.78);
  transition: color 160ms ease;
}

.hrd-site-footer__legal a:hover,
.hrd-site-footer__legal a:focus-visible {
  color: var(--color-orange);
}

.hrd-site-footer__legal-divider {
  color: rgba(255, 250, 243, 0.42);
}

.hrd-site-footer__credit {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.hrd-site-footer__agency {
  color: var(--color-orange) !important;
  font-weight: 700;
}

@media (min-width: 480px) {
  .hrd-site-footer__name-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hrd-site-footer__form-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hrd-site-footer__consent {
    justify-content: flex-start;
  }
}

@media (min-width: 640px) and (max-width: 1199px) {
  .hrd-site-footer__inner {
    width: min(calc(100% - 40px), 1080px);
    padding: 20px 30px 26px;
  }

  .hrd-site-footer__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    column-gap: 0;
    row-gap: 36px;
  }

  .hrd-site-footer__brand {
    padding-right: 40px;
    text-align: left;
  }

  .hrd-site-footer__logo {
    width: min(100%, 290px);
  }

  .hrd-site-footer__description {
    margin-inline: 0;
  }

  .hrd-site-footer__socials {
    justify-content: flex-start;
  }

  .hrd-site-footer__navigation {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 250, 243, 0.25);
    padding: 6px 0 0 42px;
  }

  .hrd-site-footer__section-heading,
  .hrd-footer__menu {
    text-align: left;
  }

  .hrd-site-footer__newsletter {
    margin-top: 0;
    border-top: 1px solid rgba(255, 250, 243, 0.21);
    padding: 32px 40px 0 0;
    text-align: left;
  }

  .hrd-site-footer__newsletter-heading {
    justify-content: flex-start;
  }

  .hrd-site-footer__newsletter-text,
  .hrd-site-footer__form {
    margin-inline: 0;
  }

  .hrd-site-footer__artwork-wrap {
    margin-top: 0;
    border-top: 1px solid rgba(255, 250, 243, 0.21);
    padding: 32px 0 0 30px;
  }

  .hrd-site-footer__bottom {
    margin-top: 34px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .hrd-site-footer__inner {
    width: min(calc(100% - 58px), 1160px);
    padding-inline: 38px;
  }

  .hrd-site-footer__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.6fr) minmax(0, 1.25fr);
    row-gap: 30px;
  }

  .hrd-site-footer__brand {
    padding-right: 36px;
  }

  .hrd-site-footer__navigation {
    padding-left: 34px;
  }

  .hrd-site-footer__newsletter {
    grid-column: 3;
    grid-row: 1;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 250, 243, 0.25);
    padding: 3px 0 0 38px;
  }

  .hrd-site-footer__artwork-wrap {
    grid-column: 1 / -1;
    padding-top: 26px;
  }

  .hrd-site-footer__artwork {
    width: 285px;
  }
}

@media (min-width: 1200px) {
  .hrd-site-footer__inner {
    width: min(calc(100% - 64px), 1360px);
    padding: 16px 36px 24px;
  }

  .hrd-site-footer__grid {
    grid-template-columns: minmax(0, 330px) minmax(0, 190px) minmax(0, 470px) minmax(0, 1fr);
    align-items: start;
  }

  .hrd-site-footer__brand {
    padding: 1px 38px 0 0;
    text-align: left;
  }

  .hrd-site-footer__logo {
    width: min(100%, 300px);
  }

  .hrd-site-footer__description {
    max-width: 305px;
    margin: 22px 0 0;
    font-size: 12.8px;
  }

  .hrd-site-footer__social-heading {
    font-size: 26px;
  }

  .hrd-site-footer__socials {
    justify-content: flex-start;
  }

  .hrd-site-footer__navigation {
    min-height: 280px;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 250, 243, 0.27);
    padding: 9px 25px 0 42px;
  }

  .hrd-site-footer__section-heading,
  .hrd-footer__menu {
    text-align: left;
  }

  .hrd-site-footer__section-heading {
    font-size: 15px;
  }

  .hrd-footer__menu {
    margin-top: 17px;
  }

  .hrd-footer__menu a {
    min-height: 35px;
    font-size: 13.2px;
  }

  .hrd-site-footer__newsletter {
    min-height: 280px;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid rgba(255, 250, 243, 0.27);
    padding: 3px 34px 0 42px;
    text-align: left;
  }

  .hrd-site-footer__newsletter-heading {
    justify-content: flex-start;
    font-size: 31px;
  }

  .hrd-site-footer__newsletter-text {
    max-width: 430px;
    margin: 13px 0 0;
    font-size: 13.2px;
  }

  .hrd-site-footer__form {
    max-width: none;
    margin: 19px 0 0;
  }

  .hrd-site-footer__artwork-wrap {
    min-height: 280px;
    margin: 0;
    border-top: 0;
    padding: 36px 0 0 22px;
  }

  .hrd-site-footer__artwork {
    width: min(100%, 306px);
  }

  .hrd-site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    margin-top: 27px;
    padding-top: 19px;
    font-size: 11.4px;
    text-align: left;
  }

  .hrd-site-footer__legal {
    justify-content: flex-end;
  }
}

@media (min-width: 1380px) {
  .hrd-site-footer__inner {
    padding-inline: 38px;
  }

  .hrd-site-footer__description,
  .hrd-site-footer__newsletter-text {
    font-size: 13.4px;
  }

  .hrd-footer__menu a {
    font-size: 13.5px;
  }

  .hrd-site-footer__bottom {
    font-size: 11.8px;
  }
}

/* ========================================================================
   Hidden Ranch Doodles — Internal pages and WooCommerce puppy catalog
   ======================================================================== */

.hrd-internal-page {
  overflow: hidden;
  background: #f7efe5;
  color: #17130f;
}

.hrd-internal-hero {
  position: relative;
  isolation: isolate;
  min-height: 520px;
  overflow: hidden;
  background: #071006;
  color: #fff;
}

.hrd-internal-hero__image,
.hrd-internal-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hrd-internal-hero__image {
  z-index: -3;
  object-fit: cover;
  filter: saturate(.96) contrast(1.03);
}

.hrd-internal-hero__image--left { object-position: left center; }
.hrd-internal-hero__image--center { object-position: center center; }
.hrd-internal-hero__image--right { object-position: right center; }

.hrd-internal-hero__shade {
  z-index: -2;
  background:
    radial-gradient(circle at 82% 22%, rgba(243,154,31,.12), transparent 31%),
    linear-gradient(90deg, rgba(5,13,7,.96) 0%, rgba(5,13,7,.89) 36%, rgba(5,13,7,.54) 64%, rgba(5,13,7,.18) 100%);
}

.hrd-internal-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 126px;
}

.hrd-internal-hero__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hrd-internal-hero__crumbs a { transition: color .18s ease; }
.hrd-internal-hero__crumbs a:hover,
.hrd-internal-hero__crumbs a:focus-visible { color: #f39a1f; }
.hrd-internal-hero__crumbs span:last-child { color: #fff; }

.hrd-internal-hero__copy { max-width: 710px; }

.hrd-internal-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: #f39a1f;
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hrd-internal-hero__eyebrow svg { width: 18px; height: 18px; }

.hrd-internal-hero__title {
  display: grid;
  gap: 2px;
  margin: 0;
  line-height: 1;
}

.hrd-internal-hero__title > span {
  max-width: 760px;
  color: #fff;
  font-family: var(--font-serif, Lora, serif);
  font-size: clamp(43px, 5.3vw, 74px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hrd-internal-hero__title > em {
  color: #f39a1f;
  font-family: var(--font-script, "Dancing Script", cursive);
  font-size: clamp(36px, 4.5vw, 59px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.hrd-internal-hero__title b { font-family: Georgia, serif; font-size: .7em; font-weight: 400; }

.hrd-internal-hero__intro {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.9);
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.hrd-internal-hero__heart {
  position: absolute;
  right: 6%;
  bottom: 112px;
  z-index: 3;
  color: #f39a1f;
  font-family: Georgia, serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(12deg);
  text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.hrd-internal-hero__wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  height: 92px;
}

.hrd-internal-hero__wave svg { display: block; width: 100%; height: 100%; }

.hrd-section-heading { max-width: 760px; }
.hrd-section-heading--center { margin-inline: auto; text-align: center; }

.hrd-section-heading__eyebrow {
  margin: 0 0 10px;
  color: #17130f;
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.hrd-section-heading__eyebrow span { color: #a51935; font-family: Georgia, serif; font-size: 1.12em; }

.hrd-section-heading__title {
  margin: 0;
  color: #17130f;
  font-family: var(--font-serif, Lora, serif);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.hrd-outline-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1.5px solid #a51935;
  border-radius: 5px;
  padding: 12px 20px;
  color: #a51935;
  background: transparent;
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.hrd-outline-button svg { width: 15px; height: 15px; }
.hrd-outline-button:hover,
.hrd-outline-button:focus-visible { color: #fff; background: #a51935; transform: translateY(-2px); }

.hrd-prose {
  color: #2a241e;
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 15px;
  line-height: 1.85;
}

.hrd-prose > * + * { margin-top: 1.2em; }
.hrd-prose h2,
.hrd-prose h3,
.hrd-prose h4 { color: #17130f; font-family: var(--font-serif, Lora, serif); font-weight: 700; line-height: 1.2; }
.hrd-prose h2 { font-size: clamp(28px, 3vw, 42px); }
.hrd-prose h3 { font-size: 26px; }
.hrd-prose a { color: #a51935; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.hrd-prose ul,
.hrd-prose ol { padding-left: 1.35em; }
.hrd-prose ul { list-style: disc; }
.hrd-prose ol { list-style: decimal; }
.hrd-prose blockquote { border-left: 4px solid #f39a1f; margin-inline: 0; padding: 8px 0 8px 24px; font-family: var(--font-serif, Lora, serif); font-size: 1.2em; }

.hrd-organic-frame {
  position: relative;
  margin: 0;
  border: 2px solid #f39a1f;
  border-radius: 48% 44% 46% 42% / 15% 18% 17% 14%;
  padding: 7px;
  background: #f7efe5;
  box-shadow: 0 22px 45px rgba(68,43,25,.12);
}

.hrd-organic-frame::after {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  border: 1px solid rgba(243,154,31,.55);
  border-radius: inherit;
}

.hrd-organic-frame img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }

.hrd-split-story,
.hrd-media-copy,
.hrd-card-section,
.hrd-stage-section,
.hrd-intro-center,
.hrd-listing-page__section,
.hrd-content-page__section { padding: 88px 24px; }

.hrd-split-story__inner,
.hrd-media-copy__inner,
.hrd-card-section__inner,
.hrd-stage-section__inner,
.hrd-intro-center,
.hrd-listing-page__section > div,
.hrd-content-page__article,
.hrd-process__inner,
.hrd-checklist__inner,
.hrd-food-partner__panel,
.hrd-review-wall__inner,
.hrd-promise > div,
.hrd-gallery__grid,
.hrd-contact-details > div,
.hrd-contact-form__inner,
.hrd-contact-visit > div,
.hrd-internal-faq__inner,
.hrd-internal-cta__inner,
.hrd-shop-intro > div,
.hrd-shop-loop__inner,
.hrd-puppy-profile__inner,
.hrd-puppy-facts > div,
.hrd-puppy-notes > div,
.hrd-product-tabs > div,
.hrd-related-puppies > div,
.hrd-404-page__content > div {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.hrd-split-story__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
}

.hrd-split-story__media { position: relative; min-height: 560px; }
.hrd-split-story__primary { position: absolute; inset: 0 14% 8% 0; border-radius: 46% 54% 46% 54% / 16% 14% 18% 16%; }
.hrd-split-story__secondary { position: absolute; right: 0; bottom: 0; width: 43%; height: 43%; border-radius: 50%; padding: 5px; }
.hrd-split-story__media > span { position: absolute; top: 5%; right: 4%; color: #a51935; font-family: Georgia, serif; font-size: 68px; transform: rotate(13deg); }
.hrd-split-story__copy h2 { display: grid; gap: 4px; margin: 0 0 25px; }
.hrd-split-story__copy h2 span { font-family: var(--font-serif, Lora, serif); font-size: clamp(34px, 4vw, 56px); font-weight: 700; line-height: 1.06; letter-spacing: -.045em; }
.hrd-split-story__copy h2 em { color: #a51935; font-family: var(--font-script, "Dancing Script", cursive); font-size: clamp(35px, 4vw, 55px); font-style: normal; font-weight: 500; line-height: 1; }

.hrd-card-section { position: relative; background: #f4e5e1; }
.hrd-card-section::before,
.hrd-card-section::after { content: "♡"; position: absolute; color: rgba(165,25,53,.18); font-family: Georgia, serif; font-size: 70px; }
.hrd-card-section::before { top: 38px; left: 3%; transform: rotate(-14deg); }
.hrd-card-section::after { right: 3%; bottom: 30px; transform: rotate(18deg); }
.hrd-card-grid { display: grid; gap: 24px; margin-top: 42px; }
.hrd-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.hrd-internal-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid rgba(243,154,31,.4);
  border-radius: 34px 39px 32px 38px;
  padding: 32px;
  background: rgba(247,239,229,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.hrd-internal-card:nth-child(2) { border-radius: 39px 32px 38px 34px; }
.hrd-internal-card:nth-child(3) { border-radius: 31px 40px 35px 39px; }
.hrd-internal-card__icon { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 50%; background: rgba(243,154,31,.1); }
.hrd-internal-card__icon svg { width: 42px; height: 42px; stroke: #f39a1f; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-internal-card h3 { margin: 24px 0 12px; font-family: var(--font-serif, Lora, serif); font-size: 25px; font-weight: 700; letter-spacing: -.035em; }
.hrd-internal-card p { margin: 0; color: #342d27; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 13px; font-weight: 500; line-height: 1.75; }

.hrd-timeline { padding: 92px 24px; background: #f7efe5; }
.hrd-timeline__inner { width: min(1120px,100%); margin: 0 auto; }
.hrd-timeline ol { position: relative; display: grid; margin: 48px 0 0; padding: 0; list-style: none; }
.hrd-timeline ol::before { content: ""; position: absolute; top: 0; bottom: 0; left: 94px; width: 1px; background: rgba(243,154,31,.55); }
.hrd-timeline li { position: relative; display: grid; grid-template-columns: 190px 1fr; gap: 34px; min-height: 145px; padding: 0 0 36px; }
.hrd-timeline__year { position: relative; z-index: 2; display: grid; width: 96px; height: 56px; place-items: center; border: 1px solid #f39a1f; border-radius: 50%; background: #f7efe5; color: #a51935; font-family: var(--font-script, "Dancing Script", cursive); font-size: 25px; font-weight: 600; }
.hrd-timeline li > div:last-child { border-bottom: 1px solid rgba(165,25,53,.12); padding-bottom: 30px; }
.hrd-timeline h3 { margin: 0 0 9px; font-family: var(--font-serif, Lora, serif); font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.hrd-timeline p { max-width: 720px; margin: 0; color: #3d342e; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 13px; line-height: 1.75; }

.hrd-media-copy__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); align-items: center; gap: clamp(48px, 7vw, 104px); }
.hrd-media-copy--reverse .hrd-media-copy__inner { grid-template-columns: minmax(340px,.85fr) minmax(0,1fr); }
.hrd-media-copy--rose { background: #f4e5e1; }
.hrd-media-copy figure { height: 530px; border-radius: 44% 56% 46% 54% / 16% 15% 20% 17%; }
.hrd-media-copy__copy > p:not(.hrd-section-heading__eyebrow) { max-width: 700px; margin: 24px 0 0; color: #332c26; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 14px; line-height: 1.85; }
.hrd-media-copy__copy > em { display: block; margin-top: 28px; color: #a51935; font-family: var(--font-script, "Dancing Script", cursive); font-size: 29px; font-style: normal; }

.hrd-process { padding: 88px 24px 96px; background: #231f1a; color: #fff; }
.hrd-process .hrd-section-heading__eyebrow,
.hrd-process .hrd-section-heading__title { color: #fff; }
.hrd-process ol { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; margin: 48px 0 0; padding: 0; list-style: none; }
.hrd-process li { position: relative; min-height: 300px; border: 1px solid rgba(243,154,31,.5); border-radius: 32px 36px 31px 38px; padding: 28px 24px; background: rgba(255,255,255,.035); }
.hrd-process li > span { display: block; color: #f39a1f; font-family: var(--font-script, "Dancing Script", cursive); font-size: 43px; line-height: 1; }
.hrd-process h3 { margin: 30px 0 12px; font-family: var(--font-serif, Lora, serif); font-size: 20px; font-weight: 700; line-height: 1.25; }
.hrd-process p { margin: 0; color: rgba(255,255,255,.76); font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; line-height: 1.75; }

.hrd-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hrd-badges span { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(243,154,31,.45); border-radius: 999px; padding: 8px 12px; color: #5a4b40; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hrd-badges svg { width: 22px; height: 22px; stroke: #f39a1f; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.hrd-checklist { padding: 88px 24px; }
.hrd-checklist__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.hrd-checklist ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin: 0; padding: 0; list-style: none; }
.hrd-checklist li { display: flex; align-items: flex-start; gap: 13px; border: 1px solid rgba(243,154,31,.33); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.28); font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; font-weight: 600; line-height: 1.55; }
.hrd-checklist li svg { flex: 0 0 27px; width: 27px; height: 27px; stroke: #f39a1f; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.hrd-note { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; border-left: 3px solid #f39a1f; padding: 4px 0 4px 18px; color: #5b4d42; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 11px; line-height: 1.7; }
.hrd-note svg { flex: 0 0 30px; width: 30px; height: 30px; stroke: #a51935; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.hrd-stage-section { background: #231f1a; color: #fff; }
.hrd-stage-section .hrd-section-heading__eyebrow,
.hrd-stage-section .hrd-section-heading__title { color: #fff; }
.hrd-stage-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 44px; }
.hrd-stage-grid article { position: relative; min-height: 310px; overflow: hidden; border: 1px solid rgba(243,154,31,.52); border-radius: 30px 36px 31px 34px; padding: 29px 24px; background: rgba(255,255,255,.035); }
.hrd-stage-grid article > span { position: absolute; top: 15px; right: 19px; color: rgba(243,154,31,.23); font-family: var(--font-script, "Dancing Script", cursive); font-size: 65px; }
.hrd-stage-grid small { display: block; color: #f39a1f; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hrd-stage-grid h3 { max-width: 170px; margin: 42px 0 14px; font-family: var(--font-serif, Lora, serif); font-size: 23px; line-height: 1.2; }
.hrd-stage-grid p { margin: 0; color: rgba(255,255,255,.74); font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; line-height: 1.75; }

.hrd-food-partner { padding: 86px 24px 100px; }
.hrd-food-partner__panel { position: relative; display: grid; grid-template-columns: 180px minmax(0,1fr) 390px; align-items: center; gap: 42px; overflow: hidden; border: 1.5px solid rgba(243,154,31,.6); border-radius: 54px 48px 60px 52px; padding: 44px 52px; }
.hrd-food-partner__logo img { width: 128px; max-height: 170px; margin: auto; object-fit: contain; }
.hrd-food-partner__copy > p:first-child { margin: 0 0 5px; font-family: var(--font-script, "Dancing Script", cursive); font-size: 24px; }
.hrd-food-partner__copy h2 { margin: 0; font-family: var(--font-script, "Dancing Script", cursive); font-size: clamp(31px,3vw,45px); font-weight: 500; line-height: 1.05; }
.hrd-food-partner__copy > p:not(:first-child) { margin: 14px 0 0; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; line-height: 1.65; }
.hrd-food-partner__copy > strong { display: block; margin: 11px 0 20px; color: #a51935; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; }
.hrd-food-partner__products img { width: 100%; height: auto; object-fit: contain; }
.hrd-food-partner__panel > i { position: absolute; right: 25px; bottom: 13px; color: #f39a1f; font-family: Georgia,serif; font-size: 54px; font-style: normal; transform: rotate(12deg); }

.hrd-disclaimer { padding: 0 24px 82px; }
.hrd-disclaimer > div { display: flex; width: min(900px,100%); align-items: flex-start; gap: 16px; margin: auto; border: 1px solid rgba(165,25,53,.2); border-radius: 20px; padding: 20px 24px; background: #f4e5e1; }
.hrd-disclaimer svg { flex: 0 0 34px; width: 34px; height: 34px; stroke: #a51935; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-disclaimer p { margin: 0; color: #4b4038; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 11px; line-height: 1.7; }

.hrd-intro-center { max-width: 900px; padding-bottom: 56px; text-align: center; }
.hrd-intro-center > p { max-width: 760px; margin: 22px auto 0; color: #42382f; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 14px; line-height: 1.8; }

.hrd-review-wall { position: relative; padding: 12px 24px 94px; }
.hrd-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.hrd-review-grid article { position: relative; min-height: 350px; overflow: hidden; border: 1px solid rgba(243,154,31,.36); border-radius: 33px 38px 34px 40px; padding: 28px; background: rgba(255,255,255,.26); }
.hrd-review-grid article:nth-child(2n) { border-radius: 40px 32px 38px 34px; }
.hrd-review-grid header { display: flex; align-items: center; gap: 14px; }
.hrd-review-grid header img { width: 58px; height: 58px; border: 2px solid #f39a1f; border-radius: 50%; object-fit: cover; }
.hrd-review-grid h2 { margin: 0; font-family: var(--font-serif, Lora, serif); font-size: 19px; font-weight: 700; }
.hrd-review-grid header p { margin: 4px 0 0; color: #8b7769; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hrd-stars { display: flex; gap: 2px; margin: 20px 0 12px; }
.hrd-stars span { color: rgba(243,154,31,.25); font-size: 17px; }
.hrd-stars span.is-filled { color: #f39a1f; }
.hrd-review-grid blockquote { margin: 0; }
.hrd-review-grid blockquote p { margin: 0; color: #332b25; font-family: var(--font-sans, Montserrat, sans-serif); font-size: 12px; line-height: 1.8; }
.hrd-review-grid article > i { position: absolute; right: 23px; bottom: -26px; color: rgba(165,25,53,.08); font-family: Georgia,serif; font-size: 130px; font-style: normal; line-height: 1; }
.hrd-review-wall__note { max-width: 850px; margin: 30px auto 0; color: #806f63; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; line-height: 1.65; text-align: center; }

.hrd-promise { padding: 58px 24px; background: #f4e5e1; }
.hrd-promise > div { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 38px; max-width: 930px; }
.hrd-promise > div > span { display: grid; width: 100px; height: 100px; place-items: center; border: 1px solid #f39a1f; border-radius: 50%; }
.hrd-promise svg { width: 58px; height: 58px; stroke: #f39a1f; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-promise h2 { margin: 0; font-family: var(--font-serif,Lora,serif); font-size: clamp(28px,3vw,42px); letter-spacing: -.04em; }
.hrd-promise p:last-child { margin: 12px 0 0; color: #4a3e36; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.75; }

.hrd-gallery { position: relative; padding: 0 24px 100px; }
.hrd-gallery__grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 230px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.hrd-gallery__item { min-width: 0; margin: 0; }
.hrd-gallery__item:nth-child(1),
.hrd-gallery__item:nth-child(7) { grid-column: span 2; grid-row: span 2; }
.hrd-gallery__item:nth-child(4),
.hrd-gallery__item:nth-child(10) { grid-row: span 2; }
.hrd-gallery__item button { position: relative; width: 100%; height: calc(100% - 35px); overflow: hidden; border: 0; border-radius: 28px 34px 27px 36px; padding: 0; cursor: zoom-in; background: #eadccd; }
.hrd-gallery__item:nth-child(2n) button { border-radius: 36px 27px 34px 29px; }
.hrd-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.hrd-gallery__item button > span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(79,12,31,.4); font-family: var(--font-sans,Montserrat,sans-serif); font-size: 42px; font-weight: 300; opacity: 0; transition: opacity .25s ease; }
.hrd-gallery__item button:hover img,
.hrd-gallery__item button:focus-visible img { transform: scale(1.04); filter: saturate(1.08); }
.hrd-gallery__item button:hover > span,
.hrd-gallery__item button:focus-visible > span { opacity: 1; }
.hrd-gallery__item figcaption { overflow: hidden; margin-top: 10px; color: #6c5d52; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

.hrd-gallery-dialog { width: min(1000px,calc(100% - 32px)); max-width: none; max-height: calc(100vh - 32px); overflow: visible; border: 0; border-radius: 28px; padding: 0; background: transparent; }
.hrd-gallery-dialog::backdrop { background: rgba(15,11,8,.86); backdrop-filter: blur(4px); }
.hrd-gallery-dialog > div { position: relative; overflow: hidden; border: 2px solid #f39a1f; border-radius: 28px; padding: 8px 8px 0; background: #f7efe5; }
.hrd-gallery-dialog img { width: 100%; max-height: calc(100vh - 120px); border-radius: 20px; object-fit: contain; background: #231f1a; }
.hrd-gallery-dialog p { margin: 0; padding: 15px 20px 17px; font-family: var(--font-serif,Lora,serif); font-size: 16px; text-align: center; }
.hrd-gallery-dialog button { position: absolute; top: 18px; right: 18px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #a51935; font-size: 28px; line-height: 1; cursor: pointer; }

.hrd-contact-details { padding: 0 24px 88px; }
.hrd-contact-details > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.hrd-contact-details a,
.hrd-contact-details article { display: flex; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(243,154,31,.36); border-radius: 30px 36px 32px 38px; padding: 24px; background: rgba(255,255,255,.26); text-align: center; transition: transform .2s ease, background-color .2s ease; }
.hrd-contact-details a:hover { transform: translateY(-4px); background: #f4e5e1; }
.hrd-contact-details a > span,
.hrd-contact-details article > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: rgba(243,154,31,.1); }
.hrd-contact-details svg { width: 34px; height: 34px; stroke: #f39a1f; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-contact-details small { margin-top: 18px; color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hrd-contact-details strong { max-width: 100%; margin-top: 8px; overflow-wrap: anywhere; font-family: var(--font-serif,Lora,serif); font-size: 17px; line-height: 1.35; }

.hrd-contact-form { padding: 88px 24px; background: #f4e5e1; }
.hrd-contact-form__inner { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 70px; }
.hrd-contact-form__copy > p:not(.hrd-section-heading__eyebrow) { margin: 20px 0 0; color: #433931; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.8; }
.hrd-contact-form__copy ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.hrd-contact-form__copy li { display: flex; align-items: flex-start; gap: 11px; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 11px; line-height: 1.6; }
.hrd-contact-form__copy li svg { flex: 0 0 25px; width: 25px; height: 25px; stroke: #f39a1f; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hrd-contact-form__card { min-height: 470px; border: 1px solid rgba(243,154,31,.45); border-radius: 38px 33px 41px 35px; padding: 36px; background: #f7efe5; box-shadow: 0 20px 40px rgba(83,52,35,.08); }
.hrd-form-placeholder { display: grid; min-height: 390px; place-items: center; align-content: center; text-align: center; }
.hrd-form-placeholder > span { display: grid; width: 84px; height: 84px; place-items: center; border: 1px solid #f39a1f; border-radius: 50%; }
.hrd-form-placeholder svg { width: 48px; height: 48px; stroke: #f39a1f; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-form-placeholder h3 { margin: 24px 0 10px; font-family: var(--font-serif,Lora,serif); font-size: 25px; }
.hrd-form-placeholder p { max-width: 470px; margin: 0 0 24px; color: #5c4f45; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 12px; line-height: 1.7; }

.hrd-contact-form__card input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.hrd-contact-form__card textarea,
.hrd-contact-form__card select {
  width: 100%; min-height: 50px; border: 1px solid rgba(120,92,74,.3); border-radius: 7px; padding: 12px 14px; background: #fff; color: #17130f; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px;
}
.hrd-contact-form__card textarea { min-height: 145px; resize: vertical; }
.hrd-contact-form__card label { display: block; margin-bottom: 7px; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hrd-contact-form__card input[type=submit],
.hrd-contact-form__card button[type=submit] { min-height: 50px; border: 0; border-radius: 5px; padding: 0 24px; color: #fff; background: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.hrd-contact-visit { padding: 92px 24px; }
.hrd-contact-visit > div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.hrd-contact-visit p:not(.hrd-section-heading__eyebrow) { margin: 22px 0 0; color: #493e36; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.8; }
.hrd-contact-map { min-height: 390px; overflow: hidden; border: 2px solid #f39a1f; border-radius: 48% 52% 46% 54% / 15% 16% 18% 17%; padding: 7px; }
.hrd-contact-map iframe { width: 100%; height: 390px; border: 0; border-radius: inherit; }
.hrd-contact-map > div { display: grid; width: 100%; height: 390px; place-items: center; align-content: center; border-radius: inherit; background: radial-gradient(circle at 65% 20%,rgba(243,154,31,.24),transparent 35%), #231f1a; color: #fff; text-align: center; }
.hrd-contact-map svg { width: 90px; height: 90px; margin-bottom: 22px; stroke: #f39a1f; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hrd-contact-map strong { font-family: var(--font-serif,Lora,serif); font-size: 25px; }
.hrd-contact-map span { max-width: 370px; margin-top: 12px; color: rgba(255,255,255,.72); font-family: var(--font-sans,Montserrat,sans-serif); font-size: 11px; line-height: 1.6; }

.hrd-internal-faq { padding: 88px 24px 100px; background: #f4e5e1; }
.hrd-internal-faq__inner { max-width: 940px; }
.hrd-internal-faq__list { display: grid; gap: 12px; margin-top: 42px; }
.hrd-internal-faq__item { overflow: hidden; border: 1px solid rgba(243,154,31,.37); border-radius: 20px; background: #f7efe5; }
.hrd-internal-faq__item summary { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 25px; padding: 18px 23px; cursor: pointer; list-style: none; font-family: var(--font-serif,Lora,serif); font-size: 17px; font-weight: 700; }
.hrd-internal-faq__item summary::-webkit-details-marker { display: none; }
.hrd-internal-faq__item summary i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; }
.hrd-internal-faq__item summary i::before,
.hrd-internal-faq__item summary i::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 2px; border-radius: 999px; background: #a51935; transition: transform .2s ease; }
.hrd-internal-faq__item summary i::after { transform: rotate(90deg); }
.hrd-internal-faq__item[open] summary i::after { transform: rotate(0); }
.hrd-internal-faq__item > div { padding: 0 23px 22px; }
.hrd-internal-faq__item > div p { max-width: 770px; margin: 0; color: #4e4239; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 12px; line-height: 1.8; }

.hrd-internal-cta { position: relative; padding: 82px 24px 112px; background: #f7efe5; }
.hrd-internal-cta__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 390px; overflow: hidden; border: 1.5px solid rgba(243,154,31,.62); border-radius: 58px 48px 64px 52px; background: #231f1a; color: #fff; }
.hrd-internal-cta__copy { position: relative; z-index: 2; padding: 58px 62px; }
.hrd-internal-cta__eyebrow { margin: 0 0 11px; color: #f39a1f; font-family: var(--font-script,"Dancing Script",cursive); font-size: 27px; }
.hrd-internal-cta h2 { max-width: 650px; margin: 0; font-family: var(--font-serif,Lora,serif); font-size: clamp(31px,3.6vw,51px); line-height: 1.08; letter-spacing: -.045em; }
.hrd-internal-cta__copy > p:not(.hrd-internal-cta__eyebrow) { max-width: 600px; margin: 18px 0 28px; color: rgba(255,255,255,.76); font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.75; }
.hrd-internal-cta figure { height: 100%; margin: 0; }
.hrd-internal-cta figure img { width: 100%; height: 100%; object-fit: cover; mask-image: linear-gradient(90deg,transparent 0,#000 25%); }

.hrd-content-page__article { max-width: 880px; }
.hrd-commerce-page .hrd-content-page__article { max-width: 1180px; }

.hrd-search-form { display: flex; width: min(620px,100%); gap: 10px; margin: 0 auto 38px; }
.hrd-search-form label { flex: 1; }
.hrd-search-form input { width: 100%; min-height: 52px; border: 1px solid rgba(165,25,53,.24); border-radius: 7px; padding: 0 16px; background: #fff; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; }
.hrd-search-form button { min-width: 115px; border: 0; border-radius: 6px; color: #fff; background: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.hrd-post-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.hrd-post-list article { overflow: hidden; border: 1px solid rgba(243,154,31,.35); border-radius: 30px 36px 32px 38px; padding: 28px; }
.hrd-post-list__image { display: block; margin: -28px -28px 24px; height: 220px; }
.hrd-post-list__image img { width: 100%; height: 100%; object-fit: cover; }
.hrd-post-list article > p { color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hrd-post-list h2 { margin: 8px 0 13px; font-family: var(--font-serif,Lora,serif); font-size: 24px; line-height: 1.25; }
.hrd-post-list article > div { color: #4d4138; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 12px; line-height: 1.7; }
.hrd-post-list article > a:last-child { display: inline-block; margin-top: 18px; color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hrd-no-results { max-width: 680px; margin: auto; padding: 50px; border: 1px solid rgba(243,154,31,.4); border-radius: 30px; text-align: center; }
.hrd-no-results h2 { font-family: var(--font-serif,Lora,serif); font-size: 30px; }
.hrd-no-results p { font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; }

.hrd-404-page__content { padding: 86px 24px 110px; text-align: center; }
.hrd-404-page__content > div > span { display: grid; width: 100px; height: 100px; place-items: center; margin: auto; border: 1px solid #f39a1f; border-radius: 50%; }
.hrd-404-page__content svg { width: 58px; height: 58px; stroke: #f39a1f; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-404-page__content h2 { margin: 25px 0; font-family: var(--font-serif,Lora,serif); font-size: 36px; }
.hrd-404-page__content > div > div { display: flex; justify-content: center; gap: 15px; margin-bottom: 35px; }

/* WooCommerce catalog and puppy profiles. */
.hrd-shop-intro { padding: 80px 24px 44px; }
.hrd-shop-intro > div { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 70px; }
.hrd-shop-intro > div > p { margin: 0; color: #4b4037; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.8; }
.hrd-shop-loop { padding: 20px 24px 105px; }
.hrd-shop-loop .woocommerce-result-count { color: #6b5b50; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 11px; }
.hrd-shop-loop .woocommerce-ordering select { min-height: 44px; border: 1px solid rgba(165,25,53,.24); border-radius: 6px; padding: 0 36px 0 13px; background: #fff; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 11px; }
.hrd-shop-loop .products { display: grid !important; clear: both; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin: 38px 0 0 !important; padding: 0 !important; }
.hrd-shop-loop .products::before,
.hrd-shop-loop .products::after { display: none !important; }
.hrd-product-card { float: none !important; width: auto !important; margin: 0 !important; overflow: hidden; border: 1px solid rgba(243,154,31,.36); border-radius: 35px 39px 34px 41px; background: rgba(255,255,255,.3); box-shadow: 0 18px 34px rgba(66,43,28,.07); }
.hrd-product-card:nth-child(2n) { border-radius: 40px 33px 39px 35px; }
.hrd-product-card__media { position: relative; display: block; height: 360px; overflow: hidden; background: #eadccd; }
.hrd-product-card__image { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: transform .35s ease; }
.hrd-product-card__media:hover .hrd-product-card__image { transform: scale(1.04); }
.hrd-product-card__status { display: inline-flex; min-height: 29px; align-items: center; border-radius: 999px; padding: 6px 11px; color: #fff; background: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.hrd-product-card__media .hrd-product-card__status { position: absolute; top: 18px; left: 18px; }
.hrd-product-card__status--available { background: #3d7450; }
.hrd-product-card__status--pending { background: #b36d16; }
.hrd-product-card__status--reserved,
.hrd-product-card__status--placed { background: #a51935; }
.hrd-product-card__heart { position: absolute; right: 18px; bottom: 14px; color: #fff; font-family: Georgia,serif; font-size: 38px; text-shadow: 0 2px 10px rgba(0,0,0,.28); }
.hrd-product-card__body { padding: 27px 28px 30px; }
.hrd-product-card__meta { margin: 0 0 6px; color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hrd-product-card .woocommerce-loop-product__title { margin: 0 !important; padding: 0 !important; font-family: var(--font-serif,Lora,serif); font-size: 29px !important; font-weight: 700; letter-spacing: -.04em; }
.hrd-product-card__price { margin-top: 8px; color: #a51935; font-family: var(--font-serif,Lora,serif); font-size: 18px; font-weight: 700; }
.hrd-product-card__callout { min-height: 48px; margin: 15px 0 22px; color: #55483e; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 11px; line-height: 1.65; }
.hrd-shop-empty { max-width: 720px; margin: 30px auto; border: 1px solid rgba(243,154,31,.38); border-radius: 38px; padding: 55px; text-align: center; }
.hrd-shop-empty > span { display: grid; width: 90px; height: 90px; place-items: center; margin: auto; border: 1px solid #f39a1f; border-radius: 50%; }
.hrd-shop-empty svg { width: 55px; height: 55px; stroke: #f39a1f; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-shop-empty h2 { margin: 24px 0 10px; font-family: var(--font-serif,Lora,serif); font-size: 32px; }
.hrd-shop-empty p { margin: 0 0 25px; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.7; }

.hrd-puppy-profile { padding: 88px 24px 100px; }
.hrd-puppy-profile__crumbs { margin-bottom: 35px; color: #7e6a5c; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hrd-puppy-profile__crumbs .woocommerce-breadcrumb { margin: 0; color: inherit; font-size: inherit; }
.hrd-puppy-profile__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); gap: clamp(45px,6vw,86px); align-items: start; }
.hrd-puppy-profile__gallery .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.hrd-puppy-profile__gallery .woocommerce-product-gallery__wrapper { overflow: hidden; border: 2px solid #f39a1f; border-radius: 48px 54px 46px 58px; padding: 7px; background: #f7efe5; }
.hrd-puppy-profile__gallery .woocommerce-product-gallery__image a { display: block; overflow: hidden; border-radius: 40px 46px 39px 49px; }
.hrd-puppy-profile__gallery .woocommerce-product-gallery__image img { width: 100%; height: auto; border-radius: inherit; }
.hrd-puppy-profile__gallery .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 12px !important; }
.hrd-puppy-profile__gallery .flex-control-thumbs li { float: none !important; width: auto !important; overflow: hidden; border: 1px solid rgba(243,154,31,.45); border-radius: 14px; }
.hrd-puppy-profile__summary { padding-top: 18px; }
.hrd-puppy-profile__summary > .hrd-product-card__status { margin-bottom: 14px; }
.hrd-puppy-profile__eyebrow { margin: 0; color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hrd-puppy-profile__summary h1 { margin: 8px 0 0; font-family: var(--font-serif,Lora,serif); font-size: clamp(46px,5vw,70px); font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.hrd-puppy-profile__price .price { display: block; margin: 18px 0 0; color: #a51935 !important; font-family: var(--font-serif,Lora,serif); font-size: 25px !important; font-weight: 700; }
.hrd-puppy-profile__callout { margin: 18px 0; color: #332b25; font-family: var(--font-script,"Dancing Script",cursive); font-size: 27px; line-height: 1.2; }
.hrd-puppy-profile__summary .woocommerce-product-details__short-description { color: #4d4138; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.8; }
.hrd-puppy-profile__cart { margin-top: 28px; }
.hrd-puppy-profile__cart form.cart { display: flex; align-items: stretch; gap: 10px; }
.hrd-puppy-profile__cart .quantity .qty { width: 70px; height: 54px; border: 1px solid rgba(165,25,53,.26); border-radius: 5px; background: #fff; }
.hrd-puppy-profile__cart .single_add_to_cart_button { min-height: 54px !important; border-radius: 5px !important; padding: 0 24px !important; background: #a51935 !important; font-family: var(--font-sans,Montserrat,sans-serif) !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; }
.hrd-puppy-profile__reservation-note { margin: 16px 0 0; color: #7a685b; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 9px; line-height: 1.6; }
.hrd-puppy-profile__summary .product_meta { display: grid; gap: 6px; margin-top: 24px; color: #77675b; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 9px; text-transform: uppercase; }

.hrd-puppy-facts { padding: 82px 24px; background: #f4e5e1; }
.hrd-puppy-facts dl { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 42px 0 0; }
.hrd-puppy-facts dl > div { border: 1px solid rgba(243,154,31,.4); border-radius: 22px; padding: 20px; background: #f7efe5; text-align: center; }
.hrd-puppy-facts dt { color: #a51935; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hrd-puppy-facts dd { margin: 8px 0 0; font-family: var(--font-serif,Lora,serif); font-size: 17px; font-weight: 700; }
.hrd-puppy-notes { padding: 84px 24px; }
.hrd-puppy-notes > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.hrd-puppy-notes article { border: 1px solid rgba(243,154,31,.35); border-radius: 32px 38px 31px 36px; padding: 30px; }
.hrd-puppy-notes article > span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: rgba(243,154,31,.1); }
.hrd-puppy-notes svg { width: 39px; height: 39px; stroke: #f39a1f; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.hrd-puppy-notes h2 { margin: 22px 0 10px; font-family: var(--font-serif,Lora,serif); font-size: 22px; }
.hrd-puppy-notes p { margin: 0; color: #4f433a; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 12px; line-height: 1.75; }
.hrd-product-tabs { padding: 0 24px 82px; }
.hrd-product-tabs .woocommerce-tabs { clear: both; }
.hrd-product-tabs .wc-tabs { display: flex; gap: 8px; margin: 0 !important; padding: 0 !important; }
.hrd-product-tabs .wc-tabs::before { display: none !important; }
.hrd-product-tabs .wc-tabs li { border: 1px solid rgba(165,25,53,.2) !important; border-radius: 8px 8px 0 0 !important; margin: 0 !important; background: #f4e5e1 !important; }
.hrd-product-tabs .wc-tabs li.active { background: #a51935 !important; }
.hrd-product-tabs .wc-tabs li.active a { color: #fff !important; }
.hrd-product-tabs .wc-tabs li::before,
.hrd-product-tabs .wc-tabs li::after { display: none !important; }
.hrd-product-tabs .wc-tabs a { font-family: var(--font-sans,Montserrat,sans-serif) !important; font-size: 9px !important; letter-spacing: .07em; text-transform: uppercase; }
.hrd-product-tabs .woocommerce-Tabs-panel { border: 1px solid rgba(165,25,53,.15); border-radius: 0 20px 20px 20px; padding: 30px !important; font-family: var(--font-sans,Montserrat,sans-serif); font-size: 13px; line-height: 1.8; }
.hrd-related-puppies { padding: 78px 24px 105px; background: #f4e5e1; }
.hrd-related-puppies h2 { margin: 0 0 36px; font-family: var(--font-serif,Lora,serif); font-size: 38px; letter-spacing: -.04em; text-align: center; }
.hrd-related-puppies .products { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 0 !important; padding: 0 !important; }

/* WooCommerce cart, checkout, notices, account and form controls. */
.hrd-commerce-page .woocommerce { font-family: var(--font-sans,Montserrat,sans-serif); }
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error { border-top-color: #f39a1f; border-radius: 8px; background: #fff; color: #2f2822; font-size: 12px; }
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before { color: #a51935; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { min-height: 46px; border-radius: 5px !important; padding: 14px 20px !important; color: #fff !important; background: #a51935 !important; font-family: var(--font-sans,Montserrat,sans-serif) !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .07em; line-height: 1 !important; text-transform: uppercase; }
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt { background: #a51935 !important; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: #83162b !important; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid rgba(165,25,53,.16); border-radius: 14px; background: rgba(255,255,255,.28); }
.woocommerce table.shop_table th { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce table.shop_table td { font-size: 12px; }
.woocommerce table.shop_table img { width: 80px; border-radius: 12px; }
.woocommerce form .form-row label { margin-bottom: 6px; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single { min-height: 48px; border: 1px solid rgba(120,92,74,.3); border-radius: 6px; padding: 10px 13px; background: #fff; font-size: 13px; }
.woocommerce .col2-set,
.woocommerce-page .col2-set { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 { float: none; width: auto; }
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .woocommerce-additional-fields,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation { border: 1px solid rgba(243,154,31,.3); border-radius: 22px; padding: 25px; background: rgba(255,255,255,.3); }
.woocommerce h2,
.woocommerce h3 { font-family: var(--font-serif,Lora,serif); }
.woocommerce-MyAccount-navigation ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation a { display: block; border-radius: 7px; padding: 11px 13px; font-size: 11px; font-weight: 700; }
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover { color: #fff; background: #a51935; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 260px 1fr; gap: 28px; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }

@media (max-width: 1100px) {
  .hrd-process ol { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hrd-process li:nth-child(4), .hrd-process li:nth-child(5) { min-height: 250px; }
  .hrd-food-partner__panel { grid-template-columns: 125px 1fr; }
  .hrd-food-partner__products { grid-column: 1 / -1; width: min(550px,100%); margin: -10px auto -20px; }
  .hrd-contact-details > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-gallery__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hrd-puppy-facts dl { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .hrd-internal-hero { min-height: 560px; }
  .hrd-internal-hero__inner { width: min(100% - 36px,760px); padding: 80px 0 128px; }
  .hrd-internal-hero__shade { background: linear-gradient(90deg,rgba(5,13,7,.96),rgba(5,13,7,.75)); }
  .hrd-internal-hero__heart { display: none; }
  .hrd-split-story__inner,
  .hrd-media-copy__inner,
  .hrd-media-copy--reverse .hrd-media-copy__inner,
  .hrd-checklist__inner,
  .hrd-contact-form__inner,
  .hrd-contact-visit > div,
  .hrd-shop-intro > div,
  .hrd-puppy-profile__grid,
  .hrd-internal-cta__inner { grid-template-columns: 1fr; }
  .hrd-split-story__media { min-height: 520px; }
  .hrd-card-grid--three,
  .hrd-review-grid,
  .hrd-shop-loop .products,
  .hrd-related-puppies .products,
  .hrd-puppy-notes > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-stage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-process ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-process li { min-height: 260px; }
  .hrd-media-copy figure { order: -1; height: 480px; }
  .hrd-media-copy--reverse figure { order: 0; }
  .hrd-food-partner__panel { grid-template-columns: 110px 1fr; padding: 38px; }
  .hrd-gallery__grid { grid-auto-rows: 215px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-gallery__item:nth-child(4), .hrd-gallery__item:nth-child(10) { grid-row: span 1; }
  .hrd-puppy-profile__summary { padding-top: 0; }
  .hrd-puppy-facts dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hrd-internal-cta figure { position: absolute; inset: 0; opacity: .24; }
  .hrd-internal-cta figure img { mask-image: none; }
  .hrd-internal-cta__copy { padding: 55px 42px; }
  .hrd-post-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hrd-internal-hero { min-height: 590px; }
  .hrd-internal-hero__inner { width: calc(100% - 32px); padding-top: 78px; }
  .hrd-internal-hero__crumbs { margin-bottom: 32px; font-size: 8px; }
  .hrd-internal-hero__title > span { font-size: 43px; }
  .hrd-internal-hero__title > em { font-size: 37px; }
  .hrd-internal-hero__intro { font-size: 13px; line-height: 1.7; }
  .hrd-split-story,
  .hrd-media-copy,
  .hrd-card-section,
  .hrd-stage-section,
  .hrd-intro-center,
  .hrd-listing-page__section,
  .hrd-content-page__section { padding: 66px 16px; }
  .hrd-split-story__media { min-height: 390px; }
  .hrd-split-story__primary { right: 8%; }
  .hrd-split-story__secondary { width: 48%; height: 45%; }
  .hrd-card-grid--three,
  .hrd-review-grid,
  .hrd-shop-loop .products,
  .hrd-related-puppies .products,
  .hrd-puppy-notes > div,
  .hrd-stage-grid,
  .hrd-process ol,
  .hrd-checklist ul,
  .hrd-post-list { grid-template-columns: 1fr; }
  .hrd-internal-card { min-height: 0; }
  .hrd-timeline { padding: 70px 16px; }
  .hrd-timeline ol::before { left: 30px; }
  .hrd-timeline li { grid-template-columns: 62px 1fr; gap: 16px; }
  .hrd-timeline__year { width: 62px; height: 45px; font-size: 19px; }
  .hrd-process { padding: 70px 16px; }
  .hrd-process li { min-height: 0; }
  .hrd-media-copy figure { height: 360px; }
  .hrd-checklist { padding: 68px 16px; }
  .hrd-food-partner { padding: 64px 16px 78px; }
  .hrd-food-partner__panel { grid-template-columns: 1fr; gap: 18px; border-radius: 34px; padding: 30px 24px; text-align: center; }
  .hrd-food-partner__logo img { width: 95px; }
  .hrd-food-partner__products { grid-column: auto; }
  .hrd-disclaimer { padding: 0 16px 64px; }
  .hrd-promise > div { grid-template-columns: 1fr; text-align: center; }
  .hrd-promise > div > span { margin: auto; }
  .hrd-gallery { padding: 0 16px 76px; }
  .hrd-gallery__grid { grid-auto-rows: 190px; gap: 12px; }
  .hrd-gallery__item:nth-child(1), .hrd-gallery__item:nth-child(7) { grid-column: span 2; grid-row: span 1; }
  .hrd-contact-details { padding: 0 16px 68px; }
  .hrd-contact-details > div { grid-template-columns: 1fr; }
  .hrd-contact-details a, .hrd-contact-details article { min-height: 180px; }
  .hrd-contact-form { padding: 68px 16px; }
  .hrd-contact-form__card { min-height: 0; padding: 24px; }
  .hrd-contact-visit { padding: 70px 16px; }
  .hrd-contact-map, .hrd-contact-map iframe, .hrd-contact-map > div { min-height: 320px; height: 320px; }
  .hrd-internal-faq { padding: 68px 16px 78px; }
  .hrd-internal-faq__item summary { font-size: 15px; }
  .hrd-internal-cta { padding: 64px 16px 84px; }
  .hrd-internal-cta__inner { min-height: 420px; border-radius: 35px; }
  .hrd-internal-cta__copy { padding: 42px 26px; }
  .hrd-internal-cta .hrd-primary-button { min-width: 0; width: 100%; }
  .hrd-shop-intro { padding: 68px 16px 35px; }
  .hrd-shop-loop { padding: 15px 16px 80px; }
  .hrd-product-card__media { height: 330px; }
  .hrd-puppy-profile { padding: 70px 16px 78px; }
  .hrd-puppy-profile__grid { gap: 36px; }
  .hrd-puppy-profile__summary h1 { font-size: 49px; }
  .hrd-puppy-facts { padding: 70px 16px; }
  .hrd-puppy-facts dl { grid-template-columns: 1fr; }
  .hrd-puppy-notes { padding: 70px 16px; }
  .hrd-product-tabs { padding: 0 16px 70px; }
  .hrd-product-tabs .wc-tabs { flex-wrap: wrap; }
  .hrd-related-puppies { padding: 68px 16px 84px; }
  .woocommerce .col2-set, .woocommerce-page .col2-set { grid-template-columns: 1fr; }
  .hrd-404-page__content { padding: 68px 16px 90px; }
  .hrd-404-page__content > div > div { flex-direction: column; }
  .hrd-search-form { flex-direction: column; }
  .hrd-search-form button { min-height: 48px; }
}


/* WooCommerce Cart and Checkout blocks (modern block-based system pages). */
.hrd-commerce-page .wc-block-cart,
.hrd-commerce-page .wc-block-checkout,
.hrd-commerce-page .wc-block-components-form,
.hrd-commerce-page .wc-block-components-order-summary {
  color: #2f2822;
  font-family: var(--font-sans, Montserrat, sans-serif);
}

.hrd-commerce-page .wc-block-components-sidebar-layout {
  gap: clamp(24px, 4vw, 48px);
}

.hrd-commerce-page .wc-block-components-main,
.hrd-commerce-page .wc-block-components-sidebar,
.hrd-commerce-page .wc-block-components-totals-wrapper,
.hrd-commerce-page .wc-block-components-order-summary,
.hrd-commerce-page .wc-block-checkout__order-notes,
.hrd-commerce-page .wc-block-checkout__contact-fields,
.hrd-commerce-page .wc-block-checkout__shipping-fields,
.hrd-commerce-page .wc-block-checkout__billing-fields,
.hrd-commerce-page .wc-block-checkout__payment-method,
.hrd-commerce-page .wc-block-components-address-card {
  border-color: rgba(243,154,31,.3);
  border-radius: 20px;
  background: rgba(255,255,255,.32);
}

.hrd-commerce-page .wc-block-components-sidebar,
.hrd-commerce-page .wc-block-components-order-summary,
.hrd-commerce-page .wc-block-checkout__order-notes,
.hrd-commerce-page .wc-block-checkout__contact-fields,
.hrd-commerce-page .wc-block-checkout__shipping-fields,
.hrd-commerce-page .wc-block-checkout__billing-fields,
.hrd-commerce-page .wc-block-checkout__payment-method {
  padding: 22px;
}

.hrd-commerce-page .wc-block-components-title,
.hrd-commerce-page .wc-block-components-checkout-step__heading,
.hrd-commerce-page .wc-block-cart-items__header,
.hrd-commerce-page .wc-block-components-totals-item__label,
.hrd-commerce-page .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  color: #17130f;
  font-family: var(--font-serif, Lora, serif);
  font-weight: 700;
  letter-spacing: -.025em;
}

.hrd-commerce-page .wc-block-components-text-input input,
.hrd-commerce-page .wc-block-components-combobox .wc-block-components-combobox-control input,
.hrd-commerce-page .wc-block-components-address-form__address_2-toggle,
.hrd-commerce-page .wc-block-components-textarea,
.hrd-commerce-page .wc-block-components-select .wc-block-components-select__container {
  min-height: 50px;
  border: 1px solid rgba(120,92,74,.3);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.hrd-commerce-page .wc-block-components-button,
.hrd-commerce-page .wc-block-cart__submit-button,
.hrd-commerce-page .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #a51935;
  font-family: var(--font-sans, Montserrat, sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .18s ease, transform .18s ease;
}

.hrd-commerce-page .wc-block-components-button:hover,
.hrd-commerce-page .wc-block-components-button:focus-visible,
.hrd-commerce-page .wc-block-cart__submit-button:hover,
.hrd-commerce-page .wc-block-components-checkout-place-order-button:hover {
  color: #fff;
  background: #83162b;
  transform: translateY(-1px);
}

.hrd-commerce-page .wc-block-cart-item__image img,
.hrd-commerce-page .wc-block-components-order-summary-item__image img {
  border: 1px solid rgba(243,154,31,.35);
  border-radius: 14px;
}

.hrd-commerce-page .wc-block-components-product-name,
.hrd-commerce-page .wc-block-cart-item__product .wc-block-components-product-name {
  color: #17130f;
  font-family: var(--font-serif, Lora, serif);
  font-weight: 700;
}

.hrd-commerce-page .wc-block-formatted-money-amount,
.hrd-commerce-page .wc-block-components-product-price,
.hrd-commerce-page .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #a51935;
  font-family: var(--font-serif, Lora, serif);
  font-weight: 700;
}

.hrd-commerce-page .wc-block-components-notice-banner {
  border-color: #f39a1f;
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
}

.hrd-commerce-page .wc-block-cart-items,
.hrd-commerce-page .wc-block-cart-items th,
.hrd-commerce-page .wc-block-cart-items td {
  border-color: rgba(165,25,53,.12);
}

@media (max-width: 781px) {
  .hrd-commerce-page .wc-block-components-sidebar,
  .hrd-commerce-page .wc-block-components-order-summary,
  .hrd-commerce-page .wc-block-checkout__order-notes,
  .hrd-commerce-page .wc-block-checkout__contact-fields,
  .hrd-commerce-page .wc-block-checkout__shipping-fields,
  .hrd-commerce-page .wc-block-checkout__billing-fields,
  .hrd-commerce-page .wc-block-checkout__payment-method {
    padding: 18px;
  }
}
