:root {
  --ink: #111;
  --muted: #5d5d5d;
  --paper: #faf8f4;
  --white: #fff;
  --line: #d9d4cc;
  --soft-line: #ece7df;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

html {
  scroll-behavior: smooth;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 118px;
  padding: 16px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(250, 248, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.site-mark,
.site-nav a,
.menu-toggle {
  color: var(--ink);
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.site-mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-mark img {
  display: block;
  width: clamp(210px, 28vw, 360px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
}

.site-nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.hero {
  min-height: 0;
  padding: clamp(30px, 5vw, 58px) 0 clamp(48px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.hero-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 2vw, 22px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 62px);
}

.hero-gallery-nails {
  width: min(900px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.hero-gallery figure {
  margin: 0;
}

.hero-gallery img {
  display: block;
  width: 100%;
  height: clamp(180px, 31vw, 390px);
  object-fit: cover;
  border: 1px solid var(--soft-line);
}

.hero-gallery figure:nth-child(2) {
  margin-top: clamp(18px, 4vw, 52px);
}

.hero-gallery figcaption {
  padding-top: 16px;
}

.hero-gallery strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-gallery span {
  display: block;
  color: var(--muted);
  font-size: 0.98rem;
}

.hero-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

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

h1 {
  margin-bottom: 18px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy p {
  margin-right: auto;
  margin-left: auto;
  max-width: 560px;
  color: var(--muted);
  font-size: 1.18rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 0 24px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.content {
  padding: clamp(18px, 4vw, 42px) 0 64px;
}

h2 {
  margin-bottom: 10px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking p {
  color: var(--muted);
  font-size: 1.08rem;
}

.booking {
  max-width: none;
  padding: clamp(30px, 5vw, 52px);
  color: var(--paper);
  background: var(--ink);
  border-top: 0;
  text-align: center;
}

.booking p {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  color: #d7d1c8;
}

.location-note {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.secondary:hover,
.secondary:focus-visible {
  color: var(--paper);
  background: transparent;
  border-color: var(--paper);
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 0;
    padding: 12px 16px;
  }

  .site-mark img {
    width: min(68vw, 270px);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: grid;
    gap: 0;
  }

  .site-nav a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--soft-line);
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
    padding: 38px 0 44px;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
  }

  .hero-gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hero-gallery figure:nth-child(2) {
    margin-top: 0;
  }
}
