@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap");

:root {
  --page-bg: #f7f7f7;
  --surface: #ffffff;
  --footer-bg: #333333;
  --text: #6f6f6f;
  --heading: #626262;
  --heading-dark: #222222;
  --accent: #9a1e1e;
  --accent-hover: #c52626;
  --line: #e4e4e4;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  --content-width: 1070px;
  --radius: 3px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  border: 10px solid #fff;
  border-top: 0;
  background: #fff;
  color: var(--text);
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

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

a:hover {
  color: var(--accent-hover);
}

img {
  display: block;
  width: 100%;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

.page-shell {
  min-height: 100vh;
  background: var(--page-bg);
}

.site-header,
.hero,
.section,
.quote-ribbon,
.gallery-cloud,
.contact-band {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 40px;
  min-height: 60px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 162px;
  max-width: 26vw;
}

.brand__meta {
  display: none;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--heading-dark);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
}

.site-nav a {
  display: block;
  padding: 11px;
  color: var(--heading-dark);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--heading-dark);
  background: transparent;
}

.hero {
  position: relative;
  min-height: 430px;
}

.hero--single .hero__panel {
  min-height: 430px;
}

.hero__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: 60px 24px;
  text-align: center;
}

.hero__title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(4.4rem, 7vw, 7.2rem);
  line-height: 1.05;
}

.section {
  padding: 0 40px;
}

.section--accent,
.section--shaded {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section--accent {
  background: #4f4f4f;
}

.section--shaded {
  background: #efefef;
}

.section + .section,
.section + .quote-ribbon,
.section + .gallery-cloud,
.section + .contact-band,
.quote-ribbon + .contact-band,
.gallery-cloud + .contact-band {
  margin-top: 22px;
}

.section__heading {
  padding: 12px 0 8px;
  text-align: center;
}

.section__eyebrow,
.card__eyebrow,
.contact-card__title {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.section__title,
.banner__title,
.card__title,
.contact-band__title {
  margin: 0;
  color: var(--heading);
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

.section__intro,
.card__body,
.banner__copy,
.contact-card p,
.feature-list p,
.quote__caption {
  margin: 0.6em 0 0;
}

.banner {
  padding: 36px 0 28px;
  text-align: center;
}

.banner--soft {
  background: transparent;
}

.banner__copy {
  width: min(100%, 760px);
  margin-left: auto;
  margin-right: auto;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.split--gallery {
  grid-template-columns: 30.8% 69.2%;
}

.split--gallery .preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.preview-grid img,
.split-panel,
.quote,
.feature-list,
.contact-card,
.video-card,
.gallery-cloud__grid img {
  border-radius: var(--radius);
}

.preview-grid img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
}

.split--stacked {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
}

.split-panel {
  min-height: 100%;
  overflow: hidden;
}

.split-panel--text {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  background: #fff;
}

.split-panel--image {
  background: #ddd;
}

.split-panel--image img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.image-stack {
  display: grid;
  gap: 22px;
}

.image-stack img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.section--accent .split-panel--text,
.section--accent .feature-list,
.section--accent .contact-card {
  background: transparent;
  color: #fff;
}

.section--accent .card__title,
.section--accent .section__title,
.section--accent .section__eyebrow,
.section--accent .card__eyebrow {
  color: #fff;
}

.section--accent .section-link,
.section--accent a {
  color: #fff;
}

.section--accent .section-link:hover,
.section--accent a:hover {
  color: #fff;
}

.section-link,
.social-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.section-link:hover,
.social-link:hover {
  text-decoration: underline;
}

.quote-ribbon,
.gallery-cloud,
.contact-band {
  padding: 0 40px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.quote {
  padding: 24px 22px;
  background: #fff;
}

.quote__text {
  margin: 0;
  color: var(--heading);
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  line-height: 1.45;
}

.gallery-cloud__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gallery-cloud__grid img {
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

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

.video-card iframe {
  aspect-ratio: 16 / 9;
}

.contact-band__panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--footer-bg);
  color: #fff;
}

.contact-band__panel--light {
  background: #efefef;
  color: var(--text);
}

.contact-band__panel--light .contact-band__title,
.contact-band__panel--light .section__eyebrow,
.contact-band__panel--light .contact-card__title {
  color: var(--heading);
}

.contact-band__panel--light a {
  color: var(--accent);
}

.contact-band__content {
  padding: 38px 32px;
}

.contact-band__title {
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.contact-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-card {
  padding: 0;
  background: transparent;
}

.contact-card a {
  color: #fff;
}

.contact-card a:hover {
  color: #fff;
}

.contact-band__visual img {
  height: 100%;
  object-fit: cover;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  font-size: 1.4rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  padding: 12px 14px;
  font: inherit;
  color: #222;
  background: #fff;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  min-width: 140px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.map-frame {
  width: 100%;
  min-height: 240px;
}

.map-frame iframe {
  min-height: 240px;
}

.contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
}

.feature-list {
  padding: 24px 22px;
  background: #fff;
}

.site-footer {
  margin-top: 22px;
  background: var(--footer-bg);
}

.site-footer__inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: 24px 40px;
  color: #fff;
  font-size: 1.4rem;
}

.site-footer__inner span {
  display: inline-block;
  margin-right: 18px;
}

@media (max-width: 959px) {
  body {
    border-width: 0;
  }

  .site-header {
    position: sticky;
  }

  .site-header__inner,
  .section,
  .quote-ribbon,
  .gallery-cloud,
  .contact-band,
  .site-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand img {
    width: 120px;
    max-width: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0;
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 14px 16px;
    text-align: center;
  }

  .hero,
  .hero--single .hero__panel {
    min-height: 320px;
  }

  .preview-grid,
  .split,
  .split--gallery,
  .split--stacked,
  .quote-grid,
  .gallery-cloud__grid,
  .video-grid,
  .contact-grid,
  .contact-grid--four,
  .contact-mini-grid,
  .contact-band__panel {
    grid-template-columns: 1fr;
  }

  .split-panel--image img,
  .contact-band__visual img {
    min-height: 240px;
  }

  .image-stack {
    gap: 14px;
  }

  .split--gallery .preview-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
