@font-face {
  font-family: "Bergtal Text";
  src: url("assets/fonts/text.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Bergtal Display";
  src: url("assets/fonts/display.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #17201e;
  --muted: #5f6965;
  --paper: #f6f4ee;
  --white: #fffdf8;
  --line: #dad5c8;
  --forest: #175d50;
  --sea: #287f8f;
  --copper: #b75d3f;
  --gold: #d6ac45;
  --shadow: 0 22px 70px rgba(23, 32, 30, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  clip: auto;
  background: var(--white);
  border: 1px solid var(--ink);
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(218, 213, 200, 0.8);
  border-radius: 8px;
  box-shadow: 0 12px 38px rgba(23, 32, 30, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
  font-family: "Bergtal Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #30403c;
  font-size: 0.92rem;
}

.site-nav a,
.footer-inner nav a {
  text-underline-offset: 5px;
}

.site-nav a:hover,
.footer-inner nav a:hover {
  text-decoration: underline;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 760;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-cta {
  color: var(--white);
  background: var(--ink);
}

.button {
  border: 1px solid transparent;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--forest);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.55);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  height: min(680px, 86svh);
  min-height: 600px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  transform: scale(1.02);
}

.hero-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(23, 32, 30, 0.9) 0%, rgba(23, 32, 30, 0.66) 48%, rgba(23, 32, 30, 0.24) 100%),
    linear-gradient(0deg, rgba(23, 32, 30, 0.45), rgba(23, 32, 30, 0.1));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 38px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c969;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 820;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.2vw, 5.7rem);
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.quick-strip {
  position: relative;
  z-index: 3;
  background: var(--ink);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  overflow: hidden;
  border-left: 1px solid rgba(255, 253, 248, 0.16);
  border-right: 1px solid rgba(255, 253, 248, 0.16);
  background: rgba(255, 253, 248, 0.08);
}

.quick-grid div {
  padding: 18px;
  background: rgba(255, 253, 248, 0.05);
}

.quick-grid span,
.quick-grid strong {
  display: block;
}

.quick-grid span {
  color: #f2c969;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-grid strong {
  margin-top: 4px;
  color: var(--white);
  font-size: 1.02rem;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: start;
}

.intro-band,
.service-section,
.visit-section,
.about-section,
.location-section,
.contact-section {
  padding: 96px 0;
}

.intro-band {
  background: var(--white);
}

.intro-copy {
  color: #394641;
  font-size: 1.04rem;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.notice {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--copper);
  font-weight: 720;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card,
.visit-card,
.request-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(23, 32, 30, 0.06);
}

.service-card {
  min-height: 275px;
  padding: 24px;
}

.service-number {
  display: inline-block;
  margin-bottom: 74px;
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card p,
.visit-card p,
.about-copy p,
.location-grid p,
.contact-grid p,
.footer-inner p {
  color: var(--muted);
}

.visual-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  min-height: 520px;
  color: var(--white);
  background: var(--ink);
}

.visual-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-copy {
  align-self: center;
  width: min(560px, calc(100% - 32px));
  margin-left: max(16px, calc((100vw - 1180px) / 2));
  padding: 72px 52px 72px 0;
}

.visual-copy h2 {
  margin-bottom: 22px;
}

.visual-copy p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 1.08rem;
}

.visit-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
}

.visit-card {
  padding: 24px;
}

.primary-visit {
  grid-row: span 2;
  display: grid;
  grid-template-rows: minmax(270px, 1fr) auto;
  gap: 24px;
  padding: 0;
  overflow: hidden;
}

.primary-visit img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.primary-visit div {
  padding: 0 24px 24px;
}

.about-section {
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.portrait-panel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.portrait-panel img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  opacity: 0.9;
}

.about-copy h2 {
  margin-bottom: 24px;
}

.detail-list {
  display: grid;
  gap: 1px;
  margin: 34px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.detail-list div {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 18px;
  padding: 16px 18px;
  background: var(--paper);
}

.detail-list dt {
  font-weight: 850;
}

.detail-list dd {
  margin: 0;
  color: var(--muted);
}

.location-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 48px;
  align-items: center;
}

.location-grid h2 {
  margin-bottom: 22px;
}

.location-grid img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  filter: saturate(0.74) contrast(1.04);
}

.contact-section {
  color: var(--white);
  background: #1b2b26;
}

.contact-section .eyebrow {
  color: #f2c969;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-grid h2 {
  margin-bottom: 22px;
}

.contact-grid p {
  color: rgba(255, 253, 248, 0.7);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-details a {
  color: var(--white);
  font-weight: 780;
}

.request-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  color: var(--ink);
}

.request-form label {
  display: grid;
  gap: 8px;
  color: #31413c;
  font-size: 0.92rem;
  font-weight: 760;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.request-form textarea {
  resize: vertical;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  outline: 3px solid rgba(40, 127, 143, 0.22);
  border-color: var(--sea);
}

.request-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--forest);
  font-weight: 760;
}

.site-footer {
  padding: 38px 0;
  background: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-inner p {
  max-width: 600px;
  margin: 0;
  font-size: 0.94rem;
}

.footer-inner nav {
  display: flex;
  gap: 18px;
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 8px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open a {
    padding: 16px;
    border-radius: 8px;
  }

  .site-nav.is-open a:hover {
    background: var(--paper);
    text-decoration: none;
  }

  .hero {
    height: min(660px, 84svh);
    min-height: 590px;
  }

  .two-column,
  .about-grid,
  .location-grid,
  .contact-grid,
  .visual-band {
    grid-template-columns: 1fr;
  }

  .visual-copy {
    width: min(700px, calc(100% - 32px));
    margin: 0 auto;
    padding: 72px 0;
  }

  .visual-band img {
    max-height: 390px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .hero {
    height: min(650px, 83svh);
    min-height: 590px;
  }

  .hero-inner {
    width: min(100% - 24px, 1180px);
    padding-top: 120px;
    padding-bottom: 26px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 3.8rem);
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.3rem);
  }

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

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .intro-band,
  .service-section,
  .visit-section,
  .about-section,
  .location-section,
  .contact-section {
    padding: 68px 0;
  }

  .section-heading {
    display: block;
  }

  .service-number {
    margin-bottom: 42px;
  }

  .detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .request-form {
    padding: 18px;
  }
}
