.guest-auth-page {
  --guest-ink: #203a33;
  --guest-muted: #596a64;
  --guest-green: #224f43;
  --guest-green-dark: #183d34;
  --guest-sage: #9bad91;
  --guest-clay: #b55f43;
  --guest-clay-soft: #f7eae4;
  --guest-ivory: #fbf7ef;
  background: var(--guest-ivory);
  color: var(--guest-ink);
  min-height: 100vh;
}

.guest-auth-page p { color: var(--guest-muted); }

.guest-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(410px, 1fr);
  min-height: 100vh;
}

.guest-welcome {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(32px, 4.4vw, 72px) clamp(28px, 5.6vw, 88px) 0;
}

.guest-brand {
  color: var(--guest-green);
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  letter-spacing: -.035em;
  line-height: 1;
  margin-bottom: clamp(44px, 6vh, 68px);
}

.guest-brand small {
  border-top: 1px solid var(--guest-sage);
  display: block;
  font-family: "Geist", sans-serif;
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .28em;
  margin-top: 10px;
  padding-top: 8px;
  text-transform: uppercase;
}

.guest-handwritten {
  color: var(--guest-clay) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-style: italic;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0 0 18px;
}

.guest-welcome h1 {
  color: var(--guest-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.1vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin: 0;
  max-width: 820px;
}

.guest-welcome-copy {
  border-top: 2px solid var(--guest-sage);
  margin-top: 24px;
  max-width: 660px;
  padding-top: 22px;
}

.guest-welcome-copy p {
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
  line-height: 1.65;
  margin: 0 0 12px;
}

.guest-signature {
  color: var(--guest-green) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem !important;
  font-style: italic;
  margin-top: 22px !important;
}

.guest-welcome-visual {
  margin: auto calc(clamp(28px, 5.6vw, 88px) * -1) 0;
  min-height: 250px;
  overflow: hidden;
}

.guest-welcome-visual img {
  display: block;
  height: clamp(260px, 36vh, 440px);
  object-fit: cover;
  object-position: 52% 55%;
  width: 100%;
}

.guest-access {
  background: rgba(255, 255, 255, .72);
  border-left: 1px solid rgba(34, 79, 67, .12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 78px) clamp(28px, 5vw, 72px);
}

.guest-access-inner { margin: auto 0; max-width: 560px; }

.guest-access h2 {
  color: var(--guest-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 3vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 18px;
}

.guest-access-intro { font-size: 1rem; line-height: 1.65; margin: 0 0 30px; max-width: 47ch; }

.guest-form { display: grid; gap: 18px; }
.guest-form label { color: var(--guest-ink); display: grid; font-size: .94rem; font-weight: 700; gap: 8px; }
.guest-form input,
.guest-form textarea {
  background: rgba(255,255,255,.9);
  border: 1px solid #9ca9a4;
  border-radius: 8px;
  color: var(--guest-ink);
  font: inherit;
  min-height: 52px;
  padding: 13px 15px;
  width: 100%;
}
.guest-form textarea { min-height: 96px; resize: vertical; }
.guest-form input:hover,
.guest-form textarea:hover { border-color: var(--guest-green); }
.guest-form input:focus,
.guest-form textarea:focus { border-color: var(--guest-green); box-shadow: 0 0 0 4px rgba(34,79,67,.12); outline: 0; }

.guest-auth-page :is(a, button, input, textarea):focus-visible {
  outline: 3px solid #b24f2f;
  outline-offset: 4px;
}

.guest-form button[type="submit"],
.guest-button {
  align-items: center;
  background: var(--guest-green);
  border: 1px solid var(--guest-green);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font: inherit;
  font-weight: 750;
  justify-content: center;
  min-height: 54px;
  padding: 13px 20px;
  text-decoration: none;
}
.guest-form button[type="submit"]:hover,
.guest-button:hover { background: var(--guest-green-dark); }
.guest-form button:disabled { cursor: wait; opacity: .55; }

.guest-login-actions { align-items: center; display: flex; justify-content: flex-end; margin-top: -6px; }
.guest-link-button {
  background: transparent;
  border: 0;
  color: var(--guest-green);
  font: inherit;
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding: 8px 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guest-security-note {
  border-left: 2px solid var(--guest-sage);
  font-size: .9rem !important;
  line-height: 1.5 !important;
  margin: 18px 0 0 !important;
  padding-left: 13px;
}

.guest-already-in {
  font-size: .92rem;
  margin: 4px 0 0;
}
.guest-already-in a {
  color: var(--guest-green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gb-topbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin: 0 0 6px;
}
.gb-topbar a {
  color: var(--guest-green);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.guest-invitation {
  border: 1px solid rgba(181, 95, 67, .62);
  border-radius: 12px;
  margin-top: 38px;
  padding: 22px;
}
.guest-invitation h3 {
  color: var(--guest-clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 8px;
}
.guest-invitation > p { font-size: .93rem; line-height: 1.55; margin: 0 0 15px; }
.guest-request-toggle {
  background: transparent;
  border: 1px solid var(--guest-clay);
  border-radius: 8px;
  color: #984a32;
  font: inherit;
  font-weight: 720;
  min-height: 48px;
  padding: 11px 16px;
  width: 100%;
}
.guest-request-toggle:hover { background: var(--guest-clay-soft); }
.guest-request-form { border-top: 1px solid rgba(181,95,67,.28); margin-top: 20px; padding-top: 20px; }
.guest-request-form .guest-form button[type="submit"] { background: var(--guest-clay); border-color: var(--guest-clay); }

.guest-status { background: #e8f0ed; border-radius: 8px; margin: 0 0 22px; padding: 12px 14px; }
.guest-status[data-kind="error"] { background: #fbe7e3; color: #7a241a; }
.guest-status[data-kind="success"] { background: #e4f3e7; color: #1d5c2b; }
.guest-note { color: #53645e !important; font-size: .9rem !important; line-height: 1.58 !important; }
.guest-note a { color: var(--guest-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.guest-optional { font-size: .9em; font-weight: 500; }
.guest-captcha-help { margin: 0; }
.guest-privacy-note { border-left: 2px solid var(--guest-sage); margin: 18px 0 0; padding-left: 13px; }
.guest-privacy-note strong { color: var(--guest-ink); }
.guest-honeypot { left: -10000px; position: absolute; }
.guest-confidentiality-field { margin: 0; }
.guest-checkbox-label {
  align-items: flex-start;
  display: flex;
  font-size: .92rem !important;
  font-weight: 500 !important;
  gap: 10px;
  line-height: 1.5;
}
.guest-checkbox-label input[type="checkbox"] {
  accent-color: var(--guest-green);
  flex: 0 0 auto;
  height: 19px;
  margin-top: 2px;
  min-height: 0;
  width: 19px;
}
.guest-checkbox-label span { color: var(--guest-ink); }
.guest-checkbox-label a { color: var(--guest-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.guest-account p { overflow-wrap: anywhere; }
.guest-review-request {
  background: #fffaf5;
  border: 1px solid rgba(181,95,67,.45);
  border-radius: 10px;
  margin-top: 22px;
  padding: 20px;
}
.guest-review-request h3 {
  color: var(--guest-clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
  margin: 0 0 8px;
}
.guest-review-request p { font-size: .92rem; line-height: 1.55; margin: 0 0 15px; }
.guest-review-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.guest-review-link {
  background: var(--guest-clay);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-weight: 720;
  padding: 11px 15px;
}
.guest-review-link:hover { background: #984a32; }
.guest-legal { margin: 30px 0 0; }
.guest-legal a { text-decoration: underline; text-underline-offset: 3px; }

.guest-success {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr);
  min-height: 100vh;
}
.guest-success-visual { margin: 0; min-height: 100vh; overflow: hidden; position: relative; }
.guest-success-visual img { height: 100%; object-fit: cover; object-position: 57% 50%; position: absolute; width: 100%; }
.guest-success-content {
  align-self: center;
  max-width: 760px;
  padding: clamp(48px, 6vw, 94px);
}
.guest-success-brand { margin-bottom: clamp(48px, 7vh, 76px); }
.guest-success-kicker {
  color: var(--guest-clay) !important;
  font-size: .78rem !important;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.guest-success-content h1 {
  color: var(--guest-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 24px;
}
.guest-success-lead { font-size: 1.08rem !important; line-height: 1.65 !important; max-width: 58ch; }
.guest-process { counter-reset: guest-step; display: grid; gap: 0; list-style: none; margin: 34px 0; padding: 0; }
.guest-process li {
  border-top: 1px solid rgba(34,79,67,.17);
  counter-increment: guest-step;
  display: grid;
  gap: 4px 16px;
  grid-template-columns: 40px 1fr;
  padding: 18px 0;
}
.guest-process li::before {
  color: var(--guest-clay);
  content: counter(guest-step, decimal-leading-zero);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  grid-row: 1 / 3;
}
.guest-process strong { color: var(--guest-ink); font-size: 1rem; }
.guest-process span { color: var(--guest-muted); font-size: .93rem; line-height: 1.5; }
.guest-success-note { background: #f1eee5; border-left: 3px solid var(--guest-sage); padding: 14px 16px; }
.guest-success-note strong { color: var(--guest-ink); }
.guest-success-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.guest-success-actions .guest-button { min-width: 180px; }
.guest-secondary-button {
  align-items: center;
  border: 1px solid rgba(34,79,67,.5);
  border-radius: 8px;
  color: var(--guest-green);
  display: inline-flex;
  font-weight: 720;
  justify-content: center;
  min-height: 54px;
  padding: 13px 20px;
}
.guest-secondary-button:hover { background: #edf3f0; border-color: var(--guest-green); }
.guest-success-help { font-size: .92rem !important; line-height: 1.65 !important; margin-top: 24px; }
.guest-success-help a { color: var(--guest-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.guest-legal-page {
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(40px, 6vw, 88px) clamp(24px, 5vw, 40px) 80px;
}
.guest-legal-page h1 {
  color: var(--guest-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.12;
  margin: 30px 0 20px;
}
.guest-legal-intro { font-size: 1.02rem; line-height: 1.65; margin: 0 0 26px; }
.guest-legal-list { display: grid; gap: 16px; margin: 0 0 30px; padding-left: 22px; }
.guest-legal-list li { color: var(--guest-ink); font-size: .98rem; line-height: 1.6; }
.guest-legal-list strong { color: var(--guest-green); }
.guest-legal-note { border-left: 2px solid var(--guest-sage); font-size: .88rem !important; padding-left: 13px; }
.guest-legal-back { font-size: .95rem; margin-top: 30px; }
.guest-legal-back a { color: var(--guest-green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .guest-shell { grid-template-columns: 1fr; }
  .guest-welcome { min-height: auto; padding-bottom: 0; }
  .guest-brand { margin-bottom: 48px; }
  .guest-welcome-visual { margin-top: 36px; }
  .guest-welcome-visual img { height: min(48vw, 400px); min-height: 280px; }
  .guest-access { border-left: 0; border-top: 1px solid rgba(34,79,67,.12); }
  .guest-access-inner { margin: 0 auto; width: min(100%, 620px); }
  .guest-success { grid-template-columns: 1fr; }
  .guest-success-visual { min-height: min(55vw, 460px); }
  .guest-success-content { justify-self: center; max-width: 760px; padding: 56px 28px 72px; }
  .guest-success-brand { margin-bottom: 44px; }
}

@media (max-width: 580px) {
  .guest-welcome { padding-left: 22px; padding-right: 22px; }
  .guest-brand { font-size: 1.7rem; margin-bottom: 38px; }
  .guest-handwritten { font-size: 2.15rem; }
  .guest-welcome h1 { font-size: 2.35rem; }
  .guest-welcome-copy { margin-top: 20px; }
  .guest-welcome-visual { margin-left: -22px; margin-right: -22px; }
  .guest-welcome-visual img { height: 310px; object-position: 58% 58%; }
  .guest-access { padding: 42px 22px; }
  .guest-access h2 { font-size: 2.5rem; }
  .guest-invitation { margin-top: 30px; padding: 18px; }
  .guest-success-visual { min-height: 300px; }
  .guest-success-content { padding: 40px 22px 56px; }
  .guest-success-content h1 { font-size: 2.75rem; }
  .guest-success-actions { display: grid; }
  .guest-success-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .guest-auth-page * { scroll-behavior: auto !important; transition: none !important; }
}
