:root {
    --ink: #291f21;
    --ink-soft: #6e5c60;
    --red: #a42b39;
    --red-dark: #721924;
    --red-deep: #4f111a;
    --rose: #d87582;
    --blush: #f5dadd;
    --blush-light: #fff6f5;
    --cream: #fffaf7;
    --white: #ffffff;
    --border: rgba(91, 31, 41, .14);
    --shadow: 0 28px 75px rgba(95, 22, 34, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-target { scroll-margin-top: 84px; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 250, 247, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 10px 32px rgba(93, 23, 33, .07); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 188px; height: 56px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--red); transition: .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--red); color: var(--white); font: 700 14px "Manrope", sans-serif; box-shadow: 0 14px 28px rgba(164, 43, 57, .23); cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 18px 34px rgba(164, 43, 57, .28); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-full { width: 100%; }

.section-dots { position: fixed; right: 28px; top: 50%; z-index: 45; display: grid; gap: 15px; transform: translateY(-50%); }
.section-dots a { position: relative; width: 10px; height: 10px; border: 1px solid rgba(80, 21, 30, .42); border-radius: 50%; background: rgba(255,255,255,.55); transition: .2s ease; }
.section-dots a::before { content: ""; position: absolute; inset: 2px; border-radius: inherit; background: transparent; transition: .2s ease; }
.section-dots a.active { transform: scale(1.35); border-color: var(--red); }
.section-dots a.active::before { background: var(--red); }
.section-dots span { position: absolute; top: 50%; right: 20px; padding: 5px 10px; border-radius: 999px; background: var(--red-deep); color: var(--white); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(8px, -50%); transition: .2s ease; white-space: nowrap; }
.section-dots a:hover span { opacity: 1; transform: translate(0, -50%); }

.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.1; }
h1 { margin-bottom: 24px; font: 600 clamp(54px, 6.5vw, 88px) "Playfair Display", serif; letter-spacing: -.045em; }
h1 em { color: var(--red); font-weight: 500; }
h2 { margin-bottom: 20px; font: 600 clamp(38px, 4.3vw, 60px) "Playfair Display", serif; letter-spacing: -.035em; }
h3 { margin-bottom: 14px; font: 600 28px "Playfair Display", serif; }

.hero { position: relative; overflow: hidden; padding: 96px 0 155px; background: radial-gradient(circle at 10% 20%, rgba(216,117,130,.16), transparent 32%), linear-gradient(135deg, #fffaf7 0%, #fff3f1 52%, #f8dfe1 100%); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; }
.hero-text { max-width: 660px; margin: 0 0 34px; color: var(--ink-soft); font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-link { font-weight: 800; }
.text-link span { margin-left: 7px; transition: .2s ease; }
.text-link:hover span { margin-left: 12px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; color: var(--ink-soft); font-size: 13px; }
.hero-notes span::before { content: ""; width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--rose); }
.hero-art { position: relative; min-height: 560px; }
.water-orb { position: absolute; inset: 20px 18px 26px 20px; overflow: hidden; border-radius: 48% 52% 43% 57% / 57% 47% 53% 43%; background: linear-gradient(155deg, #d66e7c 0%, #aa3141 48%, #741d29 100%); box-shadow: 0 35px 80px rgba(113, 29, 41, .25); transform: rotate(-3deg); }
.water-orb::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.23); border-radius: inherit; }
.water-orb::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; top: 42px; border-radius: 50%; background: rgba(255,255,255,.12); filter: blur(2px); }
.orb-mark { position: absolute; left: 50%; top: 44%; z-index: 3; width: 48%; height: auto; opacity: .72; filter: brightness(0) invert(1); transform: translate(-50%, -50%) rotate(3deg); }
.water-line { position: absolute; left: -12%; width: 124%; border: 2px solid rgba(255,255,255,.46); border-color: rgba(255,255,255,.5) transparent transparent transparent; border-radius: 50%; transform: rotate(-6deg); }
.line-one { height: 190px; bottom: 124px; }
.line-two { height: 210px; bottom: 83px; opacity: .82; }
.line-three { height: 236px; bottom: 32px; opacity: .62; }
.line-four { height: 266px; bottom: -34px; opacity: .42; }
.hero-badge { position: absolute; right: -16px; bottom: 12px; z-index: 5; width: min(340px, 82%); padding: 19px 21px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.85); border-radius: 19px; background: rgba(255,255,255,.91); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.badge-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--blush); color: var(--red); font-size: 24px; }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge small { margin-top: 4px; color: var(--ink-soft); line-height: 1.35; }
.ripple { position: absolute; border: 1px solid rgba(164,43,57,.16); border-radius: 50%; }
.ripple-one { width: 160px; height: 65px; left: -12px; bottom: 46px; transform: rotate(-8deg); }
.ripple-two { width: 110px; height: 42px; left: 13px; bottom: 60px; transform: rotate(-8deg); }
.hero-water { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .3; }
.hero-water-one { width: 370px; height: 370px; left: -210px; top: 45px; background: var(--rose); }
.hero-water-two { width: 300px; height: 300px; right: -120px; bottom: 20px; background: var(--red); }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; height: 170px; }
.hero-wave svg { width: 100%; height: 100%; }
.hero-wave path:first-child { fill: var(--white); }
.hero-wave .wave-line { fill: none; stroke: rgba(164,43,57,.2); stroke-width: 2; }

.trust-strip { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 34px 38px; border-right: 1px solid var(--border); }
.trust-grid > div:last-child { border-right: 0; }
.trust-number { display: block; margin-bottom: 12px; color: var(--rose); font: 700 11px "Manrope", sans-serif; letter-spacing: .15em; }
.trust-grid strong { display: block; margin-bottom: 5px; font-size: 15px; }
.trust-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.section { position: relative; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 84px; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 11px; color: var(--ink-soft); }
.services-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 410px; padding: 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 27px; background: var(--cream); box-shadow: 0 18px 44px rgba(91,31,41,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-primary { background: linear-gradient(145deg, var(--red), var(--red-dark)); color: var(--white); }
.service-card-primary h3, .service-card-primary a { color: var(--white); }
.service-card-primary p { color: rgba(255,255,255,.72); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; }
.service-index { color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.service-card-primary .service-index { color: rgba(255,255,255,.55); }
.service-symbol { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--red); font-size: 23px; }
.service-card-primary .service-symbol { background: rgba(255,255,255,.13); color: var(--white); }
.service-card p { margin: 0 0 28px; color: var(--ink-soft); }
.service-card a { position: relative; z-index: 2; margin-top: auto; color: var(--red); font-weight: 800; }
.card-wave { position: absolute; left: -20%; right: -20%; bottom: -78px; height: 150px; border: 2px solid rgba(164,43,57,.11); border-radius: 50%; }
.card-wave::before, .card-wave::after { content: ""; position: absolute; left: 0; right: 0; height: 100%; border: inherit; border-color: rgba(164,43,57,.08); border-radius: inherit; transform: translateY(-18px); }
.card-wave::after { transform: translateY(-36px); }
.service-card-primary .card-wave, .service-card-primary .card-wave::before, .service-card-primary .card-wave::after { border-color: rgba(255,255,255,.14); }
.disclaimer { max-width: 900px; margin: 28px 0 0; color: var(--ink-soft); font-size: 12px; }

.menu-card { padding: 6px 44px; border: 1px solid var(--border); border-radius: 27px; background: var(--cream); box-shadow: 0 18px 44px rgba(91,31,41,.06); }
.menu-row { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--border); }
.menu-row:last-child { border-bottom: 0; }
.menu-price { color: var(--red); font: 700 23px "Manrope", sans-serif; }
.menu-price small { display: block; margin-top: 6px; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.5; }
.menu-copy h4 { margin: 0 0 7px; font: 600 21px "Playfair Display", serif; color: var(--ink); }
.menu-copy p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.about-section { overflow: hidden; background: var(--blush-light); }
.about-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 95px; align-items: center; }
.about-art { position: relative; min-height: 520px; }
.drop-shape { position: absolute; inset: 0 58px 34px 0; display: grid; place-items: center; overflow: hidden; border-radius: 50% 50% 46% 54% / 38% 40% 60% 62%; background: linear-gradient(155deg, #e99ba5, #b83d4d 60%, #7c202d); box-shadow: var(--shadow); }
.drop-shape::before { content: ""; position: absolute; width: 390px; height: 155px; bottom: 54px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; transform: rotate(-7deg); }
.drop-shape::after { content: ""; position: absolute; width: 320px; height: 125px; bottom: 88px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; transform: rotate(-7deg); }
.drop-mark { position: relative; z-index: 2; width: 48%; height: auto; opacity: .62; filter: brightness(0) invert(1); }
.drop-rings { position: absolute; width: 230px; height: 82px; bottom: 120px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; transform: rotate(-7deg); }
.about-card { position: absolute; right: 0; bottom: 0; padding: 20px 26px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.about-card strong, .about-card span { display: block; }
.about-card span { margin-top: 3px; color: var(--ink-soft); }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.check-grid span { position: relative; padding: 14px 15px 14px 42px; border: 1px solid var(--border); border-radius: 13px; background: rgba(255,255,255,.58); font-size: 14px; font-weight: 700; }
.check-grid span::before { content: ""; position: absolute; left: 16px; top: 50%; width: 13px; height: 7px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: translateY(-65%) rotate(-45deg); }
.about-wave { position: absolute; border: 1px solid rgba(164,43,57,.10); border-radius: 50%; }
.about-wave-one { width: 640px; height: 220px; right: -220px; top: 90px; transform: rotate(-13deg); }
.about-wave-two { width: 800px; height: 280px; right: -300px; top: 125px; transform: rotate(-13deg); }

.booking-section { overflow: hidden; background: linear-gradient(145deg, var(--red-deep), #781e2b 60%, #9f2d3c); color: var(--white); }
.booking-section h2 { color: var(--white); }
.booking-section .eyebrow { color: #f2aab4; }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: center; }
.booking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 17px; }
.booking-steps { display: grid; gap: 12px; margin-top: 34px; }
.booking-steps div { display: flex; align-items: center; gap: 14px; }
.booking-steps b { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #f1a4ae; font-size: 11px; letter-spacing: .08em; }
.calendar-card { overflow: hidden; border-radius: 26px; background: var(--white); color: var(--ink); box-shadow: 0 34px 90px rgba(33, 5, 10, .35); }
.calendar-header { padding: 23px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f8e9e9; border-bottom: 1px solid var(--border); }
.calendar-header span { color: var(--red); font: 600 24px "Playfair Display", serif; }
.calendar-header small { color: var(--ink-soft); }
.calendar-body { padding: 42px; }
.calendar-kicker { margin: 0 0 8px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.calendar-body p:not(.calendar-kicker) { color: var(--ink-soft); }
.calendar-note { display: block; margin-top: 14px; color: #9b8589; text-align: center; }
.booking-ripples { position: absolute; width: 880px; height: 340px; left: -240px; bottom: -90px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-8deg); }
.booking-ripples::before, .booking-ripples::after { content: ""; position: absolute; inset: 35px; border: inherit; border-radius: inherit; }
.booking-ripples::after { inset: 70px; }

.contact-section { overflow: hidden; background: var(--cream); }
.contact-watermark { position: absolute; left: 50%; top: 55px; color: rgba(164,43,57,.035); font: 700 clamp(90px, 15vw, 220px) "Manrope", sans-serif; letter-spacing: .14em; transform: translateX(-50%); white-space: nowrap; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 92px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.contact-details { display: grid; gap: 13px; margin-top: 34px; }
.contact-details > * { padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--ink-soft); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; }
.contact-form { padding: 38px; border: 1px solid var(--border); border-radius: 25px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(91,31,41,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #e5cccf; border-radius: 12px; background: #fffafa; color: var(--ink); outline: none; transition: .2s ease; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(164,43,57,.10); }
textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-message { margin-bottom: 20px; padding: 13px 15px; border-radius: 11px; font-size: 14px; }
.success { background: #f2e7e7; color: #6d2430; }
.error { background: #fde9e8; color: #8a2f37; }

.site-footer { position: relative; overflow: hidden; padding: 82px 0 22px; background: #2c1116; color: rgba(255,255,255,.7); }
.footer-wave { position: absolute; width: 120%; height: 180px; left: -10%; top: -120px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.2fr .8fr; align-items: center; gap: 60px; }
.footer-brand { width: 220px; height: 78px; overflow: hidden; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.footer-grid p { max-width: 470px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; color: var(--white); font-size: 14px; font-weight: 800; }
.footer-bottom { margin-top: 48px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 980px) {
    .section-dots { display: none; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; padding: 20px; background: var(--cream); border-bottom: 1px solid var(--border); box-shadow: 0 18px 35px rgba(91,31,41,.09); }
    .site-nav.open { display: grid; }
    .site-nav .button { width: 100%; }
    .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.open span:nth-child(2) { opacity: 0; }
    .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid, .section-heading, .about-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .menu-row { grid-template-columns: 1fr; gap: 10px; }
    .menu-price small { margin-bottom: 0; }
    .hero { padding-top: 64px; }
    .hero-art { min-height: 520px; max-width: 650px; width: 100%; margin: 0 auto; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 330px; }
    .service-top { margin-bottom: 42px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--border); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .about-art { min-height: 470px; max-width: 620px; width: 100%; margin: 0 auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
    .container { width: min(100% - 28px, 1180px); }
    .nav-wrap { min-height: 74px; }
    .brand { width: 160px; height: 48px; }
    .site-nav { top: 74px; }
    .section { padding: 80px 0; }
    h1 { font-size: 49px; }
    h2 { font-size: 39px; }
    .hero { padding-bottom: 120px; }
    .hero-art { min-height: 400px; }
    .water-orb { inset: 10px 10px 30px; }
    .orb-letter { font-size: 116px; }
    .hero-badge { right: 0; bottom: 0; width: 92%; }
    .hero-notes { display: grid; }
    .trust-grid > div { padding: 28px 8px; }
    .section-heading { margin-bottom: 38px; }
    .service-card, .calendar-body, .contact-form { padding: 27px; }
    .menu-card { padding: 4px 24px; }
    .menu-row { padding: 24px 0; }
    .field-row, .check-grid { grid-template-columns: 1fr; gap: 0; }
    .about-art { min-height: 370px; }
    .drop-shape { right: 28px; }
    .drop-shape > span { font-size: 106px; }
    .about-card { padding: 16px 20px; }
    .calendar-header { align-items: flex-start; flex-direction: column; }
    .footer-bottom { flex-direction: column; }
    .footer-links { flex-wrap: wrap; }
}

/* Helios III technology */
.technology-section { overflow: hidden; background: #fffafa; }
.technology-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; }
.technology-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.technology-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0 30px; }
.technology-features div { min-height: 145px; padding: 20px; border: 1px solid var(--border); border-radius: 17px; background: rgba(255,255,255,.76); }
.technology-features strong, .technology-features span { display: block; }
.technology-features strong { color: var(--red); font-size: 14px; }
.technology-features span { margin-top: 8px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.laser-visual { position: relative; min-height: 560px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 32px; background: radial-gradient(circle at 50% 35%, #fff 0, #f8e8e9 52%, #eed0d3 100%); box-shadow: 0 28px 75px rgba(91,31,41,.12); }
.laser-glow { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(164,43,57,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.22), 0 0 0 90px rgba(255,255,255,.13); }
.laser-machine { position: relative; z-index: 2; width: 230px; height: 370px; border-radius: 38px 38px 28px 28px; background: linear-gradient(160deg, #fff 8%, #eee8e8 78%, #d9ced0); box-shadow: 0 30px 45px rgba(48,15,21,.22), inset -13px -8px 22px rgba(83,50,55,.09); }
.laser-screen { position: absolute; left: 30px; right: 30px; top: 43px; height: 94px; padding: 22px; border-radius: 16px; background: linear-gradient(145deg, #321217, #711f2b); color: rgba(255,255,255,.92); box-shadow: inset 0 0 20px rgba(255,255,255,.08); }
.laser-screen span, .laser-screen b { display: block; }
.laser-screen span { font: 600 18px "Manrope", sans-serif; letter-spacing: .15em; }
.laser-screen b { color: #f0a6af; font: 600 34px "Playfair Display", serif; }
.laser-panel { position: absolute; left: 48px; right: 48px; top: 168px; display: flex; justify-content: center; gap: 16px; }
.laser-panel i { width: 17px; height: 17px; border: 4px solid #d3c4c6; border-radius: 50%; background: #a32b3b; }
.laser-base { position: absolute; left: 38px; right: 38px; bottom: 36px; height: 90px; border-radius: 12px 12px 23px 23px; background: linear-gradient(#e6dcdd, #c9b9bb); }
.laser-base::after { content: ""; position: absolute; left: 28px; right: 28px; bottom: -22px; height: 24px; border-radius: 50%; background: #8c767a; filter: blur(1px); }
.laser-arm { position: absolute; width: 130px; height: 18px; right: -98px; top: 103px; border-radius: 12px; background: linear-gradient(#eee8e8, #cbbfc1); transform: rotate(-23deg); transform-origin: left center; box-shadow: 0 7px 13px rgba(45,14,20,.17); }
.laser-arm::after { content: ""; position: absolute; width: 55px; height: 29px; right: -39px; top: -6px; border-radius: 15px; background: #7c2733; }
.laser-arm span { position: absolute; width: 62px; height: 62px; left: -18px; top: -22px; border-radius: 50%; background: #ded3d5; box-shadow: inset 0 0 0 10px #f7f3f3; }
.laser-label { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 26px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.72); border-radius: 15px; background: rgba(255,255,255,.82); backdrop-filter: blur(10px); }
.laser-label small, .laser-label strong { display: block; }
.laser-label small { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.laser-label strong { margin-top: 3px; }

@media (max-width: 980px) {
    .technology-grid { grid-template-columns: 1fr; gap: 50px; }
    .laser-visual { min-height: 510px; max-width: 650px; width: 100%; margin: 0 auto; }
}

@media (max-width: 620px) {
    .technology-features { grid-template-columns: 1fr; }
    .technology-features div { min-height: auto; }
    .laser-visual { min-height: 460px; }
    .laser-machine { transform: scale(.82); }
}
