:root {
  --bg: #f7f5ef;
  --paper: #fffdf8;
  --ink: #23241f;
  --muted: #62665a;
  --line: #dfdccf;
  --forest: #2f5d50;
  --lake: #2e7292;
  --clay: #a35f3b;
  --sun: #d7aa48;
  --shadow: 0 18px 50px rgba(35, 36, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(247, 245, 239, 0.9);
  border-bottom: 1px solid rgba(223, 220, 207, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--forest);
  color: #fff;
  border-radius: 8px;
  font-size: 0.9rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.site-nav a,
.nav-toggle {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.active {
  background: var(--paper);
  border-color: var(--line);
  color: var(--forest);
}

.nav-toggle {
  display: none;
  background: var(--paper);
  cursor: pointer;
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  min-height: calc(100vh - 72px);
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  padding: clamp(28px, 5vw, 76px);
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.97), rgba(247, 245, 239, 0.6)),
    url("images/house_winter.jpg") center/cover;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  max-width: 820px;
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 3rem);
}

p {
  margin: 16px 0 0;
}

.hero-copy p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.content-section > div > p,
.photo-band p,
.note-section p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-image {
  align-self: stretch;
  min-height: 440px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

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

.content-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 310px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(35, 36, 31, 0.08);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.feature-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.feature-card span,
.feature-card small {
  display: block;
  padding-inline: 18px;
}

.feature-card span {
  margin-top: 16px;
  color: var(--forest);
  font-size: 1.25rem;
  font-weight: 800;
}

.feature-card small {
  margin-top: 4px;
  padding-bottom: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.photo-band {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px) 1fr;
  align-items: stretch;
  background: #e9efe7;
}

.photo-band img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.photo-band div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: clamp(28px, 4vw, 54px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 76px) 0 clamp(18px, 3vw, 36px);
}

.page-hero-right img {
  order: 2;
}

.page-hero-right div {
  order: 1;
}

.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.single-video {
  max-width: 920px;
}

.video-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(35, 36, 31, 0.1);
  overflow: hidden;
}

.section-heading {
  padding: 22px 22px 18px;
}

.section-heading h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.video-panel video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
}

.info-pairs {
  display: grid;
  gap: clamp(34px, 6vw, 72px);
}

.info-pair {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.info-pair-reverse img {
  order: 2;
}

.info-pair-reverse div {
  order: 1;
}

.info-pair img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(35, 36, 31, 0.12);
}

.info-pair h2 {
  color: var(--forest);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.info-pair p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.note-section {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto clamp(54px, 7vw, 92px);
  padding: clamp(24px, 4vw, 38px);
  background: #eef6f4;
  border: 1px solid #c9ded8;
  border-radius: 8px;
}

.note-section h2 {
  color: var(--forest);
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
}

.care-section {
  width: min(980px, calc(100% - 36px));
  background: var(--paper);
}

.care-list {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.care-list article {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.care-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.care-list h3 {
  margin: 0;
  color: var(--clay);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.2;
}

.care-list p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.05rem;
}

.cat-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cat-gallery article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.cat-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cat-gallery div {
  padding: 22px;
}

.cat-gallery h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.cat-gallery p:not(.eyebrow) {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 4vw, 52px);
  background: var(--ink);
  color: #f3f0e8;
}

.site-footer a {
  color: #f3f0e8;
}

@media (max-width: 900px) {
  .hero,
  .intro-grid,
  .page-hero,
  .info-pair,
  .video-grid,
  .cat-gallery,
  .photo-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .quick-links {
    grid-template-columns: 1fr;
  }

  .page-hero-right img,
  .page-hero-right div,
  .info-pair-reverse img,
  .info-pair-reverse div {
    order: initial;
  }

  .photo-band img {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .hero,
  .content-section,
  .page-hero {
    width: auto;
  }

  .hero {
    padding: 28px 18px 42px;
  }

  h1 {
    font-size: clamp(2.25rem, 14vw, 3.4rem);
  }

  .site-footer {
    flex-direction: column;
  }
}
