
:root{
  --ink:#07120d;--ink-2:#0c1c14;--green:#163d2d;--green-2:#245b44;
  --gold:#c89b52;--gold-soft:#dfbf84;--cream:#f3eee2;--muted:#b9c1b9;
  --line:rgba(223,191,132,.22);--shadow:0 24px 80px rgba(0,0,0,.28);
  --serif:Georgia,'Times New Roman',serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{margin:0;color:var(--cream);background:var(--ink);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a{touch-action:manipulation}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.75rem 1rem;z-index:1000}
.container{width:min(1160px,calc(100% - 40px));margin:auto}.eyebrow{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-soft);font-weight:700}.section{padding:108px 0;position:relative}.section--soft{background:linear-gradient(180deg,#0b1a13 0%,#0a1711 100%)}.section--cream{background:#eee8db;color:#17231c}.section-title{font-family:var(--serif);font-weight:400;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.035em;margin:.7rem 0 1.4rem}.section-lead{font-size:clamp(1.05rem,1.7vw,1.25rem);max-width:760px;color:#c5cdc6}.section--cream .section-lead{color:#59645c}.gold-line{width:76px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:26px 0}
.header{position:fixed;top:0;left:0;right:0;z-index:50;transition:.3s;background:linear-gradient(180deg,rgba(4,12,8,.82),rgba(4,12,8,0));}.header.scrolled{background:rgba(5,15,10,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,191,132,.12)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:var(--serif);font-size:1.55rem;letter-spacing:-.03em}.brand span{color:var(--gold)}.brand small{font-family:var(--sans);display:block;font-size:.57rem;letter-spacing:.16em;text-transform:uppercase;color:#aeb8af;margin-top:-4px}.nav-links{display:flex;gap:26px;align-items:center;font-size:.89rem;color:#d5dcd5}.nav-links a:hover{color:var(--gold-soft)}.nav-cta{padding:.72rem 1.05rem;border:1px solid rgba(223,191,132,.45);border-radius:999px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.5rem}
.hero{min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden;background:#07120d}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,10,.97) 0%,rgba(5,14,10,.82) 35%,rgba(5,14,10,.18) 68%,rgba(5,14,10,.3) 100%),linear-gradient(0deg,rgba(4,12,8,.75) 0%,transparent 40%)}.hero-content{position:relative;z-index:2;padding-top:110px;padding-bottom:80px;max-width:690px}.hero-kicker{display:flex;align-items:center;gap:14px;color:#d4c5a8;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}.hero-kicker:before{content:'';width:42px;height:1px;background:var(--gold)}.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(3.4rem,8.1vw,7.6rem);line-height:.92;letter-spacing:-.055em;margin:26px 0 24px}.hero h1 em{font-style:normal;color:var(--gold-soft)}.hero-copy{font-size:clamp(1.05rem,1.6vw,1.28rem);color:#d2d9d3;max-width:630px;margin-bottom:34px}.button-row{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:1rem 1.35rem;border-radius:999px;font-weight:700;font-size:.93rem;transition:.22s;border:1px solid transparent}.btn-primary{background:var(--gold);color:#102117}.btn-primary:hover{transform:translateY(-2px);background:#d9ae65}.btn-secondary{border-color:rgba(255,255,255,.28);background:rgba(8,22,15,.28);backdrop-filter:blur(10px)}.btn-secondary:hover{border-color:var(--gold-soft);color:var(--gold-soft)}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:42px;color:#bcc6bd;font-size:.84rem}.trust-row span{display:flex;align-items:center;gap:8px}.trust-row svg{width:18px;height:18px;color:var(--gold-soft)}
.intro-grid{display:grid;grid-template-columns:minmax(380px,.85fr) 1.15fr;gap:64px;align-items:start}.image-frame{position:relative}.image-frame img{border-radius:2px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.image-frame--action{width:100%;max-width:440px;justify-self:start}.image-frame--action img{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;object-position:center top}.image-frame:before{content:'';position:absolute;inset:-18px 18px 18px -18px;border:1px solid rgba(200,155,82,.35);z-index:-1}.quote{font-family:var(--serif);font-size:clamp(1.45rem,2.8vw,2.35rem);line-height:1.35;color:#efe8d8;margin:28px 0}.body-copy{color:#b9c3bb;max-width:650px}.body-copy p{margin:0 0 1.2rem}.signature{margin-top:28px;color:var(--gold-soft);font-family:var(--serif);font-size:1.2rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.feature{padding:30px 26px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01));min-height:220px}.feature svg{width:28px;height:28px;color:var(--gold-soft);margin-bottom:22px}.feature h3{font-family:var(--serif);font-weight:400;font-size:1.5rem;margin:0 0 10px}.feature p{margin:0;color:#aeb9b0;font-size:.95rem}
.pricing-head{display:flex;justify-content:space-between;gap:40px;align-items:end}.pricing-note{max-width:390px;color:#667168}.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.price-card{background:#f7f3ea;border:1px solid #d7cbb7;padding:34px;position:relative;overflow:hidden}.price-card:after{content:'';position:absolute;width:160px;height:160px;border:1px solid rgba(200,155,82,.3);border-radius:50%;right:-75px;top:-75px}.price-card .label{letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;color:#587062;font-weight:700}.price-card h3{font-family:var(--serif);font-size:2rem;font-weight:400;margin:.6rem 0}.price{font-family:var(--serif);font-size:3.25rem;color:#173f2e;line-height:1}.price small{font-family:var(--sans);font-size:.8rem;color:#687268}.price-card p{color:#5d685f;max-width:420px}.price-card--accent{background:#163d2d;color:#fff;border-color:#163d2d}.price-card--accent h3,.price-card--accent .price{color:#fff}.price-card--accent p,.price-card--accent .price small{color:#c7d5cc}.price-card--accent .label{color:#e0c78f}.cards-foot{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:28px;color:#677169;font-size:.92rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:52px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.step{padding:32px 24px;border-right:1px solid var(--line)}.step:last-child{border-right:0}.step-num{font-family:var(--serif);font-size:2.6rem;color:var(--gold-soft);opacity:.85}.step h3{font-family:var(--serif);font-size:1.35rem;font-weight:400;margin:.4rem 0}.step p{color:#aeb9b0;font-size:.92rem;margin:0}
.voucher-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}.voucher-image{position:relative}.voucher-image img{display:block;width:100%;height:auto;object-fit:contain;box-shadow:var(--shadow)}.voucher-image:after{content:'';position:absolute;inset:20px -20px -20px 20px;border:1px solid rgba(200,155,82,.35);z-index:-1}.voucher-list{display:grid;gap:12px;margin:28px 0}.voucher-list div{display:flex;gap:12px;align-items:flex-start;color:#c4cdc5}.voucher-list svg{flex:0 0 19px;width:19px;color:var(--gold-soft);margin-top:4px}
.about-grid{display:grid;grid-template-columns:1fr .92fr;gap:80px;align-items:center}.about-action-photo{margin-top:22px;box-shadow:var(--shadow)}.about-action-photo img{display:block;width:100%;height:auto}.about-card{padding:44px;border:1px solid var(--line);background:rgba(255,255,255,.025)}.about-portrait-photo{height:360px;overflow:hidden;margin:-10px -10px 30px;box-shadow:var(--shadow)}.about-portrait-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.about-card .name{font-family:var(--serif);font-size:2.6rem;margin:0}.about-card .role{color:var(--gold-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;margin-top:8px}.about-card p{color:#b8c2ba}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);margin-top:30px}.stat{background:#0a1711;padding:22px}.stat strong{font-family:var(--serif);font-size:2rem;color:#fff;display:block;font-weight:400}.stat span{font-size:.78rem;color:#9daaa1}
.faq{max-width:900px;margin:42px auto 0}.faq details{border-top:1px solid var(--line);padding:0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:22px 42px 22px 0;font-family:var(--serif);font-size:1.25rem;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:6px;top:21px;color:var(--gold-soft);font-family:var(--sans)}.faq details[open] summary:after{content:'–'}.faq details p{color:#aeb9b0;margin:0 0 24px;max-width:760px}
.cta{padding:110px 0;background:linear-gradient(110deg,rgba(10,30,21,.97),rgba(18,61,44,.92)),url('hero-massage.webp') center/cover fixed;text-align:center}.cta .section-title{max-width:820px;margin:10px auto 24px}.cta p{max-width:660px;margin:0 auto 32px;color:#c9d2ca}
.footer{padding:50px 0 28px;background:#050d09;border-top:1px solid rgba(223,191,132,.12)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:45px}.footer p,.footer a{color:#98a69d;font-size:.9rem}.footer h4{font-family:var(--serif);font-size:1.2rem;font-weight:400;margin:0 0 14px}.footer-links{display:grid;gap:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);margin-top:38px;padding-top:20px;color:#77857c;font-size:.78rem}
.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.image-frame--action{max-width:440px;margin:0 auto;justify-self:center}.image-frame--action img{height:auto;object-position:center top}.about-card{max-width:600px;margin:0 auto}.about-portrait-photo{height:auto;aspect-ratio:3/4;max-width:560px;margin:-10px auto 30px}.about-portrait-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.nav-links{display:none;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:#0a1711;padding:20px;border:1px solid var(--line)}.nav-links.open{display:flex}.menu-btn{display:block}.intro-grid,.voucher-grid,.about-grid{grid-template-columns:1fr;gap:48px}.feature-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.step:nth-child(2){border-right:0}.step:nth-child(-n+2){border-bottom:1px solid var(--line)}.pricing-head{display:block}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.hero-media:after{background:linear-gradient(90deg,rgba(5,14,10,.96) 0%,rgba(5,14,10,.76) 60%,rgba(5,14,10,.38) 100%),linear-gradient(0deg,rgba(4,12,8,.86),transparent 50%)}.hero-content{max-width:640px}}
@media(max-width:620px){.about-card{max-width:none}.about-portrait-photo{height:auto;aspect-ratio:3/4;max-width:none;margin:-4px -4px 24px}.about-portrait-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%}.image-frame--action{max-width:390px}.image-frame--action img{height:auto;object-position:center top}.container{width:min(100% - 30px,1160px)}.section{padding:78px 0}.nav{height:70px}.brand{font-size:1.35rem}.hero{min-height:760px}.hero-content{padding-top:105px}.hero h1{font-size:clamp(3.35rem,17vw,5rem)}.hero-media img{object-position:62% center}.hero-media:after{background:linear-gradient(90deg,rgba(5,14,10,.96) 0%,rgba(5,14,10,.78) 72%,rgba(5,14,10,.45) 100%),linear-gradient(0deg,rgba(4,12,8,.92),transparent 52%)}.button-row{flex-direction:column;align-items:stretch}.btn{width:100%}.trust-row{gap:12px 18px}.feature-grid,.price-grid,.steps,.footer-grid{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid var(--line)!important}.step:last-child{border-bottom:0!important}.cards-foot{align-items:flex-start;flex-direction:column}.about-card{padding:28px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;padding-bottom:70px}.mobile-cta{display:flex;position:fixed;z-index:45;bottom:12px;left:12px;right:12px;background:var(--gold);color:#102117;border-radius:999px;padding:14px 18px;justify-content:center;font-weight:800;box-shadow:0 12px 35px rgba(0,0,0,.4)}.cta{background-attachment:scroll}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn{transition:none}}


/* V6.4 responsive composition test: layout only */
@media (min-width:901px){
  #homeservice .intro-grid{grid-template-columns:minmax(330px,.78fr) 1.22fr;gap:64px;align-items:start}
  #homeservice .image-frame--action{width:auto;max-width:none;justify-self:center;align-self:start}
  #homeservice .image-frame--action img{width:auto;max-width:100%;height:auto;max-height:min(62vh,560px);object-fit:contain;object-position:center top}
  #homeservice .homeservice-copy{align-self:start}
  #ueber-mich .about-grid{align-items:start;grid-template-columns:1fr .86fr;gap:72px}
  #ueber-mich .about-copy{align-self:start}
  #ueber-mich .about-card{align-self:start}
  #ueber-mich .about-portrait-photo{height:300px;margin:-10px -10px 26px;overflow:hidden}
  #ueber-mich .about-portrait-photo img{width:100%;height:100%;object-fit:cover;object-position:center 27%;transform:scale(1.07)}
}

/* Tablet: keep visual rhythm but preserve comfortable text widths */
@media (min-width:621px) and (max-width:900px){
  #homeservice .intro-grid{grid-template-columns:minmax(230px,.8fr) 1.2fr;gap:36px;align-items:start}
  #homeservice .image-frame--action{max-width:320px;margin:0;justify-self:start}
  #homeservice .image-frame--action img{width:100%;height:auto;max-height:520px;object-fit:contain}
  #ueber-mich .about-grid{grid-template-columns:1fr .82fr;gap:38px;align-items:start}
  #ueber-mich .about-card{max-width:none;margin:0;padding:32px}
  #ueber-mich .about-portrait-photo{height:300px;aspect-ratio:auto;max-width:none;margin:-6px -6px 26px}
  #ueber-mich .about-portrait-photo img{object-fit:cover;object-position:center 27%;transform:scale(1.04)}
}

/* Phones: compact two-column storytelling instead of endless image/text stacking */
@media (max-width:620px){
  #homeservice.section{padding-top:68px;padding-bottom:68px}
  #homeservice .intro-grid{display:grid;grid-template-columns:minmax(125px,40%) 1fr;gap:20px;align-items:start}
  #homeservice .image-frame--action{width:100%;max-width:none;margin:0;justify-self:stretch}
  #homeservice .image-frame--action:before{inset:-10px 10px 10px -10px}
  #homeservice .image-frame--action img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top}
  #homeservice .homeservice-copy{min-width:0}
  #homeservice .homeservice-copy .eyebrow{font-size:.62rem;letter-spacing:.14em}
  #homeservice .homeservice-copy .section-title{font-size:clamp(1.7rem,7.7vw,2.2rem);line-height:1.02;margin:.5rem 0 1rem}
  #homeservice .homeservice-copy .gold-line{margin:16px 0}
  #homeservice .homeservice-body{font-size:.89rem;line-height:1.52}
  #homeservice .homeservice-body p{margin-bottom:.9rem}
  #homeservice .signature{font-size:1rem;margin-top:16px}

  #ueber-mich .about-grid{display:grid;grid-template-columns:minmax(120px,38%) 1fr;column-gap:20px;row-gap:24px;align-items:start}
  #ueber-mich .about-copy{display:contents;opacity:1;transform:none}
  #ueber-mich .about-copy-top{grid-column:2;grid-row:1;align-self:start;min-width:0}
  #ueber-mich .about-copy-top .eyebrow{font-size:.62rem;letter-spacing:.14em}
  #ueber-mich .about-copy-top .section-title{font-size:clamp(1.65rem,7.4vw,2.15rem);line-height:1.03;margin:.5rem 0 .9rem}
  #ueber-mich .about-copy-top .gold-line{margin:14px 0}
  #ueber-mich .about-copy-top .section-lead{font-size:.92rem;line-height:1.5;margin:0}
  #ueber-mich .about-copy>.body-copy{grid-column:1/-1;grid-row:2;font-size:.94rem;line-height:1.6;max-width:none}
  #ueber-mich .about-card{display:contents;opacity:1;transform:none}
  #ueber-mich .about-portrait-photo{grid-column:1;grid-row:1;width:100%;height:auto;aspect-ratio:3/4;margin:0;overflow:hidden;box-shadow:var(--shadow)}
  #ueber-mich .about-portrait-photo img{width:100%;height:100%;object-fit:cover;object-position:center 23%;transform:scale(1.02)}
  #ueber-mich .about-card-content{grid-column:1/-1;grid-row:3;border:1px solid var(--line);background:rgba(255,255,255,.025);padding:26px}
  #ueber-mich .about-card-content .name{font-size:2.2rem}
  #ueber-mich .about-card-content .about-stats{margin-top:24px}
}

@media(max-width:360px){
  #homeservice .intro-grid,#ueber-mich .about-grid{grid-template-columns:1fr}
  #homeservice .image-frame--action{max-width:280px;margin:0 auto 12px}
  #ueber-mich .about-copy{display:block}
  #ueber-mich .about-copy-top,#ueber-mich .about-copy>.body-copy,#ueber-mich .about-portrait-photo,#ueber-mich .about-card-content{grid-column:1;grid-row:auto}
  #ueber-mich .about-portrait-photo{max-width:260px;margin:0 auto}
  #ueber-mich .about-card-content{margin-top:0}
}


/* V6.5 mobile-first rhythm across the complete landing page */
@media (max-width:620px){
  /* Global rhythm */
  .section{padding:58px 0}
  .section-title{font-size:clamp(2rem,9.4vw,2.65rem);line-height:1.02;margin:.55rem 0 1rem}
  .section-lead{font-size:.96rem;line-height:1.55}
  .eyebrow{font-size:.64rem;letter-spacing:.16em}
  .gold-line{margin:16px 0 18px}

  /* Hero: still emotional, but much less vertical dead space */
  .hero{min-height:700px}
  .hero-content{padding-top:94px;padding-bottom:92px}
  .hero h1{font-size:clamp(3.15rem,16vw,4.65rem);margin:20px 0 18px}
  .hero-copy{font-size:1rem;line-height:1.55;margin-bottom:24px;max-width:94%}
  .button-row{gap:10px}
  .btn{padding:.88rem 1rem;font-size:.88rem}
  .trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:24px;font-size:.72rem}
  .trust-row span{padding:9px 10px;border:1px solid rgba(223,191,132,.16);background:rgba(7,18,13,.32);border-radius:12px;line-height:1.25}
  .trust-row span:last-child{grid-column:1/-1;width:max-content;max-width:100%}
  .trust-row svg{width:15px;height:15px;flex:0 0 15px}

  /* Homeservice: compact image+headline row, readable text below */
  #homeservice.section{padding:58px 0}
  #homeservice .intro-grid{display:grid;grid-template-columns:minmax(120px,38%) 1fr;column-gap:18px;row-gap:22px;align-items:start}
  #homeservice .image-frame--action{grid-column:1;grid-row:1;width:100%;max-width:none;margin:0;justify-self:stretch}
  #homeservice .image-frame--action:before{inset:-8px 8px 8px -8px}
  #homeservice .image-frame--action img{width:100%;height:auto;object-fit:contain}
  #homeservice .homeservice-copy{display:contents;opacity:1;transform:none}
  #homeservice .homeservice-copy-top{grid-column:2;grid-row:1;min-width:0;align-self:start}
  #homeservice .homeservice-copy-top .eyebrow{font-size:.59rem;letter-spacing:.12em}
  #homeservice .homeservice-copy-top .section-title{font-size:clamp(1.65rem,7.7vw,2.15rem);margin:.42rem 0 .8rem}
  #homeservice .homeservice-copy-top .gold-line{margin:12px 0}
  #homeservice .homeservice-body{grid-column:1/-1;grid-row:2;font-size:.91rem;line-height:1.58;max-width:none}
  #homeservice .homeservice-body p{margin:0 0 .85rem}
  #homeservice .signature{grid-column:1/-1;grid-row:3;margin-top:-4px;font-size:.98rem}

  /* Features: 2 x 3 compact cards instead of six full-width blocks */
  .features-section .section-title{font-size:clamp(2rem,9vw,2.5rem)}
  .features-section .section-lead{margin-bottom:0}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}
  .feature{padding:18px 15px;min-height:0;border-radius:2px}
  .feature svg{width:22px;height:22px;margin-bottom:13px}
  .feature h3{font-size:1.08rem;line-height:1.15;margin:0 0 7px}
  .feature p{font-size:.78rem;line-height:1.45}

  /* Prices: compact 2 x 2 decision grid */
  .pricing-section .pricing-head{display:block}
  .pricing-section .pricing-note{font-size:.82rem;line-height:1.45;margin-top:10px;max-width:none}
  .price-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}
  .price-card{padding:20px 15px;min-width:0;display:flex;flex-direction:column}
  .price-card .label{font-size:.57rem;letter-spacing:.1em;line-height:1.3;min-height:2.6em}
  .price-card h3{font-size:1.18rem;line-height:1.08;margin:.45rem 0 .7rem}
  .price{font-size:2.25rem}
  .price small{display:block;font-size:.64rem;margin-top:4px}
  .price-card p{font-size:.78rem;line-height:1.43;margin:.75rem 0 1rem;flex:1}
  .price-card .btn{font-size:.76rem;padding:.72rem .55rem;width:100%;white-space:nowrap}
  .cards-foot{margin-top:18px;gap:10px;font-size:.76rem;line-height:1.4}
  .cards-foot a{font-weight:700}

  /* Process: true 2 x 2 flow */
  .process-section .section-title{margin-bottom:.5rem}
  .steps{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px;border:1px solid var(--line)}
  .step{padding:19px 16px;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;min-height:155px}
  .step:nth-child(even){border-right:0!important}
  .step:nth-child(n+3){border-bottom:0!important}
  .step-num{font-size:2rem}
  .step h3{font-size:1.08rem;line-height:1.15;margin:.25rem 0 .45rem}
  .step p{font-size:.78rem;line-height:1.45}

  /* Voucher: product image and promise together, details below */
  .voucher-section{padding:62px 0}
  .voucher-grid{display:grid;grid-template-columns:minmax(125px,42%) 1fr;column-gap:18px;row-gap:22px;align-items:start}
  .voucher-image{grid-column:1;grid-row:1;align-self:start}
  .voucher-image:after{inset:9px -9px -9px 9px}
  .voucher-copy{display:contents;opacity:1;transform:none}
  .voucher-copy-top{grid-column:2;grid-row:1;min-width:0}
  .voucher-copy-top .section-title{font-size:clamp(1.65rem,7.7vw,2.15rem);margin:.42rem 0 .8rem}
  .voucher-copy-top .section-lead{font-size:.82rem;line-height:1.5}
  .voucher-list{grid-column:1/-1;grid-row:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin:0}
  .voucher-list div{font-size:.78rem;line-height:1.42;gap:7px}
  .voucher-list svg{width:15px;flex-basis:15px;margin-top:2px}
  .voucher-copy>.btn{grid-column:1/-1;grid-row:3;width:100%;margin-top:0}

  /* About: portrait + opening thought, long philosophy at reading width */
  #ueber-mich.section{padding:62px 0}
  #ueber-mich .about-grid{grid-template-columns:minmax(125px,38%) 1fr;column-gap:18px;row-gap:22px}
  #ueber-mich .about-portrait-photo{width:100%;height:auto;aspect-ratio:auto;margin:0;overflow:visible}
  #ueber-mich .about-portrait-photo img{width:100%;height:auto;object-fit:contain;object-position:center;transform:none}
  #ueber-mich .about-copy-top .section-title{font-size:clamp(1.65rem,7.5vw,2.1rem);margin:.42rem 0 .75rem}
  #ueber-mich .about-copy-top .section-lead{font-size:.83rem;line-height:1.48}
  #ueber-mich .about-copy>.body-copy{font-size:.9rem;line-height:1.58}
  #ueber-mich .about-card-content{padding:20px 18px}
  #ueber-mich .about-card-content .name{font-size:1.85rem;margin-bottom:0}
  #ueber-mich .about-card-content .role{font-size:.62rem;letter-spacing:.1em}
  #ueber-mich .about-card-content>p{font-size:.82rem;line-height:1.48}
  #ueber-mich .about-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}
  #ueber-mich .stat{padding:13px 7px;text-align:center}
  #ueber-mich .stat strong{font-size:1.28rem}
  #ueber-mich .stat span{font-size:.58rem;line-height:1.25;display:block}

  /* FAQ: compact accordion rhythm */
  .faq-section{padding:58px 0 62px}
  .faq-section .section-title{margin-bottom:.3rem}
  .faq{margin-top:22px}
  .faq summary{padding:17px 34px 17px 0;font-size:1.03rem;line-height:1.3}
  .faq summary:after{top:16px}
  .faq details p{font-size:.86rem;line-height:1.55;margin-bottom:18px}

  /* Closing CTA + footer: strong finish, less vertical drag */
  .cta{padding:68px 0 86px;text-align:left}
  .cta .section-title{font-size:clamp(2.1rem,9vw,2.7rem);margin:.5rem 0 16px}
  .cta p{font-size:.9rem;line-height:1.55;margin:0 0 22px;max-width:none}
  .cta .btn{width:auto;min-width:220px}
  .footer{padding:36px 0 22px}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer p,.footer a{font-size:.79rem}
  .footer h4{font-size:1.05rem;margin-bottom:9px}
  .footer-bottom{margin-top:24px;padding-top:16px;font-size:.68rem;gap:8px;padding-bottom:68px}
}

/* Keep the two-column mobile compositions sane on very narrow devices */
@media(max-width:350px){
  .trust-row{grid-template-columns:1fr}
  .trust-row span:last-child{grid-column:auto;width:auto}
  .price-grid{grid-template-columns:1fr}
  #homeservice .intro-grid,.voucher-grid,#ueber-mich .about-grid{grid-template-columns:1fr}
  #homeservice .image-frame--action,.voucher-image,#ueber-mich .about-portrait-photo{max-width:250px;margin:0 auto}
  #homeservice .homeservice-copy{display:block}
  #homeservice .homeservice-copy-top,#homeservice .homeservice-body,#homeservice .signature,.voucher-copy-top,.voucher-list,.voucher-copy>.btn,#ueber-mich .about-copy-top,#ueber-mich .about-copy>.body-copy,#ueber-mich .about-card-content{grid-column:1;grid-row:auto}
  .voucher-copy{display:block}
  #ueber-mich .about-copy{display:block}
  #ueber-mich .about-card{display:block}
  #ueber-mich .about-card-content{margin-top:18px}
  #ueber-mich .about-stats{grid-template-columns:repeat(2,1fr)}
}
