:root {
  --ink: #171411;
  --ink-soft: rgba(23, 20, 17, 0.72);
  --line: rgba(23, 20, 17, 0.1);
  --paper: #ffffff;
  --paper-alt: #f4f1ec;
  --accent: #d58b32;
  --accent-soft: #f3bf61;
  --olive: #7a8760;
  --box-radius: 1.2rem;
  --max-width: min(1140px, calc(100vw - 2rem));
  --narrow-width: min(760px, calc(100vw - 3rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cormorant Garamond", serif;
  line-height: 1.6;
}

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

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

button,
input {
  font: inherit;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 0;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: none;
}

.header-shell,
.section-shell,
.footer-shell {
  width: var(--max-width);
  margin: 0 auto;
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  max-width: none;
  min-height: 5.3rem;
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.logo-mark {
  width: 2.95rem;
  flex: 0 0 auto;
}

.logo-copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.logo-overline,
.site-nav a,
.header-action,
.hero-kicker,
.section-kicker,
.newsletter-title,
.social-links a,
.footer-nav a,
.footer-hours span:first-child,
.hero-button,
.menu-toggle {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.logo-overline {
  font-size: 0.55rem;
  color: rgba(23, 20, 17, 0.55);
}

.logo-title {
  font-family: "Dr Sugiyama", cursive;
  font-size: 1.92rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.site-nav {
  justify-self: center;
}

.site-nav-list,
.submenu,
.brand-strip {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-item {
  position: relative;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.8rem;
  border-radius: var(--box-radius);
  font-size: 0.64rem;
  font-weight: 700;
  transition: opacity 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-action:hover,
.header-action:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.66;
}

.submenu {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 50%;
  min-width: 13.5rem;
  padding: 0.45rem 0;
  border: 1px solid rgba(23, 20, 17, 0.08);
  border-radius: var(--box-radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(14, 12, 10, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0.6rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.submenu a {
  display: block;
  padding: 0.7rem 1rem;
  font-size: 0.54rem;
  text-align: left;
}

.nav-item-has-submenu:hover .submenu,
.nav-item-has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.header-action {
  padding: 0.75rem 0.65rem;
  font-size: 0.56rem;
  font-weight: 700;
}

.header-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid rgba(23, 20, 17, 0.12);
  border-radius: 999px;
  color: rgba(23, 20, 17, 0.82);
  background: rgba(255, 255, 255, 0.75);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease;
}

.header-action-icon:hover,
.header-action-icon:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(23, 20, 17, 0.28);
}

.header-action-icon svg {
  width: 1rem;
  height: 1rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(23, 20, 17, 0.08);
  border-radius: var(--box-radius);
  background: transparent;
  color: var(--ink);
}

.menu-toggle-line,
.menu-toggle-line::before,
.menu-toggle-line::after {
  display: block;
  width: 1rem;
  height: 1px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    top 180ms ease;
}

.menu-toggle-line {
  position: relative;
}

.menu-toggle-line::before,
.menu-toggle-line::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-line::before {
  top: -0.32rem;
}

.menu-toggle-line::after {
  top: 0.32rem;
}

.menu-toggle.is-open .menu-toggle-line {
  background: transparent;
}

.menu-toggle.is-open .menu-toggle-line::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-line::after {
  top: 0;
  transform: rotate(-45deg);
}

.page-rail {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  z-index: 10;
  display: grid;
  gap: 0.5rem;
  transform: translateY(-50%);
}

.page-rail a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Montserrat", sans-serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 20, 17, 0.42);
}

.hero {
  position: relative;
  overflow: clip;
  display: grid;
  place-items: center;
  margin-top: -3px;
  box-shadow: inset 0 3px 0 #ffffff;
  min-height: min(45.68rem, calc((100svh - 5.3rem) * 0.826));
  padding: 5.79rem 1rem 4.96rem;
  background: #ddd5c8;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  background-image:
    linear-gradient(
      180deg,
      rgba(19, 16, 13, 0.42) 0%,
      rgba(19, 16, 13, 0.22) 30%,
      rgba(19, 16, 13, 0.18) 65%,
      rgba(19, 16, 13, 0.36) 100%
    ),
    url("upscale.webp");
  background-position: center 34%;
  transform: scale(1.02);
}

.hero::after {
  background:
    radial-gradient(circle at center 62%, rgba(255, 255, 255, 0.2), transparent 40%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.86) 6%,
      rgba(255, 255, 255, 0.24) 12%,
      rgba(255, 255, 255, 0) 18%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 68%,
      rgba(255, 255, 255, 0.24) 78%,
      rgba(255, 255, 255, 0.86) 90%,
      rgba(255, 255, 255, 1) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: calc(100vw - 3rem);
  min-height: inherit;
  text-align: center;
}

.hero-kicker,
.section-kicker {
  margin: 0;
  font-size: 0.6rem;
  font-weight: 700;
}

.section-kicker {
  color: rgba(23, 20, 17, 0.6);
}

.hero-kicker {
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
  padding-inline: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: 0 10px 30px rgba(17, 14, 11, 0.38);
}

.section-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.hero h1 {
  position: absolute;
  right: clamp(2rem, 6vw, 6rem);
  bottom: clamp(2.5rem, 5vw, 4.5rem);
  width: min(31rem, 42vw);
  margin: 0;
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.15rem, 2.25vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 18px 50px rgba(19, 15, 11, 0.44);
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  min-height: 3.1rem;
  margin-top: 1.75rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid rgba(23, 20, 17, 0.14);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.58rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(24, 18, 14, 0.12);
}

.intro-section,
.newsletter-section {
  padding: clamp(5rem, 12vw, 9rem) 0;
}

.intro-section {
  background: var(--paper);
}

.newsletter-section {
  background: var(--paper);
}

.narrow {
  width: var(--narrow-width);
  margin: 0 auto;
  text-align: center;
}

.section-title {
  margin-top: 1.2rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.7;
  letter-spacing: 0.24em;
}

.section-copy {
  margin: 1.35rem auto 0;
  max-width: 38rem;
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  line-height: 1.85;
  color: var(--ink-soft);
}

.brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.brand-strip li {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(23, 20, 17, 0.1);
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(23, 20, 17, 0.72);
}

.newsletter-title {
  margin: 0;
  font-size: clamp(0.78rem, 1.5vw, 1.05rem);
  font-weight: 700;
  text-align: center;
}

.newsletter-form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  width: min(28rem, 100%);
  margin: 2rem auto 0;
}

.newsletter-form input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 1rem;
  border: 1px solid rgba(23, 20, 17, 0.12);
  border-right: 0;
  border-radius: var(--box-radius) 0 0 var(--box-radius);
  background: #fffdf9;
  font-size: 1rem;
  color: var(--ink);
}

.newsletter-form input::placeholder {
  color: rgba(23, 20, 17, 0.34);
}

.newsletter-form button {
  flex: 0 0 auto;
  min-width: 6rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(23, 20, 17, 0.48);
  border-radius: 0 var(--box-radius) var(--box-radius) 0;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  transition: background-color 180ms ease, color 180ms ease;
}

.newsletter-form button:hover,
.newsletter-form button:focus-visible {
  background: var(--ink);
  color: #fff;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 3rem;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.8rem 0 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 20, 17, 0.52);
}

.social-links {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
  margin-top: 2rem;
}

.social-links a,
.social-note {
  font-size: 0.6rem;
  font-weight: 700;
}

.social-note {
  margin: 0;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #efcf74;
}

.site-footer {
  padding: 1.6rem 0 2.4rem;
  background: linear-gradient(180deg, #f7f3ec 0%, #f1ece3 100%);
  border-top: 1px solid rgba(23, 20, 17, 0.05);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto auto;
  align-items: center;
  gap: 1.2rem 2rem;
  padding: 1.2rem clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(23, 20, 17, 0.08);
  border-radius: var(--box-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 34px rgba(17, 14, 11, 0.05);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem 1.5rem;
  text-align: left;
}

.footer-contact > a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-hours {
  display: grid;
  gap: 0.1rem;
  max-width: 20rem;
  color: rgba(23, 20, 17, 0.6);
}

.footer-hours span:last-child,
.footer-brand p {
  font-size: 0.82rem;
  line-height: 1.45;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.95rem;
}

.footer-nav a {
  font-size: 0.54rem;
  font-weight: 700;
}

.footer-brand {
  display: grid;
  justify-items: end;
  gap: 0.45rem;
  text-align: right;
}

.footer-logo {
  justify-content: flex-end;
  gap: 0.65rem;
}

.footer-brand p {
  margin: 0;
  color: rgba(23, 20, 17, 0.45);
}

.anchor-target {
  position: relative;
  top: -6rem;
  height: 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.site-nav a:focus-visible,
.header-action:focus-visible,
.hero-button:focus-visible,
.newsletter-form input:focus-visible,
.newsletter-form button:focus-visible,
.social-links a:focus-visible,
.footer-nav a:focus-visible,
.footer-contact > a:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid rgba(213, 139, 50, 0.82);
  outline-offset: 2px;
}

@media (min-width: 961px) {
  .header-shell {
    display: flex;
    justify-content: flex-start;
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: 0.4rem;
  }

  .site-nav {
    flex: 0 1 auto;
    text-align: right;
  }

  .site-nav-list {
    justify-content: flex-end;
  }

  .site-logo {
    flex: 0 0 auto;
    margin-right: auto;
  }
}

@media (max-width: 960px) {
  .page-rail {
    display: none;
  }

  .header-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    padding: 1rem;
    border-bottom: 1px solid rgba(23, 20, 17, 0.08);
    border-radius: 0 0 var(--box-radius) var(--box-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(17, 14, 11, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav-list {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav a {
    justify-content: flex-start;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(23, 20, 17, 0.08);
  }

  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 0.35rem 1rem;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .submenu a {
    padding: 0.65rem 0;
  }

  .header-actions {
    display: none;
  }

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

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    text-align: center;
  }

  .footer-contact {
    justify-content: center;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .header-shell {
    min-height: 4.75rem;
    width: min(100vw - 1.4rem, 1140px);
  }

  .logo-mark {
    width: 2.45rem;
  }

  .logo-overline {
    font-size: 0.5rem;
  }

  .logo-title {
    font-size: 1.48rem;
    letter-spacing: 0;
  }

  .hero {
    min-height: 43.99rem;
    padding-top: 5.7rem;
  }

  .hero-inner {
    width: calc(100vw - 2rem);
    min-height: inherit;
  }

  .hero h1 {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    width: min(16rem, 64vw);
    margin: 0;
    font-size: clamp(1.22rem, 4.8vw, 1.7rem);
    letter-spacing: 0;
    text-align: right;
  }

  .section-title,
  .newsletter-title {
    letter-spacing: 0.18em;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 0.7rem;
  }

  .newsletter-form input {
    border-right: 1px solid rgba(23, 20, 17, 0.12);
    border-radius: var(--box-radius);
  }

  .newsletter-form button {
    min-height: 3rem;
    border-radius: var(--box-radius);
  }

  .footer-contact,
  .footer-nav {
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
