/* =========================================================
   ARKLINE DEVELOPMENT — styles.css
   Multi-page marketing site. Palette and typographic mood
   match the printed mailer for end-to-end brand cohesion.
   ========================================================= */

/* ---------- 1. DESIGN TOKENS ---------- */

:root {
  /* Brand colors */
  --color-black:      #1A1A1A;
  --color-white:      #FFFFFF;
  --color-flour:      #f6f3ed;  /* primary background — warm off-white */
  --color-beauty:     #e6d9cb;  /* deeper cream — accent panels */
  --color-tigereye:   #967052;  /* primary bronze accent */
  --color-warm:       #917963;  /* darker bronze — hover state */

  /* Functional aliases */
  --bg-page:          var(--color-flour);
  --bg-accent:        var(--color-white);
  --bg-footer:        var(--color-black);
  --text-primary:     var(--color-black);
  --text-muted:       #595048;
  --text-on-dark:     var(--color-flour);
  --accent:           var(--color-tigereye);
  --accent-hover:     var(--color-warm);
  --rule:             rgba(26, 26, 26, 0.14);
  --rule-on-dark:     rgba(255, 255, 255, 0.18);
  --rule-bronze:      var(--color-tigereye);

  /* Typography */
  --font-heading: 'Jost', system-ui, -apple-system, sans-serif;
  --font-body:    'Poppins', system-ui, -apple-system, sans-serif;

  /* Spacing scale */
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs:  0.75rem;
  --space-s:   1rem;
  --space-m:   1.5rem;
  --space-l:   2rem;
  --space-xl:  2.5rem;
  --space-2xl: 3.5rem;
  --space-3xl: 5rem;

  /* Layout */
  --container-max: 1240px;
  --container-narrow: 780px;
  --util-height: 36px;
  --nav-height: 84px;
  --header-stack: calc(var(--util-height) + var(--nav-height));

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 200ms;
  --dur-med:  400ms;
}

/* ---------- 2. RESET & BASE ---------- */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-stack);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

::selection { background: var(--accent); color: var(--color-flour); }

/* ---------- 3. TYPOGRAPHY ---------- */

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.12;
  margin: 0 0 var(--space-m);
  color: var(--text-primary);
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 500;
  margin-bottom: var(--space-l);
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 500;
  margin-bottom: var(--space-s);
}

p { margin: 0 0 var(--space-s); }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text-primary);
}

.eyebrow,
.section-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 var(--space-m);
}

.section-label-light { color: var(--color-beauty); }

.section-intro {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 660px;
  margin-bottom: var(--space-2xl);
  line-height: 1.6;
}

.bronze { color: var(--accent); }

/* Bronze underline accent — mirrors the rule beneath section heads on the mailer */
.section-heading-rule {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: var(--accent);
  margin: 0 0 var(--space-m);
}

/* ---------- 4. LAYOUT PRIMITIVES ---------- */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
}

.container.narrow { max-width: var(--container-narrow); }

.section {
  padding: var(--space-3xl) 0;
}

.section-cream  { background: var(--bg-accent); }

/* ---------- 5. UTILITY BAR (above main nav) ---------- */

.util-bar {
  background: var(--color-black);
  color: var(--color-flour);
  height: var(--util-height);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.util-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.util-tagline {
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(246, 243, 237, 0.7);
}

.util-phone {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6rem;
  color: var(--color-flour);
}

.util-phone span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 243, 237, 0.65);
}

.util-phone strong {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.util-phone:hover strong { color: var(--accent); }

/* ---------- 6. MAIN NAV ---------- */

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 237, 0.94);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-med) var(--ease);
}

.site-nav.is-scrolled {
  border-bottom-color: var(--rule);
}

.nav-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-l);
}

.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-logo img {
  height: 60px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-l);
}

.nav-links a {
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  position: relative;
  padding: 0.5rem 0;
}

.nav-links a:hover { color: var(--accent); }

.nav-links a.is-active {
  color: var(--accent);
}

.nav-links a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1.5px;
  background: var(--accent);
}

.nav-cta {
  background: var(--accent);
  color: var(--color-flour);
  border: 1px solid var(--accent);
  padding: 0.6rem 1.4rem;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background var(--dur-fast) var(--ease),
              border-color var(--dur-fast) var(--ease);
}

.nav-cta:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--color-flour);
}

.nav-cta.is-active::after { display: none; }
.nav-cta.is-active {
  background: var(--text-primary);
  border-color: var(--text-primary);
  color: var(--color-flour);
}

.nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--text-primary);
  transition: transform var(--dur-fast) var(--ease),
              opacity var(--dur-fast) var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ---------- 7. BUTTONS ---------- */

.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease),
              color var(--dur-fast) var(--ease),
              border-color var(--dur-fast) var(--ease);
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--text-primary);
  color: var(--color-flour);
  border-color: var(--text-primary);
}
.btn-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.btn-bronze {
  background: var(--accent);
  color: var(--color-flour);
  border-color: var(--accent);
}
.btn-bronze:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.btn-ghost {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--text-primary);
}
.btn-ghost:hover {
  background: var(--text-primary);
  color: var(--color-flour);
}

.btn-block { display: block; width: 100%; }

/* Inline arrow link — used for "Learn how it works →", "View full portfolio →" */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
}

.arrow-link::after {
  content: "→";
  transition: transform var(--dur-fast) var(--ease);
}

.arrow-link:hover { color: var(--accent-hover); border-color: var(--accent-hover); }
.arrow-link:hover::after { transform: translateX(3px); }

/* ---------- 8. HOME HERO — full-bleed image with overlay text ---------- */

.home-hero {
  position: relative;
  min-height: calc(88vh - var(--header-stack));
  overflow: hidden;
  background: var(--text-primary);
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Dark gradient anchored bottom-left, fading toward upper-right.
   Keeps text readable against the bright sky and lawn in the image. */
.home-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(26, 26, 26, 0.78) 0%,
      rgba(26, 26, 26, 0.55) 30%,
      rgba(26, 26, 26, 0.20) 55%,
      transparent 75%
    ),
    linear-gradient(
      to top,
      rgba(26, 26, 26, 0.5) 0%,
      transparent 35%
    );
}

.home-hero-overlay {
  position: relative;
  z-index: 1;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-l) var(--space-3xl);
  min-height: calc(88vh - var(--header-stack));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.home-hero-overlay .eyebrow {
  color: var(--color-beauty);
  margin-bottom: var(--space-s);
}

.home-hero-overlay h1 {
  color: var(--color-flour);
  margin-bottom: var(--space-l);
  line-height: 1.05;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.25);
}

.home-hero-overlay h1 .bronze {
  display: block;
  color: var(--color-tigereye);
}

.home-hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  color: rgba(246, 243, 237, 0.92);
  margin-bottom: var(--space-xl);
  line-height: 1.6;
  max-width: 540px;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}

.home-hero-cta {
  display: flex;
  gap: var(--space-s);
  flex-wrap: wrap;
}

/* Light buttons override on dark hero */
.home-hero-cta .btn-primary {
  background: var(--color-flour);
  color: var(--text-primary);
  border-color: var(--color-flour);
}
.home-hero-cta .btn-primary:hover {
  background: var(--color-tigereye);
  border-color: var(--color-tigereye);
  color: var(--color-flour);
}

.home-hero-cta .btn-ghost {
  color: var(--color-flour);
  border-color: var(--color-flour);
}
.home-hero-cta .btn-ghost:hover {
  background: var(--color-flour);
  color: var(--text-primary);
}

/* ---------- 9. PAGE HEADER (non-home pages) ---------- */

.page-header {
  background: var(--bg-page);
  padding: var(--space-2xl) 0 var(--space-xl);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}

.page-header-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
}

.page-header .eyebrow { margin-bottom: var(--space-s); }

.page-header h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  margin: 0 auto var(--space-m);
  max-width: 18ch;
}

.page-header-sub {
  font-size: 1.18rem;
  color: var(--text-muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* ---------- 10. INTRO STRIP (home: who we are) ---------- */

.intro-strip {
  padding: var(--space-3xl) 0;
}

.intro-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--space-2xl);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
  align-items: start;
}

.intro-strip h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.intro-strip-body p { font-size: 1.08rem; }
.intro-strip-body p + p { margin-top: var(--space-m); }

.service-area-list {
  margin-top: var(--space-l);
  padding-top: var(--space-l);
  border-top: 1px solid var(--rule);
  font-size: 0.95rem;
  color: var(--text-muted);
}

.service-area-list strong {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: var(--space-2xs);
}

/* Photo below intro headline (left column) */
.intro-photo {
  margin-top: var(--space-l);
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 2px;
  background: var(--color-beauty);
}
.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 11. PROJECTS ---------- */

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  margin-top: var(--space-l);
}

.project-card {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-med) var(--ease),
              box-shadow var(--dur-med) var(--ease);
}

.project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -25px rgba(26, 26, 26, 0.3);
}

/* "Stretched link" — entire card is clickable via the title's anchor */
.project-card-link {
  color: inherit;
  text-decoration: none;
}
.project-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.project-card-link:hover { color: var(--accent); }

.project-image {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #c8b9a6 0%, #aa8f70 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Multi-photo carousel: hide non-active images until JS activates one */
.project-image[data-gallery] img { display: none; }
.project-image[data-gallery] img.is-active { display: block; }

.project-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(26, 26, 26, 0.55);
  color: var(--color-flour);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;            /* hidden by default; JS reveals when 2+ images */
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: opacity var(--dur-fast) var(--ease),
              background var(--dur-fast) var(--ease);
}

.project-image[data-gallery-multi] .project-arrow { display: flex; }
.project-card:hover .project-arrow { opacity: 1; }
.project-arrow:hover { background: var(--accent); }
.project-arrow-prev { left: var(--space-s); }
.project-arrow-next { right: var(--space-s); }

.project-image-placeholder {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.85);
}

.project-meta {
  padding: var(--space-l) var(--space-l) var(--space-xl);
}

.status-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.32rem 0.85rem;
  border-radius: 999px;
  margin-bottom: var(--space-s);
}

.status-active  { background: var(--accent); color: var(--color-flour); }
.status-pending { background: var(--text-primary); color: var(--color-flour); }

.project-desc { color: var(--text-muted); font-size: 0.98rem; }

.project-stats {
  margin: var(--space-m) 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xs);
  border-top: 1px solid var(--rule);
  padding-top: var(--space-s);
}
.project-stats div {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
}
.project-stats dt { color: var(--text-muted); margin: 0; }
.project-stats dd { margin: 0; font-weight: 500; }

.portfolio-empty-note {
  margin-top: var(--space-2xl);
  padding: var(--space-l);
  background: var(--color-white);
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
  font-size: 0.98rem;
}

/* ---------- Project detail pages ---------- */

.back-link-row {
  margin-top: var(--space-l);
  margin-bottom: 0;
}

.arrow-link-reverse::after { content: ""; }
.arrow-link-reverse::before {
  content: "←";
  margin-right: 0.5rem;
  transition: transform var(--dur-fast) var(--ease);
}
.arrow-link-reverse:hover::before { transform: translateX(-3px); }

.project-page-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
  margin-top: var(--space-l);
}

.project-page-brief h2 {
  margin-bottom: var(--space-m);
}
.project-page-brief p + p { margin-top: var(--space-m); }

.project-page-stats {
  background: var(--color-white);
  border: 1px solid var(--rule);
  padding: var(--space-l);
  border-radius: 2px;
  position: sticky;
  top: calc(var(--header-stack) + var(--space-m));
}

.project-page-stats .project-stats {
  border-top: none;
  padding-top: 0;
  margin-top: var(--space-s);
}

/* Photo gallery on project pages */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-m);
  margin-top: var(--space-l);
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--color-beauty);
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease);
}

.gallery-item:hover img { transform: scale(1.03); }

.gallery-item-wide {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

/* ---------- 12. SELL-PROGRAM BLOCK (home page) ---------- */

.sell-block {
  background: var(--bg-page);
  padding: var(--space-3xl) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.sell-block-grid {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.sell-block h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin-bottom: var(--space-m);
}

.sell-block h2 .bronze { display: block; }

.sell-block-bullets {
  list-style: none;
  padding: 0;
  margin: var(--space-l) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-s) var(--space-l);
}

.sell-block-bullets li {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.18rem;
  color: var(--accent);
  position: relative;
  padding-left: 1.4rem;
}

.sell-block-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
}

.sell-block-aside {
  border-left: 2px solid var(--accent);
  padding: var(--space-m) 0 var(--space-m) var(--space-l);
}

.sell-block-aside p:first-child {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: var(--space-m);
}

/* ---------- 13. SELL PAGE — long-form brochure ---------- */

.sell-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-l);
  margin: var(--space-2xl) 0;
}

.sell-pillar {
  text-align: left;
  padding: var(--space-l);
  background: var(--color-white);
  border-top: 3px solid var(--accent);
  border-radius: 2px;
}

.sell-pillar-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: var(--space-2xs);
  color: var(--text-primary);
}

.sell-pillar-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Two methods side-by-side */
.methods-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  margin-top: var(--space-l);
}

.method-card {
  background: var(--color-white);
  border: 1px solid var(--rule);
  padding: var(--space-xl);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

.method-card-featured {
  background: var(--text-primary);
  color: var(--text-on-dark);
  border-color: var(--text-primary);
}
.method-card-featured h3 { color: var(--color-flour); }
.method-card-featured .method-tagline { color: var(--color-beauty); border-bottom-color: var(--rule-on-dark); }

.method-number {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-s);
}

.method-tagline {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--text-muted);
  margin-bottom: var(--space-m);
  padding-bottom: var(--space-m);
  border-bottom: 1px solid var(--rule);
}

.method-points {
  list-style: none;
  padding-left: 0;
  margin: var(--space-m) 0 0;
}
.method-points li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: var(--space-s);
  line-height: 1.55;
  font-size: 0.97rem;
}
.method-points li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.9rem;
  top: 0.15em;
}

/* "How a Private Sale Works" 5-step */
.steps-list {
  list-style: none;
  padding: 0;
  margin: var(--space-l) 0 0;
  counter-reset: step;
}

.steps-list li {
  counter-increment: step;
  position: relative;
  padding: var(--space-l) 0 var(--space-l) 4.5rem;
  border-top: 1px solid var(--rule);
  font-size: 1.05rem;
  line-height: 1.55;
}

.steps-list li:last-child { border-bottom: 1px solid var(--rule); }

.steps-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: var(--space-l);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--accent);
  width: 3rem;
  text-align: left;
}

/* Reassurance + referral block */
.reassurance-box {
  margin-top: var(--space-2xl);
  padding: var(--space-xl);
  background: var(--color-white);
  border-left: 3px solid var(--accent);
}

.reassurance-box h3 {
  font-size: 1.2rem;
  margin-bottom: var(--space-2xs);
}

.reassurance-box p { color: var(--text-muted); font-size: 1rem; }

/* ---------- 14. VIDEO ---------- */

.video-wrapper {
  position: relative;
  margin-top: var(--space-l);
  aspect-ratio: 16 / 9;
  background: var(--text-primary);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 25px 60px -25px rgba(26, 26, 26, 0.4);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- 15. ABOUT — DANIEL ---------- */

.daniel-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--space-2xl);
  align-items: start;
  margin-top: var(--space-l);
}

.daniel-photo {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #d6c6b3 0%, #9d8167 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}

.daniel-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.daniel-bio p { margin-bottom: var(--space-m); font-size: 1.05rem; }

.daniel-signoff {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: var(--space-l);
  color: var(--accent);
}

/* ---------- 16. CONTACT ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  margin-top: var(--space-l);
}

.contact-direct h3,
.contact-form h3 { margin-bottom: var(--space-m); }

.contact-line {
  display: block;
  padding: var(--space-m) 0;
  border-bottom: 1px solid var(--rule);
}
.contact-line:first-of-type { border-top: 1px solid var(--rule); }

.contact-line-label {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.contact-line-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text-primary);
  transition: color var(--dur-fast) var(--ease);
}

.contact-line:hover .contact-line-value { color: var(--accent); }

.contact-note {
  margin-top: var(--space-l);
  color: var(--text-muted);
  font-size: 0.95rem;
}

.contact-form {
  background: var(--color-white);
  padding: var(--space-xl);
  border-radius: 2px;
  border: 1px solid var(--rule);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field { display: block; margin-bottom: var(--space-m); }

.form-field span {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--rule);
  background: var(--bg-page);
  font-family: inherit;
  font-size: 1rem;
  color: var(--text-primary);
  border-radius: 2px;
  transition: border-color var(--dur-fast) var(--ease),
              box-shadow var(--dur-fast) var(--ease);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(150, 112, 82, 0.15);
}

.form-field textarea { resize: vertical; min-height: 130px; }

.form-fineprint {
  margin-top: var(--space-m);
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
}

/* ---------- 17. CTA STRIP (used at bottom of home + interior pages) ---------- */

.cta-strip {
  background: var(--color-black);
  color: var(--text-on-dark);
  padding: var(--space-2xl) 0;
  text-align: center;
}

.cta-strip h2 { color: var(--color-flour); margin-bottom: var(--space-s); }
.cta-strip p { color: rgba(246, 243, 237, 0.75); max-width: 540px; margin: 0 auto var(--space-l); }

.cta-strip-actions {
  display: flex;
  justify-content: center;
  gap: var(--space-s);
  flex-wrap: wrap;
}

.cta-strip .btn-ghost {
  border-color: var(--color-flour);
  color: var(--color-flour);
}
.cta-strip .btn-ghost:hover {
  background: var(--color-flour);
  color: var(--text-primary);
}

.cta-strip-phone {
  display: inline-block;
  margin-top: var(--space-l);
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--accent);
}
.cta-strip-phone:hover { color: var(--color-flour); }

/* ---------- 18. FOOTER ---------- */

.site-footer {
  background: var(--bg-footer);
  color: var(--text-on-dark);
  padding-top: var(--space-2xl);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.footer-logo {
  height: 70px;
  width: auto;
  filter: invert(1);
  margin-bottom: var(--space-s);
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(246, 243, 237, 0.65);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
}

.footer-col-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-s);
}

.footer-cols p, .footer-cols ul {
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(246, 243, 237, 0.8);
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-cols a:hover { color: var(--color-flour); }

.footer-legal {
  border-top: 1px solid var(--rule-on-dark);
  padding: var(--space-m) 0;
  font-size: 0.83rem;
  color: rgba(246, 243, 237, 0.5);
}
.footer-legal-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-l);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-s);
}

/* ---------- 19. SCROLL REVEAL ---------- */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease),
              transform 700ms var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- 20. RESPONSIVE ---------- */

@media (max-width: 1024px) {
  :root { --space-3xl: 3.5rem; --space-2xl: 2.5rem; --nav-height: 72px; }

  .nav-toggle { display: flex; }

  /* Mobile menu: hidden by default with display:none (most reliable hide),
     shown as a fixed dropdown when toggled. */
  .nav-links {
    display: none;
    position: fixed;
    top: var(--header-stack);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--space-l);
    background: var(--bg-page);
    border-bottom: 1px solid var(--rule);
    box-shadow: 0 20px 40px -25px rgba(0,0,0,0.2);
    z-index: 200;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a {
    width: 100%;
    padding: var(--space-s) 0;
    border-bottom: 1px solid var(--rule);
    font-size: 1.05rem;
  }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta {
    border: none;
    padding: var(--space-s) 0;
    background: transparent;
    color: var(--text-primary);
  }
  .nav-cta.is-active { background: transparent; border: none; color: var(--accent); }
  .nav-cta:hover { background: transparent; color: var(--accent); }
  .nav-links a.is-active::after { display: none; }

  /* Hero on smaller screens: still full-bleed, but the gradient is
     stronger so text remains readable across image variation. */
  .home-hero {
    min-height: 70vh;
  }
  .home-hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(26, 26, 26, 0.35) 0%,
        rgba(26, 26, 26, 0.55) 50%,
        rgba(26, 26, 26, 0.85) 100%
      );
  }
  .home-hero-overlay {
    min-height: 70vh;
    padding: var(--space-2xl) var(--space-m) var(--space-2xl);
  }

  .intro-strip-grid,
  .sell-block-grid,
  .projects-grid,
  .methods-grid,
  .daniel-grid,
  .contact-grid,
  .project-page-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .project-page-stats { position: static; }
  .gallery-grid { grid-template-columns: 1fr; }

  .sell-pillars { grid-template-columns: 1fr 1fr; }

  .footer-cols { grid-template-columns: 1fr 1fr; }
  .daniel-photo { aspect-ratio: 4 / 3; }

  .util-tagline { display: none; }
  .util-inner { justify-content: flex-end; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 var(--space-m); }
  .nav-inner, .util-inner, .page-header-inner, .footer-legal-inner,
  .home-hero-text, .intro-strip-grid, .sell-block-grid {
    padding-left: var(--space-m);
    padding-right: var(--space-m);
  }
  .method-card,
  .contact-form,
  .reassurance-box { padding: var(--space-l); }
  .sell-pillars { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .nav-logo img { height: 40px; }
  .sell-block-bullets { grid-template-columns: 1fr; }
}
