/* ==========================================================================
   Roselle Studio — Design System
   Palette: dusty blue-gray -> sage/olive, mustard glow, blush accents.
   Watercolor-soft gradients, warm/calming, editorial serif + clean sans.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Inter:wght@300;400;500;600;700&display=swap');

/* Surgical glyph swap: pulls the digit "2" from Newsreader (calmer, non-curled)
   while every other character in var(--font-head) still renders in Fraunces.
   unicode-range restricts this face to U+0032 only. */
@font-face {
  font-family: 'FrauncesNumeralFix';
  src: url(https://fonts.gstatic.com/s/newsreader/v26/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_wC-ZFHDWwgUii.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0032;
}

:root {
  /* Core palette */
  --blue: #6c8299;
  --blue-deep: #4f6478;
  --sage: #8c9c7c;
  --sage-deep: #6f7f5f;
  --mustard: #dda840;
  --mustard-deep: #c48a2a;
  --blush: #e7b3b2;
  --blush-deep: #d99795;
  --plum: #8d7a9c;
  --plum-deep: #715f80;

  /* Neutrals */
  --cream: #faf6f0;
  --cream-deep: #f2ebe1;
  --ink: #33302c;
  --ink-soft: #5a564f;
  --white: #ffffff;

  /* Type */
  --font-head: 'FrauncesNumeralFix', 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout */
  --max-width: 1120px;
  --radius: 18px;
  --radius-sm: 10px;
  --nav-height: 76px;

  --shadow-soft: 0 10px 40px -14px rgba(79, 100, 120, 0.25);
  --shadow-card: 0 6px 24px -10px rgba(79, 100, 120, 0.18);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 400; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; color: var(--ink-soft); }
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
}
section { position: relative; padding: 96px 0; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum-deep);
  margin-bottom: 14px;
  display: inline-block;
}

/* ---------- Watercolor gradient backgrounds ---------- */
.wc-bg {
  background-color: var(--cream);
  background-image:
    radial-gradient(ellipse 55% 50% at 14% 18%, rgba(141, 122, 156, 0.30), transparent 62%),
    radial-gradient(ellipse 50% 45% at 85% 8%, rgba(221, 168, 64, 0.24), transparent 60%),
    radial-gradient(ellipse 60% 55% at 50% 100%, rgba(140, 156, 124, 0.30), transparent 62%),
    radial-gradient(ellipse 42% 40% at 92% 85%, rgba(231, 179, 178, 0.26), transparent 60%),
    radial-gradient(ellipse 45% 45% at 4% 90%, rgba(108, 130, 153, 0.22), transparent 60%);
}
.wc-bg-soft {
  background-color: var(--cream);
  background-image:
    radial-gradient(ellipse 50% 45% at 90% 15%, rgba(221, 168, 64, 0.16), transparent 60%),
    radial-gradient(ellipse 55% 50% at 10% 85%, rgba(140, 156, 124, 0.20), transparent 60%),
    radial-gradient(ellipse 40% 40% at 50% 0%, rgba(141, 122, 156, 0.14), transparent 60%);
}
.wc-bg-deep {
  background-color: var(--cream-deep);
  background-image:
    radial-gradient(ellipse 60% 55% at 8% 10%, rgba(108, 130, 153, 0.32), transparent 62%),
    radial-gradient(ellipse 55% 50% at 95% 30%, rgba(231, 179, 178, 0.28), transparent 60%),
    radial-gradient(ellipse 60% 60% at 40% 100%, rgba(140, 156, 124, 0.32), transparent 62%),
    radial-gradient(ellipse 45% 40% at 100% 95%, rgba(221, 168, 64, 0.2), transparent 60%);
}

/* Organic wave divider between sections */
.divider {
  height: 90px;
  width: 100%;
  display: block;
  background: linear-gradient(120deg, rgba(108,130,153,0.35), rgba(140,156,124,0.35) 45%, rgba(221,168,64,0.30) 75%, rgba(231,179,178,0.35));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C 200,100 400,0 600,50 C 800,100 1000,20 1200,60 L1200,120 L0,120 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C 200,100 400,0 600,50 C 800,100 1000,20 1200,60 L1200,120 L0,120 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  opacity: 0.7;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(120deg, var(--blue-deep), var(--plum) 55%, var(--blush-deep));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(79,100,120,0.4); }
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(51,48,44,0.25);
}
.btn-secondary:hover { border-color: var(--blue-deep); color: var(--blue-deep); }
.btn-secondary.btn-blue { color: var(--blue-deep); border-color: var(--blue-deep); }
.btn-secondary.btn-blue:hover { background: rgba(79,100,120,0.08); }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }

/* ---------- Nav ---------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  background: rgba(250, 246, 240, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(51,48,44,0.08);
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-family: var(--font-head);
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--sage) 45%, var(--mustard) 75%, var(--blush));
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}
.nav-links a:not(.btn) {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color 0.2s ease;
}
.nav-links a:not(.btn):hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue), var(--sage), var(--mustard));
}
.nav-cta { margin-left: 8px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: all 0.25s ease;
}

@media (max-width: 860px) {
  .nav-links {
    position: fixed;
    top: var(--nav-height);
    left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 18px 28px 28px;
    border-bottom: 1px solid rgba(51,48,44,0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a:not(.btn) { padding: 10px 0; width: 100%; }
  .nav-cta { margin: 10px 0 0; }
  .nav-toggle { display: block; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 120px 0 100px;
  text-align: left;
}
.hero-inner { max-width: 760px; }
.hero h1 { margin-bottom: 22px; }
.hero .lede {
  font-size: 1.2rem;
  color: var(--ink-soft);
  max-width: 620px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.page-header {
  padding: 88px 0 70px;
  text-align: left;
}
.page-header .eyebrow { margin-bottom: 16px; }
.page-header h1 { max-width: 700px; }
.page-header .lede { max-width: 640px; font-size: 1.1rem; }

/* ---------- Value prop / feature cards ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 860px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(51,48,44,0.05);
}
.card-num {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 20px;
}
.card:nth-child(1) .card-num { background: linear-gradient(135deg, var(--blue), var(--blue-deep)); }
.card:nth-child(2) .card-num { background: linear-gradient(135deg, var(--sage), var(--sage-deep)); }
.card:nth-child(3) .card-num { background: linear-gradient(135deg, var(--mustard), var(--mustard-deep)); }
.card h3 { margin-bottom: 10px; }
.card p { margin-bottom: 0; }

/* ---------- Section heading block ---------- */
.section-head { max-width: 640px; margin: 0 0 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- CTA band ---------- */
.cta-band {
  border-radius: 28px;
  padding: 64px 56px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(ellipse 70% 100% at 0% 0%, rgba(255,255,255,0.15), transparent 60%),
    linear-gradient(120deg, var(--blue-deep), var(--plum) 50%, var(--sage-deep));
}
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.85); max-width: 520px; margin: 0 auto 30px; }
.cta-band .btn-secondary { border-color: rgba(255,255,255,0.5); color: var(--white); }
.cta-band .btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.cta-band .btn-primary { background: var(--white); color: var(--blue-deep); box-shadow: none; }
.cta-band .btn-primary:hover { transform: translateY(-2px); }

/* ---------- Footer ---------- */
footer {
  padding: 56px 0 40px;
  border-top: 1px solid rgba(51,48,44,0.08);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 36px;
}
.footer-brand .logo { margin-bottom: 12px; }
.footer-brand p { max-width: 280px; font-size: 0.92rem; }
.footer-links { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 16px;
}
.footer-col a, .footer-col span {
  display: block;
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.footer-col a:hover { color: var(--blue-deep); }
.footer-bottom {
  font-size: 0.82rem;
  color: var(--ink-soft);
  opacity: 0.8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* ==========================================================================
   About Roselle
   ========================================================================== */
.story-block { max-width: 760px; }
.story-block p { font-size: 1.08rem; }
.quote-callout {
  margin: 48px 0;
  padding: 40px 44px;
  border-radius: var(--radius);
  background: var(--white);
  border-left: 4px solid transparent;
  border-image: linear-gradient(180deg, var(--blue), var(--sage), var(--mustard)) 1;
  box-shadow: var(--shadow-card);
}
.quote-callout p {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ink);
  margin: 0;
}
.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 860px) { .value-row { grid-template-columns: 1fr; } }
.value-item { text-align: left; }
.value-item .dot {
  width: 10px; height: 10px; border-radius: 50%;
  margin-bottom: 14px;
}
.value-item:nth-child(1) .dot { background: var(--blue); }
.value-item:nth-child(2) .dot { background: var(--sage); }
.value-item:nth-child(3) .dot { background: var(--mustard); }
.value-item:nth-child(4) .dot { background: var(--blush-deep); }

/* ==========================================================================
   About Lauren
   ========================================================================== */
.profile-header {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}
.profile-photo {
  flex-shrink: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--sage) 40%, var(--mustard) 75%, var(--blush));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
}
.profile-photo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.profile-photo .initials {
  font-family: var(--font-head);
  font-size: 3rem;
  color: var(--white);
}
.profile-info h1 { margin-bottom: 8px; }
.profile-title {
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.profile-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
.profile-links a.linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--blue-deep);
}
.profile-links a.linkedin:hover { text-decoration: underline; }
.profile-email {
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.profile-email a { color: var(--ink-soft); font-weight: 500; }
.profile-email a:hover { color: var(--blue-deep); }

@media (max-width: 720px) {
  .profile-header { flex-direction: column; align-items: flex-start; }
  .profile-photo { width: 150px; height: 150px; }
}

.summary-text {
  max-width: 760px;
  font-size: 1.12rem;
  margin-top: 40px;
}

.stat-callout {
  margin: 12px 0 8px;
  padding: 40px 44px;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 80% 100% at 100% 0%, rgba(255,255,255,0.18), transparent 60%),
    linear-gradient(120deg, var(--mustard-deep), var(--blush-deep) 60%, var(--plum));
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.stat-callout .big-stat {
  font-family: var(--font-head);
  font-size: 3.4rem;
  line-height: 1;
  flex-shrink: 0;
}
.stat-callout .stat-copy { flex: 1; min-width: 240px; }
.stat-callout .stat-copy .label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 8px;
}
.stat-callout p { color: rgba(255,255,255,0.92); margin: 0; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 780px) { .work-grid { grid-template-columns: 1fr; } }
.work-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 28px 26px;
  box-shadow: var(--shadow-card);
}
.work-card .tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  color: var(--white);
}
.work-card:nth-child(1) .tag { background: var(--blue-deep); }
.work-card:nth-child(2) .tag { background: var(--sage-deep); }
.work-card:nth-child(3) .tag { background: var(--mustard-deep); }
.work-card:nth-child(4) .tag { background: var(--plum-deep); }
.work-card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.work-card p { font-size: 0.95rem; margin: 0; }

.companies-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.company-chip {
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--ink);
}
.company-chip .via { font-family: var(--font-body); font-size: 0.78rem; color: var(--ink-soft); font-weight: 500; }

.tools-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tool-chip {
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(51,48,44,0.15);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--white);
}

.exp-highlight {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 8px;
}
.exp-highlight .num {
  font-family: var(--font-head);
  font-size: 1.82rem; /* 30% smaller than original 2.6rem */
  color: var(--blue-deep);
}
.exp-highlight .txt { font-size: 1.1rem; color: var(--ink-soft); }

/* Resume accordion */
.resume-toggle-wrap { text-align: center; margin-top: 8px; }
.resume-toggle {
  background: linear-gradient(120deg, var(--blue), var(--sage) 75%);
  border: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.resume-toggle:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(111,127,95,0.4); }
.resume-toggle .chevron { transition: transform 0.25s ease; }
.resume-toggle[aria-expanded="true"] .chevron { transform: rotate(180deg); }

.resume-panel {
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.resume-panel.open { max-height: 6000px; }
.resume-panel-inner { padding-top: 44px; }

.resume-entry { margin-bottom: 36px; }
.resume-entry-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
.resume-entry-head h3 { margin-bottom: 0; }
.resume-entry-head .role-company { font-size: 1rem; color: var(--ink-soft); font-weight: 500; }
.resume-entry-head .dates {
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 500;
  white-space: nowrap;
}
.resume-entry ul { margin-top: 12px; }
.resume-entry li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.96rem;
  color: var(--ink-soft);
}
.resume-entry li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage-deep);
}
.resume-education {
  padding-top: 24px;
  border-top: 1px solid rgba(51,48,44,0.1);
}
.resume-note {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.75;
}

/* ==========================================================================
   Services
   ========================================================================== */
.service-list { display: flex; flex-direction: column; gap: 22px; }
.service-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 36px;
  box-shadow: var(--shadow-card);
  align-items: start;
}
@media (max-width: 700px) {
  .service-row { grid-template-columns: 1fr; }
}
.service-index {
  font-family: var(--font-head);
  font-size: 2.2rem;
  color: var(--blue-deep);
  opacity: 0.55;
}
.service-row:nth-child(2) .service-index { color: var(--sage-deep); }
.service-row:nth-child(3) .service-index { color: var(--mustard-deep); }
.service-row:nth-child(4) .service-index { color: var(--plum-deep); }
.service-row h3 { margin-bottom: 6px; }
.service-best {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--cream-deep);
  padding: 6px 14px;
  border-radius: 999px;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 860px) { .contact-wrap { grid-template-columns: 1fr; } }
.contact-info h2 { margin-bottom: 16px; }
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 16px 22px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  font-weight: 600;
  color: var(--blue-deep);
}
.contact-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-soft);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ink);
}
.field input, .field textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1.5px solid rgba(51,48,44,0.16);
  font-family: var(--font-body);
  font-size: 0.96rem;
  color: var(--ink);
  background: var(--cream);
  transition: border-color 0.2s ease;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue-deep);
}
.field textarea { resize: vertical; min-height: 140px; }
.form-status {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 500;
  min-height: 1.2em;
}
.form-status.success { color: var(--sage-deep); }
.form-status.error { color: var(--blush-deep); }

/* ---------- Fade-in on scroll ---------- */
.fade-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.in-view { opacity: 1; transform: translateY(0); }
