html body.page-id-60 .site-header,
  html body.page-id-60 .page-header,
  html body.page-id-60 .breadcrumb,
  html body.page-id-60 .sub-section,
  html body.page-id-60 .site-body-bottom,
  html body.page-id-60 .site-footer,
  html body.page-id-60 #vk-mobile-nav-menu-btn,
  html body.page-id-60 .vk-mobile-nav,
  html body.page-id-60 #page_top,
  html body.page-id-60 > .skip-link {
    display: none !important;
  }

  html body.page-id-60 .site-body,
  html body.page-id-60 .site-body-container.container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.page-id-60 #main.main-section,
  html body.page-id-60 #main.main-section--col--two,
  html body.page-id-60 .entry,
  html body.page-id-60 .entry-body {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #axp2 {
    --axp2-deep: #102d23;
    --axp2-pine: #173d2d;
    --axp2-forest: #24523d;
    --axp2-ivory: #f5f0e6;
    --axp2-paper: #fbf9f4;
    --axp2-white: #fffdf8;
    --axp2-sage: #e9eee4;
    --axp2-gold: #b69a62;
    --axp2-gold-dark: #795d27;
    --axp2-ink: #26332d;
    --axp2-muted: #5a665f;
    --axp2-line: rgba(16, 45, 35, 0.16);
    --axp2-shadow: 0 24px 70px rgba(21, 39, 31, 0.12);
    --axp2-serif: "Noto Serif JP", "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    --axp2-sans: "Noto Sans JP", "Yu Gothic", YuGothic,
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    width: 100%;
    margin: 0;
    overflow: clip;
    color: var(--axp2-ink);
    background: var(--axp2-paper);
    font-family: var(--axp2-sans);
    font-size: 17px;
    line-height: 1.95;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

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

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

  #axp2 a {
    text-decoration: none;
  }

  #axp2 p,
  #axp2 h1,
  #axp2 h2,
  #axp2 h3,
  #axp2 figure,
  #axp2 dl,
  #axp2 dd,
  #axp2 ol,
  #axp2 ul {
    margin-top: 0;
  }

  #axp2 button,
  #axp2 a {
    -webkit-tap-highlight-color: transparent;
  }

  #axp2 :focus-visible {
    outline: 3px solid #fffdf8 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px #102d23 !important;
  }

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

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

  .axp2-skip:focus {
    transform: translateY(0);
  }

  .axp2-header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 92px;
    background: rgba(251, 249, 244, 0.9);
    border-bottom: 1px solid rgba(16, 45, 35, 0.1);
    backdrop-filter: blur(16px);
  }

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

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

  .axp2-logo img {
    width: 100%;
    height: auto;
  }

  .axp2-nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.8vw, 30px);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.065em;
  }

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

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

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

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

  #axp2 a.axp2-nav__contact:hover {
    color: var(--axp2-deep) !important;
    background: var(--axp2-paper) !important;
  }

  #axp2 a.axp2-nav__contact:focus-visible,
  #axp2 a.axp2-nav__contact:active {
    color: var(--axp2-white) !important;
    background: var(--axp2-forest) !important;
  }

  .axp2-menu {
    display: none;
  }

  .axp2-hero {
    position: relative;
    min-height: 860px;
    padding: 154px 0 90px;
    overflow: hidden;
    background:
      radial-gradient(circle at 15% 20%, rgba(208, 220, 196, 0.45), transparent 28%),
      radial-gradient(circle at 85% 20%, rgba(226, 206, 160, 0.28), transparent 24%),
      linear-gradient(135deg, #f8f4ea 0%, #f1eee5 100%);
  }

  .axp2-hero::before {
    position: absolute;
    top: 92px;
    right: -160px;
    width: 520px;
    height: 520px;
    content: "";
    border: 1px solid rgba(182, 154, 98, 0.18);
    border-radius: 50%;
  }

  .axp2-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 610px;
    align-items: center;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: clamp(48px, 6vw, 92px);
  }

  .axp2-eyebrow,
  .axp2-kicker {
    margin-bottom: 24px;
    color: var(--axp2-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }

  .axp2-hero__name {
    margin-bottom: 20px;
    color: var(--axp2-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    letter-spacing: 0.24em;
  }

  .axp2-hero h1,
  .axp2-heading h2,
  .axp2-material h2,
  .axp2-contact h2 {
    margin-bottom: 30px;
    color: var(--axp2-deep);
    font-family: var(--axp2-serif);
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: 0.075em;
  }

  .axp2-hero h1 {
    font-size: clamp(38px, 4vw, 62px);
  }

  .axp2-hero h1 span,
  .axp2-heading h2 span,
  .axp2-material h2 span,
  .axp2-contact h2 span {
    display: block;
  }

  .axp2-hero__lead {
    max-width: 580px;
    margin-bottom: 36px;
    color: #46534c;
    font-size: 17px;
    line-height: 2.05;
  }

  .axp2-actions {
    display: flex;
    margin-bottom: 42px;
    flex-wrap: wrap;
    gap: 14px;
  }

  #axp2 .axp2-button,
  #axp2 .axp2-button:visited {
    display: inline-flex;
    min-height: 58px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease;
  }

  #axp2 .axp2-button:hover {
    transform: translateY(-2px);
  }

  #axp2 .axp2-button--solid,
  #axp2 .axp2-button--solid:visited {
    color: var(--axp2-white) !important;
    background: var(--axp2-deep) !important;
    border-color: var(--axp2-deep);
    box-shadow: 0 14px 36px rgba(16, 45, 35, 0.18);
  }

  #axp2 .axp2-button--solid:hover,
  #axp2 .axp2-button--solid:focus-visible,
  #axp2 .axp2-button--solid:active {
    color: var(--axp2-white) !important;
    background: var(--axp2-forest) !important;
    border-color: var(--axp2-forest);
  }

  #axp2 .axp2-button--outline,
  #axp2 .axp2-button--outline:visited {
    color: var(--axp2-deep) !important;
    background: rgba(255, 253, 248, 0.72) !important;
    border-color: rgba(16, 45, 35, 0.35);
  }

  #axp2 .axp2-button--outline:hover,
  #axp2 .axp2-button--outline:focus-visible,
  #axp2 .axp2-button--outline:active {
    color: var(--axp2-white) !important;
    background: var(--axp2-deep) !important;
    border-color: var(--axp2-deep);
  }

  #axp2 .axp2-button--gold,
  #axp2 .axp2-button--gold:visited {
    color: #10271f !important;
    background: #d9bf83 !important;
    border-color: #d9bf83;
    box-shadow: 0 14px 34px rgba(104, 78, 31, 0.18);
  }

  #axp2 .axp2-button--gold:hover,
  #axp2 .axp2-button--gold:focus-visible,
  #axp2 .axp2-button--gold:active {
    color: #fffdf8 !important;
    background: #80642e !important;
    border-color: #80642e;
  }

  .axp2-hero__facts {
    display: grid;
    max-width: 560px;
    margin-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--axp2-line);
  }

  .axp2-hero__facts > div {
    padding: 20px 18px 0 0;
    border-right: 1px solid var(--axp2-line);
  }

  .axp2-hero__facts > div + div {
    padding-left: 22px;
  }

  .axp2-hero__facts > div:last-child {
    border-right: 0;
  }

  .axp2-hero__facts dt {
    margin-bottom: 5px;
    color: var(--axp2-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .axp2-hero__facts dd {
    margin-bottom: 0;
    color: var(--axp2-deep);
    font-family: var(--axp2-serif);
    font-size: 20px;
    font-weight: 600;
  }

  .axp2-hero__visual {
    position: relative;
    min-width: 0;
    margin-bottom: 0;
  }

  .axp2-hero__visual::before {
    position: absolute;
    z-index: -1;
    right: -32px;
    bottom: 26px;
    width: 90%;
    height: 92%;
    content: "";
    background: #dfe7d9;
    border-radius: 42% 8% 8% 8%;
    transform: rotate(2deg);
  }

  .axp2-hero__image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #eee8dc;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 36px 8px 36px 8px;
    box-shadow: 0 36px 85px rgba(35, 47, 40, 0.18);
  }

  #axp2 .axp2-hero__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    transition: transform 0.8s ease;
  }

  .axp2-hero__visual:hover .axp2-hero__image img {
    transform: scale(1.015);
  }

  .axp2-hero__visual figcaption {
    display: flex;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--axp2-muted);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .axp2-hero__word {
    position: absolute;
    right: -28px;
    bottom: -12px;
    color: rgba(16, 45, 35, 0.035);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(100px, 15vw, 220px);
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.03em;
    pointer-events: none;
  }

  .axp2-section {
    padding-block: 120px;
  }

  .axp2-heading {
    max-width: 650px;
  }

  .axp2-heading--center {
    margin-inline: auto;
    text-align: center;
  }

  .axp2-heading--wide {
    max-width: 760px;
  }

  .axp2-heading h2,
  .axp2-material h2,
  .axp2-contact h2 {
    font-size: clamp(34px, 3.4vw, 52px);
  }

  .axp2-heading > p:last-child {
    margin-bottom: 0;
    color: var(--axp2-muted);
    line-height: 2;
  }

  .axp2-story {
    background: var(--axp2-white);
  }

  .axp2-story__grid {
    display: grid;
    margin-top: 72px;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .axp2-story__grid article {
    min-height: 310px;
    padding: 38px 34px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 234, 0.88));
    border: 1px solid rgba(16, 45, 35, 0.1);
    box-shadow: 0 16px 44px rgba(27, 44, 35, 0.07);
  }

  .axp2-number {
    display: block;
    margin-bottom: 54px;
    color: var(--axp2-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    letter-spacing: 0.14em;
  }

  .axp2-story__grid h3,
  .axp2-quality__grid h3,
  .axp2-caution h3 {
    margin-bottom: 16px;
    color: var(--axp2-deep);
    font-family: var(--axp2-serif);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.045em;
  }

  .axp2-story__grid p,
  .axp2-quality__grid p {
    margin-bottom: 0;
    color: var(--axp2-muted);
    font-size: 15px;
    line-height: 1.95;
  }

  .axp2-ritual {
    background:
      linear-gradient(90deg, #f0f2ea 0%, #f8f5ee 56%, #fbf9f4 100%);
  }

  .axp2-ritual__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
    gap: clamp(54px, 7vw, 100px);
  }

  .axp2-ritual__visuals {
    position: relative;
    display: grid;
    min-height: 650px;
    align-items: end;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
  }

  .axp2-ritual__visuals figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    background: #e8e5dd;
    box-shadow: var(--axp2-shadow);
  }

  .axp2-ritual__visuals img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .axp2-ritual__portrait {
    width: 100%;
    height: 650px;
    border-radius: 180px 24px 24px 24px;
  }

  .axp2-ritual__detail {
    width: 100%;
    height: 520px;
    border: 0;
    border-radius: 24px 120px 24px 24px;
  }

  .axp2-ritual__copy .axp2-lead {
    margin-bottom: 34px;
    color: var(--axp2-muted);
    line-height: 2.05;
  }

  .axp2-steps {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--axp2-line);
  }

  .axp2-steps li {
    display: grid;
    padding-block: 23px;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    border-bottom: 1px solid var(--axp2-line);
  }

  .axp2-steps li > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--axp2-gold-dark);
    border: 1px solid rgba(121, 93, 39, 0.35);
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
  }

  .axp2-steps strong {
    display: block;
    margin-bottom: 6px;
    color: var(--axp2-deep);
    font-family: var(--axp2-serif);
    font-size: 17px;
    letter-spacing: 0.04em;
  }

  .axp2-steps p {
    margin-bottom: 0;
    color: var(--axp2-muted);
    font-size: 14px;
    line-height: 1.85;
  }

  .axp2-material {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #ece7db;
  }

  .axp2-material__media,
  .axp2-material__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .axp2-material__media img {
    object-fit: cover;
    object-position: 58% center;
  }

  .axp2-material::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
      90deg,
      rgba(251, 248, 240, 0.38) 0%,
      rgba(251, 248, 240, 0.18) 34%,
      rgba(251, 248, 240, 0.04) 52%,
      rgba(251, 248, 240, 0) 68%
    );
  }

  .axp2-material__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 760px;
    align-items: center;
  }

  .axp2-material__copy {
    width: min(510px, 47%);
    padding: 52px 54px;
    background: rgba(255, 253, 248, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(45, 50, 45, 0.1);
    backdrop-filter: blur(4px);
  }

  .axp2-material__copy > p:not(.axp2-kicker) {
    margin-bottom: 34px;
    color: var(--axp2-muted);
    line-height: 2.05;
  }

  .axp2-material__notes {
    margin-bottom: 0;
  }

  .axp2-material__notes > div {
    padding-block: 16px;
    border-top: 1px solid var(--axp2-line);
  }

  .axp2-material__notes dt {
    margin-bottom: 5px;
    color: var(--axp2-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .axp2-material__notes dd {
    margin-bottom: 0;
    color: var(--axp2-deep);
    font-size: 14px;
    line-height: 1.75;
  }

  .axp2-quality {
    background: var(--axp2-deep);
  }

  .axp2-quality .axp2-kicker {
    color: #d8c18d;
  }

  .axp2-quality .axp2-heading h2 {
    color: var(--axp2-white);
  }

  .axp2-quality .axp2-heading > p:last-child {
    color: rgba(255, 253, 248, 0.72);
  }

  .axp2-quality__grid {
    display: grid;
    margin-top: 64px;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .axp2-quality__grid article {
    min-height: 300px;
    padding: 36px 32px;
    background: rgba(255, 253, 248, 0.07);
    border: 1px solid rgba(255, 253, 248, 0.15);
    transition:
      background-color 0.25s ease,
      transform 0.25s ease;
  }

  .axp2-quality__grid article:hover {
    background: rgba(255, 253, 248, 0.11);
    transform: translateY(-4px);
  }

  .axp2-quality__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 50px;
    place-items: center;
    color: #e1c98f;
    border: 1px solid rgba(225, 201, 143, 0.5);
    border-radius: 50%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
  }

  .axp2-quality__grid h3 {
    color: var(--axp2-white);
  }

  .axp2-quality__grid p {
    color: rgba(255, 253, 248, 0.7);
  }

  .axp2-quality__link {
    margin-top: 44px;
  }

  #axp2 .axp2-text-link,
  #axp2 .axp2-text-link:visited {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 18px;
    color: #f1dfb3 !important;
    border-bottom: 1px solid rgba(241, 223, 179, 0.45);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }

  #axp2 .axp2-text-link:hover,
  #axp2 .axp2-text-link:focus-visible,
  #axp2 .axp2-text-link:active {
    color: #fffdf8 !important;
    border-color: #fffdf8;
  }

  .axp2-info {
    background:
      radial-gradient(circle at 92% 12%, rgba(216, 226, 208, 0.58), transparent 24%),
      var(--axp2-paper);
  }

  .axp2-info__layout {
    display: grid;
    margin-top: 64px;
    align-items: start;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 32px;
  }

  .axp2-product-card {
    position: sticky;
    top: 28px;
    padding: 42px 38px;
    background: var(--axp2-deep);
    box-shadow: var(--axp2-shadow);
    color: rgba(255, 253, 248, 0.76);
  }

  .axp2-product-card__label {
    margin-bottom: 18px;
    color: #d8c18d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .axp2-product-card h3 {
    margin-bottom: 30px;
    color: var(--axp2-white);
    font-family: var(--axp2-serif);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.08em;
  }

  .axp2-product-card__price {
    display: flex;
    margin-bottom: 14px;
    align-items: flex-end;
    gap: 10px;
    color: var(--axp2-white);
    line-height: 1;
  }

  .axp2-product-card__amount {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.012em;
    font-variant-numeric: lining-nums tabular-nums;
  }

  .axp2-product-card__unit {
    display: inline-flex;
    margin-bottom: 3px;
    align-items: baseline;
    gap: 3px;
    font-family: var(--axp2-serif);
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .axp2-product-card__unit small {
    font-family: var(--axp2-sans);
    font-size: 11px;
    letter-spacing: 0;
  }

  .axp2-product-card__volume,
  .axp2-product-card__period {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .axp2-product-card .axp2-button {
    width: 100%;
    margin-top: 30px;
  }

  .axp2-product-card__note {
    margin: 22px 0 0;
    color: rgba(255, 253, 248, 0.68);
    font-size: 12px;
    line-height: 1.85;
  }

  .axp2-table-wrap {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(16, 45, 35, 0.12);
    box-shadow: 0 18px 50px rgba(30, 43, 35, 0.07);
  }

  .axp2-table-wrap table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .axp2-table-wrap th,
  .axp2-table-wrap td {
    padding: 22px 24px;
    vertical-align: top;
    border: 0;
    border-bottom: 1px solid rgba(16, 45, 35, 0.1);
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
  }

  .axp2-table-wrap th {
    width: 150px;
    color: var(--axp2-deep);
    background: rgba(232, 238, 227, 0.72);
    font-weight: 600;
  }

  .axp2-table-wrap td {
    color: #4f5a54;
  }

  .axp2-table-wrap tr:last-child th,
  .axp2-table-wrap tr:last-child td {
    border-bottom: 0;
  }

  .axp2-caution {
    margin-top: 32px;
    padding: 34px 38px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 45, 35, 0.12);
  }

  .axp2-caution h3 {
    margin-bottom: 18px;
  }

  .axp2-caution ul {
    display: grid;
    margin-bottom: 0;
    padding-left: 1.4em;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 42px;
  }

  .axp2-caution li {
    color: var(--axp2-muted);
    font-size: 15px;
    line-height: 1.85;
  }

  .axp2-contact {
    padding-block: 110px;
    background: #0d2b21;
  }

  .axp2-contact__panel {
    display: grid;
    overflow: hidden;
    grid-template-columns: 1.03fr 0.97fr;
    background: var(--axp2-white);
    border-radius: 2px 52px 2px 52px;
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.22);
  }

  .axp2-contact__visual {
    min-height: 620px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .axp2-contact__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .axp2-contact__copy {
    display: flex;
    padding: 72px 64px;
    flex-direction: column;
    justify-content: center;
  }

  .axp2-contact__copy > p:not(.axp2-kicker):not(.axp2-contact__hours) {
    margin-bottom: 30px;
    color: var(--axp2-muted);
    line-height: 2.05;
  }

  .axp2-contact__actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
  }

  #axp2 .axp2-phone,
  #axp2 .axp2-phone:visited {
    display: flex;
    min-width: 210px;
    min-height: 70px;
    padding: 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--axp2-deep) !important;
    background: var(--axp2-sage) !important;
    border: 1px solid rgba(16, 45, 35, 0.16);
  }

  #axp2 .axp2-phone:hover,
  #axp2 .axp2-phone:focus-visible,
  #axp2 .axp2-phone:active {
    color: var(--axp2-white) !important;
    background: var(--axp2-deep) !important;
  }

  .axp2-phone small {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }

  .axp2-phone strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.055em;
    line-height: 1.15;
    font-variant-numeric: lining-nums tabular-nums;
  }

  .axp2-contact__hours {
    margin: 18px 0 0;
    color: var(--axp2-muted);
    font-size: 12px;
  }

  .axp2-footer {
    padding-block: 76px 32px;
    color: rgba(255, 253, 248, 0.72);
    background: #081f18;
  }

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

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

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

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

  .axp2-footer nav {
    display: flex;
    flex-direction: column;
    gap: 13px;
    font-size: 13px;
  }

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

  #axp2 .axp2-footer nav a:hover,
  #axp2 .axp2-footer nav a:focus-visible,
  #axp2 .axp2-footer nav a:active,
  #axp2 .axp2-footer__legal a:hover,
  #axp2 .axp2-footer__legal a:focus-visible,
  #axp2 .axp2-footer__legal a:active {
    color: var(--axp2-white) !important;
  }

  .axp2-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;
  }

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

  .axp2-footer__legal p {
    margin-bottom: 0;
    white-space: nowrap;
  }

  @media (max-width: 1080px) {
    .axp2-nav {
      gap: 15px;
      font-size: 13px;
    }

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

    .axp2-hero__grid {
      grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
      gap: 48px;
    }

    .axp2-ritual__grid {
      grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
      gap: 54px;
    }

    .axp2-contact__copy {
      padding: 58px 44px;
    }
  }

  @media (max-width: 900px) {
    .axp2-header {
      height: 78px;
    }

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

    .axp2-logo {
      width: 122px;
    }

    .axp2-menu {
      position: relative;
      z-index: 102;
      display: grid;
      width: 52px;
      height: 52px;
      padding: 0;
      place-items: center;
      background: transparent;
      border: 0;
    }

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

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

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

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

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

    .axp2-nav {
      position: fixed;
      z-index: 101;
      inset: 0;
      display: none;
      padding: 118px 30px 44px;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      overflow-y: auto;
      background: rgba(249, 247, 240, 0.98);
    }

    .axp2-header.is-open .axp2-nav {
      display: flex;
    }

    #axp2 .axp2-nav > a:not(.axp2-nav__contact) {
      min-height: 58px;
      justify-content: center;
      border-bottom: 1px solid var(--axp2-line);
      font-family: var(--axp2-serif);
      font-size: 17px;
    }

    #axp2 a.axp2-nav__contact {
      min-height: 58px;
      margin-top: 28px;
    }

    .axp2-hero {
      min-height: auto;
      padding: 126px 0 80px;
    }

    .axp2-hero__grid {
      grid-template-columns: 1fr;
      gap: 58px;
    }

    .axp2-hero__copy {
      max-width: 720px;
    }

    .axp2-hero__visual {
      max-width: 720px;
    }

    .axp2-story__grid,
    .axp2-quality__grid {
      grid-template-columns: 1fr;
    }

    .axp2-story__grid article,
    .axp2-quality__grid article {
      min-height: 0;
    }

    .axp2-number,
    .axp2-quality__icon {
      margin-bottom: 30px;
    }

    .axp2-ritual__grid {
      grid-template-columns: 1fr;
    }

    .axp2-ritual__visuals {
      max-width: 720px;
    }

    .axp2-ritual__copy {
      max-width: 720px;
    }

    .axp2-material__copy {
      width: min(600px, 66%);
    }

    .axp2-info__layout {
      grid-template-columns: 1fr;
    }

    .axp2-product-card {
      position: static;
    }

    .axp2-contact__panel {
      grid-template-columns: 1fr;
    }

    .axp2-contact__visual {
      min-height: 440px;
    }

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

    .axp2-footer__brand {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 680px) {
    #axp2 {
      font-size: 16px;
      line-height: 1.9;
    }

    .axp2-shell {
      width: min(100% - 36px, 1200px);
    }

    .axp2-section {
      padding-block: 84px;
    }

    .axp2-hero {
      padding: 112px 0 70px;
    }

    .axp2-eyebrow,
    .axp2-kicker {
      margin-bottom: 18px;
      font-size: 10px;
      letter-spacing: 0.2em;
    }

    .axp2-hero__name {
      margin-bottom: 15px;
      font-size: 12px;
    }

    .axp2-hero h1 {
      margin-bottom: 24px;
      font-size: clamp(32px, 9vw, 43px);
      line-height: 1.55;
      letter-spacing: 0.045em;
    }

    .axp2-hero__lead {
      margin-bottom: 28px;
      font-size: 16px;
      line-height: 1.95;
    }

    .axp2-actions {
      margin-bottom: 34px;
      flex-direction: column;
    }

    #axp2 .axp2-button {
      width: 100%;
      min-height: 58px;
    }

    .axp2-hero__facts {
      grid-template-columns: 1fr;
    }

    .axp2-hero__facts > div,
    .axp2-hero__facts > div + div {
      display: flex;
      padding: 14px 0;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      border-right: 0;
      border-bottom: 1px solid var(--axp2-line);
    }

    .axp2-hero__facts dt {
      margin-bottom: 0;
    }

    .axp2-hero__facts dd {
      font-size: 18px;
    }

    .axp2-hero__visual::before {
      right: -14px;
      bottom: 12px;
    }

    .axp2-hero__image {
      border-radius: 24px 6px 24px 6px;
    }

    .axp2-hero__visual figcaption {
      align-items: flex-start;
      flex-direction: column;
      gap: 4px;
    }

    .axp2-heading h2,
    .axp2-material h2,
    .axp2-contact h2 {
      margin-bottom: 24px;
      font-size: clamp(30px, 8.2vw, 40px);
      line-height: 1.58;
      letter-spacing: 0.045em;
    }

    .axp2-story__grid {
      margin-top: 48px;
    }

    .axp2-story__grid article,
    .axp2-quality__grid article {
      padding: 30px 25px;
    }

    .axp2-ritual__visuals {
      min-height: 0;
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      gap: 10px;
    }

    .axp2-ritual__portrait {
      width: 100%;
      height: 440px;
      border-radius: 110px 16px 16px 16px;
    }

    .axp2-ritual__detail {
      width: 100%;
      height: 350px;
      border-width: 0;
      border-radius: 16px 72px 16px 16px;
    }

    .axp2-material {
      min-height: auto;
      padding: 70px 0 360px;
      background: var(--axp2-paper);
    }

    .axp2-material__media {
      top: auto;
      height: 360px;
    }

    .axp2-material__media img {
      object-position: 66% center;
    }

    .axp2-material::after {
      display: none;
    }

    .axp2-material__inner {
      min-height: 0;
    }

    .axp2-material__copy {
      width: 100%;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      backdrop-filter: none;
    }

    .axp2-quality__grid {
      margin-top: 46px;
    }

    .axp2-info__layout {
      margin-top: 46px;
    }

    .axp2-product-card {
      padding: 34px 25px;
    }

    .axp2-product-card__amount {
      font-size: 39px;
    }

    .axp2-product-card__unit {
      font-size: 14px;
    }

    .axp2-product-card__unit small {
      font-size: 10px;
    }

    .axp2-table-wrap {
      overflow-x: auto;
    }

    .axp2-table-wrap table {
      min-width: 620px;
    }

    .axp2-table-wrap th,
    .axp2-table-wrap td {
      padding: 18px;
    }

    .axp2-caution {
      padding: 28px 24px;
    }

    .axp2-caution ul {
      grid-template-columns: 1fr;
    }

    .axp2-contact {
      padding-block: 76px;
    }

    .axp2-contact__panel {
      width: min(100% - 36px, 1200px);
      border-radius: 2px 30px 2px 30px;
    }

    .axp2-contact__visual {
      min-height: 300px;
    }

    .axp2-contact__copy {
      padding: 44px 25px;
    }

    .axp2-contact__actions {
      flex-direction: column;
    }

    #axp2 .axp2-phone {
      width: 100%;
      align-items: center;
    }

    .axp2-footer {
      padding-block: 62px 28px;
    }

    .axp2-footer__main {
      grid-template-columns: 1fr 1fr;
      gap: 42px 24px;
    }

    .axp2-footer__brand {
      grid-column: 1 / -1;
    }

    .axp2-footer__legal {
      margin-top: 46px;
      flex-direction: column;
      gap: 24px;
    }

    .axp2-footer__legal p {
      white-space: normal;
    }
  }

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

  /*
   * 公開ページ用コントラスト固定
   * Lightning・WordPress側の見出し／本文色に上書きされないよう、
   * 濃色背景の文字色をID付きセレクタと!importantで確定する。
   */
  #axp2 .axp2-quality {
    color: #fffdf8 !important;
  }

  #axp2 .axp2-quality .axp2-kicker {
    color: #e7cf97 !important;
    -webkit-text-fill-color: #e7cf97 !important;
  }

  #axp2 .axp2-quality .axp2-heading h2,
  #axp2 .axp2-quality .axp2-heading h2 span,
  #axp2 .axp2-quality__grid h3 {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-quality .axp2-heading > p:last-child,
  #axp2 .axp2-quality__grid p {
    color: rgba(255, 253, 248, 0.82) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.82) !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-quality__icon {
    color: #f0d99e !important;
    -webkit-text-fill-color: #f0d99e !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-quality .axp2-text-link,
  #axp2 .axp2-quality .axp2-text-link:visited {
    color: #f1dfb3 !important;
    -webkit-text-fill-color: #f1dfb3 !important;
  }

  #axp2 .axp2-quality .axp2-text-link:hover,
  #axp2 .axp2-quality .axp2-text-link:focus-visible,
  #axp2 .axp2-quality .axp2-text-link:active {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
  }

  #axp2 .axp2-product-card {
    color: rgba(255, 253, 248, 0.86) !important;
  }

  #axp2 .axp2-product-card__label {
    color: #e7cf97 !important;
    -webkit-text-fill-color: #e7cf97 !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-product-card h3,
  #axp2 .axp2-product-card__price,
  #axp2 .axp2-product-card__amount,
  #axp2 .axp2-product-card__unit,
  #axp2 .axp2-product-card__unit small {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-product-card__volume,
  #axp2 .axp2-product-card__period {
    color: rgba(255, 253, 248, 0.84) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.84) !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-product-card__note {
    color: rgba(255, 253, 248, 0.74) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.74) !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-footer {
    color: rgba(255, 253, 248, 0.78) !important;
  }

  #axp2 .axp2-footer__brand > p {
    color: rgba(255, 253, 248, 0.76) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.76) !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-footer__heading {
    color: #e2cb94 !important;
    -webkit-text-fill-color: #e2cb94 !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-footer nav a,
  #axp2 .axp2-footer nav a:visited,
  #axp2 .axp2-footer__legal a,
  #axp2 .axp2-footer__legal a:visited {
    color: rgba(255, 253, 248, 0.82) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.82) !important;
    opacity: 1 !important;
  }

  #axp2 .axp2-footer nav a:hover,
  #axp2 .axp2-footer nav a:focus-visible,
  #axp2 .axp2-footer nav a:active,
  #axp2 .axp2-footer__legal a:hover,
  #axp2 .axp2-footer__legal a:focus-visible,
  #axp2 .axp2-footer__legal a:active {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
  }

  #axp2 .axp2-footer__legal,
  #axp2 .axp2-footer__legal p {
    color: rgba(255, 253, 248, 0.68) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.68) !important;
    opacity: 1 !important;
  }

  /*
   * V5 最終調整
   * 商品の存在感、読みやすさ、購入前の確認導線を優先する。
   */
  #axp2 .axp2-hero h1 {
    max-width: 560px;
    font-size: clamp(42px, 3.6vw, 50px);
    line-height: 1.52;
    letter-spacing: 0.065em;
  }

  #axp2 .axp2-hero h1 span {
    white-space: nowrap;
  }

  #axp2 .axp2-hero__lead {
    max-width: 560px;
  }

  #axp2 .axp2-hero__image {
    background: #f5f0e7;
  }

  #axp2 .axp2-section {
    padding-block: 104px;
  }

  #axp2 .axp2-story__grid {
    margin-top: 56px;
  }

  #axp2 .axp2-story__grid article {
    min-height: 270px;
    padding: 34px 32px;
  }

  #axp2 .axp2-number {
    margin-bottom: 38px;
  }

  #axp2 .axp2-ritual__visuals {
    min-height: 600px;
  }

  #axp2 .axp2-ritual__portrait {
    height: 600px;
  }

  #axp2 .axp2-ritual__detail {
    height: 480px;
  }

  #axp2 .axp2-material,
  #axp2 .axp2-material__inner {
    min-height: 700px;
  }

  #axp2 .axp2-material__copy {
    padding: 46px 50px;
  }

  #axp2 .axp2-quality__grid {
    margin-top: 54px;
  }

  #axp2 .axp2-quality__grid article {
    min-height: 264px;
    padding: 32px 30px;
  }

  #axp2 .axp2-quality__icon {
    margin-bottom: 34px;
  }

  #axp2 .axp2-info__layout {
    margin-top: 54px;
  }

  #axp2 .axp2-product-card__amount {
    font-size: 46px;
  }

  #axp2 .axp2-table-wrap th,
  #axp2 .axp2-table-wrap td {
    padding: 20px 22px;
    font-size: 16px;
    line-height: 1.8;
  }

  #axp2 .axp2-caution li {
    font-size: 14px;
  }

  #axp2 .axp2-contact {
    padding-block: 92px;
  }

  #axp2 .axp2-contact__copy {
    padding: 62px 58px;
  }

  #axp2 .axp2-contact__actions {
    display: grid;
    width: min(100%, 380px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #axp2 .axp2-contact__actions .axp2-button,
  #axp2 .axp2-contact__actions .axp2-phone {
    width: 100%;
  }

  #axp2 .axp2-phone {
    min-height: 78px;
    padding: 11px 22px;
  }

  #axp2 .axp2-phone strong {
    font-size: 30px;
    letter-spacing: 0.045em;
  }

  @media (max-width: 1080px) {
    #axp2 .axp2-hero h1 {
      font-size: clamp(40px, 4.4vw, 47px);
    }
  }

  @media (max-width: 900px) {
    #axp2 .axp2-section {
      padding-block: 92px;
    }

    #axp2 .axp2-hero h1 {
      max-width: 680px;
      font-size: clamp(39px, 6.2vw, 48px);
    }

    #axp2 .axp2-story__grid article,
    #axp2 .axp2-quality__grid article {
      min-height: 0;
    }
  }

  @media (max-width: 680px) {
    #axp2 .axp2-section {
      padding-block: 76px;
    }

    #axp2 .axp2-hero {
      padding-bottom: 62px;
    }

    #axp2 .axp2-hero h1 {
      font-size: clamp(28px, 8.3vw, 36px);
      line-height: 1.6;
      letter-spacing: 0.035em;
    }

    #axp2 .axp2-hero__facts dt {
      max-width: 58%;
    }

    #axp2 .axp2-story__grid {
      margin-top: 42px;
    }

    #axp2 .axp2-ritual__visuals {
      min-height: 0;
    }

    #axp2 .axp2-ritual__portrait {
      height: 430px;
    }

    #axp2 .axp2-ritual__detail {
      height: 340px;
    }

    #axp2 .axp2-material {
      min-height: auto;
      padding-bottom: 330px;
    }

    #axp2 .axp2-material__inner {
      min-height: 0;
    }

    #axp2 .axp2-material__media {
      height: 330px;
    }

    #axp2 .axp2-quality__grid,
    #axp2 .axp2-info__layout {
      margin-top: 42px;
    }

    #axp2 .axp2-product-card__amount {
      font-size: 41px;
    }

    #axp2 .axp2-table-wrap {
      overflow: visible;
    }

    #axp2 .axp2-table-wrap table,
    #axp2 .axp2-table-wrap tbody,
    #axp2 .axp2-table-wrap tr,
    #axp2 .axp2-table-wrap th,
    #axp2 .axp2-table-wrap td {
      display: block;
      width: 100%;
      min-width: 0;
    }

    #axp2 .axp2-table-wrap tr {
      border-bottom: 1px solid rgba(16, 45, 35, 0.12);
    }

    #axp2 .axp2-table-wrap tr:last-child {
      border-bottom: 0;
    }

    #axp2 .axp2-table-wrap th {
      padding: 15px 18px 7px;
      border-bottom: 0;
      background: rgba(232, 238, 227, 0.72);
      font-size: 14px;
    }

    #axp2 .axp2-table-wrap td {
      padding: 10px 18px 18px;
      border-bottom: 0;
      background: rgba(255, 255, 255, 0.9);
      font-size: 15px;
      line-height: 1.8;
    }

    #axp2 .axp2-contact {
      padding-block: 68px;
    }

    #axp2 .axp2-contact__copy {
      padding: 40px 25px;
    }

    #axp2 .axp2-phone strong {
      font-size: 28px;
    }
  }

  /*
   * V9 原材料画像4点差し替え・濃色背景可読性維持版
   * 8種の原材料を一律のカードで、原材料表示の順に紹介。
   */
  #axp2 .axp2-ingredients {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 8% 5%,
        rgba(182, 154, 98, 0.15),
        transparent 30%
      ),
      linear-gradient(180deg, #f7f3ea 0%, #fffdf8 52%, #eef2e9 100%);
  }

  #axp2 .axp2-ingredients::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
      linear-gradient(rgba(16, 45, 35, 0.028) 1px, transparent 1px),
      linear-gradient(90deg, rgba(16, 45, 35, 0.028) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    pointer-events: none;
  }

  #axp2 .axp2-ingredients > .axp2-shell {
    position: relative;
    z-index: 1;
  }

  #axp2 .axp2-ingredients__notice {
    max-width: 920px;
    margin: 28px auto 0;
    padding: 18px 22px;
    border: 1px solid rgba(16, 45, 35, 0.12);
    border-radius: 16px;
    color: var(--axp2-muted);
    background: rgba(255, 253, 248, 0.74);
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
  }

  #axp2 .axp2-ingredient-index {
    margin: 0 0 15px;
    color: var(--axp2-gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  #axp2 .axp2-ingredient-tag {
    align-self: flex-start;
    margin-bottom: 17px;
    padding: 7px 12px;
    border: 1px solid rgba(16, 45, 35, 0.2);
    border-radius: 999px;
    color: var(--axp2-deep);
    background: rgba(232, 238, 227, 0.78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  #axp2 .axp2-ingredient-tag--alert {
    border-color: rgba(121, 93, 39, 0.25);
    color: #684e1f;
    background: #f6ead0;
  }

  #axp2 .axp2-ingredient-card h3,
  #axp2 .axp2-additives h3,
  #axp2 .axp2-use__grid h3 {
    margin: 0;
    color: var(--axp2-deep);
    font-family: var(--axp2-serif);
    font-weight: 600;
    letter-spacing: 0.045em;
  }

  #axp2 .axp2-ingredient-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 54px;
  }

  #axp2 .axp2-ingredient-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid rgba(16, 45, 35, 0.11);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 20px 54px rgba(16, 45, 35, 0.09);
  }

  #axp2 .axp2-ingredient-card figure {
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    background: #e8eee3;
  }

  #axp2 .axp2-ingredient-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.65s ease;
  }

  #axp2 .axp2-ingredient-card:hover figure img {
    transform: scale(1.025);
  }

  #axp2 .axp2-ingredient-card__body {
    padding: 31px 32px 34px;
  }

  #axp2 .axp2-ingredient-card h3 {
    font-size: clamp(23px, 2.1vw, 29px);
    line-height: 1.5;
  }

  #axp2 .axp2-ingredient-card__body > p:last-child {
    margin: 17px 0 0;
    color: var(--axp2-muted);
    font-size: 16px;
    line-height: 1.9;
  }

  #axp2 .axp2-additives {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: center;
    margin-top: 30px;
    padding: 32px 36px;
    border: 1px solid rgba(16, 45, 35, 0.14);
    border-radius: 24px;
    background:
      linear-gradient(
        120deg,
        rgba(232, 238, 227, 0.9),
        rgba(255, 253, 248, 0.94)
      );
  }

  #axp2 .axp2-additives h3 {
    font-size: 23px;
    line-height: 1.5;
  }

  #axp2 .axp2-additives > p {
    margin: 0;
    color: var(--axp2-muted);
    font-size: 16px;
    line-height: 1.9;
  }

  #axp2 .axp2-use {
    color: #fffdf8;
    background:
      radial-gradient(
        circle at 8% 12%,
        rgba(182, 154, 98, 0.2),
        transparent 32%
      ),
      linear-gradient(145deg, #0d281f 0%, #173d2d 58%, #24523d 100%);
  }

  #axp2 .axp2-use .axp2-kicker {
    color: #ead4a4;
  }

  #axp2 .axp2-use .axp2-heading h2,
  #axp2 .axp2-use .axp2-heading h2 span {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
  }

  #axp2 .axp2-use .axp2-heading > p:last-child {
    color: rgba(255, 253, 248, 0.78) !important;
    -webkit-text-fill-color: rgba(255, 253, 248, 0.78) !important;
  }

  #axp2 .axp2-use__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 52px;
  }

  #axp2 .axp2-use__grid article {
    min-height: 230px;
    padding: 30px 28px;
    border: 1px solid rgba(255, 253, 248, 0.15);
    border-radius: 24px;
    background: rgba(255, 253, 248, 0.075);
    backdrop-filter: blur(8px);
  }

  #axp2 .axp2-use__grid article > span {
    display: block;
    margin-bottom: 34px;
    color: #ead4a4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    letter-spacing: 0.18em;
  }

  #axp2 .axp2-use__grid h3 {
    color: #fffdf8 !important;
    -webkit-text-fill-color: #fffdf8 !important;
    font-size: 22px;
    line-height: 1.55;
  }

  #axp2 .axp2-use .axp2-use__grid article > p {
    margin: 14px 0 0;
    color: #f4efe3 !important;
    -webkit-text-fill-color: #f4efe3 !important;
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
  }

  #axp2 .axp2-contact__visual {
    background: #ede9df;
  }

  #axp2 .axp2-contact__visual img {
    object-fit: cover;
    object-position: center;
  }

  @media (max-width: 900px) {
    #axp2 .axp2-ingredient-grid {
      gap: 22px;
    }

    #axp2 .axp2-additives {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }

  @media (max-width: 680px) {
    #axp2 .axp2-ingredients__notice {
      margin-top: 22px;
      padding: 15px 16px;
      text-align: left;
    }

    #axp2 .axp2-ingredient-grid,
    #axp2 .axp2-use__grid {
      grid-template-columns: 1fr;
    }

    #axp2 .axp2-ingredient-card {
      border-radius: 22px;
    }

    #axp2 .axp2-ingredient-card__body {
      padding: 26px 23px 29px;
    }

    #axp2 .axp2-ingredient-card h3 {
      font-size: 24px;
    }

    #axp2 .axp2-additives {
      padding: 26px 23px;
      border-radius: 20px;
    }

    #axp2 .axp2-use__grid {
      margin-top: 38px;
    }

    #axp2 .axp2-use__grid article {
      min-height: 0;
    }
  }
