:root {
  --accent: #b88b64;
  --accent-dark: #8e6040;
  --ink: #251f1b;
  --muted: #6f6660;
  --paper: #fffaf4;
  --cream: #f5ede4;
  --line: rgba(37, 31, 27, .1);
  --shadow: 0 24px 70px rgba(63, 42, 27, .12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(184, 139, 100, .14), transparent 34rem),
    linear-gradient(180deg, #fff 0, var(--paper) 100%);
  color: var(--muted);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

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

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.top-logo {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 146px;
  padding: 12px 24px 0;
  background: rgba(255, 255, 255, .72);
}

.top-logo img {
  width: 132px;
  height: 136px;
  object-fit: contain;
}

.menu-button,
.primary-action,
.map-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-weight: 400;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(184, 139, 100, .26);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.menu-button:hover,
.primary-action:hover,
.map-button:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(142, 96, 64, .28);
}

.top-logo .menu-button {
  position: absolute;
  right: clamp(24px, 7vw, 90px);
  top: 58px;
  min-width: 98px;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 60px;
  border-block: 1px solid var(--line);
  background: rgba(255, 250, 244, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 35px rgba(37, 31, 27, .06);
}

.main-nav nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 6vw, 70px);
}

.main-nav a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 24px 62px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(42px, 5.2vw, 64px);
  font-weight: 400;
  line-height: .98;
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 18px 0 0;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.primary-action,
.secondary-action {
  min-width: 142px;
  padding: 0 24px;
}

.secondary-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 400;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .65);
}

.hero-media {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 32px 24px 0 80px;
  border-radius: 28px;
  background: var(--cream);
  transform: rotate(2deg);
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 612px);
  filter: drop-shadow(0 24px 40px rgba(37, 31, 27, .18));
}

.open-badge {
  position: absolute;
  left: 10px;
  bottom: 34px;
  z-index: 2;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.open-badge span {
  display: block;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.open-badge strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.intro {
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.intro-card {
  position: relative;
  min-height: 390px;
  padding: 42px 34px;
  overflow: hidden;
  border: 1px solid rgba(184, 139, 100, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow);
  text-align: center;
}

.intro-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -40px;
  width: 145px;
  height: 145px;
  border: 18px solid rgba(184, 139, 100, .08);
  border-radius: 50%;
}

.intro-card svg {
  width: 88px;
  height: 66px;
  margin-bottom: 24px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intro-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.intro-card p {
  margin: 0;
}

.story {
  position: relative;
  max-width: 1160px;
  margin: 76px auto 0;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: 60px;
  align-items: center;
}

.story::before {
  content: "";
  position: absolute;
  left: -90px;
  bottom: 20px;
  width: 137px;
  height: 200px;
  background: url("assets/story_object01.png") center / contain no-repeat;
  opacity: .55;
}

.story::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 20px;
  width: 181px;
  height: 108px;
  background: url("assets/story_object02.png") center / contain no-repeat;
  opacity: .5;
}

.story-copy,
.story-image {
  position: relative;
  z-index: 1;
}

.story-copy {
  text-align: left;
}

.story h1,
.gallery h2 {
  margin: 0;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 400;
  line-height: .95;
}

.ornament {
  width: 140px;
  height: 18px;
  margin: 18px 0 34px;
  background:
    linear-gradient(90deg, rgba(184, 139, 100, .08), rgba(184, 139, 100, .7), rgba(184, 139, 100, .08)) center / 100% 1px no-repeat;
}

.story-copy p {
  margin: 0 0 46px;
  max-width: 560px;
  font-size: 17px;
}

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

.counters div {
  padding: 18px 16px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(37, 31, 27, .08);
}

.counters span {
  display: block;
  color: var(--accent);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.counters strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
}

.story-image img {
  display: block;
  width: min(100%, 612px);
  margin-left: auto;
}

.gallery {
  max-width: 920px;
  margin: 60px auto 0;
  padding: 0 24px 100px;
  text-align: center;
}

.gallery .ornament {
  margin: 22px auto 48px;
}

.gallery video {
  display: block;
  width: min(560px, 100%);
  max-height: 720px;
  margin: 0 auto;
  border-radius: 18px;
  background: #111;
  box-shadow: var(--shadow);
}

.contact {
  padding: 118px max(24px, calc((100vw - 1160px) / 2)) 120px;
  display: grid;
  grid-template-columns: .95fr 1.1fr 1.05fr;
  gap: 34px;
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, .45), rgba(255, 250, 244, .92)),
    url("assets/contact_bg.jpg") center bottom / cover no-repeat;
}

.contact-card {
  padding: 34px;
  border: 1px solid rgba(184, 139, 100, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 46px rgba(37, 31, 27, .08);
  text-align: center;
}

.contact-card h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.contact-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.contact-phone a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--accent-dark);
  font-size: 22px;
  font-weight: 400;
}

.contact-phone span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--accent-dark);
}

.location svg {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  fill: #c39b73;
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linejoin: round;
}

.location p {
  margin: 0 0 26px;
}

.map-button {
  width: 176px;
  margin: 0 auto;
}

.hours {
  text-align: left;
}

.hours h2 {
  margin-bottom: 22px;
}

.hours dl {
  margin: 0;
}

.hours div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(37, 31, 27, .13);
}

.hours dt,
.hours dd {
  margin: 0;
  font-weight: 400;
}

footer {
  min-height: 128px;
  padding: 34px max(24px, calc((100vw - 1160px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #171412;
  color: rgba(255, 255, 255, .86);
}

footer p {
  margin: 0;
}

footer a {
  color: #fff;
  font-weight: 400;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 400;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 30;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 14px 30px rgba(142, 96, 64, .28);
}

@media (max-width: 980px) {
  .hero,
  .story {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-media {
    min-height: auto;
  }

  .intro,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro-card {
    min-height: auto;
  }

  .story {
    margin-top: 36px;
  }

  .story-copy {
    text-align: center;
  }

  .story-copy p,
  .story-image img {
    margin-inline: auto;
  }

  .story .ornament {
    margin-inline: auto;
  }

  .contact-phone,
  .hours {
    text-align: center;
  }

  .hours div {
    max-width: 420px;
    margin: 0 auto;
  }
}

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

  .top-logo {
    min-height: 142px;
    justify-content: flex-start;
  }

  .top-logo img {
    width: 122px;
    height: 126px;
  }

  .top-logo .menu-button {
    right: 18px;
    top: 50px;
    min-width: 84px;
  }

  .main-nav {
    height: 58px;
  }

  .main-nav nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .hero,
  .intro,
  .story,
  .gallery {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .open-badge {
    left: 0;
    bottom: 0;
  }

  .intro-card,
  .contact-card {
    padding: 30px 22px;
  }

  .counters {
    grid-template-columns: 1fr;
  }

  .contact {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .hours div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
}
