@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/cormorant-garamond-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("fonts/jost.woff2") format("woff2");
}

:root {
  --ivory: #f8f4ec;
  --oyster: #ece4d6;
  --paper: #fdfbf6;
  --wall: #1f3b32;
  --night: #13211c;
  --brass: #a67f43;
  --brass-ink: #7a5823;
  --taper: #d7b77f;
  --ink: #1b2320;
  --body: #383e3a;
  --mute: #585d58;
  --rule: #cdbfa6;
  --on-dark: #f4eee2;
  --on-dark-mute: #c9c2b3;
  --focus: #1f3b32;
  --display: "Cormorant Garamond", "Cormorant", Garamond, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Jost", "Century Gothic", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --wrap: 1240px;
  --pad: clamp(20px, 5vw, 48px);
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--body);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

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

a { color: var(--wall); text-decoration-thickness: 1px; text-underline-offset: 3px; }

:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
  letter-spacing: 0.005em;
}

p { margin: 0 0 1em; }

.skip {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 100;
  background: var(--paper);
  color: var(--wall);
  padding: 10px 16px;
  font-weight: 500;
}
.skip:focus { left: 8px; }

.demobar {
  background: var(--night);
  color: var(--on-dark);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  padding: 8px var(--pad);
  letter-spacing: 0.02em;
}
.demobar a { color: var(--taper); }
.demobar a:focus-visible { outline-color: var(--taper); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }

.caps {
  display: block;
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-ink);
  line-height: 1.5;
}

.orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 22px;
  color: var(--brass);
}
.orn::before, .orn::after {
  content: "";
  width: 64px;
  height: 1px;
  background: currentColor;
}
.orn i {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid var(--wall);
  background: var(--wall);
  color: var(--on-dark);
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.pill:hover { background: var(--night); border-color: var(--night); }
.pill--taper { background: var(--taper); border-color: var(--taper); color: var(--night); }
.pill--taper:hover { background: var(--on-dark); border-color: var(--on-dark); }
.pill--line { background: transparent; color: var(--wall); }
.pill--line:hover { background: var(--wall); color: var(--on-dark); }

.textlink {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wall);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
  margin-top: 30px;
}

.masthead { position: relative; }

.header { position: relative; z-index: 20; color: var(--on-dark); }
.header--over { position: absolute; left: 0; right: 0; top: 0; }
.header--bar { background: var(--wall); }

.header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--pad);
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--on-dark);
  padding: 10px 6px;
}
.brand b {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  letter-spacing: 0.08em;
  line-height: 1;
}
.brand span {
  font-size: 0.625rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--taper);
  margin-top: 6px;
  padding-left: 0.34em;
}

.header a:focus-visible, .header summary:focus-visible { outline-color: var(--taper); }

.nav, .header__tel { display: none; }

.header__reserve {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.header__reserve .long { display: none; }

.mob { grid-column: 1; grid-row: 1; justify-self: start; }
.mob summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  min-width: 44px;
  padding: 0 4px;
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}
.mob summary::-webkit-details-marker { display: none; }
.mob summary svg { width: 24px; height: 24px; }
.mob summary .lbl { display: none; }
.mob[open] summary { color: var(--taper); }
.mob nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--ivory);
  border-top: 3px solid var(--taper);
  box-shadow: 0 20px 40px -20px rgba(10, 16, 13, .5);
}
.mob ul { list-style: none; margin: 0; padding: 14px var(--pad) 22px; text-align: center; }
.mob li + li { border-top: 1px solid var(--rule); }
.mob nav a {
  display: block;
  padding: 12px 0;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}
.mob nav a[aria-current="page"] { color: var(--brass-ink); font-style: italic; }
.mob nav a:focus-visible { outline-color: var(--wall); }

@media (min-width: 400px) {
  .mob summary .lbl { display: inline; }
}

@media (min-width: 1180px) {
  .mob { display: none; }
  .header__inner { min-height: 104px; }
  .header__tel {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    color: var(--on-dark);
    text-decoration: none;
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
  }
  .nav {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: subgrid;
    align-items: center;
    pointer-events: none;
  }
  .nav ul { display: flex; gap: clamp(24px, 2.4vw, 36px); list-style: none; margin: 0; padding: 0; pointer-events: auto; }
  .nav .nav__l { grid-column: 1; justify-self: end; margin-right: clamp(32px, 3.4vw, 56px); }
  .nav .nav__r { grid-column: 3; justify-self: start; margin-left: clamp(32px, 3.4vw, 56px); }
  .nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--on-dark);
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
  }
  .nav a:hover { border-bottom-color: var(--taper); }
  .nav a[aria-current="page"] { color: var(--taper); border-bottom-color: var(--taper); }
  .header__reserve { padding: 12px 26px; font-size: 0.8125rem; }
  .header__reserve .short { display: none; }
  .header__reserve .long { display: inline; }
  .brand b { font-size: 2.75rem; }
}

.hero {
  position: relative;
  min-height: clamp(600px, calc(100svh - 38px), 1000px);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--on-dark);
  background: var(--night);
  padding: 120px var(--pad) clamp(150px, 26vh, 260px);
  overflow: hidden;
}
.hero picture, .band picture, .pagehead picture { position: absolute; inset: 0; }
.hero img, .band img, .pagehead img { width: 100%; height: 100%; object-fit: cover; }
.hero img { object-position: 50% 60%; }
.hero::after, .band::after, .pagehead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 62% 50% at 50% 52%, rgba(10, 17, 14, .4), rgba(10, 17, 14, 0) 100%), linear-gradient(180deg, rgba(10, 17, 14, .74) 0%, rgba(10, 17, 14, .54) 32%, rgba(10, 17, 14, .58) 64%, rgba(10, 17, 14, .82) 100%);
}
.hero__text { position: relative; z-index: 1; max-width: 880px; }
.hero .caps, .band .caps, .pagehead .caps { color: var(--on-dark); }
.hero h1 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(2.75rem, 7.4vw, 5.75rem);
  line-height: 1.02;
  margin-top: 16px;
  text-wrap: balance;
}
.hero h1 em { font-style: italic; font-weight: 500; }
.hero p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.625rem);
  line-height: 1.4;
  margin: 20px auto 0;
  max-width: 640px;
  color: var(--on-dark);
}
.hero .textlink, .band .textlink, .pagehead .textlink { color: var(--on-dark); }
.hero a:focus-visible, .band a:focus-visible, .pagehead a:focus-visible { outline-color: var(--taper); }

.info {
  background: var(--oyster);
  padding: clamp(48px, 7vw, 76px) 0;
}
.info--ivory { background: var(--ivory); }
.info__grid {
  display: grid;
  gap: 40px;
  text-align: center;
}
.info__grid > div + div { border-top: 1px solid var(--rule); padding-top: 40px; }
.info h2 {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin-bottom: 14px;
}
.info address { font-style: normal; }
.info .big {
  font-family: var(--display);
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 10px;
}
.info p { margin-bottom: 0.6em; }
.info .fine { font-size: 0.9375rem; color: var(--mute); }

.hours {
  margin: 0 auto;
  max-width: 290px;
  font-size: 0.9375rem;
}
.hours div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 3px 12px;
  border-radius: 2px;
}
.hours dt, .hours dd { margin: 0; }
.hours dt { color: var(--ink); }
.hours dd { color: var(--body); text-align: right; }
.hours .today { background: var(--wall); }
.hours .today dt, .hours .today dd { color: var(--on-dark); font-weight: 500; }
.hours .today dt::after { content: " \00b7  Today"; color: var(--taper); font-weight: 400; }

@media (min-width: 900px) {
  .info__grid { grid-template-columns: 1fr 1.1fr 1fr; gap: 0; }
  .info__grid > div { padding: 4px 32px; }
  .info__grid > div + div { border-top: 0; border-left: 1px solid var(--rule); padding-top: 4px; }
}

.sec { padding: clamp(64px, 10vw, 120px) 0; }
.sec--oyster { background: var(--oyster); }
.sec--ivory { background: var(--ivory); }

.center { text-align: center; max-width: 760px; margin: 0 auto; }
.center h2 { font-size: clamp(2.125rem, 4.6vw, 3.25rem); font-weight: 500; text-wrap: balance; }
.center > p { max-width: 36em; margin-left: auto; margin-right: auto; }
.center .lede {
  font-family: var(--display);
  font-size: clamp(1.375rem, 2.4vw, 1.625rem);
  line-height: 1.45;
  color: var(--ink);
}

.sign {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.375rem;
  color: var(--ink);
  margin-top: 8px;
}

.band {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  display: grid;
  place-items: center;
  padding: 90px var(--pad);
  text-align: center;
  color: var(--on-dark);
  background: var(--night);
  overflow: hidden;
}
.band::after { background: radial-gradient(ellipse 58% 56% at 50% 50%, rgba(10, 17, 14, .45), rgba(10, 17, 14, 0) 100%), linear-gradient(rgba(10, 17, 14, .62), rgba(10, 17, 14, .62)); }
.band__text { position: relative; z-index: 1; max-width: 700px; }
.band h2 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(2.25rem, 5.4vw, 4rem);
  line-height: 1.06;
  margin-top: 14px;
  text-wrap: balance;
}
.band p { font-size: 1.125rem; color: var(--on-dark); max-width: 34em; margin: 20px auto 0; }
.band .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  font-family: var(--display);
  font-size: 1.3rem;
  color: #fff;
}
.band .prices li { padding: 0 18px; }
.band .prices li + li { border-left: 1px solid rgba(215, 183, 127, .6); }
.band .prices b { font-weight: 600; color: #fff; }

.card {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background: var(--paper);
  padding: clamp(44px, 7vw, 72px) clamp(24px, 6vw, 64px);
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--rule), inset 0 0 0 9px var(--paper), inset 0 0 0 10px var(--rule), 0 30px 60px -38px rgba(40, 30, 12, .45);
}
.card + .card { margin-top: clamp(40px, 6vw, 64px); }
.card__top .caps { letter-spacing: 0.3em; }
.card h2, .card h3.card__title {
  font-size: clamp(2.125rem, 5vw, 3rem);
  font-weight: 500;
  font-style: italic;
  margin-top: 10px;
}
.card__sub {
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--body);
  margin: 6px 0 0;
}

.courses { list-style: none; margin: 8px 0 0; padding: 0; }
.courses li { padding: 16px 0; }
.num {
  display: block;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--brass-ink);
  padding-left: 0.24em;
  line-height: 1.4;
}
.dish {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.4vw, 1.75rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  margin-top: 2px;
}
.what {
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--body);
  line-height: 1.4;
  margin-top: 2px;
}

.mk { display: inline-flex; gap: 4px; vertical-align: middle; margin-left: 6px; }
.mk abbr {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--brass-ink);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 0 4px;
  line-height: 1.5;
  text-decoration: none;
  cursor: help;
}

.card__note {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.1875rem;
  color: var(--body);
  line-height: 1.5;
  margin: 18px auto 0;
  max-width: 30em;
}

.leaders { list-style: none; margin: 18px auto 0; padding: 0; max-width: 520px; text-align: left; }
.leaders li { padding: 12px 0; }
.leaders .row { display: flex; align-items: baseline; gap: 10px; }
.leaders .name {
  font-family: var(--display);
  font-size: 1.4375rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
}
.leaders .dots { flex: 1 1 24px; min-width: 24px; border-bottom: 2px dotted var(--rule); transform: translateY(-5px); }
.leaders .price {
  font-family: var(--display);
  font-size: 1.4375rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.leaders .what { font-size: 1.1875rem; }

.card__section + .card__section { margin-top: 30px; }
.card__h {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-ink);
  margin: 0 0 4px;
}

.frame-sec { display: grid; gap: 48px; align-items: center; }
.frame { position: relative; margin: 0; padding: 0 26px 26px 0; max-width: 520px; justify-self: center; width: 100%; }
.frame::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  right: 0;
  bottom: 0;
  background: var(--wall);
}
.frame img { position: relative; width: 100%; }
.frame--brass::before { background: var(--brass); }
.frame-text h2 { font-size: clamp(2.125rem, 4.6vw, 3.25rem); font-weight: 500; margin: 12px 0 18px; }
.frame-text .orn { justify-content: flex-start; margin: 0 0 22px; }
.frame-text .orn::before { display: none; }
.frame-text .lede {
  font-family: var(--display);
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--ink);
}
.frame-text .actions { justify-content: flex-start; }

.facts { list-style: none; margin: 24px 0 0; padding: 0; }
.facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 1rem;
}
.facts li:first-child { border-top: 1px solid var(--rule); }
.facts b { color: var(--ink); font-weight: 500; text-align: right; }

@media (min-width: 900px) {
  .frame-sec { grid-template-columns: 1fr 1fr; gap: clamp(56px, 7vw, 110px); }
  .frame-sec .frame { order: -1; justify-self: end; }
  .frame-sec--flip .frame { order: 1; justify-self: start; }
}

.steps {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: grid;
  gap: 40px;
  text-align: center;
}
.steps h3 { font-size: 1.75rem; font-weight: 600; margin: 8px 0 10px; }
.steps p { max-width: 24em; margin: 0 auto; }
@media (min-width: 720px) { .steps { grid-template-columns: 1fr 1fr; gap: 48px 56px; } }
@media (min-width: 1100px) { .steps--4 { grid-template-columns: repeat(4, 1fr); gap: 40px; } .steps--3 { grid-template-columns: repeat(3, 1fr); } }

.pagehead {
  position: relative;
  min-height: clamp(460px, 62vh, 600px);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--on-dark);
  background: var(--night);
  padding: 140px var(--pad) 70px;
  overflow: hidden;
}
.pagehead__text { position: relative; z-index: 1; max-width: 760px; }
.pagehead h1 {
  color: #fff;
  font-weight: 500;
  font-size: clamp(2.5rem, 6.6vw, 4.75rem);
  line-height: 1.04;
  margin-top: 14px;
  text-wrap: balance;
}
.pagehead p {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.25rem, 2.3vw, 1.5rem);
  line-height: 1.4;
  margin: 18px auto 0;
  color: var(--on-dark);
}

.plainhead { padding: clamp(56px, 8vw, 96px) 0 clamp(40px, 6vw, 64px); text-align: center; }
.plainhead h1 { font-size: clamp(2.75rem, 7vw, 4.5rem); font-weight: 500; margin-top: 12px; }

.pricerow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 28px auto 0;
  padding: 0;
  gap: 20px 12px;
}
.pricerow li { text-align: center; }
.pricerow b { display: block; font-family: var(--display); font-size: 2rem; font-weight: 600; color: var(--ink); line-height: 1.1; }
.pricerow span { font-size: 0.875rem; color: var(--mute); }
@media (min-width: 700px) {
  .pricerow { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 0; }
  .pricerow li { padding: 0 clamp(18px, 3vw, 30px); }
  .pricerow li + li { border-left: 1px solid var(--rule); }
}
.updated { font-size: 0.9375rem; color: var(--mute); margin-top: 22px; }

.key {
  max-width: 680px;
  margin: 0 auto;
  padding: 30px clamp(20px, 5vw, 44px);
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
  text-align: center;
}
.key h2 { font-size: 1.875rem; font-weight: 500; font-style: italic; }
.key ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px 24px;
  text-align: left;
}
.key li { display: flex; align-items: center; gap: 10px; font-size: 0.9375rem; }
.key .mk { margin: 0; min-width: 30px; justify-content: center; }
.key p { font-size: 0.9375rem; margin: 18px 0 0; }
@media (min-width: 560px) { .key ul { grid-template-columns: 1fr 1fr; } }

.twocol { display: grid; gap: 36px; max-width: 980px; margin: 48px auto 0; }
.twocol h3 { font-size: 1.75rem; font-weight: 600; margin-bottom: 8px; text-align: center; }
.notes { list-style: none; margin: 0; padding: 0; }
.notes li { padding: 14px 0; border-bottom: 1px solid var(--rule); }
.notes strong { display: block; color: var(--ink); font-weight: 500; }
@media (min-width: 820px) { .twocol { grid-template-columns: 1fr 1fr; gap: 56px; } }

.form-card { text-align: left; max-width: 720px; }
.form-card .card__top { text-align: center; }
.demo-note {
  background: var(--oyster);
  border-left: 3px solid var(--brass);
  padding: 12px 16px;
  font-size: 0.9375rem;
  margin: 22px 0 26px;
}
.demo-note strong { color: var(--ink); font-weight: 600; }
.form { display: grid; gap: 18px; }
.f { display: grid; gap: 6px; }
.f2 { display: grid; gap: 18px; }
@media (min-width: 560px) { .f2 { grid-template-columns: 1fr 1fr; } }
.f label {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}
.f input, .f select, .f textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #8f8676;
  border-radius: 0;
}
.f textarea { min-height: 110px; resize: vertical; }
.f input:focus-visible, .f select:focus-visible, .f textarea:focus-visible { outline: 2px solid var(--wall); outline-offset: 1px; border-color: var(--wall); }
.tip { font-size: 0.875rem; color: var(--mute); }
.form .pill { justify-self: center; margin-top: 8px; }
.form .fine { text-align: center; font-size: 0.9375rem; color: var(--mute); margin: 0; }

.callout { text-align: center; max-width: 640px; margin: clamp(48px, 7vw, 72px) auto 0; }
.callout h2 { font-size: clamp(1.875rem, 4vw, 2.5rem); font-weight: 500; }
.callout .tel {
  display: inline-block;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  color: var(--wall);
  text-decoration: none;
  margin-top: 6px;
  line-height: 1.3;
}
.callout .tel:hover { text-decoration: underline; }

.cards2 { display: grid; gap: 40px; }
.cards2 .card { max-width: none; margin: 0; text-align: left; }
.cards2 .card + .card { margin: 0; }
.cards2 .card .card__top { text-align: center; }
@media (min-width: 960px) { .cards2 { grid-template-columns: 1fr 1fr; } }

.round {
  width: 220px;
  height: 220px;
  margin: 0 auto 30px;
  padding: 8px;
  border: 1px solid var(--brass);
  border-radius: 50%;
}
.round img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.story { max-width: 700px; margin: 0 auto; }
.story h2 { text-align: center; font-size: clamp(2.125rem, 4.6vw, 3.25rem); font-weight: 500; text-wrap: balance; }
.story > p { font-size: 1.125rem; line-height: 1.8; }
.story > p.lede {
  text-align: center;
  font-family: var(--display);
  font-size: clamp(1.375rem, 2.4vw, 1.625rem);
  line-height: 1.45;
  color: var(--ink);
}

.quote { margin: 48px 0 0; text-align: center; }
.quote p {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.75rem, 4vw, 2.375rem);
  line-height: 1.3;
  color: var(--wall);
  margin: 0;
  text-wrap: balance;
}
.quote cite { display: block; margin-top: 16px; font-style: normal; }

.foot {
  background: var(--night);
  color: var(--on-dark-mute);
  text-align: center;
  padding: clamp(64px, 9vw, 96px) 0 34px;
  font-size: 0.9375rem;
}
.foot a { color: var(--on-dark); }
.foot a:focus-visible { outline-color: var(--taper); }
.foot__brand {
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 3.25rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--on-dark);
  line-height: 1;
  margin: 0;
}
.foot .orn { color: var(--taper); margin: 20px auto 24px; }
.foot address { font-style: normal; color: var(--on-dark); line-height: 1.8; }
.foot__hours { margin: 16px 0 0; line-height: 1.8; }
.foot__contact { margin-top: 16px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 22px; }
.foot__contact a { display: inline-flex; align-items: center; min-height: 44px; }
.foot nav ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.foot nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--on-dark);
}
.foot nav a:hover { text-decoration: underline; }
.foot nav a[aria-current="page"] { color: var(--taper); text-decoration: underline; }
.foot__bar {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(215, 183, 127, .28);
  font-size: 0.8125rem;
  display: grid;
  gap: 4px;
}
.foot__bar p { margin: 0; }
