body.contact-dialog-open { overflow: hidden; }

.contact-choice-dialog {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 30px;
  color: var(--foreground);
  background: transparent;
  box-shadow: 0 28px 90px rgba(31, 57, 39, .3);
}
.contact-choice-dialog::backdrop { background: rgba(24, 42, 29, .55); backdrop-filter: blur(5px); }
.contact-choice-dialog__panel { position: relative; padding: 58px; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f8fbf5 56%, #e4f0df 100%); }
.contact-choice-dialog__panel::before {
  position: absolute;
  top: -100px;
  right: -75px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168,198,159,.45), rgba(221,235,217,.05) 70%);
  content: "";
}
.contact-choice-dialog__close { position: absolute; top: 20px; right: 20px; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--sage-mid); border-radius: 50%; color: var(--primary); background: rgba(255,255,255,.9); cursor: pointer; }
.contact-choice-dialog__close svg { width: 21px; }
.contact-choice-dialog__eyebrow,
.contact-form-page__eyebrow { margin: 0 0 10px; color: var(--primary); font-family: "Poppins", sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .18em; }
.contact-choice-dialog h2 { position: relative; margin: 0; font-family: "Klee One", "Yu Mincho", serif; font-size: clamp(28px, 4vw, 42px); font-weight: 500; line-height: 1.55; letter-spacing: .06em; }
.contact-choice-dialog__lead { margin: 14px 0 30px; font-size: 16px; line-height: 1.9; }
.contact-choice-dialog__options { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-choice-card { display: flex; min-height: 168px; align-items: center; gap: 18px; padding: 26px; border: 1px solid var(--sage-mid); border-radius: 22px; color: var(--foreground); background: rgba(255,255,255,.86); box-shadow: 0 12px 32px rgba(79,115,88,.1); transition: transform .25s, box-shadow .25s, border-color .25s; }
.contact-choice-card:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: 0 18px 38px rgba(79,115,88,.18); }
.contact-choice-card__icon { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: var(--primary); }
.contact-choice-card__icon svg { width: 23px; }
.contact-choice-card__copy { display: flex; min-width: 0; flex-direction: column; gap: 5px; line-height: 1.55; }
.contact-choice-card__copy strong { font-size: 18px; }
.contact-choice-card__copy > span { color: var(--primary); font-size: 15px; font-weight: 600; }
.contact-choice-card__copy small { color: #617065; font-size: 12px; line-height: 1.5; }
.contact-choice-card__number { font-family: "Poppins", sans-serif; font-size: 18px !important; letter-spacing: .03em; }

.contact-form-page { min-height: 100vh; color: var(--foreground); background: #fbfcf8; }
.contact-form-header { position: relative; z-index: 2; display: flex; height: 112px; align-items: center; justify-content: space-between; padding: 18px clamp(24px, 5vw, 72px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(168,198,159,.55); }
.contact-form-header > a:first-child { display: block; width: min(300px, 45vw); }
.contact-form-header img { display: block; width: 100%; height: auto; aspect-ratio: 1536 / 400; object-fit: cover; object-position: 50% 48%; }
.contact-form-header__phone { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: .03em; }
.contact-form-page__wash { position: absolute; inset: 112px 0 auto; height: 500px; overflow: hidden; background: radial-gradient(circle at 12% 8%, #ddebd9 0, transparent 42%), radial-gradient(circle at 88% 12%, #eff5ea 0, transparent 46%); }
.contact-form-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr); gap: clamp(28px, 5vw, 64px); width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0 92px; align-items: start; }
.contact-form-card { padding: clamp(34px, 5vw, 62px); border: 1px solid var(--sage-mid); border-radius: 30px; background: rgba(255,255,255,.95); box-shadow: 0 24px 70px rgba(79,115,88,.14); }
.contact-form-card h1 { margin: 0; font-family: "Klee One", "Yu Mincho", serif; font-size: clamp(30px, 4vw, 46px); font-weight: 500; line-height: 1.5; letter-spacing: .05em; }
.contact-form-page__intro { margin: 18px 0 38px; font-size: 16px; line-height: 1.9; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 22px; }
.contact-form-field { display: flex; flex-direction: column; gap: 10px; }
.contact-form-field--wide { grid-column: 1 / -1; }
.contact-form-field > span { font-size: 15px; font-weight: 600; }
.contact-form-field b,
.contact-form-field em { display: inline-block; margin-left: 7px; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-style: normal; line-height: 1.6; }
.contact-form-field b { color: #fff; background: var(--primary); }
.contact-form-field em { color: var(--primary); background: var(--sage-soft); }
.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea { width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid #b8cbb4; border-radius: 12px; color: var(--foreground); background: #fff; font-family: inherit; font-size: 16px; line-height: 1.6; transition: border-color .2s, box-shadow .2s; }
.contact-form-field textarea { min-height: 180px; resize: vertical; }
.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus { outline: 0; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(79,115,88,.13); }
.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder { color: #89948c; }
.contact-form-consent { display: flex; align-items: flex-start; gap: 12px; margin: 30px 0 24px; padding: 18px; border-radius: 14px; background: var(--sage-soft); font-size: 14px; line-height: 1.7; cursor: pointer; }
.contact-form-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--primary); }
.contact-form-consent a { color: var(--primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.contact-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-button { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 16px; color: #fff; background: linear-gradient(105deg, var(--primary), var(--foreground)); font-family: inherit; font-size: 17px; font-weight: 600; cursor: pointer; box-shadow: 0 12px 26px rgba(79,115,88,.22); transition: transform .2s, box-shadow .2s; }
.contact-form-button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(79,115,88,.28); }
.contact-form-button:disabled { opacity: .65; cursor: wait; transform: none; }
.contact-form-button svg { width: 20px; }
.contact-form-button--secondary { margin-top: 30px; color: var(--primary); background: var(--sage-soft); box-shadow: none; }
.contact-form-aside { position: sticky; top: 30px; overflow: hidden; border-radius: 30px; background: #fff; box-shadow: 0 22px 64px rgba(79,115,88,.13); }
.contact-form-aside > img { display: block; width: 100%; min-height: 420px; object-fit: cover; object-position: center; }
.contact-form-aside__note { padding: 28px 30px 32px; color: #fff; background: linear-gradient(110deg, var(--primary), var(--foreground)); }
.contact-form-aside__note p { margin: 0 0 5px; font-size: 14px; }
.contact-form-aside__note a { display: block; color: inherit; font-family: "Poppins", sans-serif; font-size: clamp(22px, 3vw, 31px); font-weight: 600; letter-spacing: .03em; }
.contact-form-aside__note span { display: block; margin-top: 4px; font-size: 12px; }
.contact-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 28px clamp(24px, 5vw, 72px); border-top: 1px solid var(--sage-mid); color: var(--primary); background: var(--sage-soft); }
.contact-form-footer a { font-weight: 600; }
.contact-confirmation { text-align: left; }
.contact-confirmation__mark { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border-radius: 50%; color: white; background: var(--primary); }
.contact-confirmation__list { margin: 34px 0 0; }
.contact-confirmation__list > div { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--sage); }
.contact-confirmation__list > div:last-child { border-bottom: 1px solid var(--sage); }
.contact-confirmation__list dt { color: var(--primary); font-weight: 600; }
.contact-confirmation__list dd { margin: 0; white-space: pre-wrap; line-height: 1.8; }
.contact-confirmation__actions { display: grid; gap: 12px; margin-top: 30px; }
.contact-confirmation__actions .contact-form-button--secondary { margin-top: 0; }
.contact-form-error { margin: 24px 0 0; padding: 15px 17px; border: 1px solid #c97171; border-radius: 12px; color: #7f2626; background: #fff4f4; font-size: 14px; line-height: 1.7; }

.privacy-page { min-height: 100vh; color: var(--foreground); background: linear-gradient(145deg, #fbfcf8, var(--sage-soft)); }
.privacy-header { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 24px; padding: 16px clamp(24px,5vw,72px); border-bottom: 1px solid var(--sage-mid); background: rgba(255,255,255,.95); }
.privacy-header > a:first-child { display: block; width: min(280px,55vw); }
.privacy-header img { display: block; width: 100%; height: auto; aspect-ratio: 1536 / 400; object-fit: cover; object-position: 50% 48%; }
.privacy-header > a:last-child { padding: 11px 18px; border: 1px solid var(--sage-mid); border-radius: 999px; color: var(--primary); font-size: 13px; font-weight: 700; }
.privacy-card { width: min(920px,calc(100% - 48px)); margin: 70px auto 90px; padding: clamp(34px,6vw,72px); border: 1px solid var(--sage-mid); border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(79,115,88,.12); }
.privacy-card h1 { margin: 0; font-family: "Klee One","Yu Mincho",serif; font-size: clamp(32px,4vw,48px); font-weight: 500; line-height: 1.5; }
.privacy-lead { margin: 24px 0 48px; font-size: 16px; line-height: 2; }
.privacy-card section { padding: 28px 0; border-top: 1px solid var(--sage-mid); }
.privacy-card section h2 { margin: 0 0 14px; color: var(--primary); font-size: 19px; line-height: 1.6; }
.privacy-card section p { margin: 0; font-size: 15px; line-height: 2; }
.privacy-card section a { color: var(--primary); font-weight: 700; }
.privacy-date { margin: 32px 0 0; text-align: right; font-size: 13px; }

@media (max-width: 800px) {
  .contact-choice-dialog { width: min(520px, calc(100% - 24px)); border-radius: 24px; }
  .contact-choice-dialog__panel { padding: 50px 22px 24px; }
  .contact-choice-dialog__close { top: 13px; right: 13px; width: 40px; height: 40px; }
  .contact-choice-dialog__lead { margin-bottom: 22px; font-size: 15px; }
  .contact-choice-dialog__options { grid-template-columns: 1fr; gap: 12px; }
  .contact-choice-card { min-height: 126px; padding: 20px; border-radius: 18px; }
  .contact-form-header { height: 88px; padding: 13px 18px; }
  .contact-form-header > a:first-child { width: min(245px, 66vw); }
  .contact-form-header__phone { display: none; }
  .contact-form-page__wash { top: 88px; }
  .contact-form-shell { grid-template-columns: 1fr; width: min(100% - 28px, 680px); padding: 34px 0 58px; }
  .contact-form-card { padding: 30px 20px; border-radius: 22px; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-form-field--wide { grid-column: auto; }
  .contact-form-aside { position: static; border-radius: 22px; }
  .contact-form-aside > img { min-height: 260px; max-height: 360px; }
  .contact-form-footer { flex-direction: column; align-items: flex-start; }
  .contact-confirmation__list > div { grid-template-columns: 1fr; gap: 5px; }
  .privacy-header { min-height: 82px; padding: 12px 16px; }
  .privacy-header > a:first-child { width: min(210px,57vw); }
  .privacy-header > a:last-child { padding: 9px 12px; font-size: 11px; }
  .privacy-card { width: calc(100% - 28px); margin: 34px auto 58px; padding: 30px 20px; border-radius: 22px; }
  .privacy-lead { margin-bottom: 36px; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-choice-card,
  .contact-form-button { transition: none; }
}
