/* Official Tattoo AI identity, composed for dark cinema + light reading surfaces. */
:root {
  --paper: #ffffff;
  --paper-soft: #f3f3f4;
  --paper-ink: #18181b;
  --paper-muted: #52525b;
  --paper-line: #d4d4d8;
  --action: #d90404;
}
html { scrollbar-color: #71717a #e4e4e7; scroll-padding-top: 110px; }
body { font-size: 16px; min-width: 0; }
button, input, summary { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid #d90404; outline-offset: 4px; }
::selection { background: #d90404; color: #fff; }
input { caret-color: #d90404; }
h1, h2, h3 { text-wrap: balance; }
.icon { display: inline-block; width: 22px; height: 22px; flex-shrink: 0; vertical-align: middle; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1100; padding: 14px 20px; background: #fff; color: #18181b; }
.skip-link:focus { top: 12px; }
.brand-subtitle { color: #a1a1aa; font-size: 10px; }
.main-nav a, .header-cta { font-size: 14px; }
.mobile-nav button { text-align: center; min-height: 48px; padding: 12px; }
.hero-content { min-height: clamp(690px, calc(100svh - 87px), 830px); }
.hero-proof { font-size: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 14px; letter-spacing: 0; min-height: 54px; }
.hero-guidance { max-width: 460px; margin-top: 20px; color: #c5c5ca; font-size: 14px; line-height: 1.6; }
.light-surface { color-scheme: light; background: var(--paper); color: var(--paper-ink); --text-soft: var(--paper-muted); --line: var(--paper-line); }
.light-surface button { color: var(--paper-ink); }
.light-surface .display-heading { color: var(--paper-ink); }
.light-surface .section-heading strong { color: var(--paper-ink); }
.display-heading { font-weight: 600; letter-spacing: -.035em; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.1; }
.section-heading { grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.section-heading p { font-size: 17px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--paper-ink); font-size: 16px; font-weight: 600; text-align: left; line-height: 1.5; border-radius: 0; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover { color: #b30303; }
.text-link:hover .icon { transform: translateX(4px); }
.decision-section { padding-block: 90px; border-bottom: 1px solid var(--paper-line); }
.decision-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.decision-layout > div > p, .faq-layout > div > p { max-width: 42ch; margin-top: 22px; color: var(--paper-muted); font-size: 17px; line-height: 1.7; }
.decision-layout > div > .text-link, .faq-layout > div > .text-link { margin-top: 22px; }
.goal-list { border-top: 1px solid var(--paper-line); }
.goal-list button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; background: transparent; border-bottom: 1px solid var(--paper-line); text-align: left; }
.goal-list button strong { display: block; font-size: 20px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.goal-list button small { display: block; margin-top: 7px; font-size: 15px; color: var(--paper-muted); }
.goal-list button:hover strong, .goal-list .icon { color: var(--action); }
.services-section { padding-block: 105px 90px; }
.services-shell { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 54px; align-items: start; }
.service-index { position: sticky; top: 122px; padding-top: 20px; display: flex; flex-direction: column; align-items: flex-start; }
.service-index p { font-size: 14px; color: var(--paper-muted); margin-bottom: 17px; }
.service-index a { padding-block: 9px; font-size: 15px; line-height: 1.4; color: #3f3f46; }
.service-index a:hover, .service-index a[aria-current="location"] { color: #c00303; text-decoration: underline; text-underline-offset: 5px; }
.service-index .index-packages { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; font-weight: 600; }
.service-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.services-section .service-card, .services-section .service-card:last-child {
  display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 40px;
  grid-column: auto; min-height: 0; padding: 42px 0; border: 0; border-top: 1px solid var(--paper-line);
  border-radius: 0; background: transparent; box-shadow: none; scroll-margin-top: 15px;
}
.services-section .service-card:hover { background: transparent; border-color: var(--paper-line); transform: none; box-shadow: none; }
.services-section .service-card h3 { color: var(--paper-ink); font-size: clamp(1.45rem, 2.15vw, 2rem); font-weight: 600; line-height: 1.14; letter-spacing: -.025em; }
.service-promise { margin-top: 18px; font-size: 19px; font-weight: 500; line-height: 1.4; color: var(--paper-ink); }
.service-description { margin-top: 12px; font-size: 16px; line-height: 1.7; color: var(--paper-muted); }
.service-fit { margin-top: 21px; color: var(--paper-muted); font-size: 15px; line-height: 1.7; }
.service-fit strong { display: block; color: #27272a; font-weight: 600; }
.service-story .text-link { margin-top: 15px; color: #b30303; font-size: 15px; }
.service-story .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.service-deliverables { background: var(--paper-soft); padding: 26px 24px; border-radius: 12px; }
.service-deliverables h4 { margin: 0; color: #27272a; font-size: 15px; font-weight: 600; }
.services-section .service-card ul, .services-section .service-card:last-child ul { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 19px; }
.services-section .service-card li { color: #3f3f46; font-size: 15px; line-height: 1.65; padding-left: 17px; }
.services-section .service-card li::before { color: #b30303; }
.service-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid #d4d4d8; color: #52525b; font-size: 14px; line-height: 1.65; }
.bonus-panel { margin-top: 36px; padding-top: 45px; border-top-color: var(--paper-line); }
.bonus-panel > p { font-size: 16px; }
.bonus-panel > .display-heading { font-size: 30px; }
.bonus-grid { gap: 40px; }
.bonus-card { border-color: var(--paper-line); }
.bonus-card > span { display: none; }
.bonus-card h3 { font-size: 19px; font-weight: 600; margin-top: 0; color: var(--paper-ink); }
.bonus-card p { font-size: 16px; line-height: 1.6; }
.packages-section { background: var(--paper-soft); border-block: 1px solid var(--paper-line); }
.package-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 16px; }
.packages-section .package-card { min-height: 0; padding: 38px 23px 24px; border: 1px solid #d4d4d8; border-radius: 12px; background: #fff; color: var(--paper-ink); }
.packages-section .package-card:hover { background: #fff; border-color: #71717a; }
.packages-section .package-card h3 { margin: 0; font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.package-name { color: #52525b; font-size: 15px; min-height: 44px; }
.package-fit { min-height: 66px; margin-top: 16px; color: #3f3f46; font-size: 16px; line-height: 1.5; }
.packages-section .price { color: var(--paper-ink); font-size: clamp(1.6rem, 2.3vw, 2rem); letter-spacing: -.04em; margin-top: 28px; line-height: 1.25; }
.packages-section .price span { display: block; margin: 4px 0 0; color: #52525b; font-size: 14px; }
.ad-budget { min-height: 45px; color: #52525b; font-size: 14px; }
.package-card ul { border-top-color: var(--paper-line); padding-top: 22px; }
.packages-section .package-card li { color: #3f3f46; font-size: 15px; line-height: 1.6; }
.package-button { font-size: 14px; font-weight: 600; letter-spacing: 0; min-height: 49px; border-radius: 5px; }
.packages-section .package-button.purple, .packages-section .package-button.yellow { background: #fff; border: 1px solid #3f3f46; color: #18181b; }
.packages-section .package-button.purple:hover, .packages-section .package-button.yellow:hover { background: #f4f4f5; }
.packages-section .package-card.featured, .packages-section .package-card.featured:hover { background: #151515; color: #fafafa; border-color: #151515; }
.package-card.featured .package-name, .package-card.featured .package-fit, .package-card.featured .ad-budget, .package-card.featured .price span { color: #c7c7ce; }
.packages-section .package-card.featured .price, .packages-section .package-card.featured li { color: #f4f4f5; }
.package-card.featured ul { border-top-color: #48484d; }
.packages-section .package-button.cyan { background: #d90404; color: #fff; border: 1px solid #d90404; }
.packages-section .package-button.cyan:hover { background: #b30303; }
.popular-badge, .package-yellow .popular-badge { font-size: 11px; letter-spacing: .04em; }
.package-guidance { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; margin-top: 32px; }
.package-guidance p { color: #52525b; font-size: 15px; line-height: 1.7; max-width: 80ch; }
.package-guidance p strong { color: #27272a; }
.package-guidance .text-link { font-size: 15px; }
.extras-panel { margin: 0; border: 0; padding: 0; }
.extras-panel > .display-heading { max-width: 640px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.extras-panel > p { font-size: 17px; }
.extras-grid { gap: 12px 44px; margin-top: 44px; }
.extras-section .extra-card { display: block; min-height: 0; padding: 26px 0; border-top: 1px solid var(--paper-line); background: transparent; }
.extra-card > div { display: flex; flex-direction: column; height: 100%; }
.extras-section .extra-card h3 { color: var(--paper-ink); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.extras-section .extra-card p { font-size: 16px; line-height: 1.6; color: var(--paper-muted); }
.extras-section .extra-card .extra-original { font-size: 14px; margin-top: 5px; }
.extras-section .extra-card .extra-benefit { margin-top: 17px; }
.extras-section .extra-card strong { font-family: var(--font-numbers); font-weight: 500; font-size: 24px; color: var(--paper-ink); margin-top: 25px; }
.extras-section .extra-card .extra-scope { font-size: 14px; margin-block: 12px 20px; }
.extras-section .extra-card button { min-height: 44px; padding: 8px 0; margin-top: auto; border: 0; border-radius: 0; background: transparent; color: #b30303; font-size: 15px; box-shadow: none; }
.testimonials-section { background: #151515; border-block: 1px solid #353538; }
.testimonial-avatar { font-size: 14px; font-weight: 600; background: #292929; color: #fafafa; }
.testimonial-person h3 { font-size: 18px; }
.testimonial-person p { font-size: 14px; }
.testimonial-card blockquote { font-size: 18px; }
.metrics, .testimonial-red .metrics { color: #d4d4d8; font-size: 14px; gap: 12px; flex-wrap: wrap; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--paper-line); }
.faq-list details { border-bottom: 1px solid var(--paper-line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; padding: 23px 0; font-size: 18px; font-weight: 500; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-size: 25px; font-weight: 400; color: #b30303; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { padding-bottom: 15px; }
.faq-list details p { padding: 0 32px 25px 0; color: var(--paper-muted); font-size: 16px; line-height: 1.75; }
.final-cta > .container > .cta-explanation { max-width: 60ch; margin-top: 22px; font-size: 17px; }
.final-cta > .container > .guarantees { font-size: 14px !important; }
.footer-grid h2 { font-size: 17px; }
.footer-grid a, .footer-grid button, .footer-grid span, .footer-brand p { font-size: 14px; line-height: 1.7; }
.footer-grid .brand-lockup { display: inline-flex; }
.footer-grid .brand-subtitle { font-size: 10px; }
.footer-bottom { font-size: 13px; }
.chat-widget { right: 22px; bottom: max(20px, env(safe-area-inset-bottom)); font-family: var(--font-brand); }
.chat-button { width: auto; height: 54px; padding: 0 20px; display: inline-flex; gap: 10px; border: 0; border-radius: 6px; background: #d90404; color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 6px 24px #0003; }
.chat-button:hover { box-shadow: 0 7px 24px #0004; background: #b30303; }
.chat-button .icon { width: 24px; height: 24px; }
.chat-window { bottom: 68px; width: 430px; height: 630px; max-height: calc(100dvh - 115px); border: 0; border-radius: 12px; background: #fff; color-scheme: light; color: #18181b; box-shadow: 0 12px 52px #0005; }
.chat-header { padding: 18px 20px; flex-shrink: 0; background: #181818; color: #fff; border: 0; gap: 14px; }
.chat-header img { display: block; width: 18px; height: auto; }
.chat-header strong { font-size: 17px; font-weight: 600; }
.chat-header small { font-size: 12px; color: #d4d4d8; }
.chat-header button { font-size: 28px; }
.chat-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 11px 18px; border-bottom: 1px solid #e4e4e7; flex-shrink: 0; }
.chat-toolbar span { font-size: 12px; color: #52525b; }
.chat-toolbar button { min-height: 32px; padding: 4px; font-size: 12px; background: transparent; color: #b30303; }
.chat-messages { padding: 20px 18px; background: #f4f4f5; min-height: 0; overscroll-behavior: contain; scrollbar-color: #a1a1aa #f4f4f5; }
.message { display: block; margin-bottom: 18px; }
.message .message-body { padding: 16px; border-radius: 10px; background: #fff; color: #27272a; }
.message p { max-width: none; padding: 0; border: 0; border-radius: 0; color: inherit; background: transparent; font-size: 15px; line-height: 1.65; overflow-wrap: anywhere; white-space: pre-line; }
.message p + p { margin-top: 12px; }
.user-message { display: flex; justify-content: flex-end; margin-left: 28px; }
.user-message p { padding: 11px 15px; border-radius: 10px; background: #262629; color: #fff; font-size: 15px; }
.chat-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.chat-actions button, .chat-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; max-width: 100%; padding: 8px 12px; border: 1px solid #d4d4d8; border-radius: 6px; background: #fff; color: #3f3f46; font-size: 14px; text-align: left; line-height: 1.45; }
.chat-actions button:hover, .chat-actions a:hover { background: #f4f4f5; border-color: #71717a; }
.chat-actions .primary-action { color: #fff; background: #d90404; border-color: #d90404; }
.chat-actions .primary-action:hover { background: #b30303; }
.chat-input-area { padding: 14px 16px 10px; background: #fff; border-top: 1px solid #d4d4d8; flex-shrink: 0; }
.chat-input { gap: 8px; }
.chat-input input { min-width: 0; padding: 12px; border-radius: 6px; background: #fff; color: #18181b; border: 1px solid #a1a1aa; font-size: 16px; }
.chat-input input::placeholder { color: #52525b; }
.send-button { width: 48px; padding: 10px; border-radius: 6px; background: #d90404; color: #fff; }
.chat-privacy { margin-top: 8px; font-size: 11px; line-height: 1.5; color: #52525b; }
.hero-whatsapp-link { display: inline-flex; align-items: center; margin-top: 19px; color: #fff; font-size: 15px; font-weight: 600; text-underline-offset: 5px; }
.hero-whatsapp-link::after { content: "↗"; margin-left: 9px; color: #d90404; font-size: 19px; }
.hero-whatsapp-link:hover { text-decoration: underline; }
.button-whatsapp { display: inline-flex; align-items: center; justify-content: center; background: #d90404; color: #fff; border-color: #d90404; }
.button-whatsapp:hover { background: #b30303; border-color: #b30303; }
.whatsapp-inline { display: inline-flex; align-items: center; margin: 14px 0 0; color: #b30303; font-size: 14px; font-weight: 600; text-decoration: none; text-underline-offset: 4px; }
.whatsapp-inline::before { content: "↗"; margin-right: 7px; font-size: 16px; }
.whatsapp-inline:hover { text-decoration: underline; }
.footer-whatsapp { display: block; color: #e5e7eb !important; font-weight: 600; }
.footer-whatsapp:hover { color: #fff !important; text-decoration: underline; text-underline-offset: 4px; }
.chat-summary { margin: 14px 0; white-space: pre-wrap; font: inherit; font-size: 14px; line-height: 1.65; color: #27272a; overflow-wrap: anywhere; }
.noscript-notice { margin: 0; padding: 20px; color: #fff; background: #27272a; }
@media (min-width: 1440px) { .container { max-width: 1440px; } }
@media (max-width: 1180px) {
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .packages-section .package-card { padding: 38px 30px 28px; }
  .packages-section .price { font-size: 36px; }
  .package-fit { min-height: 48px; }
  .package-name { min-height: 0; }
  .services-shell { grid-template-columns: 165px minmax(0, 1fr); gap: 34px; }
  .services-section .service-card, .services-section .service-card:last-child { gap: 25px; }
  .decision-layout { gap: 65px; }
  .faq-layout { gap: 55px; }
}
@media (max-width: 900px) {
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .decision-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .decision-layout > div > p, .faq-layout > div > p { max-width: 60ch; }
  .services-shell { display: block; }
  .service-index { position: static; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 5px 20px; padding: 0 0 26px; }
  .service-index p { flex-basis: 100%; margin-bottom: 6px; }
  .service-index a { font-size: 14px; padding-block: 8px; }
  .service-index .index-packages { margin-top: 0; }
  .services-section .service-card, .services-section .service-card:last-child { gap: 35px; padding-block: 34px; }
  .services-section .service-card h3 { font-size: 29px; }
  .package-guidance { grid-template-columns: 1fr; gap: 12px; }
  .extras-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 32px; }
  .bonus-grid { gap: 25px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 94px; }
  .section { padding-block: 64px; }
  .brand-subtitle { font-size: 9px; }
  .cinematic-hero { min-height: 0; }
  .hero-content { padding-top: 290px; padding-bottom: 48px; min-height: 0; }
  .display-title { font-size: clamp(2.4rem, 10.5vw, 4rem); letter-spacing: -.035em; line-height: 1.05; }
  .display-title span { font-size: 1.05em; }
  .hero-subtitle, .hero-lead { font-size: 16px; }
  .hero-proof { font-size: 11px; }
  .hero-guidance { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; font-size: 14px; padding-inline: 16px; }
  .decision-section { padding-block: 60px; }
  .decision-layout { gap: 30px; }
  .display-heading { font-size: 32px; }
  .goal-list button strong { font-size: 18px; }
  .goal-list button small { font-size: 14px; }
  .section-heading p { font-size: 16px; }
  .services-section .service-card, .services-section .service-card:last-child { grid-template-columns: 1fr; gap: 25px; padding-block: 35px; }
  .services-section .service-card h3 { font-size: 27px; }
  .service-deliverables { padding: 23px; }
  .service-index { gap: 0 17px; }
  .service-index a { min-height: 40px; }
  .bonus-grid { grid-template-columns: 1fr; gap: 24px; }
  .bonus-card { border: 0; padding: 0; }
  .package-grid { grid-template-columns: 1fr; }
  .packages-section .package-card { padding: 37px 27px 27px; }
  .package-fit { min-height: 0; }
  .packages-section .price { font-size: 36px; }
  .packages-section .price span { display: inline; margin-left: 6px; }
  .ad-budget { min-height: 0; }
  .extras-grid { grid-template-columns: 1fr; gap: 8px; }
  .extras-section .extra-card { padding-block: 28px; }
  .faq-list summary { font-size: 17px; }
  .final-cta .display-heading { font-size: 39px; }
  .final-cta .cta-actions { flex-direction: column; align-items: stretch; }
  .final-cta .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .chat-widget { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .chat-button { min-height: 50px; height: 50px; padding: 0 15px; font-size: 14px; }
  .chat-window { position: fixed; inset: auto 10px max(76px, calc(env(safe-area-inset-bottom) + 68px)) 10px; width: auto; height: min(620px, calc(100dvh - 100px)); max-height: calc(100dvh - 100px); }
  .chat-header { padding: 14px 16px; }
  .chat-header small { font-size: 11px; }
  .chat-toolbar { padding: 8px 15px; }
  .chat-messages { padding: 16px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; }
  .text-link .icon { transition: none; }
  .text-link:hover .icon { transform: none; }
}


/* Full-service operating model and vertical service mockups. */
.operation-section { padding-block: 92px 86px; border-bottom: 1px solid var(--paper-line); }
.operation-section .section-heading strong { color: var(--action); }
.operation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--paper-line); }
.operation-card { min-height: 220px; padding: 28px 30px 24px 0; border-right: 1px solid var(--paper-line); }
.operation-card + .operation-card { padding-left: 30px; }
.operation-card:last-child { border-right: 0; padding-right: 0; }
.operation-step { display: block; color: var(--action); font-family: var(--font-numbers, "JetBrains Mono", monospace); font-size: 13px; letter-spacing: .08em; }
.operation-card h3 { margin-top: 44px; color: var(--paper-ink); font-size: 22px; font-weight: 600; letter-spacing: -.025em; line-height: 1.16; }
.operation-card p { max-width: 32ch; margin-top: 14px; color: var(--paper-muted); font-size: 16px; line-height: 1.7; }
.operation-callout { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 12px 20px; align-items: baseline; margin-top: 48px; padding: 22px 24px; border: 1px solid var(--paper-line); border-radius: 12px; background: var(--paper-soft); }
.operation-callout strong { color: var(--paper-ink); font-size: 16px; }
.operation-callout span { color: var(--paper-muted); font-size: 15px; line-height: 1.6; }

.services-section .service-card, .services-section .service-card:last-child {
  grid-template-columns: minmax(185px, .72fr) minmax(0, 1.05fr) minmax(250px, .98fr);
  min-height: 390px;
  gap: 36px;
  align-items: center;
}
.services-section .service-card > .service-card-visual { grid-column: 1; grid-row: 1; position: relative; display: grid; min-height: 340px; place-items: center; isolation: isolate; overflow: visible; }
.services-section .service-card > .service-story { grid-column: 2; grid-row: 1; }
.services-section .service-card > .service-deliverables { grid-column: 3; grid-row: 1; }
.services-section .service-card:nth-child(even) > .service-card-visual { grid-column: 3; }
.services-section .service-card:nth-child(even) > .service-story { grid-column: 1; }
.services-section .service-card:nth-child(even) > .service-deliverables { grid-column: 2; }
.service-card-visual::before { content: ""; position: absolute; z-index: -1; width: 84%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(217,4,4,.13), rgba(217,4,4,0) 68%); filter: blur(1px); }
.service-card-visual::after { content: ""; position: absolute; z-index: -1; width: 62%; height: 12%; bottom: 11%; border-radius: 50%; background: rgba(24,24,27,.16); filter: blur(18px); }
.service-card-visual img { display: block; width: min(100%, 320px); height: auto; max-height: 360px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(24,24,27,.24)); transform: rotate(-2deg) translateY(-3px); transition: transform .35s ease, filter .35s ease; }
.service-card:nth-child(even) .service-card-visual img { transform: rotate(2deg) translateY(-3px); }
.services-section .service-card:hover .service-card-visual img { transform: rotate(-1deg) translateY(-10px) scale(1.02); filter: drop-shadow(0 30px 27px rgba(24,24,27,.3)); }
.services-section .service-card:nth-child(even):hover .service-card-visual img { transform: rotate(1deg) translateY(-10px) scale(1.02); }
@media (prefers-reduced-motion: no-preference) {
  .service-card-visual img { animation: service-visual-float 6.5s ease-in-out infinite; }
  .service-card:nth-child(even) .service-card-visual img { animation-delay: -2.8s; }
  @keyframes service-visual-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
}

@media (max-width: 900px) {
  .operation-grid { grid-template-columns: 1fr; }
  .operation-card, .operation-card + .operation-card, .operation-card:last-child { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--paper-line); }
  .operation-card:last-child { border-bottom: 0; }
  .operation-card h3 { margin-top: 25px; }
  .operation-callout { grid-template-columns: 1fr; gap: 5px; }
  .operation-callout strong:not(:first-child) { margin-top: 15px; }
  .services-section .service-card, .services-section .service-card:last-child { grid-template-columns: minmax(0,1fr); min-height: 0; gap: 25px; }
  .services-section .service-card > .service-card-visual, .services-section .service-card:nth-child(even) > .service-card-visual,
  .services-section .service-card > .service-story, .services-section .service-card:nth-child(even) > .service-story,
  .services-section .service-card > .service-deliverables, .services-section .service-card:nth-child(even) > .service-deliverables { grid-column: 1; grid-row: auto; }
  .services-section .service-card > .service-card-visual { min-height: 300px; order: -1; }
  .service-card-visual img { width: min(100%, 330px); max-height: 390px; }
}
@media (max-width: 640px) {
  .operation-section { padding-block: 64px; }
  .operation-callout { margin-top: 28px; padding: 20px; }
  .services-section .service-card > .service-card-visual { min-height: 255px; }
  .service-card-visual img { width: min(100%, 280px); max-height: 330px; }
}
