/* ============================================================
   DONALD CONSTRUCTION LIMITED — GLOBAL STYLES
   ============================================================ */

:root {
  --gold:      #C8973A;
  --gold-lt:   #E8B860;
  --dark:      #0F0D0A;
  --dark-2:    #1A1510;
  --dark-3:    #261E14;
  --mid:       #5C4A30;
  --stone:     #B5A08A;
  --stone-lt:  #D9CCB8;
  --cream:     #F4EFE6;
  --white:     #FFFFFF;
  --text:      #2A2016;
  --text-mid:  #5C4A30;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Barlow', system-ui, sans-serif;
  --radius:    4px;
  --transition: 0.3s ease;
  --shadow:    0 4px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.18);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TYPOGRAPHY ───────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-serif); line-height: 1.2; }

em { font-style: italic; color: var(--gold); }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.btn-primary:hover { background: var(--gold-lt); border-color: var(--gold-lt); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,151,58,0.35); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.btn-outline-light:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }

.btn-dark {
  background: var(--dark);
  color: var(--white);
  border-color: var(--dark);
}
.btn-dark:hover { background: var(--dark-3); transform: translateY(-2px); }

/* ── NAV ──────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0 24px;
  background: rgba(15,13,10,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,151,58,0.15);
  transition: var(--transition);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}

.logo-mark {
  width: 38px;
  height: 38px;
  background: var(--gold);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.3rem;
  border-radius: 3px;
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}
.logo-text em { font-style: normal; font-weight: 300; color: var(--stone); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  color: var(--stone-lt);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }

.nav-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold-lt) !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 120px 24px 80px;
  background: var(--dark);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(200,151,58,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(92,61,30,0.3) 0%, transparent 50%),
    linear-gradient(160deg, #0F0D0A 0%, #1A1510 50%, #100D08 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image:
    repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%);
  background-size: 20px 20px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  animation: fadeUp 0.8s ease both;
}

.hero-title {
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
  animation: fadeUp 0.8s 0.1s ease both;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--stone);
  font-weight: 300;
  margin-bottom: 44px;
  line-height: 1.8;
  animation: fadeUp 0.8s 0.2s ease both;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.3s ease both;
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 1px solid rgba(200,151,58,0.2);
  animation: fadeUp 0.8s 0.4s ease both;
}

.stat { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-serif); font-size: 2.8rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--stone); margin-top: 4px; }
.stat-divider { width: 1px; height: 48px; background: rgba(200,151,58,0.25); }

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: var(--stone);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: pulse 2s infinite;
  z-index: 2;
}

/* ── INTRO STRIP ──────────────────────────────────────────── */
.intro-strip {
  background: var(--gold);
  padding: 20px 24px;
  text-align: center;
}
.intro-strip p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--dark);
}

/* ── SECTIONS ─────────────────────────────────────────────── */
.section { padding: 96px 0; }

.section-header {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-tag {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--dark);
  line-height: 1.15;
}

.section-link {
  align-self: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: gap 0.2s;
}
.section-link:hover { color: var(--dark); }

/* ── SERVICES GRID ────────────────────────────────────────── */
.services-overview { background: var(--cream); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--stone-lt);
  border: 1px solid var(--stone-lt);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 32px;
  background: var(--cream);
  transition: var(--transition);
}
.service-card:hover { background: var(--dark); }
.service-card:hover h3, .service-card:hover p { color: var(--white); }
.service-card:hover .service-icon { color: var(--gold); }
.service-card:hover .card-link { color: var(--gold); }

.service-icon {
  width: 56px;
  height: 56px;
  color: var(--dark-3);
  transition: var(--transition);
}
.service-icon svg { width: 100%; height: 100%; }

.service-card h3 {
  font-size: 1.2rem;
  color: var(--dark);
  transition: var(--transition);
}
.service-card p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.7;
  transition: var(--transition);
  flex: 1;
}

.card-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  transition: var(--transition);
}

/* ── ABOUT TEASER ─────────────────────────────────────────── */
.about-teaser {
  background: var(--dark-2);
  padding: 96px 24px;
}

.about-teaser-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-teaser-img { position: relative; }

.img-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--mid) 100%);
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.img-placeholder::before {
  content: '👷';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 8rem;
  opacity: 0.15;
}

.img-overlay-text {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.img-overlay-text span { font-family: var(--font-serif); font-size: 1.3rem; color: var(--white); }
.img-overlay-text small { font-size: 0.8rem; color: var(--stone); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

.about-badge {
  position: absolute;
  top: 28px;
  right: -20px;
  background: var(--gold);
  padding: 16px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}
.about-badge span { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--dark); }
.about-badge strong { font-family: var(--font-serif); font-size: 1.4rem; color: var(--dark); }

.about-teaser-content .section-title { color: var(--white); }
.about-teaser-content .section-tag { color: var(--gold); }

.about-teaser-content p {
  color: var(--stone);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-top: 16px;
}

.about-pillars {
  margin: 28px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--stone-lt);
}
.pillar-icon { color: var(--gold); font-size: 0.85rem; }

/* ── PROCESS ──────────────────────────────────────────────── */
.process-section { background: var(--dark); }
.process-section .section-title { color: var(--white); }
.process-section .section-tag { color: var(--gold); }

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

.process-step {
  flex: 1;
  min-width: 180px;
  padding: 32px 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,151,58,0.15);
  transition: var(--transition);
}
.process-step:hover { background: rgba(200,151,58,0.06); border-color: var(--gold); }

.step-number {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 16px;
}

.process-step h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.process-step p { color: var(--stone); font-size: 0.88rem; line-height: 1.7; }

.process-arrow {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-size: 1.5rem;
  opacity: 0.4;
  padding: 0 4px;
  padding-top: 48px;
}

/* ── PROJECTS ─────────────────────────────────────────────── */
.projects-section { background: var(--cream); }
.projects-section .section-header { flex-direction: row; align-items: flex-end; justify-content: space-between; }

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

.project-card {
  background: var(--dark);
  border-radius: 2px;
  overflow: hidden;
  transition: var(--transition);
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.project-img {
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-card.large .project-img { height: 280px; }

.project-img-icon { font-size: 4rem; opacity: 0.25; }

.project-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--dark);
  padding: 4px 10px;
  border-radius: 2px;
}

.project-info { padding: 24px; }
.project-info h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.project-info p { color: var(--stone); font-size: 0.85rem; line-height: 1.6; }

/* ── TESTIMONIALS ─────────────────────────────────────────── */
.testimonials-section { background: var(--dark-2); }
.testimonials-section .section-title { color: var(--white); }
.testimonials-section .section-tag { color: var(--gold); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,151,58,0.12);
  padding: 40px 32px;
  border-radius: 2px;
  position: relative;
}
.testimonial.featured {
  background: var(--gold);
  border-color: var(--gold);
}
.testimonial.featured .testimonial-quote,
.testimonial.featured p,
.testimonial.featured strong,
.testimonial.featured span { color: var(--dark) !important; }

.testimonial-quote {
  font-family: var(--font-serif);
  font-size: 4rem;
  color: var(--gold);
  line-height: 0.5;
  margin-bottom: 20px;
  display: block;
}
.testimonial.featured .testimonial-quote { color: rgba(0,0,0,0.3); }

.testimonial p {
  color: var(--stone-lt);
  font-size: 0.92rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author strong {
  display: block;
  color: var(--white);
  font-size: 0.9rem;
}
.testimonial-author span {
  font-size: 0.8rem;
  color: var(--stone);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ── CTA BAND ─────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--dark) 100%);
  border-top: 3px solid var(--gold);
  padding: 80px 24px;
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--white); margin-bottom: 16px; }
.cta-band p { color: var(--stone); font-size: 1.05rem; margin-bottom: 40px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ───────────────────────────────────────────────── */
.footer { background: var(--dark); border-top: 1px solid rgba(200,151,58,0.1); padding: 72px 24px 0; }

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 56px;
}

.footer-brand p {
  color: var(--stone);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 16px 0 20px;
  max-width: 280px;
}

.social-link {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.social-link:hover { color: var(--gold-lt); }

.footer-links h5, .footer-contact h5 {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 20px;
}

.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.88rem;
  color: var(--stone-lt);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

.footer-contact p {
  font-size: 0.88rem;
  color: var(--stone-lt);
  margin-bottom: 10px;
}
.footer-contact a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p { font-size: 0.8rem; color: var(--stone); }

/* ── PAGE HERO (inner pages) ──────────────────────────────── */
.page-hero {
  background: var(--dark);
  padding: 160px 24px 72px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(200,151,58,0.1) 0%, transparent 60%);
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%);
  background-size: 20px 20px;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.page-hero .breadcrumb {
  font-size: 0.75rem;
  color: var(--stone);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.page-hero .breadcrumb a { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--white); line-height: 1.15; }
.page-hero p { color: var(--stone); font-size: 1.05rem; margin-top: 16px; max-width: 540px; line-height: 1.8; }

/* ── SERVICES PAGE ────────────────────────────────────────── */
.services-detail { background: var(--cream); padding: 96px 24px; }

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--stone-lt);
}
.service-block:last-child { border-bottom: none; margin-bottom: 0; }
.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }

.service-block-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--mid) 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  opacity: 0.7;
}

.service-block-content h2 { font-size: 2rem; margin-bottom: 16px; }
.service-block-content p { color: var(--text-mid); line-height: 1.8; font-size: 0.95rem; margin-bottom: 16px; }

.service-features { margin: 24px 0 32px; }
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-mid);
  padding: 8px 0;
  border-bottom: 1px solid var(--stone-lt);
}
.service-features li::before { content: '→'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

/* ── PROJECTS PAGE ────────────────────────────────────────── */
.projects-full { background: var(--cream); padding: 96px 24px; }
.projects-full .container { max-width: 1200px; margin: 0 auto; }

.projects-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 20px;
  border: 1px solid var(--stone-lt);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  color: var(--text-mid);
  transition: var(--transition);
}
.filter-btn:hover, .filter-btn.active { background: var(--gold); border-color: var(--gold); color: var(--dark); }

.projects-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.project-full-card {
  background: var(--dark);
  border-radius: 2px;
  overflow: hidden;
  transition: var(--transition);
}
.project-full-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.project-full-img {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 4rem;
}
.project-cat-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--dark);
  padding: 4px 10px;
  border-radius: 2px;
}
.project-full-info { padding: 24px; }
.project-full-info h4 { color: var(--white); margin-bottom: 8px; }
.project-full-info p { color: var(--stone); font-size: 0.85rem; line-height: 1.6; margin-bottom: 12px; }
.project-year { font-size: 0.75rem; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; }

/* ── TIMBER PAGE ──────────────────────────────────────────── */
.timber-intro { background: var(--cream); padding: 96px 24px; }
.timber-intro .container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

.timber-products { background: var(--dark); padding: 96px 24px; }
.timber-products .container { max-width: 1200px; margin: 0 auto; }
.timber-products .section-title { color: var(--white); }
.timber-products .section-tag { color: var(--gold); }

.timber-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.05);
}

.timber-item {
  background: var(--dark-2);
  padding: 40px 32px;
  transition: var(--transition);
}
.timber-item:hover { background: var(--dark-3); }

.timber-item-icon { font-size: 2.5rem; margin-bottom: 20px; }
.timber-item h4 { color: var(--white); font-size: 1.1rem; margin-bottom: 10px; }
.timber-item p { color: var(--stone); font-size: 0.88rem; line-height: 1.7; margin-bottom: 16px; }
.timber-spec {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ── ABOUT PAGE ───────────────────────────────────────────── */
.about-full { background: var(--cream); padding: 96px 24px; }
.about-full .container { max-width: 1200px; margin: 0 auto; }

.about-profile {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.profile-img {
  position: sticky;
  top: 100px;
}

.profile-img-wrap {
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--mid) 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.profile-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(15,13,10,0.8), transparent);
}

.profile-name-block {
  text-align: center;
  padding: 20px;
  background: var(--dark);
  border-radius: 2px;
}
.profile-name-block h3 { color: var(--white); font-size: 1.4rem; }
.profile-name-block p { color: var(--gold); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; margin-top: 6px; }

.profile-socials { display: flex; gap: 12px; justify-content: center; margin-top: 16px; }
.profile-social-btn {
  padding: 8px 16px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--stone-lt);
  border-radius: 2px;
  color: var(--text-mid);
  transition: var(--transition);
  display: inline-block;
}
.profile-social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); }

.profile-content h2 { font-size: 2.2rem; margin-bottom: 24px; }
.profile-content p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.9; margin-bottom: 20px; }

.profile-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}

.highlight-box {
  background: var(--dark);
  padding: 28px;
  border-radius: 2px;
  border-left: 3px solid var(--gold);
}
.highlight-box .num { font-family: var(--font-serif); font-size: 2.2rem; color: var(--gold); }
.highlight-box p { color: var(--stone); font-size: 0.85rem; margin-top: 4px; }

.credentials {
  background: var(--dark-2);
  padding: 96px 24px;
}
.credentials .container { max-width: 1200px; margin: 0 auto; }
.credentials .section-title { color: var(--white); }
.credentials .section-tag { color: var(--gold); }

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cred-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,151,58,0.12);
  padding: 32px 24px;
  border-radius: 2px;
  text-align: center;
  transition: var(--transition);
}
.cred-card:hover { border-color: var(--gold); background: rgba(200,151,58,0.06); }
.cred-icon { font-size: 2.5rem; margin-bottom: 16px; }
.cred-card h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 8px; }
.cred-card p { color: var(--stone); font-size: 0.82rem; line-height: 1.6; }

/* ── CONTACT PAGE ─────────────────────────────────────────── */
.contact-section { background: var(--cream); padding: 96px 24px; }
.contact-section .container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; }

.contact-info h2 { font-size: 2rem; margin-bottom: 20px; }
.contact-info p { color: var(--text-mid); font-size: 0.95rem; line-height: 1.8; margin-bottom: 36px; }

.contact-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item-icon {
  width: 44px; height: 44px;
  background: var(--gold);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-item-text strong { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-mid); margin-bottom: 4px; }
.contact-item-text a, .contact-item-text span { color: var(--text); font-size: 0.95rem; }
.contact-item-text a:hover { color: var(--gold); }

.contact-form {
  background: var(--dark);
  padding: 48px 40px;
  border-radius: 2px;
}
.contact-form h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 8px; }
.contact-form > p { color: var(--stone); font-size: 0.88rem; margin-bottom: 32px; }

.form-group { margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 12px 16px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--white);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--dark); }
.form-group textarea { resize: vertical; min-height: 120px; }

.form-success {
  display: none;
  text-align: center;
  padding: 40px;
  color: var(--gold);
}
.form-success.show { display: block; }
.form-success span { font-size: 3rem; display: block; margin-bottom: 16px; }
.form-success p { color: var(--stone); }

/* ── ANIMATIONS ───────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 1; }
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-teaser-inner { gap: 48px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid .testimonial:last-child { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .credentials-grid { grid-template-columns: 1fr 1fr; }
  .timber-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: var(--dark);
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 24px 0;
    border-bottom: 1px solid rgba(200,151,58,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px 24px; }
  .nav-toggle { display: flex; }

  .hero-title { font-size: 2.8rem; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .stat-divider { display: none; }

  .services-grid { grid-template-columns: 1fr; }
  .about-teaser-inner { grid-template-columns: 1fr; }
  .about-badge { right: 0; top: 16px; }
  .process-steps { flex-direction: column; }
  .process-arrow { transform: rotate(90deg); padding: 0; align-self: flex-start; margin-left: 24px; }
  .projects-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-grid .testimonial:last-child { grid-column: 1; }
  .footer-inner { grid-template-columns: 1fr; }

  .service-block, .service-block.reverse { grid-template-columns: 1fr; direction: ltr; }
  .projects-full-grid { grid-template-columns: 1fr 1fr; }
  .about-profile { grid-template-columns: 1fr; }
  .profile-img { position: static; }
  .profile-highlights { grid-template-columns: 1fr 1fr; }
  .credentials-grid { grid-template-columns: 1fr 1fr; }
  .contact-section .container { grid-template-columns: 1fr; }
  .timber-intro .container { grid-template-columns: 1fr; }
  .timber-grid { grid-template-columns: 1fr; }
  .projects-section .section-header { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .projects-full-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .profile-highlights { grid-template-columns: 1fr; }
  .credentials-grid { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; align-items: center; }
}

/* ── REAL IMAGE STYLES ──────────────────────────────────────── */
.hero-real-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-real-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.35;
}

.service-block-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.service-block-img { overflow: hidden; }

.project-full-img img,
.project-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-full-card:hover .project-full-img img,
.project-card:hover .project-img img { transform: scale(1.05); }
.project-full-img, .project-img { overflow: hidden; }

.timber-item-img {
  width: 100%; height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 2px;
}
.timber-item-img img { width: 100%; height: 100%; object-fit: cover; }

.about-teaser-img .img-placeholder,
.profile-img-wrap {
  overflow: hidden;
  position: relative;
}
.about-teaser-img .img-placeholder img,
.profile-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.profile-img-wrap::before { display: none; }

.intro-hero-img {
  aspect-ratio: 16/7;
  overflow: hidden;
  position: relative;
}
.intro-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.intro-hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,13,10,0.1), rgba(15,13,10,0.6));
}

.page-hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-bg-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.18;
}
.page-hero { position: relative; }
.page-hero-inner { position: relative; z-index: 2; }
