:root {
  --page: #f8f3ea;
  --paper: #e9dfce;
  --paper-soft: #eee6d8;
  --line: #cdc2af;
  --text: #3f3529;
  --muted: #aaa193;
  --muted-strong: #9d9488;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--paper-soft);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: var(--paper-soft);
}

.site-header {
  padding: 48px 28px 34px;
  text-align: center;
  background: var(--paper);
  border-bottom: 1px solid #d8cfbf;
}

.brand {
  display: block;
}

.title-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.brand-mark {
  width: 58px;
  height: 96px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.82;
}

h1,
h2,
p,
address {
  margin: 0;
}

h1 {
  font-size: clamp(2.35rem, 7vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.shop-tagline,
.site-nav,
.carousel,
.intro {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

.location-tag {
  margin: 18px auto 0;
  color: #17233d;
  font-size: clamp(1.3rem, 3.6vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-tagline {
  max-width: 560px;
  margin: 24px auto 0;
  color: #17233d;
  font-size: clamp(0.9rem, 2.4vw, 1.22rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(26px, 7vw, 48px);
  padding: 22px 20px;
  background: var(--paper-soft);
  border-bottom: 1px solid #d8cfbf;
}

.site-nav a {
  color: var(--muted-strong);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.page-content {
  padding: 40px;
  background: #f1e8d9;
}

.carousel {
  position: relative;
  min-height: 458px;
  overflow: hidden;
  background: #ded5c5;
  border: 2px solid var(--line);
  border-radius: 3px;
}

.carousel-track,
.carousel-slide {
  min-height: inherit;
}

.carousel-slide {
  display: none;
  place-items: center;
  color: #b6ab9c;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.carousel-slide.is-active {
  display: grid;
}

.carousel-button {
  position: absolute;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  transform: translateY(-50%);
  background: rgba(241, 232, 217, 0.76);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.carousel-button:hover {
  background: #f1e8d9;
}

.carousel-button-prev {
  left: 16px;
}

.carousel-button-next {
  right: 16px;
}

.carousel-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: transparent;
  border: 1px solid #aaa193;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: #aaa193;
}

.intro {
  margin: 40px -40px -40px;
  padding: 34px 24px 28px;
  text-align: center;
  border-top: 1px solid #d8cfbf;
}

.intro p,
.intro address {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.13em;
  line-height: 1.9;
}

.text-page h2 {
  margin-top: 34px;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.text-page {
  min-height: 520px;
  padding: 62px min(72px, 9vw);
  text-align: center;
}

.text-page h2 {
  margin: 0 0 28px;
}

.text-page p {
  max-width: 520px;
  margin: 0 auto 22px;
  color: #6f6558;
  font-size: 1.15rem;
  line-height: 1.7;
}

.text-page address {
  max-width: 520px;
  margin: 0 auto 22px;
  color: #6f6558;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.8;
  text-transform: uppercase;
}

.text-page a {
  color: var(--text);
  text-decoration-color: var(--muted);
  text-underline-offset: 4px;
}

@media (max-width: 640px) {
  .site-shell {
    width: 100%;
    max-width: none;
  }

  .site-header {
    padding: 34px 18px 28px;
  }

  .title-lockup {
    gap: 10px;
  }

  .brand-mark {
    width: 42px;
    height: 70px;
  }

  h1 {
    max-width: 250px;
    margin: 0 auto;
    font-size: clamp(1.85rem, 8.5vw, 2.2rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  .location-tag {
    font-size: 1.15rem;
    letter-spacing: 0.1em;
  }

  .shop-tagline {
    max-width: 280px;
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    line-height: 1.45;
  }

  .site-nav {
    gap: 18px;
    padding: 18px 12px;
  }

  .site-nav a {
    font-size: 0.82rem;
    letter-spacing: 0.22em;
  }

  .page-content {
    padding: 24px;
  }

  .carousel {
    min-height: 330px;
  }

  .carousel-slide {
    font-size: 0.9rem;
    letter-spacing: 0.28em;
  }

  .carousel-button {
    width: 36px;
    height: 36px;
    font-size: 1.75rem;
  }

  .intro {
    margin: 28px -24px -24px;
  }
}
