:root {
  --ink: #252722;
  --cream: #f3f0e8;
  --green: #59634d;
  --green-dark: #353c31;
  --white: #fff;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, .button { font: inherit; }

.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px clamp(24px, 6vw, 88px);
  color: var(--white);
}
.brand { display: inline-flex; flex-direction: column; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; line-height: 1.15; }
.brand span { font-size: clamp(1.15rem, 2.2vw, 1.65rem); }
.brand small { margin-top: 6px; font-family: Arial, sans-serif; font-size: .67rem; letter-spacing: .24em; }

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: grid;
  place-items: center;
  color: var(--white);
  text-align: center;
  background: linear-gradient(rgba(0,0,0,.34), rgba(0,0,0,.34)), url("images/21.jpg") center/cover no-repeat;
}
.hero__content { width: min(900px, 90vw); padding: 130px 0 80px; }
.eyebrow { margin: 0 0 12px; font: 700 .78rem/1.2 Arial, sans-serif; letter-spacing: .25em; text-transform: uppercase; }
h1 { margin: 0 0 30px; font-size: clamp(3rem, 8vw, 6.8rem); font-weight: 400; line-height: .98; text-shadow: 0 2px 18px rgba(0,0,0,.25); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font: 700 .8rem/1.25 Arial, sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--green-dark); background: var(--white); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.75); }
.button--outline:hover { color: var(--green-dark); background: var(--white); }

.section { padding: clamp(70px, 10vw, 120px) clamp(22px, 5vw, 70px); }
.section-heading { width: min(var(--content), 100%); margin: 0 auto clamp(44px, 6vw, 72px); text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 400; line-height: 1.1; }
.section-heading span { display: block; width: 58px; height: 2px; margin: 22px auto 0; background: var(--green); }
.section-heading--light span { background: rgba(255,255,255,.7); }

.about { background: var(--cream); }
.about__grid { width: min(var(--content), 100%); margin: auto; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(35px, 7vw, 90px); align-items: center; }
.about__grid img { width: 100%; min-height: 500px; object-fit: cover; }
.about__copy h3 { margin: 0 0 24px; color: var(--green-dark); font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 400; line-height: 1.2; }
.about__copy p { margin: 0 0 20px; }
.about__copy a { color: var(--green-dark); font-weight: 700; }

.gallery { color: var(--white); background: var(--green-dark); }
.carousel { width: min(1060px, 100%); margin: auto; }
.carousel__stage { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #161a15; }
.carousel__stage > img { width: 100%; height: 100%; object-fit: contain; }
.carousel__button { position: absolute; top: 50%; width: 52px; height: 64px; border: 0; color: var(--white); background: rgba(0,0,0,.42); cursor: pointer; transform: translateY(-50%); font-size: 1.7rem; }
.carousel__button:hover, .carousel__button:focus-visible { background: rgba(0,0,0,.72); }
.carousel__button--previous { left: 0; }
.carousel__button--next { right: 0; }
.carousel__count { position: absolute; right: 14px; bottom: 10px; margin: 0; padding: 4px 10px; color: var(--white); background: rgba(0,0,0,.55); font: .78rem Arial, sans-serif; letter-spacing: .1em; }
.carousel__thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 12px 0 4px; scrollbar-color: #aab19f transparent; }
.carousel__thumb { flex: 0 0 82px; height: 60px; padding: 0; border: 2px solid transparent; background: transparent; opacity: .55; cursor: pointer; }
.carousel__thumb img { width: 100%; height: 100%; object-fit: cover; }
.carousel__thumb[aria-current="true"] { border-color: var(--white); opacity: 1; }

.contact { color: var(--white); background: var(--green); text-align: center; }
.contact__content { width: min(780px, 100%); margin: auto; }
.contact__content > p { margin: 0 auto 32px; font-size: clamp(1.15rem, 2vw, 1.4rem); }
.contact__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

footer { padding: 45px 22px; color: #e9ebe5; background: #242821; text-align: center; }
footer p { margin: 0 0 8px; font-size: 1.2rem; }
footer small { color: #afb4a9; font-family: Arial, sans-serif; }

@media (max-width: 760px) {
  .site-header { padding: 22px; }
  .hero { min-height: 680px; }
  .about__grid { grid-template-columns: 1fr; }
  .about__grid img { min-height: 0; max-height: 560px; }
  .carousel__button { width: 44px; height: 56px; }
  .carousel__thumb { flex-basis: 68px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
