:root {
  --ars-ink: #101714;
  --ars-ink-soft: #1b2520;
  --ars-paper: #f6f3ea;
  --ars-white: #fffdf8;
  --ars-stone: #dcd8cc;
  --ars-muted: #667069;
  --ars-orange: #ff7043;
  --ars-orange-deep: #e85227;
  --ars-lime: #c9f36a;
  --ars-line: rgba(16, 23, 20, 0.14);
  --ars-radius: 24px;
  --ars-shadow: 0 28px 80px rgba(16, 23, 20, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.arservice-studio {
  background: var(--ars-paper);
  color: var(--ars-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.ars-ui-ready body.home .entry-content {
  animation: ars-ui-ready .18s ease-out both;
}

@keyframes ars-ui-ready {
  from { opacity: 0; }
  to { opacity: 1; }
}

body.arservice-studio h1,
body.arservice-studio h2,
body.arservice-studio h3,
body.arservice-studio h4 {
  color: var(--ars-ink);
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.ars-status-strip {
  position: relative;
  z-index: 101;
  background: var(--ars-lime);
  color: var(--ars-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ars-status-strip__inner {
  width: min(100% - 40px, 1240px);
  min-height: 38px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.ars-status-strip__inner > :last-child {
  justify-self: end;
}

.ars-status-strip__inner a {
  color: inherit;
  text-decoration: none;
}

.ars-status-strip__inner i,
.ars-live i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  background: var(--ars-orange);
  box-shadow: 0 0 0 5px rgba(255, 112, 67, 0.16);
}

body.arservice-studio .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 23, 20, 0.94);
  backdrop-filter: blur(18px);
}

body.admin-bar.arservice-studio .site-header {
  top: 32px;
}

body.arservice-studio .ast-primary-header-bar {
  border: 0;
  background: transparent;
}

body.arservice-studio .site-primary-header-wrap {
  min-height: 78px;
}

body.arservice-studio .site-title a,
body.arservice-studio .ast-site-title-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ars-white);
  font-family: Poppins, Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.arservice-studio .site-title a::before,
body.arservice-studio .ast-site-title-wrap a::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid var(--ars-orange);
  border-radius: 4px 10px 4px 10px;
  transform: rotate(8deg);
}

body.arservice-studio .main-header-menu > .menu-item > .menu-link {
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
}

body.arservice-studio .main-header-menu > .menu-item:hover > .menu-link,
body.arservice-studio .main-header-menu > .current-menu-item > .menu-link {
  color: var(--ars-white);
}

body.arservice-studio .main-header-menu > .current-menu-item > .menu-link::after {
  content: "";
  position: absolute;
  right: 1em;
  bottom: 18px;
  left: 1em;
  height: 2px;
  background: var(--ars-lime);
}

body.home.arservice-studio .site-content,
body.home.arservice-studio #content > .ast-container,
body.home.arservice-studio .content-area,
body.home.arservice-studio .site-main,
body.home.arservice-studio .ast-article-single,
body.home.arservice-studio .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home.arservice-studio #primary {
  margin: 0;
}

body.home.arservice-studio .entry-header {
  display: none;
}

.ars-hero {
  position: relative;
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: center;
  min-height: 680px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(80px, 10vw, 142px) max(24px, calc((100vw - 1240px) / 2)) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(201, 243, 106, 0.16), transparent 28%),
    radial-gradient(circle at 2% 90%, rgba(255, 112, 67, 0.18), transparent 32%),
    var(--ars-ink) !important;
}

.ars-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.17;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.ars-hero::after {
  content: "AR / H24";
  position: absolute;
  z-index: -1;
  right: -0.06em;
  bottom: -0.28em;
  color: rgba(255,255,255,.025);
  font: 700 clamp(110px, 17vw, 290px)/1 Poppins, sans-serif;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

.ars-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.ars-hero__copy > p:first-child {
  margin: 0 0 24px;
  color: var(--ars-lime) !important;
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  text-align: left !important;
}

.ars-hero__copy > h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ars-white) !important;
  font-size: clamp(48px, 6vw, 86px) !important;
  line-height: 0.98 !important;
  text-align: left !important;
}

.ars-hero__copy > h1::after {
  content: ".";
  color: var(--ars-orange);
}

.ars-hero__copy > h1 + p {
  max-width: 625px;
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.72) !important;
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.65;
  text-align: left !important;
}

.ars-hero__copy .wp-block-buttons {
  justify-content: flex-start !important;
  margin-top: 34px;
}

.ars-hero__copy .wp-block-button__link {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  padding: 0 32px !important;
  border: 1px solid var(--ars-orange);
  border-radius: 100px !important;
  background: var(--ars-orange) !important;
  box-shadow: none;
  color: var(--ars-ink) !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.ars-hero__copy .wp-block-button__link::after {
  content: "↘";
  margin-left: 22px;
  font-size: 20px;
}

.ars-hero__copy .wp-block-button__link:hover {
  transform: translateY(-2px);
  background: var(--ars-lime) !important;
  border-color: var(--ars-lime);
}

.ars-hero__panel {
  position: relative;
  min-height: 488px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background: #17211c;
  box-shadow: 0 40px 100px rgba(0,0,0,.3);
  color: var(--ars-white);
  backdrop-filter: blur(16px);
  transform: rotate(2deg);
}

.ars-hero__panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 25px;
  pointer-events: none;
  z-index: 4;
}

.ars-hero__image,
.ars-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ars-hero__image {
  z-index: 0;
  object-fit: cover;
  object-position: 61% center;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.02);
}

.ars-hero__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,15,12,.24) 0%, rgba(8,15,12,.03) 36%, rgba(8,15,12,.92) 78%, #0d1511 100%),
    linear-gradient(90deg, rgba(8,15,12,.28), transparent 58%);
  pointer-events: none;
}

.ars-hero__panel-top {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 28px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ars-live {
  color: var(--ars-white);
}

.ars-live i {
  background: var(--ars-lime);
  box-shadow: 0 0 0 5px rgba(201,243,106,.12);
}

.ars-hero__orb {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,243,106,.46);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(201,243,106,.32), rgba(255,112,67,.14) 42%, rgba(0,0,0,.08) 70%);
  box-shadow: inset 0 0 40px rgba(201,243,106,.08), 0 0 60px rgba(201,243,106,.08);
  transform: translateX(-50%);
}

.ars-hero__orb::before,
.ars-hero__orb::after {
  content: "";
  position: absolute;
  inset: -15px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 50%;
}

.ars-hero__orb::after {
  inset: 26px;
  border-style: solid;
}

.ars-hero__orb span {
  font: 700 76px/1 Poppins, sans-serif;
  letter-spacing: -.08em;
}

.ars-hero__orb small {
  align-self: flex-start;
  margin-top: 65px;
  color: var(--ars-lime);
  font: 700 22px/1 Poppins, sans-serif;
}

.ars-hero__panel-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.ars-hero__panel-copy span {
  display: block;
  margin-bottom: 4px;
  color: var(--ars-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ars-hero__panel-copy strong {
  font: 700 24px/1.16 Poppins, sans-serif;
  letter-spacing: -.04em;
}

.ars-hero__panel ul {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ars-hero__panel li {
  min-height: 68px;
  padding: 12px;
  border-radius: 13px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.7);
  font-size: 10px;
  line-height: 1.25;
}

.ars-hero__panel li span {
  display: block;
  margin-bottom: 8px;
  color: var(--ars-lime);
  font-weight: 800;
}

.ars-trustbar {
  width: min(100% - 48px, 1240px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -48px auto 0;
  position: relative;
  z-index: 4;
  border-radius: var(--ars-radius);
  background: var(--ars-white);
  box-shadow: var(--ars-shadow);
}

.ars-trustbar > div {
  min-height: 138px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px 38px;
  border-right: 1px solid var(--ars-line);
}

.ars-trustbar > div:last-child { border-right: 0; }

.ars-trustbar strong {
  color: var(--ars-orange-deep);
  font: 700 clamp(34px, 3vw, 48px)/1 Poppins, sans-serif;
  letter-spacing: -.07em;
}

.ars-trustbar span {
  color: var(--ars-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.ars-story {
  width: min(100% - 48px, 1240px);
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  margin: clamp(92px, 10vw, 140px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 34px;
  background: var(--ars-ink);
  box-shadow: var(--ars-shadow);
}

.ars-story__visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
}

.ars-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(16,23,20,.68));
  pointer-events: none;
}

.ars-story__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 46% center;
}

.ars-story__stamp {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(16,23,20,.72);
  color: rgba(255,253,248,.72);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ars-story__stamp strong {
  color: var(--ars-lime);
  font: 700 26px/1 Poppins, sans-serif;
}

.ars-story__body {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(40px, 5vw, 70px);
}

.ars-story__body .ars-eyebrow { color: var(--ars-lime) !important; }

.ars-story__body h2 {
  margin: 0 0 22px;
  color: var(--ars-white) !important;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
}

.ars-story__body > p:not(.ars-eyebrow) {
  margin: 0;
  color: rgba(255,253,248,.64);
  font-size: 15px;
  line-height: 1.7;
}

.ars-story__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ars-story__body li {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 100px;
  color: rgba(255,253,248,.68);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ars-story__link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 100px;
  background: var(--ars-orange);
  color: var(--ars-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.ars-story__link:hover { background: var(--ars-lime); color: var(--ars-ink); }

.ars-services {
  max-width: 1240px;
  margin: 0 auto !important;
  padding: clamp(110px, 12vw, 170px) 24px clamp(90px, 10vw, 140px) !important;
  background: transparent !important;
}

.ars-eyebrow {
  margin: 0 0 16px;
  color: var(--ars-orange-deep) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ars-services > h2 {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ars-ink) !important;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  text-align: center;
}

.ars-services > .ars-eyebrow { text-align: center; }

.ars-services > h2 + p {
  margin: 22px auto 0;
  color: var(--ars-muted) !important;
  font-size: 17px;
}

.ars-services__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 62px;
}

.ars-services-feature {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  margin-top: 76px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--ars-ink);
  box-shadow: 0 24px 70px rgba(16,23,20,.14);
}

.ars-services-feature__visual { min-height: 430px; overflow: hidden; }

.ars-services-feature__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 44% center;
  transition: transform .7s ease;
}

.ars-services-feature:hover .ars-services-feature__visual img { transform: scale(1.025); }

.ars-services-feature__copy {
  align-self: center;
  padding: clamp(38px, 5vw, 68px);
}

.ars-services-feature__copy .ars-eyebrow { color: var(--ars-lime) !important; }

.ars-services-feature__copy h3 {
  margin: 0 0 18px;
  color: var(--ars-white) !important;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.03;
}

.ars-services-feature__copy > p:not(.ars-eyebrow) {
  margin: 0;
  color: rgba(255,253,248,.62) !important;
  font-size: 15px;
  line-height: 1.65;
}

.ars-services-feature__copy a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 19px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: var(--ars-white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ars-services-feature__copy a span { color: var(--ars-lime); font-size: 20px; }

.ars-service-card {
  grid-column: span 2;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 26px !important;
  border: 1px solid var(--ars-line);
  border-radius: var(--ars-radius) !important;
  background: rgba(255,253,248,.68) !important;
  transition: transform .28s ease, background .28s ease, box-shadow .28s ease;
}

.ars-service-card:nth-child(4) { grid-column: 2 / span 2; }
.ars-service-card:nth-child(5) { grid-column: 4 / span 2; }

.ars-service-card:hover {
  transform: translateY(-8px);
  background: var(--ars-white) !important;
  box-shadow: 0 24px 60px rgba(16,23,20,.1);
}

.ars-service-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: auto;
}

.ars-service-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--ars-ink);
  color: var(--ars-lime);
}

.ars-service-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ars-service-card__number {
  color: rgba(16,23,20,.3);
  font: 700 13px/1 Poppins, sans-serif;
}

.ars-service-card h3 {
  margin: 46px 0 11px;
  font-size: 28px;
}

.ars-service-card p {
  min-height: 54px;
  margin: 0;
  color: var(--ars-muted) !important;
  font-size: 14px;
  line-height: 1.6;
}

.ars-service-card__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--ars-line);
  color: var(--ars-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}

.ars-service-card__link span {
  color: var(--ars-orange-deep);
  font-size: 18px;
}

.ars-booking {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(72px, 9vw, 130px) max(24px, calc((100vw - 1240px) / 2)) !important;
  overflow: hidden;
  background: var(--ars-ink) !important;
}

.ars-booking::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -230px;
  top: -180px;
  border: 1px solid rgba(201,243,106,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(201,243,106,.025), 0 0 0 140px rgba(201,243,106,.018);
}

.ars-booking__shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.ars-booking__intro {
  position: sticky;
  top: 150px;
  padding-top: 28px;
}

.ars-booking__intro h2 {
  margin: 0 0 26px;
  color: var(--ars-white) !important;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1;
  text-align: left !important;
}

.ars-booking__intro .ars-eyebrow { color: var(--ars-lime) !important; }

.ars-booking__lead {
  margin: 0 0 42px;
  color: rgba(255,253,248,.64);
  font-size: 17px;
  line-height: 1.7;
}

.ars-booking__note {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  margin-top: 20px;
}

.ars-booking__note > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201,243,106,.12);
  color: var(--ars-lime);
  font-weight: 800;
}

.ars-booking__note p {
  margin: 0;
  color: rgba(255,253,248,.5);
  font-size: 13px;
  line-height: 1.5;
}

.ars-booking__note strong { color: var(--ars-white); }

.ars-booking__form {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 30px;
  background: var(--ars-white);
  box-shadow: 0 36px 100px rgba(0,0,0,.26);
}

body.arservice-studio .arsv-booking-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.arservice-studio .arsv-booking-form.ars-multistep {
  display: block !important;
}

.ars-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 42px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--ars-line);
  list-style: none;
}

.ars-steps li {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 4px 17px;
  color: #9a9d98;
}

.ars-steps li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.ars-steps li span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid #d8d7d0;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 850;
}

.ars-steps li strong {
  overflow: hidden;
  font-size: 10px;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ars-steps li.is-current,
.ars-steps li.is-complete { color: var(--ars-ink); }
.ars-steps li.is-current::after { background: var(--ars-orange); }
.ars-steps li.is-current span { border-color: var(--ars-orange); background: var(--ars-orange); }
.ars-steps li.is-complete span { border-color: var(--ars-ink); background: var(--ars-ink); color: var(--ars-lime); }

.ars-step-panel[hidden] { display: none !important; }

.ars-step-panel {
  animation: ars-step-in .35s ease both;
}

@keyframes ars-step-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.ars-step-panel__head {
  max-width: 650px;
  margin-bottom: 32px;
}

.ars-step-panel__head > span,
.ars-calendar__kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--ars-orange-deep);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ars-step-panel__head h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.ars-step-panel__head p {
  margin: 0;
  color: var(--ars-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ars-step-panel[data-step="1"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ars-step-panel[data-step="1"] .ars-step-panel__head,
.ars-step-panel[data-step="1"] .ars-field:has(#arsv-professionista),
.ars-step-panel[data-step="1"] .ars-step-actions {
  grid-column: 1 / -1;
}

.ars-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ars-details-grid .ars-field--wide { grid-column: 1 / -1; }

.ars-step-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--ars-line);
}

.ars-step-actions:has(.ars-step-next:only-child) { justify-content: flex-end; }

.ars-step-next,
.ars-step-back {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ars-step-next {
  min-width: 158px;
  border: 1px solid var(--ars-ink);
  background: var(--ars-ink);
  color: var(--ars-white);
}

.ars-step-next span { margin-left: 14px; color: var(--ars-lime); }
.ars-step-next:disabled { cursor: not-allowed; opacity: .4; }

.ars-step-back {
  border: 1px solid var(--ars-line);
  background: transparent;
  color: var(--ars-ink);
}

.ars-native-slot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ars-calendar {
  position: relative;
  padding: 24px;
  border: 1px solid var(--ars-line);
  border-radius: 22px;
  background: #f8f6f0;
}

.ars-calendar.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background: rgba(248,246,240,.72);
  backdrop-filter: blur(2px);
}

.ars-calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.ars-calendar__header strong {
  display: block;
  color: var(--ars-ink);
  font: 700 22px/1.1 Poppins, sans-serif;
  letter-spacing: -.04em;
  text-transform: capitalize;
}

.ars-calendar__nav {
  display: flex;
  gap: 7px;
}

.ars-calendar__nav button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--ars-line);
  border-radius: 50%;
  background: var(--ars-white);
  color: var(--ars-ink);
  font-size: 17px;
}

.ars-calendar__nav button:disabled { cursor: not-allowed; opacity: .3; }

.ars-calendar__legend {
  display: flex;
  gap: 18px;
  margin-bottom: 19px;
  color: var(--ars-muted);
  font-size: 10px;
  font-weight: 700;
}

.ars-calendar__legend i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
}

.ars-calendar__legend .is-free { background: #6aa625; }
.ars-calendar__legend .is-full { background: #c9c7bf; }

.ars-calendar__weekdays,
.ars-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

.ars-calendar__weekdays {
  margin-bottom: 6px;
  color: #989b96;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.ars-calendar-day,
.ars-calendar__blank {
  min-height: 62px;
}

.ars-calendar-day {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 8px;
  border: 1px solid #dfddd5;
  border-radius: 11px;
  background: var(--ars-white);
  color: var(--ars-ink);
  text-align: left;
}

.ars-calendar-day:not(:disabled):hover {
  border-color: var(--ars-orange);
  transform: translateY(-1px);
}

.ars-calendar-day > span { font-size: 13px; font-weight: 850; }
.ars-calendar-day small { color: #62951f; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.ars-calendar-day.is-full { background: #eeece6; color: #aaa9a4; }
.ars-calendar-day.is-full small { color: #aaa9a4; }
.ars-calendar-day.is-selected { border-color: var(--ars-ink); background: var(--ars-ink); color: var(--ars-white); }
.ars-calendar-day.is-selected small { color: var(--ars-lime); }

.ars-calendar__slots {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--ars-line);
}

.ars-calendar__slots-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ars-calendar__slots-head strong {
  color: var(--ars-ink);
  font-size: 13px;
}

.ars-calendar__slots-head span {
  color: var(--ars-muted);
  font-size: 9px;
}

.ars-calendar__slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ars-slot {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 9px 11px;
  border: 1px solid #d9d7cf;
  border-radius: 10px;
  background: var(--ars-white);
  color: var(--ars-ink);
}

.ars-slot strong { font-size: 12px; }
.ars-slot span { color: #62951f; font-size: 7px; font-weight: 850; text-transform: uppercase; }
.ars-slot.is-occupied { background: #ebe9e3; color: #aaa9a4; }
.ars-slot.is-occupied span { color: #aaa9a4; }
.ars-slot.is-selected { border-color: var(--ars-orange); background: var(--ars-orange); color: var(--ars-ink); }
.ars-slot.is-selected span { color: var(--ars-ink); }

.ars-calendar__empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ars-muted);
  font-size: 12px;
}

.ars-calendar__status {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 18px;
  left: 22px;
  color: var(--ars-orange-deep);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.ars-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ars-summary > div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--ars-line);
  border-radius: 16px;
  background: #f8f6f0;
}

.ars-summary span {
  display: block;
  margin-bottom: 17px;
  color: var(--ars-orange-deep);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ars-summary strong,
.ars-summary small { display: block; }
.ars-summary strong { color: var(--ars-ink); font-size: 15px; }
.ars-summary small { margin-top: 5px; color: var(--ars-muted); font-size: 11px; }

.ars-step-panel[data-step="4"] .ars-form-action {
  margin-top: 16px !important;
}

body.arservice-studio .arsv-notice-error {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(232,82,39,.35);
  border-radius: 12px;
  background: rgba(232,82,39,.08);
  color: #a83418;
  font-size: 13px;
}

.arsv-booking-form > input[type="hidden"] { display: none; }
.arsv-booking-form > p:empty { display: none; }

.ars-field {
  min-width: 0;
}

.ars-field--wide,
.ars-form-action {
  grid-column: 1 / -1;
}

body.arservice-studio .ars-field label {
  display: block;
  margin: 0 0 8px;
  color: var(--ars-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.arservice-studio .ars-field input,
body.arservice-studio .ars-field select,
body.arservice-studio .ars-field textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 54px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d8d7d0;
  border-radius: 12px;
  outline: 0;
  background: #f8f6f0;
  color: var(--ars-ink);
  font-size: 15px;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

body.arservice-studio .ars-field textarea {
  min-height: 118px;
  resize: vertical;
}

body.arservice-studio .ars-field input:focus,
body.arservice-studio .ars-field select:focus,
body.arservice-studio .ars-field textarea:focus {
  border-color: var(--ars-orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,112,67,.12);
}

.ars-form-action {
  margin: 6px 0 0 !important;
}

body.arservice-studio .ars-form-action button {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 14px;
  background: var(--ars-orange);
  color: var(--ars-ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

body.arservice-studio .ars-form-action button:hover {
  transform: translateY(-2px);
  background: var(--ars-lime);
}

.ars-booking-focused .ars-booking__form {
  animation: ars-focus 1.2s ease;
}

@keyframes ars-focus {
  0%, 100% { box-shadow: 0 36px 100px rgba(0,0,0,.26); }
  40% { box-shadow: 0 0 0 8px rgba(201,243,106,.24), 0 36px 100px rgba(0,0,0,.26); }
}

body.arservice-studio .site-footer {
  background: #0b100e;
  color: rgba(255,253,248,.55);
}

body.arservice-studio .site-footer a { color: var(--ars-lime); }

.ars-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.ars-reveal.ars-visible {
  opacity: 1;
  transform: none;
}

.ars-service-card:nth-child(2) { transition-delay: .07s; }
.ars-service-card:nth-child(3) { transition-delay: .14s; }
.ars-service-card:nth-child(4) { transition-delay: .21s; }
.ars-service-card:nth-child(5) { transition-delay: .28s; }

@media (max-width: 980px) {
  body.admin-bar.arservice-studio .site-header { top: 46px; }

  .ars-status-strip__center { display: none; }
  .ars-status-strip__inner { grid-template-columns: 1fr 1fr; }

  .ars-hero {
    grid-template-columns: 1fr;
    padding-top: 92px !important;
  }

  .ars-hero__copy { max-width: 820px; }
  .ars-hero__panel { width: min(100%, 580px); min-height: 450px; margin-left: auto; }

  .ars-trustbar > div {
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ars-story {
    grid-template-columns: 1fr;
  }

  .ars-story__visual { min-height: 390px; }
  .ars-story__visual::after { background: linear-gradient(180deg, transparent 72%, rgba(16,23,20,.5)); }

  .ars-services-feature {
    grid-template-columns: 1fr;
  }

  .ars-services-feature__visual { min-height: 390px; }

  .ars-services__grid { grid-template-columns: repeat(2, 1fr); }
  .ars-service-card,
  .ars-service-card:nth-child(4),
  .ars-service-card:nth-child(5) { grid-column: auto; }
  .ars-service-card:last-child { grid-column: 1 / -1; }

  .ars-booking__shell {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .ars-booking__intro { position: static; max-width: 650px; }
}

@media (max-width: 680px) {
  .ars-status-strip__inner {
    width: min(100% - 28px, 1240px);
    min-height: 34px;
    grid-template-columns: 1fr;
  }

  .ars-status-strip__inner > :last-child,
  .ars-status-strip__center { display: none; }

  body.arservice-studio .site-primary-header-wrap { min-height: 66px; }

  .ars-hero {
    min-height: 0;
    padding: 78px 20px 100px !important;
  }

  .ars-hero__copy > p:first-child { font-size: 10px !important; }
  .ars-hero__copy > h1 { font-size: clamp(42px, 13vw, 62px) !important; }
  .ars-hero__copy > h1 br { display: none; }
  .ars-hero__copy > h1 + p { font-size: 16px !important; }
  .ars-hero__panel { min-height: 420px; padding: 20px; transform: none; }
  .ars-hero__panel-top { top: 22px; right: 22px; left: 22px; }
  .ars-hero__orb { width: 190px; height: 190px; }
  .ars-hero__panel li { padding: 9px; }

  .ars-trustbar {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    margin-top: -58px;
  }

  .ars-trustbar > div {
    min-height: auto;
    flex-direction: row;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--ars-line);
  }

  .ars-story {
    width: calc(100% - 32px);
    min-height: 0;
    margin-top: 76px;
    border-radius: 24px;
  }

  .ars-story__visual { min-height: 300px; }
  .ars-story__stamp { right: 16px; bottom: 16px; left: 16px; min-width: 0; }
  .ars-story__body { padding: 34px 24px 38px; }
  .ars-story__body h2 { font-size: clamp(36px, 10vw, 46px); }
  .ars-story__link { width: 100%; justify-content: space-between; gap: 12px; }

  .ars-services { padding-right: 16px !important; padding-left: 16px !important; }
  .ars-services__grid { grid-template-columns: 1fr; margin-top: 42px; }
  .ars-service-card:last-child { grid-column: auto; }
  .ars-service-card { min-height: 325px; }

  .ars-services-feature { min-height: 0; margin-top: 50px; border-radius: 24px; }
  .ars-services-feature__visual { min-height: 290px; }
  .ars-services-feature__copy { padding: 32px 24px 36px; }

  .ars-booking { padding-right: 16px !important; padding-left: 16px !important; }
  .ars-booking__form { padding: 24px 18px; border-radius: 22px; }
  body.arservice-studio .arsv-booking-form { grid-template-columns: 1fr; }
  .ars-field--wide,
  .ars-form-action { grid-column: auto; }

  .ars-steps { margin-bottom: 30px !important; }
  .ars-steps li { justify-content: center; padding-right: 0; padding-left: 0; }
  .ars-steps li strong { display: none; }
  .ars-step-panel[data-step="1"],
  .ars-details-grid,
  .ars-summary { grid-template-columns: 1fr; }
  .ars-step-panel[data-step="1"] .ars-field:has(#arsv-professionista) { grid-column: auto; }
  .ars-calendar { margin-right: -8px; margin-left: -8px; padding: 16px 10px; border-radius: 17px; }
  .ars-calendar__weekdays,
  .ars-calendar__days { gap: 3px; }
  .ars-calendar-day,
  .ars-calendar__blank { min-height: 51px; }
  .ars-calendar-day { padding: 7px 5px; border-radius: 8px; }
  .ars-calendar-day small { font-size: 6px; }
  .ars-calendar__slots-head { align-items: flex-start; flex-direction: column; }
  .ars-calendar__slot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ars-step-actions { margin-top: 28px; }
  .ars-step-next,
  .ars-step-back { min-width: 0; padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ars-reveal { opacity: 1; transform: none; }
}
