/* ramsabode.com — Apple layout (DESIGN.md) on white, with gold as the single accent */
:root {
  --gold: #c8a24a;            /* decorative / button background / logo */
  --gold-text: #a8842c;       /* readable gold for eyebrows, links, accents on white */
  --gold-deep: #8c6d20;
  --ink: #1d1d1f;
  --ink-muted: #6e6e73;
  --hairline: #d8d2c4;
  --divider: #efe9dc;
  --canvas: #ffffff;
  --parchment: #faf7f1;       /* warm off-white (subtle gold tint) */

  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;
  --font-text: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
  --wrap: 1024px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--canvas); color: var(--ink);
  font-family: var(--font-text); font-size: 17px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; letter-spacing: -0.01em;
}
a { color: var(--gold-text); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.03em; line-height: 1.06; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(22px, 5vw, 40px); width: 100%; }
.wrap-narrow { max-width: 720px; margin: 0 auto; padding: 0 clamp(22px, 5vw, 40px); width: 100%; }
.center { text-align: center; }

.tile-light { background: var(--canvas); }
.tile-parchment { background: var(--parchment); }
.band { padding: clamp(78px, 12vw, 148px) 0; }

.eyebrow { font-family: var(--font-text); font-size: 15px; font-weight: 600; color: var(--gold-text); margin-bottom: 16px; }

/* ---------- Nav (light) ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.82); backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--divider);
}
.nav-inner { max-width: 1180px; margin: 0 auto; height: 62px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(20px, 5vw, 40px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand img { height: 34px; width: auto; display: block; }
.brand span { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--ink); letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 30px); }
.nav-links a { color: var(--ink); font-size: 14px; }
.nav-links a:hover { color: var(--gold-text); text-decoration: none; }
.nav-cta { color: var(--gold-text) !important; font-weight: 600; }

/* ---------- Buttons (gold pill) ---------- */
.btn {
  display: inline-block; background: var(--gold); color: #2a2208;
  font-family: var(--font-text); font-size: 17px; font-weight: 600;
  padding: 12px 26px; border-radius: 980px; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s; letter-spacing: -0.01em;
}
.btn:hover { background: #d4b05c; text-decoration: none; transform: translateY(-1px); }

/* ---------- Hero (white, photo on the side) ---------- */
.hero {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(32px, 5vw, 72px);
  align-items: center; padding: clamp(56px, 9vw, 110px) clamp(22px, 5vw, 40px);
}
.hero-text { text-align: left; }
.hero .kicker { font-size: 17px; font-weight: 600; color: var(--gold-text); margin-bottom: 18px; }
.hero h1 { font-size: clamp(40px, 6.6vw, 76px); color: var(--ink); }
.hero-sub { margin-top: 26px; max-width: 30ch; font-size: clamp(18px, 2.2vw, 22px); color: var(--ink-muted); line-height: 1.45; }
.hero .btn { margin-top: 32px; }
.hero-photo img {
  width: 100%; height: auto; display: block; border-radius: 22px;
  box-shadow: 0 34px 70px rgba(40,30,0,0.20), 0 8px 22px rgba(0,0,0,0.10);
}

/* ---------- Felt lines ---------- */
.band h2 { font-size: clamp(30px, 5vw, 52px); color: var(--ink); }
.lines { display: flex; flex-direction: column; gap: 26px; margin-top: 48px; }
.lines p { font-size: clamp(21px, 2.8vw, 30px); font-weight: 500; line-height: 1.32;
  letter-spacing: -0.02em; font-family: var(--font-display); }
.muted-copy { margin: 44px auto 0; max-width: 44ch; font-size: 19px; color: var(--ink-muted); }
.muted-copy.small { font-size: 15px; max-width: 60ch; margin-top: 28px; }
.accent-line { margin-top: 36px; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(22px, 3vw, 30px); color: var(--gold-text); letter-spacing: -0.02em; }

/* ---------- How it works prose ---------- */
.prose { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; }
.prose p { font-size: clamp(19px, 2.3vw, 23px); line-height: 1.5; }
.prose-soft { color: var(--ink-muted); }

/* ---------- About ---------- */
.about-h { font-size: clamp(28px, 4.4vw, 46px); max-width: 18ch; margin-bottom: 40px; }
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(36px, 6vw, 72px); align-items: start; }
.about-copy p { color: #424245; font-size: 18px; margin-bottom: 18px; }
.about-stat { color: var(--ink) !important; font-weight: 600; font-size: 20px !important; font-family: var(--font-display); }
.about-mirror { font-family: var(--font-display); font-weight: 600; color: var(--gold-text) !important; font-size: 22px !important; letter-spacing: -0.02em; }
.creds { background: var(--parchment); border: 1px solid var(--divider); border-radius: 18px; padding: 28px 30px; }
.creds p { font-size: 14px; color: var(--ink-muted); line-height: 1.65; }
.creds-music { margin-top: 16px; }

/* ---------- Clients ---------- */
.clients-intro { font-size: clamp(18px, 2.2vw, 21px); color: var(--ink-muted); margin-bottom: 40px; }
.clients-intro strong { color: var(--ink); font-weight: 600; }
.client-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); border-radius: 18px; overflow: hidden; }
.client-grid li { display: flex; align-items: center; justify-content: center; padding: 30px 16px;
  font-family: var(--font-display); font-size: clamp(16px, 1.9vw, 21px); font-weight: 500; color: var(--ink);
  background: #fff; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); transition: color 0.2s, background 0.2s; }
.client-grid li:hover { background: var(--parchment); color: var(--gold-deep); }

/* ---------- Ways ---------- */
.ways-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; text-align: left; }
.way { background: var(--parchment); border: 1px solid var(--divider); border-radius: 18px; padding: 34px 32px; }
.way h3 { font-size: 24px; margin-bottom: 8px; }
.way p { color: var(--ink-muted); font-size: 16px; }

/* ---------- Belief ---------- */
.belief { text-align: center; padding: clamp(96px, 13vw, 168px) clamp(22px, 5vw, 40px); }
.belief p { font-family: var(--font-display); font-weight: 600; color: var(--ink);
  font-size: clamp(32px, 5.4vw, 62px); line-height: 1.1; letter-spacing: -0.03em; }
.belief .gold-em { color: var(--gold-text); }

/* ---------- Contact ---------- */
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 80px); align-items: start; text-align: left; }
.contact-copy h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 18px; }
.contact-copy p { color: var(--ink-muted); max-width: 40ch; font-size: 18px; }
.email-link { display: inline-block; margin-top: 26px; font-size: 21px; font-family: var(--font-display); }
.phone-link { display: block; margin-top: 12px; color: var(--ink-muted); font-size: 16px; }
.phone-link:hover { color: var(--gold-text); }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; }
.contact-form span { font-size: 14px; color: var(--ink-muted); }
.contact-form input, .contact-form textarea {
  background: #fff; border: 1px solid var(--hairline); border-radius: 12px; padding: 13px 15px;
  color: var(--ink); font-family: inherit; font-size: 17px; transition: border-color 0.15s, box-shadow 0.15s; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(200,162,74,0.22); }
.contact-form textarea { resize: vertical; }
.contact-form .btn { margin-top: 6px; align-self: flex-start; }
.form-note { font-size: 14px; color: var(--gold-deep); min-height: 20px; }

/* ---------- Footer ---------- */
.footer { background: var(--parchment); border-top: 1px solid var(--divider); padding: 28px 0; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13px; color: var(--ink-muted); }
.footer a { color: var(--ink-muted); }
.footer a:hover { color: var(--gold-text); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo { max-width: 420px; margin-top: 8px; }
  .about-grid { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero h1 br { display: none; }
}
