:root {
  --bg: #f3f6f2;
  --panel: #ffffff;
  --text: #1f2a24;
  --muted: #536057;
  --accent: #d8a24e;
  --accent-strong: #b3792d;
  --line: #dfe6dd;
  --shadow: 0 14px 50px rgba(24, 45, 32, 0.12);
  font-family: 'Work Sans', 'Segoe UI', sans-serif;
  color: var(--text);
}

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

body {
  margin: 0;
  background: radial-gradient(circle at 10% 15%, rgba(195, 222, 199, 0.35), transparent 28%),
              radial-gradient(circle at 85% 0%, rgba(243, 219, 173, 0.35), transparent 26%),
              radial-gradient(circle at 40% 90%, rgba(182, 202, 177, 0.35), transparent 28%),
              var(--bg);
}

a {
  color: var(--accent-strong);
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Times New Roman', serif;
  margin: 0 0 12px;
  color: var(--text);
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

ul {
  padding-left: 18px;
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.7;
}

.hero {
  position: relative;
  padding: 32px 5vw 70px;
  color: #eef2eb;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(18, 34, 25, 0.8), rgba(34, 72, 47, 0.7)),
              url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  filter: saturate(1.05);
  z-index: 0;
}

.nav-bar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-mark {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f7f3ec;
}

.brand-sub {
  font-size: 12px;
  color: rgba(238, 242, 235, 0.9);
}

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

.nav-links a {
  color: #eef2eb;
  padding: 8px 10px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: #f7f3ec;
  display: block;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  margin: 12px 0;
}

.hero-copy p {
  color: rgba(238, 242, 235, 0.9);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 18px 0;
}

.hero-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(238, 242, 235, 0.8);
  font-size: 14px;
}

.hero-visual.hero-focus {
  display: grid;
  gap: 14px;
}

.hero-photo {
  border-radius: 18px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hero-card {
  background: linear-gradient(160deg, rgba(6, 12, 9, 0.78), rgba(18, 34, 25, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  transform: translateY(0);
  transition: transform 0.2s ease;
}

.hero-card:hover {
  transform: translateY(-4px);
}

.hero-card blockquote {
  margin: 8px 0 16px;
  color: #fff;
  line-height: 1.8;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
}

.hero-card cite {
  display: block;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.hero-card .note {
  color: #f7e3c6;
  font-weight: 600;
}

.section {
  padding: 78px 5vw;
}

.section.alt {
  background: rgba(255, 255, 255, 0.82);
}

.section-header {
  max-width: 1080px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-header.narrow {
  max-width: 860px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  color: var(--accent-strong);
  font-weight: 700;
  margin: 0 0 8px;
}

.lead {
  font-size: 18px;
  color: var(--muted);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f7f3ec;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #1a1c16;
  box-shadow: var(--shadow);
}

.btn.primary:hover {
  transform: translateY(-2px);
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: inherit;
  background: rgba(255, 255, 255, 0.08);
}

.card-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.card,
.testimonial {
  background: var(--panel);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.card.soft {
  background: linear-gradient(135deg, rgba(216, 162, 78, 0.08), rgba(47, 93, 58, 0.08));
}

.card.highlight {
  background: linear-gradient(135deg, rgba(47, 93, 58, 0.08), rgba(216, 162, 78, 0.14));
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 46px rgba(24, 45, 32, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.content-grid.reverse {
  align-items: center;
}

.copy {
  background: var(--panel);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.photo-panel {
  border-radius: 18px;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.photo-panel.tall {
  min-height: 420px;
}

.photo-panel.portrait {
  min-height: 460px;
  background-position: center top;
}

.photo-panel.wide {
  min-height: 320px;
}

.card.photo-card {
  position: relative;
  color: #fdfdfd;
  border: none;
  padding: 0;
  overflow: hidden;
}

.card.photo-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 14, 0.45), rgba(10, 20, 14, 0.78));
}

.card.photo-card .overlay-text {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.card.photo-card h3,
.card.photo-card p {
  color: #fdfdfd;
}

.card.photo-card {
  background-size: cover;
  background-position: center;
}

.list {
  list-style: disc;
}

.quote {
  border-left: 4px solid var(--accent);
  padding-left: 12px;
  font-style: italic;
}

.tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(47, 93, 58, 0.08);
  color: var(--text);
  font-weight: 600;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.timeline li {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(47, 93, 58, 0.04);
  border: 1px dashed var(--line);
}

.testimonial h3 {
  margin-bottom: 10px;
}

.testimonial p {
  color: var(--muted);
}

.newsletter,
.contact-form {
  display: grid;
  gap: 12px;
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fdfefc;
  font-family: inherit;
  font-size: 15px;
}

textarea {
  resize: vertical;
}

.small {
  font-size: 13px;
  color: var(--muted);
}

.bento-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.bento-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 12px;
  color: #fdfdfd;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bento-card h3 {
  margin: 0 0 6px;
  color: #f7e3c6;
  font-size: 24px;
}

.bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 32px 5vw 40px;
  background: #1f2a24;
  color: #eef2eb;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: start;
}

.footer .brand-mark {
  color: #f7f3ec;
}

.footer p {
  color: rgba(238, 242, 235, 0.8);
}

.mt {
  margin-top: 18px;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    right: 5vw;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 210px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 60;
  }

  .nav-links a {
    width: 100%;
    padding: 10px;
  }

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

  .nav-bar {
    position: relative;
  }

  .image-card.wide {
    grid-column: span 1;
  }
}
