/* ==========================================================================
   Ordination site — global stylesheet
   Palette: Roman travertine + porphyry. Type: Cormorant Garamond (display)
   over a system sans (body). Mobile-first. No build step, no dependencies.
   ========================================================================== */

/* --- 1. Fonts (self-hosted, variable, latin subset) ----------------------- */

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

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

/* --- 2. Design tokens ----------------------------------------------------- */

:root {
  /* Warm stone / travertine */
  --paper:        #fcf9f4;
  --paper-warm:   #f5efe4;
  --paper-deep:   #efe6d7;
  --stone:        #e7ddcc;
  --stone-deep:   #c9b99f;

  /* Ink */
  --ink:          #241f19;
  --ink-body:     #443c31;
  --ink-muted:    #6e6355;

  /* Accents */
  --porphyry:     #7a2e2a;
  --porphyry-dk:  #5e211e;
  --gold:         #a17c36;   /* decorative rules only — too light for body text */

  /* Darker than --stone-deep on purpose: meets the 3:1 WCAG 1.4.11 boundary
     contrast that form controls need against --paper; --stone-deep (1.8:1)
     doesn't. Used only where a border IS the affordance, e.g. text inputs. */
  --stone-input:  #928573;

  /* Type */
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
          Arial, sans-serif;

  /* Spacing scale */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;

  --measure: 66ch;
  --container: 68rem;
  --radius: 2px;         /* almost square — printed-invitation feel */

  --shadow-sm: 0 1px 2px rgba(36, 31, 25, 0.06);
  --shadow-md: 0 8px 28px -12px rgba(36, 31, 25, 0.22);
}

/* --- 3. Reset & base ------------------------------------------------------ */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--sp-6);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-body);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--porphyry);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}
a:hover { color: var(--porphyry-dk); }

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

hr {
  border: 0;
  border-top: 1px solid var(--stone);
  margin: var(--sp-7) 0;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--porphyry);
  color: #fff;
  padding: var(--sp-3) var(--sp-4);
  z-index: 100;
}
.skip-link:focus {
  left: var(--sp-4);
  top: var(--sp-2);
  color: #fff;
}

/* --- 4. Typography -------------------------------------------------------- */

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

h1 { font-size: clamp(2.4rem, 7vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(1.85rem, 4.6vw, 2.6rem); margin-top: var(--sp-7); }
h3 { font-size: clamp(1.3rem, 3vw, 1.6rem); margin-top: var(--sp-6); }
h4 { font-size: 1.15rem; margin-top: var(--sp-5); }

p { margin: 0 0 var(--sp-5); }
p:last-child { margin-bottom: 0; }

/* Small-caps label above a heading */
.kicker {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--porphyry);
  margin: 0 0 var(--sp-3);
}

.lede {
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  line-height: 1.6;
  color: var(--ink-body);
}

.dateline {
  font-family: var(--display);
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-style: italic;
  color: var(--ink-muted);
}

blockquote {
  margin: var(--sp-6) 0;
  padding: 0 0 0 var(--sp-5);
  border-left: 2px solid var(--gold);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  line-height: 1.45;
  color: var(--ink);
}
blockquote cite {
  display: block;
  margin-top: var(--sp-3);
  font-family: var(--body);
  font-size: 0.85rem;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* Ornamental divider */
.ornament {
  display: block;
  margin: var(--sp-7) auto;
  width: 100%;
  max-width: 12rem;
  text-align: center;
  color: var(--gold);
  font-family: var(--display);
  font-size: 1.4rem;
  line-height: 1;
}
.ornament::before,
.ornament::after {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 1px;
  vertical-align: 0.35em;
  background: var(--stone-deep);
  margin: 0 var(--sp-3);
}

/* --- 5. Layout ------------------------------------------------------------ */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--sp-5);
}

.section { padding-block: var(--sp-8); }
.section--tight { padding-block: var(--sp-7); }
.section--warm { background: var(--paper-warm); }
.section--deep { background: var(--paper-deep); }

.prose { max-width: var(--measure); }
.prose--center { margin-inline: auto; }

.center { text-align: center; }

.stack > * + * { margin-top: var(--sp-5); }

/* --- 6. Header & navigation ----------------------------------------------- */

.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
  border-bottom: 1px solid var(--stone);
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-block: var(--sp-4);
  text-align: left;
}

.brand {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
}
.brand:hover { color: var(--porphyry); }
.brand__sub {
  display: block;
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: 2px;
}

/* Hamburger toggle — hidden once the inline nav has room to fit (see below) */
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--stone-deep);
  border-radius: 3px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  flex: none;
}
.nav-toggle:hover { border-color: var(--porphyry); }

.nav-toggle__bars {
  position: relative;
  width: 1.05rem;
  height: 2px;
  background: currentColor;
}
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 0.15s ease, opacity 0.15s ease, top 0.15s ease;
}
.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { top: 0; transform: rotate(-45deg); }

/* Mobile: nav is a dropdown panel, closed by default */
.nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--stone);
  box-shadow: 0 12px 20px -8px rgba(24, 16, 10, 0.18);
}
.nav[data-open] { display: block; }
.nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: var(--sp-3) var(--sp-5) var(--sp-5);
}
.nav a {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-muted);
  text-decoration: none;
  padding-block: var(--sp-3);
  border-bottom: 1px solid var(--stone);
}
.nav li:last-child a { border-bottom: 0; }
.nav a:hover { color: var(--porphyry); }
.nav a[aria-current="page"] { color: var(--porphyry); }

/* Desktop: brand and nav share one row, nav shown inline, toggle hidden */
@media (min-width: 56rem) {
  .site-header__inner { padding-block: var(--sp-5); }

  .nav-toggle { display: none; }
  .nav {
    display: block;
    position: static;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
  }
  .nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--sp-2) var(--sp-5);
    padding: 0;
  }
  .nav a {
    display: inline-block;
    padding-block: var(--sp-1);
    border-bottom: 1px solid transparent;
  }
  .nav a:hover { border-bottom-color: var(--gold); }
  .nav a[aria-current="page"] { border-bottom-color: var(--porphyry); }
}

/* --- 7. Hero -------------------------------------------------------------- */

.hero { position: relative; background: var(--ink); }

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Biased high and right so the lantern and cross of the dome are never clipped */
  object-position: 62% 22%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Dark enough for AA-contrast white text, light enough to let the sunset through */
  background: linear-gradient(
    to bottom,
    rgba(18, 13, 10, 0.50) 0%,
    rgba(18, 13, 10, 0.30) 42%,
    rgba(18, 13, 10, 0.64) 100%
  );
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(28rem, 76svh, 44rem);
  padding-block: var(--sp-8);
  color: #fff;
  text-align: center;
}

/* Guarantees legibility where text crosses the floodlit dome */
.hero__inner > * { text-shadow: 0 1px 14px rgba(10, 6, 4, 0.55); }
.hero__inner .btn-row { text-shadow: none; }

.hero h1 { color: #fff; margin-bottom: var(--sp-5); }
.hero .kicker { color: #f4ddb0; }
.hero__lede {
  max-width: 40rem;
  margin-inline: auto;
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  color: rgba(255, 255, 255, 0.92);
}
.hero__meta {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  color: #f2e4c8;
  margin-bottom: var(--sp-6);
}

/* --- 8. Buttons ----------------------------------------------------------- */

.btn {
  display: inline-block;
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95em 1.9em;
  border: 1px solid var(--porphyry);
  border-radius: var(--radius);
  background: var(--porphyry);
  color: #fff;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}
.btn:hover { background: var(--porphyry-dk); border-color: var(--porphyry-dk); color: #fff; }

.btn--ghost {
  background: transparent;
  color: var(--porphyry);
}
.btn--ghost:hover { background: var(--porphyry); color: #fff; }

.btn--on-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}
.btn--on-dark:hover { background: #fff; border-color: #fff; color: var(--ink); }

/* The default :focus-visible outline is --porphyry, a dark red that all but
   disappears against the hero photo (well under 3:1). White reads clearly
   there and still shows up fine over the button's own light hover state. */
.hero :focus-visible { outline-color: #fff; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  justify-content: center;
}
.btn-row--start { justify-content: flex-start; }

/* --- 9. Cards & grids ----------------------------------------------------- */

.grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 40rem) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 52rem) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 40rem) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: var(--sp-5);
  box-shadow: var(--shadow-sm);
}
.card h3 { margin-top: 0; }
.card p { font-size: 0.98rem; }
.card__foot { margin-top: auto; padding-top: var(--sp-4); }

/* Whole-card link */
.card--link { text-decoration: none; color: inherit; transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease; }
.card--link:hover {
  border-color: var(--stone-deep);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  color: inherit;
}
.card--link h3 { color: var(--ink); }
.card--link:hover h3 { color: var(--porphyry); }
.card--link .card__more {
  margin-top: auto;
  padding-top: var(--sp-4);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--porphyry);
}

/* Figure with caption */
.figure { margin: 0; }
.figure img { border-radius: var(--radius); }
.figure figcaption {
  margin-top: var(--sp-3);
  font-size: 0.85rem;
  color: var(--ink-muted);
  font-style: italic;
}

/* --- 10. Callout ---------------------------------------------------------- */

.callout {
  border: 1px solid var(--stone-deep);
  border-left: 3px solid var(--porphyry);
  background: var(--paper-warm);
  border-radius: var(--radius);
  padding: var(--sp-5);
}
.callout h3 { margin-top: 0; }
.callout--quiet { border-left-color: var(--gold); }

.tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-muted);
  background: var(--paper-deep);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  padding: 0.25em 0.7em;
  white-space: nowrap;
}
.tag--tbc { color: var(--porphyry); border-color: var(--stone-deep); }

/* --- 11. Itinerary -------------------------------------------------------- */

.itinerary { list-style: none; margin: 0; padding: 0; }

.itinerary > li {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-1) var(--sp-5);
  padding-block: var(--sp-5);
  border-top: 1px solid var(--stone);
}
.itinerary > li:last-child { border-bottom: 1px solid var(--stone); }

.itinerary__when {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--porphyry);
  padding-top: 0.35em;
}
.itinerary__what h3 { margin: 0 0 var(--sp-2); font-size: 1.3rem; }
.itinerary__what p { margin-bottom: var(--sp-3); font-size: 0.98rem; }
.itinerary__what p:last-child { margin-bottom: 0; }

.itinerary__where {
  font-size: 0.95rem;
  color: var(--ink-muted);
}
.itinerary__where a { color: var(--porphyry); }

@media (min-width: 44rem) {
  .itinerary > li { grid-template-columns: 11rem 1fr; }
}

/* --- 12. FAQ (native <details>, no JS) ------------------------------------ */

.faq { border-top: 1px solid var(--stone); }

.faq__item {
  border-bottom: 1px solid var(--stone);
}

.faq__item > summary {
  display: flex;
  align-items: baseline;
  gap: var(--sp-4);
  cursor: pointer;
  list-style: none;
  padding-block: var(--sp-5);
  font-family: var(--display);
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
}
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary:hover { color: var(--porphyry); }

/* The question is a real <h2> for screen-reader heading navigation, but
   visually it must stay exactly the summary's own type style, not h2's. */
.faq__item > summary h2 {
  margin: 0;
  font: inherit;
  color: inherit;
  text-wrap: inherit;
  letter-spacing: inherit;
}

.faq__item > summary::after {
  content: "+";
  margin-left: auto;
  flex: none;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--porphyry);
  transition: transform 160ms ease;
}
.faq__item[open] > summary::after { content: "\2013"; }

.faq__body {
  max-width: var(--measure);
  padding-bottom: var(--sp-6);
}
.faq__body > :first-child { margin-top: 0; }

.sources {
  margin-top: var(--sp-5);
  padding-top: var(--sp-4);
  border-top: 1px dotted var(--stone-deep);
  font-size: 0.87rem;
  color: var(--ink-muted);
}
.sources p { margin-bottom: var(--sp-2); }
.sources strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--sp-2);
}

/* Responsive video embed */
.video {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: var(--sp-5) 0;
  background: var(--paper-deep);
  border: 1px solid var(--stone);
  border-radius: var(--radius);
  overflow: hidden;
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Placeholder slot for photos/videos still to come */
.placeholder {
  display: grid;
  place-items: center;
  min-height: 12rem;
  padding: var(--sp-5);
  text-align: center;
  border: 1px dashed var(--stone-deep);
  border-radius: var(--radius);
  background: repeating-linear-gradient(
    45deg, var(--paper-warm), var(--paper-warm) 10px,
    var(--paper-deep) 10px, var(--paper-deep) 20px
  );
  color: var(--ink-muted);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

/* --- 13. Forms ------------------------------------------------------------ */

.field { margin-bottom: var(--sp-5); }
.field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--sp-2);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink-body);
  background: var(--paper);
  border: 1px solid var(--stone-input);
  border-radius: var(--radius);
  padding: 0.7em 0.85em;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--porphyry); }
.field__hint { font-size: 0.85rem; color: var(--ink-muted); margin-top: var(--sp-2); }

fieldset.field { border: 0; padding: 0; margin-inline: 0; }
fieldset.field legend {
  padding: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--sp-2);
}
.checkbox-group { display: flex; flex-direction: column; gap: var(--sp-3); }
.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 0.6em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: var(--ink-body);
}
.checkbox-option input { width: auto; margin-top: 0.25em; accent-color: var(--porphyry); }

/* --- 14. Footer ----------------------------------------------------------- */

.site-footer {
  background: var(--paper-warm);
  border-top: 1px solid var(--stone);
  padding-block: var(--sp-7);
  font-size: 0.9rem;
  color: var(--ink-muted);
}
.site-footer a { color: var(--porphyry); }
.site-footer__grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: 1fr;
}
@media (min-width: 44rem) { .site-footer__grid { grid-template-columns: 1.4fr 1fr; } }
.site-footer h2 {
  font-size: 1.3rem;
  margin: 0 0 var(--sp-3);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: var(--sp-2); }
.site-footer__fine {
  margin-top: var(--sp-6);
  padding-top: var(--sp-4);
  border-top: 1px solid var(--stone);
  font-size: 0.8rem;
}

/* --- 15. Utilities -------------------------------------------------------- */

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.text-muted { color: var(--ink-muted); }
.small { font-size: 0.9rem; }

/* Long strings (IBANs, addresses) must never blow out the layout */
.wrap-anywhere { overflow-wrap: anywhere; }

/* --- 16. Motion ----------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .card--link:hover { transform: none; }
}

/* --- 17. Print (the itinerary must print cleanly) ------------------------- */

@media print {
  :root { --paper: #fff; --paper-warm: #fff; --paper-deep: #fff; }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
    line-height: 1.45;
  }

  .site-header,
  .site-footer,
  .no-print,
  .hero,
  .skip-link { display: none !important; }

  .section { padding-block: 0.5rem; }
  .container { max-width: none; padding-inline: 0; }

  h1 { font-size: 22pt; }
  h2 { font-size: 16pt; margin-top: 1.2rem; page-break-after: avoid; }
  h3 { font-size: 12.5pt; page-break-after: avoid; }

  .card, .callout, .itinerary > li {
    border-color: #bbb;
    box-shadow: none;
    page-break-inside: avoid;
  }

  .itinerary__when { color: #000; }

  /* Show destinations for links that matter on paper */
  .print-url a::after {
    content: " (" attr(href) ")";
    font-size: 8.5pt;
    color: #444;
    word-break: break-all;
  }

  .faq__item { page-break-inside: avoid; }
  .faq__item > summary::after { content: ""; }
  .faq__body { display: block !important; }

  a { color: #000; text-decoration: underline; }
}
