/* Condition pages. Tailwind here is a prebuilt, purged file, so anything these
   pages need beyond the shared nav and footer lives in this sheet. */
body { font-family: 'Inter', sans-serif; background: #FAF9F6; color: #1C1C1C; }
::selection { background-color: #1A2E20; color: #FAF9F6; }
.menu[hidden] { display: none; }

/* phone menu, as on the other pages */
.burger { width: 26px; height: 16px; padding: 0; border: 0; background: none; display: flex;
  flex-direction: column; justify-content: space-between; cursor: pointer; color: inherit; }
.burger span { display: block; width: 100%; height: 1.5px; background: currentColor;
  transition: transform .35s cubic-bezier(.2,.8,.3,1); }
.burger.open span:nth-child(1) { transform: translateY(7.25px) rotate(45deg); }
.burger.open span:nth-child(2) { transform: translateY(-7.25px) rotate(-45deg); }
.menu { position: fixed; inset: 0; z-index: 45; background: #1C1C1C; color: #FAF9F6; display: flex;
  flex-direction: column; justify-content: center;
  padding: 7rem 1.5rem calc(env(safe-area-inset-bottom, 0px) + 2rem); opacity: 0; transition: opacity .35s ease; }
.menu.open { opacity: 1; }
.menu-list { display: flex; flex-direction: column; gap: 1.5rem; }
.menu-list a { font-size: clamp(1.8rem, 7.5vw, 2.5rem); letter-spacing: -.035em; line-height: 1.05;
  opacity: 0; transform: translateY(16px); transition: opacity .4s ease, transform .45s cubic-bezier(.2,.8,.3,1); }
.menu.open .menu-list a { opacity: 1; transform: none; }
.menu-cta { align-self: flex-start; margin-top: 3rem; background: #FAF9F6; color: #1C1C1C;
  padding: .95rem 1.8rem; border-radius: 999px; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; opacity: 0; transition: opacity .4s ease .36s; }
.menu.open .menu-cta { opacity: 1; }
@media (min-width: 768px) { .burger, .menu { display: none !important; } }

.btn-book { display: inline-flex; align-items: center; gap: .6rem; background: #1A2E20; color: #FAF9F6;
  padding: .95rem 1.8rem; border-radius: 999px; font-size: .72rem; letter-spacing: .18em;
  text-transform: uppercase; transition: background-color .3s ease, transform .3s ease; }
.btn-book:hover { background: #122016; transform: translateY(-2px); }

.sym { list-style: none; margin: 0; padding: 0; }
.sym li { position: relative; padding: 9px 0 9px 20px; border-top: 1px solid rgba(28,28,28,.10);
  font-size: 1rem; line-height: 1.55; color: rgba(28,28,28,.8); }
.sym li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 1px; background: #1A2E20; }

/* layout */
.cp-wrap { max-width: 80rem; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 768px) { .cp-wrap { padding-left: 3rem; padding-right: 3rem; } }

.cp-hero { background: #E7F0F5; color: #13242C; padding: 9rem 0 4rem; }
@media (min-width: 768px) { .cp-hero { padding: 11rem 0 6rem; } }
.cp-crumbs { display: flex; flex-wrap: wrap; gap: .6rem; font-size: .75rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(19,36,44,.55); margin-bottom: 2.5rem; }
.cp-crumbs a { border-bottom: 1px solid rgba(19,36,44,.25); }
.cp-crumbs a:hover { color: #13242C; border-color: #13242C; }
.cp-kicker { display: block; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: #2C5C74; margin-bottom: 1.25rem; }
.cp-hero h1 { font-size: clamp(2.5rem, 7vw, 5.25rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 400; max-width: 16ch; margin-bottom: 2rem; }
.cp-lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; color: rgba(19,36,44,.78); max-width: 44rem; }
.cp-actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; }
.cp-call { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid rgba(19,36,44,.35); padding-bottom: .25rem; }
.cp-call:hover { border-color: #13242C; }

.cp-grid { display: grid; gap: 4rem; padding-top: 5rem; padding-bottom: 5rem; }
@media (min-width: 1024px) { .cp-grid { grid-template-columns: minmax(0, 1fr) 22rem; gap: 6rem; padding-top: 7rem; } }
.cp-main section { margin-bottom: 4rem; }
.cp-main h2, .cp-related h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); letter-spacing: -.04em; line-height: 1.1; font-weight: 400; margin-bottom: 1.5rem; }
.cp-main p { font-size: 1.05rem; line-height: 1.75; color: rgba(28,28,28,.78); max-width: 46rem; }
.cp-main strong { color: #1C1C1C; font-weight: 500; }
.cp-urgent { margin-top: 2rem; border-left: 2px solid #B5533A; padding: .4rem 0 .4rem 1.4rem; font-size: .95rem !important; }
.cp-note { font-size: .85rem !important; color: rgba(28,28,28,.55) !important; }

.faq details { border-top: 1px solid rgba(28,28,28,.12); }
.faq details:last-child { border-bottom: 1px solid rgba(28,28,28,.12); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1.5rem;
  padding: 1.2rem 0; font-size: 1.15rem; letter-spacing: -.02em; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq-plus { flex: none; font-weight: 300; transition: transform .3s ease; }
.faq details[open] .faq-plus { transform: rotate(45deg); }
.faq p { padding-bottom: 1.4rem; }

.cp-side { display: flex; flex-direction: column; gap: 2rem; }
@media (min-width: 1024px) { .cp-side { position: sticky; top: 7rem; align-self: start; } }
.cp-fig { margin: 0; background: #EDE9E1; aspect-ratio: 4 / 3; overflow: hidden; }
.cp-fig img { width: 100%; height: 100%; object-fit: cover; }
.cp-card { background: #1A2E20; color: #F0EBE1; padding: 2rem; }
.cp-card h2 { font-size: 1.5rem; letter-spacing: -.03em; font-weight: 400; margin-bottom: 1rem; }
.cp-card address { font-style: normal; line-height: 1.6; color: rgba(240,235,225,.8); margin-bottom: 1rem; }
.cp-hours { font-size: .9rem; line-height: 1.6; color: rgba(240,235,225,.7); margin-bottom: 1.25rem; }
.cp-phones { line-height: 2.1; margin-bottom: 1.5rem; }
.cp-phones a { font-size: 1.3rem; letter-spacing: -.02em; border-bottom: 1px solid rgba(240,235,225,.4); }
.cp-phones span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(240,235,225,.5); margin-left: .4rem; }
.cp-card-btn { display: inline-block; background: #FAF9F6; color: #1A2E20; padding: .85rem 1.5rem; border-radius: 999px;
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 1.25rem; }
.cp-dir { display: block; width: fit-content; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 1px solid currentColor; padding-bottom: .2rem; opacity: .85; }
.cp-dir:hover { opacity: 1; }
.cp-card--light { background: #F0EBE1; color: #1C1C1C; }
.cp-card--light p { font-size: .92rem; line-height: 1.65; color: rgba(28,28,28,.75); margin-bottom: 1.25rem; }
.cp-card--light .cp-doc { font-size: 1.35rem; letter-spacing: -.03em; color: #1C1C1C; margin-bottom: .5rem; }

.cp-related { padding-bottom: 6rem; border-top: 1px solid rgba(28,28,28,.1); padding-top: 4rem; }
.cp-related-list { display: grid; gap: 0; }
@media (min-width: 768px) { .cp-related-list { grid-template-columns: repeat(2, 1fr); column-gap: 3rem; } }
.cp-related-list a { display: flex; justify-content: space-between; padding: 1.1rem 0; border-bottom: 1px solid rgba(28,28,28,.1);
  font-size: 1.2rem; letter-spacing: -.02em; transition: padding .3s ease; }
.cp-related-list a:hover { padding-left: .5rem; }

@media (prefers-reduced-motion: reduce) {
  .menu, .menu-list a, .menu-cta, .burger span, .faq-plus, .cp-related-list a { transition: none; }
}
