:root{
    --header-h: 72px;
    --paper: #fffefb;
    --tint: #f6f4ee;
    --ink: #2b2a27;
    --ink-soft: #5c5a53;
    --line: #d8d5cb;
    --dark: #26251f;
    --dark-ink: #f1efe8;
    --circle-a: #e2e2d3;
    --circle-b: #b9c2b3;
    --circle-icon: #8f9a89;
    --hero-a: #cfd9c5;
    --hero-b: #e8e2cf;
    --hero-c: #c9b393;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 72px; }

  body{
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Poppins', 'Segoe UI', sans-serif;
  }

  .wrap{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 56px);
  }

  a { color: inherit; }

  #top, #services, #saengerin, #character, #hochzeitsrednerin{ scroll-margin-top: 72px; }

  /* ---------- Header ---------- */
  header{
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  header .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 20px;
  }

  .logo-mark{ display: flex; cursor: pointer; background:none; border:none; padding:0; text-decoration:none; }
  .logo-mark img{ display: block; height: clamp(30px, 5vw, 42px); width: auto; }

  nav{ display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); }
  nav a{
    font-size: 0.86rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: var(--ink-soft);
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    padding: 0;
  }
  nav a:hover{ color: var(--ink); }
  .nav-social{ display: flex; align-items: center; }
  .nav-social svg{ width: 20px; height: 20px; display: block; }

  /* ---------- Services ---------- */
  .services{
    background: var(--tint);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 19px 0 clamp(56px, 9vw, 96px);
    min-height: calc(100vh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  .section-logo{
    display: flex;
    justify-content: center;
    margin: 0 auto clamp(120px, 15vw, 150px);
  }
  .section-logo img{
    display: block;
    width: clamp(180px, 26vw, 280px);
    height: auto;
  }

  .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(28px, 3vw, 40px);
    align-items: stretch;
  }

  .card{
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 0 24px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .photo{
    width: 205px;
    height: 205px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -102.5px;
    position: relative;
    background: radial-gradient(circle at 35% 30%, var(--circle-a), var(--circle-b));
    flex-shrink: 0;
  }
  .photo svg{ width: 62%; height: 62%; position: absolute; left: 19%; top: 30%; fill: var(--circle-icon); opacity: 0.85; }

  .card h3{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 1.45rem;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
  }

  .text{
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    width: 100%;
    min-height: 132px;
  }

  .card p{
    font-weight: 300;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
  }

  .mehr{
    margin-top: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink);
    background: none;
    border: 1px solid var(--ink);
    border-radius: 999px;
    padding: 9px 22px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
  }
  .mehr:hover{ background: var(--ink); color: var(--paper); }

  /* ---------- Simple placeholder sections ---------- */
  .simple-section{
    border-top: 1px solid var(--line);
    min-height: 42vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: clamp(48px, 8vw, 80px) 20px;
    text-align: center;
  }
  .simple-section h1{
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(2rem, 6vw, 3.2rem);
    margin: 0;
    text-wrap: balance;
  }

  .to-top{
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-soft);
    text-decoration: none;
  }
  .to-top:hover{ color: var(--ink); }

  /* ---------- Hochzeitsrednerin ---------- */
  .hr-section{ border-top: 1px solid var(--line); min-height: calc(100vh - var(--header-h)); box-sizing: border-box; display: grid; grid-template-rows: auto 1fr auto; }
  .hr-section .hr-bg-wrap{ display: flex; align-items: flex-start; min-height: 0; }
  .hr-section .hr-bg-wrap .hr-body{ width: 100%; }
  .hr-hero{
    position: relative;
    height: clamp(120px, 11vw, 158px);
    overflow: hidden;
  }
  .hr-hero-bg{
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, var(--hero-a), var(--hero-b) 55%, var(--hero-c));
  }
  .hr-hero-bg--ice{ background: linear-gradient(120deg, #dceef2, #eef6f4 55%, #cfe0e8); }
  .hr-hero-bg svg{ position:absolute; inset:0; width:100%; height:100%; opacity:0.18; }
  .hr-hero-fade{
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 38%, var(--paper) 96%);
  }
  .hr-hero-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(26px, 5vw, 46px);
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 56px);
  }
  .hr-title{
    font-family: 'Alex Brush', cursive;
    font-weight: 400;
    font-size: clamp(1.6rem, 4.4vw, 2.7rem);
    color: #fff;
    margin: 0;
    line-height: 1;
    text-shadow: 0 2px 14px rgba(30,28,20,0.35);
  }
  .hr-title .dropcap{
    font-size: 2.3em;
    line-height: 0.6;
    vertical-align: -0.18em;
    display: inline-block;
  }

  .hr-bg-wrap{ position: relative; overflow: hidden; width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }
  .hr-bg-img{
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
  }
  .hr-bg-fade{
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 0%, transparent 22%, var(--paper) 72%);
  }

  .hr-body{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: clamp(32px, 6vw, 64px);
    row-gap: 0;
    padding: clamp(18px, 3vw, 28px) 0 clamp(20px, 3vw, 28px);
  }
  .hr-photo{
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 35% 30%, var(--circle-a), var(--circle-b));
  }
  .hr-photo svg{ width: 56%; height: 56%; position: absolute; left: 22%; top: 26%; fill: var(--circle-icon); opacity: 0.85; }
  img.hr-photo{ display: block; object-fit: cover; background: none; }
  .hr-body--photo-lg{ grid-template-columns: 340px 1fr; }
  .hr-body--photo-both{ grid-template-columns: minmax(160px, 340px) minmax(300px, 1fr) minmax(160px, 340px); grid-template-rows: 1fr auto; }
  .hr-bg-wrap--wide{ max-width: 1500px; }
  .hr-bg-wrap--wide{ padding-left: clamp(clamp(20px, 5vw, 56px), calc((100vw - 1180px) / 2 + 56px), 216px); }
  .hr-section .hr-bg-wrap.hr-bg-wrap--wide{ align-items: stretch; }
  .hr-section .hr-bg-wrap.hr-bg-wrap--wide .hr-body{ height: 100%; }
  .hr-photo-frame{ position: relative; height: 100%; overflow: hidden; border-radius: 4px; }
  img.hr-photo--full{ position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
  .hr-photo-col{ display: flex; flex-direction: column; height: 100%; }
  .hr-photo-col .hr-photo-frame{ flex: 1 1 auto; height: auto; min-height: 0; }
  .hr-photo-col .hr-contact{ flex: 0 0 auto; }

  /* ---------- Sängerin: photo/text sidebar + video shorts ---------- */
  .hr-body--saengerin{
    grid-template-columns: 240px repeat(3, minmax(140px, 1fr));
    column-gap: 24px;
    align-items: stretch;
  }
  .hr-saengerin-side{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .hr-saengerin-side .hr-photo{ width: 100%; }
  .hr-short{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
  }
  .hr-short iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }
  @media (max-width:920px){
    .hr-body--photo-lg{ grid-template-columns: 1fr; }
    .hr-body--photo-both{ grid-template-columns: 1fr; grid-template-rows: auto; }
    .hr-body--photo-both .hr-photo-frame{ height: 320px; }
    .hr-photo-col{ height: auto; }
    .hr-photo-col .hr-photo-frame{ height: 320px; flex: none; }
  }
  .hr-contact{
    display: block;
    margin-top: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 0.95rem;
    text-decoration: none;
  }
  .hr-contact:hover{ text-decoration: underline; }

  .hr-letter p{
    font-weight: 300;
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--ink-soft);
    margin: 0 0 1.15em;
  }
  .hr-letter a{ text-decoration: underline; }
  .hr-photo-note{
    grid-column: 1 / -1;
    margin: 14px 0 0;
    font-size: 0.8rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--ink-soft);
    text-align: center;
  }
  .hr-photo-note-fine{ font-size: 0.7rem; }
  .hr-salutation{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.35rem;
    color: var(--ink);
  }
  .hr-tagline{
    font-weight: 600;
    color: var(--ink);
    letter-spacing: 0.01em;
  }
  .hr-signature{
    font-family: 'Alex Brush', cursive;
    font-size: 1.8rem;
    color: var(--ink);
    display: block;
    margin-top: 4px;
  }
  .hr-toplink{ text-align: center; padding-bottom: clamp(12px, 2vw, 16px); padding-top: 4px; }

  /* ---------- Footer ---------- */
  footer{
    background: var(--dark);
    color: var(--dark-ink);
    padding: clamp(28px, 5vw, 40px) 0;
    text-align: center;
  }
  footer a{
    text-decoration: none;
    font-size: 0.95rem;
    color: var(--dark-ink);
  }
  footer a:hover{ text-decoration: underline; }
  footer .fineprint{
    margin-top: 10px;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #a6a397;
  }
  footer .fineprint a{ color: inherit; font-size: inherit; text-decoration: underline; }

  @media (max-width: 920px){
    .row{ grid-template-columns: 1fr; row-gap: 130px; }
    .photo{ margin-top: -102.5px; }
    header .wrap{ flex-wrap: wrap; row-gap: 10px; }
    nav{ width: 100%; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }
    .hr-body{ grid-template-columns: 1fr; }
    .hr-photo{ max-width: 240px; margin: 0 auto; }
    .hr-hero-content{ text-align: center; }
    .hr-short{ max-width: 280px; width: 100%; height: auto; aspect-ratio: 9 / 16; margin: 0 auto; }
  }
  @media (max-width: 480px){
    nav a{ font-size: 0.76rem; }
    nav{ gap: 6px 12px; }
  }
