:root {
  --bg: #0f1412;
  --panel: #161f1b;
  --muted: #eef0eb;
  --text: #101512;
  --light: #f8f8f4;
  --subtle: #d9ded4;
  --accent: #9b8a5d;
  --accent-dark: #6c5f3f;
  --line: rgba(255,255,255,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--light); line-height: 1.55; }
a { color: inherit; }
.hero { min-height: 720px; color: white; background: radial-gradient(circle at 75% 20%, rgba(155,138,93,.34), transparent 34%), linear-gradient(135deg, rgba(9,13,11,.92), rgba(20,29,25,.84)), url('assets/hero-ute-sunset.jpg'); background-size: cover; background-position: center 46%; padding: 28px; display: flex; flex-direction: column; }
.nav { max-width: 1120px; width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand small { display: block; opacity: .78; font-size: 13px; }
.mark { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: var(--accent); letter-spacing: .05em; }
.nav-call { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; text-decoration: none; }
.hero-content { max-width: 1120px; width: 100%; margin: auto; padding: 80px 0 120px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; color: var(--accent); margin: 0 0 12px; }
h1 { font-size: clamp(42px, 7vw, 78px); line-height: .98; max-width: 900px; margin: 0 0 24px; }
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; margin: 0 0 18px; }
h3 { margin-top: 0; }
.lead { max-width: 740px; color: rgba(255,255,255,.86); font-size: 21px; margin-bottom: 30px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-block; text-decoration: none; border-radius: 999px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); color: white; font-weight: 700; }
.btn.primary { background: var(--accent); border-color: var(--accent); color: #141414; }
.btn.ghost { background: rgba(255,255,255,.08); }
.trust-strip { max-width: 1120px; margin: -44px auto 0; background: white; border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.18); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; position: relative; z-index: 2; }
.trust-strip div { padding: 22px; border-right: 1px solid #e8e8e2; }
.trust-strip div:last-child { border-right: none; }
.trust-strip strong { display: block; color: var(--accent-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip span { display: block; font-weight: 700; margin-top: 5px; }
.section { max-width: 1120px; margin: 0 auto; padding: 86px 28px; }
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.card { background: white; border: 1px solid #e7e8e1; border-radius: 22px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
ul { padding-left: 20px; }
li { margin: 10px 0; }
.muted { max-width: none; background: var(--muted); padding-left: max(28px, calc((100vw - 1120px)/2 + 28px)); padding-right: max(28px, calc((100vw - 1120px)/2 + 28px)); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1120px; }
.grid article { background: white; border-radius: 18px; padding: 22px; border: 1px solid #e1e3dc; }
.dark-card { background: var(--panel); color: white; border-color: transparent; }
.dark-card h2 { color: white; }
.cta { text-align: center; }
.cta p { max-width: 680px; margin-left: auto; margin-right: auto; }
.contact-box { display: inline-block; text-align: left; background: white; border-radius: 22px; padding: 26px 34px; box-shadow: 0 10px 30px rgba(0,0,0,.08); margin-top: 16px; }
.contact-box p { margin: 6px 0; }
footer { background: var(--bg); color: rgba(255,255,255,.78); text-align: center; padding: 30px 20px; font-size: 14px; }
footer p { margin: 6px 0; }
@media (max-width: 820px) {
  .hero { min-height: auto; padding: 22px; }
  .nav { align-items: flex-start; }
  .hero-content { padding: 80px 0; }
  .lead { font-size: 18px; }
  .trust-strip, .two-col, .grid { grid-template-columns: 1fr; }
  .trust-strip { margin: 0 18px; }
  .trust-strip div { border-right: none; border-bottom: 1px solid #e8e8e2; }
}

.photo-feature { max-width: 1120px; margin: 70px auto 0; padding: 0 28px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; }
.photo-feature img { width: 100%; display: block; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.18); object-fit: cover; max-height: 470px; }
.photo-feature div { background: white; border: 1px solid #e7e8e1; border-radius: 22px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
@media (max-width: 820px) {
  .photo-feature { grid-template-columns: 1fr; margin-top: 42px; }
}


.field-gallery { padding-top: 70px; }
.gallery-intro { max-width: 760px; margin-bottom: 28px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gallery-grid figure { margin: 0; background: white; border: 1px solid #e7e8e1; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.07); }
.gallery-grid img { width: 100%; height: 360px; display: block; object-fit: cover; }
.gallery-grid figcaption { padding: 16px 18px 20px; font-weight: 700; color: #2b302c; }
@media (max-width: 820px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: auto; max-height: 420px; }
}
