.elementor-1952 .elementor-element.elementor-element-95d3e90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}.elementor-1952 .elementor-element.elementor-element-95d3e90:not(.elementor-motion-effects-element-type-background), .elementor-1952 .elementor-element.elementor-element-95d3e90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E1A;}/* Start custom CSS for html, class: .elementor-element-eafa908 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --gold: #C9A84C;
    --gold-light: #E2C47A;
    --gold-dim: rgba(201,168,76,0.18);
    --gold-line: rgba(201,168,76,0.35);
    --black: #080808;
    --surface: #0F0F0F;
    --panel: #151515;
    --panel-2: #1A1A1A;
    --text: #E8E0D0;
    --muted: #8A8070;
    --white: #F5F0E8;
  }

  html { scroll-behavior: smooth; }

  .breast-lift-html body {
    background: var(--black);
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.75;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
  }

  /* ── NAV ── */
  .breast-lift-html nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    height: 72px;
    background: rgba(8,8,8,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--gold-line);
  }
  .breast-lift-html .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: var(--gold-light);
    text-decoration: none;
  }
  .breast-lift-html .nav-logo span { font-style: italic; font-weight: 300; color: var(--text); }
  .breast-lift-html .nav-logo-img {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .breast-lift-html .nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
  }
  .breast-lift-html .nav-links a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .breast-lift-html .nav-links a:hover { color: var(--gold-light); }
  .breast-lift-html .nav-cta {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--black);
    background: var(--gold);
    padding: 10px 24px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .breast-lift-html .nav-cta:hover { background: var(--gold-light); }

  /* ── HERO ── */
  .breast-lift-html .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 48px 80px;
  }

  /* Anatomical arc — the signature element */
  .breast-lift-html .hero-arc {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    opacity: 1;
  }

  .breast-lift-html .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
  }

  .breast-lift-html .eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .breast-lift-html .eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
  }

  .breast-lift-html h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 10px;
  }
 .breast-lift-html h1 em {
    font-style: italic;
    color: var(--gold-light);
  }

  .breast-lift-html .hero-registered {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 32px;
    text-transform: uppercase;
  }

  .breast-lift-html .hero-lead {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(232,224,208,0.75);
    max-width: 480px;
    margin-bottom: 48px;
  }

  .breast-lift-html .hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .breast-lift-html .btn-primary {
    display: inline-block;
    padding: 14px 36px;
    background: var(--gold);
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
  }
  .breast-lift-html .btn-primary:hover { background: var(--gold-light); }
  .breast-lift-html .btn-outline {
    display: inline-block;
    padding: 13px 36px;
    border: 1px solid var(--gold-line);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
  }
  .breast-lift-html .btn-outline:hover { border-color: var(--gold); color: var(--gold); }

  /* ── SECTION SHELL ── */
  .breast-lift-html section { padding: 96px 48px; }
  .breast-lift-html .section-inner { max-width: 1100px; margin: 0 auto; }

  .breast-lift-html .section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
  }

  .breast-lift-html h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 300;
    line-height: 1.15;
    color: var(--white);
    margin-bottom: 20px;
  }
  .breast-lift-html h2 em { font-style: italic; color: var(--gold-light); }

  .breast-lift-html .section-intro {
    font-size: 15px;
    color: rgba(232,224,208,0.7);
    max-width: 640px;
    line-height: 1.85;
    margin-bottom: 56px;
  }

  .breast-lift-html hr.gold-rule {
    border: none;
    border-top: 1px solid var(--gold-line);
    margin: 0;
  }

  /* ── PURPOSE ── */
  .breast-lift-html #purpose { background: var(--surface); }

  .breast-lift-html .purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }

  .breast-lift-html .purpose-text p {
    color: rgba(232,224,208,0.72);
    margin-bottom: 20px;
    line-height: 1.9;
  }

  .breast-lift-html .purpose-callout {
    background: var(--panel-2);
    border-left: 2px solid var(--gold);
    padding: 36px 40px;
    position: sticky;
    top: 100px;
  }
  .breast-lift-html .callout-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--gold-light);
    margin-bottom: 20px;
    font-style: italic;
  }
  .breast-lift-html .callout-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .breast-lift-html .callout-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 13.5px;
    color: rgba(232,224,208,0.75);
    line-height: 1.6;
  }
  .breast-lift-html .callout-list li::before {
    content: '◆';
    color: var(--gold);
    font-size: 8px;
    margin-top: 5px;
    flex-shrink: 0;
  }

  /* ── CANDIDATES ── */
  #candidates { background: var(--panel); }

  .breast-lift-html .candidates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  .breast-lift-html .candidate-card {
    background: var(--panel-2);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
    transition: background 0.25s;
  }
  .breast-lift-html .candidate-card:hover { background: #1f1f1f; }
  .breast-lift-html .candidate-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 32px; right: 32px;
    height: 1px;
    background: var(--gold-dim);
  }
  .breast-lift-html .card-icon {
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold-line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 16px;
  }
  .breast-lift-html .card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 12px;
  }
  .breast-lift-html .card-body {
    font-size: 13.5px;
    color: rgba(232,224,208,0.65);
    line-height: 1.75;
  }

  /* not ideal */
  .breast-lift-html .not-ideal {
    margin-top: 48px;
    background: rgba(201,168,76,0.06);
    border: 1px solid var(--gold-line);
    padding: 36px 40px;
  }
  .breast-lift-html .not-ideal h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 16px;
  }
  .breast-lift-html .not-ideal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
  }
  .breast-lift-html .not-ideal-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 13.5px;
    color: rgba(232,224,208,0.65);
    padding: 8px 0;
    border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .breast-lift-html .not-ideal-item::before {
    content: '–';
    color: var(--gold);
    flex-shrink: 0;
    font-weight: 400;
  }

  /* ── PROCEDURE ── */
  #procedure { background: var(--surface); }

  .breast-lift-html .procedure-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .breast-lift-html .procedure-timeline::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0; bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--gold), rgba(201,168,76,0.1));
  }

  .breast-lift-html .timeline-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 32px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(201,168,76,0.08);
  }
  .breast-lift-html .timeline-step:last-child { border-bottom: none; }

  .breast-lift-html .step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
  }
  .breast-lift-html .step-num {
    width: 48px;
    height: 48px;
    background: var(--black);
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--gold-light);
    flex-shrink: 0;
  }
  .breast-lift-html .step-duration {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 8px;
  }
  .breast-lift-html .step-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 10px;
  }
  .breast-lift-html .step-content p {
    font-size: 14px;
    color: rgba(232,224,208,0.68);
    line-height: 1.85;
  }

  /* ── SCIENCE ── */
  #science { background: var(--panel); }

  .breast-lift-html .science-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .breast-lift-html .prp-diagram {
    position: relative;
  }

  .breast-lift-html .science-text p {
    font-size: 14.5px;
    color: rgba(232,224,208,0.72);
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .breast-lift-html .science-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 40px;
  }
  .breast-lift-html .stat-box {
    background: var(--panel-2);
    padding: 28px 24px;
    text-align: center;
  }
  .breast-lift-html .stat-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
    color: var(--gold-light);
    line-height: 1;
    margin-bottom: 6px;
  }
  .breast-lift-html .stat-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--muted);
    text-transform: uppercase;
  }

  /* ── RESULTS ── */
  #results { background: var(--surface); }

  .breast-lift-html .results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-bottom: 56px;
  }
  .breast-lift-html .result-card {
    background: var(--panel);
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .breast-lift-html .result-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .breast-lift-html .result-card:hover::before { opacity: 1; }
  .breast-lift-html .result-icon {
    font-size: 28px;
    margin-bottom: 16px;
    display: block;
  }
  .breast-lift-html .result-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 10px;
  }
  .breast-lift-html .result-text {
    font-size: 13px;
    color: rgba(232,224,208,0.6);
    line-height: 1.7;
  }

  .breast-lift-html .timeline-bar {
    background: var(--panel);
    padding: 40px;
    margin-top: 0;
  }
  .breast-lift-html .timeline-bar h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 28px;
  }
  .breast-lift-html .bar-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }
  .breast-lift-html .bar-steps::before {
    content: '';
    position: absolute;
    top: 16px;
    left: calc(12.5%);
    right: calc(12.5%);
    height: 1px;
    background: var(--gold-line);
  }
  .breast-lift-html .bar-step {
    text-align: center;
    padding: 0 12px;
  }
  .breast-lift-html .bar-dot {
    width: 32px;
    height: 32px;
    border: 1px solid var(--gold);
    background: var(--black);
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .breast-lift-html .bar-dot.active { background: var(--gold); }
  .breast-lift-html .bar-dot.active::after {
    content: '✓';
    color: var(--black);
    font-size: 13px;
    font-weight: 700;
  }
  .breast-lift-html .bar-time {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--gold-light);
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .breast-lift-html .bar-desc {
    font-size: 12px;
    color: rgba(232,224,208,0.55);
    line-height: 1.5;
  }

  /* ── PHYSICIAN NOTE ── */
  #physician { background: var(--panel); }

  .breast-lift-html .physician-block {
    background: var(--panel-2);
    border: 1px solid var(--gold-line);
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: center;
  }
  .breast-lift-html .physician-identity {
    text-align: center;
  }
  .breast-lift-html .physician-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    margin: 0 auto 20px;
    background: var(--panel);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 300;
    color: var(--gold-light);
  }
  .breast-lift-html .physician-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 6px;
  }
  .breast-lift-html .physician-title {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 4px;
  }
  .breast-lift-html .physician-clinic {
    font-size: 12px;
    color: var(--muted);
  }
  .breast-lift-html .physician-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.65;
    color: rgba(232,224,208,0.85);
    border-left: 2px solid var(--gold);
    padding-left: 32px;
  }
  .breast-lift-html .physician-note {
    font-size: 13.5px;
    color: rgba(232,224,208,0.6);
    margin-top: 20px;
    padding-left: 34px;
    line-height: 1.8;
  }

  /* ── CTA ── */
  #cta {
    background: var(--black);
    text-align: center;
    padding: 100px 48px;
  }
  #cta h2 { margin-bottom: 16px; }
  #cta .section-intro { margin: 0 auto 40px; }

  .breast-lift-html .cta-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .breast-lift-html .cta-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .breast-lift-html .cta-disclaimer {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.05em;
    max-width: 500px;
    line-height: 1.7;
  }

  /* ── FOOTER ── */
  .breast-lift-html footer {
    background: #060606;
    border-top: 1px solid var(--gold-line);
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .breast-lift-html .footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: var(--gold-light);
    letter-spacing: 0.1em;
  }
  .breast-lift-html .footer-logo span { font-style: italic; color: var(--muted); }
  .breast-lift-html .footer-copy {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.06em;
  }
  .breast-lift-html .footer-links {
    display: flex;
    gap: 24px;
  }
  .breast-lift-html .footer-links a {
    font-size: 11px;
    color: var(--muted);
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: color 0.2s;
  }
  .breast-lift-html .footer-links a:hover { color: var(--gold-light); }



  /* ── DISTRIBUTED PHOTOS ── */
  .breast-lift-html .section-photo {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
  }
  .breast-lift-html .section-photo img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.82) saturate(0.8);
  }
 .breast-lift-html .section-photo .photo-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px 48px 20px;
    background: linear-gradient(transparent, rgba(8,8,8,0.75));
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-light);
  }
  .breast-lift-html .purpose-photo-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }
  .breast-lift-html .purpose-photo-wrap .purpose-text { order: 1; }
  .breast-lift-html .purpose-photo-wrap .purpose-img  { order: 2; }
  .breast-lift-html .purpose-photo-wrap .purpose-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    filter: brightness(0.85) saturate(0.8);
    display: block;
  }

  @media (max-width: 900px) {
    .breast-lift-html .purpose-photo-wrap { grid-template-columns: 1fr; }
    .breast-lift-html .purpose-photo-wrap .purpose-img { order: -1; }
    .breast-lift-html .section-photo img { height: 260px; }
    .breast-lift-html .section-photo .photo-label { padding: 16px 24px 14px; }
  }

  @media (max-width: 900px) {
    .breast-lift-html .photo-strip { grid-template-columns: 1fr; }
    .breast-lift-html .photo-strip figure { aspect-ratio: 16/9; }
    .breast-lift-html .photo-strip figure img { object-position: center center; }
  }

  @media (max-width: 900px) {
    .breast-lift-html nav { padding: 0 24px; }
    .breast-lift-html .nav-links { display: none; }
    .breast-lift-html section { padding: 72px 24px; }
    .breast-lift-html .hero { padding: 110px 24px 72px; }
    .breast-lift-html .hero-arc { width: 320px; height: 320px; right: -40px; opacity: 0.4; }
    .breast-lift-html .purpose-grid,
    .breast-lift-html .science-grid,
    .breast-lift-html .physician-block { grid-template-columns: 1fr; }
    .breast-lift-html .candidates-grid { grid-template-columns: 1fr; }
    .breast-lift-html .results-grid { grid-template-columns: repeat(2, 1fr); }
    .breast-lift-html .not-ideal-grid { grid-template-columns: 1fr; }
    .breast-lift-html .bar-steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .breast-lift-html .bar-steps::before { display: none; }
    .breast-lift-html footer { flex-direction: column; gap: 16px; text-align: center; }
  }/* End custom CSS */