.orane-blog-article{
  margin:0;
}

.orane-blog-post .entry-content > .orane-blog-article,
.orane-blog-post .post-content > .orane-blog-article,
.orane-blog-post .et_pb_post_content > .orane-blog-article{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.orane-blog-article,
.orane-blog-article *,
.orane-filters *,
.orane-posts-grid *,
.orane-results-count *{
  box-sizing:border-box;
}

.orane-blog-article{
  background:#ffffff;
  color:#0b0b10;
  display:block;
  width:100%;
  line-height:1.75;
}

.orane-blog-article a{
  color:#6d28d9;
  text-decoration:none;
  border-bottom: 1px dashed rgba(109,40,217,.30);
}

.orane-blog-article a:hover{
  color:#0b0b10;
  border-bottom-color: rgba(250,204,21,.85);
}

.orane-blog-article .wrap{
  width:min(1120px, 100%);
  margin:0 auto;
  padding: 0 18px 72px;
}

.orane-blog-article .hero{
  padding: 54px 0 26px;
  border-bottom: 1px solid rgba(11,11,16,.07);
  background:
    radial-gradient(1100px 520px at 10% -10%, rgba(109,40,217,.10), transparent 55%),
    radial-gradient(900px 520px at 95% 0%, rgba(250,204,21,.08), transparent 55%),
    #fff;
}

.orane-blog-article .hero-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items:end;
}

.orane-blog-article .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color: rgba(11,11,16,.60);
  font-size: 12px;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

.orane-blog-article .kicker .dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(250,204,21,.95), rgba(250,204,21,.35));
}

.orane-blog-article h1{
  margin:0 0 12px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.15;
  letter-spacing:-0.03em;
  font-weight: 950;
  text-wrap: balance;
}

.orane-blog-article .meta{
  display:flex;
  flex-wrap:wrap;
  gap: 8px 10px;
  color: rgba(11,11,16,.62);
  font-size: 13px;
  margin-bottom: 14px;
}

.orane-blog-article .meta span{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,11,16,.10);
  background: rgba(255,255,255,.75);
}

.orane-blog-article .meta .accent{
  border-color: rgba(109,40,217,.16);
  background: rgba(109,40,217,.06);
}

.orane-blog-article .intro{
  max-width: 75ch;
  color: rgba(11,11,16,.84);
  font-size: 16px;
  margin:0;
  line-height:1.8;
}

.orane-blog-article .cover{
  border-radius: 20px;
  border: 1px solid rgba(11,11,16,.10);
  box-shadow: 0 14px 44px rgba(11,11,16,.08);
  overflow:hidden;
  background:#fff;
  min-height: 220px;
}

.orane-blog-article .cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.orane-blog-article .cover .ph{
  height: 260px;
  display:grid;
  place-items:center;
  border: 1px dashed rgba(11,11,16,.18);
  border-radius: 20px;
  background:
    radial-gradient(900px 380px at 20% 0%, rgba(109,40,217,.08), transparent 55%),
    radial-gradient(700px 380px at 85% 0%, rgba(250,204,21,.08), transparent 55%),
    #fff;
  color: rgba(11,11,16,.55);
  font-weight: 800;
}

.orane-blog-article .main{
  display:grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
  margin-top: 26px;
  align-items:start;
}

.orane-blog-article .toc{
  position: sticky;
  top: 16px;
  border-radius: 18px;
  border: 1px solid rgba(109,40,217,.14);
  background: #fff;
  box-shadow: 0 10px 28px rgba(11,11,16,.06);
  overflow:hidden;
}

.orane-blog-article .toc-head{
  padding: 14px;
  border-bottom: 1px solid rgba(11,11,16,.07);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  background: rgba(109,40,217,.05);
}

.orane-blog-article .toc-title{
  margin:0;
  font-size: 12px;
  letter-spacing:.10em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(11,11,16,.72);
  display:flex;
  align-items:center;
  gap: 10px;
}

.orane-blog-article .toc-title .bar{
  width: 44px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(250,204,21,.95), rgba(250,204,21,.35));
}

.orane-blog-article .toc-btn{
  border: 1px solid rgba(11,11,16,.12);
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  cursor:pointer;
  font-weight: 900;
  font-size: 12px;
  color: rgba(11,11,16,.75);
}

.orane-blog-article .toc-list{
  list-style:none;
  margin:0;
  padding: 10px;
  display:flex;
  flex-direction:column;
  gap: 6px;
  max-height: 65vh;
  overflow:auto;
}

.orane-blog-article .toc-list a{
  display:block;
  border: none;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(11,11,16,.80);
  background: transparent;
}

.orane-blog-article .toc-list a:hover{
  background: rgba(109,40,217,.06);
  color: rgba(11,11,16,.92);
}

.orane-blog-article .toc-list a.active{
  background: rgba(250,204,21,.18);
  color: rgba(11,11,16,.92);
  font-weight: 800;
}

.orane-blog-article .content{
  display:flex;
  flex-direction:column;
  gap: 18px;
}

.orane-blog-article .section{
  border-radius: 18px;
  border: 1px solid rgba(11,11,16,.10);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11,11,16,.06);
  padding: 22px 22px 20px;
}

.orane-blog-article .section.alt{
  background: #fafafe;
}

.orane-blog-article .section h2{
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 950;
  position: relative;
  padding-top: 10px;
}

.orane-blog-article .section h2::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(250,204,21,.95), rgba(250,204,21,.35));
}

.orane-blog-article .section h3{
  margin: 0;
  font-size: 17px;
  font-weight: 900;
  letter-spacing:-0.01em;
  line-height:1.35;
}

.orane-blog-article .section p{
  margin: 0;
  color: rgba(11,11,16,.86);
  line-height:1.8;
}

.orane-blog-article .section > *{
  margin-bottom:0;
}

.orane-blog-article .section > * + *{
  margin-top: 14px;
}

.orane-blog-article .hr{
  height:1px;
  background: rgba(11,11,16,.08);
  margin: 0;
}

.orane-blog-article .section ul,
.orane-blog-article .section ol{
  margin: 0;
  padding-left: 20px;
  color: rgba(11,11,16,.86);
}

.orane-blog-article .section li{
  margin: 8px 0;
  line-height:1.8;
}

.orane-blog-article .callout{
  border-color: rgba(250,204,21,.35);
  background: linear-gradient(180deg, rgba(250,204,21,.14), #fff);
}

.orane-blog-article .callout strong{
  font-weight: 950;
}

.orane-blog-article figure{
  margin: 0;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(11,11,16,.10);
  background:#fff;
}

.orane-blog-article figure img{
  width:100%;
  height:auto;
  display:block;
}

.orane-blog-article figcaption{
  padding: 10px 12px;
  font-size: 13px;
  color: rgba(11,11,16,.58);
  border-top: 1px solid rgba(11,11,16,.07);
  line-height:1.7;
}

.orane-blog-article .ph-img{
  height: 260px;
  display:grid;
  place-items:center;
  border: 1px dashed rgba(11,11,16,.18);
  border-radius: 16px;
  background:
    radial-gradient(900px 380px at 20% 0%, rgba(109,40,217,.08), transparent 55%),
    radial-gradient(700px 380px at 85% 0%, rgba(250,204,21,.08), transparent 55%),
    #fff;
  color: rgba(11,11,16,.55);
  font-weight: 850;
}

.orane-blog-article .gallery{
  margin-top: 0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.orane-blog-article .gallery .ph-img{
  height: 160px;
}

.orane-blog-article .quote{
  border-left: 4px solid rgba(109,40,217,.55);
  padding-left: 12px;
  margin-top: 0;
  color: rgba(11,11,16,.88);
  font-weight: 650;
  line-height:1.8;
}

.orane-blog-article .signature{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  align-items:center;
}

.orane-blog-article .signature p{
  flex:1 1 auto;
}

.orane-blog-article .section :where(p, ul, ol, figure, .gallery, .quote, .signature) + h3{
  margin-top: 18px;
}

.orane-blog-article .section p + :where(ul, ol, figure, .gallery, .quote, .signature){
  margin-top: 14px;
}

.orane-blog-article .section :where(ul, ol) + p{
  margin-top: 14px;
}

.orane-blog-article .badge{
  border-radius: 14px;
  border: 1px solid rgba(11,11,16,.10);
  padding: 10px 12px;
  background: rgba(109,40,217,.06);
  font-weight: 900;
  color: rgba(11,11,16,.86);
  white-space: nowrap;
}

/* ===== ORANE LAB — Filters ===== */
.orane-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 22px;
}

.orane-filter{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none !important;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:inherit;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.orane-filter:hover,
.orane-filter.is-active{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  background:#111;
  color:#fff;
  border-color:#111;
}

.orane-filter .count{
  opacity:.75;
  font-size:12px;
}

/* ===== ORANE LAB — Posts grid/cards ===== */
.orane-results-count{
  margin:0;
}

.orane-empty{
  opacity:.8;
  margin:18px 0;
}

.orane-posts-grid{
  display:grid;
  gap:18px;
  margin:10px 0 10px;
}

.orane-posts-grid.cols-1{
  grid-template-columns:1fr;
}

.orane-posts-grid.cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.orane-posts-grid.cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.orane-posts-grid.cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.orane-post-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  transition:transform .2s ease, box-shadow .2s ease;
}

.orane-post-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}

.orane-post-link{
  display:block;
  text-decoration:none !important;
  color:inherit;
  border:none;
}

.orane-post-thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.orane-post-thumb.is-placeholder{
  height:220px;
  background:rgba(0,0,0,.04);
}

.orane-post-body{
  padding:14px 14px 16px;
}

.orane-post-meta{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  opacity:.82;
  margin-bottom:8px;
}

.orane-dot{
  opacity:.6;
}

.orane-post-title{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.25;
}

.orane-post-excerpt{
  margin:0 0 12px;
  font-size:14px;
  opacity:.85;
}

.orane-post-cta{
  display:inline-block;
  font-size:14px;
  opacity:.9;
}

.orane-post-cats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.orane-post-cat{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  opacity:.9;
}

@media (max-width:980px){
  .orane-blog-article .hero-grid{
    grid-template-columns: 1fr;
  }

  .orane-blog-article .main{
    grid-template-columns: 1fr;
  }

  .orane-blog-article .toc{
    position: relative;
    top: 0;
  }

  .orane-blog-article .gallery{
    grid-template-columns: 1fr;
  }

  .orane-blog-article .signature{
    flex-direction:column;
    align-items:flex-start;
  }

  .orane-posts-grid.cols-3,
  .orane-posts-grid.cols-4{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:640px){
  .orane-posts-grid{
    grid-template-columns:1fr !important;
  }
}

@media (prefers-reduced-motion: reduce){
  *{
    scroll-behavior: auto !important;
  }
}

/* =================================================
   ORANE LAB — Home / About / Contact pages
   ================================================= */

.orane-home-page,
.orane-about-page,
.orane-contact-page{
  color:#1f1b18;
}

.orane-container,
.orane-inner{
  width:min(100%, 1240px);
  margin:0 auto;
  padding:0 18px;
}

.orane-eyebrow{
  margin:0 0 14px;
  font-size:.78rem;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#7549c6;
  font-weight:700;
}

.orane-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:600;
  border:1px solid #1f1b18;
  transition:transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.orane-btn:hover{
  transform:translateY(-2px);
}

.orane-btn--primary{
  background:#1f1b18;
  color:#fff !important;
  border-color:#1f1b18;
}

.orane-btn--primary:hover{
  background:#000;
  border-color:#000;
}

.orane-btn--ghost{
  background:transparent;
  color:#1f1b18 !important;
}

.orane-link{
  color:#1f1b18 !important;
  text-decoration:none !important;
  border:none !important;
  font-weight:600;
}

.section-heading{
  margin-bottom:28px;
}

.section-heading h2{
  margin:0;
  font-size:clamp(2rem, 3vw, 3.4rem);
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:700;
}

.section-intro{
  max-width:820px;
  color:#4d4954;
  line-height:1.8;
}

.orane-home-blog{
  padding:28px 0 96px;
}

.orane-about-page,
.orane-contact-page{
  position:relative;
  background:
    radial-gradient(circle at top left, rgba(117,73,198,.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(53,45,60,.06), transparent 24%),
    #f2eff7;
  padding:72px 20px 110px;
}

.about-hero,
.contact-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.3fr) 320px;
  gap:24px;
  padding:36px;
  border:1px solid rgba(117,73,198,.10);
  border-radius:36px;
  background:linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.52) 100%);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 40px rgba(18,14,22,.06);
}

.contact-hero{
  display:block;
}

.about-hero__content h1,
.contact-hero__content h1{
  margin:0;
  font-size:clamp(2.5rem, 3vw, 5rem);
  line-height:.98;
  letter-spacing:-.04em;
  font-weight:700;
}

.about-hero__lead,
.contact-hero__lead{
  max-width:720px;
  margin:24px 0 0;
  font-size:1rem;
  line-height:1.75;
  color:#4d4954;
}

.about-hero__actions,
.contact-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:24px;
}

.about-hero__aside{
  display:grid;
  gap:14px;
  align-content:start;
}

.about-card,
.about-photo-card,
.info-card,
.tool-item,
.expertise-card,
.method-step,
.mini-fact,
.mini-note,
.contact-panel__info,
.contact-pillar,
.contact-form-card{
  border-radius:28px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(117,73,198,.10);
  box-shadow:0 6px 24px rgba(18,14,22,.04);
}

.about-card{
  padding:22px 24px;
}

.about-card__label{
  margin:0 0 8px;
  font-size:.8rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#7549c6;
  font-weight:700;
}

.about-card__text{
  margin:0;
  line-height:1.7;
  color:#1f1b18;
}

.about-section,
.contact-section{
  margin-top:88px;
}

.about-intro-grid,
.contact-intro-grid{
  display:grid;
  grid-template-columns:320px minmax(0, 1fr);
  gap:24px;
  align-items:start;
}

.about-photo-card{
  padding:18px;
}

.about-photo-frame{
  border-radius:24px;
  overflow:hidden;
}

.about-photo{
  display:block;
  width:100%;
  height:auto;
}

.about-intro-content{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 260px;
  gap:18px;
}

.about-text-block,
.contact-text-block{
  color:#4d4954;
  line-height:1.85;
}

.about-text-block p,
.contact-text-block p{
  margin:0 0 18px;
}

.about-side-panel,
.contact-side-note,
.tools-list{
  display:grid;
  gap:14px;
}

.mini-fact,
.mini-note,
.contact-panel__info{
  padding:18px 20px;
}

.mini-fact__title,
.mini-note__title,
.contact-panel__label{
  display:block;
  margin-bottom:8px;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7549c6;
  font-weight:700;
}

.mini-fact__value,
.mini-note__text{
  display:block;
  line-height:1.6;
}

.expertise-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.expertise-card,
.info-card{
  padding:24px;
}

.expertise-card h3,
.info-card h3,
.tool-item h3,
.contact-pillar h3,
.method-step h3{
  margin:0 0 12px;
  font-size:1.1rem;
  line-height:1.3;
}

.expertise-card p,
.info-card p,
.tool-item p,
.contact-pillar p,
.method-step p{
  margin:0;
  color:#4d4954;
  line-height:1.75;
}

.method-grid,
.about-grid--2,
.contact-pillars{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.contact-pillars{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.method-step,
.contact-pillar{
  position:relative;
  padding:60px 26px 26px;
}

.method-step__number,
.contact-pillar__number{
  position:absolute;
  top:22px;
  left:26px;
  font-size:.82rem;
  letter-spacing:.14em;
  font-weight:700;
  color:#7549c6;
}

.about-section--accent{
  padding:30px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(117,73,198,.06) 0%, rgba(255,255,255,.55) 100%);
  border:1px solid rgba(117,73,198,.12);
}

.faq-group{
  display:grid;
  gap:12px;
}

.faq-item{
  border-radius:20px;
  border:1px solid rgba(117,73,198,.10);
  background:rgba(255,255,255,.8);
  box-shadow:0 6px 24px rgba(18,14,22,.04);
  overflow:hidden;
}

.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:18px 22px;
  font-weight:700;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item__content{
  padding:0 22px 18px;
  color:#4d4954;
  line-height:1.75;
}

.about-cta,
.contact-cta{
  margin-top:88px;
}

.about-cta__inner,
.contact-cta__inner{
  padding:44px 36px;
  border-radius:36px;
  background:#1f1b18;
  color:#fff;
  box-shadow:0 12px 40px rgba(18,14,22,.06);
}

.about-cta__inner .orane-eyebrow,
.contact-cta__inner .orane-eyebrow{
  color:rgba(255,255,255,.72);
}

.about-cta__inner h2,
.contact-cta__inner h2{
  margin:0;
  font-size:clamp(2rem, 3.5vw, 3.6rem);
  line-height:1.05;
  letter-spacing:-.03em;
}

.about-cta__inner p,
.contact-cta__inner p{
  max-width:760px;
  margin:18px 0 0;
  color:rgba(255,255,255,.78);
  line-height:1.8;
}

.about-cta__inner .orane-btn--primary,
.contact-cta__inner .orane-btn--primary{
  background:#fff;
  color:#1f1b18 !important;
  border-color:#fff;
}

.about-cta__inner .orane-btn--ghost,
.contact-cta__inner .orane-btn--ghost{
  color:#fff !important;
  border-color:rgba(255,255,255,.18);
}

.about-cta__inner .orane-btn--ghost:hover,
.contact-cta__inner .orane-btn--ghost:hover{
  background:rgba(255,255,255,.08);
}

.contact-section--form{
  padding:38px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(117,73,198,.06) 0%, rgba(255,255,255,.55) 100%);
  border:1px solid rgba(117,73,198,.12);
}

.contact-section--form-top{
  margin-top:28px;
}

.contact-form-layout{
  display:grid;
  grid-template-columns:360px minmax(0, 1fr);
  gap:28px;
  align-items:start;
}

.contact-panel h2{
  margin:0;
  font-size:clamp(1.8rem, 3vw, 2.8rem);
  line-height:1.08;
  letter-spacing:-.03em;
}

.contact-panel p{
  margin:16px 0 0;
  color:#4d4954;
  line-height:1.8;
}

.contact-panel__infos{
  display:grid;
  gap:16px;
  margin-top:26px;
}

.contact-panel__info a,
.contact-panel__info span:last-child{
  color:#1f1b18;
  text-decoration:none;
  line-height:1.6;
}

.contact-form-card{
  padding:28px;
}

.orane-form-message{
  margin:0 0 16px;
  padding:12px 14px;
  border-radius:14px;
  line-height:1.6;
  font-size:.95rem;
}

.orane-form-message.is-success{
  background:rgba(16,185,129,.12);
  color:#0f766e;
}

.orane-form-message.is-error{
  background:rgba(239,68,68,.12);
  color:#b91c1c;
}

.orane-cf7-form{
  display:grid;
  gap:12px;
  margin:0;
}

.orane-cf7-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.orane-cf7-form label{
  display:grid;
  gap:6px;
  margin:0;
}

.orane-cf7-label{
  font-size:.92rem;
  font-weight:600;
  color:#1f1b18;
}

.orane-cf7-form input[type="text"],
.orane-cf7-form input[type="email"],
.orane-cf7-form textarea{
  width:100%;
  border:1px solid rgba(117,73,198,.10);
  background:rgba(255,255,255,.86);
  border-radius:16px;
  padding:10px 12px;
  font:inherit;
  color:#1f1b18;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.orane-cf7-form input[type="text"]::placeholder,
.orane-cf7-form input[type="email"]::placeholder,
.orane-cf7-form textarea::placeholder{
  color:#8f867f;
}

.orane-cf7-form input[type="text"]:focus,
.orane-cf7-form input[type="email"]:focus,
.orane-cf7-form textarea:focus{
  outline:none;
  border-color:rgba(117,73,198,.35);
  box-shadow:0 0 0 4px rgba(117,73,198,.08);
  background:#fff;
}

.orane-cf7-form textarea{
  resize:vertical;
  min-height:100px;
}

.orane-cf7-footer{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  margin-top:6px;
}

.orane-cf7-note{
  margin:0;
  color:#4d4954;
  line-height:1.6;
}

.orane-cf7-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  background:#1f1b18;
  color:#fff;
  border:1px solid #1f1b18;
  transition:transform .25s ease, background .25s ease, border-color .25s ease;
  cursor:pointer;
}

.orane-cf7-submit:hover{
  transform:translateY(-2px);
  background:#000;
  border-color:#000;
}

@media (max-width:1080px){
  .about-hero,
  .contact-form-layout,
  .about-intro-grid,
  .about-intro-content,
  .contact-intro-grid,
  .contact-pillars{
    grid-template-columns:1fr;
  }

  .expertise-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:780px){
  .orane-about-page,
  .orane-contact-page{
    padding:42px 16px 80px;
  }

  .about-hero,
  .contact-hero,
  .contact-section--form,
  .about-section--accent,
  .about-cta__inner,
  .contact-cta__inner{
    padding:24px;
    border-radius:24px;
  }

  .about-section,
  .contact-section,
  .about-cta,
  .contact-cta{
    margin-top:64px;
  }

  .expertise-grid,
  .method-grid,
  .about-grid--2,
  .orane-cf7-grid{
    grid-template-columns:1fr;
  }

  .about-hero__actions,
  .contact-hero__actions,
  .orane-cf7-footer{
    align-items:stretch;
  }

  .orane-btn,
  .orane-cf7-submit{
    width:100%;
  }

  .orane-link{
    width:100%;
    text-align:center;
    padding-top:4px;
  }
}
