/* AXIA FAQ Page V4 — standalone stylesheet */
html {
  scroll-behavior: smooth;
}

html.axfaq-nav-open,
html.axfaq-nav-open body {
  overflow: hidden;
}

body.axia-faq-template {
  min-width: 320px;
  margin: 0;
  background: #fbf9f4;
}

body.axia-faq-template button,
body.axia-faq-template input,
body.axia-faq-template textarea,
body.axia-faq-template select {
  font: inherit;
}

#axfaq-v4 {
    --axfaq-deep: #102d23;
    --axfaq-pine: #173d2d;
    --axfaq-forest: #24523d;
    --axfaq-ivory: #f5f0e6;
    --axfaq-paper: #fbf9f4;
    --axfaq-white: #fffdf8;
    --axfaq-sage: #e9eee4;
    --axfaq-gold: #b69a62;
    --axfaq-gold-dark: #795d27;
    --axfaq-ink: #26332d;
    --axfaq-muted: #56645d;
    --axfaq-line: rgba(16, 45, 35, 0.17);
    --axfaq-shadow: 0 24px 70px rgba(21, 39, 31, 0.12);
    --axfaq-serif: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    --axfaq-sans: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

    width: 100%;
    margin: 0;
    overflow-x: hidden;
    color: var(--axfaq-ink);
    background: var(--axfaq-paper);
    font-family: var(--axfaq-sans);
    font-size: 17px;
    line-height: 1.95;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  #axfaq-v4,
  #axfaq-v4 *,
  #axfaq-v4 *::before,
  #axfaq-v4 *::after {
    box-sizing: border-box;
  }

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

  #axfaq-v4 a {
    color: inherit;
    text-decoration: none;
  }

  #axfaq-v4 p,
  #axfaq-v4 h1,
  #axfaq-v4 h2,
  #axfaq-v4 h3,
  #axfaq-v4 figure,
  #axfaq-v4 ul {
    margin-top: 0;
  }

  #axfaq-v4 button,
  #axfaq-v4 a,
  #axfaq-v4 summary {
    -webkit-tap-highlight-color: transparent;
  }

  #axfaq-v4 :focus-visible {
    outline: 3px solid var(--axfaq-white);
    outline-offset: 2px;
    box-shadow: 0 0 0 6px var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-shell {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto;
  }

  #axfaq-v4 .axfaq-skip {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 18px;
    color: var(--axfaq-deep);
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-gold);
    transform: translateY(-160%);
  }

  #axfaq-v4 .axfaq-skip:focus {
    transform: translateY(0);
  }

  /* HEADER */
  #axfaq-v4 .axfaq-header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 92px;
    background: rgba(251, 249, 244, 0.94);
    border-bottom: 1px solid rgba(16, 45, 35, 0.11);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  #axfaq-v4 .axfaq-header__inner {
    display: flex;
    width: min(1380px, calc(100% - 64px));
    height: 100%;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
  }

  #axfaq-v4 .axfaq-logo {
    position: relative;
    z-index: 102;
    display: inline-flex;
    width: 138px;
    align-items: center;
  }

  #axfaq-v4 .axfaq-logo img {
    width: 100%;
    height: auto;
  }

  #axfaq-v4 .axfaq-nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 30px);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.055em;
  }

  #axfaq-v4 .axfaq-nav > a:not(.axfaq-nav__contact),
  #axfaq-v4 .axfaq-nav > a:not(.axfaq-nav__contact):visited {
    position: relative;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    color: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-nav > a:not(.axfaq-nav__contact)::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--axfaq-gold-dark);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
  }

  #axfaq-v4 .axfaq-nav > a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  #axfaq-v4 a.axfaq-nav__contact,
  #axfaq-v4 a.axfaq-nav__contact:visited {
    display: inline-flex;
    min-height: 48px;
    padding-inline: 22px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--axfaq-white);
    background: var(--axfaq-deep);
    border: 1px solid var(--axfaq-deep);
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  #axfaq-v4 a.axfaq-nav__contact:hover {
    color: var(--axfaq-deep);
    background: var(--axfaq-paper);
  }

#axfaq-v4 .axfaq-menu,
#axfaq-v4 .axfaq-menu[hidden] {
  display: none;
}

  /* HERO */
  #axfaq-v4 .axfaq-hero {
    position: relative;
    min-height: 760px;
    padding: 164px 0 122px;
    overflow: hidden;
    color: var(--axfaq-white);
    background:
      radial-gradient(circle at 82% 14%, rgba(182, 154, 98, 0.22), transparent 27%),
      radial-gradient(circle at 12% 88%, rgba(255, 253, 248, 0.08), transparent 31%),
      linear-gradient(135deg, #0d2b22 0%, #173d2d 55%, #214a38 100%);
  }

  #axfaq-v4 .axfaq-hero::before,
  #axfaq-v4 .axfaq-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(217, 195, 146, 0.18);
    border-radius: 50%;
    pointer-events: none;
  }

  #axfaq-v4 .axfaq-hero::before {
    top: 72px;
    right: -170px;
    width: 540px;
    height: 540px;
  }

  #axfaq-v4 .axfaq-hero::after {
    bottom: -290px;
    left: 20%;
    width: 520px;
    height: 520px;
    border-color: rgba(255, 253, 248, 0.09);
  }

  #axfaq-v4 .axfaq-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 474px;
    align-items: center;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
    gap: clamp(56px, 7vw, 105px);
  }

  #axfaq-v4 .axfaq-eyebrow,
  #axfaq-v4 .axfaq-kicker {
    margin-bottom: 18px;
    color: var(--axfaq-gold-dark);
    font-family: var(--axfaq-sans);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }

  #axfaq-v4 .axfaq-hero .axfaq-eyebrow {
    color: #d9c392;
  }

  #axfaq-v4 .axfaq-hero__name {
    margin-bottom: 12px;
    color: rgba(255, 253, 248, 0.82);
    font-family: var(--axfaq-serif);
    font-size: 17px;
    letter-spacing: 0.13em;
  }

  #axfaq-v4 .axfaq-hero h1 {
    margin: 0 0 28px;
    color: var(--axfaq-white);
    font-family: var(--axfaq-serif);
    font-size: clamp(45px, 5.6vw, 72px);
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.055em;
  }

  #axfaq-v4 .axfaq-hero h1 span {
    display: block;
  }

  #axfaq-v4 .axfaq-hero__lead {
    max-width: 720px;
    margin-bottom: 34px;
    color: rgba(255, 253, 248, 0.89);
    font-size: 18px;
    line-height: 2;
  }

  #axfaq-v4 .axfaq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  #axfaq-v4 .axfaq-button {
    display: inline-flex;
    min-height: 58px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--axfaq-deep);
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  }

  #axfaq-v4 .axfaq-button--outline {
    color: var(--axfaq-white);
    background: transparent;
    border-color: rgba(255, 253, 248, 0.7);
  }

  #axfaq-v4 .axfaq-button--dark {
    width: 100%;
    color: var(--axfaq-white);
    background: var(--axfaq-deep);
    border-color: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-hero__contact {
    position: relative;
    padding: 40px 38px;
    color: var(--axfaq-ink);
    background: rgba(255, 253, 248, 0.97);
    border-top: 4px solid var(--axfaq-gold);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  }

  #axfaq-v4 .axfaq-hero__contact-kicker {
    margin-bottom: 13px;
    color: var(--axfaq-gold-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  #axfaq-v4 .axfaq-hero__contact h2 {
    margin: 0 0 16px;
    color: var(--axfaq-deep);
    font-family: var(--axfaq-serif);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  #axfaq-v4 .axfaq-hero__contact > p:not(.axfaq-hero__contact-kicker):not(.axfaq-hero__hours) {
    margin-bottom: 22px;
    color: var(--axfaq-muted);
    font-size: 15px;
    line-height: 1.9;
  }

  #axfaq-v4 .axfaq-hero__phone {
    display: block;
    margin-bottom: 8px;
    color: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-hero__phone small {
    display: block;
    margin-bottom: 2px;
    color: var(--axfaq-muted);
    font-size: 12px;
    font-weight: 700;
  }

  #axfaq-v4 .axfaq-hero__phone strong {
    display: block;
    white-space: nowrap;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(31px, 3.4vw, 42px);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  #axfaq-v4 .axfaq-hero__hours {
    margin-bottom: 22px;
    color: var(--axfaq-muted);
    font-size: 13px;
    line-height: 1.75;
  }

  #axfaq-v4 .axfaq-hero__form {
    display: inline-flex;
    min-height: 50px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--axfaq-white);
    background: var(--axfaq-deep);
    font-size: 14px;
    font-weight: 700;
  }

  /* FIRST GUIDE */
  #axfaq-v4 .axfaq-first {
    position: relative;
    z-index: 5;
    margin-top: -54px;
  }

  #axfaq-v4 .axfaq-first__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-line);
    box-shadow: var(--axfaq-shadow);
  }

  #axfaq-v4 .axfaq-guide-card {
    min-height: 220px;
    padding: 34px 32px;
    border-right: 1px solid var(--axfaq-line);
  }

  #axfaq-v4 .axfaq-guide-card:last-child {
    border-right: 0;
  }

  #axfaq-v4 .axfaq-guide-card__number {
    display: block;
    margin-bottom: 13px;
    color: var(--axfaq-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: 0.12em;
  }

  #axfaq-v4 .axfaq-guide-card h2 {
    margin: 0 0 12px;
    color: var(--axfaq-deep);
    font-family: var(--axfaq-serif);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.55;
  }

  #axfaq-v4 .axfaq-guide-card p {
    margin-bottom: 0;
    color: var(--axfaq-muted);
    font-size: 15.5px;
    line-height: 1.85;
  }

  /* COMMON SECTION HEAD */
  #axfaq-v4 .axfaq-section-head {
    max-width: 860px;
    margin-bottom: 38px;
  }

  #axfaq-v4 .axfaq-section-head--center {
    margin-inline: auto;
    text-align: center;
  }

  #axfaq-v4 .axfaq-section-head h2,
  #axfaq-v4 .axfaq-contact h2 {
    margin: 0 0 16px;
    color: var(--axfaq-deep);
    font-family: var(--axfaq-serif);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.045em;
  }

  #axfaq-v4 .axfaq-section-head > p:last-child {
    margin-bottom: 0;
    color: var(--axfaq-muted);
    font-size: 16px;
  }

  /* CATEGORY NAV */
  #axfaq-v4 .axfaq-categories {
    padding: 118px 0 92px;
    background:
      radial-gradient(circle at 10% 10%, rgba(182, 154, 98, 0.09), transparent 26%),
      var(--axfaq-paper);
    scroll-margin-top: 92px;
  }

  #axfaq-v4 .axfaq-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  #axfaq-v4 .axfaq-category-grid a {
    display: grid;
    min-height: 112px;
    padding: 20px;
    align-content: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    color: var(--axfaq-deep);
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-line);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  #axfaq-v4 .axfaq-category-grid a > span {
    color: var(--axfaq-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
  }

  #axfaq-v4 .axfaq-category-grid a > strong {
    font-size: 15px;
    line-height: 1.55;
  }

  #axfaq-v4 .axfaq-category-grid a > i {
    color: var(--axfaq-gold-dark);
    font-size: 16px;
    font-style: normal;
  }

  #axfaq-v4 .axfaq-controls {
    display: flex;
    margin-top: 28px;
    padding-top: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--axfaq-line);
  }

  #axfaq-v4 .axfaq-controls p {
    margin-bottom: 0;
    color: var(--axfaq-muted);
    font-size: 14px;
  }

  #axfaq-v4 .axfaq-controls > div {
    display: flex;
    gap: 9px;
  }

  #axfaq-v4 .axfaq-controls button {
    min-height: 44px;
    padding: 9px 15px;
    color: var(--axfaq-deep);
    background: transparent;
    border: 1px solid var(--axfaq-line);
    font-family: var(--axfaq-sans);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  /* FAQ SECTIONS */
  #axfaq-v4 .axfaq-faq-section {
    padding: 92px 0;
    background: var(--axfaq-paper);
    border-top: 1px solid var(--axfaq-line);
    scroll-margin-top: 92px;
  }

  #axfaq-v4 .axfaq-faq-section.is-cream {
    background: var(--axfaq-ivory);
  }

  #axfaq-v4 .axfaq-faq-inner {
    width: min(1000px, calc(100% - 64px));
    margin-inline: auto;
  }

  #axfaq-v4 .axfaq-faq-head {
    display: grid;
    margin-bottom: 36px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 24px;
  }

  #axfaq-v4 .axfaq-faq-head__number {
    padding-top: 8px;
    color: var(--axfaq-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.08em;
  }

  #axfaq-v4 .axfaq-faq-head h2 {
    margin: 0 0 10px;
    color: var(--axfaq-deep);
    font-family: var(--axfaq-serif);
    font-size: clamp(31px, 3.8vw, 45px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.045em;
  }

  #axfaq-v4 .axfaq-faq-head > div:last-child > p:last-child {
    margin-bottom: 0;
    color: var(--axfaq-muted);
    font-size: 16px;
  }

  #axfaq-v4 .axfaq-list {
    display: grid;
    gap: 12px;
  }

  #axfaq-v4 .axfaq-item {
    overflow: hidden;
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-line);
    box-shadow: 0 8px 24px rgba(21, 39, 31, 0.04);
  }

  #axfaq-v4 .axfaq-item > summary {
    display: grid;
    min-height: 80px;
    padding: 18px 22px;
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 14px;
    color: var(--axfaq-ink);
    background: var(--axfaq-white);
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
  }

  #axfaq-v4 .axfaq-item > summary::-webkit-details-marker {
    display: none;
  }

  #axfaq-v4 .axfaq-q,
  #axfaq-v4 .axfaq-a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
  }

  #axfaq-v4 .axfaq-q {
    color: var(--axfaq-white);
    background: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-a {
    color: var(--axfaq-deep);
    background: var(--axfaq-sage);
  }

  #axfaq-v4 .axfaq-item > summary > i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    color: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-item > summary > i::before,
  #axfaq-v4 .axfaq-item > summary > i::after {
    position: absolute;
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
    content: "";
    background: currentColor;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  #axfaq-v4 .axfaq-item > summary > i::after {
    transform: rotate(90deg);
  }

  #axfaq-v4 .axfaq-item[open] > summary {
    color: var(--axfaq-deep);
    background: #f2eee3;
    border-bottom: 1px solid var(--axfaq-line);
  }

  #axfaq-v4 .axfaq-item[open] > summary > i::after {
    opacity: 0;
    transform: rotate(0);
  }

  #axfaq-v4 .axfaq-answer {
    display: grid;
    padding: 26px 22px 30px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    color: var(--axfaq-ink);
    background: var(--axfaq-white);
  }

  #axfaq-v4 .axfaq-answer > div {
    min-width: 0;
    max-width: 50em;
  }

  #axfaq-v4 .axfaq-answer p {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.95;
  }

  #axfaq-v4 .axfaq-answer p:last-child {
    margin-bottom: 0;
  }

  #axfaq-v4 .axfaq-answer ul {
    margin-bottom: 18px;
    padding-left: 1.35em;
  }

  #axfaq-v4 .axfaq-answer li {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.85;
  }

  #axfaq-v4 .axfaq-answer a {
    color: var(--axfaq-deep);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--axfaq-gold);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  #axfaq-v4 .axfaq-answer strong {
    color: var(--axfaq-deep);
  }

  #axfaq-v4 .axfaq-note {
    padding: 15px 17px;
    color: var(--axfaq-ink);
    background: var(--axfaq-ivory);
    border-left: 4px solid var(--axfaq-gold);
    font-size: 15.5px;
  }

  #axfaq-v4 .axfaq-ingredient-list {
    display: grid;
    padding: 18px 22px 18px 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 26px;
    background: var(--axfaq-paper);
    border: 1px solid var(--axfaq-line);
  }

  /* CONTACT */
  #axfaq-v4 .axfaq-contact {
    padding: 110px 0;
    color: var(--axfaq-white);
    background:
      radial-gradient(circle at 15% 90%, rgba(255, 253, 248, 0.08), transparent 30%),
      linear-gradient(135deg, #0d2b22, #173d2d);
    scroll-margin-top: 92px;
  }

  #axfaq-v4 .axfaq-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
  }

  #axfaq-v4 .axfaq-contact .axfaq-kicker {
    color: #d9c392;
  }

  #axfaq-v4 .axfaq-contact h2 {
    color: var(--axfaq-white);
  }

  #axfaq-v4 .axfaq-contact__lead {
    margin-bottom: 0;
    color: rgba(255, 253, 248, 0.86);
    font-size: 17px;
    line-height: 2;
  }

  #axfaq-v4 .axfaq-contact__box {
    padding: 34px;
    color: var(--axfaq-ink);
    background: var(--axfaq-white);
    border-top: 4px solid var(--axfaq-gold);
    box-shadow: var(--axfaq-shadow);
  }

  #axfaq-v4 .axfaq-contact__label {
    margin-bottom: 4px;
    color: var(--axfaq-muted);
    font-size: 13px;
    font-weight: 700;
  }

  #axfaq-v4 .axfaq-contact__phone {
    display: inline-block;
    margin-bottom: 8px;
    white-space: nowrap;
    color: var(--axfaq-deep);
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(32px, 4vw, 43px);
    font-weight: 700;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    line-height: 1.25;
    letter-spacing: 0.02em;
  }

  #axfaq-v4 .axfaq-contact__hours {
    margin-bottom: 22px;
    color: var(--axfaq-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  /* RELATED */
  #axfaq-v4 .axfaq-related {
    padding: 98px 0 110px;
    background: var(--axfaq-paper);
  }

  #axfaq-v4 .axfaq-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  #axfaq-v4 .axfaq-related__grid a {
    display: flex;
    min-height: 172px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    color: var(--axfaq-deep);
    background: var(--axfaq-white);
    border: 1px solid var(--axfaq-line);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  #axfaq-v4 .axfaq-related__grid small {
    color: var(--axfaq-gold-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
  }

  #axfaq-v4 .axfaq-related__grid strong {
    font-size: 17px;
    line-height: 1.65;
  }

  #axfaq-v4 .axfaq-related__grid span {
    align-self: flex-end;
    color: var(--axfaq-gold-dark);
    font-size: 20px;
  }

  /* FOOTER */
  #axfaq-v4 .axfaq-footer {
    padding: 76px 0 32px;
    color: rgba(255, 253, 248, 0.72);
    background: #081f18;
  }

  #axfaq-v4 .axfaq-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, 1fr);
    gap: 60px;
  }

  #axfaq-v4 .axfaq-logo--footer {
    width: 158px;
    filter: brightness(0) invert(1);
    opacity: 0.92;
  }

  #axfaq-v4 .axfaq-footer__brand > p {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 2;
  }

  #axfaq-v4 .axfaq-footer__heading {
    margin-bottom: 24px;
    color: #d9c392;
    font-family: var(--axfaq-serif);
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  #axfaq-v4 .axfaq-footer nav {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 14px;
  }

  #axfaq-v4 .axfaq-footer nav a,
  #axfaq-v4 .axfaq-footer nav a:visited,
  #axfaq-v4 .axfaq-footer__legal a,
  #axfaq-v4 .axfaq-footer__legal a:visited {
    color: rgba(255, 253, 248, 0.72);
  }

  #axfaq-v4 .axfaq-footer__legal {
    display: flex;
    margin-top: 60px;
    padding-top: 28px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    color: rgba(255, 253, 248, 0.62);
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    font-size: 12px;
    line-height: 1.9;
  }

  #axfaq-v4 .axfaq-footer__legal > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  #axfaq-v4 .axfaq-footer__legal p {
    margin-bottom: 0;
    white-space: nowrap;
  }

  /* HOVER */
  @media (hover: hover) {
    #axfaq-v4 .axfaq-button:hover,
    #axfaq-v4 .axfaq-category-grid a:hover,
    #axfaq-v4 .axfaq-related__grid a:hover {
      transform: translateY(-2px);
    }

    #axfaq-v4 .axfaq-button--light:hover {
      color: var(--axfaq-deep);
      background: #f1ecdf;
    }

    #axfaq-v4 .axfaq-button--outline:hover {
      color: var(--axfaq-white);
      background: rgba(255, 253, 248, 0.1);
    }

    #axfaq-v4 .axfaq-category-grid a:hover,
    #axfaq-v4 .axfaq-related__grid a:hover {
      color: var(--axfaq-deep);
      border-color: var(--axfaq-gold);
      box-shadow: 0 14px 34px rgba(21, 39, 31, 0.09);
    }

    #axfaq-v4 .axfaq-item > summary:hover {
      color: var(--axfaq-deep);
      background: #f7f4ed;
    }

    #axfaq-v4 .axfaq-controls button:hover {
      color: var(--axfaq-white);
      background: var(--axfaq-deep);
    }

    #axfaq-v4 .axfaq-footer nav a:hover,
    #axfaq-v4 .axfaq-footer__legal a:hover {
      color: var(--axfaq-white);
    }
  }

  /* TABLET */
  @media (max-width: 1080px) {
    #axfaq-v4 .axfaq-nav {
      gap: 14px;
      font-size: 13px;
    }

    #axfaq-v4 a.axfaq-nav__contact {
      padding-inline: 16px;
    }

    #axfaq-v4 .axfaq-hero__grid {
      grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
      gap: 45px;
    }

    #axfaq-v4 .axfaq-category-grid,
    #axfaq-v4 .axfaq-related__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    #axfaq-v4 .axfaq-header {
      height: 78px;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
    }

    #axfaq-v4 .axfaq-header__inner {
      width: min(100% - 40px, 1200px);
    }

    #axfaq-v4 .axfaq-logo {
      width: 122px;
    }

    #axfaq-v4.is-nav-enhanced .axfaq-menu:not([hidden]) {
      position: relative;
      z-index: 102;
      display: grid;
      width: 52px;
      height: 52px;
      padding: 0;
      place-items: center;
      background: transparent;
      border: 0;
      cursor: pointer;
    }

    #axfaq-v4 .axfaq-menu span {
      position: absolute;
      width: 27px;
      height: 1px;
      background: var(--axfaq-deep);
      transition: transform 0.25s ease;
    }

    #axfaq-v4 .axfaq-menu span:first-child {
      transform: translateY(-5px);
    }

    #axfaq-v4 .axfaq-menu span:last-child {
      transform: translateY(5px);
    }

    #axfaq-v4 .axfaq-header.is-open .axfaq-menu span:first-child {
      transform: rotate(45deg);
    }

    #axfaq-v4 .axfaq-header.is-open .axfaq-menu span:last-child {
      transform: rotate(-45deg);
    }

    #axfaq-v4.is-nav-enhanced .axfaq-nav {
      position: fixed;
      z-index: 101;
      inset: 0;
      display: none;
      padding: 112px 30px 44px;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      overflow-y: auto;
      background: rgba(249, 247, 240, 0.99);
    }

    #axfaq-v4.is-nav-enhanced .axfaq-header.is-open .axfaq-nav {
      display: flex;
    }

    #axfaq-v4:not(.is-nav-enhanced) .axfaq-header {
      position: relative;
      height: auto;
    }

    #axfaq-v4:not(.is-nav-enhanced) .axfaq-header__inner {
      min-height: 78px;
      padding-block: 10px;
      flex-wrap: wrap;
      gap: 4px 20px;
    }

    #axfaq-v4:not(.is-nav-enhanced) .axfaq-nav {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0 16px;
    }

    #axfaq-v4:not(.is-nav-enhanced) .axfaq-nav > a:not(.axfaq-nav__contact) {
      min-height: 44px;
      border-bottom: 0;
      font-family: var(--axfaq-sans);
      font-size: 13px;
    }

    #axfaq-v4:not(.is-nav-enhanced) a.axfaq-nav__contact {
      min-height: 44px;
      margin-top: 0;
      padding-inline: 16px;
      font-size: 13px;
    }

    #axfaq-v4:not(.is-nav-enhanced) .axfaq-hero {
      padding-top: 76px;
    }

    #axfaq-v4 .axfaq-nav > a:not(.axfaq-nav__contact) {
      min-height: 60px;
      justify-content: center;
      color: var(--axfaq-deep);
      border-bottom: 1px solid var(--axfaq-line);
      font-family: var(--axfaq-serif);
      font-size: 18px;
    }

    #axfaq-v4 a.axfaq-nav__contact {
      min-height: 60px;
      margin-top: 28px;
      font-size: 17px;
    }

    #axfaq-v4 .axfaq-hero {
      min-height: auto;
      padding: 132px 0 110px;
    }

    #axfaq-v4 .axfaq-hero__grid {
      grid-template-columns: 1fr;
      gap: 54px;
    }

    #axfaq-v4 .axfaq-hero__copy,
    #axfaq-v4 .axfaq-hero__contact {
      max-width: 720px;
    }

    #axfaq-v4 .axfaq-first {
      margin-top: -34px;
    }

    #axfaq-v4 .axfaq-first__grid {
      grid-template-columns: 1fr;
    }

    #axfaq-v4 .axfaq-guide-card {
      min-height: 0;
      border-right: 0;
      border-bottom: 1px solid var(--axfaq-line);
    }

    #axfaq-v4 .axfaq-guide-card:last-child {
      border-bottom: 0;
    }

    #axfaq-v4 .axfaq-contact__grid {
      grid-template-columns: 1fr;
    }

    #axfaq-v4 .axfaq-contact__box {
      max-width: 620px;
    }

    #axfaq-v4 .axfaq-footer__main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 42px 30px;
    }

    #axfaq-v4 .axfaq-footer__brand {
      grid-column: 1 / -1;
    }
  }

  /* MOBILE */
  @media (max-width: 680px) {
    #axfaq-v4 {
      font-size: 16px;
      line-height: 1.9;
    }

    #axfaq-v4 .axfaq-shell,
    #axfaq-v4 .axfaq-faq-inner {
      width: min(100% - 32px, 1200px);
    }

    #axfaq-v4 .axfaq-hero {
      padding: 114px 0 78px;
    }

    #axfaq-v4 .axfaq-eyebrow,
    #axfaq-v4 .axfaq-kicker {
      margin-bottom: 14px;
      font-size: 10.5px;
      letter-spacing: 0.17em;
    }

    #axfaq-v4 .axfaq-hero__name {
      margin-bottom: 10px;
      font-size: 14px;
    }

    #axfaq-v4 .axfaq-hero h1 {
      margin-bottom: 24px;
      font-size: clamp(35px, 10.5vw, 46px);
      line-height: 1.5;
      letter-spacing: 0.045em;
    }

    #axfaq-v4 .axfaq-hero__lead {
      margin-bottom: 28px;
      font-size: 16.5px;
      line-height: 1.95;
    }

    #axfaq-v4 .axfaq-actions {
      flex-direction: column;
    }

    #axfaq-v4 .axfaq-actions .axfaq-button {
      width: 100%;
    }

    #axfaq-v4 .axfaq-hero__contact {
      padding: 25px 22px;
    }

    #axfaq-v4 .axfaq-hero__contact h2 {
      display: none;
    }

    #axfaq-v4 .axfaq-hero__contact > p:not(.axfaq-hero__contact-kicker):not(.axfaq-hero__hours) {
      display: none;
    }

    #axfaq-v4 .axfaq-hero__phone strong {
      font-size: 34px;
    }

    #axfaq-v4 .axfaq-first {
      margin-top: 0;
      padding-top: 18px;
    }

    #axfaq-v4 .axfaq-guide-card {
      padding: 27px 24px;
    }

    #axfaq-v4 .axfaq-categories {
      padding: 76px 0 66px;
      scroll-margin-top: 78px;
    }

    #axfaq-v4 .axfaq-section-head h2,
    #axfaq-v4 .axfaq-contact h2 {
      font-size: 30px;
    }

    #axfaq-v4 .axfaq-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }

    #axfaq-v4 .axfaq-category-grid a {
      min-height: 94px;
      padding: 13px;
      gap: 9px;
    }

    #axfaq-v4 .axfaq-category-grid a > strong {
      font-size: 16px;
    }

    #axfaq-v4 .axfaq-controls {
      align-items: stretch;
      flex-direction: column;
    }

    #axfaq-v4 .axfaq-controls > div {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    #axfaq-v4 .axfaq-controls button {
      min-height: 48px;
    }

    #axfaq-v4 .axfaq-faq-section {
      padding: 64px 0;
      scroll-margin-top: 78px;
    }

    #axfaq-v4 .axfaq-faq-head {
      margin-bottom: 27px;
      grid-template-columns: 1fr;
      gap: 8px;
    }

    #axfaq-v4 .axfaq-faq-head__number {
      padding-top: 0;
      font-size: 23px;
    }

    #axfaq-v4 .axfaq-faq-head h2 {
      font-size: 29px;
    }

    #axfaq-v4 .axfaq-item > summary {
      min-height: 76px;
      padding: 16px 14px;
      grid-template-columns: 36px minmax(0, 1fr) 24px;
      gap: 11px;
      font-size: 17px;
      line-height: 1.7;
    }

    #axfaq-v4 .axfaq-q,
    #axfaq-v4 .axfaq-a {
      width: 32px;
      height: 32px;
      font-size: 16px;
    }

    #axfaq-v4 .axfaq-answer {
      padding: 22px 14px 25px;
      grid-template-columns: 36px minmax(0, 1fr);
      gap: 11px;
    }

    #axfaq-v4 .axfaq-ingredient-list {
      padding: 16px 18px 16px 38px;
      grid-template-columns: 1fr;
      gap: 5px;
    }

    #axfaq-v4 .axfaq-contact {
      padding: 78px 0;
      scroll-margin-top: 78px;
    }

    #axfaq-v4 .axfaq-contact__box {
      padding: 26px 21px;
    }

    #axfaq-v4 .axfaq-related {
      padding: 72px 0 82px;
    }

    #axfaq-v4 .axfaq-related__grid {
      grid-template-columns: 1fr;
    }

    #axfaq-v4 .axfaq-related__grid a {
      min-height: 132px;
    }

    #axfaq-v4 .axfaq-footer {
      padding-top: 52px;
    }

    #axfaq-v4 .axfaq-footer__main {
      grid-template-columns: 1fr 1fr;
      gap: 36px 20px;
    }

    #axfaq-v4 .axfaq-footer__brand {
      grid-column: 1 / -1;
    }

    #axfaq-v4 .axfaq-footer__legal {
      align-items: flex-start;
      flex-direction: column;
      gap: 24px;
    }

    #axfaq-v4 .axfaq-footer__legal p {
      white-space: normal;
    }
  }

  @media (max-width: 390px) {
    #axfaq-v4 .axfaq-footer__main {
      grid-template-columns: 1fr;
    }

    #axfaq-v4 .axfaq-footer__brand {
      grid-column: auto;
    }
  }

  @media (max-width: 340px) {
    #axfaq-v4 .axfaq-category-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #axfaq-v4 *,
    #axfaq-v4 *::before,
    #axfaq-v4 *::after {
      scroll-behavior: auto;
      transition-duration: 0.01ms;
      animation-duration: 0.01ms;
      animation-iteration-count: 1;
    }
  }

  @media print {
    #axfaq-v4 .axfaq-header,
    #axfaq-v4 .axfaq-actions,
    #axfaq-v4 .axfaq-categories,
    #axfaq-v4 .axfaq-contact,
    #axfaq-v4 .axfaq-related,
    #axfaq-v4 .axfaq-footer {
      display: none;
    }

    #axfaq-v4 .axfaq-hero {
      min-height: 0;
      padding: 30px 0;
      color: #000;
      background: #fff;
    }

    #axfaq-v4 .axfaq-hero__copy h1,
    #axfaq-v4 .axfaq-hero__copy h1 span,
    #axfaq-v4 .axfaq-hero__copy p {
      color: #000;
      -webkit-text-fill-color: #000;
    }

    #axfaq-v4 .axfaq-hero__contact,
    #axfaq-v4 .axfaq-first {
      display: none;
    }

    #axfaq-v4 .axfaq-faq-section {
      padding: 28px 0;
      background: #fff;
    }

    #axfaq-v4 .axfaq-item {
      break-inside: avoid;
    }

    #axfaq-v4 .axfaq-item > .axfaq-answer {
      display: grid;
    }
  }
