:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

html.axph-nav-open {
  overflow: hidden;
}

body.axia-phone-policy-template {
  margin: 0 !important;
  padding: 0 !important;
  color: #26332e;
  background: #f7f3ea;
}

body.axia-phone-policy-template * {
  box-sizing: border-box;
}

body.axia-phone-policy-template img {
  max-width: 100%;
}

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

body.axia-phone-policy-template #wpadminbar {
  position: fixed;
}

#axph-v2 {
  --axph-deep: #102d23;
  --axph-green: #2d684f;
  --axph-green-light: #dce8df;
  --axph-sage: #e7ede4;
  --axph-sage-light: #f0f4ee;
  --axph-gold: #d4b66e;
  --axph-gold-dark: #76591f;
  --axph-ivory: #f7f3ea;
  --axph-paper: #fffdf8;
  --axph-white: #ffffff;
  --axph-ink: #26332e;
  --axph-muted: #53615b;
  --axph-line: rgba(16, 45, 35, 0.15);
  --axph-shadow: 0 24px 70px rgba(16, 45, 35, 0.11);
  --axph-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --axph-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-width: 0;
  overflow: clip;
  color: var(--axph-ink);
  background: var(--axph-paper);
  font-family: var(--axph-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

#axph-v2 :where(h1, h2, h3, p, ol, ul) {
  margin-top: 0;
}

#axph-v2 :where(a) {
  color: inherit;
  text-decoration: none;
}

#axph-v2 :where(a, button):focus-visible {
  outline: 3px solid #bc841b;
  outline-offset: 4px;
}

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

#axph-v2 .axph-skip {
  position: fixed;
  z-index: 500;
  top: 12px;
  left: 14px;
  padding: 10px 16px;
  color: var(--axph-white);
  background: var(--axph-deep);
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

#axph-v2 .axph-skip:focus {
  transform: translateY(0);
}

#axph-v2 .axph-header {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  color: var(--axph-deep);
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(16, 45, 35, 0.1);
  backdrop-filter: blur(16px);
}

body.admin-bar #axph-v2 .axph-header {
  top: 32px;
}

#axph-v2 .axph-header__inner {
  display: flex;
  width: min(1280px, calc(100% - 56px));
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

#axph-v2 .axph-logo {
  display: inline-flex;
  width: 138px;
  flex: 0 0 auto;
  align-items: center;
}

#axph-v2 .axph-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#axph-v2 .axph-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

#axph-v2 .axph-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--axph-deep);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.03em;
}

#axph-v2 .axph-nav a:not(.axph-nav__contact):hover {
  color: var(--axph-gold-dark);
}

#axph-v2 .axph-nav__contact {
  padding: 0 23px;
  color: var(--axph-white) !important;
  background: var(--axph-deep);
}

#axph-v2 .axph-nav__contact:hover {
  background: var(--axph-green);
}

#axph-v2 .axph-menu {
  display: none;
  border: 0;
}

#axph-v2 :where(#axph-flow, #axph-order, #axph-stop, #axph-after, #axph-contact) {
  scroll-margin-top: 112px;
}

#axph-v2 .axph-kicker,
#axph-v2 .axph-eyebrow {
  margin-bottom: 14px;
  color: var(--axph-gold-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#axph-v2 .axph-section-head {
  max-width: 830px;
  margin-bottom: 42px;
}

#axph-v2 .axph-section-head--center {
  margin-inline: auto;
  text-align: center;
}

#axph-v2 .axph-section-head h2,
#axph-v2 .axph-contact__copy h2 {
  margin-bottom: 17px;
  color: var(--axph-deep);
  font-family: var(--axph-serif);
  font-size: clamp(31px, 3.55vw, 48px);
  font-weight: 650;
  line-height: 1.42;
  letter-spacing: 0.035em;
}

#axph-v2 .axph-section-head > p:not(.axph-kicker),
#axph-v2 .axph-contact__copy > p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 17px;
  line-height: 1.9;
}

#axph-v2 .axph-button {
  display: inline-flex;
  min-height: 58px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 780;
  letter-spacing: 0.035em;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

#axph-v2 .axph-button--gold {
  color: var(--axph-deep);
  background: var(--axph-gold);
  border-color: var(--axph-gold);
}

#axph-v2 .axph-button--gold:hover {
  background: #e2c985;
  border-color: #e2c985;
}

#axph-v2 .axph-button--ghost {
  color: var(--axph-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
}

#axph-v2 .axph-button--ghost:hover {
  color: var(--axph-deep);
  background: var(--axph-white);
}

#axph-v2 .axph-button--dark {
  color: var(--axph-white);
  background: var(--axph-deep);
  border-color: var(--axph-deep);
}

#axph-v2 .axph-button--dark:hover {
  color: var(--axph-deep);
  background: transparent;
}

/* Hero */
#axph-v2 .axph-hero {
  position: relative;
  padding: 142px 0 82px;
  overflow: hidden;
  color: var(--axph-white);
  background:
    radial-gradient(circle at 6% 16%, rgba(212, 182, 110, 0.16), transparent 28%),
    radial-gradient(circle at 96% 86%, rgba(255, 253, 248, 0.08), transparent 32%),
    linear-gradient(135deg, #0d2b22 0%, #173d2d 56%, #285c45 100%);
}

#axph-v2 .axph-hero::before {
  position: absolute;
  top: 85px;
  right: -170px;
  width: 540px;
  height: 540px;
  content: "";
  border: 1px solid rgba(212, 182, 110, 0.2);
  border-radius: 50%;
}

#axph-v2 .axph-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

#axph-v2 .axph-hero .axph-eyebrow {
  color: #ead9aa;
}

#axph-v2 .axph-hero h1 {
  max-width: 740px;
  margin-bottom: 22px;
  color: var(--axph-white);
  font-family: var(--axph-serif);
  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0.035em;
}

#axph-v2 .axph-hero__lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 17px;
  line-height: 1.95;
}

#axph-v2 .axph-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#axph-v2 .axph-hero__card {
  position: relative;
  padding: 34px 36px 30px;
  color: var(--axph-ink);
  background: rgba(255, 253, 248, 0.97);
  border-top: 4px solid var(--axph-gold);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

#axph-v2 .axph-hero__card > p {
  margin-bottom: 22px;
  color: var(--axph-deep);
  font-family: var(--axph-serif);
  font-size: 22px;
  font-weight: 700;
}

#axph-v2 .axph-hero__card ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#axph-v2 .axph-hero__card li {
  display: grid;
  padding: 14px 0;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--axph-line);
}

#axph-v2 .axph-hero__card li span {
  color: var(--axph-gold-dark);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

#axph-v2 .axph-hero__card li strong {
  color: var(--axph-deep);
  font-size: 15px;
}

#axph-v2 .axph-after__grid article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--axph-gold-dark);
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
}

#axph-v2 .axph-after__grid h3 {
  margin-bottom: 14px;
  color: var(--axph-deep);
  font-family: var(--axph-serif);
  font-size: 25px;
  line-height: 1.55;
}

#axph-v2 .axph-after__grid p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 15px;
  line-height: 1.88;
}

/* Shared notice */
#axph-v2 .axph-notice {
  margin-top: 24px;
  padding: 26px 30px;
  background: #f3ead3;
  border-left: 4px solid var(--axph-gold-dark);
}

#axph-v2 .axph-notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--axph-deep);
  font-size: 17px;
}

#axph-v2 .axph-notice p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 15px;
  line-height: 1.78;
}

/* Flow */
#axph-v2 .axph-flow {
  padding: 96px 0;
  background:
    radial-gradient(circle at 96% 4%, rgba(212, 182, 110, 0.14), transparent 24%),
    var(--axph-sage);
}

#axph-v2 .axph-flow__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
}

#axph-v2 .axph-flow__layout .axph-section-head {
  position: sticky;
  top: 126px;
  margin-bottom: 0;
}

#axph-v2 .axph-flow__layout .axph-notice {
  padding: 22px 24px;
}

#axph-v2 .axph-flow-list {
  margin: 0;
  padding: 0;
  background: var(--axph-white);
  border: 1px solid var(--axph-line);
  box-shadow: var(--axph-shadow);
  list-style: none;
}

#axph-v2 .axph-flow-list li {
  display: grid;
  min-height: 142px;
  padding: 27px 30px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--axph-line);
}

#axph-v2 .axph-flow-list li:last-child {
  border-bottom: 0;
}

#axph-v2 .axph-flow-list li > span {
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: var(--axph-white);
  background: var(--axph-deep);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 13px;
}

#axph-v2 .axph-flow-list h3 {
  margin-bottom: 6px;
  color: var(--axph-deep);
  font-size: 18px;
}

#axph-v2 .axph-flow-list p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 15px;
  line-height: 1.82;
}

/* Order */
#axph-v2 .axph-order {
  padding: 96px 0;
  background: var(--axph-paper);
}

#axph-v2 .axph-order-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

#axph-v2 .axph-order-grid li {
  min-height: 178px;
  padding: 25px 25px 23px;
  background: var(--axph-sage-light);
  border-top: 3px solid var(--axph-green);
}

#axph-v2 .axph-order-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--axph-gold-dark);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

#axph-v2 .axph-order-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--axph-deep);
  font-size: 17px;
}

#axph-v2 .axph-order-grid p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 15px;
  line-height: 1.72;
}

#axph-v2 .axph-quantity {
  display: grid;
  margin-top: 30px;
  padding: clamp(34px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  color: var(--axph-white);
  background: var(--axph-deep);
}

#axph-v2 .axph-quantity .axph-kicker {
  color: #ead9aa;
}

#axph-v2 .axph-quantity h3 {
  margin-bottom: 14px;
  color: var(--axph-white);
  font-family: var(--axph-serif);
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.48;
}

#axph-v2 .axph-quantity p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 15px;
}

#axph-v2 .axph-quantity__note {
  padding: 23px 25px;
  background: rgba(255, 253, 248, 0.09);
  border: 1px solid rgba(255, 253, 248, 0.23);
}

#axph-v2 .axph-quantity__legal {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

#axph-v2 .axph-quantity__legal strong {
  color: var(--axph-white);
}

/* Stop */
#axph-v2 .axph-stop {
  padding: 94px 0;
  color: var(--axph-white);
  background:
    radial-gradient(circle at 10% 86%, rgba(212, 182, 110, 0.16), transparent 28%),
    linear-gradient(145deg, #102d23, #1e4b38);
}

#axph-v2 .axph-section-head--light h2 {
  color: var(--axph-white);
}

#axph-v2 .axph-section-head--light .axph-kicker {
  color: #ead9aa;
}

#axph-v2 .axph-stop__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#axph-v2 .axph-stop__grid article {
  min-height: 260px;
  padding: clamp(30px, 4vw, 46px);
  color: var(--axph-ink);
  background: var(--axph-white);
  border-top: 4px solid var(--axph-gold);
}

#axph-v2 .axph-stop__grid article > span {
  display: block;
  margin-bottom: 20px;
  color: var(--axph-gold-dark);
  font-size: 14px;
  font-weight: 780;
}

#axph-v2 .axph-stop__grid h3 {
  margin-bottom: 14px;
  color: var(--axph-deep);
  font-family: var(--axph-serif);
  font-size: clamp(24px, 2.4vw, 31px);
  line-height: 1.52;
}

#axph-v2 .axph-stop__grid p {
  margin-bottom: 0;
  color: var(--axph-muted);
  font-size: 16px;
  line-height: 1.88;
}

#axph-v2 .axph-stop__actions {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 12px;
}

#axph-v2 .axph-stop__hours {
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: 15px;
}

/* After order */
#axph-v2 .axph-after {
  padding: 96px 0;
  background: var(--axph-ivory);
}

#axph-v2 .axph-after__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#axph-v2 .axph-after__grid article {
  min-height: 320px;
  padding: 34px 32px;
  background: var(--axph-white);
  border: 1px solid var(--axph-line);
}

#axph-v2 .axph-after__grid .axph-small {
  margin-top: 10px;
  font-size: 15px;
}

#axph-v2 .axph-after__links {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

#axph-v2 .axph-after__links a {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 20px;
  align-items: center;
  gap: 10px;
  color: var(--axph-deep);
  background: var(--axph-white);
  border: 1px solid var(--axph-line);
  font-weight: 750;
}

#axph-v2 .axph-after__links a:hover {
  border-color: var(--axph-gold-dark);
}

/* Contact */
#axph-v2 .axph-contact {
  padding: 94px 0;
  color: var(--axph-white);
  background: #122f25;
}

#axph-v2 .axph-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: start;
}

#axph-v2 .axph-contact .axph-kicker {
  color: #ead9aa;
}

#axph-v2 .axph-contact__copy h2 {
  color: var(--axph-white);
  font-size: clamp(31px, 3.5vw, 46px);
}

#axph-v2 .axph-contact__copy > p {
  color: rgba(255, 253, 248, 0.86);
}

#axph-v2 .axph-contact__copy > .axph-contact__prepare {
  margin-top: 24px;
  color: #ead9aa;
  font-size: 14px;
  font-weight: 750;
}

#axph-v2 .axph-contact__copy ul {
  margin: 10px 0 0;
  padding: 22px 24px 22px 46px;
  color: rgba(255, 253, 248, 0.84);
  background: rgba(255, 253, 248, 0.07);
  border: 1px solid rgba(255, 253, 248, 0.18);
  font-size: 15px;
}

#axph-v2 .axph-contact__copy li + li {
  margin-top: 5px;
}

#axph-v2 .axph-contact__cards {
  display: grid;
  gap: 14px;
}

#axph-v2 .axph-contact-card {
  padding: 31px 34px;
  color: var(--axph-ink);
  background: var(--axph-white);
}

#axph-v2 .axph-contact-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--axph-gold-dark);
  font-size: 14px;
  font-weight: 780;
}

#axph-v2 .axph-contact-card h3 {
  margin-bottom: 9px;
  color: var(--axph-deep);
  font-family: var(--axph-serif);
  font-size: 24px;
}

#axph-v2 .axph-contact-card p {
  margin-bottom: 17px;
  color: var(--axph-muted);
  font-size: 15px;
}

#axph-v2 .axph-contact-card--phone > a {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--axph-deep);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(35px, 4.4vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.015em;
  font-variant-numeric: lining-nums tabular-nums;
  white-space: nowrap;
}

/* Footer */
#axph-v2 .axph-footer {
  padding: 72px 0 23px;
  color: rgba(255, 253, 248, 0.79);
  background: #0b241b;
}

#axph-v2 .axph-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 68px;
}

#axph-v2 .axph-footer__brand img {
  width: 145px;
  height: auto;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

#axph-v2 .axph-footer__brand p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.9;
}

#axph-v2 .axph-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

#axph-v2 .axph-footer__nav div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#axph-v2 .axph-footer__nav strong {
  margin-bottom: 4px;
  color: var(--axph-white);
  font-size: 14px;
}

#axph-v2 .axph-footer__nav a {
  font-size: 14px;
}

#axph-v2 .axph-footer__nav a:hover {
  color: var(--axph-gold);
}

#axph-v2 .axph-footer__bottom {
  display: flex;
  margin-top: 56px;
  padding-top: 19px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}

#axph-v2 .axph-footer__bottom p {
  margin-bottom: 0;
  font-size: 12px;
}

#axph-v2 .axph-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  #axph-v2 .axph-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.84fr);
    gap: 38px;
  }

  #axph-v2 .axph-contact__grid {
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-contact__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #axph-v2 {
    font-size: 17px;
  }

  #axph-v2 .axph-header {
    height: 78px;
  }

  #axph-v2 .axph-header__inner {
    width: min(760px, calc(100% - 44px));
  }

  #axph-v2 .axph-logo {
    width: 126px;
  }

  #axph-v2.is-nav-enhanced .axph-menu,
  #axph-v2.is-nav-enhanced .axph-menu[hidden] {
    position: relative;
    z-index: 202;
    display: inline-flex;
    width: 50px;
    height: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--axph-deep);
    background: transparent;
    border: 1px solid rgba(16, 45, 35, 0.2);
  }

  #axph-v2 .axph-menu span {
    position: absolute;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  #axph-v2 .axph-menu span:first-child {
    transform: translateY(-4px);
  }

  #axph-v2 .axph-menu span:last-child {
    transform: translateY(4px);
  }

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

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

  #axph-v2 .axph-nav {
    display: none;
  }

  #axph-v2.is-nav-enhanced .axph-nav {
    position: fixed;
    z-index: 201;
    inset: 0;
    display: flex;
    padding: 112px 34px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    visibility: hidden;
    opacity: 0;
    background: var(--axph-white);
    transition: visibility 0s linear 0.2s, opacity 0.2s ease;
  }

  #axph-v2 .axph-header.is-open .axph-nav {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  #axph-v2 .axph-nav > a:not(.axph-nav__contact),
  #axph-v2 .axph-nav__contact {
    min-height: 62px;
    padding-inline: 18px;
    justify-content: flex-start;
    color: var(--axph-deep) !important;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--axph-line);
    font-size: 17px;
  }

  #axph-v2 .axph-hero {
    padding: 112px 0 56px;
  }

  #axph-v2 .axph-hero__grid {
    width: min(760px, calc(100% - 44px));
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #axph-v2 .axph-hero h1 {
    font-size: clamp(38px, 6vw, 50px);
  }

  #axph-v2 .axph-hero__card {
    width: min(100%, 620px);
  }

  #axph-v2 .axph-flow__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #axph-v2 .axph-flow__layout .axph-section-head {
    position: static;
  }

  #axph-v2 .axph-after__grid {
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-after__grid article {
    min-height: auto;
  }

  #axph-v2 .axph-order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #axph-v2 .axph-quantity {
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-stop__grid,
  #axph-v2 .axph-contact__cards {
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-footer__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 600px) {
  body.admin-bar #axph-v2 .axph-header {
    top: 46px;
  }

  #axph-v2 {
    padding-bottom: 76px;
  }

  #axph-v2 .axph-shell {
    width: calc(100% - 34px);
  }

  #axph-v2 .axph-header__inner,
  #axph-v2 .axph-hero__grid {
    width: calc(100% - 34px);
  }

  #axph-v2 .axph-header {
    height: 72px;
  }

  #axph-v2 :where(#axph-flow, #axph-order, #axph-stop, #axph-after, #axph-contact) {
    scroll-margin-top: 90px;
  }

  #axph-v2 .axph-header__inner {
    gap: 18px;
  }

  #axph-v2 .axph-logo {
    width: 116px;
  }

  #axph-v2 .axph-hero {
    padding: 100px 0 45px;
  }

  #axph-v2 .axph-hero h1 {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 1.45;
  }

  #axph-v2 .axph-hero__lead {
    font-size: 16px;
    line-height: 1.9;
  }

  #axph-v2 .axph-actions,
  #axph-v2 .axph-stop__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-button {
    width: 100%;
  }

  #axph-v2 .axph-hero__card {
    padding: 27px 22px 22px;
  }

  #axph-v2 .axph-hero__card > p {
    font-size: 20px;
  }

  #axph-v2 .axph-flow,
  #axph-v2 .axph-order,
  #axph-v2 .axph-stop,
  #axph-v2 .axph-after,
  #axph-v2 .axph-contact {
    padding: 76px 0;
  }

  #axph-v2 .axph-section-head {
    margin-bottom: 32px;
  }

  #axph-v2 .axph-section-head h2,
  #axph-v2 .axph-contact__copy h2 {
    font-size: clamp(29px, 8.7vw, 38px);
    line-height: 1.5;
  }

  #axph-v2 .axph-after__grid article {
    padding: 29px 25px;
  }

  #axph-v2 .axph-after__grid article > span {
    margin-bottom: 22px;
  }

  #axph-v2 .axph-notice {
    padding: 23px 22px;
  }

  #axph-v2 .axph-flow-list li {
    padding: 23px 20px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  #axph-v2 .axph-flow-list li > span {
    width: 38px;
    height: 38px;
  }

  #axph-v2 .axph-order-grid {
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-order-grid li {
    min-height: auto;
  }

  #axph-v2 .axph-quantity {
    padding: 30px 24px;
  }

  #axph-v2 .axph-stop__grid article {
    min-height: auto;
    padding: 29px 25px;
  }

  #axph-v2 .axph-after__links {
    display: grid;
    grid-template-columns: 1fr;
  }

  #axph-v2 .axph-after__links a {
    justify-content: space-between;
  }

  #axph-v2 .axph-contact-card {
    padding: 28px 22px;
  }

  #axph-v2 .axph-contact-card--phone > a {
    max-width: 100%;
    font-size: clamp(29px, 9.4vw, 42px);
  }

  #axph-v2 .axph-footer {
    padding-top: 62px;
  }

  #axph-v2 .axph-footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #axph-v2 .axph-footer__bottom {
    margin-top: 42px;
    flex-direction: column;
    gap: 7px;
  }

  #axph-v2 .axph-mobile-actions {
    position: fixed;
    z-index: 190;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 70px;
    grid-template-columns: 1fr 1fr;
    background: var(--axph-white);
    border-top: 1px solid var(--axph-line);
    box-shadow: 0 -12px 34px rgba(16, 45, 35, 0.13);
  }

  #axph-v2 .axph-mobile-actions a {
    display: flex;
    min-width: 0;
    padding: 9px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--axph-white);
    background: var(--axph-deep);
    text-align: center;
  }

  #axph-v2 .axph-mobile-actions a + a {
    color: var(--axph-deep);
    background: var(--axph-gold);
  }

  #axph-v2 .axph-mobile-actions span {
    font-size: 11px;
    line-height: 1.3;
  }

  #axph-v2 .axph-mobile-actions strong {
    max-width: 100%;
    overflow: hidden;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: clamp(15px, 4.8vw, 20px);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-variant-numeric: lining-nums tabular-nums;
  }
}

@media (max-width: 360px) {
  #axph-v2 .axph-shell,
  #axph-v2 .axph-header__inner,
  #axph-v2 .axph-hero__grid {
    width: calc(100% - 28px);
  }

  #axph-v2 .axph-hero h1 {
    font-size: 32px;
  }

  #axph-v2 .axph-hero__card li {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  #axph-v2 .axph-contact-card--phone > a {
    font-size: 28px;
    letter-spacing: 0;
  }

  #axph-v2 .axph-mobile-actions strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #axph-v2 *,
  #axph-v2 *::before,
  #axph-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body.axia-phone-policy-template {
    color: #000;
    background: #fff;
  }

  #axph-v2 {
    padding-bottom: 0;
    color: #000;
    background: #fff;
  }

  #axph-v2 .axph-header,
  #axph-v2 .axph-mobile-actions,
  #axph-v2 .axph-actions,
  #axph-v2 .axph-stop__actions,
  #axph-v2 .axph-after__links {
    display: none !important;
  }

  #axph-v2 .axph-hero,
  #axph-v2 .axph-stop,
  #axph-v2 .axph-contact,
  #axph-v2 .axph-quantity,
  #axph-v2 .axph-footer {
    color: #000;
    background: #fff;
  }

  #axph-v2 .axph-hero {
    padding-top: 30px;
  }

  #axph-v2 .axph-hero h1,
  #axph-v2 .axph-stop h2,
  #axph-v2 .axph-contact h2,
  #axph-v2 .axph-quantity h3,
  #axph-v2 .axph-footer__nav strong {
    color: #000;
  }

  #axph-v2 .axph-hero__lead,
  #axph-v2 .axph-stop__hours,
  #axph-v2 .axph-contact__copy > p,
  #axph-v2 .axph-quantity p,
  #axph-v2 .axph-footer {
    color: #222;
  }

  #axph-v2 .axph-after__grid article,
  #axph-v2 .axph-stop__grid article,
  #axph-v2 .axph-contact-card,
  #axph-v2 .axph-flow-list {
    break-inside: avoid;
    box-shadow: none;
  }
}
