:root{
  --bg:#fff9fb;
  --bg-alt:#fdf1f5;
  --surface:rgba(255,255,255,.94);
  --surface-strong:#ffffff;
  --ink:#2d1d28;
  --muted:#5c4b58;
  --muted-soft:#6f606c;
  --line:#ead7df;
  --accent:#c87a95;
  --accent-2:#e9afc2;
  --accent-3:#f8e4eb;
  --dark:#492f40;
  --dark-2:#6b4659;
  --shadow:0 28px 80px rgba(89,52,71,.10);
  --shadow-soft:0 18px 42px rgba(89,52,71,.08);
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:20px;
  --wrap:min(1720px,calc(100% - 64px));
  --h1:clamp(3.2rem,5.5vw,6rem);
  --h2:clamp(2.12rem,3.1vw,3.5rem);
  --h3:clamp(1.16rem,1.45vw,1.38rem);
  font-family:Inter,Aptos,system-ui,-apple-system,Segoe UI,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 8%,rgba(241,202,217,.28),transparent 24%),
    radial-gradient(circle at 92% 10%,rgba(233,175,194,.18),transparent 26%),
    linear-gradient(180deg,#fffafb 0%,#fff7f9 34%,#fdf2f6 100%);
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 78%,rgba(233,175,194,.12),transparent 26%),
    radial-gradient(circle at 8% 68%,rgba(248,228,235,.36),transparent 28%);
  z-index:-1;
}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{display:block;max-width:100%}

h1,h2,h3,h4,h5,h6,.hero h1,.section-head h2,.content-card h2,.contact-copy h2,.journey-copy h2{max-width:none!important}
h1,h2,h3,h4,h5,h6{
  margin:0;
  letter-spacing:-.04em;
  line-height:.96;
}
.wrap{width:var(--wrap);margin-inline:auto}

.eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  margin:0 0 14px;
  padding:0 12px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.72rem;
  font-weight:950;
  color:var(--accent);
  background:rgba(200,122,149,.08);
}
.eyebrow.dark{color:#8a6b78;background:rgba(73,47,64,.05)}

.lead,.section-head p:not(.eyebrow),.section-side p,.content-card p,.studio-copy p,.contact-copy p,.faq-grid p,.testimonials-grid p,.service-card p,.proof-grid p,.studio-cards p,.journey-copy p,.journey-grid p{
  line-height:1.74;
  color:var(--muted);
  font-size:1rem;
}
.lead{
  margin:22px 0 0;
  font-size:1.09rem;
  max-width:66ch;
}
.support-text,.section-subnote{
  font-size:.99rem;
  line-height:1.75;
}
.support-text{margin:16px 0 0;color:var(--muted)}
.hero-extra{max-width:760px}
.section-subnote{margin:14px auto 0;max-width:980px;color:var(--muted);text-wrap:balance}
.light-text{color:#f6e3ea}
.micro-list{display:grid;gap:10px;list-style:none;padding:0;margin:18px 0 0}
.micro-list li{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.micro-list .mini{font-size:.9rem;font-weight:900}
.section-side .micro-list{margin-top:18px}
.content-card .support-text,.studio-copy .support-text,.journey-copy .support-text,.contact-copy .support-text{max-width:none}

.topbar{
  position:sticky;
  top:0;
  z-index:90;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
  padding:16px max(24px,calc((100vw - var(--wrap))/2));
  background:rgba(255,250,251,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(234,215,223,.9);
  box-shadow:0 10px 32px rgba(89,52,71,.05);
}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(200,122,149,.28);
  background:linear-gradient(135deg,#ffffff,#f8e2ea);
  font-family:Georgia,serif;
  font-size:1.35rem;
  color:#955f76;
  box-shadow:0 10px 24px rgba(200,122,149,.10);
}
.brand strong{display:block;font-size:1.03rem;font-weight:950;letter-spacing:-.01em}
.brand small{display:block;margin-top:2px;color:var(--muted);font-size:.78rem;font-weight:760}
.topbar nav{justify-self:center;display:flex;gap:28px;flex-wrap:wrap;font-size:.92rem;font-weight:830;color:#4f3f4a}
.topbar nav a{transition:.2s ease}
.topbar nav a:hover{color:#9d637b}
.top-actions{display:flex;align-items:center;gap:12px}
.lang{display:flex;gap:6px;padding:6px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.85);box-shadow:0 8px 20px rgba(89,52,71,.04)}
.lang a{display:grid;place-items:center;min-width:34px;height:30px;border-radius:999px;font-size:.76rem;font-weight:900;color:#6d5a66}
.lang a.active,.lang a:hover{background:var(--dark);color:#fff}
.menu-toggle{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;font-size:1.2rem;color:var(--ink)}
.mobile-drawer{position:fixed;inset:76px 14px auto 14px;z-index:88;padding:18px;border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.97);box-shadow:var(--shadow)}
.mobile-drawer nav{display:grid;gap:12px}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  border:1px solid var(--line);
  background:#fff;
  font-size:.94rem;
  font-weight:900;
  cursor:pointer;
  transition:.22s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent;color:#fff;box-shadow:0 18px 45px rgba(199,121,147,.23)}
.btn.ghost{background:rgba(255,255,255,.82);color:var(--ink)}
.btn.mini{min-height:42px;padding:0 15px}
.btn.full{width:100%}

.hero{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  gap:46px;
  align-items:center;
  padding:54px 0 46px;
}
.hero-copy{display:grid;gap:0;max-width:720px}
.hero h1,.section-head h2,.content-card h2,.studio-copy h2,.journey-copy h2,.contact-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
}
.hero h1{font-size:var(--h1);text-wrap:balance}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.hero-stats article,.proof-grid article,.service-card,.studio-cards article,.journey-grid article,.price-card,.testimonials-grid article,.faq-grid article,.section-side,.content-card,.contact-form,.contact-note,.legal,.cookie{
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:var(--shadow-soft);
}
.hero-stats article{
  padding:20px 18px;
  border-radius:20px;
}
.hero-stats strong{display:block;font-size:1.4rem;font-weight:950;letter-spacing:-.03em}
.hero-stats span{display:block;margin-top:7px;color:var(--muted-soft);font-size:.93rem;font-weight:760;line-height:1.5}
.hero-media{
  position:relative;
  min-height:590px;
  border-radius:var(--radius-xl);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#f7e8ed;
}
.hero-media img{width:100%;height:100%;object-fit:cover}
.floating-card{
  position:absolute;
  max-width:270px;
  padding:18px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.95);
  box-shadow:0 22px 60px rgba(90,57,73,.18);
}
.floating-card strong{display:block;font-size:.98rem}
.floating-card span{display:block;margin-top:6px;color:var(--muted);line-height:1.5;font-size:.91rem}
.floating-card.top{top:28px;right:28px}
.floating-card.bottom{left:28px;bottom:28px}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:32px}
.section-head.centered{display:grid;justify-items:center;text-align:center;gap:8px}
.section-head.centered p:not(.eyebrow){max-width:900px}
.section-head h2,.content-card h2,.studio-copy h2,.journey-copy h2,.contact-copy h2{font-size:var(--h2);text-wrap:balance;max-width:16ch}
.section-side{max-width:670px;padding:26px;border-radius:24px}
.section-side p:last-child{margin-bottom:0}

.proof,.services,.pricing,.testimonials,.faq{padding:46px 0}
.proof-grid,.services-grid,.testimonials-grid,.faq-grid{display:grid;gap:18px;align-items:stretch}
.proof-grid{grid-template-columns:repeat(3,1fr)}
.proof-grid article,.service-card,.testimonials-grid article,.faq-grid article,.studio-cards article,.price-card{position:relative;overflow:hidden;height:100%}
.proof-grid article::before,.service-card::before,.testimonials-grid article::before,.faq-grid article::before,.studio-cards article::before,.price-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 30%);
  pointer-events:none;
}
.proof-grid article{padding:26px;border-radius:24px;transition:.22s ease}
.proof-grid article:hover,.service-card:hover,.testimonials-grid article:hover,.faq-grid article:hover,.studio-cards article:hover,.price-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#fff,#f9e6ed);color:#b96984;margin-bottom:16px;box-shadow:inset 0 0 0 1px rgba(200,122,149,.12)}
.card-icon svg,.mini svg{width:20px;height:20px}
.proof-grid strong,.service-card h3,.studio-cards strong,.journey-grid strong,.price-card h3,.faq-grid h3{display:block;color:var(--ink)}
.proof-grid strong,.studio-cards strong,.faq-grid h3{font-size:1.08rem;line-height:1.3}
.proof-grid p,.service-card p,.testimonials-grid p,.faq-grid p,.studio-cards p{font-size:.97rem}

.services-grid{grid-template-columns:repeat(3,1fr)}
.service-card{display:grid;gap:16px;padding:24px;border-radius:24px;transition:.22s ease;align-content:start}
.service-top{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}
.service-card h3{margin:0;font-size:1.24rem;line-height:1.12}
.service-card small{color:#977283;font-weight:820}
.service-card p{margin:0}
.service-card strong{font-size:1.22rem;color:#a35f78;margin-top:auto}

.philosophy,.studio,.expert,.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;padding:22px 0 50px}
.image-card,.portrait{min-height:560px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.image-card img,.portrait img{width:100%;height:100%;object-fit:cover}
.portrait{min-height:620px}
.content-card{padding:36px;border-radius:30px}
.content-card.soft{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(249,235,240,.96))}
.bullet-list,.feature-list{display:grid;gap:12px;padding:0;margin:24px 0 0;list-style:none}
.bullet-list li,.feature-list li{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}
.mini{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(199,121,147,.12);color:#b96984;flex:0 0 auto}
.studio-cards{display:grid;gap:16px;margin-top:28px}
.studio-cards article{padding:22px;border-radius:22px;transition:.22s ease}
.studio-cards strong{margin-bottom:8px}
.content-card blockquote{margin:28px 0 12px;padding:0;font-family:Georgia,"Times New Roman",serif;font-size:1.2rem;line-height:1.7;color:#5a4350}
.quote-author{font-weight:900;color:#9c5f78}

.full-dark{background:linear-gradient(135deg,var(--dark),#59394d 55%,var(--dark-2) 100%);color:#fff}
.journey{padding:50px 0}
.journey-inner{display:grid;grid-template-columns:.88fr 1.12fr;gap:28px;align-items:start}
.journey-copy p,.journey-copy li span:last-child,.contact-copy p,.contact-note{color:#f4e2e8}
.bullet-list.light .mini{background:rgba(255,255,255,.14);color:#fff}
.journey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.journey-grid article{display:grid;align-content:start;min-height:164px;padding:24px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);box-shadow:none}
.journey-grid span{display:inline-block;margin-bottom:12px;font-size:.76rem;font-weight:950;letter-spacing:.14em;color:#ffd7e3}
.journey-grid p{font-size:.96rem;color:#f0dfe5}

.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.price-card{display:grid;align-content:start;padding:26px;border-radius:26px;transition:.22s ease}
.price-card small{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:.71rem;font-weight:900;color:#9f617b;line-height:1.55}
.price-card h3{margin:12px 0 16px;font-size:1.54rem}
.price-meta{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:18px}
.price-meta span{color:var(--muted);font-weight:820}
.price-meta strong{font-size:1.9rem;color:var(--ink)}
.price-card.featured{background:linear-gradient(180deg,#fff,#fff4f7);border-color:#e6bac8;transform:translateY(-4px);box-shadow:0 24px 70px rgba(199,121,147,.14)}
.price-card.featured:hover{transform:translateY(-8px)}
.feature-list li span:last-child{font-size:.96rem;color:var(--muted)}

.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonials-grid article{padding:24px;border-radius:22px;transition:.22s ease}
.stars{color:var(--accent);letter-spacing:.12em;font-size:.95rem}
.testimonials-grid p{margin:12px 0 16px}
.testimonials-grid strong{font-size:1rem;margin-top:auto}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.faq-grid article{display:grid;align-content:start;padding:24px;border-radius:22px;transition:.22s ease}
.faq-grid h3{margin:0 0 12px}

.contact{margin-top:14px;padding:52px 0}
.contact-inner{align-items:start}
.contact-copy{display:grid;gap:0}
.contact-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,255,.97);
  color:var(--ink);
}
.contact-form textarea,.contact-form button,.form-status{grid-column:1/-1}
.contact-form input,.contact-form textarea,.contact-form select{
  width:100%;
  padding:15px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff9fb;
  color:var(--ink);
}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#a18a97}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-note{margin-top:24px;padding:18px 20px;border-radius:20px}
.form-status{margin:0;min-height:22px;color:#72515f;font-weight:820}

.footer{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:28px 0 34px;color:#6b5964}
.footer strong{display:block;font-size:1.15rem;color:var(--ink)}
.footer p{margin:8px 0 0;max-width:650px;line-height:1.6;color:#695864}
.footer nav{display:flex;gap:18px;flex-wrap:wrap;font-weight:820}
.footer nav a:hover{color:#9d637b}
.legal-page{background:#fffafb}
.legal{margin:44px auto;padding:26px;border-radius:24px}
.legal h1{margin:18px 0;font-family:Georgia,serif;font-size:var(--h2)}

.cookie{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  z-index:2147483646;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  width:min(920px,calc(100% - 24px));
  padding:14px 16px;
  border-radius:24px;
  background:rgba(52,33,44,.95);
  color:#fff;
  border-color:rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
}
.cookie p{margin:0;color:rgba(255,255,255,.84);line-height:1.45;font-size:.93rem}
.cookie div{display:flex;gap:8px;min-width:max-content}
.cookie .btn.ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.14)}
.cookie .btn.primary{background:#fff;color:#442c3b;box-shadow:none}

/* Sidebar in SaaS visual style, adapted for beauty content */
.x25-order-sidebar{
  position:fixed!important;
  right:18px!important;
  top:50%!important;
  z-index:2147483647!important;
  width:min(264px,calc(100vw - 36px));
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:20px;
  border:1px solid rgba(150,198,231,.22);
  border-radius:26px;
  background:linear-gradient(180deg,#16344c,#102b41);
  color:#fff!important;
  text-align:left;
  text-decoration:none!important;
  box-shadow:0 24px 56px rgba(5,16,29,.34);
  transform:translateY(-50%);
  isolation:isolate;
  overflow:hidden;
}
.x25-order-sidebar::after,.x25-order-sidebar-mobile-trigger::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#67d8ea,#4f9fff);
}
.x25-order-sidebar__eyebrow{
  align-self:flex-start;
  padding:9px 12px;
  border-radius:12px;
  background:rgba(103,216,234,.12);
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.12em;
}
.x25-order-sidebar__title{font-size:1.22rem;font-weight:900;line-height:1.14;letter-spacing:-.02em}
.x25-order-sidebar__text{font-size:.91rem;line-height:1.46;color:rgba(238,246,255,.88)}
.x25-order-sidebar__button{
  display:flex;
  justify-content:center;
  padding:12px;
  border-radius:12px;
  background:linear-gradient(135deg,#61e0e6,#4da9ff);
  color:#08263d;
  font-weight:900;
}
.x25-order-sidebar__note{padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:.75rem;color:rgba(214,229,241,.82);font-weight:750}
.x25-order-sidebar-mobile-trigger{display:none}

[data-drawer][hidden],[data-cookie-banner][hidden]{display:none!important}

@media(max-width:1240px){
  .x25-order-sidebar{
    right:0!important;
    width:86px!important;
    min-height:274px!important;
    padding:28px 12px 18px 14px!important;
    gap:10px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:20px 0 0 20px!important;
    text-align:center!important;
    writing-mode:vertical-rl!important;
    text-orientation:mixed!important;
  }
  .x25-order-sidebar__eyebrow,.x25-order-sidebar__text,.x25-order-sidebar__note{display:none!important}
  .x25-order-sidebar__title,.x25-order-sidebar__button{width:auto!important;max-width:none!important;margin:0!important;line-height:1!important}
  .x25-order-sidebar__title{font-size:.92rem!important;text-wrap:nowrap!important}
  .x25-order-sidebar__button{min-height:auto!important;padding:10px 9px!important;font-size:.82rem!important;border-radius:12px!important}
}

@media(max-width:980px){
  :root{--wrap:calc(100% - 32px);--h1:clamp(2.55rem,12vw,4.8rem);--h2:clamp(1.96rem,7.8vw,3.08rem)}
  .topbar{grid-template-columns:1fr auto}
  .topbar nav,.top-actions .btn,.top-actions .lang{display:none}
  .menu-toggle{display:block}
  .hero,.philosophy,.studio,.expert,.contact-inner,.journey-inner{grid-template-columns:1fr}
  .hero{padding:38px 0 42px}
  .hero-media{min-height:440px}
  .hero-stats,.proof-grid,.services-grid,.pricing-grid,.testimonials-grid,.faq-grid{grid-template-columns:1fr 1fr}
  .journey-grid{grid-template-columns:1fr 1fr}
  .section-head{align-items:start;flex-direction:column}
  .section-side{max-width:none}
  .image-card,.portrait{min-height:380px}
  .contact-form{grid-template-columns:1fr 1fr}
  .footer{flex-direction:column;align-items:flex-start}
}

@media(max-width:720px){
  .x25-order-sidebar{display:none!important}
  .x25-order-sidebar-mobile-trigger{
    position:fixed!important;
    right:0!important;
    top:50%!important;
    z-index:2147483647!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:58px!important;
    min-height:134px!important;
    padding:16px 8px 14px 11px!important;
    border:1px solid rgba(150,198,231,.22)!important;
    border-right:0!important;
    border-radius:18px 0 0 18px!important;
    background:linear-gradient(180deg,#16344c 0%,#102b41 100%)!important;
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 22px 46px rgba(5,16,29,.28)!important;
    writing-mode:vertical-rl!important;
    text-orientation:mixed!important;
    font-size:.82rem!important;
    font-weight:850!important;
    line-height:1!important;
    transform:translateY(-50%)!important;
    overflow:hidden!important;
  }
  .hero-stats,.proof-grid,.services-grid,.pricing-grid,.testimonials-grid,.faq-grid,.journey-grid{grid-template-columns:1fr}
  .contact-form{grid-template-columns:1fr}
  .cookie{flex-direction:column;align-items:stretch}
  .cookie div{min-width:0;display:grid}
  .cookie .btn{width:100%}
  .floating-card{display:none}
  .hero-media{min-height:320px}
  .proof,.services,.pricing,.testimonials,.faq,.journey,.contact{padding-top:38px;padding-bottom:38px}
  .philosophy,.studio,.expert{padding-top:14px;padding-bottom:38px}
}

@media(max-width:520px){
  :root{--wrap:calc(100% - 22px);--h1:clamp(2.22rem,10vw,3.15rem);--h2:clamp(1.66rem,7vw,2.32rem)}
  .topbar{padding:14px 11px}
  .brand small{font-size:.72rem}
  .hero-stats article,.proof-grid article,.service-card,.studio-cards article,.journey-grid article,.price-card,.testimonials-grid article,.faq-grid article,.section-side,.content-card,.contact-form{padding-left:20px;padding-right:20px}
  .hero-stats strong{font-size:1.28rem}
  .hero h1{line-height:.98}
  .lead,.section-head p:not(.eyebrow),.section-side p,.content-card p,.studio-copy p,.contact-copy p,.faq-grid p,.testimonials-grid p,.service-card p,.proof-grid p,.studio-cards p,.journey-copy p,.journey-grid p{font-size:.97rem}
  .footer{padding-bottom:82px}
}

.hero-copy .lead,.hero-copy .support-text{max-width:66ch}
.section-head > div:first-child{max-width:none}
.section-head:not(.centered) .section-side{justify-self:end}
.proof-grid article p,.service-card p,.faq-grid p,.testimonials-grid p,.studio-cards p{max-width:42ch}
.content-card,.section-side,.price-card,.proof-grid article,.service-card,.faq-grid article,.testimonials-grid article,.studio-cards article{backdrop-filter:blur(8px)}
.pricing .section-head h2,.testimonials .section-head h2,.faq .section-head h2{max-width:none}
.testimonials .section-side,.services .section-side{max-width:600px}
.contact-copy h2{max-width:none}
.contact-note{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:none}
.footer > p{font-size:.95rem;color:#796873}
@media(max-width:980px){
  .section-head h2,.content-card h2,.studio-copy h2,.journey-copy h2,.contact-copy h2{max-width:none}
  .section-head > div:first-child{max-width:none}
  .journey-grid article{min-height:auto}
}


/* V7 header/cookie/headings hardening */
:root{
  --h1:clamp(2.85rem,4.75vw,5.15rem);
  --h2:clamp(1.92rem,2.75vw,3.05rem);
  --h3:clamp(1.08rem,1.25vw,1.28rem);
}

/* absolutely never constrain heading widths */
h1,h2,h3,h4,h5,h6,
.hero h1,
.section-head h2,
.section-head.centered h2,
.content-card h2,
.studio-copy h2,
.journey-copy h2,
.contact-copy h2,
.pricing .section-head h2,
.testimonials .section-head h2,
.faq .section-head h2{
  max-width:none!important;
}

/* header: prevent language switch from overlapping the CTA */
.topbar{
  grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto!important;
  gap:22px!important;
}
.top-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-width:max-content!important;
}
.lang{
  flex:0 0 auto!important;
  min-width:max-content!important;
}
.lang a{
  flex:0 0 auto!important;
}
.top-actions > .btn{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  min-width:max-content!important;
}
.topbar nav{
  min-width:0!important;
  overflow:hidden!important;
}

/* cookie banner: no squeezed buttons, no text overlap */
.cookie{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:16px!important;
  padding:16px 18px!important;
}
.cookie p{
  min-width:0!important;
  margin:0!important;
  padding-right:8px!important;
  line-height:1.5!important;
}
.cookie div{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:max-content!important;
  white-space:nowrap!important;
}
.cookie .btn{
  min-height:42px!important;
  padding:0 16px!important;
  white-space:nowrap!important;
  min-width:max-content!important;
}

/* typography like SaaS / handwerk / events: more controlled, less oversized */
.hero h1{
  font-size:var(--h1)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
}
.section-head h2,
.content-card h2,
.studio-copy h2,
.journey-copy h2,
.contact-copy h2{
  font-size:var(--h2)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}
.service-card h3,
.price-card h3,
.faq-grid h3{
  font-size:var(--h3)!important;
  line-height:1.14!important;
}

/* remove previous intentional h2 width caps */
.section-head > div:first-child{
  max-width:none!important;
}
.pricing .section-head h2,
.testimonials .section-head h2,
.faq .section-head h2,
.contact-copy h2{
  max-width:none!important;
}

@media(max-width:1180px){
  .topbar{
    grid-template-columns:auto 1fr!important;
  }
  .topbar nav{
    display:none!important;
  }
  .top-actions .btn,
  .top-actions .lang{
    display:flex!important;
  }
}

@media(max-width:860px){
  :root{
    --h1:clamp(2.15rem,8.5vw,3.35rem);
    --h2:clamp(1.58rem,6.5vw,2.32rem);
  }
  .topbar{
    grid-template-columns:1fr auto!important;
    gap:10px!important;
  }
  .top-actions{
    gap:8px!important;
  }
  .top-actions .btn{
    display:none!important;
  }
  .lang{
    padding:5px!important;
  }
  .lang a{
    min-width:31px!important;
    height:30px!important;
  }
  .cookie{
    grid-template-columns:1fr!important;
    align-items:stretch!important;
    bottom:12px!important;
    width:min(680px,calc(100% - 20px))!important;
    border-radius:18px!important;
  }
  .cookie div{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    min-width:0!important;
  }
  .cookie .btn{
    width:100%!important;
    min-width:0!important;
    white-space:normal!important;
    text-align:center!important;
  }
}

@media(max-width:520px){
  :root{
    --h1:clamp(2rem,9.8vw,2.8rem);
    --h2:clamp(1.44rem,7.4vw,2rem);
  }
  .brand small{
    display:none!important;
  }
  .lang a{
    min-width:29px!important;
    font-size:.72rem!important;
  }
  .cookie div{
    grid-template-columns:1fr!important;
  }
}


/* V9 mobile image fitting */
.hero-media img,.image-card img,.portrait img{object-position:center center}
.portrait img{object-position:center top}
@media(max-width:720px){
  .hero,.philosophy,.studio,.expert{gap:22px!important}
  .hero-media,
  .image-card,
  .portrait{
    min-height:auto!important;
    height:auto!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .hero-media{aspect-ratio:4 / 3!important}
  .image-card{aspect-ratio:4 / 3!important}
  .portrait{aspect-ratio:4 / 5!important}
  .hero-media img,
  .image-card img,
  .portrait img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
  }
  .content-card{padding:24px!important}
}
@media(max-width:520px){
  .hero-media{aspect-ratio:5 / 4!important}
  .image-card{aspect-ratio:5 / 4!important}
  .portrait{aspect-ratio:7 / 8!important}
}


/* V11 remove marked boxes and rebalance sections */
.services .section-head,
.testimonials .section-head{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:start!important;
  align-items:start!important;
}
.services .section-head > div:first-child,
.testimonials .section-head > div:first-child{
  max-width:none!important;
  width:100%!important;
}
.services .section-side,
.testimonials .section-side{
  display:none!important;
}
.studio-cards{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
@media(max-width:720px){
  .studio-cards{
    grid-template-columns:1fr!important;
  }
}


/* V12 mobile overflow hardening */
html,body{overflow-x:hidden}
.wrap{max-width:100%}
.hero > *,
.philosophy > *,
.studio > *,
.expert > *,
.contact-inner > *,
.journey-inner > *,
.services-grid > *,
.pricing-grid > *,
.testimonials-grid > *,
.faq-grid > *,
.studio-cards > *{min-width:0}
.hero-media,.image-card,.portrait{max-width:100%}
.hero-media img,.image-card img,.portrait img{max-width:100%;height:100%;display:block}
@media(max-width:720px){
  .wrap{width:calc(100% - 18px)!important}
  .hero-media,
  .image-card,
  .portrait{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
    border-radius:24px!important;
  }
  .hero-media img,
  .image-card img,
  .portrait img{
    width:100%!important;
    max-width:100%!important;
    object-fit:cover!important;
  }
}
@media(max-width:520px){
  .wrap{width:calc(100% - 16px)!important}
  .hero-media,
  .image-card,
  .portrait{border-radius:22px!important}
}
