:root {
  --ink: #1a1208;
  --cream: #f7f2ea;
  --gold: #c49a3c;
  --gold-lt: #e8c97a;
  --rust: #b94c2b;
  --sage: #4a6741;
  --indigo: #2e3a6e;
  --warm-mid: #8c6e4a;
  --light-bg: #faf6ef;
}

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

html {
  scroll-behavior: smooth;
  font-size: 125%;
}

body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
}

/* ===== NAV ===== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 4rem;
  background: rgba(247, 242, 234, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196, 154, 60, 0.2);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.nav-logo .emblem {
  width: 44px;
  height: 44px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-logo .emblem svg {
  width: 24px;
  height: 24px;
}

.nav-logo-text {
  line-height: 1.1;
}

.nav-logo-text .name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.nav-logo-text .tagline {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-mid);
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 1px;
  background: var(--gold);
  transition: right 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.nav-active::after {
  right: 0;
}

.nav-cta {
  background: var(--ink) !important;
  color: var(--cream) !important;
  padding: 0.5rem 1.4rem;
  border-radius: 2px;
}

.nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: var(--gold) !important;
  color: var(--ink) !important;
}

.nav-cta {
  transition: background 0.25s, color 0.25s !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  color: var(--ink);
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 5rem 6rem 6.5rem;
  background: var(--ink);
  position: relative;
  z-index: 2;
}

.hero-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 100%, rgba(196, 154, 60, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.hero-left::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.35), transparent);
  pointer-events: none;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
}

.hero-eyebrow::before {
  content: '';
  width: 48px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5.5vw, 4.6rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 1.6rem;
  letter-spacing: -0.01em;
}

.hero-title em {
  font-style: italic;
  color: var(--gold-lt);
  text-shadow: 0 0 35px rgba(232, 201, 122, 0.25);
}

.hero-sub {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(247, 242, 234, 0.75);
  max-width: 440px;
  margin-bottom: 3rem;
  font-weight: 300;
}

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

.hero-stats {
  display: flex;
  gap: 3.5rem;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(247, 242, 234, 0.1);
}

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

.hero-stat .label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 242, 234, 0.5);
  margin-top: 0.4rem;
}

.hero-right {
  position: relative;
  overflow: hidden;
  background: #2b1e10;
}

.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  animation: zoomIn 12s ease-out forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.hero-right-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 30, 16, 0.5) 0%, transparent 60%);
}

.hero-badge {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  animation: rotateBadge 20s linear infinite;
}

@keyframes rotateBadge {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-badge span {
  font-size: 1.4rem;
  font-weight: 300;
  animation: rotateBadge 20s linear infinite reverse;
}

/* ===== MARQUEE ===== */
.marquee-wrap {
  background: var(--gold);
  padding: 0.7rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 0;
  animation: marquee 20s linear infinite;
}

.marquee-track span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  padding: 0 2.5rem;
}

.marquee-track .dot {
  color: var(--rust);
  font-size: 1rem;
  padding: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ===== ABOUT ===== */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--light-bg);
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.about-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

.about-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-accent {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: var(--gold);
  width: 60px;
  height: 4px;
}

.about-content {
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

.section-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.section-title em {
  font-style: italic;
  color: var(--rust);
}

.about-body {
  font-size: 0.92rem;
  line-height: 1.85;
  color: #5a4a38;
  margin-bottom: 1.5rem;
}

.about-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 2rem;
}

.pillar {
  padding: 1.2rem;
  border-left: 2px solid var(--gold);
  background: white;
}

.pillar-title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.pillar-desc {
  font-size: 0.82rem;
  color: #7a6a58;
  line-height: 1.6;
}

/* ===== SERVICES ===== */
.services {
  padding: 6rem 4rem;
  background: var(--ink);
}

.services-header {
  text-align: center;
  margin-bottom: 4rem;
}

.services-header .section-eyebrow {
  color: var(--gold);
}

.services-header .section-title {
  color: var(--cream);
}

.services-header .section-title em {
  color: var(--gold-lt);
}

.services-header p {
  font-size: 0.92rem;
  color: rgba(247, 242, 234, 0.55);
  max-width: 520px;
  margin: 1rem auto 0;
  line-height: 1.8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(255, 255, 255, 0.05);
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #221a0f;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.service-card:hover {
  background: #2d2110;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--gold);
  transition: right 0.4s ease;
}

.service-card:hover::before {
  right: 0;
}

.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(196, 154, 60, 0.15);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 0.8rem;
}

.service-desc {
  font-size: 0.84rem;
  line-height: 1.8;
  color: rgba(247, 242, 234, 0.5);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.5rem;
}

.stag {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(196, 154, 60, 0.3);
  color: var(--gold);
  border-radius: 2px;
}

/* ===== PROCESS ===== */
.process {
  padding: 6rem 4rem;
  background: var(--cream);
}

.process-header {
  text-align: center;
  margin-bottom: 4rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}

.process-step {
  text-align: center;
  padding: 0 1rem;
}

.step-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--gold);
  position: relative;
  z-index: 1;
}

.step-title {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.step-desc {
  font-size: 0.78rem;
  line-height: 1.7;
  color: #7a6a58;
}

/* ===== GALLERY ===== */
.gallery {
  padding: 6rem 4rem;
  background: #f0e9de;
}

.gallery-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.gallery-item:first-child {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 18, 8, 0.75) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.gallery-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--cream);
}

/* ===== WHY ===== */
.why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--sage);
}

#sustainability {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.why-content {
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-content .section-title {
  color: var(--cream);
}

.why-content .section-eyebrow {
  color: var(--gold-lt);
}

.why-list {
  list-style: none;
  margin-top: 2rem;
}

.why-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-list li:last-child {
  border-bottom: none;
}

.why-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.why-icon svg {
  width: 14px;
  height: 14px;
}

.why-item-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.2rem;
}

.why-item-desc {
  font-size: 0.8rem;
  color: rgba(247, 242, 234, 0.6);
  line-height: 1.6;
}

.why-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.why-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--sage) 0%, transparent 30%);
}

/* ===== TESTIMONIAL ===== */
.testimonial {
  padding: 6rem 4rem;
  background: var(--cream);
  text-align: center;
}

.testimonial-inner {
  max-width: 700px;
  margin: 0 auto;
}

.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  line-height: 0.5;
  color: var(--gold);
  opacity: 0.5;
  display: block;
  margin-bottom: 1.5rem;
}

.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 2rem;
}

.testimonial-author {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-mid);
}

.testimonial-stars {
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--gold);
  font-size: 1rem;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--gold);
  padding: 6rem 4rem;
  text-align: center;
}

.cta-band-inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0.8rem;
}

.cta-band-inner p {
  font-size: 0.92rem;
  color: rgba(26, 18, 8, 0.7);
  margin-bottom: 2rem;
}

/* ===== CONTACT ===== */
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
}

.contact-info {
  padding: 6rem 4rem;
}

.contact-info .section-title {
  color: var(--cream);
  margin-bottom: 2rem;
}

.contact-info .section-eyebrow {
  color: var(--gold);
}

.contact-details {
  list-style: none;
  margin-top: 1rem;
}

.contact-details li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  color: rgba(247, 242, 234, 0.65);
}

.contact-details li strong {
  color: var(--gold);
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-icon {
  color: var(--gold);
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-form-wrap {
  padding: 6rem 4rem;
  background: #221a0f;
}

.form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 154, 60, 0.2);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.25s;
}

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

.form-group textarea {
  height: 110px;
  resize: vertical;
}

.form-group select option {
  background: #221a0f;
  color: var(--cream);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  background: var(--ink);
  padding: 8rem 4rem 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(196, 154, 60, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero .section-eyebrow {
  color: var(--gold);
}

.page-hero .section-title {
  color: var(--cream);
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.page-hero .section-title em {
  color: var(--gold-lt);
}

.page-hero p {
  color: rgba(247, 242, 234, 0.55);
  font-size: 0.95rem;
  max-width: 540px;
  margin: 1.2rem auto 0;
  line-height: 1.8;
}

/* ===== TEAM ===== */
.team-strip {
  padding: 6rem 4rem;
  background: var(--light-bg);
}

.team-strip-header {
  text-align: center;
  margin-bottom: 3rem;
}

.team-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.team-card {
  background: white;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 20px rgba(26, 18, 8, 0.06);
}

.team-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
}

.team-card-body {
  padding: 1.2rem 1.4rem 1.5rem;
}

.team-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
}

.team-card-role {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-mid);
  margin-top: 0.2rem;
}

.team-card-bio {
  font-size: 0.78rem;
  line-height: 1.65;
  color: #7a6a58;
  margin-top: 0.6rem;
}

/* ===== FOOTER ===== */
footer {
  background: #0e0b06;
  padding: 3rem 4rem 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-brand .nav-logo-text .name {
  font-size: 1.1rem;
  color: var(--cream);
}

.footer-brand p {
  font-size: 0.8rem;
  color: rgba(247, 242, 234, 0.4);
  line-height: 1.7;
  margin-top: 0.8rem;
  max-width: 260px;
}

.footer-col-title {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  font-size: 0.82rem;
  color: rgba(247, 242, 234, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  color: rgba(247, 242, 234, 0.35);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-dot-divider {
  color: var(--gold);
  margin: 0 0.5rem;
}

.footer-bottom-right {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.footer-bottom-right a {
  color: rgba(247, 242, 234, 0.35);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.footer-bottom-right a:hover {
  color: var(--gold);
}

/* ===== BUTTONS ===== */
.btn-primary {
  background: var(--gold);
  color: var(--ink);
  padding: 0.85rem 2rem;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  display: inline-block;
}

.btn-primary:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
}

.btn-outline {
  border: 1px solid rgba(247, 242, 234, 0.35);
  color: var(--cream);
  padding: 0.85rem 2rem;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
  display: inline-block;
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: auto;
  max-width: 420px;
  background: rgba(247, 242, 234, 0.98);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(196, 154, 60, 0.3);
  border-radius: 8px;
  padding: 1.5rem;
  z-index: 9999;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(120%);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-banner.visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.cookie-header h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--ink);
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.cookie-header p {
  font-size: 0.75rem;
  color: #5a4a38;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.cookie-header p:last-child {
  display: none;
}

.cookie-preferences {
  display: flex;
  flex-direction: column;
}

.cookie-pref-title {
  display: none;
}

.cookie-toggles {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  cursor: pointer;
  color: var(--ink);
  font-weight: 500;
}

.cookie-toggle input {
  accent-color: var(--gold);
}

.cookie-link-btn {
  background: none;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  color: var(--rust);
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
  padding: 0;
  font-weight: 600;
  align-self: flex-start;
}

.cookie-details {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(196, 154, 60, 0.2);
  max-height: 150px;
  overflow-y: auto;
  padding-right: 0.5rem;
  transition: max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
}

.cookie-details.hidden-details {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.cookie-detail-item {
  margin-bottom: 0.8rem;
}

.cookie-detail-item strong {
  display: block;
  font-size: 0.72rem;
  color: var(--ink);
  margin-bottom: 0.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cookie-detail-item p {
  font-size: 0.7rem;
  color: #7a6a58;
  line-height: 1.5;
  margin: 0;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(196, 154, 60, 0.2);
  flex-wrap: wrap;
}

.cookie-actions .btn-primary,
.cookie-actions .btn-outline {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  flex: 1;
  text-align: center;
  justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  nav {
    padding: 1rem 1.5rem;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(247, 242, 234, 0.98);
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    border-bottom: 1px solid rgba(196, 154, 60, 0.2);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 100%;
  }

  body {
    width: 100%;
    max-width: 100vw;
  }

  .hero,
  .about,
  .why,
  .contact {
    grid-template-columns: 1fr;
  }

  /* Limit all standard images to half screen height on mobile */
  img:not(.nav-brand img) {
    max-height: 50vh;
    object-fit: cover;
  }

  /* Reset 100vh heights for stacking content on mobile */
  .about, 
  #sustainability, 
  .hero {
    height: auto;
    min-height: auto;
  }

  .hero-right {
    min-height: 35vh;
  }
  .about-image-wrap, .why-image-wrap {
    min-height: 35vh;
  }

  .services {
    padding: 3rem 1rem;
  }

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

  .process {
    padding: 3rem 1rem;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .process-steps::before {
    display: none;
  }

  .gallery {
    padding: 3rem 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .gallery-item:first-child {
    grid-row: span 1;
    grid-column: span 2;
  }

  .team-strip {
    padding: 3rem 1rem;
  }

  .team-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-info,
  .contact-form-wrap,
  .about-content,
  .why-content,
  .testimonial {
    padding: 3rem 1rem;
  }

  footer {
    padding: 3rem 1rem 2rem;
  }

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

  .hero-left,
  .page-hero {
    padding: 6rem 1rem 3rem;
  }

  .cta-band {
    padding: 3rem 1rem;
  }

  .cookie-banner {
    left: 0.5rem;
    right: 0.5rem;
    max-width: none;
    padding: 1.2rem;
    max-height: 90vh;
    overflow-y: auto;
  }

  .cookie-banner-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cookie-actions {
    flex-direction: column-reverse;
    width: 100%;
    border-top: none;
    padding-top: 0;
  }

  .cookie-actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .team-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-top {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}