/* Official greens only: dark #096028 and bright #329655. Neutrals support readable text. */
:root {
  color-scheme: light;
  --page: #ffffff;
  --panel: #096028;
  --heading: #ffffff;
  --body: #f2f2f2;
  --accent: #329655;
  --button-text: #ffffff;
  --field-text: #096028;
  --placeholder: #666666;
  --footer-text: #096028;
  --focus: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  background: var(--page);
  color: var(--field-text);
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 0; }
/* Apply directly: native controls can override an ancestor's selection rule. */
html, body, body * { -webkit-user-select: none; user-select: none; }
input:enabled:not(:placeholder-shown), textarea:enabled:not(:placeholder-shown) {
  -webkit-user-select: text;
  user-select: text;
}
input::placeholder, textarea::placeholder { -webkit-user-select: none; user-select: none; }
/* Suppress stray page highlighting while keeping entered values highlightable. */
::selection { background: transparent; color: inherit; }
input:enabled:not(:placeholder-shown)::selection,
textarea:enabled:not(:placeholder-shown)::selection { background: Highlight; color: HighlightText; }
[hidden] { display: none !important; }
svg { flex: 0 0 auto; }
.site-header, main, .site-footer { width: min(calc(100% - 4rem), 76rem); margin-inline: auto; }
.site-header { display: flex; justify-content: center; padding-block: 2.6rem 2.2rem; }
.brand { position: relative; width: clamp(9.45rem, 16.2vw, 12.15rem); height: 3.375rem; overflow: hidden; }
/* Trim only transparent vertical canvas padding; preserve the supplied artwork's aspect ratio. */
.brand img { position: absolute; top: 50%; left: 0; width: 100%; height: auto; transform: translateY(-50%); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.23fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  padding: clamp(2rem, 4.5vw, 4rem);
  border-radius: 1.75rem;
  background: var(--panel);
  color: var(--body);
}
.offer, .inquiry { min-width: 0; }
.offer { padding-block: 1rem; }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.7rem; color: var(--heading); font-size: 1.125rem; font-weight: 600; line-height: 1.5; }
.eyebrow span { font-size: 1.3rem; font-weight: 400; }
h1 { margin: 0; color: var(--heading); font-size: clamp(2rem, 3.65vw, 3.25rem); line-height: 1.17; font-weight: 650; letter-spacing: -.045em; }
h1 span { display: block; }
.supporting-copy { max-width: 29rem; margin: 1.8rem 0 0; font-size: 1.125rem; line-height: 1.8; }
.booking-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; margin-top: 1.5rem; color: var(--heading); font-size: 1rem; font-weight: 600; text-underline-offset: .3em; }
fieldset { display: grid; gap: 1.6rem; min-width: 0; padding: 0; margin: 0; border: 0; }
.field { min-width: 0; }
input { display: block; width: 100%; min-width: 0; min-height: 3.6rem; padding: 1rem 1.1rem; border: 2px solid transparent; border-radius: .7rem; background: var(--page); color: var(--field-text); font: inherit; font-size: 1rem; line-height: 1.35; }
input::placeholder { color: var(--placeholder); opacity: 1; }
input:disabled { opacity: 1; -webkit-text-fill-color: var(--placeholder); cursor: not-allowed; }
/* The shared fieldset gap spaces inputs and the button equally. */
.start-button { display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; min-height: 3.7rem; margin-top: 0; padding: 1rem 1.15rem; border: 2px solid transparent; border-radius: .7rem; background: var(--accent); color: var(--button-text); font: inherit; font-size: 1rem; font-weight: 700; text-align: left; }
.start-button:disabled { opacity: 1; cursor: not-allowed; }
.inquiry-status { margin: .9rem .15rem 0; color: var(--body); font-size: .8125rem; line-height: 1.6; text-align: center; }
.site-footer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .5rem 2rem; padding-block: 1.8rem 2.5rem; color: var(--footer-text); }
.contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem 1.4rem; min-width: 0; }
.contact-links a { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; max-width: 100%; color: inherit; font-size: .8125rem; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.contact-links span { min-width: 0; overflow-wrap: anywhere; }
.copyright { margin: 0; font-size: .8125rem; line-height: 1.6; text-align: center; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
.site-footer a:focus-visible, .skip-link:focus-visible { outline-color: var(--panel); }
main:focus { outline: none; }
.skip-link { position: absolute; top: 1rem; left: 1rem; z-index: 1; padding: .8rem 1rem; transform: translateY(-200%); border-radius: .4rem; background: var(--page); color: var(--panel); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 60rem) {
  .site-header, main, .site-footer { width: min(calc(100% - 2.5rem), 42rem); }
  .site-header { padding-block: 1.6rem; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 2.2rem; padding: clamp(1.5rem, 5vw, 3rem); }
  .offer { padding: 0; }
  h1 { font-size: clamp(1.8rem, 6.8vw, 3rem); }
  .eyebrow { margin-bottom: 1.2rem; }
  .supporting-copy { max-width: 32rem; margin-top: 1.3rem; }
  .site-footer { flex-direction: column; padding-block: 1.5rem 2rem; }
}
/* Compact phones; desktop and the existing tablet layout stay unchanged. */
@media (max-width: 40rem) {
  .site-header, main, .site-footer { width: calc(100% - 2rem); }
  .site-header { padding-block: .875rem 1rem; }
  .brand { width: min(8.1rem, 67.5%); height: 2.19375rem; }
  .hero { gap: 1.25rem; padding: 1.5rem; border-radius: 1.25rem; }
  .eyebrow, .supporting-copy, input, .start-button, .booking-link { font-size: .875rem; }
  .eyebrow { gap: .5rem; margin-bottom: .75rem; }
  h1 { font-size: calc(clamp(1.75rem, 7vw, 2.125rem) - 2px); line-height: 1.15; }
  .supporting-copy { margin-top: 1rem; line-height: 1.5; }
  .booking-link { margin-top: .75rem; }
  fieldset { gap: .75rem; }
  input { min-height: 3.125rem; padding: .75rem .875rem; }
  /* Button text matches the mobile fields; form remains disabled. */
  .start-button { min-height: 3.25rem; padding: .65rem 1rem; line-height: 1.25; }
  .inquiry-status { margin-top: .625rem; line-height: 1.45; }
  .site-footer { gap: .25rem; padding-block: 1rem 1.25rem; }
}
@media (max-width: 380px) {
  .site-header, main, .site-footer { width: calc(100% - 1.5rem); }
  .hero { padding: 1.25rem; border-radius: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
