/* Plastic Surgery Simulator — static site styles */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/static/v20260901/fonts/ibm-plex-sans-latin-v23.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/v20260901/fonts/ibm-plex-mono-latin-400-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/v20260901/fonts/ibm-plex-mono-latin-500-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/static/v20260901/fonts/source-serif-4-latin-v14.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f4f1ea;
  color: #16292c;
  font-family: "IBM Plex Sans", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
a { color: #1f7d52; text-decoration: none; }
p a, li a, dd a, dt a, td a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: #145c3b; }
img { display: block; max-width: 100%; height: auto; }
input, textarea, select { font: inherit; }

.specline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.125rem;
  margin-top: 1.125rem;
  color: #4d5b58;
  font-size: 0.84375rem;
}
.specline > span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.specline-check {
  flex: 0 0 auto;
  width: 0.9375rem;
  height: 0.9375rem;
  color: #1f7d52;
}

/* Shared chrome for the legacy before/after procedure pages. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 241, 234, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ddd7c9;
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-brand { display: flex; align-items: center; gap: 12px; color: inherit; }
.site-brand img { width: 40px; height: 40px; border-radius: 9px; }
.site-brand-copy { display: grid; line-height: 1.15; }
.site-brand-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.site-brand-since {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7472;
}
.site-desktop-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14.5px;
}
.site-desktop-nav a { color: #33403e; }
.site-desktop-nav .site-trial-link {
  background: #1d5960;
  color: #fffdf7;
  padding: 10px 18px;
  border-radius: 7px;
  font-weight: 500;
}
.site-menu-button {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 8px;
  background: #fffdf7;
  border: 1px solid #d5cfc0;
  border-radius: 7px;
  padding: 10px 14px;
  font: inherit;
  font-size: 14px;
  color: #16292c;
  cursor: pointer;
}
.language-menu { position: relative; flex: 0 0 auto; }
.language-menu--desktop {
  margin-left: -14px;
  margin-right: -12px;
}
.language-menu--desktop summary { padding-left: 2px; padding-right: 2px; }
.language-menu summary {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #33403e;
  font-size: 13.5px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:hover { background: #f0ede5; }
.language-menu img {
  width: 20px;
  height: 14px;
  flex: 0 0 20px;
  object-fit: cover;
}
.language-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 70;
  min-width: 210px;
  padding: 7px;
  display: grid;
  gap: 2px;
  border: 1px solid #d5cfc0;
  border-radius: 9px;
  background: #fffdf7;
  box-shadow: 0 18px 40px -22px rgba(20, 52, 58, 0.55);
}
.language-menu-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 6px;
  color: #33403e;
  font-size: 14px;
}
.language-menu-panel a:hover,
.language-menu-panel a:focus-visible { background: #f0ede5; color: #16292c; }
.language-menu-mobile { display: none; }
@media (min-width: 1200px) {
  .language-menu--desktop { margin-right: 0; }
}
.site-mobile-nav {
  border-top: 1px solid #ddd7c9;
  background: #fffdf7;
  padding: 12px 24px 20px;
  gap: 2px;
  font-size: 16px;
}
.site-mobile-nav a {
  padding: 11px 0;
  border-bottom: 1px solid #efece2;
  color: #33403e;
}
.site-mobile-nav .site-trial-link {
  margin-top: 10px;
  background: #1d5960;
  color: #fffdf7;
  padding: 13px 18px;
  border-radius: 7px;
  text-align: center;
  font-weight: 500;
}
.before-after-hero {
  border-bottom: 1px solid #ddd7c9;
  background: linear-gradient(180deg, #f8f6f0, #f4f1ea);
}
.before-after-shell { max-width: 1000px; margin: 0 auto; padding: 62px 24px 42px; }
.before-after-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d5960;
}
.before-after-hero h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: clamp(34px, 4.4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 14px 0 14px;
}
.before-after-hero p {
  max-width: 42em;
  margin: 0;
  font-size: 17.5px;
  line-height: 1.65;
  color: #435049;
}
.before-after-content { background: #fffdf7; }
.before-after-content .before-after-shell { padding-top: 52px; padding-bottom: 64px; }
.before-after-figure {
  margin: 0;
  border: 1px solid #cdc6b6;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f1ea;
  box-shadow: 0 26px 54px -32px rgba(20, 52, 58, 0.5);
}
.before-after-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d5cfc0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #52605d;
}
.before-after-labels span { padding: 12px 16px; text-align: center; }
.before-after-labels span + span { border-left: 1px solid #d5cfc0; }
.before-after-figure img {
  width: 100%;
  height: auto;
}
.before-after-cta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.before-after-cta a {
  background: #1d5960;
  color: #fffdf7;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 500;
}
.before-after-cta span { color: #5f6a67; font-size: 14px; }
.site-footer { background: #16292c; color: #b9c4c2; }
.site-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 24px 28px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(140px, 1fr));
  gap: 32px;
}
.site-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.site-footer-brand img { width: 34px; height: 34px; border-radius: 8px; }
.site-footer-brand span { font-family: "Source Serif 4", Georgia, serif; font-size: 15.5px; color: #fffdf7; }
.site-footer-intro { margin: 0; font-size: 13.5px; line-height: 1.6; max-width: 24em; }
.site-footer-group { display: grid; gap: 9px; font-size: 14px; align-content: start; }
.site-footer-group div {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7f9391;
}
.site-footer-group a { color: #d5ded9; }
.site-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px 40px;
  border-top: 1px solid #24403f;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: 12.5px;
  color: #b9c8c5;
}

@keyframes psMorph { 0%, 34% { opacity: 0; } 66%, 100% { opacity: 1; } }
@keyframes psRise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* interactive state hooks */
[data-mobile-nav] { display: none; }
[data-mobile-nav].is-open { display: grid; }
[data-tab-panel][hidden], [data-os-panel][hidden], [data-answer][hidden] { display: none; }

.faq-installation-options {
  display: grid;
  gap: 12px;
  max-width: 46em;
  padding: 4px 22px 22px;
}
.faq-installation-option {
  padding: 17px 18px;
  border: 1px solid #ddd7c9;
  border-radius: 8px;
  background: #f8f6f0;
}
.faq-installation-option h3 {
  margin: 0 0 8px;
  font-size: 15.5px;
  font-weight: 600;
  color: #16292c;
}
.faq-installation-option h3 span {
  display: inline-block;
  margin-right: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d5960;
}
.faq-installation-option p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: #4d5b58;
}
.faq-installation-option code { font-size: 0.9em; }
.faq-installation-option ms-store-badge {
  display: inline-block;
  min-height: 54px;
  margin-top: 12px;
}
.faq-installation-note {
  margin: 0;
  color: #4d5b58;
  font-size: 15px;
  line-height: 1.62;
}

@media (max-width: 900px) {
  [data-desk] { display: none !important; }
  [data-burger] { display: inline-flex !important; }
  [data-hero] { grid-template-columns: 1fr !important; }
  [data-stack] { grid-template-columns: 1fr !important; }
  .page-contents-nav {
    position: static !important;
    top: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px !important;
    padding: 18px;
    border: 1px solid #ddd7c9;
    border-radius: 10px;
    background: #fffdf7;
  }
  .page-contents-nav > div:first-child { grid-column: 1 / -1; }
  .site-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .language-menu--desktop { display: none; }
  .language-menu-mobile { display: block; margin: 4px 0 10px; }
  .language-menu-mobile summary { width: 100%; justify-content: flex-start; }
  .language-menu-mobile .language-menu-panel {
    position: static;
    min-width: 0;
    margin-top: 5px;
    box-shadow: none;
  }
}
@media (max-width: 1000px) {
  [data-brushes] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  [data-brushes] > div { grid-column: auto / span 1 !important; }
}
@media (max-width: 760px) {
  [data-entry] { grid-template-columns: 1fr !important; }
}
@media (max-width: 680px) {
  [data-brushes] { grid-template-columns: 1fr !important; }
}
@media (max-width: 620px) {
  [data-tabs] { overflow-x: auto; }
  [data-compare] { grid-template-columns: 1fr !important; }
  .page-contents-nav { grid-template-columns: 1fr; }
  .page-contents-nav > div:first-child { grid-column: auto; }
  .site-header-inner { padding-left: 18px; padding-right: 18px; }
  .site-brand-since { display: none; }
  .before-after-shell { padding-left: 18px; padding-right: 18px; }
  .site-footer-grid { grid-template-columns: 1fr; }
}
