/* A quieter home and image-led service pages in the flyer palette. */
.home-hero{padding-top:35px;padding-bottom:42px;min-height:570px;gap:5%;grid-template-columns:1.05fr 1fr}
.home-hero .intro{font-size:20px;line-height:1.6;margin-top:23px}
.home-hero h1{font-size:clamp(3rem,5.5vw,5rem)}
.home-hero .hero-foot{margin-top:27px}
.booster-visual{margin:0;min-width:0}
.booster-art{position:relative;isolation:isolate;max-width:520px;margin-left:auto}
.booster-phone{position:relative;z-index:1;display:block;width:100%;height:auto;max-height:580px;object-fit:contain}
.reach-bars{position:absolute;inset:7% 1% 12%;z-index:0;display:flex;align-items:flex-end;gap:3%;pointer-events:none}
.reach-bars span{flex:1;height:var(--bar-height);border-radius:12px 12px 3px 3px;background:linear-gradient(180deg,#8eb8eea6,#c8b7e370);transform-origin:bottom;animation:reach-grow 7s cubic-bezier(.22,.7,.25,1) infinite both;animation-delay:var(--bar-delay)}
.reach-bars span:nth-child(2n){background:linear-gradient(180deg,#b6a0dea6,#edd6e880)}
.reach-bars span:last-child{background:linear-gradient(180deg,#73a5dfa6,#cbb7df80)}
@keyframes reach-grow{0%{transform:scaleY(.12);opacity:0}10%{opacity:1}65%,85%{transform:scaleY(1);opacity:1}97%,100%{transform:scaleY(1);opacity:0}}
@media(prefers-reduced-motion:reduce){.reach-bars span{animation:none;transform:none;opacity:1}}
.booster-label{display:none}
.booster-art .hero-reactions{inset:0;overflow:visible;z-index:2}
.booster-art .reaction{background:transparent;border:0;box-shadow:none;border-radius:0;width:40px;height:40px;font:34px/1 Arial,sans-serif;opacity:0;animation:flying-reaction 8s linear infinite;will-change:transform,opacity}
.booster-art .reaction-heart{color:#e4445c;left:10%;top:53%;animation-delay:-1s}
.booster-art .reaction-thumb{right:12%;top:59%;animation-delay:-5s;font-size:30px}
.booster-art .reaction-love{color:#9670c7;left:12%;top:77%;animation-delay:-6s;font-size:26px}
.booster-art .reaction-small{left:auto;right:5%;top:27%;font-size:25px;animation-delay:-3s}
.booster-art .motion-toggle{top:auto;bottom:-10px;left:50%;transform:translateX(-50%);white-space:nowrap;border:1px solid #e4dce0;background:#fffffff0;color:#50555a;font-size:12px;padding:8px 12px;border-radius:20px}
@keyframes flying-reaction{0%{opacity:0;transform:translate(-4px,45px) rotate(-12deg) scale(.8)}15%{opacity:1}75%{opacity:.9}100%{opacity:0;transform:translate(15px,-105px) rotate(14deg) scale(1.08)}}
.home-proof{display:flex;align-items:center;justify-content:space-between;gap:24px;border-block:1px solid var(--line);padding-block:23px;background:#fff}
.home-client-logos{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;padding-block:10px 28px}
.home-client-logos figure{margin:0;min-width:0;padding:16px 12px;border:1px solid #efedf0;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center}
.home-client-logos figure>a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.home-client-logos img{width:100%;height:73px;object-fit:contain}
@media(max-width:800px){.home-client-logos{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media(max-width:480px){.home-client-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-client-logos img{height:57px}}
.home-rating{display:flex;align-items:center;gap:17px;font-size:15px;line-height:1.5}
.home-rating .rating-stars{font-size:22px;white-space:nowrap;letter-spacing:1px;animation:none}
.home-rating strong{font-weight:600}
.home-rating small{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.home-proof>img{width:152px;height:auto;flex-shrink:0}
.home-proof>.text-link{font-size:14px;white-space:nowrap}
.home-section{padding-block:62px}
.home-section .section-heading{margin-bottom:30px}
.home-section h2,.home-contact h2{font-size:clamp(2rem,3.4vw,3.2rem)}
.visual-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.visual-service-card{display:block;min-width:0;border:1px solid var(--service-border,#eadde2);border-radius:22px;overflow:hidden;background:var(--service-tint,#fff3f7);transition:transform .35s var(--ease-out),box-shadow .35s}
.theme-rose{--service-accent:#bd3350;--service-tint:#fff1f5;--service-border:#ecd4dd}
.theme-violet{--service-accent:#72509d;--service-tint:#f2edfa;--service-border:#dfd3ee}
.theme-mint{--service-accent:#25745f;--service-tint:#edf7f2;--service-border:#d3e8df}
.theme-blue{--service-accent:#326bab;--service-tint:#edf4fc;--service-border:#d7e2f1}
.service-tile-image{overflow:hidden;background:#f6f6f8;aspect-ratio:1.8}
.service-tile-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease-out)}
.service-tile-copy{position:relative;padding:25px 30px 28px}
.service-tile-copy>p{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--service-accent);margin:0 0 13px}
.service-tile-copy h3{font-size:32px;font-weight:600;line-height:1.15;margin-bottom:10px}
.service-tile-copy>span:not(.tile-arrow){display:block;font-size:17px;color:var(--muted);padding-right:35px}
.service-tile-copy .tile-arrow{position:absolute;right:24px;bottom:25px;font-size:24px;color:var(--service-accent);transition:transform .3s}
.visual-service-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #42324610}
.visual-service-card:hover img{transform:scale(1.045)}
.visual-service-card:hover .tile-arrow{transform:translate(3px,-3px)}
.compact-services{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.compact-services .service-tile-image{aspect-ratio:1.65}
.compact-services .service-tile-copy{padding:20px 19px 23px}
.compact-services .service-tile-copy h3{font-size:25px}
.compact-services .service-tile-copy>p{font-size:12px;margin-bottom:9px}
.compact-services .service-tile-copy>span:not(.tile-arrow){font-size:15px;line-height:1.4;padding-right:17px}
.compact-services .tile-arrow{font-size:20px;right:15px;bottom:21px}
.home-projects{padding-top:10px;padding-bottom:45px}
.home-projects .reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.home-projects .reference-card{min-width:0}
.home-projects .reference-info h3{overflow-wrap:anywhere}
@media(min-width:581px) and (max-width:900px){.home-projects .reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-projects .reference-card:last-child{grid-column:1/-1;width:calc((100% - 22px)/2);justify-self:center}}
.home-projects .project-preview{aspect-ratio:1.65;max-height:290px}
.home-projects .project-preview img{width:100%;height:100%;object-fit:cover;object-position:center 33%}
.home-projects .reference-info{padding-top:18px}
.home-projects .reference-info h3{font-size:27px}
.home-projects .project-description{font-size:16px;max-width:460px}
.home-contact{padding-block:55px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-top:1px solid var(--line)}
.home-contact .eyebrow{margin-bottom:14px}
.home-contact .text-link{margin-top:25px}
.home-contact>.button{flex-shrink:0}
.home-page .footer{padding-top:30px}
.service-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:6%;align-items:center;padding-top:45px;padding-bottom:75px}
.service-hero-copy{min-width:0}
.service-hero .eyebrow{color:var(--service-accent);font-size:12px}
.service-hero h1{font-size:clamp(2.8rem,4.5vw,4.8rem);line-height:1.1;font-weight:650;letter-spacing:-.035em;animation:title-entrance .85s var(--ease-out) both}
.service-hero h1 em{font-weight:650;background:linear-gradient(transparent 85%,var(--service-border) 85%,var(--service-border) 96%,transparent 96%);box-decoration-break:clone;-webkit-box-decoration-break:clone}
.service-hero .lead{font-size:21px;line-height:1.6;color:var(--muted);margin:27px 0;max-width:580px}
.service-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}
.service-tags span{border:1px solid var(--service-border);border-radius:20px;background:var(--service-tint);padding:8px 12px 6px;font-size:13px;line-height:1.4;color:var(--service-accent)}
.service-hero-picture{min-width:0;margin:0;padding:14px;background:var(--service-tint);border:1px solid var(--service-border);border-radius:25px;transform:rotate(1.5deg);transition:transform .5s var(--ease-out);box-shadow:0 18px 50px #2221360c}
.service-hero-picture:hover{transform:rotate(0)}
.service-hero-picture>img{display:block;width:100%;height:auto;aspect-ratio:1.15;object-fit:cover;border-radius:16px}
.service-hero-picture figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 10px 8px}
.service-hero-picture figcaption>span{font-size:12px;letter-spacing:.08em;color:var(--service-accent);white-space:nowrap}
.service-hero-picture figcaption>strong{font-size:18px;line-height:1.3;font-weight:500;text-align:right}
.service-details{padding-block:55px 75px}
.service-details .section-heading{margin-bottom:32px}
.service-details .detail-grid article{background:var(--service-tint);border-color:var(--service-border);box-shadow:none;transition:transform .3s,box-shadow .3s}
.service-details .detail-grid article:hover{transform:translateY(-6px);box-shadow:0 15px 32px #3423430a}
.service-details .item-number{background:#fff;color:var(--service-accent)!important;width:43px;height:43px;border-radius:12px;font-size:15px}
.service-details .detail-grid h3{font-size:27px}
.service-details .detail-grid p{font-size:18px}
.service-story{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center;padding-block:20px 80px}
.service-story figure{min-width:0;margin:0}
.service-story figure>img{width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;border-radius:22px;object-position:center 35%}
.service-story figure>img[src$="danlin-flyer.webp"]{object-fit:contain;background:#f6f5f8;padding:15px;border:1px solid var(--service-border)}
.service-story figcaption{font-size:13px;color:var(--muted);margin-top:14px;line-height:1.5}
.service-story h2{font-size:clamp(2.4rem,3.8vw,3.6rem);font-weight:500;line-height:1.1}
.service-story .eyebrow{color:var(--service-accent);margin-bottom:20px}
.service-story p:not(.eyebrow){font-size:20px;color:var(--muted);margin-top:25px}
.service-story .text-link{margin-top:27px}
.team-grid figure>img,.location-card>img,.split-hero img[src$="daniel-flyer.webp"]{height:auto!important;aspect-ratio:1/1!important;object-fit:cover;border-radius:12px}
.team-grid figure>img{object-position:center 35%}
.team-grid img[src$="daniel-flyer.webp"]{object-position:55% center}
.merch-partnership.product-merch{grid-template-columns:1fr 1.2fr;gap:5%;padding-block:60px;align-items:center}
.product-merch .merch-copy h2{font-size:clamp(2.2rem,3.5vw,3.4rem)}
.product-merch .merch-copy>p:not(.eyebrow){font-size:18px;max-width:450px}
.merch-partner-badge{display:inline-flex;align-items:center;gap:14px;margin-bottom:20px;background:#fff;border:1px solid #e3e3e8;border-radius:12px;padding:10px 16px}
.merch-partner-badge>img{width:37px;height:48px;object-fit:contain}
.merch-partner-badge>span{font-size:14px;line-height:1.35;color:var(--muted)}
.merch-partner-badge strong{display:block;font-size:17px;color:var(--ink)}
.merch-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0}
.merch-product{margin:0;background:#fff;border:1px solid #e4e4e9;border-radius:16px;overflow:hidden;transition:transform .4s var(--ease-out)}
.merch-product:nth-child(2){transform:translateY(-15px)}
.merch-product:hover{transform:translateY(-6px)}
.merch-product:nth-child(2):hover{transform:translateY(-21px)}
.merch-product img{width:100%;height:auto;aspect-ratio:.85;object-fit:contain;background:#fff;padding:12px}
.merch-product figcaption{padding:8px 10px 16px;font-size:14px;font-weight:500;text-align:center}
.home-page .product-merch{border-top:1px solid var(--line);padding-block:50px}
@media(max-width:1100px){.home-proof{gap:18px}.home-rating{gap:12px;font-size:14px}.home-rating .rating-stars{font-size:18px}.home-proof>img{width:126px}.compact-services{gap:14px}.compact-services .service-tile-copy{padding:18px 14px 20px}.compact-services .service-tile-copy h3{font-size:22px}.service-hero{gap:4%}.service-hero h1{font-size:3.3rem}.service-hero .lead{font-size:19px}.service-hero-picture figcaption{display:block}.service-hero-picture figcaption>strong{display:block;text-align:left;margin-top:7px}.merch-partnership.product-merch{grid-template-columns:1fr 1fr;gap:4%}.merch-products{gap:9px}.merch-product img{padding:7px}}
@media(max-width:800px){.home-hero{min-height:0;padding-top:30px;gap:3%}.home-hero h1{font-size:clamp(2.6rem,5.8vw,3.7rem)}.home-hero .intro{font-size:18px}.home-hero .hero-actions{gap:19px;flex-wrap:wrap}.home-hero .hero-actions .button{padding:16px 19px 14px;font-size:14px;gap:12px}.home-proof{flex-wrap:wrap}.home-rating{flex:1 1 55%}.home-proof>.text-link{margin-left:auto}.home-section{padding-block:48px}.compact-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compact-services .service-tile-image{aspect-ratio:2}.compact-services .service-tile-copy{padding:20px}.compact-services .service-tile-copy h3{font-size:27px}.home-projects{padding-top:5px}.home-projects .reference-grid{gap:22px}.home-projects .project-preview{aspect-ratio:1.1}.home-contact{padding-block:45px}.service-hero{grid-template-columns:1fr;gap:35px;padding-top:30px;padding-bottom:45px}.service-hero h1{font-size:clamp(3rem,7vw,4rem)}.service-hero .lead{max-width:650px;font-size:20px}.service-hero-picture{transform:none;max-width:670px;width:100%}.service-hero-picture>img{aspect-ratio:1.7}.service-hero-picture figcaption{display:flex}.service-hero-picture figcaption>strong{margin:0;text-align:right}.service-details{padding-block:35px 45px}.service-story{gap:35px;padding-bottom:55px}.service-story h2{font-size:2.6rem}.service-story p:not(.eyebrow){font-size:18px}.service-story figure>img{aspect-ratio:1}.merch-partnership.product-merch{grid-template-columns:1fr;gap:40px}.product-merch .merch-copy>p:not(.eyebrow){max-width:650px}.merch-products{gap:18px;max-width:680px;width:100%;justify-self:center}.merch-product img{aspect-ratio:1.15;padding:14px}.merch-product:nth-child(2){transform:none}.merch-product:nth-child(2):hover{transform:translateY(-6px)}}
@media(max-width:580px){.home-hero{display:block;padding-top:26px;padding-bottom:35px}.home-hero h1{font-size:clamp(2.9rem,11vw,4rem)}.home-hero .hero-foot{margin-top:22px}.booster-art{max-width:345px;margin:28px auto 10px}.booster-phone{max-height:370px}.booster-art .reaction{font-size:27px}.booster-art .reaction-thumb{font-size:25px}.booster-art .reaction-small{font-size:22px}.home-proof{gap:15px;padding-block:22px}.home-rating{flex-basis:100%;font-size:14px;align-items:flex-start}.home-rating .rating-stars{font-size:19px;margin-top:1px}.home-proof>img{width:135px}.home-proof>.text-link{font-size:14px}.home-section .section-heading{display:flex;align-items:end;gap:15px}.home-section .section-heading>.text-link{font-size:13px;flex-shrink:0}.home-section h2,.home-contact h2{font-size:2.2rem}.home-section .eyebrow{font-size:12px;margin-bottom:16px}.home-section{padding-block:38px}.visual-service-grid{grid-template-columns:1fr;gap:20px}.compact-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.compact-services .service-tile-image{aspect-ratio:1.5}.compact-services .service-tile-copy{padding:16px 12px 21px}.compact-services .service-tile-copy>p{font-size:12px;letter-spacing:.06em}.compact-services .service-tile-copy h3{font-size:21px}.compact-services .service-tile-copy>span:not(.tile-arrow){font-size:14px;padding-right:0}.compact-services .tile-arrow{display:none}.visual-service-card{border-radius:16px}.home-projects{padding-top:5px}.home-projects .reference-grid{grid-template-columns:1fr;gap:28px}.home-projects .project-preview{aspect-ratio:1.6}.home-projects .reference-info h3{font-size:25px}.home-projects .project-description{font-size:16px}.home-contact{display:block;padding-block:35px}.home-contact>.button{margin-top:27px}.home-contact .text-link{margin-top:20px}.service-hero .eyebrow{font-size:12px;margin-bottom:22px}.service-hero h1{font-size:clamp(2.7rem,10vw,3.6rem)}.service-hero .lead{font-size:19px;margin-block:23px}.service-tags{margin-top:25px;gap:7px}.service-tags span{font-size:12px;padding:7px 10px 5px}.service-hero-picture{border-radius:19px;padding:10px}.service-hero-picture>img{aspect-ratio:1.2;border-radius:12px}.service-hero-picture figcaption{gap:12px;padding:16px 7px 7px}.service-hero-picture figcaption>span{font-size:12px}.service-hero-picture figcaption>strong{font-size:16px}.service-details{padding-top:20px}.service-details h2{font-size:2.55rem}.service-details .detail-grid h3{font-size:27px}.service-story{grid-template-columns:1fr;gap:28px;padding-top:0;padding-bottom:45px}.service-story figure>img{aspect-ratio:1.45}.service-story>div{padding-bottom:5px}.service-story .eyebrow{margin-bottom:15px}.service-story p:not(.eyebrow){margin-top:20px;font-size:19px}.merch-partnership.product-merch{padding-block:40px;gap:28px}.home-page .product-merch{padding-block:38px}.product-merch .merch-copy h2{font-size:2.3rem}.merch-products{gap:9px}.merch-product{border-radius:12px}.merch-product img{padding:6px;aspect-ratio:.9}.merch-product figcaption{font-size:12px;padding:5px 7px 13px}.merch-actions .button{font-size:15px;gap:15px;padding:17px 20px 15px}.merch-actions{margin-top:24px;gap:18px}.merch-actions .text-link{font-size:14px}.merch-partner-badge{margin-bottom:18px}}
@media(hover:none){.visual-service-card:hover,.service-details .detail-grid article:hover,.merch-product:hover,.merch-product:nth-child(2):hover{transform:none;box-shadow:none}.visual-service-card:hover img{transform:none}}
@media(prefers-reduced-motion:reduce){.booster-art .reaction{animation:none;opacity:1;transform:none}.service-hero h1{animation:none}.service-hero-picture{transform:none}}
.motion-paused .service-hero h1{animation:none!important;opacity:1;transform:none}
.merch-product-area{min-width:0}
.merch-credit{font-size:12px;line-height:1.5;color:var(--muted);margin-top:16px;text-align:center}

/* Quiet project link below the customer introduction. */
.customer-hero .intro-row{display:block}.customer-hero .customer-project-link{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:4px 0;font-size:16px;font-weight:500;line-height:1.5;color:var(--muted);background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0}.customer-hero .customer-project-link:hover{color:var(--ink);border-bottom-color:currentColor}

@media(max-width:800px){
 .home-hero{display:flex;flex-direction:column;align-items:stretch;gap:0}
 .home-hero .booster-visual{order:-1;width:100%;margin:0}
 .home-hero .booster-art{width:100%;max-width:345px;margin:0 auto 30px}
 .home-hero .hero-copy{width:100%}
}
