@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@400;500;600&display=swap');

:root {
  --mauve: #89586e;
  --mauve-dark: #7d4d63;
  --mauve-deep: #6f4257;
  --mauve-soft: #f7f0f2;
  --mauve-wash: #f4eaee;
  --ivory: #f8f8f6;
  --ivory-deep: #efefed;
  --white: #ffffff;
  --charcoal: #3a3a3a;
  --muted: #686464;
  --line: #d9d8d5;
  --shadow: 0 18px 46px rgba(58, 58, 58, 0.11);
  --shadow-soft: 0 8px 24px rgba(58, 58, 58, 0.07);
  --radius: 0;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: 'Lato', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body::before {
  display: none;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  background: var(--charcoal);
  color: var(--white);
  padding: 10px 14px;
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: 152px;
  padding: 8px 0 26px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-logo {
  width: 112px;
  height: 104px;
  display: block;
  background: url('/assets/fm-beauty-logo.png') center / 184px 184px no-repeat;
}

.companion-label {
  color: var(--mauve-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
}

.hero::after {
  display: none;
}

.hero-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--mauve-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  line-height: 1.16;
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--charcoal);
  font-size: clamp(3rem, 6vw, 5.45rem);
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 17px;
  color: var(--charcoal);
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 8px;
  color: var(--charcoal);
  font-size: 1.42rem;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 0 28px;
  color: #554f51;
  font-size: 1.12rem;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 58px;
  padding: 16px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--mauve-dark);
  border-radius: 0;
  background: var(--mauve-dark);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: 0 11px 26px rgba(58, 58, 58, 0.18);
}

.button:focus-visible,
.copy-button:focus-visible,
summary:focus-visible,
.quick-nav a:focus-visible {
  outline: 3px solid rgba(157, 108, 130, 0.42);
  outline-offset: 3px;
}

.button.secondary {
  background: var(--white);
  color: var(--mauve-dark);
}

.button.secondary:hover {
  background: var(--charcoal);
  color: var(--white);
}

.button.soft {
  border-color: var(--line);
  background: var(--ivory-deep);
  color: var(--charcoal);
}

.button svg,
.text-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.hero-editorial {
  position: relative;
  z-index: 1;
  min-height: 410px;
  padding: clamp(38px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 11px solid var(--mauve);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}

.editorial-kicker {
  width: fit-content;
  margin-bottom: 28px;
  padding: 9px 13px;
  background: var(--mauve);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-quote {
  margin: 0;
  color: var(--white);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.editorial-quote em {
  color: var(--mauve);
  font-weight: 400;
}

.quick-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  border-top: 1px solid rgba(157, 108, 130, 0.16);
  border-bottom: 1px solid rgba(157, 108, 130, 0.2);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(15px);
}

.quick-nav {
  width: min(var(--max), calc(100% - 40px));
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar {
  display: none;
}

.quick-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.quick-nav a:hover,
.quick-nav a.active {
  border-bottom-color: var(--mauve);
  background: transparent;
  color: var(--mauve);
}

main section {
  scroll-margin-top: 102px;
}

.section {
  padding: 92px 0;
}

.section.white {
  background: var(--white);
}

.section.tint {
  background: var(--mauve-soft);
}

.section.mauve-statement {
  padding: 78px 0;
  background: var(--mauve);
  color: var(--white);
}

.statement-inner {
  position: relative;
  padding-left: clamp(24px, 6vw, 76px);
  border-left: 1px solid rgba(255,255,255,.55);
}

.mauve-statement .eyebrow,
.mauve-statement h2,
.mauve-statement p {
  color: var(--white);
}

.mauve-statement h2 {
  max-width: 880px;
  margin-bottom: 20px;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.mauve-statement p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.82);
}

.section.dark {
  background: var(--charcoal);
  color: var(--white);
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section.dark h2,
.section.dark h3,
.section.dark .section-heading p:not(.eyebrow) {
  color: var(--white);
}

.section.dark .eyebrow {
  color: var(--white);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.step:last-child {
  border-bottom: 0;
}

.step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--mauve-soft);
  color: var(--mauve-deep);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
}

.step h3 {
  margin: 1px 0 6px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.action-card {
  position: sticky;
  top: 94px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
  box-shadow: var(--shadow-soft);
}

.action-card .mini-label {
  display: block;
  margin-bottom: 9px;
  color: var(--mauve-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.action-card h3 {
  font-size: 1.75rem;
}

.action-card p {
  margin: 0 0 21px;
  color: var(--muted);
  font-size: 0.94rem;
}

.action-card .button {
  width: 100%;
  margin-top: 9px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 17px;
  color: var(--mauve-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.grid-2,
.grid-4,
.script-grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  position: relative;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  border-top: 2px solid var(--mauve);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.section.tint .card:nth-child(even) {
  background: var(--charcoal);
  border-color: var(--charcoal);
  border-top-color: var(--mauve);
}

.section.tint .card:nth-child(even) h3,
.section.tint .card:nth-child(even) .card-number {
  color: var(--white);
}

.section.tint .card:nth-child(even) p {
  color: rgba(255,255,255,.74);
}

.card-number {
  display: block;
  margin-bottom: 26px;
  color: var(--mauve);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.42rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.folder-card::after,
.album-card::after {
  display: none;
}

.copy-panel {
  margin-top: 25px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
}

.copy-panel strong {
  display: block;
  margin-bottom: 2px;
  color: var(--mauve-deep);
}

.copy-panel span {
  color: var(--muted);
  font-size: 0.87rem;
}

.copy-button {
  min-width: 135px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--mauve-dark);
  border-radius: 0;
  background: transparent;
  color: var(--mauve-dark);
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-button.copied {
  background: var(--mauve-dark);
  color: var(--white);
}

.insight {
  margin-top: 31px;
  padding: 28px 32px;
  border-left: 3px solid var(--mauve);
  background: var(--ivory);
}

.insight p {
  max-width: 840px;
  margin: 0;
  color: var(--charcoal);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.55;
}

.resource-band {
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  border-left: 11px solid var(--mauve);
  border-radius: 0;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.resource-band h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
}

.resource-band p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.resource-band .button {
  border-color: var(--white);
  background: var(--white);
  color: var(--mauve);
}

.resource-band .button:hover {
  border-color: var(--mauve);
  background: var(--mauve);
  color: var(--white);
}

.offer-actions {
  min-width: 230px;
  display: grid;
  gap: 12px;
}

.offer-actions .button {
  width: 100%;
}

.offer-note {
  max-width: 720px;
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.offer-note span,
.offer-note strong,
.offer-note small {
  display: block;
}

.offer-note span {
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-note strong {
  margin: 4px 0;
  color: var(--white);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.offer-note small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.5;
}

.details-stack {
  display: grid;
  gap: 13px;
}

details {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  overflow: hidden;
}

summary {
  min-height: 62px;
  padding: 17px 52px 17px 21px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--mauve-deep);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mauve);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
}

details[open] summary::after {
  content: '−';
}

.details-content {
  padding: 0 21px 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.details-content p:last-child,
.details-content ol:last-child,
.details-content ul:last-child {
  margin-bottom: 0;
}

.details-content li + li {
  margin-top: 8px;
}

.feature-panel {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.feature-panel h3 {
  font-size: 2rem;
}

.feature-panel p {
  color: var(--muted);
}

.plain-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
}

.plain-list li:last-child {
  border-bottom: 0;
}

.plain-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--mauve-dark);
  font-weight: 700;
}

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

.script-card {
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.script-card h3 {
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.script-text {
  flex: 1;
  margin: 0;
  padding: 18px;
  border-radius: 0;
  background: var(--ivory);
  color: #504a4c;
  font-size: 0.94rem;
}

.script-card .copy-button {
  align-self: flex-start;
}

.notice {
  margin-top: 25px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
  font-size: 0.88rem;
}

.section.favorites {
  background: var(--mauve-soft);
}

.favorites-panel {
  padding: clamp(34px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  border-left: 11px solid var(--mauve);
  background: var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
}

.favorites-panel h2,
.favorites-panel .eyebrow {
  color: var(--white);
}

.favorites-panel p {
  max-width: 720px;
  color: rgba(255,255,255,.78);
}

.favorites-panel .affiliate-note {
  margin-top: 18px;
  font-size: .78rem;
  color: rgba(255,255,255,.58);
}

.favorites-panel .light-button {
  border-color: var(--white);
  background: var(--white);
  color: var(--mauve-deep);
}

.site-footer {
  padding: 54px 0;
  border-top: 8px solid var(--mauve);
  background: var(--ivory-deep);
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-brand {
  display: block;
  width: 126px;
  height: 102px;
  text-decoration: none;
}

.footer-logo {
  width: 126px;
  height: 102px;
  display: block;
  background: url('/assets/fm-beauty-logo.png') center / 205px 205px no-repeat;
}

.footer-copy p {
  max-width: 690px;
  margin: 0;
}

.footer-copy .footer-title {
  margin-bottom: 7px;
  color: var(--charcoal);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.footer-link {
  min-height: 48px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mauve);
  color: var(--mauve-dark);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  padding: 12px 17px;
  border-radius: 0;
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.85rem;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.portal-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px;
  background: var(--ivory);
}

.portal {
  width: min(920px, 100%);
  padding: clamp(34px, 7vw, 72px);
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.portal h1 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.55rem, 7vw, 4.8rem);
}

.portal > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 30px;
  color: var(--muted);
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}

.portal-card {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 0;
  border-top: 2px solid var(--mauve);
  background: var(--ivory);
}

.portal-card p {
  min-height: 76px;
  color: var(--muted);
  font-size: 0.92rem;
}

.portal-card .button {
  width: 100%;
}

.portal-logo {
  width: 150px;
  height: 150px;
  margin: 0 auto 6px;
  background: url('/assets/fm-beauty-logo.png') center / 230px 230px no-repeat;
}

@media (max-width: 980px) {
  .hero-inner,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 50px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-editorial {
    max-width: 760px;
  }

  .action-card {
    position: relative;
    top: 0;
  }

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

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .hero-inner,
  .quick-nav,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 136px;
    padding: 6px 0 26px;
  }

  .brand-logo {
    width: 100px;
    height: 94px;
    background-size: 165px 165px;
  }

  .companion-label {
    display: none;
  }

  .hero-inner {
    padding: 40px 0 42px;
    gap: 31px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1.02rem;
  }

  .hero-actions .button,
  .action-row .button {
    width: 100%;
  }

  .hero-editorial {
    min-height: 340px;
    padding: 34px 25px;
    border-left-width: 8px;
  }

  .quick-nav-wrap {
    top: 0;
  }

  .quick-nav {
    min-height: 56px;
  }

  .quick-nav a {
    padding: 8px 11px;
    font-size: 0.75rem;
  }

  .section {
    padding: 68px 0;
  }

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

  .grid-2,
  .grid-4,
  .script-grid,
  .portal-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .feature-panel,
  .action-card,
  .script-card {
    padding: 23px;
  }

  .copy-panel,
  .resource-band {
    align-items: stretch;
    flex-direction: column;
  }

  .favorites-panel {
    grid-template-columns: 1fr;
    padding: 34px 24px;
    border-left-width: 8px;
  }

  .favorites-panel .button {
    width: 100%;
  }

  .copy-panel {
    display: flex;
  }

  .copy-button {
    width: 100%;
  }

  .resource-band {
    padding: 31px 24px;
    display: flex;
  }

  .offer-actions {
    min-width: 0;
  }

  .resource-band .button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    text-align: center;
  }

  .footer-brand,
  .footer-logo {
    width: 116px;
    height: 92px;
  }

  .footer-logo {
    background-size: 188px 188px;
  }

  .footer-link {
    width: 100%;
  }

  .portal-body {
    padding: 18px;
  }

  .portal {
    padding: 36px 21px;
  }

  .portal-card p {
    min-height: 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .quick-nav-wrap,
  .hero-actions,
  .copy-button,
  .toast,
  .resource-band {
    display: none !important;
  }

  body,
  .section,
  .section.white,
  .section.tint {
    background: white !important;
  }

  .section {
    padding: 28px 0;
  }

  .card,
  .feature-panel,
  .script-card,
  details {
    box-shadow: none;
    break-inside: avoid;
  }
}
