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

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

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

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

#axct-v4 {
  --axct-deep: #102d23;
  --axct-pine: #173d2d;
  --axct-forest: #24523d;
  --axct-ivory: #f5f0e6;
  --axct-paper: #fbf9f4;
  --axct-white: #fffdf8;
  --axct-sage: #e9eee4;
  --axct-sage-deep: #dce6d8;
  --axct-gold: #b69a62;
  --axct-gold-dark: #795d27;
  --axct-ink: #26332d;
  --axct-muted: #56645d;
  --axct-line: rgba(16, 45, 35, 0.17);
  --axct-shadow: 0 24px 70px rgba(21, 39, 31, 0.12);
  --axct-serif: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --axct-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(--axct-ink);
  background: var(--axct-paper);
  font-family: var(--axct-sans);
  font-size: 17px;
  line-height: 1.95;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

#axct-v4 img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

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

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

#axct-v4 button,
#axct-v4 a,
#axct-v4 input,
#axct-v4 textarea {
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.admin-bar #axct-v4 .axct-header {
  top: 32px;
}

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

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

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

#axct-v4 .axct-nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.65vw, 28px);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.045em;
}

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

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

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

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

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

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

/* Shared headings and buttons */
#axct-v4 .axct-eyebrow,
#axct-v4 .axct-kicker {
  margin-bottom: 18px;
  color: var(--axct-gold-dark);
  font-family: var(--axct-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

#axct-v4 .axct-hero .axct-eyebrow {
  color: #d9c18d;
}

#axct-v4 .axct-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

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

#axct-v4 .axct-section-head h2,
#axct-v4 .axct-form-guide > h2,
#axct-v4 .axct-phone-section__copy h2 {
  margin-bottom: 22px;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.42;
}

#axct-v4 .axct-section-head > p:last-child,
#axct-v4 .axct-form-guide__lead,
#axct-v4 .axct-phone-section__copy > p {
  margin-bottom: 0;
  color: var(--axct-muted);
  font-size: 17px;
  line-height: 2;
}

#axct-v4 .axct-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 14px;
}

#axct-v4 .axct-button,
#axct-v4 .axct-button:visited {
  display: inline-flex;
  min-height: 58px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

#axct-v4 .axct-button--light,
#axct-v4 .axct-button--light:visited {
  color: var(--axct-deep);
  background: var(--axct-white);
  border-color: var(--axct-white);
}

#axct-v4 .axct-button--light:hover {
  color: var(--axct-white);
  background: transparent;
}

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

#axct-v4 .axct-button--outline:hover {
  color: var(--axct-deep);
  background: var(--axct-white);
  border-color: var(--axct-white);
}

/* Hero */
#axct-v4 .axct-hero {
  position: relative;
  min-height: 0;
  padding: 128px 0 68px;
  overflow: hidden;
  color: var(--axct-white);
  background:
    radial-gradient(circle at 12% 90%, rgba(255, 253, 248, 0.09), transparent 31%),
    radial-gradient(circle at 84% 13%, rgba(182, 154, 98, 0.24), transparent 26%),
    linear-gradient(135deg, #0d2b22 0%, #173d2d 56%, #214a38 100%);
}

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

#axct-v4 .axct-hero::before {
  top: 36px;
  right: -150px;
  width: 430px;
  height: 430px;
}

#axct-v4 .axct-hero::after {
  display: none;
}

#axct-v4 .axct-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 0;
  align-items: center;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(42px, 5.5vw, 74px);
}

#axct-v4 .axct-hero__copy {
  min-width: 0;
}

#axct-v4 .axct-hero__name {
  margin-bottom: 17px;
  color: #d8c38f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

#axct-v4 .axct-hero h1 {
  margin-bottom: 22px;
  color: var(--axct-white);
  font-family: var(--axct-serif);
  font-size: clamp(43px, 4.5vw, 58px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.36;
}

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

#axct-v4 .axct-hero__lead {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 17px;
  line-height: 1.9;
}

#axct-v4 .axct-hero__visual {
  position: relative;
  width: min(100%, 500px);
  min-width: 0;
  margin: 0;
  justify-self: end;
}

#axct-v4 .axct-hero__image-frame {
  position: relative;
  isolation: isolate;
}

#axct-v4 .axct-hero__image-frame::before {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: -20px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(214, 228, 206, 0.16);
  border-radius: 2px;
}

#axct-v4 .axct-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 2px;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.26);
}

/* Contact options */
#axct-v4 .axct-options {
  padding: 112px 0 104px;
  background: var(--axct-paper);
}

#axct-v4 .axct-options__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#axct-v4 .axct-option-card {
  position: relative;
  min-width: 0;
  min-height: 376px;
  padding: 45px 48px;
  overflow: hidden;
  border: 1px solid var(--axct-line);
}

#axct-v4 .axct-option-card--form {
  background: var(--axct-white);
}

#axct-v4 .axct-option-card--phone {
  color: var(--axct-white);
  background: var(--axct-deep);
  border-color: var(--axct-deep);
}

#axct-v4 .axct-option-card__number {
  position: absolute;
  right: 28px;
  bottom: -25px;
  color: rgba(16, 45, 35, 0.055);
  font-family: var(--axct-serif);
  font-size: 150px;
  line-height: 1;
}

#axct-v4 .axct-option-card--phone .axct-option-card__number {
  color: rgba(255, 253, 248, 0.06);
}

#axct-v4 .axct-option-card__label {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: var(--axct-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

#axct-v4 .axct-option-card--phone .axct-option-card__label {
  color: #d8c38f;
}

#axct-v4 .axct-option-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: clamp(27px, 3vw, 37px);
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.48;
}

#axct-v4 .axct-option-card--phone h3 {
  color: var(--axct-white);
}

#axct-v4 .axct-option-card > p:not(.axct-option-card__label) {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-bottom: 25px;
  color: var(--axct-muted);
  line-height: 1.9;
}

#axct-v4 .axct-option-card--phone > p:not(.axct-option-card__label) {
  color: rgba(255, 253, 248, 0.78);
}

#axct-v4 .axct-option-card > a:not(.axct-option-card__phone) {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 26px;
  color: var(--axct-deep);
  border-bottom: 1px solid var(--axct-deep);
  font-size: 15px;
  font-weight: 700;
}

#axct-v4 .axct-option-card--phone > a:not(.axct-option-card__phone) {
  color: var(--axct-white);
  border-bottom-color: rgba(255, 253, 248, 0.55);
}

#axct-v4 .axct-option-card__phone,
#axct-v4 .axct-option-card__phone:visited {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 9px;
  white-space: nowrap;
  color: var(--axct-white);
  font-family: var(--axct-serif);
  font-size: clamp(31px, 4.2vw, 48px);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  word-break: keep-all;
}

#axct-v4 .axct-family-note {
  display: grid;
  margin-top: 24px;
  padding: 28px 34px;
  align-items: start;
  background: var(--axct-sage);
  border-left: 3px solid var(--axct-gold);
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
}

#axct-v4 .axct-family-note span {
  color: var(--axct-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

#axct-v4 .axct-family-note p {
  margin-bottom: 0;
  color: var(--axct-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* Contact Form 7 section */
#axct-v4 .axct-form-section {
  padding: 116px 0;
  background: var(--axct-ivory);
}

#axct-v4 .axct-form-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 94px);
}

#axct-v4 .axct-form-guide {
  position: sticky;
  top: 34px;
  min-width: 0;
}

#axct-v4 .axct-form-guide__box {
  margin-top: 34px;
  padding: 28px 30px;
  background: var(--axct-white);
  border: 1px solid var(--axct-line);
}

#axct-v4 .axct-form-guide__box h3 {
  margin-bottom: 17px;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: 20px;
  font-weight: 600;
}

#axct-v4 .axct-form-guide__box ul {
  display: grid;
  margin-bottom: 14px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

#axct-v4 .axct-form-guide__box li {
  position: relative;
  padding-left: 22px;
  color: var(--axct-muted);
  font-size: 15px;
  line-height: 1.7;
}

#axct-v4 .axct-form-guide__box li::before {
  position: absolute;
  top: 0.69em;
  left: 1px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--axct-gold);
  border-radius: 50%;
}

#axct-v4 .axct-form-guide__box > p {
  margin-bottom: 0;
  color: var(--axct-gold-dark);
  font-size: 13px;
  font-weight: 600;
}

#axct-v4 .axct-rights-note {
  margin-top: 22px;
  padding: 26px 28px;
  background: #f1eadc;
  border: 1px solid rgba(121, 93, 39, 0.24);
}

#axct-v4 .axct-rights-note__label {
  margin-bottom: 10px;
  color: var(--axct-deep);
  font-weight: 700;
}

#axct-v4 .axct-rights-note > p:not(.axct-rights-note__label) {
  margin-bottom: 15px;
  color: var(--axct-muted);
  font-size: 14px;
  line-height: 1.85;
}

#axct-v4 .axct-rights-note a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--axct-deep);
  border-bottom: 1px solid var(--axct-deep);
  font-size: 13px;
  font-weight: 700;
}

#axct-v4 .axct-form-card {
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  background: var(--axct-white);
  border: 1px solid var(--axct-line);
  box-shadow: var(--axct-shadow);
}

#axct-v4 .axct-form-card__intro {
  display: grid;
  margin-bottom: 34px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--axct-line);
  gap: 4px;
}

#axct-v4 .axct-form-card__intro p {
  margin-bottom: 0;
  color: var(--axct-muted);
  font-size: 14px;
  line-height: 1.75;
}

#axct-v4 .axct-required {
  display: inline-flex;
  min-height: 24px;
  margin-right: 7px;
  padding: 2px 8px;
  align-items: center;
  color: var(--axct-white);
  background: var(--axct-forest);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#axct-v4 .axct-cf7 .wpcf7 {
  margin: 0;
  padding: 0;
}

#axct-v4 .axct-cf7 .wpcf7 form {
  margin: 0;
}

#axct-v4 .axct-cf7 .wpcf7 form > p {
  margin: 0 0 25px;
  color: var(--axct-deep);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

#axct-v4 .axct-cf7 .wpcf7 form > p:last-of-type {
  margin-bottom: 0;
}

#axct-v4 .axct-cf7 .wpcf7 form > p:nth-last-of-type(2) {
  margin-top: 4px;
}

#axct-v4 .axct-cf7 .wpcf7 form > p.axct-form-note {
  padding: 18px 20px;
  color: var(--axct-muted);
  background: var(--axct-sage);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

#axct-v4 .axct-cf7 label {
  display: block;
  color: var(--axct-deep);
}

#axct-v4 .axct-cf7 label.axct-label-required::before {
  float: right;
  margin-top: 1px;
  padding: 1px 8px;
  content: "必須";
  color: var(--axct-white);
  background: var(--axct-forest);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

#axct-v4 .axct-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 9px;
}

#axct-v4 .axct-cf7 input[type="text"],
#axct-v4 .axct-cf7 input[type="email"],
#axct-v4 .axct-cf7 input[type="tel"],
#axct-v4 .axct-cf7 textarea,
#axct-v4 .axct-cf7 select {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 58px;
  margin: 0;
  padding: 14px 16px;
  color: var(--axct-ink);
  background: #fffefa;
  border: 1px solid rgba(16, 45, 35, 0.3);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--axct-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#axct-v4 .axct-cf7 textarea {
  min-height: 210px;
  resize: vertical;
}

#axct-v4 .axct-cf7 input::placeholder,
#axct-v4 .axct-cf7 textarea::placeholder {
  color: #8a948f;
  opacity: 1;
}

#axct-v4 .axct-cf7 input[type="text"]:focus,
#axct-v4 .axct-cf7 input[type="email"]:focus,
#axct-v4 .axct-cf7 input[type="tel"]:focus,
#axct-v4 .axct-cf7 textarea:focus,
#axct-v4 .axct-cf7 select:focus {
  outline: 0;
  background: var(--axct-white);
  border-color: var(--axct-forest);
  box-shadow: 0 0 0 4px rgba(36, 82, 61, 0.13);
}

#axct-v4 .axct-cf7 input[type="submit"] {
  display: inline-flex;
  width: 100%;
  min-height: 64px;
  margin: 8px 0 0;
  padding: 15px 26px;
  align-items: center;
  justify-content: center;
  color: var(--axct-white);
  background: var(--axct-deep);
  border: 1px solid var(--axct-deep);
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.11em;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

#axct-v4 .axct-cf7 input[type="submit"]:hover {
  color: var(--axct-deep);
  background: var(--axct-white);
  transform: translateY(-2px);
}

#axct-v4 .axct-cf7 input[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

#axct-v4 .axct-cf7 .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

#axct-v4 .axct-cf7 .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #a32828;
  font-size: 13px;
  font-weight: 600;
}

#axct-v4 .axct-cf7 .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 15px 18px;
  color: var(--axct-deep);
  background: var(--axct-sage);
  border: 1px solid var(--axct-forest);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

#axct-v4 .axct-cf7 form.invalid .wpcf7-response-output,
#axct-v4 .axct-cf7 form.unaccepted .wpcf7-response-output,
#axct-v4 .axct-cf7 form.payment-required .wpcf7-response-output {
  color: #7c2121;
  background: #fff3f0;
  border-color: #a32828;
}

#axct-v4 .axct-privacy-note {
  margin-top: 34px;
  padding-top: 27px;
  border-top: 1px solid var(--axct-line);
}

#axct-v4 .axct-privacy-note h3 {
  margin-bottom: 10px;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: 18px;
  font-weight: 600;
}

#axct-v4 .axct-privacy-note p {
  margin-bottom: 0;
  color: var(--axct-muted);
  font-size: 13px;
  line-height: 1.85;
}

#axct-v4 .axct-privacy-note a {
  color: var(--axct-deep);
  border-bottom: 1px solid var(--axct-deep);
  font-weight: 700;
}

#axct-v4 .axct-form-unavailable {
  padding: 24px;
  color: var(--axct-deep);
  background: #fff3f0;
  border: 1px solid #a32828;
}

#axct-v4 .axct-form-unavailable p {
  margin-bottom: 0;
}

/* Topics */
#axct-v4 .axct-topics {
  padding: 116px 0;
  background: var(--axct-paper);
}

#axct-v4 .axct-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--axct-line);
  border-left: 1px solid var(--axct-line);
}

#axct-v4 .axct-topics__grid article {
  min-width: 0;
  min-height: 230px;
  padding: 34px 32px;
  background: var(--axct-white);
  border-right: 1px solid var(--axct-line);
  border-bottom: 1px solid var(--axct-line);
}

#axct-v4 .axct-topics__grid article > span {
  display: block;
  margin-bottom: 19px;
  color: var(--axct-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

#axct-v4 .axct-topics__grid h3 {
  margin-bottom: 13px;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

#axct-v4 .axct-topics__grid p {
  margin-bottom: 0;
  color: var(--axct-muted);
  font-size: 14px;
  line-height: 1.85;
}

/* Phone */
#axct-v4 .axct-phone-section {
  padding: 104px 0;
  color: var(--axct-white);
  background:
    radial-gradient(circle at 85% 15%, rgba(182, 154, 98, 0.21), transparent 27%),
    linear-gradient(135deg, #102d23 0%, #1c4937 100%);
}

#axct-v4 .axct-phone-section__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(50px, 8vw, 112px);
}

#axct-v4 .axct-phone-section .axct-kicker {
  color: #d8c38f;
}

#axct-v4 .axct-phone-section__copy h2 {
  color: var(--axct-white);
}

#axct-v4 .axct-phone-section__copy > p {
  color: rgba(255, 253, 248, 0.81);
}

#axct-v4 .axct-phone-section__copy ul {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

#axct-v4 .axct-phone-section__copy li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 14px;
  line-height: 1.8;
}

#axct-v4 .axct-phone-section__copy li::before {
  position: absolute;
  top: 0.68em;
  left: 1px;
  width: 7px;
  height: 7px;
  content: "";
  background: #d8c38f;
  border-radius: 50%;
}

#axct-v4 .axct-phone-card {
  padding: 44px 38px;
  color: var(--axct-deep);
  background: var(--axct-white);
  border-top: 3px solid var(--axct-gold);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22);
  text-align: center;
}

#axct-v4 .axct-phone-card__label {
  margin-bottom: 12px;
  color: var(--axct-gold-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

#axct-v4 .axct-phone-card > a,
#axct-v4 .axct-phone-card > a:visited {
  display: block;
  white-space: nowrap;
  color: var(--axct-deep);
  font-family: var(--axct-serif);
  font-size: clamp(34px, 4.8vw, 54px);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.3;
  word-break: keep-all;
}

#axct-v4 .axct-phone-card__hours {
  margin: 13px 0 0;
  color: var(--axct-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

#axct-v4 .axct-phone-card__note {
  margin: 19px 0 0;
  padding-top: 17px;
  color: var(--axct-gold-dark);
  border-top: 1px solid var(--axct-line);
  font-size: 12px;
  font-weight: 600;
}

/* Related */
#axct-v4 .axct-related {
  padding: 104px 0 114px;
  background: var(--axct-white);
}

#axct-v4 .axct-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--axct-line);
  border-left: 1px solid var(--axct-line);
}

#axct-v4 .axct-related__grid a {
  position: relative;
  display: flex;
  min-height: 185px;
  padding: 29px 27px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--axct-white);
  border-right: 1px solid var(--axct-line);
  border-bottom: 1px solid var(--axct-line);
  transition: color 0.2s ease, background-color 0.2s ease;
}

#axct-v4 .axct-related__grid a:hover {
  color: var(--axct-white);
  background: var(--axct-deep);
}

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

#axct-v4 .axct-related__grid a:hover small {
  color: #d8c38f;
}

#axct-v4 .axct-related__grid strong {
  display: block;
  padding-right: 24px;
  font-family: var(--axct-serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

#axct-v4 .axct-related__grid span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  font-size: 22px;
}

/* Footer */
#axct-v4 .axct-footer {
  color: var(--axct-white);
  background: #0c251d;
}

#axct-v4 .axct-footer__main {
  display: grid;
  padding: 68px 0 58px;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(140px, 0.62fr));
  gap: 38px;
}

#axct-v4 .axct-logo--footer {
  width: 142px;
  margin-bottom: 25px;
  padding: 8px 10px;
  background: var(--axct-white);
}

#axct-v4 .axct-footer__brand > p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.68);
  font-size: 14px;
  line-height: 1.9;
}

#axct-v4 .axct-footer__heading {
  margin-bottom: 19px;
  color: #d8c38f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

#axct-v4 .axct-footer nav {
  display: grid;
  gap: 10px;
}

#axct-v4 .axct-footer nav a {
  color: rgba(255, 253, 248, 0.79);
  font-size: 13px;
  line-height: 1.65;
  transition: color 0.2s ease;
}

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

#axct-v4 .axct-footer__legal {
  display: flex;
  min-height: 84px;
  padding: 21px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}

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

#axct-v4 .axct-footer__legal a,
#axct-v4 .axct-footer__legal p {
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.62);
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  #axct-v4 .axct-nav {
    gap: 15px;
    font-size: 13px;
  }

  #axct-v4 a.axct-nav__contact {
    padding-inline: 17px;
  }

  #axct-v4 .axct-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
    gap: 38px;
  }

  #axct-v4 .axct-hero {
    padding: 122px 0 62px;
  }

  #axct-v4 .axct-hero h1 {
    font-size: clamp(42px, 5vw, 52px);
  }

  #axct-v4 .axct-hero__visual {
    width: min(100%, 420px);
  }

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

@media (max-width: 900px) {
  #axct-v4 {
    font-size: 16px;
  }

  #axct-v4 .axct-shell {
    width: min(100% - 48px, 720px);
  }

  #axct-v4 .axct-header {
    position: absolute;
    height: 78px;
  }

  #axct-v4 .axct-header__inner {
    width: calc(100% - 48px);
  }

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

  #axct-v4.is-nav-enhanced .axct-menu {
    position: relative;
    z-index: 103;
    display: inline-flex;
    width: 48px;
    height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(16, 45, 35, 0.28);
  }

  #axct-v4 .axct-menu span {
    position: absolute;
    width: 21px;
    height: 1.5px;
    background: var(--axct-deep);
    transition: transform 0.22s ease, top 0.22s ease;
  }

  #axct-v4 .axct-menu span:first-child {
    top: 18px;
  }

  #axct-v4 .axct-menu span:last-child {
    top: 28px;
  }

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

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

  #axct-v4 .axct-nav {
    display: grid;
    width: 100%;
    padding: 12px 24px 26px;
    gap: 0;
    font-size: 15px;
  }

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

  #axct-v4:not(.is-nav-enhanced) .axct-header__inner {
    height: auto;
    padding-block: 15px 20px;
    flex-wrap: wrap;
    gap: 14px;
  }

  #axct-v4:not(.is-nav-enhanced) .axct-nav {
    width: 100%;
    flex-basis: 100%;
  }

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

  #axct-v4 .axct-nav > a:not(.axct-nav__contact) {
    min-height: 56px;
    border-bottom: 1px solid var(--axct-line);
  }

  #axct-v4 .axct-nav > a:not(.axct-nav__contact)::after {
    display: none;
  }

  #axct-v4 a.axct-nav__contact {
    min-height: 56px;
    margin-top: 16px;
  }

  #axct-v4.is-nav-enhanced .axct-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 110px 24px 34px;
    align-content: start;
    overflow-y: auto;
    background: var(--axct-paper);
  }

  #axct-v4.is-nav-enhanced .axct-header.is-open .axct-nav {
    display: grid;
  }

  #axct-v4 .axct-hero {
    padding: 112px 0 70px;
  }

  #axct-v4 .axct-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #axct-v4 .axct-hero__copy {
    max-width: 690px;
  }

  #axct-v4 .axct-hero__visual {
    width: min(100%, 640px);
    justify-self: center;
  }

  #axct-v4 .axct-hero__image-frame::before {
    top: 14px;
    right: -14px;
  }

  #axct-v4 .axct-hero__visual img {
    aspect-ratio: 16 / 10;
    object-position: center 30%;
  }

  #axct-v4 .axct-options,
  #axct-v4 .axct-form-section,
  #axct-v4 .axct-topics,
  #axct-v4 .axct-related {
    padding-block: 88px;
  }

  #axct-v4 .axct-options__grid,
  #axct-v4 .axct-form-layout,
  #axct-v4 .axct-phone-section__grid {
    grid-template-columns: 1fr;
  }

  #axct-v4 .axct-option-card {
    min-height: 0;
  }

  #axct-v4 .axct-family-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #axct-v4 .axct-form-guide {
    position: static;
  }

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

  #axct-v4 .axct-phone-section {
    padding-block: 88px;
  }

  #axct-v4 .axct-phone-card {
    width: min(100%, 560px);
  }

  #axct-v4 .axct-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }

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

  #axct-v4 .axct-footer__main > div:last-child {
    grid-column: 1 / -1;
  }

  #axct-v4 .axct-footer__legal {
    display: grid;
    justify-content: start;
    padding-block: 22px;
  }
}

@media (max-width: 782px) {
  .admin-bar #axct-v4 .axct-header {
    top: 46px;
  }
}

@media (max-width: 640px) {
  #axct-v4 .axct-shell,
  #axct-v4 .axct-header__inner {
    width: calc(100% - 36px);
  }

  #axct-v4 .axct-hero {
    padding: 104px 0 58px;
  }

  #axct-v4 .axct-hero h1 {
    font-size: clamp(36px, 10.4vw, 44px);
    letter-spacing: 0.025em;
    line-height: 1.4;
  }

  #axct-v4 .axct-hero__lead {
    font-size: 17px;
    line-height: 1.85;
  }

  #axct-v4 .axct-actions {
    display: grid;
    margin-top: 24px;
  }

  #axct-v4 .axct-button {
    width: 100%;
    justify-content: space-between;
  }

  #axct-v4 .axct-section-head {
    margin-bottom: 38px;
  }

  #axct-v4 .axct-section-head h2,
  #axct-v4 .axct-form-guide > h2,
  #axct-v4 .axct-phone-section__copy h2 {
    font-size: clamp(30px, 9.2vw, 41px);
  }

  #axct-v4 .axct-options,
  #axct-v4 .axct-form-section,
  #axct-v4 .axct-topics,
  #axct-v4 .axct-related,
  #axct-v4 .axct-phone-section {
    padding-block: 72px;
  }

  #axct-v4 .axct-option-card {
    padding: 34px 27px;
  }

  #axct-v4 .axct-option-card__number {
    right: 12px;
    font-size: 112px;
  }

  #axct-v4 .axct-option-card__phone {
    font-size: clamp(30px, 10.2vw, 42px);
  }

  #axct-v4 .axct-family-note {
    padding: 25px 24px;
  }

  #axct-v4 .axct-form-layout {
    gap: 40px;
  }

  #axct-v4 .axct-form-card {
    padding: 31px 24px;
  }

  #axct-v4 .axct-form-guide__box,
  #axct-v4 .axct-rights-note {
    padding: 24px 22px;
  }

  #axct-v4 .axct-cf7 input[type="text"],
  #axct-v4 .axct-cf7 input[type="email"],
  #axct-v4 .axct-cf7 input[type="tel"],
  #axct-v4 .axct-cf7 textarea,
  #axct-v4 .axct-cf7 select {
    font-size: 16px;
  }

  #axct-v4 .axct-topics__grid,
  #axct-v4 .axct-related__grid {
    grid-template-columns: 1fr;
  }

  #axct-v4 .axct-topics__grid article {
    min-height: 0;
    padding: 28px 25px;
  }

  #axct-v4 .axct-phone-card {
    padding: 35px 22px;
  }

  #axct-v4 .axct-phone-card > a {
    font-size: clamp(29px, 9.6vw, 43px);
  }

  #axct-v4 .axct-footer__main {
    grid-template-columns: 1fr;
    padding-block: 55px 45px;
  }

  #axct-v4 .axct-footer__brand,
  #axct-v4 .axct-footer__main > div:last-child {
    grid-column: auto;
  }

  #axct-v4 .axct-footer__legal > div {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 390px) {
  #axct-v4 .axct-shell,
  #axct-v4 .axct-header__inner {
    width: calc(100% - 28px);
  }

  #axct-v4 .axct-logo {
    width: 112px;
  }

  #axct-v4 .axct-hero h1 {
    font-size: 35px;
  }

  #axct-v4 .axct-option-card__phone,
  #axct-v4 .axct-phone-card > a {
    font-size: 28px;
    letter-spacing: -0.01em;
  }

  #axct-v4 .axct-form-card {
    padding-inline: 18px;
  }
}

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

  #axct-v4 *,
  #axct-v4 *::before,
  #axct-v4 *::after {
    scroll-behavior: auto;
    transition-duration: 0.001ms;
  }
}
