/* LivingLink — member-profile blocks and the retreat page.
   One shared stylesheet; listing pages carry no <style> of their own
   (LISTING_CONSTRUCTION_DOCTRINE §4). Colour and type come from the site
   tokens, with fallbacks so the sheet also holds on pages loaded alone.

   2026-08-10: the announcement dialog was retired in favour of a page of its
   own (retreat-sim-yoga-2027.html). Its rules went with it. */

.syline{max-width:56ch;margin:14px 0 0;color:var(--ink-soft,#5c5f63);font-size:.98rem}

.syh{font-family:var(--serif,'Cormorant Garamond',serif);font-weight:600;
  font-size:clamp(1.3rem,2.4vw,1.7rem);margin:34px 0 12px;color:var(--ink,#16181a)}
.sylist{margin:0;padding:0;list-style:none;display:grid;gap:8px}
.sylist li{position:relative;padding-left:20px;color:var(--ink-soft,#5c5f63)}
.sylist li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:1px;
  background:var(--gold,#B8963E)}
.sygrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:6px}
.syst{border:1px solid var(--hair,rgba(0,0,0,.12));border-radius:12px;padding:16px 18px;
  background:var(--surface,#fff)}
.syst h3{font-family:var(--serif,'Cormorant Garamond',serif);font-size:1.12rem;font-weight:600;
  margin:0 0 6px;color:var(--ink,#16181a)}
.syst p{margin:0;font-size:.9rem;color:var(--ink-soft,#5c5f63)}
.synote{margin-top:26px;font-size:.86rem;color:var(--muted,#7b7f84)}

/* The gallery mixes landscape and portrait originals. Without a fixed frame
   the grid tears open around the tall one; one aspect ratio and a centred crop
   keep the row calm. */
.lbody .fmgrid img{aspect-ratio:4/3;height:auto;object-fit:cover;object-position:center}

/* --- the retreat page -------------------------------------------------- */
.rhero{position:relative;padding:190px 0 70px;background:var(--surface,#fff)}
.rhero.has-photo{background-size:cover;background-position:center 62%;color:#fff}
/* The photograph carries the type. A single wash keeps the words legible
   without printing anything into the picture. */
.rhero.has-photo::before{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(8,14,18,.46) 0%,rgba(8,14,18,.18) 45%,rgba(8,14,18,.68) 100%)}
.rhero .wrap{position:relative;z-index:2}
.rcat{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold,#B8963E)}
.rhero.has-photo .rcat{color:#EBD6A6}
.rhero h1{font-family:var(--serif,'Cormorant Garamond',serif);font-weight:600;
  font-size:clamp(2.4rem,6vw,4rem);line-height:1.05;margin:.35rem 0 .5rem;
  color:var(--ink,#16181a)}
.rhero.has-photo h1{color:#fff}
.rsub{margin:0;font-size:1rem;color:var(--ink-soft,#5c5f63)}
.rhero.has-photo .rsub{color:#EDE3D2}

.rlead{max-width:64ch}
.rlead p{color:var(--ink-soft,#5c5f63);margin:0 0 14px;font-size:1.02rem}

.rgal{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;
  width:min(1200px,calc(100% - 48px));margin:34px auto 0}
.rgal figure{margin:0;border-radius:12px;overflow:hidden;background:var(--hair,rgba(0,0,0,.06))}
.rgal img{display:block;width:100%;height:250px;object-fit:cover;object-position:center}
@media (max-width:900px){.rgal{grid-template-columns:repeat(2,1fr)}
  .rgal img{height:190px}}

.rcols{display:grid;grid-template-columns:1fr 1fr;gap:36px}
@media (max-width:860px){.rcols{grid-template-columns:1fr;gap:6px}}

.rplace{display:flex;gap:16px;align-items:flex-start;padding:12px 0;
  border-bottom:1px solid var(--hair,rgba(0,0,0,.1))}
.rplace:last-child{border-bottom:0}
.rdist{font-family:var(--serif,'Cormorant Garamond',serif);font-size:1rem;
  color:var(--gold,#B8963E);min-width:11ch;line-height:1.5}
.rplace p{margin:0;color:var(--ink-soft,#5c5f63)}

/* The price band sits on its own tone so the two cards read as one decision
   rather than as two notes floating in the page. */
.rband{padding:56px 0;margin-top:50px;
  background:linear-gradient(180deg,rgba(184,150,62,.055),rgba(184,150,62,.02));
  border-top:1px solid var(--hair,rgba(0,0,0,.09));
  border-bottom:1px solid var(--hair,rgba(0,0,0,.09))}

.rprices{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}
.rprice{position:relative;border:1px solid var(--hair,rgba(0,0,0,.12));border-radius:14px;
  padding:26px 26px 24px;background:var(--surface,#fff);
  box-shadow:0 18px 40px -34px rgba(8,12,16,.55)}
/* A hairline of gold across the top edge, nothing louder. */
.rprice::before{content:"";position:absolute;left:26px;right:26px;top:0;height:2px;
  background:var(--gold,#B8963E);opacity:.55;border-radius:0 0 2px 2px}
.rtag{display:inline-block;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold,#B8963E);border:1px solid currentColor;border-radius:999px;
  padding:4px 10px;margin-bottom:14px}
.rprice h3{font-family:var(--serif,'Cormorant Garamond',serif);font-size:1.18rem;
  font-weight:600;margin:0 0 14px;color:var(--ink,#16181a)}
.ramount{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}
.rnum{font-family:var(--serif,'Cormorant Garamond',serif);font-size:2.3rem;
  color:var(--ink,#16181a);line-height:1}
.rper{font-size:.85rem;color:var(--ink-soft,#5c5f63)}
.rwas{margin:12px 0 0;padding-top:12px;font-size:.82rem;color:var(--muted,#7b7f84);
  border-top:1px solid var(--hair,rgba(0,0,0,.08))}

/* The facts carry the left column, so the form no longer stands beside a hole. */
.rfacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 26px;margin:26px 0 24px}
@media (max-width:520px){.rfacts{grid-template-columns:1fr}}
.rfact{padding:12px 0;border-bottom:1px solid var(--hair,rgba(0,0,0,.09))}
.rfk{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--muted,#7b7f84);margin-bottom:3px}
.rfv{color:var(--ink,#16181a);font-size:.95rem}

.rform{display:grid;grid-template-columns:1fr minmax(300px,380px);gap:44px;align-items:start}
@media (max-width:860px){.rform{grid-template-columns:1fr}}
.rform select{width:100%;padding:11px 13px;border-radius:10px;
  border:1px solid var(--hair,rgba(0,0,0,.16));background:transparent;font:inherit;
  color:var(--ink,#16181a)}
.sy-wa,.sy-mailbtn{white-space:nowrap}

/* Name, Motto und Strophe — Texte von Simone, 2026-08-11 */

.rhero h1{font-weight:600}
.rmotto{font-family:var(--serif,'Cormorant Garamond',Georgia,serif);font-style:italic;
  font-size:clamp(1.15rem,2.2vw,1.6rem);line-height:1.35;margin:.6rem 0 0;opacity:.92}
.rlead .rlead-auftakt{font-family:var(--serif,'Cormorant Garamond',Georgia,serif);
  font-size:clamp(1.35rem,2.6vw,1.9rem);line-height:1.25;margin:0 0 1.1rem}
.rlead .rverse{display:flex;flex-direction:column;gap:.15rem;margin:1.4rem 0;
  font-family:var(--serif,'Cormorant Garamond',Georgia,serif);font-style:italic;
  font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.4}
.wrap .rgenuss-schluss{font-family:var(--serif,'Cormorant Garamond',Georgia,serif);font-style:italic}

/* Special im Genuss-Abschnitt — 2026-08-11 */
.wrap .rspecial{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;
  margin:18px 0;padding:14px 16px;border:1px solid var(--gold,#C9A96E);
  border-radius:12px;background:rgba(201,169,110,.07)}
.wrap .rspecial .rtag{background:var(--gold,#C9A96E);color:#1c1508;padding:4px 10px;border-radius:100px}

/* Aufraeumen Mittelteil — 2026-08-11 */
.rcols p{margin:0 0 1.05rem}
.rcols h2.syh{margin-top:2.1rem}
.rcols > div > h2.syh:first-child{margin-top:0}

.wrap .rspecial{align-items:center;gap:14px;padding:16px 18px;margin:22px 0}
.wrap .rspecial .rtag{flex:0 0 auto}
.wrap .rspecial span:not(.rtag){flex:1 1 240px;min-width:0}

.rplace{display:grid;grid-template-columns:minmax(140px,168px) 1fr;gap:6px 20px;
  align-items:baseline;padding:14px 0;border-top:1px solid var(--line,#DCD7C8)}
.rplace:first-of-type{border-top:0}
.rdist{font-family:var(--sans,system-ui,sans-serif);font-size:.66rem;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted,#6b6560);font-style:normal}
.rplace p{margin:0}
@media (max-width:560px){.rplace{grid-template-columns:1fr;gap:2px}}
