/* ================================================================
   EVERCREEK HOMES — Stylesheet
   ----------------------------------------------------------------
   Color palette:
   --green:  #1F3B2E  (primary — nav, dark sections, CTAs)
   --black:  #1A1A1A  (body text)
   --sand:   #DCC7A5  (warm section background)
   --cream:  #F6F3EC  (light section background)
   --bronze: #8A6A3A  (dark gold, secondary accent)
   --gold:   #C8A36A  (primary accent — rules, tags, hovers)
   ================================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-synthesis: none;
  color: #1A1A1A;
  background: #F6F3EC;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

/* ---- CSS Variables ---- */
:root {
  --green:      #1F3B2E;
  --black:      #1A1A1A;
  --sand:       #DCC7A5;
  --cream:      #F6F3EC;
  --bronze:     #8A6A3A;
  --gold:       #C8A36A;
  --white:      #FFFFFF;
  --ease:       0.35s ease;
  --max:        1320px;
}

/* ---- Typography ---- */
h1, h2, h3, h4 { font-weight: 300; line-height: 1.15; }
h1 { font-size: clamp(3.2rem, 6.5vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.9rem); }
em { font-style: italic; }
p  { font-size: clamp(1rem, 1.15vw, 1.12rem); line-height: 1.85; font-weight: 300; }
a  { text-decoration: none; }

/* ---- Layout Utilities ---- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }
.section { padding: 7rem 0; }
.mt { margin-top: 2rem; }

/* ---- Eyebrow / Label ---- */
.eyebrow {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow.light { color: var(--gold); }

/* ---- Section Headers ---- */
.section-hdr { margin-bottom: 4rem; }
.section-hdr.center { text-align: center; }
.section-hdr.center .section-lead { margin: 1.5rem auto 0; }

.section-lead { max-width: 580px; color: #555; margin-top: 1rem; }

/* ---- Gold Rule ---- */
.gold-rule {
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0 2rem;
}
.gold-rule.centered { margin: 1.5rem auto 2rem; }

/* ---- Image Placeholder Blocks ---- */
.img-block {
  width: 100%;
  height: 100%;
  background: rgba(200, 183, 154, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--bronze);
  text-align: center;
  padding: 1.25rem;
  border: 1px dashed var(--gold);
  max-width: 85%;
  opacity: 0.75;
  pointer-events: none;
}
.img-label.light { color: rgba(200,163,106,0.8); border-color: rgba(200,163,106,0.5); }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1;
}
.btn-gold {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}
.btn-gold:hover { background: transparent; border-color: var(--gold); color: var(--gold); }

.btn-green {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.btn-green:hover { background: var(--black); border-color: var(--black); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost:hover { background: var(--white); border-color: var(--white); color: var(--green); }

.btn.full { width: 100%; text-align: center; }


/* ================================================================
   NAVIGATION
   ================================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  transition: background var(--ease), padding var(--ease), box-shadow var(--ease);
  padding: 1.6rem 0;
}
.nav.scrolled {
  background: var(--green);
  padding: 1rem 0;
  box-shadow: 0 2px 24px rgba(0,0,0,0.18);
}

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

/* Logo (text placeholder) */
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.15rem;
  cursor: pointer;
}
.logo img {
  height: 60px;
  width: auto;
  display: block;
  margin-left: 1.5rem;
}
#logo-footer {
  height: auto;
  width: auto;
  max-width: 220px;
  margin: 0 auto;
}
.logo-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  color: var(--white);
}
.logo-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.55rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
}
.nav-links a {
  color: rgba(255,255,255,0.82);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  transition: color var(--ease);
}
.nav-links a:hover { color: var(--gold); }

.nav-cta {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 0.6rem 1.5rem;
  transition: background var(--ease), color var(--ease);
  white-space: nowrap;
}
.nav-cta:hover { background: transparent; color: var(--gold); outline: 1px solid var(--gold); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--white);
  transition: var(--ease);
}

/* Mobile nav */
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--green);
  padding: 0.5rem 2rem 1.5rem;
  border-top: 1px solid rgba(200,163,106,0.15);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  color: rgba(255,255,255,0.8);
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(200,163,106,0.15);
  transition: color var(--ease);
}
.nav-mobile a:hover { color: var(--gold); }


/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  /* HERO IMAGE: once Pexels API is set, set background-image here */
  background: linear-gradient(145deg, #2c4a38 0%, #1a2f22 45%, #101d15 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-bg .img-label {
  color: rgba(200,163,106,0.5);
  border-color: rgba(200,163,106,0.3);
  font-size: 0.88rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(31,59,46,0.88) 0%,
    rgba(31,59,46,0.55) 55%,
    rgba(31,59,46,0.18) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.hero-content h1 {
  color: var(--white);
  margin-bottom: 1.5rem;
  max-width: 720px;
  line-height: 1.08;
}

.hero-lead {
  color: rgba(255,255,255,0.78);
  max-width: 500px;
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.hero-scroll-indicator span {
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, rgba(200,163,106,0.6), transparent);
  animation: pulse-line 2.2s ease-in-out infinite;
}
@keyframes pulse-line {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 1; }
}


/* ================================================================
   STRIP
   ================================================================ */
.strip { background: var(--green); padding: 1.75rem 0; }

.strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 2.5rem;
}

.strip-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--white);
  letter-spacing: 0.04em;
}

.strip-lbl {
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.2rem;
}

.strip-div {
  width: 1px;
  height: 36px;
  background: rgba(200,163,106,0.25);
}


/* ================================================================
   ABOUT
   ================================================================ */
.about { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-text h2 { color: var(--green); }
.about-text p   { color: #484848; margin-bottom: 1.25rem; }

.about-media { position: relative; }

.about-media .img-block {
  aspect-ratio: 4 / 5;
  background: rgba(200,183,154,0.22);
}

.about-badge {
  position: absolute;
  bottom: -1.75rem;
  left: -1.75rem;
  width: 130px;
  height: 130px;
  background: var(--green);
  border: 1px solid rgba(200,163,106,0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.1rem;
}
.badge-top, .badge-btm {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.badge-main {
  font-size: 1.35rem;
  color: var(--white);
  font-weight: 300;
  letter-spacing: 0.05em;
}


/* ================================================================
   VALUES
   ================================================================ */
.values { background: var(--white); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.value-card {
  padding: 3rem 2.25rem;
  background: var(--cream);
  border: 1px solid rgba(200,163,106,0.18);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.value-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 18px 44px rgba(31,59,46,0.09);
}

.value-icon { margin-bottom: 1.75rem; }

.value-card h3 { color: var(--green); margin-bottom: 0.9rem; }
.value-card p  { color: #555; font-size: 1rem; }


/* ================================================================
   PORTFOLIO
   ================================================================ */
.portfolio { background: var(--cream); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 3rem;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-card .img-block {
  aspect-ratio: 4 / 3;
  background: rgba(200,183,154,0.2);
  transition: transform 0.65s ease;
}
.portfolio-card:hover .img-block { transform: scale(1.05); }

.portfolio-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 3rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(31,59,46,0.95) 0%, transparent 100%);
  transform: translateY(65%);
  transition: transform 0.4s ease;
}
.portfolio-card:hover .portfolio-caption { transform: translateY(0); }

.portfolio-tag {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.portfolio-card h3 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.portfolio-meta {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.04em;
}


/* ================================================================
   TIERS
   ================================================================ */
.tiers { background: var(--white); }

.tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}

.tier-card {
  background: var(--cream);
  border: 1px solid rgba(200,163,106,0.18);
  overflow: hidden;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.tier-card:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 52px rgba(31,59,46,0.1);
}

.tier-card.tier-featured {
  background: var(--green);
  border-color: var(--gold);
}

.tier-card .img-block {
  aspect-ratio: 4 / 3;
  background: rgba(200,183,154,0.2);
}
.tier-featured .img-block {
  background: rgba(31,59,46,0.6);
}

.tier-body { padding: 2rem; }

.tier-tag {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.tier-card h3 { color: var(--green); margin-bottom: 0.8rem; }
.tier-featured h3 { color: var(--white); }

.tier-body p { font-size: 0.97rem; color: #555; line-height: 1.75; margin-bottom: 1.5rem; }
.tier-featured .tier-body p { color: rgba(255,255,255,0.65); }

.tier-link {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  transition: color var(--ease);
}
.tier-link:hover { color: var(--bronze); }
.tier-link span { margin-left: 0.4rem; }


/* ================================================================
   PROCESS
   ================================================================ */
.process-section {
  position: relative;
  padding: 7rem 0;
  overflow: hidden;
}

.process-bg {
  position: absolute;
  inset: 0;
  /* PROCESS BG: set background-image when Pexels API is ready */
  background: linear-gradient(135deg, #1a2e22 0%, #0d1a10 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31,59,46,0.92);
}

.process-content {
  position: relative;
  z-index: 2;
}

.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.process-step {
  flex: 1;
  min-width: 140px;
  text-align: center;
  padding: 1rem 1.25rem;
}

.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 0.75rem; }
.process-step p  { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.75; }

.step-connector {
  width: 1px;
  height: 56px;
  background: rgba(200,163,106,0.2);
  margin-top: 2.8rem;
  flex-shrink: 0;
}

/* Light text overrides for process section */
.section-hdr .eyebrow.light { color: var(--gold); }
h2.light { color: var(--white); }


/* ================================================================
   PULL QUOTE
   ================================================================ */
.pullquote-section {
  padding: 7rem 0;
  background: var(--sand);
}

.pullquote-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  color: var(--gold);
  line-height: 0.6;
  margin-bottom: 2rem;
  font-weight: 300;
}

.pullquote-inner blockquote {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-style: italic;
  font-weight: 300;
  color: var(--green);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.quote-attr {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
}


/* ================================================================
   CONTACT
   ================================================================ */
.contact { background: var(--cream); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.contact-info h2 { color: var(--green); }
.contact-info > p { color: #484848; margin-bottom: 2.5rem; }

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-row {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(200,163,106,0.2);
}

.c-label {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  min-width: 76px;
}

.c-val {
  font-size: 1rem;
  color: var(--green);
  font-weight: 300;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.field { position: relative; padding-top: 1.5rem; }

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.9rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(31,59,46,0.2);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.05rem;
  color: var(--black);
  outline: none;
  transition: border-color var(--ease);
  -webkit-appearance: none;
  border-radius: 0;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--gold);
}

.field input::placeholder,
.field textarea::placeholder { color: rgba(31,59,46,0.35); }

.field select { cursor: pointer; color: rgba(31,59,46,0.35); }
.field select:valid { color: var(--black); }
.field select option { color: var(--black); }

.field textarea { resize: none; line-height: 1.6; }

.field label {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(2px);
  transition: opacity var(--ease), transform var(--ease);
  pointer-events: none;
}

.field input:not(:placeholder-shown) + label,
.field textarea:not(:placeholder-shown) + label {
  opacity: 1;
  transform: translateY(0);
}

.contact-form .btn { margin-top: 1rem; }


/* ================================================================
   INSTAGRAM
   ================================================================ */
.instagram-section {
  background: var(--sand);
  padding: 6rem 0;
  text-align: center;
}

.instagram-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.instagram-section h2 { color: var(--green); }
.instagram-section .eyebrow { color: var(--bronze); }
.instagram-section .gold-rule { margin: 1.5rem auto 2.5rem; }
.instagram-section .btn-gold { display: inline-flex; align-items: center; }


/* ================================================================
   FOOTER
   ================================================================ */
.footer { background: var(--green); }

.footer-top { padding: 5rem 0 4rem; }

.footer-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 220px;
  flex-shrink: 0;
}

.footer-tagline {
  color: rgba(255,255,255,0.45);
  font-size: 0.97rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.footer-links {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.footer-col-hdr {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.footer-col a {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
  transition: color var(--ease);
}
.footer-col a:hover { color: var(--gold); }

.footer-addr {
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}

.footer-bottom {
  border-top: 1px solid rgba(200,163,106,0.12);
  padding: 1.5rem 0;
}

.footer-copy {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.28);
  text-align: center;
}


/* ================================================================
   RESPONSIVE
   ================================================================ */

/* ---- Tablet (max 1024px) ---- */
@media (max-width: 1024px) {
  .section { padding: 5rem 0; }

  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-media { order: -1; margin-bottom: 2rem; }
  .about-badge { left: 1rem; bottom: -1rem; width: 110px; height: 110px; }

  .tiers-grid { grid-template-columns: 1fr 1fr; }

  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }

  .footer-grid { grid-template-columns: 1fr; gap: 3rem; }

  .blog-grid { grid-template-columns: 1fr 1fr; }

  .post-hero { height: 55vh; }
}

/* ---- Mobile (max 768px) ---- */
@media (max-width: 768px) {
  /* Nav */
  .nav { padding: 1.2rem 0; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  /* Section spacing */
  .section { padding: 4rem 0; }
  .container { padding: 0 1.25rem; }

  /* Hero */
  .hero { min-height: 100svh; align-items: flex-end; padding-bottom: 4rem; }
  .hero-content { padding: 0 1.25rem; }
  .hero-content h1 { font-size: clamp(2.6rem, 9vw, 4rem); margin-bottom: 1rem; }
  .hero-lead { font-size: 1rem; margin-bottom: 2rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 0.9rem; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .hero-scroll-indicator { display: none; }
  .hero-overlay {
    background: linear-gradient(to top, rgba(31,59,46,0.92) 0%, rgba(31,59,46,0.5) 60%, rgba(31,59,46,0.2) 100%);
  }

  /* Strip */
  .strip { padding: 1.25rem 0; }
  .strip-inner { gap: 0; justify-content: space-around; }
  .strip-div { display: none; }
  .strip-item { padding: 0.5rem 1rem; }
  .strip-num { font-size: 1.2rem; }
  .strip-lbl { font-size: 0.55rem; }

  /* About */
  .about-grid { gap: 2rem; }
  .about-media { margin-bottom: 1.5rem; }
  .about-badge { display: none; }
  .about-text p { font-size: 1rem; }

  /* Values */
  .values-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .value-card { padding: 2rem 1.5rem; }

  /* Portfolio — captions always visible on touch */
  .portfolio-grid { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .portfolio-card .img-block { aspect-ratio: 3 / 2; }
  .portfolio-caption {
    transform: translateY(0);
    background: linear-gradient(to top, rgba(31,59,46,0.98) 0%, rgba(31,59,46,0.6) 100%);
    padding: 1.5rem 1rem 1rem;
  }
  .portfolio-card h3 { font-size: 1rem; }
  .portfolio-meta { display: none; }

  /* Tiers */
  .tiers-grid { grid-template-columns: 1fr; max-width: 100%; }

  /* Process */
  .process-section { padding: 4rem 0; }
  .process-steps { flex-direction: column; align-items: center; gap: 0; }
  .process-step { min-width: unset; width: 100%; max-width: 400px; padding: 1.5rem 1.25rem; }
  .step-connector { width: 1px; height: 32px; margin: 0; background: rgba(200,163,106,0.2); }
  .step-num { font-size: 2rem; margin-bottom: 0.5rem; }
  .process-step h3 { font-size: 1.1rem; }
  .process-step p { font-size: 0.9rem; }

  /* Pull quote */
  .pullquote-section { padding: 4rem 0; }
  .quote-mark { font-size: 5rem; margin-bottom: 1.25rem; }
  .pullquote-inner blockquote { font-size: clamp(1.2rem, 4vw, 1.6rem); }

  /* Instagram */
  .instagram-section { padding: 4rem 0; }

  /* Contact */
  .contact-details { margin-bottom: 2rem; }
  .contact-row { flex-direction: column; gap: 0.25rem; padding: 0.85rem 0; }
  .c-label { min-width: unset; }

  /* Footer */
  .footer-top { padding: 3.5rem 0 2.5rem; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer-tagline { font-size: 0.9rem; }

  /* Blog */
  .blog-hero { padding: 8rem 0 3.5rem; }
  .blog-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .blog-grid-section { padding: 4rem 0; }

  /* Blog post */
  .post-hero { height: 50vh; min-height: 420px; }
  .post-hero-content { padding: 2rem 1.25rem; }
  .post-hero-content h1 { font-size: clamp(1.8rem, 6vw, 3rem); }
  .post-body { padding: 0 1.25rem; }
  .post-body p { font-size: 1rem; }
  .post-body-section { padding: 3.5rem 0 5rem; }
  .post-footer-bar { flex-direction: column; align-items: flex-start; }

  /* Auth overlay */
  .auth-heading { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .auth-card { padding: 0 0.5rem; }
}

/* ---- Small mobile (max 480px) ---- */
@media (max-width: 480px) {
  /* Nav */
  .nav-inner { padding: 0 1rem; }
  .logo-wordmark { font-size: 1.1rem; letter-spacing: 0.25em; }

  /* Portfolio single column */
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card .img-block { aspect-ratio: 4 / 3; }
  .portfolio-caption { padding: 2rem 1.25rem 1.25rem; }
  .portfolio-card h3 { font-size: 1.1rem; }
  .portfolio-meta { display: block; }

  /* Section heading sizes */
  h2 { font-size: clamp(1.9rem, 8vw, 2.8rem); }

  /* Tiers */
  .tiers-grid { max-width: 100%; }
  .tier-body { padding: 1.5rem; }

  /* Footer */
  .footer-links { grid-template-columns: 1fr; gap: 2rem; }
  .footer-top { padding: 3rem 0 2rem; }

  /* Blog */
  .blog-card-body { padding: 1.25rem; }

  /* Buttons full width in contact */
  .contact-form .btn { padding: 1rem; }

  /* Strip compact */
  .strip-inner { flex-wrap: wrap; }
  .strip-item { padding: 0.4rem 0.75rem; }
}


/* ================================================================
   PASSWORD OVERLAY
   ================================================================ */
#auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.auth-card {
  width: 100%;
  max-width: 480px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 2rem;
}
.auth-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  color: var(--white);
}
.auth-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.55em;
  color: var(--gold);
}

.auth-rule {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 2rem;
}

.auth-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.auth-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.auth-heading em { font-style: italic; }

.auth-lead {
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.auth-field { width: 100%; margin-bottom: 1rem; }

#auth-input {
  width: 100%;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid rgba(200,163,106,0.4);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: var(--white);
  outline: none;
  text-align: center;
  letter-spacing: 0.15em;
  transition: border-color 0.3s ease;
}
#auth-input::placeholder { color: rgba(255,255,255,0.25); letter-spacing: 0.1em; }
#auth-input:focus { border-color: var(--gold); }

.auth-error {
  display: none;
  font-size: 0.78rem;
  color: rgba(200,163,106,0.8);
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
}

.auth-btn {
  width: 100%;
  padding: 1rem;
  background: var(--gold);
  color: var(--black);
  border: 1px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.auth-btn:hover {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}


/* ================================================================
   BLOG — LISTING PAGE
   ================================================================ */
.blog-hero {
  background: var(--green);
  padding: 10rem 0 5rem;
  text-align: center;
}
.blog-hero h1 { color: var(--white); }
.blog-hero .eyebrow { color: var(--gold); }
.blog-hero .gold-rule { margin: 1.5rem auto; }
.blog-hero p { color: rgba(255,255,255,0.6); max-width: 500px; margin: 0 auto; }

.blog-grid-section { padding: 6rem 0; background: var(--cream); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid rgba(200,163,106,0.15);
  overflow: hidden;
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(31,59,46,0.09);
  transform: translateY(-4px);
}

.blog-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.04); }

.blog-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-tag {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.75rem;
}

.blog-card-body h3 {
  color: var(--green);
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.blog-card-body p {
  color: #555;
  font-size: 0.97rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  flex: 1;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(200,163,106,0.2);
}

.blog-card-date {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #999;
  text-transform: uppercase;
}

.blog-read-more {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: color var(--ease);
}
.blog-read-more:hover { color: var(--bronze); }


/* ================================================================
   BLOG POST PAGE
   ================================================================ */
.post-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.post-hero-img {
  position: absolute;
  inset: 0;
}
.post-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31,59,46,0.95) 0%, rgba(31,59,46,0.3) 60%, transparent 100%);
}
.post-hero-content {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
}
.post-back {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color var(--ease);
}
.post-back:hover { color: var(--white); }
.post-hero-content h1 {
  color: var(--white);
  max-width: 780px;
  margin-bottom: 1.25rem;
}
.post-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.post-meta span {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.post-meta .post-cat { color: var(--gold); }

.post-body-section {
  padding: 5rem 0 7rem;
  background: var(--cream);
}
.post-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}
.post-body p {
  color: #3a3a3a;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.9;
}
.post-body h2 {
  color: var(--green);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin: 3rem 0 1.25rem;
}
.post-body h3 {
  color: var(--green);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin: 2rem 0 1rem;
}
.post-body .post-pull {
  border-left: 2px solid var(--gold);
  padding: 1.25rem 2rem;
  margin: 3rem 0;
  background: rgba(200,163,106,0.06);
}
.post-body .post-pull p {
  font-size: 1.3rem;
  font-style: italic;
  color: var(--green);
  margin: 0;
  line-height: 1.65;
}

.post-footer-bar {
  max-width: 760px;
  margin: 3rem auto 0;
  padding: 2rem 2rem 0;
  border-top: 1px solid rgba(200,163,106,0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-tag-list {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.post-tag {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,163,106,0.35);
  padding: 0.35rem 0.85rem;
}

/* Blog responsive */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .post-meta { gap: 1rem; }
}
