/* ==========================================================================
   Sapling Fertilizer — holding page
   Standalone stylesheet; tokens mirror the main site design system
   (warm cream base · deep soil dark · brand orange · Fraunces + Inter)
   ========================================================================== */

:root {
  --orange:        #E9530D;
  --orange-deep:   #C94409;
  --orange-tint:   #FBE9DD;
  --cream:         #FAF7F1;
  --paper:         #FFFFFF;
  --ink:           #1E1B16;
  --soil:          #181410;
  --grey:          #6B655D;
  --line:          #E7E0D4;
  --cream-on-dark: #F5F0E6;
  --muted-on-dark: #B5AC9D;
  --line-on-dark:  rgba(245, 240, 230, 0.14);

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius: 20px;
  --radius-lg: 28px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--orange); color: #fff; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.hidden { display: none !important; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

strong { color: var(--ink); font-weight: 600; }
p + p { margin-top: 1em; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease,
              color 0.22s ease, transform 0.22s ease;
}
.btn:active { transform: scale(0.98); }

.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-deep); }

.btn--ghost-light { border-color: rgba(245, 240, 230, 0.35); color: var(--cream-on-dark); background: transparent; }
.btn--ghost-light:hover { border-color: var(--cream-on-dark); }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; justify-content: center; }

/* ---------- Holding page (index) ---------- */

.hold {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--soil);
  color: var(--muted-on-dark);
  overflow: hidden;
}

.hold__inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(48px, 8vh, 96px) clamp(20px, 4vw, 48px);
  animation: hold-in 0.9s ease both;
}

@keyframes hold-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hold__inner { animation: none; }
  .btn { transition: none; }
}

.hold__logo { width: clamp(150px, 22vw, 210px); margin-bottom: clamp(36px, 6vh, 64px); }

.hold h1 {
  color: var(--cream-on-dark);
  font-size: clamp(40px, 5.6vw, 68px);
  max-width: 15ch;
}

.hold__lead {
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
  max-width: 52ch;
  margin-top: 24px;
}
.hold__lead a { color: var(--cream-on-dark); border-bottom: 1px solid var(--line-on-dark); transition: border-color 0.2s ease; }
.hold__lead a:hover { border-color: var(--orange); }

.hold__email {
  margin-top: 36px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--cream-on-dark);
  border-bottom: 1.5px solid var(--line-on-dark);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.hold__email:hover { color: #fff; border-color: var(--orange); }

/* ---------- Contact page ---------- */

.page-hero {
  background: var(--soil);
  color: var(--muted-on-dark);
  padding: clamp(28px, 4vw, 40px) 0 clamp(40px, 5vw, 56px);
}
.page-hero h1 { color: var(--cream-on-dark); font-size: clamp(32px, 4vw, 46px); margin-top: clamp(28px, 4vw, 44px); }
.page-hero__lead { max-width: 60ch; margin-top: 16px; font-size: clamp(16px, 1.5vw, 18px); }

.page-hero__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-hero__bar img { height: 40px; width: auto; }
.page-hero__back {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--cream-on-dark);
  border: 1.5px solid rgba(245, 240, 230, 0.35);
  border-radius: 999px;
  padding: 9px 20px;
  transition: border-color 0.22s ease;
}
.page-hero__back:hover { border-color: var(--cream-on-dark); }

.section { padding: clamp(56px, 7vw, 96px) 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.form,
.form-success {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 48px);
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form__field { margin-bottom: 20px; }
.form__field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.req { color: var(--orange); margin-left: 2px; }

.form__field input,
.form__field select,
.form__field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 13px 16px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.form__field textarea { min-height: 150px; resize: vertical; }
.form__field input:focus,
.form__field select:focus,
.form__field textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: var(--paper);
}

.form__error {
  color: #B3330E;
  background: var(--orange-tint);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  margin-bottom: 18px;
}

.form__submit .btn { width: 100%; }

.form-success h3 { margin-bottom: 12px; font-size: clamp(22px, 2.4vw, 28px); }

/* Honeypot — visually removed, still in the DOM for bots */
.hp-field {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-info { padding-top: 8px; }
.contact-info h3 { margin-bottom: 12px; font-size: clamp(22px, 2.4vw, 28px); }
.contact-info__item { margin-top: 28px; }
.contact-info__label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.contact-info__item a {
  font-family: var(--font-display);
  font-size: 21px;
  color: var(--ink);
  transition: color 0.2s ease;
}
.contact-info__item a:hover { color: var(--orange); }
.mb-0 { margin-bottom: 0; }

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .btn-row .btn { width: 100%; }
}
