/* Contact-only composition. Shared header/footer and site tokens remain unchanged. */
:where(.refactor-site.page-contact) #app.contact-reservation {
  --cr-ink: #123e32;
  --cr-muted: #79857f;
  --cr-gold: #bc984c;
  --task-hero-title: 44px;
  --task-card-title: 30px;
  --task-section-gap: 48px;
  --task-card-gap: 24px;
  --task-card-padding: 32px;
  --task-heading-content-gap: 32px;
  --task-field-gap: 24px;
  --task-control-height: 54px;
  --task-submit-height: 56px;
  --task-submit-size: 18px;
  --task-phone-size: 36px;
  --task-pending-size: 20px;
  --task-step-size: 56px;
  --task-step-number-size: 24px;
  --task-step-title-size: 18px;
  --task-step-desc-size: 14px;
  --task-step-gap: 24px;
  background: #fafaf7;
  color: var(--cr-ink);
  padding-bottom: 0;
  font-family: var(--font, "PingFang SC", "Microsoft YaHei", sans-serif);
}
@media (max-width: 1199px) {
  :where(.refactor-site.page-contact) #app.contact-reservation {
    --task-hero-title: 36px;
    --task-card-title: 26px;
    --task-section-gap: 40px;
    --task-card-gap: 20px;
    --task-card-padding: 28px;
    --task-heading-content-gap: 28px;
    --task-field-gap: 22px;
    --task-phone-size: 30px;
    --task-step-size: 52px;
    --task-step-number-size: 22px;
    --task-step-title-size: 17px;
    --task-step-desc-size: 13.5px;
    --task-step-gap: 22px;
  }
}
@media (max-width: 767px) {
  :where(.refactor-site.page-contact) #app.contact-reservation {
    --task-hero-title: 30px;
    --task-card-title: 24px;
    --task-section-gap: 32px;
    --task-card-gap: 16px;
    --task-card-padding: 22px;
    --task-heading-content-gap: 24px;
    --task-field-gap: 20px;
    --task-control-height: 50px;
    --task-submit-height: 52px;
    --task-submit-size: 17px;
    --task-phone-size: 28px;
    --task-pending-size: 18px;
    --task-step-size: 48px;
    --task-step-number-size: 21px;
    --task-step-title-size: 16px;
    --task-step-desc-size: 13px;
    --task-step-gap: 20px;
  }
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-wrap {
  width: calc(100% - 112px);
  max-width: 1328px;
  margin: 0 auto;
}
/* Contact Hero follows the shared secondary-page rhythm; body cards keep their own width. */
:where(.refactor-site.page-contact) #app.contact-reservation .cr-hero {
  position: relative;
  overflow: hidden;
  background: #faf9f5;
  border-bottom: 1px solid var(--line);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-hero > .wrap { width: 100%; }
:where(.refactor-site.page-contact) #app.contact-reservation .cr-hero-copy {
  position: relative;
  max-width: 660px;
  padding: 64px 0 56px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: .16em;
  color: #806522;
  text-transform: uppercase;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-hero h1 {
  font-family: var(--font-serif);
  font-size: var(--task-hero-title);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 12px 0 0;
  color: var(--ink);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-lead {
  font-family: var(--font);
  font-size: 17px;
  line-height: 28px;
  margin: 16px 0 0;
  max-width: 660px;
  color: var(--text-2);
}
@media (min-width: 1200px) {
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-hero { min-height: 347px; display: flex; align-items: center; }
}
@media (max-width: 767px) {
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-hero-copy { padding: 40px 0 32px; }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-hero h1 { letter-spacing: 0; }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-lead { font-size: 15.5px; line-height: 26px; }
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-hero-art {
  position: absolute;
  inset: 0;
  background: url("../contact/hero-ink-landscape-v1.png") center/cover
    no-repeat;
  mask-image: linear-gradient(#000 75%, transparent);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-process-note span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--cr-gold);
  margin-top: 16px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-layout {
  margin-top: var(--task-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: var(--task-card-gap);
  align-items: stretch;
  position: relative;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-card {
  background: rgba(255, 255, 253, 0.96);
  border: 1px solid #e3e9e2;
  border-radius: 14px;
  box-shadow: 0 5px 26px rgba(28, 61, 46, 0.025);
  padding: var(--task-card-padding);
  min-width: 0;
  position: relative;
  overflow: hidden;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 1;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head h2 {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: var(--task-card-title);
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  color: var(--cr-ink);
  white-space: nowrap;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 12px;
  background: var(--cr-gold);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head p {
  font-size: 14px;
  line-height: 1.6;
  color: #8a908c;
  text-align: right;
  margin: 7px 0 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-fields {
  display: grid;
  gap: var(--task-field-gap);
  margin-top: var(--task-heading-content-gap);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-field {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #36433e;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-field label span {
  color: #bd3838;
  margin-left: 5px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-field label small {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--cr-muted);
}
:where(.refactor-site.page-contact) #app.contact-reservation :is(input, textarea) {
  width: 100%;
  min-width: 0;
  min-height: var(--task-control-height);
  border: 1px solid #d9ddd9;
  background: #fff;
  color: #36433e;
  border-radius: 7px;
  padding: 12px 16px;
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: inset 0 1px 2px rgba(22, 42, 32, 0.02);
}
:where(.refactor-site.page-contact) #app.contact-reservation input {
  height: var(--task-control-height);
}
:where(.refactor-site.page-contact)
  #app.contact-reservation
  :is(input, textarea)::placeholder {
  color: #959c98;
  opacity: 1;
}
:where(.refactor-site.page-contact)
  #app.contact-reservation
  :is(input, textarea, button, a):focus-visible {
  outline: 2px solid #8d7137;
  outline-offset: 3px;
}
:where(.refactor-site.page-contact) #app.contact-reservation [aria-invalid="true"] {
  border-color: #b84438;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-text-field {
  display: block;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-text-field label {
  display: block;
  margin-bottom: 10px;
  padding-top: 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-text-field label small { display: inline; }
:where(.refactor-site.page-contact) #app.contact-reservation .cr-textarea {
  position: relative;
}
:where(.refactor-site.page-contact) #app.contact-reservation textarea {
  min-height: 156px;
  padding-bottom: 40px;
  resize: vertical;
}
:where(.refactor-site.page-contact) #app.contact-reservation #cr-count {
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: #8a938d;
  font-size: 13px;
  line-height: 1.4;
  pointer-events: none;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-submit {
  width: 100%;
  height: var(--task-submit-height);
  min-height: var(--task-submit-height);
  margin-top: var(--task-heading-content-gap);
  border: 0;
  border-radius: 11px;
  background: var(--gov-green, #164d38);
  color: #fff;
  font-size: var(--task-submit-size);
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0 3px 5px rgba(21, 62, 45, 0.08);
  cursor: pointer;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-submit:hover {
  background: #123f2e;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-submit-note {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #8a908c;
  margin: 16px 0 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-error {
  font-size: 14px;
  line-height: 1.5;
  color: #a13024;
  margin: 6px 0 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-feedback {
  font-size: 15px;
  line-height: 1.7;
  color: #164d38;
  margin: 18px 0 0;
  background: #edf3ec;
  padding: 14px;
  border-radius: 7px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-feedback-error {
  color: #a13024;
  background: #fcf0eb;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-side {
  display: flex;
  flex-direction: column;
  gap: var(--task-card-gap);
  min-width: 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-contact-card {
  min-height: 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-row {
  display: flex;
  gap: 24px;
  margin-top: var(--task-heading-content-gap);
  position: relative;
  z-index: 1;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #e5ede1;
  border-radius: 50%;
  flex: none;
  color: var(--cr-ink);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy {
  min-width: 0;
  padding-top: 1px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  line-height: 1.5;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-number {
  display: block;
  font-family: Georgia, "Songti SC", serif;
  font-size: var(--task-phone-size);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
  color: var(--cr-ink);
  overflow-wrap: anywhere;
  margin: 3px 0 10px;
  transition: color .2s cubic-bezier(.2,.8,.2,1);
}
@media (hover:hover) and (pointer:fine){
  :where(.refactor-site.page-contact) #app.contact-reservation a.cr-phone-number:hover{color:#285b47}
}
:where(.refactor-site.page-contact) #app.contact-reservation a.cr-phone-number:focus-visible{color:#285b47}
:where(.refactor-site.page-contact) #app.contact-reservation :is(input,textarea):focus-visible{border-color:#8d7137}
@media (prefers-reduced-motion:reduce){
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-number{transition:none}
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #59635f;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-pending {
  display: block;
  font-size: var(--task-pending-size);
  line-height: 1.6;
  margin: 8px 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-contact-hills {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 58px;
  background: #e8eee7;
  opacity: 0.7;
  clip-path: polygon(
    0 100%,
    15% 84%,
    24% 89%,
    38% 60%,
    49% 63%,
    61% 32%,
    73% 43%,
    89% 10%,
    100% 23%,
    100% 100%
  );
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-process-card {
  flex: 1;
  min-height: 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-steps {
  list-style: none;
  padding: 0 0 56px;
  margin: var(--task-heading-content-gap) 0 0;
  position: relative;
  z-index: 1;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-steps li {
  display: grid;
  grid-template-columns: var(--task-step-size) minmax(0, 1fr);
  gap: 24px;
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 0 0 var(--task-step-gap);
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-steps li:last-child {
  padding-bottom: 0;
  min-height: var(--task-step-size);
}
:where(.refactor-site.page-contact)
  #app.contact-reservation
  .cr-steps
  li:not(:last-child):before {
  content: "";
  position: absolute;
  left: calc(var(--task-step-size) / 2 - 1px);
  top: calc(var(--task-step-size) + 4px);
  bottom: 4px;
  border-left: 1px dashed #78978a;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-step-number {
  display: flex;
  width: var(--task-step-size);
  height: var(--task-step-size);
  align-items: center;
  justify-content: center;
  background: #e5ede1;
  color: var(--cr-ink);
  border-radius: 50%;
  font-family: Georgia, "Songti SC", serif;
  font-size: var(--task-step-number-size);
  line-height: 1;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-steps h3 {
  font-family: inherit;
  font-size: var(--task-step-title-size);
  font-weight: 600;
  line-height: 1.5;
  margin: 5px 0 3px;
  color: #39443f;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-steps p {
  font-size: var(--task-step-desc-size);
  line-height: 1.7;
  color: #89918b;
  margin: 0;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-mountains {
  position: absolute;
  right: 0;
  bottom: 52px;
  width: 190px;
  height: 140px;
  color: #dfe8e1;
  opacity: 0.65;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-process-note {
  position: absolute;
  right: 32px;
  bottom: 16px;
  font-family: "Songti SC", "STSong", serif;
  color: #789386;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
}
:where(.refactor-site.page-contact) #app.contact-reservation .cr-process-note span {
  margin-top: 8px;
  width: 24px;
}
@media (max-width: 1199px) {
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-wrap {
    width: calc(100% - 64px);
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head p {
    font-size: 13px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-field {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 14px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-row {
    gap: 15px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-icon {
    width: 70px;
    height: 70px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy p {
    font-size: 15px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-steps li {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-wrap {
    width: calc(100% - 40px);
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--task-card-gap);
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-hero-art {
    background-size: auto 260px;
    background-position: 68% bottom;
    mask-image: linear-gradient(transparent 28%, #000 62%, transparent);
    opacity: 0.7;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-card {
    border-radius: 12px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head {
    gap: 10px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-card-head p {
    font-size: 12px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-field label small {
    display: inline;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-text-field label {
    padding-top: 0;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation textarea {
    min-height: 140px;
    padding-bottom: 38px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-submit {
    letter-spacing: .5px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-submit-note {
    font-size: 12px;
    margin-top: 14px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-row {
    gap: 14px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-icon {
    width: 58px;
    height: 58px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-icon svg {
    width: 28px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy strong {
    font-size: 17px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-phone-copy p {
    font-size: 14px;
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-steps li {
    gap: 16px;
    grid-template-columns: var(--task-step-size) minmax(0, 1fr);
  }
  :where(.refactor-site.page-contact) #app.contact-reservation .cr-steps h3 {
    margin-top: 0;
  }
}

:where(.refactor-site.page-contact) #app.contact-reservation [hidden] {
  display: none;
}
