@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 560;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("../fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f3eee6;
  --paper-2: #e7e0d3;
  --ink: #241c16;
  --muted: #4a433c;
  --line: rgba(36, 28, 22, 0.14);
  --wood: #5c3f2a;
  --pine: #14211e;
  --whatsapp: #1b6843;
  --danger: #8a3328;
  --header: 4.65rem;
  --serif: "Fraunces", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --shadow: 0 22px 50px rgba(20, 16, 12, 0.16);
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 0.75rem);
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.has-dock {
  padding-bottom: calc(4.4rem + env(safe-area-inset-bottom));
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--wood);
  outline-offset: 3px;
}

::selection {
  background: #e4d3bc;
  color: var(--ink);
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--ink);
  color: var(--paper);
  padding: 0.65rem 0.85rem;
  text-decoration: none;
}

.skip:focus {
  top: 0.65rem;
}

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

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
.signature,
.phone-local,
.step-num {
  font-family: var(--serif);
  font-weight: 500;
  font-optical-sizing: auto;
}

h1 {
  margin: 0;
  font-size: clamp(4.4rem, 16vw, 6.4rem);
  line-height: 0.84;
  letter-spacing: -0.045em;
}

h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
  hyphens: auto;
}

.lede {
  margin: 1.35rem 0 0;
  max-width: 34rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink);
}

.signature {
  margin: 1.15rem 0 0;
  font-style: italic;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
  color: var(--wood);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header);
  padding: 0.75rem 1.25rem;
  background: rgba(243, 238, 230, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  text-decoration: none;
  line-height: 1;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.brand-meta {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-height: 44px;
  padding: 0 0.2rem;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.4rem 1.25rem 1rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.nav.is-open {
  display: flex;
}

.nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 1.05rem;
}

.nav a:hover {
  color: var(--wood);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lang {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.lang a {
  text-decoration: none;
}

.lang a:hover,
.lang [aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.header-call {
  display: none;
}

.hero {
  display: block;
}

.hero-copy {
  padding: 1.6rem 1.25rem 1.35rem;
}

.hero-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 2;
  background: #c9bfb2;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 46%;
}

.hero-photo figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  margin: 0;
  padding: 0.4rem 0.6rem;
  background: rgba(20, 16, 12, 0.46);
  color: #f3eee6;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: none;
}

.btn-solid {
  background: var(--ink);
  color: var(--paper);
}

.btn-solid:hover {
  background: #3a2f27;
}

.btn-ghost {
  border-color: rgba(36, 28, 22, 0.28);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--ink);
}

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

.btn-paper:hover {
  background: #fffaf3;
}

.btn-line {
  border-color: rgba(243, 238, 230, 0.42);
  color: var(--paper);
}

.btn-line:hover {
  border-color: var(--paper);
  background: rgba(243, 238, 230, 0.06);
}

.btn-block {
  width: 100%;
}

.direct {
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.direct a {
  color: var(--ink);
  font-weight: 500;
  text-underline-offset: 0.16em;
}

.reserve .direct,
.close .direct {
  color: rgba(243, 238, 230, 0.74);
}

.reserve .direct a,
.close .direct a {
  color: var(--paper);
}

.reserve {
  background: var(--pine);
  color: var(--paper);
  padding: clamp(3.2rem, 7vw, 5.5rem) 0;
}

.reserve .eyebrow {
  color: rgba(243, 238, 230, 0.68);
}

.reserve-grid {
  display: grid;
  gap: 2rem;
}

.reserve .lede {
  color: rgba(243, 238, 230, 0.88);
  font-size: 1.05rem;
}

.promise {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.promise li {
  padding: 0.72rem 0;
  border-top: 1px solid rgba(243, 238, 230, 0.16);
  font-size: 0.98rem;
}

.promise li:last-child {
  border-bottom: 1px solid rgba(243, 238, 230, 0.16);
}

.card {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  box-shadow: var(--shadow);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.2rem;
}

.chip {
  min-height: 40px;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  touch-action: manipulation;
}

.chip:hover,
.chip[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem 1.1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

.field span {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.field abbr {
  text-decoration: none;
  color: var(--wood);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  margin: 0;
  padding: 0.62rem 0;
  border: 0;
  border-bottom: 1px solid rgba(36, 28, 22, 0.22);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  color-scheme: light;
}

.field textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23241c16' stroke-width='1.4' d='M1 1.2 6 6.2 11 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.15rem center;
  background-size: 0.7rem;
  padding-right: 1.4rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--ink);
  outline: none;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--wood);
  outline-offset: 3px;
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-bottom-color: var(--danger);
}

.field ::placeholder {
  color: #72695f;
  opacity: 1;
}

.error {
  min-height: 1em;
  color: var(--danger);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: none;
}

.error:empty {
  display: none;
}

.booking .btn {
  margin-top: 1.15rem;
}

.form-help,
.form-status {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-status:empty {
  display: none;
}

.section {
  padding: clamp(3.4rem, 8vw, 6.2rem) 0;
}

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

.section-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.section-head p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
}

.service-list {
  display: grid;
  gap: 0;
}

.service {
  padding: 1.45rem 0 1.55rem;
  border-top: 1px solid var(--line);
}

.service-num {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--wood);
}

.service h3 {
  margin: 0 0 0.4rem;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.service p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
}

.routes {
  width: 100%;
  border-collapse: collapse;
}

.routes th {
  padding: 0 0 0.7rem;
  text-align: left;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.routes td {
  padding: 0.95rem 0.75rem 0.95rem 0;
  border-top: 1px solid var(--line);
  vertical-align: baseline;
}

.routes td:first-child {
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.routes td:nth-child(2),
.routes th:nth-child(2),
.routes td:nth-child(3),
.routes th:nth-child(3) {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.steps {
  display: grid;
  gap: 1.5rem;
}

.step-num {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: var(--wood);
  line-height: 1;
}

.steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 500;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.about-grid {
  display: grid;
  gap: 1.25rem;
}

.about-grid p {
  margin: 0 0 1rem;
  max-width: 40rem;
}

.about-grid p:last-child {
  margin-bottom: 0;
}

.faq {
  display: grid;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  flex: none;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--wood);
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0;
  padding: 0 0 1.2rem;
  max-width: 42rem;
  color: var(--muted);
}

.close {
  background: var(--pine);
  color: var(--paper);
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.close .eyebrow {
  color: rgba(243, 238, 230, 0.68);
}

.phone-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-top: 0.4rem;
  color: inherit;
  text-decoration: none;
}

.phone-cc {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.phone-local {
  font-size: clamp(2.55rem, 10.2vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.phone-link:hover .phone-local {
  color: #fff;
}

.close .actions {
  margin-top: 1.8rem;
}

.close .direct a {
  color: var(--paper);
}

.site-footer {
  background: var(--ink);
  color: rgba(243, 238, 230, 0.82);
  padding: 3rem 0 2.2rem;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  gap: 1.6rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.site-footer a {
  color: var(--paper);
  text-underline-offset: 0.18em;
}

.site-footer p {
  margin: 0 0 0.45rem;
}

.footer-title {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243, 238, 230, 0.58);
}

.legal {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(243, 238, 230, 0.14);
  color: rgba(243, 238, 230, 0.62);
  font-size: 0.8rem;
  line-height: 1.5;
}

.legal p {
  margin: 0 0 0.45rem;
}

.dock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding-bottom: env(safe-area-inset-bottom);
  background: var(--ink);
}

.dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 52px;
  color: var(--paper);
  text-decoration: none;
  font-weight: 500;
}

.dock a + a {
  background: var(--whatsapp);
}

.dock svg {
  width: 1.05rem;
  height: 1.05rem;
}

.missing {
  padding: 4.5rem 0 5rem;
}

.missing h1 {
  font-size: clamp(3.2rem, 10vw, 5.5rem);
}

@media (min-width: 720px) {
  .fields {
    grid-template-columns: 1fr 1fr;
  }

  .field-wide {
    grid-column: 1 / -1;
  }

  .service-list,
  .footer-grid,
  .about-grid,
  .section-head {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .section-head {
    align-items: end;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 0.8fr;
  }
}

@media (min-width: 980px) {
  body.has-dock {
    padding-bottom: 0;
  }

  .nav-toggle,
  .dock {
    display: none;
  }

  .nav {
    margin-left: auto;
  }

  .reserve-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
    align-items: start;
    gap: 3rem;
  }

  .site-header {
    padding-inline: 1.75rem;
  }

  .nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 1.35rem;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav a {
    min-height: 0;
    font-size: 0.95rem;
  }

  .header-call {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 44px;
    padding: 0.65rem 0.9rem;
    background: var(--ink);
    color: var(--paper);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 500;
  }

  .header-call:hover {
    background: #3a2f27;
  }

  .header-call-num {
    font-variant-numeric: tabular-nums;
    opacity: 0.78;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(24rem, 40rem) minmax(0, 1fr);
    min-height: calc(100dvh - var(--header));
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(1.8rem, 4vh, 3rem) clamp(1.75rem, 4vw, 4.2rem) clamp(2rem, 5vh, 3.4rem);
  }

  h1 {
    font-size: clamp(5.3rem, 7.15vw, 7.5rem);
  }

  .hero-photo {
    aspect-ratio: auto;
    height: 100%;
    min-height: 36rem;
  }

  .hero-photo img {
    position: absolute;
    inset: 0;
  }
}

@media (max-width: 979px) {
  .header-call-num {
    display: none;
  }
}

@media print {
  .dock,
  .nav-toggle,
  .header-call,
  .chips,
  .booking {
    display: none !important;
  }

  .site-header,
  .dock {
    position: static;
  }

  body {
    background: white;
    padding: 0;
  }

  .reserve,
  .close,
  .site-footer {
    background: white;
    color: black;
  }
}
