:root {
  --cream: #f7f0e4;
  --paper: #fffaf1;
  --ink: #173d35;
  --green: #1d5948;
  --lime: #dce69b;
  --coral: #f08073;
  --pink: #f4a7bd;
  --sand: #e8c789;
  --sky: #97ced2;
  --line: rgba(23, 61, 53, .2);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .035; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.header { height: 82px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.35); color: white; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 19px; letter-spacing: -.5px; }
.logo-mark { width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 22px; transform: rotate(-8deg); }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; transition: background .25s, color .25s; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; }

.hero { min-height: 820px; height: 100vh; max-height: 980px; padding: 140px 7vw 110px; position: relative; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 6vw; color: white; background: linear-gradient(128deg, #315f57 0%, #5a8275 52%, #afc3a7 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 12% 22%, rgba(255,255,255,.13), transparent 26%), linear-gradient(90deg, rgba(10,46,39,.12), transparent 55%); }
.hero-sun { width: 440px; aspect-ratio: 1; border-radius: 50%; background: rgba(244,167,189,.85); filter: blur(2px); position: absolute; right: -70px; top: -125px; box-shadow: 0 0 100px rgba(244,167,189,.2); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow, .kicker { font-size: 11px; font-weight: 600; letter-spacing: .2em; margin: 0 0 25px; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: 1.08; }
h1 { font-size: clamp(57px, 6.3vw, 102px); }
h1 em, h2 em { color: var(--pink); font-weight: 400; }
.hero-lead { max-width: 570px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.86); margin: 31px 0 35px; }
.hero-actions { display: flex; align-items: center; gap: 28px; position: relative; z-index: 12; }
.button { min-height: 55px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border-radius: 99px; font-size: 14px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button span, .price-link span, .nav-cta span, .text-link span { font-variant-emoji: text; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(10,46,39,.17); }
.button-dark { background: var(--ink); color: white; }
.text-link { padding: 10px 0; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.5); }
.text-link span { margin-left: 8px; }
.hero-visual { width: min(37vw, 530px); justify-self: center; }
.hero-photo-wrap { border-radius: 50% 50% 8px 8px / 42% 42% 8px 8px; overflow: hidden; aspect-ratio: .75; box-shadow: 0 30px 90px rgba(15,48,42,.3); transform: rotate(1.5deg); }
.hero-photo { height: 100%; object-fit: cover; object-position: 50% 34%; transform: scale(1.02); }
.floating-note { position: absolute; z-index: 4; color: var(--ink); font-size: 12px; line-height: 1.45; }
.note-top { top: 12%; left: -57px; width: 135px; height: 135px; background: var(--lime); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-11deg); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.note-top i { width: 58px; height: 1px; margin: 9px; background: var(--ink); transform: rotate(-8deg); }
.note-bottom { right: -50px; bottom: 11%; background: var(--paper); padding: 18px 22px; border-radius: 3px; transform: rotate(4deg); font-family: var(--serif); font-size: 14px; }
.hero-wave { position: absolute; left: -1px; right: -1px; bottom: -2px; z-index: 5; height: 100px; pointer-events: none; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path { fill: var(--pink); }

.soft-strip { background: var(--pink); color: var(--ink); overflow: hidden; padding: 9px 0 35px; border-bottom: 1px solid rgba(23,61,53,.2); }
.marquee { width: max-content; display: flex; gap: 34px; align-items: center; font-family: var(--serif); font-size: 26px; white-space: nowrap; animation: marquee 25s linear infinite; }
.marquee span { font-style: italic; }
.marquee b { font-family: var(--sans); font-size: 15px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 115px 7vw 130px; }
.section-label { display: flex; align-items: center; gap: 15px; font-size: 11px; letter-spacing: .2em; font-weight: 600; margin-bottom: 70px; }
.section-label span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); letter-spacing: 0; }
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.about-collage { position: relative; min-height: 675px; }
.photo { margin: 0; position: absolute; overflow: hidden; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { left: 0; top: 0; width: 73%; height: 590px; border-radius: 220px 220px 10px 10px; }
.photo-main img { object-position: 50% 50%; }
.photo-detail { right: 0; bottom: 0; width: 43%; height: 275px; border: 9px solid var(--cream); border-radius: 50% 50% 5px 5px; }
.hand-note { position: absolute; top: 23px; right: -10px; font-family: 'Comic Sans MS', cursive; font-size: 16px; line-height: 1.3; transform: rotate(6deg); }
.hand-note::after { content: ''; display: block; width: 24px; height: 24px; margin: 4px 0 0 -6px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M18 4 L6 18' stroke='%23173d35' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3Cpath d='M6 18 L6 10' stroke='%23173d35' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3Cpath d='M6 18 L14 18' stroke='%23173d35' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center; transform: rotate(-8deg); }
.hand-note span { color: #d35369; font-family: 'Comic Sans MS', cursive; }
.about-copy { padding-bottom: 20px; }
.kicker { color: #a64c5a; }
.editable { border-bottom: 1px dotted currentColor; }
.about-copy h2, .support h2, .process h2, .cta-card h2 { font-size: clamp(42px, 4.8vw, 72px); }
.about-copy h2 em, .support h2 em, .process h2 em { color: #c96070; }
.about-copy > p:not(.kicker) { max-width: 610px; color: #526a64; line-height: 1.75; font-size: 16px; margin: 28px 0 0; }
.credentials { margin-top: 42px; border-top: 1px solid var(--line); }
.credentials > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.credentials strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.credentials span { color: #6c7c76; font-size: 13px; }

.support { background: var(--paper); }
.support-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 7vw; margin-bottom: 70px; }
.support-head p { color: #63736d; font-size: 16px; line-height: 1.7; max-width: 410px; }
.cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.support-card { min-height: 405px; padding: 20px; display: flex; flex-direction: column; border-radius: 5px; transition: transform .3s, box-shadow .3s; }
.support-card:hover { transform: translateY(-8px) rotate(-.4deg); box-shadow: 0 22px 50px rgba(40,55,48,.13); }
.support-card.coral { background: var(--coral); }
.support-card.sand { background: var(--sand); }
.support-card.green { background: #b8c591; }
.support-card.blue { background: var(--sky); }
.card-number { align-self: flex-end; font-size: 11px; }
.card-icon { font-family: var(--serif); font-size: 54px; margin: 60px 0 30px; }
.support-card h3 { font-family: var(--serif); font-size: 27px; line-height: 1.15; font-weight: 400; margin: auto 0 18px; }
.support-card p { font-size: 13px; line-height: 1.65; margin: 0; }
.section-footnote { font-size: 13px; max-width: 680px; line-height: 1.6; margin: 35px auto 0; text-align: center; color: #66756f; }

.quote-break { height: 650px; position: relative; overflow: hidden; display: grid; place-items: center; color: white; }
.quote-break img, .quote-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote-overlay { background: rgba(24,75,66,.22); }
.quote-break blockquote { position: relative; z-index: 2; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 74px); text-align: center; line-height: 1.22; letter-spacing: -.04em; text-shadow: 0 3px 30px rgba(0,0,0,.2); }
.quote-break em { color: #ffd6df; }

.process { background: #d9e1be; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.process-intro figure { width: 70%; height: 290px; margin: 65px 0 0; border-radius: 160px 160px 8px 8px; overflow: hidden; }
.process-intro figure img { height: 100%; object-fit: cover; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(23,61,53,.25); }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(23,61,53,.25); }
.steps li > span { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ink); display: grid; place-items: center; font-size: 11px; }
.steps h3 { font-family: var(--serif); font-weight: 400; font-size: 28px; margin: 2px 0 10px; }
.steps p { max-width: 540px; color: #50665e; font-size: 14px; line-height: 1.7; margin: 0; }

.cta-section { min-height: 740px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green); }
.cta-photo { min-height: 600px; overflow: hidden; }
.cta-photo img { width: 100%; height: 100%; object-fit: cover; }
.cta-card { align-self: center; padding: 9vw; color: white; }
.cta-card h2 em { color: var(--pink); }
.cta-card > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; margin: 30px 0; }
.button-pink { color: var(--ink); background: var(--pink); }
.cta-card small { display: block; color: rgba(255,255,255,.55); margin: 16px 0 0 7px; }

footer { background: #123c33; color: white; padding: 70px 7vw 35px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-logo { font-size: 24px; }
footer p { margin: 0; font-size: 13px; line-height: 1.7; color: rgba(255,255,255,.67); }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 20px; font-size: 13px; }
.footer-note { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 25px; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .support-card { min-height: 360px; }
  .nav { gap: 16px; }
  .nav > a:not(.nav-cta) { display: none; }
  .hero { padding-left: 5vw; padding-right: 5vw; }
  .hero-photo-wrap { aspect-ratio: .72; }
  .note-bottom { right: -15px; }
}

@media (max-width: 760px) {
  .header { height: 70px; padding: 0 20px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 7px; position: relative; z-index: 41; padding: 12px; }
  .menu-toggle span:not(.sr-only) { width: 26px; height: 1px; background: white; transition: transform .25s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; background: var(--green); display: flex; flex-direction: column; justify-content: center; gap: 30px; transform: translateX(100%); transition: transform .35s; font-family: var(--serif); font-size: 28px; }
  .nav.open { transform: translateX(0); }
  .nav > a:not(.nav-cta) { display: block; }
  .nav-cta { font-family: var(--sans); font-size: 14px; }
  .hero { height: auto; max-height: none; min-height: 920px; padding: 125px 20px 105px; grid-template-columns: 1fr; gap: 48px; align-content: start; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: min(78vw, 390px); justify-self: center; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 15px; margin-top: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .text-link { margin-left: 6px; }
  .note-top { left: -28px; width: 106px; height: 106px; font-size: 9px; }
  .note-bottom { right: -20px; font-size: 12px; }
  .hero-wave { height: 55px; }
  .soft-strip { padding-bottom: 28px; }
  .section { padding: 80px 20px 90px; }
  .section-label { margin-bottom: 45px; }
  .about-grid, .support-head, .process-grid { grid-template-columns: 1fr; }
  .about-collage { min-height: 560px; }
  .photo-main { width: 78%; height: 490px; }
  .photo-detail { width: 45%; height: 220px; }
  .hand-note { right: 0; font-size: 13px; }
  .hand-note::after { font-size: 28px; }
  .about-copy h2, .support h2, .process h2, .cta-card h2 { font-size: clamp(39px, 12vw, 54px); }
  .credentials > div { grid-template-columns: 125px 1fr; }
  .support-head { gap: 15px; margin-bottom: 45px; }
  .cards { grid-template-columns: 1fr; }
  .support-card { min-height: 330px; }
  .card-icon { margin-top: 30px; }
  .quote-break { height: 490px; }
  .quote-break blockquote { padding: 20px; font-size: 36px; }
  .process-grid { gap: 55px; }
  .process-intro figure { width: 80%; margin-top: 40px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 14px; }
  .cta-section { grid-template-columns: 1fr; }
  .cta-photo { min-height: 480px; height: 62vh; }
  .cta-card { padding: 85px 20px 95px; }
  footer { grid-template-columns: 1fr; padding: 60px 20px 30px; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Refined interactions and continuous marquee */
.button, .text-link, .nav a, .price-link { position: relative; z-index: 2; pointer-events: auto; }
.soft-strip { position: relative; }
.soft-strip::before,
.soft-strip::after { content: ''; position: absolute; top: 0; bottom: 0; width: 9vw; z-index: 2; pointer-events: none; }
.soft-strip::before { left: 0; background: linear-gradient(90deg, var(--pink), transparent); }
.soft-strip::after { right: 0; background: linear-gradient(-90deg, var(--pink), transparent); }
.marquee-track { width: max-content; display: flex; will-change: transform; animation: marquee-flow 24s linear infinite; }
.marquee-group { display: flex; align-items: center; flex-shrink: 0; gap: 34px; padding-right: 34px; font-family: var(--serif); font-size: 26px; white-space: nowrap; }
.marquee-group span { font-style: italic; }
.marquee-group b { font-family: var(--sans); font-size: 15px; }
.marquee-group b.star { font-family: 'Segoe UI Symbol', 'Apple Color Emoji', sans-serif; font-size: 13px; font-variant-emoji: text; -webkit-text-stroke: 0; }
@keyframes marquee-flow { to { transform: translateX(-25%); } }

.support-card.rose { background: #d7a9ac; }
.note-top { animation: float-note-a 7s ease-in-out infinite; }
.note-bottom { animation: float-note-b 8s ease-in-out infinite; }
@keyframes float-note-a { 0%,100% { transform: translateY(0) rotate(-11deg); } 50% { transform: translateY(-9px) rotate(-8deg); } }
@keyframes float-note-b { 0%,100% { transform: translateY(0) rotate(4deg); } 50% { transform: translateY(8px) rotate(2deg); } }

/* Prices */
.prices { background: #f3d3dc; overflow: hidden; }
.prices h2 { font-size: clamp(42px, 4.8vw, 72px); }
.prices h2 em { color: #a64c65; }
.prices-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 7vw; margin-bottom: 62px; }
.prices-head > p { max-width: 410px; color: #655f60; font-size: 15px; line-height: 1.75; }
.video-prices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.price-card { min-height: 440px; padding: 25px; display: flex; flex-direction: column; border: 1px solid rgba(23,61,53,.2); border-radius: 6px; background: rgba(255,250,241,.52); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, background .45s; }
.price-card:hover { transform: translateY(-9px); box-shadow: 0 24px 60px rgba(60,45,46,.13); background: rgba(255,250,241,.78); }
.price-card.featured { color: white; background: var(--green); border-color: var(--green); }
.price-top { display: flex; align-items: center; justify-content: space-between; min-height: 30px; font-size: 10px; letter-spacing: .16em; }
.price-top b { min-width: 42px; height: 28px; padding: 0 8px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 99px; font-size: 11px; letter-spacing: 0; font-weight: 500; }
.price-card h3 { margin: 62px 0 12px; font-family: var(--serif); font-size: 34px; line-height: 1.13; font-weight: 400; }
.price-card > p { margin: 0; color: #67716d; font-size: 12px; }
.price-card.featured > p { color: rgba(255,255,255,.68); }
.price { margin: auto 0 25px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.price s { font-size: 13px; opacity: .58; }
.price strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.price-link { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 5px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.chat-prices { margin-top: 14px; padding: 28px; display: grid; grid-template-columns: 1.6fr .55fr .55fr auto; gap: 25px; align-items: center; border-radius: 6px; background: var(--sand); }
.chat-intro { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: center; }
.chat-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; letter-spacing: 3px; }
.chat-intro .eyebrow { margin-bottom: 8px; }
.chat-intro h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.chat-intro p:last-child { max-width: 470px; margin: 0; color: #5c665f; font-size: 12px; line-height: 1.55; }
.chat-option { padding-left: 22px; border-left: 1px solid rgba(23,61,53,.22); display: flex; flex-direction: column; gap: 7px; }
.chat-option span { font-size: 12px; }
.chat-option strong { font-family: var(--serif); font-size: 25px; font-weight: 400; white-space: nowrap; }
.chat-prices .button { white-space: nowrap; }

/* Softer scroll motion */
.reveal { opacity: 0; transform: translateY(34px) scale(.988); transition: opacity 1s cubic-bezier(.22,1,.36,1), transform 1s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0) scale(1); }
.support-card.reveal, .price-card.reveal { transform: translateY(44px) rotate(.7deg); }
.support-card.reveal.visible, .price-card.reveal.visible { transform: translateY(0) rotate(0); }
.photo img, .process-intro figure img, .cta-photo img { transform: scale(1.055); transition: transform 1.6s cubic-bezier(.22,1,.36,1); }
.photo.image-visible img, .process-intro figure.image-visible img, .cta-photo.image-visible img { transform: scale(1); }

@media (max-width: 1180px) {
  .video-prices { grid-template-columns: repeat(2, 1fr); }
  .chat-prices { grid-template-columns: 1.2fr .5fr .5fr; }
  .chat-prices .button { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 760px) {
  .marquee-track { animation-duration: 18s; }
  .marquee-group { gap: 24px; padding-right: 24px; font-size: 22px; }
  .prices-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
  .video-prices { grid-template-columns: 1fr; }
  .price-card { min-height: 370px; }
  .price-card h3 { margin-top: 42px; }
  .chat-prices { grid-template-columns: 1fr; padding: 24px 20px; }
  .chat-intro { grid-template-columns: 48px 1fr; }
  .chat-icon { width: 46px; height: 46px; }
  .chat-option { padding: 16px 0 0; border-left: 0; border-top: 1px solid rgba(23,61,53,.22); flex-direction: row; justify-content: space-between; align-items: center; }
  .chat-prices .button { grid-column: auto; justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track, .note-top, .note-bottom { animation: none; }
}
/* Final alignment refinements */
.process-intro h2 { font-size: clamp(42px, 4vw, 60px); }
.process-intro figure { height: 345px; margin-top: 40px; }
@media (max-width: 760px) {
  .process-intro h2 { font-size: clamp(39px, 12vw, 54px); }
  .process-intro figure { height: 220px; margin-top: 36px; }
}
/* Automatic equal-bottom process columns */
.process-grid { align-items: stretch; }
.process-intro { display: flex; flex-direction: column; min-width: 0; }
.process-intro figure { flex: 1; height: auto; min-height: 140px; margin-top: 40px; }
@media (max-width: 760px) {
  .process-intro figure { flex: none; height: 220px; min-height: 220px; margin-top: 36px; }
}
/* Compact process photo on desktop; mobile layout stays unchanged */
@media (min-width: 761px) {
  .process-grid { align-items: start; }
  .process-intro figure {
    flex: none;
    width: 64%;
    height: clamp(270px, calc(24vw - 76px), 385px);
    min-height: 0;
    margin-top: 40px;
  }
}

/* Force text rendering for heart on mobile to match desktop */
@media (max-width: 760px) {
  .hand-note span {
    font-family: 'Comic Sans MS', 'Segoe UI Symbol', sans-serif;
    -webkit-text-stroke: 0.5px #d35369;
    paint-order: stroke fill;
    text-rendering: geometricPrecision;
    font-variant-emoji: text;
  }
  .marquee-group b.star {
    font-variant-emoji: text;
    -webkit-text-stroke: 0;
  }
  a span, a {
    font-variant-emoji: text;
  }
}