/* ========================================================================== 
   Phillips360 Modern V2.033 — final visitor-facing polish
   --------------------------------------------------------------------------
   Purpose:
   - Provide one intentional art-direction layer across public templates.
   - Keep retained content and component behavior unchanged.
   - Load after responsive/legacy CSS and before accessibility safeguards.

   Safe modification options:
   - Section atmosphere: edit only the gradients on section root selectors.
   - Card depth: edit --p360-polish-shadow-* below.
   - Hero width: edit --p360-polish-hero-width (recommended 900px–1160px).
   - Phone clearance: edit --p360-polish-phone-clearance (24px–56px).
   - Do not remove focus, reduced-motion, target-size, or contrast rules from
     components/accessibility.css, which intentionally loads after this file.
   ========================================================================== */

:root {
  --p360-polish-hero-width: 1080px;
  --p360-polish-phone-clearance: clamp(30px, 4vw, 52px);
  --p360-polish-shadow-soft: 0 24px 70px rgba(2, 8, 14, .10);
  --p360-polish-shadow-deep: 0 42px 120px rgba(2, 8, 14, .22);
  --p360-polish-hairline-dark: rgba(8, 17, 26, .12);
  --p360-polish-hairline-light: rgba(255, 255, 255, .16);
}

/* Global finish ---------------------------------------------------------- */
html { background: var(--p360-ink); }
body.p360-site {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 93, 58, .045), transparent 22rem),
    var(--p360-paper);
}
body.p360-site ::selection { background: var(--p360-accent-2); color: var(--p360-ink); }
body.p360-site :where(h1, h2) { text-wrap: balance; }
body.p360-site :where(h3, h4, p, li) { text-wrap: pretty; }
.p360-section { isolation: isolate; }
.p360-section + .p360-section { border-top: 1px solid rgba(8, 17, 26, .06); }
.p360-section--dark + .p360-section--dark { border-top-color: rgba(255, 255, 255, .09); }
.p360-section-heading { position: relative; }
.p360-section-heading--split { grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr); }
.p360-section-heading h2 { max-width: 1020px; }
.p360-section-heading__copy { padding-bottom: 10px; }
.p360-section-heading__copy p { font-size: var(--p360-type-body-lg); }
.p360-kicker { margin-bottom: 24px; }
.p360-kicker::before { width: 38px; }

/* Actions and micro-interactions ---------------------------------------- */
.p360-button {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(255, 93, 58, .18);
}
.p360-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.36) 48%, transparent 74%);
  content: "";
  transform: translateX(-130%);
  transition: transform 700ms var(--p360-ease);
}
.p360-button:hover::before,
.p360-button:focus-visible::before { transform: translateX(130%); }
.p360-button > * { position: relative; z-index: 1; }
.p360-button span:last-child { transition: transform 300ms var(--p360-ease); }
.p360-button:hover span:last-child,
.p360-button:focus-visible span:last-child { transform: translate(3px, -3px); }
.p360-text-link span { transition: transform 300ms var(--p360-ease); }
.p360-text-link:hover span,
.p360-text-link:focus-visible span { transform: translateX(4px); }

/* Header and navigation -------------------------------------------------- */
.p360-header { padding-top: 10px; }
.p360-header::after { right: var(--p360-gutter); left: var(--p360-gutter); opacity: .76; }
.p360-header__inner {
  min-height: 78px;
  padding-inline: clamp(14px, 1.6vw, 24px);
  border: 1px solid transparent;
  border-radius: 24px;
  transition: min-height 300ms var(--p360-ease), border-color 300ms ease, background 300ms ease, box-shadow 300ms ease;
}
.p360-header.is-scrolled { background: transparent; box-shadow: none; backdrop-filter: none; }
.p360-header.is-scrolled .p360-header__inner {
  min-height: 68px;
  border-color: rgba(255,255,255,.13);
  background: rgba(6, 12, 18, .84);
  box-shadow: 0 18px 60px rgba(0,0,0,.20);
  backdrop-filter: blur(22px) saturate(1.18);
}
.p360-header.is-scrolled::after { opacity: 0; }
.p360-brand { width: clamp(156px, 13vw, 198px); }
.p360-nav__list { gap: clamp(20px, 2.2vw, 36px); }
.p360-nav__list > li > a { padding-block: 27px; font-size: .69rem; letter-spacing: .105em; }
.p360-nav__list > li > a::after { bottom: 21px; height: 2px; border-radius: 2px; }
.p360-nav__list .sub-menu {
  top: calc(100% - 5px);
  padding: 10px;
  border-color: rgba(255,255,255,.16);
  border-radius: 20px;
  background: rgba(6, 12, 18, .94);
  backdrop-filter: blur(22px);
}
.p360-nav__list .sub-menu a { padding: 12px 14px; border-radius: 12px; }
.p360-header__cta { box-shadow: none; }
.p360-menu-toggle { min-width: 48px; min-height: 48px; justify-content: center; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.p360-menu-toggle:hover { background: rgba(255,255,255,.08); }
.p360-menu-panel__drawer {
  background:
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.38), transparent 24%),
    linear-gradient(145deg, #ff7556, var(--p360-accent));
}
.p360-menu-panel__list > li > a { letter-spacing: -.06em; }

/* Hero ------------------------------------------------------------------- */
.p360-hero { min-height: max(780px, 100svh); }
.p360-hero__media video { transform: scale(1.015); }
.p360-hero__veil {
  background:
    radial-gradient(circle at 78% 32%, rgba(255, 93, 58, .18), transparent 28%),
    radial-gradient(circle at 58% 80%, rgba(200, 247, 95, .08), transparent 25%),
    linear-gradient(90deg, rgba(3, 8, 13, .97) 0%, rgba(3, 8, 13, .80) 48%, rgba(3, 8, 13, .34) 100%),
    linear-gradient(0deg, rgba(3, 8, 13, .92), transparent 58%);
}
.p360-hero__grid { opacity: .10; background-size: 96px 96px; }
.p360-hero__content { padding-top: clamp(150px, 18vh, 210px); padding-bottom: clamp(84px, 10vh, 128px); }
.p360-hero__eyebrow {
  width: max-content;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(8,17,26,.34);
  color: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
}
.p360-hero h1 {
  max-width: var(--p360-polish-hero-width);
  margin-bottom: 28px;
  font-size: clamp(4rem, 8.1vw, 9.1rem);
  line-height: .91;
  letter-spacing: -.064em;
}
.p360-hero__lead { max-width: 660px; color: rgba(255,255,255,.78); }
.p360-hero__actions { gap: 20px 30px; }
.p360-hero__stats {
  max-width: 820px;
  margin-top: clamp(52px, 7vh, 78px);
  padding-top: 18px;
  border-top-color: rgba(255,255,255,.18);
}
.p360-hero__stats > div {
  min-height: 72px;
  padding: 10px 28px 0 0;
  border-right: 1px solid rgba(255,255,255,.12);
}
.p360-hero__stats > div:last-child { border-right: 0; }
.p360-hero__stats strong { color: #fff; }
.p360-hero__stats span { color: rgba(255,255,255,.68); }
.p360-hero__scroll { bottom: 30px; }

/* Editorial introduction ------------------------------------------------ */
.p360-intro {
  background:
    radial-gradient(circle at 94% 12%, rgba(255,93,58,.10), transparent 26rem),
    var(--p360-paper);
}
.p360-value-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  border: 0;
}
.p360-value-card {
  min-height: 360px;
  grid-column: span 3;
  border: 1px solid var(--p360-polish-hairline-dark);
  border-radius: clamp(20px, 2vw, 30px);
  background: rgba(255,255,255,.52);
  box-shadow: 0 1px 0 rgba(255,255,255,.82) inset;
}
.p360-value-card:nth-child(n+5) { grid-column: span 4; }
.p360-value-card::before {
  right: -105px;
  bottom: -105px;
  width: 210px;
  height: 210px;
  opacity: .88;
}
.p360-value-card:hover { background: #fff; box-shadow: var(--p360-polish-shadow-soft); transform: translateY(-8px); }
.p360-value-card__icon { margin: clamp(38px, 5vw, 62px) 0 clamp(30px, 4vw, 48px); background: rgba(255,255,255,.42); }
.p360-value-card h3 { max-width: 290px; }

/* Client logo ribbon ----------------------------------------------------- */
.p360-clients { padding-block: 32px 54px; }
.p360-logo-marquee { margin-top: 8px; }
.p360-logo-marquee__item { height: 126px; padding: 24px 38px; }
.p360-logo-marquee__item img { opacity: .62; }

/* Services --------------------------------------------------------------- */
.p360-services {
  background:
    radial-gradient(circle at 14% 20%, rgba(255,93,58,.14), transparent 26rem),
    radial-gradient(circle at 84% 78%, rgba(200,247,95,.08), transparent 24rem),
    var(--p360-ink);
}
.p360-service-grid { gap: clamp(18px, 2vw, 28px); }
.p360-service-card {
  min-height: clamp(480px, 45vw, 680px);
  border-color: rgba(255,255,255,.14);
  border-radius: clamp(24px, 2.4vw, 36px);
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
}
.p360-service-card__media img { filter: saturate(.82) contrast(1.02); }
.p360-service-card__overlay { background: linear-gradient(180deg, rgba(3,8,13,.10), rgba(3,8,13,.30) 45%, rgba(3,8,13,.96)); }
.p360-service-card__top { color: rgba(255,255,255,.78); }
.p360-service-card__arrow { width: 54px; height: 54px; background: rgba(8,17,26,.22); backdrop-filter: blur(10px); }
.p360-service-card__content { padding: clamp(30px, 4.2vw, 58px); }
.p360-service-card h3 { max-width: 720px; font-size: clamp(2.7rem, 4.7vw, 5.2rem); line-height: .94; }
.p360-service-card p { color: rgba(255,255,255,.78); }
.p360-service-card:hover { border-color: rgba(200,247,95,.38); }
.p360-service-card:hover .p360-service-card__arrow { transform: rotate(45deg) scale(1.04); }

/* Designed in motion ----------------------------------------------------- */
.p360-experience {
  --p360-phone-width: min(100%, 42svh, 420px);
  background:
    radial-gradient(circle at 14% 28%, rgba(200,247,95,.22), transparent 24rem),
    radial-gradient(circle at 88% 54%, rgba(255,93,58,.19), transparent 28rem),
    linear-gradient(145deg, #f2efe8 0%, #e7e3db 52%, #f4f1ea 100%);
}
.p360-experience::before { opacity: .76; }
.p360-story { grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: clamp(64px, 9vw, 144px); }
.p360-story__visual {
  top: 86px;
  min-height: calc(100svh - 96px);
  padding: 18px 0 26px;
  align-content: center;
}
.p360-story__visual::before {
  position: absolute;
  inset: 5% 0 2%;
  z-index: -3;
  border: 1px solid rgba(8,17,26,.09);
  border-radius: clamp(34px, 4vw, 58px);
  background: rgba(255,255,255,.28);
  box-shadow: 0 34px 100px rgba(8,17,26,.08), inset 0 1px 0 rgba(255,255,255,.74);
  content: "";
  backdrop-filter: blur(8px);
}
.p360-story__atmosphere { inset: 10% -8% 15%; }
.p360-phone-stage { width: min(100%, 540px); padding: 24px 50px 64px; }
.p360-phone {
  border-color: rgba(255,255,255,.76);
  box-shadow:
    0 68px 130px rgba(4,8,12,.30),
    0 22px 48px rgba(4,8,12,.22),
    inset 0 0 0 1px rgba(255,255,255,.26),
    inset 0 0 0 3px rgba(0,0,0,.74);
}
.p360-phone__screen { border-width: 3px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09), 0 0 0 1px rgba(0,0,0,.92); }
.p360-phone__media::after { background: linear-gradient(180deg, rgba(0,0,0,.46), transparent 24%, transparent 52%, rgba(0,0,0,.83)); }
.p360-phone__glass { opacity: .92; }
.p360-phone-stage__shadow { bottom: 38px; width: 64%; filter: blur(20px); }
.p360-phone-stage__caption { bottom: 4px; color: rgba(8,17,26,.64); }
.p360-story__toolbar {
  position: relative;
  z-index: 5;
  width: min(100%, 500px);
  margin-top: var(--p360-polish-phone-clearance);
  padding: 0 10px 4px;
  gap: clamp(12px, 2vw, 18px);
}
.p360-story__controls,
.p360-story__playback {
  border-color: rgba(8,17,26,.16);
  background: rgba(255,255,255,.70);
  box-shadow: 0 16px 42px rgba(8,17,26,.11), inset 0 1px 0 rgba(255,255,255,.78);
}
.p360-story__controls { padding: 8px; gap: 8px; }
.p360-story__controls button { width: 42px; height: 42px; }
.p360-story__playback { min-height: 58px; padding-inline: 20px; }
.p360-story-step { border-top-color: rgba(8,17,26,.14); }
.p360-story-step.is-active {
  border-radius: 0 var(--p360-radius) var(--p360-radius) 0;
  background: linear-gradient(90deg, rgba(255,255,255,.52), rgba(255,255,255,.12));
}
.p360-story-step h3 { max-width: 720px; font-size: clamp(2.8rem, 5vw, 5.9rem); }
.p360-story-step p { font-size: var(--p360-type-body-lg); }
.p360-story-step li { background: rgba(255,255,255,.24); }

/* Selected work ---------------------------------------------------------- */
.p360-work {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.26), transparent 24rem),
    linear-gradient(145deg, #ff6948, var(--p360-accent));
}
.p360-work-grid { gap: clamp(34px, 6vw, 82px) clamp(20px, 2.5vw, 34px); }
.p360-work-card__media {
  border: 1px solid rgba(8,17,26,.16);
  border-radius: clamp(24px, 2.5vw, 36px);
  box-shadow: 0 24px 70px rgba(8,17,26,.16);
}
.p360-work-card__media img { filter: saturate(.92); }
.p360-work-card__media:hover img { transform: scale(1.035); filter: saturate(1.04); }
.p360-work-card__view { width: 136px; height: 136px; box-shadow: 0 22px 54px rgba(8,17,26,.18); }
.p360-work-card__meta { padding: 24px 6px 0; }
.p360-work-card__meta h3 { font-size: clamp(2rem, 3.2vw, 3.7rem); }
.p360-work-card__meta p { color: rgba(8,17,26,.78); }
.p360-work-card__external { border-bottom-width: 2px; }

/* Client perspective ----------------------------------------------------- */
.p360-reviews {
  background:
    radial-gradient(circle at 12% 16%, rgba(255,93,58,.16), transparent 28rem),
    radial-gradient(circle at 88% 74%, rgba(200,247,95,.09), transparent 24rem),
    linear-gradient(145deg, #07111a, #0a1722 62%, #08111a);
}
.p360-reviews__top { grid-template-columns: minmax(0, 1.18fr) minmax(300px, .62fr); gap: clamp(42px, 7vw, 100px); }
.p360-reviews__heading,
.p360-reviews__top h2 { max-width: 900px; font-size: clamp(3.2rem, 5.9vw, 6.5rem); line-height: .95; }
.p360-review-score {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: clamp(22px, 2vw, 30px);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.p360-review-score__value,
.p360-review-score > strong { font-size: clamp(4.2rem, 7vw, 7.2rem); }
.p360-review-score__stars,
.p360-review-score span { font-size: 1.12rem; }
.p360-reviews__embed {
  min-height: 220px;
  margin-top: clamp(38px, 5vw, 64px);
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: clamp(24px, 3vw, 42px);
  background: rgba(255,255,255,.025);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.p360-review-carousel__track { padding: 4px 2px 24px !important; }
.p360-review-carousel__item { min-height: 310px !important; }
.p360-review-carousel__item,
.p360-review-carousel__item :where(.wp-google-review, .wp-google-review-inner, .grw-review-inner, .rplg-review-inner) {
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.045)) !important;
}
.p360-review-carousel__item:hover { border-color: rgba(200,247,95,.28) !important; transform: translateY(-4px) !important; }
.p360-review-carousel__controls { margin-top: 22px; }
.p360-review-carousel__status { color: rgba(255,255,255,.90) !important; }
.p360-reviews__quote { gap: clamp(40px, 7vw, 90px); }
.p360-reviews__quote blockquote { color: #fff; font-size: clamp(2.2rem, 4vw, 4.5rem); }
.p360-reviews__quote blockquote::before { color: var(--p360-accent); content: "“"; }
.p360-reviews__quote p { color: rgba(255,255,255,.80); }

/* Contact --------------------------------------------------------------- */
.p360-contact {
  background:
    radial-gradient(circle at 90% 10%, rgba(200,247,95,.18), transparent 25rem),
    radial-gradient(circle at 10% 90%, rgba(255,93,58,.10), transparent 26rem),
    var(--p360-paper);
}
.p360-contact__headline h2 { max-width: 1050px; font-size: clamp(3.5rem, 7.8vw, 8.6rem); line-height: .91; }
.p360-contact__round-link { width: 150px; height: 150px; box-shadow: 0 22px 60px rgba(255,93,58,.22); }
.p360-contact__grid { grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr); }
.p360-contact__details { padding-top: 24px; }
.p360-contact__details h3 { font-size: clamp(2rem, 3vw, 3rem); }
.p360-contact__form {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(8,17,26,.10);
  border-radius: clamp(24px, 3vw, 40px);
  background: rgba(255,255,255,.58);
  box-shadow: var(--p360-polish-shadow-soft), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
}
.p360-contact .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.p360-contact .wpcf7 textarea,
.p360-contact .wpcf7 select {
  border-color: rgba(8,17,26,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94);
}
.p360-contact .wpcf7 input[type="submit"] {
  min-width: 180px;
  box-shadow: 0 14px 34px rgba(8,17,26,.18);
}

/* Inner templates -------------------------------------------------------- */
.p360-inner-hero { min-height: clamp(440px, 55vh, 610px); }
.p360-inner-hero__media {
  opacity: .62;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,93,58,.86), transparent 30%),
    radial-gradient(circle at 22% 86%, rgba(200,247,95,.12), transparent 24%),
    linear-gradient(135deg, #111e29, #050a0f 66%);
}
.p360-inner-hero__content { padding-bottom: clamp(58px, 8vw, 90px); }
.p360-inner-hero h1 { max-width: 1160px; font-size: clamp(3.5rem, 7vw, 7.4rem); line-height: .93; }
.p360-breadcrumbs { background: rgba(244,241,234,.88); backdrop-filter: blur(14px); }
body.p360-site .p360-content-section,
body.p360-site .p360-content-archive { padding-block: clamp(64px, 9vw, 128px); }
body.p360-site .p360-post-card {
  border-color: rgba(8,17,26,.10);
  background: rgba(255,255,255,.64);
  box-shadow: var(--p360-polish-shadow-soft);
  transition: transform 350ms var(--p360-ease), box-shadow 350ms ease, border-color 350ms ease;
}
body.p360-site .p360-post-card:hover { border-color: rgba(8,17,26,.20); box-shadow: var(--p360-polish-shadow-deep); transform: translateY(-6px); }
body.p360-site .p360-post-card__body { padding: clamp(26px, 3.5vw, 46px); }
body.p360-site .p360-inner-services { background: linear-gradient(145deg, #07111a, #0c1a25); }
.p360-next-step { background: radial-gradient(circle at 88% 14%, rgba(255,93,58,.30), transparent 30%), linear-gradient(145deg, #07111a, #0b1823); }
.p360-next-step__inner {
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: clamp(26px, 3vw, 44px);
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

/* Footer ----------------------------------------------------------------- */
.p360-footer {
  padding-top: clamp(72px, 9vw, 130px);
  background:
    radial-gradient(circle at 82% 10%, rgba(255,93,58,.13), transparent 24rem),
    linear-gradient(145deg, #07111a, #050b10);
}
.p360-footer__inner { padding-bottom: clamp(54px, 7vw, 94px); }
.p360-footer__brand img { width: 205px; }
.p360-footer__brand p { font-size: 1rem !important; line-height: 1.7; }
.p360-footer__nav-list { gap: 14px 34px; }
.p360-footer__nav-list a,
.p360-footer__meta a { font-size: .9rem; }
.p360-footer__meta .p360-button { margin-top: 22px; }
.p360-footer__bottom { min-height: 84px; }

/* Responsive art direction ---------------------------------------------- */
@media (max-width: 1180px) {
  .p360-value-card { grid-column: span 6; }
  .p360-value-card:nth-child(n+5) { grid-column: span 4; }
  .p360-story { grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); gap: 52px; }
}

@media (max-width: 900px) {
  .p360-header { padding-top: 8px; }
  .p360-header__inner { min-height: 70px; border-radius: 20px; }
  .p360-hero { min-height: max(760px, 100svh); }
  .p360-hero h1 { max-width: 760px; font-size: clamp(3.7rem, 11vw, 7rem); }
  .p360-hero__stats > div { padding-right: 18px; }
  .p360-value-card,
  .p360-value-card:nth-child(n+5) { grid-column: span 6; }
  .p360-story { grid-template-columns: 1fr; }
  .p360-story__visual::before { inset: 0; }
  .p360-story__visual { padding: 36px 18px 44px; }
  .p360-story__toolbar { margin-top: clamp(28px, 5vw, 44px); }
  .p360-story-step.is-active { border-radius: var(--p360-radius); }
  .p360-review-score { justify-content: flex-start; }
  .p360-contact__form { padding: clamp(24px, 5vw, 42px); }
}

@media (max-width: 640px) {
  .p360-section-heading--split { gap: 28px; }
  .p360-header { padding-top: 6px; }
  .p360-header__inner { min-height: 64px; padding-inline: 12px; border-radius: 18px; }
  .p360-header.is-scrolled .p360-header__inner { min-height: 60px; }
  .p360-brand { width: 142px; }
  .p360-hero { min-height: 790px; }
  .p360-hero__content { padding-top: 126px; padding-bottom: 74px; }
  .p360-hero__eyebrow { width: fit-content; padding: 8px 11px; font-size: .62rem; }
  .p360-hero h1 { font-size: clamp(3.25rem, 15.7vw, 5.4rem); line-height: .92; }
  .p360-hero__stats { margin-top: 42px; padding-top: 0; }
  .p360-hero__stats > div { min-height: 0; padding: 16px 0; border-right: 0; }
  .p360-value-grid { grid-template-columns: 1fr; }
  .p360-value-card,
  .p360-value-card:nth-child(n+5) { min-height: 300px; grid-column: auto; }
  .p360-service-card { min-height: 500px; }
  .p360-service-card h3 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .p360-story__visual { padding: 28px 10px 40px; }
  .p360-phone-stage { padding: 14px 28px 54px; }
  .p360-story__toolbar { margin-top: 30px; padding-inline: 0; align-items: stretch; flex-direction: column; }
  .p360-story__controls { width: fit-content; align-self: center; }
  .p360-story__playback { width: 100%; justify-content: center; }
  .p360-work-card__meta { padding-inline: 2px; }
  .p360-reviews__embed { padding: 14px; border-radius: 24px; }
  .p360-review-score { align-items: center; flex-direction: row; padding: 20px; }
  .p360-review-score__value,
  .p360-review-score > strong { font-size: 4.2rem; }
  .p360-review-carousel__item { min-height: 280px !important; }
  .p360-reviews__quote { gap: 28px; }
  .p360-contact__headline h2 { font-size: clamp(3.2rem, 14.5vw, 5.1rem); }
  .p360-contact__round-link { width: 124px; height: 124px; padding: 22px; }
  .p360-contact__form { padding: 22px; border-radius: 24px; }
  .p360-footer__nav-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .p360-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .p360-review-score { align-items: flex-start; flex-direction: column; }
  .p360-footer__nav-list { grid-template-columns: 1fr; }
}

@media (hover: none) {
  .p360-button:hover,
  .p360-value-card:hover,
  body.p360-site .p360-post-card:hover,
  .p360-review-carousel__item:hover { transform: none !important; }
  .p360-work-card__view { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .p360-button::before { display: none; }
  .p360-service-card__media img,
  .p360-work-card__media img { transform: none !important; }
}
