:root {
  --text: #202020;
  --muted: #555555;
  --line: #1f1f1f;
  --soft: #f7f7f7;
  --green: #5aa178;
  --red: #ed1c24;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #222222;
}

.header-inner,
.footer-inner,
.offer-panel,
.content-grid,
.contact-cards,
.map-strip {
  width: min(var(--max), calc(100% - 96px));
  margin: 0 auto;
}

.header-inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand img {
  width: 140px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-weight: 900;
  font-size: 14px;
}

.header-contact,
.footer-contact {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.header-contact a,
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.header-contact img,
.footer-contact img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.hero {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #d8d0c4;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 72px));
  text-align: center;
}

.hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.25;
  font-weight: 900;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.42);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-mobile {
  display: none;
}

.intro {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.intro p {
  margin: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
}

.section-band {
  background: var(--soft);
}

.experience {
  padding: 58px 0 54px;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.experience-copy {
  max-width: 560px;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.experience-copy p,
.leadership-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
}

.years-graphic {
  display: flex;
  justify-content: center;
}

.years-graphic img {
  width: min(460px, 100%);
}

.leadership {
  padding: 58px 0 62px;
}

.portrait-wrap img {
  width: 360px;
  height: 420px;
  object-fit: cover;
  object-position: center 24%;
  margin-left: auto;
}

.leadership-copy {
  max-width: 700px;
}

.leadership-copy p + p {
  margin-top: 6px;
}

.signature {
  width: min(370px, 72%);
  margin: 28px auto 0;
  mix-blend-mode: multiply;
}

.contact-section {
  padding: 32px 0 54px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  text-align: center;
}

.contact-card {
  min-width: 0;
}

.contact-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 auto 8px;
}

.contact-card h2 {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
}

.contact-card a {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.map-strip {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  min-height: 170px;
  background: #dfe8e6;
}

.map-strip iframe {
  display: block;
  width: 100%;
  height: 170px;
  border: 0;
}

.map-open {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.map-open:focus-visible {
  outline: 3px solid #10231c;
  outline-offset: -3px;
}

.map-label {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  gap: 1px;
  min-width: 190px;
  padding: 10px 14px;
  color: #10231c;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 35, 28, 0.22);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(16, 35, 28, 0.16);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.map-label strong {
  font-size: 15px;
}

.map-dialog {
  width: min(1080px, calc(100vw - 44px));
  height: min(720px, calc(100vh - 44px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.map-dialog::backdrop {
  background: rgba(0, 0, 0, 0.58);
}

.map-dialog iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.72);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.map-close:hover,
.map-close:focus-visible {
  background: rgba(0, 0, 0, 0.9);
}

.offer {
  padding: 0 0 56px;
}

.offer-panel {
  min-height: 152px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 28px 54px;
}

.offer h2 {
  margin-bottom: 2px;
  font-size: 33px;
  font-style: italic;
}

.offer p {
  margin: 0;
  font-size: 15px;
}

.offer-button {
  display: inline-flex;
  width: 260px;
  transition: transform 160ms ease, filter 160ms ease;
}

.offer-button:hover,
.offer-button:focus-visible {
  filter: brightness(0.97);
  transform: translateY(-1px);
  text-decoration: none;
}

.site-footer {
  padding: 0 0 28px;
}

.footer-inner {
  border-top: 0;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer-inner p {
  margin: 0;
  font-size: 13px;
}

.footer-logo img {
  width: 126px;
}

.footer-contact {
  justify-content: flex-end;
}

.footer-contact a[aria-label="Facebook"] img {
  width: 24px;
  height: 24px;
}

/* Direction 1: Heritage editorial */
.direction-heritage {
  --text: #24201b;
  --muted: #6c6255;
  --line: #9d8563;
  --soft: #f4efe7;
  background: #fbf8f2;
}

.direction-heritage .site-header,
.direction-heritage .site-footer {
  background: #fbf8f2;
}

.direction-heritage .site-header {
  border-bottom-color: #bca989;
}

.direction-heritage .hero::after {
  background: linear-gradient(90deg, rgba(45, 34, 23, 0.54), rgba(45, 34, 23, 0.1), rgba(45, 34, 23, 0.42));
}

.direction-heritage .hero-copy {
  text-align: left;
  width: min(1050px, calc(100% - 96px));
}

.direction-heritage .hero h1 {
  max-width: 780px;
  font-size: clamp(38px, 4.8vw, 66px);
}

.direction-heritage .intro {
  border-bottom: 1px solid #d8c8ad;
}

.direction-heritage h2 {
  color: #2c241b;
}

.direction-heritage .offer-panel {
  background: #fffaf1;
  border-color: #b59a72;
  box-shadow: 0 18px 38px rgba(50, 38, 21, 0.08);
}

.direction-heritage .contact-card img,
.direction-heritage .header-contact img,
.direction-heritage .footer-contact img {
  filter: sepia(0.45) saturate(1.3) hue-rotate(350deg);
}

/* Direction 2: Gallery monochrome */
.direction-gallery {
  --text: #151515;
  --muted: #4f4f4f;
  --line: #151515;
  --soft: #ffffff;
  background: #ffffff;
}

.direction-gallery .site-header {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 #e6e6e6;
}

.direction-gallery .header-inner {
  min-height: 96px;
}

.direction-gallery .hero {
  width: min(var(--max), calc(100% - 96px));
  margin: 32px auto 0;
  min-height: 480px;
}

.direction-gallery .hero::after {
  background: rgba(0, 0, 0, 0.28);
}

.direction-gallery .hero h1 {
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.12;
}

.direction-gallery .intro {
  padding-top: 46px;
  padding-bottom: 48px;
}

.direction-gallery .section-band {
  background: #ffffff;
}

.direction-gallery .experience,
.direction-gallery .leadership,
.direction-gallery .contact-section {
  border-top: 1px solid #e5e5e5;
}

.direction-gallery .portrait-wrap img {
  filter: grayscale(1);
}

.direction-gallery .offer-panel {
  background: #151515;
  border-color: #151515;
  color: #ffffff;
}

.direction-gallery .site-footer {
  background: #ffffff;
}

/* Direction 3: Calm green minimal */
.direction-minimal {
  --text: #10231c;
  --muted: #4d5f57;
  --line: #9ab9a7;
  --soft: #eef5f1;
  background: #f8fbf9;
}

.direction-minimal .site-header {
  background: #f8fbf9;
  border-bottom-color: #c8dbd1;
}

.direction-minimal .header-inner {
  min-height: 88px;
}

.direction-minimal .hero {
  min-height: 430px;
  border-bottom: 10px solid #6fa883;
}

.direction-minimal .hero::after {
  background: linear-gradient(180deg, rgba(16, 35, 28, 0.18), rgba(16, 35, 28, 0.5));
}

.direction-minimal .hero-copy {
  align-self: center;
  padding-bottom: 0;
}

.direction-minimal .hero h1 {
  font-size: clamp(34px, 4.4vw, 60px);
}

.direction-minimal .intro {
  color: var(--muted);
}

.direction-minimal .experience {
  background: #eef5f1;
}

.direction-minimal .leadership {
  background: #f8fbf9;
}

.direction-minimal .portrait-wrap img {
  border-radius: 8px;
  box-shadow: 18px 18px 0 #dbeae2;
}

.direction-minimal .contact-section {
  background: #eaf3ee;
}

.direction-minimal .contact-card {
  padding: 22px 18px;
  border-top: 3px solid #6fa883;
}

.direction-minimal .offer-panel {
  border-color: #6fa883;
  background: #f8fbf9;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 150px 1fr;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  .header-contact {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .main-nav {
    justify-content: flex-end;
  }

  .hero {
    min-height: 330px;
  }
}

@media (max-width: 820px) {
  .header-inner,
  .footer-inner,
  .offer-panel,
  .content-grid,
  .contact-cards,
  .map-strip {
    width: min(100% - 36px, var(--max));
  }

  .header-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0 18px;
  }

  .brand img {
    margin: 0 auto;
  }

  .main-nav,
  .header-contact {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 26px;
  }

  .header-contact {
    padding-bottom: 0;
  }

  .hero {
    min-height: 300px;
  }

  .intro {
    width: min(100% - 36px, 760px);
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .experience {
    padding: 44px 0 48px;
  }

  .experience-copy {
    max-width: none;
    text-align: center;
  }

  .years-graphic img {
    width: min(360px, 82vw);
  }

  .leadership {
    padding: 42px 0 48px;
  }

  .portrait-wrap img {
    width: min(390px, 100%);
    height: auto;
    aspect-ratio: 6 / 7;
    margin: 0 auto;
  }

  .leadership-copy {
    max-width: none;
  }

  .contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .offer-panel {
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-button {
    width: min(260px, 100%);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-contact {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .hero-title-desktop {
    display: none;
  }

  .hero-title-mobile {
    display: block;
  }

  .hero h1,
  .direction-minimal .hero h1 {
    font-size: clamp(22px, 7.1vw, 38px);
    line-height: 1.16;
  }

  .hero-copy {
    width: calc(100% - 64px);
  }

  .direction-minimal .contact-section {
    padding-top: 18px;
  }

  .direction-minimal .contact-card {
    padding: 10px 6px;
    border-top-width: 2px;
  }

  .contact-card img {
    width: 19px;
    height: 19px;
    margin-bottom: 3px;
  }

  .contact-card h2 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.1;
  }

  .contact-card a {
    font-size: 11px;
  }

  .map-strip {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  body {
    font-size: 15px;
  }

  .main-nav {
    font-size: 13px;
  }

  .header-contact,
  .footer-contact {
    font-size: 13px;
    white-space: normal;
  }

  .header-inner {
    padding-top: 18px;
  }

  .hero {
    min-height: 265px;
  }

  .hero-copy {
    width: calc(100% - 44px);
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .direction-minimal .contact-card {
    padding: 10px 8px;
  }

  .contact-card a {
    font-size: 13px;
    overflow-wrap: normal;
  }

  .intro {
    padding: 24px 0;
  }

  .intro p,
  .experience-copy p,
  .leadership-copy p {
    font-size: 15px;
  }

  h2 {
    font-size: 34px;
  }

  .contact-card h2 {
    font-size: 17px;
  }

  .map-strip iframe {
    height: 145px;
  }

  .map-strip {
    min-height: 145px;
  }

  .map-label {
    min-width: 170px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .offer {
    padding: 38px 0 44px;
  }
}
