:root {
  --ah-cream: #F6F1E7;
  --ah-cream-deep: #EFE7D8;
  --ah-terracotta: #BC5A34;
  --ah-terracotta-dark: #9C4726;
  --ah-olive: #4B5A3A;
  --ah-ink: #2A2620;
  --ah-mustard: #D9A441;
  --ah-line: rgba(42, 38, 32, 0.12);
  --ah-shell-max: 1120px;
  --ah-section-gap: clamp(22px, 3vw, 40px);
}

.ah-widget {
  font-family: 'Karla', sans-serif;
  color: var(--ah-ink);
  box-sizing: border-box;
}

.ah-widget img,
.ah-widget video {
  max-width: 100%;
  height: auto;
}

.ah-widget button {
  appearance: none;
  -webkit-appearance: none;
}

.ah-widget:not(.ah-header):not(.ah-footer) {
  max-width: var(--ah-shell-max);
  margin: var(--ah-section-gap) auto;
  padding-inline: clamp(14px, 2.6vw, 22px);
}

.ah-widget.ah-widget--full:not(.ah-header):not(.ah-footer) {
  max-width: none;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: clamp(18px, 4.8vw, 72px);
}

.ah-widget.ah-widget--contained:not(.ah-header):not(.ah-footer) {
  max-width: var(--ah-shell-max);
  padding-inline: clamp(14px, 2.6vw, 22px);
}

.elementor-widget-arthaus-header,
.elementor-widget-arthaus-header .elementor-widget-container {
  width: 100%;
  max-width: none;
  overflow: visible;
}

/* Elementor's flex-container default padding (10px) leaves a gap of page
   background showing above the header's own cream background, reading as a
   disconnected seam. Zero it on whichever container directly wraps the header. */
.e-con-inner:has(> .elementor-widget-arthaus-header),
.e-con:has(> .elementor-widget-arthaus-header) {
  padding-top: 0 !important;
}

.ah-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--ah-ink);
}

.ah-eyebrow {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--ah-terracotta);
  transform: rotate(-2deg);
  display: inline-block;
}

.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.ah-btn:hover {
  transform: translateY(-1px);
}

.ah-btn-primary {
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  border: 2px solid transparent;
}

.ah-btn-outline {
  background: transparent;
  color: var(--ah-ink);
  border: 2px solid var(--ah-ink);
}

/* Hover Animation control (add_button_hover_animation_control): each call
   site uses its own prefix_class ("ah-anim-outline-", "ah-anim-primary-",
   "ah-anim-btn-") so multiple toggles on the same widget can't collide. */
.ah-anim-outline-arrow .ah-btn.ah-btn-outline,
.ah-anim-primary-arrow .ah-btn.ah-btn-primary,
.ah-anim-btn-arrow .ah-button-widget .ah-btn {
  gap: 6px;
  transition: gap 0.2s ease;
}

.ah-anim-outline-arrow .ah-btn.ah-btn-outline::after,
.ah-anim-primary-arrow .ah-btn.ah-btn-primary::after,
.ah-anim-btn-arrow .ah-button-widget .ah-btn::after {
  content: "\2192";
  transition: transform 0.2s ease;
}

.ah-anim-outline-arrow .ah-btn.ah-btn-outline:hover,
.ah-anim-primary-arrow .ah-btn.ah-btn-primary:hover,
.ah-anim-btn-arrow .ah-button-widget .ah-btn:hover {
  gap: 10px;
}

.ah-anim-outline-lift .ah-btn.ah-btn-outline,
.ah-anim-primary-lift .ah-btn.ah-btn-primary,
.ah-anim-btn-lift .ah-button-widget .ah-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ah-anim-outline-lift .ah-btn.ah-btn-outline:hover,
.ah-anim-primary-lift .ah-btn.ah-btn-primary:hover,
.ah-anim-btn-lift .ah-button-widget .ah-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(42, 38, 32, 0.18);
}

.ah-hero-block {
  text-align: center;
  padding: clamp(34px, 5vw, 56px) clamp(12px, 2vw, 18px) clamp(14px, 2vw, 24px);
}

.ah-hero-headline {
  max-width: 19ch;
  margin: 8px auto 12px;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.ah-hero-brush {
  width: 220px;
  height: 18px;
  display: block;
  margin: 0 auto 14px;
}

.ah-hero-sub {
  max-width: 58ch;
  margin: 0 auto 24px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.62;
  opacity: 0.8;
}

.ah-hero-cta {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* The shared "ah-card" box is dropped in favor of each step being its own
   pinned, slightly tilted card — same collaged, hand-placed language as the
   testimonial carousel. */
.ah-process-grid.ah-card {
  background: transparent;
  border: none;
  border-radius: 0;
}

.ah-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 20px;
  padding: 18px 4px 8px;
}

.ah-process-grid.ah-process-count-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.ah-process-grid.ah-process-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ah-process-grid.ah-process-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ah-process-step {
  text-align: center;
  padding: 20px 16px 18px;
  position: relative;
  background: var(--ah-cream-deep);
  border-radius: 4px 20px 4px 20px;
  transform: rotate(-1deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ah-process-step:nth-child(even) {
  transform: rotate(1deg);
}

.ah-process-step:nth-child(3n) {
  transform: rotate(-0.6deg);
}

.ah-process-step:hover {
  transform: rotate(0deg) translateY(-4px);
}

.ah-title-align-left .ah-title { text-align: left; }
.ah-title-align-center .ah-title { text-align: center; }
.ah-title-align-right .ah-title { text-align: right; }

.ah-steps-align-left .ah-process-step { text-align: left; }
.ah-steps-align-center .ah-process-step { text-align: center; }
.ah-steps-align-right .ah-process-step { text-align: right; }

.ah-process-grid--connectors .ah-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 26px;
  border-top: 2px dashed var(--ah-mustard);
  transform: translateY(-50%) rotate(-4deg);
}

/* Ink-stamp style number badge instead of a plain italic numeral. Inline
   so it still respects the left/center/right step-alignment control. */
.ah-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 0 12px;
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  border-radius: 50% 50% 50% 6px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 3px 0 var(--ah-terracotta-dark);
  transform: rotate(-6deg);
}

.ah-process-title {
  margin: 0 0 2px;
  font-weight: 700;
}

.ah-process-sub {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.7;
}

.ah-cta-band {
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  border-radius: 18px;
  text-align: center;
  padding: clamp(22px, 3.4vw, 34px) clamp(16px, 3vw, 24px);
}

.ah-cta-title {
  color: var(--ah-cream);
  font-size: 1.9rem;
  margin: 0 0 14px;
}

.ah-cta-btn {
  background: var(--ah-cream);
  color: var(--ah-terracotta-dark);
  border: 2px solid transparent;
}

.ah-card {
  background: var(--ah-cream-deep);
  border: 1px solid var(--ah-line);
  border-radius: 16px;
}

.ah-header {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  background: var(--ah-cream);
  border-bottom: 1px solid var(--ah-line);
  min-height: 74px;
  padding: 14px clamp(18px, 2.8vw, 30px);
  position: relative;
}

.ah-header.ah-header--full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: clamp(18px, 4.8vw, 72px);
}

.ah-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(1.15rem, 1.4vw, 1.38rem);
  color: var(--ah-terracotta-dark);
}

.ah-logo-badge {
  width: 36px;
  height: 36px;
  background: var(--ah-terracotta);
  clip-path: polygon(50% 0%, 100% 85%, 0% 85%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ah-logo-badge span {
  font-family: 'Caveat', cursive;
  color: var(--ah-cream);
  font-weight: 700;
  font-size: 0.84rem;
  margin-top: 8px;
}

.ah-logo-image {
  max-height: 44px;
  width: auto;
  display: block;
}

.ah-nav {
  display: flex;
  gap: clamp(16px, 2vw, 30px);
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.ah-nav a {
  color: var(--ah-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0.8;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.ah-nav a:hover {
  color: var(--ah-terracotta-dark);
  opacity: 1;
}

.ah-nav a.active,
.ah-nav a.is-current,
.ah-nav a[aria-current="page"] {
  color: var(--ah-terracotta-dark);
  opacity: 1;
  position: relative;
}

.ah-nav a.active::after,
.ah-nav a.is-current::after,
.ah-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: var(--ah-terracotta);
}

.ah-cart-link {
  position: relative;
  color: var(--ah-ink);
  text-decoration: none;
  font-size: 1.25rem;
}

.ah-header-actions {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ah-nav-cart-item {
  display: none;
  align-items: center;
  gap: 8px;
}

button.ah-menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ah-line);
  background: #fff;
  color: var(--ah-ink);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

button.ah-menu-toggle:hover,
button.ah-menu-toggle:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  outline: none;
}

button.ah-menu-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(189, 92, 53, 0.22);
}

.ah-header.ah-menu-open button.ah-menu-toggle {
  background: var(--ah-terracotta);
  border-color: var(--ah-terracotta);
  color: var(--ah-cream);
}

.ah-header.is-collapsed button.ah-menu-toggle,
.ah-header.ah-state-collapsed button.ah-menu-toggle {
  display: inline-flex;
}

.ah-header.ah-menu-open {
  z-index: 60;
}

.ah-header.is-collapsed .ah-nav,
.ah-header.ah-state-collapsed .ah-nav {
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: 10px;
  right: 10px;
  z-index: 50;
  background: var(--ah-cream);
  border: 1px solid var(--ah-line);
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 16px 32px rgba(42, 38, 32, 0.16);
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}

.ah-header.is-collapsed .ah-nav.is-open,
.ah-header.ah-state-collapsed .ah-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}

.ah-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(42, 38, 32, 0.45);
  z-index: 45;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.ah-nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0s;
}

body.ah-menu-scroll-lock {
  overflow: hidden;
}

.ah-header.is-collapsed .ah-cart-link--desktop,
.ah-header.ah-state-collapsed .ah-cart-link--desktop {
  display: none;
}

.ah-header.is-collapsed .ah-nav-cart-item,
.ah-header.ah-state-collapsed .ah-nav-cart-item {
  display: inline-flex;
}

.ah-header.ah-state-inline .ah-nav {
  display: flex;
}

.ah-header.ah-state-inline .ah-nav-cart-item {
  display: none;
}

.ah-header.is-collapsed .ah-nav a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
}

.ah-header.is-collapsed .ah-nav a:hover,
.ah-header.is-collapsed .ah-nav a:focus-visible {
  background: var(--ah-cream-deep);
  opacity: 1;
}

.ah-menu-toggle-label {
  font-size: 0.86rem;
}

.ah-menu-toggle-icon {
  width: 16px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.ah-menu-toggle-icon::before,
.ah-menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: top 0.2s ease, bottom 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ah-menu-toggle-icon::before {
  top: 1px;
  box-shadow: 0 4px 0 currentColor;
}

.ah-menu-toggle-icon::after {
  bottom: 1px;
}

.ah-header.ah-menu-open .ah-menu-toggle-icon::before {
  top: 5px;
  box-shadow: 0 4px 0 transparent;
  transform: rotate(45deg);
}

.ah-header.ah-menu-open .ah-menu-toggle-icon::after {
  bottom: 5px;
  transform: rotate(-45deg);
}

.ah-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.ah-split-cards-head {
  margin: 0 0 22px;
}

.ah-split-cards-head .ah-title {
  margin: 2px 0 0;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.ah-split-cards-head-align-left { text-align: left; }
.ah-split-cards-head-align-center { text-align: center; }
.ah-split-cards-head-align-right { text-align: right; }

.ah-split-cards {
  display: grid;
  gap: 26px 20px;
  padding-top: 10px;
}

.ah-split-cols-1 { grid-template-columns: 1fr; }
.ah-split-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ah-split-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ah-split-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ah-split-item.ah-split-span-1 { grid-column: span 1; }
.ah-split-item.ah-split-span-2 { grid-column: span 2; }
.ah-split-item.ah-split-span-3 { grid-column: span 3; }
.ah-split-item.ah-split-span-4 { grid-column: span 4; }

.ah-split-item.ah-split-row-span-1 { grid-row: span 1; }
.ah-split-item.ah-split-row-span-2 { grid-row: span 2; }
.ah-split-item.ah-split-row-span-3 { grid-row: span 3; }
.ah-split-item.ah-split-row-span-4 { grid-row: span 4; }

/* Same pinned, hand-placed language as the testimonial/process cards. */
.ah-split-item {
  position: relative;
  padding: 26px 22px 22px;
  border: none;
  border-radius: 4px 22px 4px 22px;
  transform: rotate(-1deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ah-split-item:nth-child(even) {
  transform: rotate(1deg);
}

.ah-split-item:nth-child(3n) {
  transform: rotate(-0.6deg);
}

.ah-split-item:hover {
  transform: rotate(0deg) translateY(-4px);
}

.ah-split-icon {
  width: 46px;
  height: 46px;
  border-radius: 50% 50% 50% 6px;
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 3px 0 var(--ah-terracotta-dark);
  transform: rotate(-6deg);
}

.ah-split-item h3 {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.25rem;
  margin: 0 0 6px;
}

.ah-split-item p {
  margin: 0 0 14px;
  opacity: 0.8;
}

.ah-split-link {
  position: relative;
  color: var(--ah-terracotta-dark);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.18s ease;
}

.ah-split-link:hover {
  color: var(--ah-terracotta);
}

.ah-split-link::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  flex-shrink: 0;
  background: var(--ah-mustard);
  transition: width 0.2s ease;
}

.ah-split-item:hover .ah-split-link::before,
.ah-split-link:hover::before {
  width: 26px;
}

.ah-services-showcase-head {
  margin: 0 0 22px;
}

.ah-services-showcase-head .ah-eyebrow {
  display: block;
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.ah-services-showcase-head .ah-title {
  margin: 0;
}

.ah-services-showcase-sub {
  max-width: 70ch;
  margin: 8px 0 0;
  opacity: 0.78;
}

.ah-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(170px, auto);
  gap: 22px 18px;
}

.ah-services-grid.ah-services-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ah-services-grid.ah-services-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ah-services-grid.ah-services-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ah-service-card.ah-service-span-1 {
  grid-column: span 1;
}

.ah-service-card.ah-service-span-2 {
  grid-column: span 2;
}

.ah-service-card.ah-service-span-3 {
  grid-column: span 3;
}

.ah-service-card.ah-service-span-4 {
  grid-column: span 4;
}

.ah-service-card.ah-service-row-span-1 {
  grid-row: span 1;
}

.ah-service-card.ah-service-row-span-2 {
  grid-row: span 2;
}

.ah-service-card.ah-service-row-span-3 {
  grid-row: span 3;
}

.ah-service-card.ah-service-row-span-4 {
  grid-row: span 4;
}

.ah-services-grid.ah-services-cols-2 .ah-service-card.ah-service-span-3,
.ah-services-grid.ah-services-cols-2 .ah-service-card.ah-service-span-4 {
  grid-column: span 2;
}

.ah-services-grid.ah-services-cols-3 .ah-service-card.ah-service-span-4 {
  grid-column: span 3;
}

.ah-services-align-left .ah-service-card {
  text-align: left;
}

.ah-services-align-center .ah-service-card {
  text-align: center;
}

.ah-services-align-center .ah-service-card-icon {
  margin-left: auto;
  margin-right: auto;
}

.ah-services-align-right .ah-service-card {
  text-align: right;
}

.ah-services-align-right .ah-service-card-icon {
  margin-left: auto;
  margin-right: 0;
}

.ah-service-detail-main,
.ah-service-sample-card,
.ah-service-package,
.ah-service-process-block,
.ah-service-quote-form-wrap,
.ah-service-quote-next {
  background: var(--ah-cream-deep);
  border: 1px solid var(--ah-line);
  border-radius: 18px;
}

.ah-service-card {
  background: var(--ah-cream-deep);
  border: none;
  border-radius: 4px 20px 4px 20px;
  transform: rotate(-1deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding: 26px 24px 22px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ah-service-card:nth-child(even) {
  transform: rotate(1deg);
}

.ah-service-card:nth-child(3n) {
  transform: rotate(-0.6deg);
}

.ah-service-card:hover {
  transform: rotate(0deg) translateY(-4px);
}

.ah-service-card h3,
.ah-service-detail-main h3,
.ah-service-process-block h4,
.ah-service-package h4,
.ah-service-quote-form-wrap h3,
.ah-service-quote-next h3 {
  margin: 0;
  font-family: 'Fraunces', serif;
  color: var(--ah-ink);
}

.ah-service-card p,
.ah-service-detail-intro,
.ah-service-package p,
.ah-service-quote-note,
.ah-service-quote-next ol {
  margin: 0;
  opacity: 0.8;
}

.ah-service-card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50% 50% 6px;
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  box-shadow: 0 3px 0 var(--ah-terracotta-dark);
  transform: rotate(-6deg);
}

.ah-service-open {
  margin-top: auto;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  border: 0;
  background: transparent;
  color: var(--ah-terracotta-dark);
  padding: 0;
  font-weight: 700;
  font-size: 1.02rem;
  text-align: left;
  cursor: pointer;
  transition: gap 0.2s ease;
}

.ah-service-open::after {
  content: "\2192";
  transition: transform 0.2s ease;
}

.ah-service-open:hover {
  gap: 10px;
  color: var(--ah-terracotta);
  background: transparent;
}

.ah-services-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.ah-services-modal[hidden] {
  display: none !important;
}

.ah-services-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 14, 0.58);
}

.ah-services-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  background: var(--ah-cream);
  border-radius: 6px 28px 6px 28px;
  border: 1px solid var(--ah-line);
  box-shadow: 0 24px 52px rgba(18, 15, 12, 0.25);
  padding: 22px;
}

.ah-services-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ah-services-modal-head h3 {
  margin: 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
}

button.ah-services-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--ah-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ah-ink);
  cursor: pointer;
  font-size: 1.1rem;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.22s ease;
}

body.ah-modal-open button.ah-services-modal-close {
  animation: ah-services-close-pop 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ah-services-close-pop {
  from {
    transform: scale(0.4) rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

button.ah-services-modal-close:hover,
button.ah-services-modal-close:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  transform: rotate(90deg);
  outline: none;
}

.ah-service-breadcrumb {
  margin-bottom: 14px;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--ah-terracotta);
  transform: rotate(-1deg);
}

.ah-service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.ah-service-detail-main,
.ah-service-quote-form-wrap,
.ah-service-quote-next,
.ah-service-process-block {
  padding: 24px;
}

.ah-service-detail-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: none;
}

.ah-service-detail-main .ah-service-quote-open {
  margin-top: auto;
}

.ah-service-detail-price {
  display: inline-block;
  font-weight: 700;
  color: var(--ah-terracotta-dark);
}

.ah-service-samples {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ah-service-sample-card {
  min-height: 150px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.25rem;
  transform: rotate(-1deg);
  border: none;
}

.ah-service-sample-card:nth-child(even) {
  transform: rotate(1deg);
}

.ah-service-sample-card--image {
  padding: 0;
  overflow: hidden;
  height: 130px;
  cursor: zoom-in;
}

.ah-service-sample-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}

.ah-service-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ah-service-lightbox[hidden] {
  display: none !important;
}

.ah-service-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 14, 0.82);
}

.ah-service-lightbox-panel {
  position: relative;
  z-index: 1;
  max-width: min(1000px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ah-service-lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.ah-service-lightbox-media img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  border-radius: 4px 18px 4px 18px;
  display: block;
  box-shadow: 0 24px 52px rgba(18, 15, 12, 0.35);
}

.ah-service-lightbox-counter {
  margin: 12px 0 0;
  text-align: center;
  color: var(--ah-cream);
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
}

.ah-service-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ah-line);
  border-radius: 999px;
  background: var(--ah-cream);
  color: var(--ah-ink);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.2s ease;
}

body.ah-service-lightbox-open .ah-service-lightbox-close {
  animation: ah-service-lightbox-close-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ah-service-lightbox-close-pop {
  from {
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.ah-service-lightbox-close:hover,
.ah-service-lightbox-close:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  transform: scale(1.1) rotate(90deg);
  outline: none;
}

.ah-service-lightbox-prev,
.ah-service-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid var(--ah-line);
  border-radius: 999px;
  background: var(--ah-cream);
  color: var(--ah-ink);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ah-service-lightbox-prev {
  left: -18px;
}

.ah-service-lightbox-next {
  right: -18px;
}

.ah-service-lightbox-prev:hover,
.ah-service-lightbox-prev:focus-visible {
  transform: translateY(-50%) translateX(-3px);
}

.ah-service-lightbox-next:hover,
.ah-service-lightbox-next:focus-visible {
  transform: translateY(-50%) translateX(3px);
}

.ah-service-lightbox-prev:hover,
.ah-service-lightbox-next:hover,
.ah-service-lightbox-prev:focus-visible,
.ah-service-lightbox-next:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  outline: none;
}

.ah-service-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.ah-service-package {
  padding: 20px 18px;
  border: none;
}

.ah-service-package strong {
  display: inline-block;
  margin-top: 8px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ah-terracotta-dark);
}

.ah-service-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ah-service-process-step {
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 8px;
  border-radius: 4px 14px 4px 14px;
  background: var(--ah-cream);
  border: 1px dashed var(--ah-line);
}

.ah-service-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 18px;
}

.ah-service-quote-form-wrap {
  border: none;
}

.ah-service-quote-form {
  display: grid;
  gap: 14px;
}

.ah-service-quote-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: var(--ah-terracotta-dark);
}

.ah-service-quote-form input,
.ah-service-quote-form textarea,
.ah-service-quote-form select {
  width: 100%;
  border: 1px solid var(--ah-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ah-ink);
  padding: 12px 14px;
  font: inherit;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ah-service-quote-form input:focus,
.ah-service-quote-form textarea:focus,
.ah-service-quote-form select:focus {
  border-color: var(--ah-terracotta);
  box-shadow: 0 0 0 3px rgba(189, 92, 53, 0.18);
  outline: none;
}

.ah-service-quote-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ah-service-quote-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ah-service-quote-note {
  margin-top: 14px;
}

.ah-service-quote-feedback {
  margin: 8px 0 0;
  min-height: 1.3em;
  font-size: 0.95rem;
}

.ah-service-quote-feedback.is-success {
  color: #176642;
}

.ah-service-quote-feedback.is-error {
  color: #a62020;
}

.ah-service-quote-next {
  border: none;
}

.ah-service-quote-next ol {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  counter-reset: ah-quote-next;
}

.ah-service-quote-next ol li {
  position: relative;
  padding-left: 30px;
}

.ah-service-quote-next ol li::before {
  counter-increment: ah-quote-next;
  content: counter(ah-quote-next);
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ah-olive);
  color: var(--ah-cream);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .ah-services-grid,
  .ah-services-grid.ah-services-cols-2,
  .ah-services-grid.ah-services-cols-3,
  .ah-services-grid.ah-services-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-service-card.ah-service-span-2,
  .ah-service-card.ah-service-span-3,
  .ah-service-card.ah-service-span-4 {
    grid-column: span 2;
  }

  .ah-service-detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .ah-service-quote-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .ah-services-grid,
  .ah-services-grid.ah-services-cols-2,
  .ah-services-grid.ah-services-cols-3,
  .ah-services-grid.ah-services-cols-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .ah-service-card.ah-service-span-1,
  .ah-service-card.ah-service-span-2,
  .ah-service-card.ah-service-span-3,
  .ah-service-card.ah-service-span-4 {
    grid-column: span 1;
  }

  .ah-service-samples {
    grid-template-columns: minmax(0, 1fr);
  }

  .ah-service-packages {
    grid-template-columns: minmax(0, 1fr);
  }

  .ah-service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-service-quote-two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .ah-services-modal-panel {
    padding: 16px;
  }
}

.ah-split-align-left .ah-split-item { text-align: left; }
.ah-split-align-center .ah-split-item { text-align: center; }
.ah-split-align-right .ah-split-item { text-align: right; }

.ah-split-align-center .ah-split-icon {
  margin-left: auto;
  margin-right: auto;
}

.ah-split-align-right .ah-split-icon {
  margin-left: auto;
  margin-right: 0;
}

.ah-button-widget {
  margin-top: 18px;
}

.ah-button-align-left { text-align: left; }
.ah-button-align-center { text-align: center; }
.ah-button-align-right { text-align: right; }

.ah-button-widget .ah-btn {
  box-shadow: 0 8px 18px rgba(42, 38, 32, 0.22);
  padding: 14px 34px;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  line-height: 1;
  min-width: 220px;
}

.ah-btn.ah-btn--block {
  width: 100%;
  min-width: 0;
}

.ah-btn.ah-btn--raised {
  transform: translateY(0);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow:
    0 var(--ah-btn-depth, 10px) 0 var(--ah-btn-depth-color, #9C4726),
    0 calc(var(--ah-btn-depth, 10px) + 2px) 8px rgba(42, 38, 32, 0.14);
}

.ah-btn.ah-btn--raised:hover {
  transform: translateY(1px);
  box-shadow:
    0 calc(var(--ah-btn-depth, 10px) - 1px) 0 var(--ah-btn-depth-color, #9C4726),
    0 calc(var(--ah-btn-depth, 10px) + 1px) 6px rgba(42, 38, 32, 0.12);
}

.ah-btn.ah-btn--raised:active {
  transform: translateY(var(--ah-btn-depth, 10px));
  box-shadow:
    0 0 0 var(--ah-btn-depth-color, #9C4726),
    0 1px 3px rgba(42, 38, 32, 0.12);
}

.ah-testimonial-carousel-head {
  margin: 0 0 22px;
}

.ah-testimonial-carousel-head .ah-title {
  margin: 2px 0 0;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.ah-testimonial-carousel-head-align-left { text-align: left; }
.ah-testimonial-carousel-head-align-center { text-align: center; }
.ah-testimonial-carousel-head-align-right { text-align: right; }

.ah-carousel-track {
  display: grid;
  gap: 28px 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 12px;
}

/* An editorial, hand-placed feel: a big translucent pull-quote mark, a
   cut-paper drop shadow, and a slight alternating tilt like cards pinned to
   a mood board. Straightens and lifts on hover. */
.ah-quote-card {
  position: relative;
  background: var(--ah-cream-deep);
  border: none;
  border-radius: 3px 22px 3px 22px;
  padding: 34px 22px 20px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: rotate(-1.4deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ah-quote-card:nth-child(even) {
  transform: rotate(1.4deg);
}

.ah-quote-card:nth-child(3n) {
  transform: rotate(-0.8deg);
}

.ah-quote-card:hover {
  transform: rotate(0deg) translateY(-5px);
}

.ah-quote-card::before {
  content: '\201C';
  position: absolute;
  top: -4px;
  left: 16px;
  font-family: 'Fraunces', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.75rem;
  line-height: 1;
  color: var(--ah-terracotta);
  opacity: 0.22;
  pointer-events: none;
}

/* Fixed height regardless of quote length: clamp to a set number of lines
   instead of letting long quotes grow the card (and shove the rest of the
   page down) or short quotes leave the row uneven. */
.ah-quote-card p {
  position: relative;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ah-quote-card cite {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-style: normal;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  color: var(--ah-terracotta-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  flex-shrink: 0;
}

.ah-quote-card cite::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--ah-mustard);
  flex-shrink: 0;
}

.ah-featured-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 16px;
  gap: 10px;
  flex-wrap: wrap;
}

.ah-featured-head--left {
  justify-content: space-between;
  align-items: center;
}

.ah-featured-head--left .ah-featured-head-text {
  margin-right: auto;
}

.ah-featured-head .ah-eyebrow {
  display: block;
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.ah-featured-head .ah-title {
  margin: 0;
}

.ah-featured-head--left .ah-split-link {
  margin-left: auto;
}

.ah-featured-head--center {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ah-featured-head--right {
  justify-content: flex-end;
  text-align: right;
}

.ah-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: clamp(200px, 18vw, 320px);
  grid-auto-flow: dense;
  gap: 12px;
}

.ah-featured-item {
  position: relative;
  border-radius: 6px 22px 6px 22px;
  overflow: hidden;
  min-height: 170px;
  aspect-ratio: 1 / 1;
  background: var(--ah-cream-deep);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ah-featured-item:nth-child(even) {
  border-radius: 22px 6px 22px 6px;
}

.ah-featured-item:hover {
  transform: translateY(-4px) rotate(-1deg);
  z-index: 2;
}

.ah-featured-item[data-fixed-size="1"] {
  aspect-ratio: auto;
}

.ah-featured-item.ah-featured-has-span {
  grid-column: span var(--ah-col-span-desktop, 1);
  grid-row: span var(--ah-row-span-desktop, 1);
}

.ah-featured-item.ah-featured-wide {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.ah-featured-item.ah-featured-tall {
  grid-row: span 2;
  aspect-ratio: 1 / 2;
}

.ah-featured-item.ah-featured-auto-wide {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.ah-featured-item.ah-featured-auto-tall {
  grid-row: span 2;
  aspect-ratio: 1 / 2;
}

.ah-featured-item.ah-featured-auto-normal {
  aspect-ratio: 1 / 1;
}

.ah-featured-item img,
.ah-featured-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ah-featured-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--ah-cream);
  color: var(--ah-terracotta-dark);
  border-radius: 4px 12px 4px 12px;
  padding: 4px 12px;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.05rem;
  transform: rotate(-2deg);
}

.ah-featured-item[data-has-media="1"] {
  cursor: zoom-in;
}

.ah-featured-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ah-featured-lightbox[hidden] {
  display: none !important;
}

.ah-featured-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 14, 0.78);
}

.ah-featured-lightbox-panel {
  position: relative;
  z-index: 1;
  max-width: min(1100px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ah-featured-lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.ah-featured-lightbox-media img,
.ah-featured-lightbox-media video {
  max-width: 100%;
  max-height: calc(100vh - 110px);
  border-radius: 4px 18px 4px 18px;
  display: block;
  box-shadow: 0 24px 52px rgba(18, 15, 12, 0.35);
}

.ah-featured-lightbox-caption {
  margin: 12px 0 0;
  text-align: center;
  color: var(--ah-cream);
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
}

.ah-featured-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ah-line);
  border-radius: 999px;
  background: var(--ah-cream);
  color: var(--ah-ink);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.25s ease;
}

body.ah-featured-lightbox-open .ah-featured-lightbox-close {
  animation: ah-featured-close-spin-in 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ah-featured-close-spin-in {
  from {
    transform: rotate(-180deg) scale(0.3);
    opacity: 0;
  }
  to {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}

.ah-featured-lightbox-close:hover,
.ah-featured-lightbox-close:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  transform: rotate(180deg);
  outline: none;
}

body.ah-featured-lightbox-open {
  overflow: hidden;
}

.ah-featured-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.ah-featured-filters .ah-filter-pill {
  border: 2px solid var(--ah-line);
  border-radius: 999px;
  padding: 7px 15px;
  background: transparent;
  color: var(--ah-ink);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ah-featured-filters .ah-filter-pill:hover {
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  transform: translateY(-1px);
}

.ah-featured-filters .ah-filter-pill.is-active {
  background: var(--ah-terracotta);
  color: var(--ah-cream);
  border-color: var(--ah-terracotta);
}

.ah-featured-filters .ah-filter-pill.is-active:hover {
  color: var(--ah-cream);
}

.ah-booking-wrapper {
  background: var(--ah-cream-deep);
  border: 1px solid var(--ah-line);
  border-radius: 16px;
  padding: 18px;
}

.ah-booking-trigger-wrap {
  text-align: center;
}

.ah-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 16px;
}

.ah-booking-modal[hidden] {
  display: none !important;
}

.ah-booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 24, 20, 0.54);
}

.ah-booking-modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  background: var(--ah-cream);
  border-radius: 16px;
  border: 1px solid var(--ah-line);
  box-shadow: 0 20px 46px rgba(18, 15, 12, 0.24);
  padding: 16px;
}

.ah-booking-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.ah-booking-modal-head h3 {
  margin: 0;
  font-family: 'Fraunces', serif;
}

button.ah-booking-modal-close {
  border: 1px solid var(--ah-line);
  background: #fff;
  color: var(--ah-ink);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.ah-booking-modal-open button.ah-booking-modal-close {
  animation: ah-booking-close-drop 0.3s ease;
}

@keyframes ah-booking-close-drop {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

button.ah-booking-modal-close:hover,
button.ah-booking-modal-close:focus-visible {
  background: var(--ah-cream-deep);
  border-color: var(--ah-terracotta);
  color: var(--ah-terracotta-dark);
  transform: scale(1.12);
  outline: none;
}

body.ah-modal-open {
  overflow: hidden;
}

.ah-booking-wrapper h1,
.ah-booking-wrapper h2,
.ah-booking-wrapper h3,
.ah-booking-wrapper h4 {
  font-family: 'Fraunces', serif;
  color: var(--ah-ink);
}

.ah-booking-wrapper .bookly-btn,
.ah-booking-wrapper .bookly-button {
  background: var(--ah-terracotta) !important;
  border-color: var(--ah-terracotta) !important;
  color: var(--ah-cream) !important;
}

.ah-booking-wrapper .bookly-css-root,
.ah-booking-modal-panel .bookly-css-root {
  font-family: 'DM Sans', sans-serif;
  color: var(--ah-ink);
}

.ah-booking-wrapper .bookly-form,
.ah-booking-modal-panel .bookly-form {
  background: var(--ah-cream-deep);
  border: 1px solid var(--ah-line);
  border-radius: 14px;
  padding: 14px;
}

.ah-booking-wrapper .bookly-form .bookly-box,
.ah-booking-modal-panel .bookly-form .bookly-box {
  border-color: var(--ah-line) !important;
}

.ah-booking-wrapper .bookly-progress-tracker,
.ah-booking-modal-panel .bookly-progress-tracker {
  margin-bottom: 12px;
}

.ah-booking-wrapper .bookly-progress-tracker > div.active,
.ah-booking-modal-panel .bookly-progress-tracker > div.active {
  color: var(--ah-terracotta-dark) !important;
  font-weight: 700;
}

.ah-booking-wrapper .bookly-form-group > label,
.ah-booking-wrapper .bookly-form label,
.ah-booking-modal-panel .bookly-form-group > label,
.ah-booking-modal-panel .bookly-form label {
  color: var(--ah-terracotta-dark) !important;
  font-weight: 700;
}

.ah-booking-wrapper .bookly-form select,
.ah-booking-wrapper .bookly-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.ah-booking-wrapper .bookly-form textarea,
.ah-booking-modal-panel .bookly-form select,
.ah-booking-modal-panel .bookly-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.ah-booking-modal-panel .bookly-form textarea {
  border: 1px solid var(--ah-line) !important;
  border-radius: 10px !important;
  min-height: 44px;
  padding: 10px 12px !important;
  background: #fff !important;
  color: var(--ah-ink) !important;
  box-shadow: none !important;
}

.ah-booking-wrapper .bookly-form input[type="radio"],
.ah-booking-modal-panel .bookly-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ah-terracotta);
  flex: none;
}

.ah-booking-wrapper .bookly-payment-nav,
.ah-booking-modal-panel .bookly-payment-nav {
  display: grid;
  gap: 10px;
  margin: 0 0 4px;
}

.ah-booking-wrapper .bookly-payment-nav .bookly-list,
.ah-booking-modal-panel .bookly-payment-nav .bookly-list {
  display: grid;
  gap: 8px;
}

.ah-booking-wrapper .bookly-payment-nav .bookly-list label,
.ah-booking-modal-panel .bookly-payment-nav .bookly-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--ah-line);
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font-weight: 600;
  color: var(--ah-ink);
  cursor: pointer;
}

.ah-booking-wrapper .bookly-form .iti,
.ah-booking-modal-panel .bookly-form .iti {
  width: 100%;
}

.ah-booking-wrapper .bookly-form input.iti__tel-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.ah-booking-modal-panel .bookly-form input.iti__tel-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  width: 100% !important;
  padding-left: 52px !important;
  padding-right: 12px !important;
}

.ah-booking-wrapper .bookly-form .iti__selected-country,
.ah-booking-modal-panel .bookly-form .iti__selected-country {
  min-width: 42px;
}

.ah-booking-wrapper .bookly-form select:focus,
.ah-booking-wrapper .bookly-form input:focus,
.ah-booking-wrapper .bookly-form textarea:focus,
.ah-booking-modal-panel .bookly-form select:focus,
.ah-booking-modal-panel .bookly-form input:focus,
.ah-booking-modal-panel .bookly-form textarea:focus {
  border-color: var(--ah-terracotta) !important;
  box-shadow: 0 0 0 3px rgba(189, 92, 53, 0.18) !important;
  outline: none !important;
}

.ah-booking-wrapper .bookly-btn,
.ah-booking-wrapper .bookly-button,
.ah-booking-modal-panel .bookly-btn,
.ah-booking-modal-panel .bookly-button {
  border-radius: 999px !important;
  min-height: 42px;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  box-shadow: 0 5px 0 #9c4726, 0 7px 10px rgba(42, 38, 32, 0.14) !important;
}

.ah-booking-wrapper .bookly-btn:hover,
.ah-booking-wrapper .bookly-button:hover,
.ah-booking-modal-panel .bookly-btn:hover,
.ah-booking-modal-panel .bookly-button:hover {
  filter: brightness(0.98);
}

.ah-booking-wrapper .bookly-form .bookly-nav-steps,
.ah-booking-modal-panel .bookly-form .bookly-nav-steps {
  margin-top: 10px;
}

.ah-booking-wrapper .bookly-form .bookly-right,
.ah-booking-modal-panel .bookly-form .bookly-right {
  float: none !important;
}

.ah-booking-wrapper .bookly-form .bookly-left,
.ah-booking-modal-panel .bookly-form .bookly-left {
  float: none !important;
}

.ah-booking-wrapper .bookly-form .bookly-powered-by,
.ah-booking-modal-panel .bookly-form .bookly-powered-by {
  opacity: 0.72;
  font-size: 0.86rem;
}

.ah-booking-modal .bookly-available-date,
.ah-booking-modal .bookly-week-days,
.ah-booking-modal .bookly-time-range {
  display: none !important;
}

/* Bookly swaps to this "mobile chain" step layout on narrow screens and uses
   the available-date field as the only way to reach the time slots there, so
   it can't stay hidden the way it is on the desktop time-slot grid. */
.ah-booking-modal .bookly-mobile-step-2 .bookly-available-date {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 14px;
}

.ah-booking-modal .bookly-mobile-step-2 .bookly-available-date .bookly-form-group > label {
  color: var(--ah-terracotta-dark) !important;
  font-weight: 700;
  font-size: 0.92rem;
}

.ah-booking-modal .bookly-mobile-step-2 .bookly-js-datepicker-calendar {
  z-index: 20;
}

.ah-booking-modal .bookly-progress-tracker {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 4px;
}

.ah-booking-modal .bookly-progress-tracker > div {
  flex: 1 1 0;
  min-width: 64px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.55;
  padding: 4px 4px 10px;
}

.ah-booking-modal .bookly-progress-tracker > div.active {
  opacity: 1;
  color: var(--ah-terracotta-dark) !important;
}

.ah-booking-modal .bookly-progress-tracker > div .step {
  height: 4px;
  border-radius: 999px;
  background: var(--ah-line);
  margin-top: 6px;
}

.ah-booking-modal .bookly-progress-tracker > div.active .step {
  background: var(--ah-terracotta);
}

/* "Review your booking" recap card, injected above the payment panel. */
.ah-booking-summary {
  display: grid;
  gap: 4px;
  border: 1px solid var(--ah-line);
  background: var(--ah-cream-deep);
  border-radius: 4px 16px 4px 16px;
  padding: 16px 18px;
  margin: 16px 0 0;
}

.ah-booking-summary h4 {
  margin: 0 0 6px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ah-ink);
}

.ah-booking-summary-list {
  display: grid;
  gap: 6px;
}

.ah-booking-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.86rem;
  color: var(--ah-ink);
  opacity: 0.75;
}

.ah-booking-summary-row strong {
  opacity: 1;
  font-weight: 700;
}

.ah-booking-summary-note {
  margin: 6px 0 0;
  font-size: 0.78rem;
  opacity: 0.65;
}

/* The payment panel is visually promoted to its own distinct stage — a
   numbered eyebrow badge plus a heavier top accent — since Bookly's own
   step tracker doesn't always show a "Payment" step (it hides it for
   free-priced services) even though this panel always appears. */
.ah-booking-payment-panel {
  position: relative;
  display: grid;
  gap: 14px;
  border: none;
  background: var(--ah-cream-deep);
  border-radius: 4px 18px 18px 18px;
  padding: 22px 18px 18px;
  margin: 20px 0 16px;
}

.ah-booking-payment-panel.is-invalid {
  border-color: rgba(189, 92, 53, 0.45);
  border-top-color: var(--ah-terracotta);
  box-shadow: 0 0 0 3px rgba(189, 92, 53, 0.12);
}

.ah-booking-payment-panel.is-invalid .ah-booking-payment-error {
  display: block;
}

.ah-booking-payment-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ah-terracotta);
  transform: rotate(-2deg);
  margin: 0 0 2px;
}

.ah-booking-payment-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ah-terracotta-dark);
}

.ah-booking-qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.ah-booking-qr-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border: 1px solid var(--ah-line);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.ah-booking-qr-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ah-booking-qr-card img {
  max-width: 120px;
  width: 100%;
  height: auto;
  display: block;
}

.ah-booking-qr-placeholder {
  width: 100%;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--ah-line);
  border-radius: 10px;
  color: var(--ah-terracotta-dark);
  font-weight: 700;
  background: rgba(189, 92, 53, 0.04);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
}

.ah-booking-payment-field {
  display: grid;
  gap: 6px;
}

.ah-booking-payment-field label {
  font-weight: 700;
  color: var(--ah-terracotta-dark);
}

.ah-booking-payment-field input {
  width: 100%;
}

.ah-booking-payment-error {
  display: none;
  color: var(--ah-terracotta-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

.ah-booking-proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--ah-line);
  background: var(--ah-cream-deep);
  border-radius: 16px;
  padding: 16px;
  margin: 12px 0 16px;
  text-align: center;
}

.ah-booking-proof-title {
  font-weight: 700;
  color: var(--ah-terracotta-dark);
}

.ah-booking-proof-ref {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.ah-booking-proof-hint {
  font-size: 0.82rem;
  opacity: 0.75;
}

.ah-booking-proof canvas,
.ah-booking-proof img {
  border-radius: 10px;
  border: 1px solid var(--ah-line);
  background: #fff;
  padding: 8px;
}

.ah-booking-wrapper [class*="bookly"],
.ah-booking-wrapper .bookly-form,
.ah-booking-wrapper .bookly-form-group,
.ah-booking-wrapper .bookly-box,
.ah-booking-wrapper .bookly-progress-tracker {
  max-width: 100% !important;
  box-sizing: border-box;
}

.ah-booking-wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.ah-booking-wrapper select,
.ah-booking-wrapper textarea,
.ah-booking-wrapper .bookly-form .form-control,
.ah-booking-wrapper .bookly-form input[type="text"],
.ah-booking-wrapper .bookly-form input[type="email"],
.ah-booking-wrapper .bookly-form input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.ah-booking-wrapper input[type="radio"],
.ah-booking-wrapper input[type="checkbox"] {
  width: 18px !important;
  flex: none;
}

.ah-booking-wrapper .bookly-form .bookly-box {
  display: block !important;
}

.ah-booking-wrapper .bookly-btn,
.ah-booking-wrapper .bookly-button {
  white-space: normal;
}

.ah-flip-gallery-head {
  margin: 0 0 22px;
}

.ah-flip-gallery-head .ah-title {
  margin: 2px 0 0;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.ah-flip-gallery-head-align-left { text-align: left; }
.ah-flip-gallery-head-align-center { text-align: center; }
.ah-flip-gallery-head-align-right { text-align: right; }

.ah-flip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
  padding-top: 10px;
}

.ah-flip-grid.ah-flip-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ah-flip-grid.ah-flip-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ah-flip-grid.ah-flip-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* The outer tile carries the pinned/tilted "polaroid" look; the inner
   element keeps doing the 3D flip untouched so the two transforms never
   fight each other. */
.ah-flip-tile {
  perspective: 1000px;
  min-height: 220px;
  border-radius: 4px 22px 4px 22px;
  transform: rotate(-1.4deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ah-flip-tile:nth-child(even) {
  transform: rotate(1.4deg);
}

.ah-flip-tile:nth-child(3n) {
  transform: rotate(-0.8deg);
}

.ah-flip-tile:hover {
  transform: rotate(0deg) translateY(-5px);
}

.ah-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.45s ease;
}

.ah-flip-tile:hover .ah-flip-inner,
.ah-flip-tile.is-flipped .ah-flip-inner {
  transform: rotateY(180deg);
}

.ah-flip-front,
.ah-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 4px 22px 4px 22px;
  overflow: hidden;
  backface-visibility: hidden;
  background: var(--ah-cream-deep);
}

.ah-flip-front img,
.ah-flip-back img,
.ah-flip-back video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ah-flip-back {
  transform: rotateY(180deg);
}

/* Gallery-placard style caption instead of a plain dark pill. */
.ah-flip-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: var(--ah-cream);
  color: var(--ah-ink);
  border-radius: 3px 12px 3px 12px;
  padding: 4px 12px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 0.8rem;
  transform: rotate(-2deg);
}

.ah-tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ah-tier {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--ah-line);
  background: var(--ah-cream-deep);
}

.ah-tier.is-featured {
  background: var(--ah-terracotta);
  color: var(--ah-cream);
}

.ah-tier h3 {
  margin: 0 0 6px;
  font-family: 'Fraunces', serif;
}

.ah-tier-price {
  font-family: 'Fraunces', serif;
  font-size: 1.7rem;
  margin: 0 0 10px;
}

.ah-tier ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.ah-tier li {
  margin: 0 0 7px;
}

.ah-tier li::before {
  content: "\2713";
  margin-right: 8px;
}

.ah-service-header-align-left > .ah-title,
.ah-service-header-align-left > p {
  text-align: left;
}

.ah-service-header-align-center > .ah-title,
.ah-service-header-align-center > p {
  text-align: center;
}

.ah-service-header-align-right > .ah-title,
.ah-service-header-align-right > p {
  text-align: right;
}

.ah-service-cards-align-left .ah-tier {
  text-align: left;
}

.ah-service-cards-align-center .ah-tier {
  text-align: center;
}

.ah-service-cards-align-right .ah-tier {
  text-align: right;
}

.ah-service-cards-align-center .ah-tier .ah-btn {
  margin-left: auto;
  margin-right: auto;
}

.ah-service-cards-align-right .ah-tier .ah-btn {
  margin-left: auto;
  margin-right: 0;
}

.ah-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ah-artist-card {
  padding: 18px;
}

.ah-artist-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 10px;
}

.ah-artist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ah-artist-role {
  margin: 4px 0 8px;
  font-weight: 700;
  color: var(--ah-terracotta-dark);
}

.ah-artist-gallery {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.ah-artist-card.is-open .ah-artist-gallery {
  display: grid;
}

.ah-artist-gallery img {
  width: 100%;
  border-radius: 8px;
}

.ah-faq-list {
  border: 1px solid var(--ah-line);
  border-radius: 16px;
  overflow: hidden;
}

.ah-faq-item {
  border-top: 1px solid var(--ah-line);
  background: var(--ah-cream-deep);
}

.ah-faq-item:first-child {
  border-top: 0;
}

.ah-faq-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.ah-faq-icon {
  display: inline-block;
  transition: transform 0.2s ease;
  color: var(--ah-terracotta);
}

.ah-faq-item.is-open .ah-faq-icon {
  transform: rotate(45deg);
}

.ah-faq-answer {
  display: none;
  padding: 0 16px 14px;
  opacity: 0.85;
}

.ah-faq-item.is-open .ah-faq-answer {
  display: block;
}

.ah-map-wrap {
  border: 1px solid var(--ah-line);
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}

.ah-map-wrap iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
  display: block;
}

.ah-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

.ah-contact-card {
  padding: 26px 28px;
  border: none;
  border-radius: 6px 26px 6px 26px;
}

.ah-contact-title {
  margin: 0 0 12px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  color: var(--ah-ink);
}

.ah-contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ah-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ah-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ah-contact-form label > span {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.74;
}

.ah-contact-form input,
.ah-contact-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--ah-line);
  background: #f4efe4;
  color: var(--ah-ink);
  padding: 11px 13px;
  font-family: 'Karla', sans-serif;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ah-contact-form input:focus,
.ah-contact-form textarea:focus {
  border-color: var(--ah-terracotta);
  box-shadow: 0 0 0 3px rgba(189, 92, 53, 0.18);
  outline: none;
}

.ah-contact-form textarea {
  resize: vertical;
  min-height: 92px;
}

.ah-contact-actions {
  margin-top: 6px;
}

.ah-contact-submit.ah-btn {
  padding: 12px 20px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid transparent;
  background: var(--ah-terracotta);
  color: var(--ah-cream);
}

.ah-contact-submit.ah-btn:hover {
  filter: brightness(0.96);
}

.ah-contact-submit.ah-btn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.ah-contact-feedback {
  margin: 2px 0 0;
  min-height: 1.1em;
  font-size: 0.86rem;
}

.ah-contact-feedback.is-success {
  color: #286c3f;
}

.ah-contact-feedback.is-error {
  color: #a7332a;
}

.ah-contact-studio-line {
  margin: 0 0 10px;
  opacity: 0.82;
  line-height: 1.52;
}

.ah-contact-map {
  margin-top: 14px;
  border-radius: 4px 18px 4px 18px;
  border: none;
  background: #e6dcc5;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(42, 38, 32, 0.58);
  font-weight: 600;
}

.ah-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.ah-contact-faq-wrap .ah-faq-head {
  margin: 0 0 12px;
}

.ah-contact-faq-wrap .ah-faq-eyebrow {
  margin: 0;
  font-family: 'Caveat', cursive;
  color: var(--ah-terracotta);
  font-size: clamp(2rem, 3.1vw, 2.35rem);
  line-height: 1;
}

.ah-contact-faq-wrap .ah-faq-title {
  margin: 6px 0 0;
}

.ah-contact-faq-wrap .ah-faq-list {
  border-radius: 6px 26px 6px 26px;
  border: none;
  background: #efe4d2;
  overflow: hidden;
}

.ah-contact-faq-wrap .ah-faq-item {
  background: transparent;
  border-top: 1px solid rgba(42, 38, 32, 0.1);
}

.ah-contact-faq-wrap .ah-faq-item:first-child {
  border-top: 0;
}

.ah-contact-faq-wrap .ah-faq-btn {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 18px 24px;
  min-height: 58px;
  color: var(--ah-ink);
  font-family: 'Karla', sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.28rem);
  font-weight: 500;
  line-height: 1.35;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ah-contact-faq-wrap .ah-faq-btn > span:first-child {
  flex: 1;
  min-width: 0;
}

.ah-contact-faq-wrap .ah-faq-btn:hover,
.ah-contact-faq-wrap .ah-faq-item.is-open .ah-faq-btn {
  background: var(--ah-terracotta-dark);
  color: var(--ah-cream);
}

.ah-contact-faq-wrap .ah-faq-icon {
  color: var(--ah-terracotta);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  flex: 0 0 auto;
  margin-left: auto;
}

.ah-contact-faq-wrap .ah-faq-item.is-open .ah-faq-icon,
.ah-contact-faq-wrap .ah-faq-btn:hover .ah-faq-icon {
  color: var(--ah-cream);
}

.ah-contact-faq-wrap .ah-faq-answer {
  padding: 14px 24px 20px;
  background: #f2e8d4;
  border-top: 1px solid rgba(42, 38, 32, 0.08);
  color: rgba(42, 38, 32, 0.78);
  font-size: 1rem;
  line-height: 1.55;
}

.ah-footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--ah-line);
  padding: 18px clamp(12px, 2vw, 20px) 24px;
  max-width: var(--ah-shell-max);
  margin: 20px auto 0;
}

.ah-footer.ah-widget--full {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-inline: clamp(18px, 4.8vw, 72px);
}

.ah-footer.ah-widget--contained {
  max-width: var(--ah-shell-max);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(12px, 2vw, 20px);
}

.ah-footer h4 {
  margin: 0 0 8px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--ah-terracotta-dark);
}

.ah-footer a {
  color: var(--ah-ink);
  text-decoration: none;
  transition: color 0.18s ease;
}

.ah-footer a:hover,
.ah-footer a:focus-visible {
  color: var(--ah-terracotta-dark);
}

.ah-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ah-footer li,
.ah-footer p {
  margin: 0 0 5px;
  opacity: 0.78;
}

.ah-footer-social {
  display: flex;
  gap: 8px;
}

.ah-footer-align-left {
  text-align: left;
}

.ah-footer-align-center {
  text-align: center;
}

.ah-footer-align-right {
  text-align: right;
}

.ah-footer-align-center .ah-footer-social {
  justify-content: center;
}

.ah-footer-align-right .ah-footer-social {
  justify-content: flex-end;
}

.ah-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--ah-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ah-terracotta-dark);
  text-decoration: none;
}

.ah-footer a.is-current,
.ah-footer a[aria-current="page"] {
  color: var(--ah-terracotta-dark);
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-color: var(--ah-terracotta);
  text-underline-offset: 0.22em;
}

@media (max-width: 1024px) {
  .ah-widget.ah-widget--full:not(.ah-header):not(.ah-footer) {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-inline: clamp(12px, 2.2vw, 18px);
  }

  [class*="elementor-widget-arthaus-"] > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ah-widget:not(.ah-header):not(.ah-footer) {
    padding-inline: clamp(12px, 2.2vw, 18px);
  }

  .ah-header {
    min-height: 68px;
    padding-inline: clamp(14px, 2.8vw, 22px);
  }

  .ah-nav {
    gap: 16px;
  }

  .ah-hero-headline {
    max-width: 16ch;
  }

  .ah-hero-sub {
    max-width: 52ch;
  }

  .ah-carousel-track,
  .ah-process-grid,
  .ah-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-featured-grid,
  .ah-flip-grid,
  .ah-artist-grid,
  .ah-tiers-grid,
  .ah-services-grid,
  .ah-split-cols-4,
  .ah-split-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-service-card.ah-service-span-3,
  .ah-service-card.ah-service-span-4 {
    grid-column: span 2;
  }

  .ah-service-card.ah-service-row-span-3,
  .ah-service-card.ah-service-row-span-4 {
    grid-row: span 2;
  }

  .ah-featured-item.ah-featured-has-span {
    grid-column: span var(--ah-col-span-tablet, var(--ah-col-span-desktop, 1));
    grid-row: span var(--ah-row-span-tablet, var(--ah-row-span-desktop, 1));
  }

  .ah-service-detail-hero,
  .ah-service-quote-layout {
    grid-template-columns: 1fr;
  }

  .ah-contact-layout {
    grid-template-columns: 1fr;
  }

  .ah-service-packages,
  .ah-service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-flip-grid.ah-flip-cols-2,
  .ah-flip-grid.ah-flip-cols-3,
  .ah-flip-grid.ah-flip-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ah-flip-tile {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    min-height: 200px !important;
  }

  .ah-split-item.ah-split-span-3,
  .ah-split-item.ah-split-span-4 {
    grid-column: span 2;
  }

  .ah-split-item.ah-split-row-span-3,
  .ah-split-item.ah-split-row-span-4 {
    grid-row: span 2;
  }
}

@media (max-width: 767px) {
  .ah-widget:not(.ah-header):not(.ah-footer) {
    margin: 16px auto;
    padding-inline: 10px;
  }

  .ah-header {
    min-height: 64px;
    gap: 8px;
    padding: 10px 12px;
  }

  .ah-logo {
    font-size: 1rem;
    gap: 8px;
  }

  .ah-logo-image {
    max-height: 32px;
  }

  .ah-logo-badge {
    width: 30px;
    height: 30px;
  }

  .ah-header.is-collapsed .ah-nav a {
    font-size: 0.96rem;
  }

  .ah-cart-link {
    margin-left: auto;
  }

  .ah-cta-title {
    font-size: 1.45rem;
  }

  .ah-services-grid,
  .ah-service-samples,
  .ah-service-packages,
  .ah-service-process-grid,
  .ah-service-quote-two-col {
    grid-template-columns: 1fr;
  }

  .ah-contact-form-row {
    grid-template-columns: 1fr;
  }

  .ah-contact-card {
    padding: 18px;
  }

  .ah-service-card.ah-service-span-2,
  .ah-service-card.ah-service-span-3,
  .ah-service-card.ah-service-span-4 {
    grid-column: span 1;
  }

  .ah-service-card.ah-service-row-span-2,
  .ah-service-card.ah-service-row-span-3,
  .ah-service-card.ah-service-row-span-4 {
    grid-row: span 1;
  }

  .ah-service-card,
  .ah-service-detail-main,
  .ah-service-quote-form-wrap,
  .ah-service-quote-next,
  .ah-service-process-block {
    padding: 18px;
  }

  .ah-services-modal {
    padding: 10px;
  }

  .ah-services-modal-panel {
    width: min(100vw - 16px, 100%);
    max-height: calc(100vh - 16px);
    padding: 14px;
  }

  body .elementor .ah-widget.ah-hero-block .ah-hero-headline,
  body .ah-widget.ah-hero-block .ah-hero-headline {
    max-width: 11.5ch;
    font-size: clamp(2.1rem, 10vw, 2.5rem) !important;
    line-height: 1.02 !important;
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .ah-hero-block {
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .ah-hero-sub {
    max-width: 34ch;
    margin-bottom: 18px;
    font-size: 0.98rem;
  }

  .ah-hero-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .ah-hero-cta .ah-btn {
    width: 100%;
  }

  .ah-button-widget .ah-btn {
    min-width: 0;
    padding: 13px 26px;
  }

  .ah-process-grid {
    gap: 10px;
    padding: 12px;
  }

  .ah-process-step {
    padding: 10px 8px;
  }

  .ah-process-title {
    font-size: 0.94rem;
  }

  .ah-process-sub {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .ah-process-num {
    font-size: 1.05rem;
  }

  .ah-card {
    border-radius: 18px;
  }

  .ah-card h3 {
    font-size: 1.06rem;
    line-height: 1.28;
  }

  .ah-card p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .ah-booking-modal-panel {
    padding: 10px;
  }

  .ah-booking-modal-head {
    margin-bottom: 8px;
  }

  .ah-booking-modal-head h3 {
    font-size: 1.1rem;
  }

  .ah-booking-wrapper .bookly-form,
  .ah-booking-modal-panel .bookly-form {
    padding: 10px;
    border-radius: 12px;
  }

  .ah-booking-wrapper .bookly-progress-tracker,
  .ah-booking-modal-panel .bookly-progress-tracker {
    font-size: 0.88rem;
  }

  .ah-booking-wrapper .bookly-form-group,
  .ah-booking-modal-panel .bookly-form-group {
    margin-bottom: 10px;
  }

  .ah-booking-wrapper .bookly-form select,
  .ah-booking-wrapper .bookly-form input,
  .ah-booking-wrapper .bookly-form textarea,
  .ah-booking-modal-panel .bookly-form select,
  .ah-booking-modal-panel .bookly-form input,
  .ah-booking-modal-panel .bookly-form textarea {
    min-height: 42px;
    padding: 9px 11px !important;
    font-size: 0.95rem;
  }

  .ah-booking-wrapper .bookly-btn,
  .ah-booking-wrapper .bookly-button,
  .ah-booking-modal-panel .bookly-btn,
  .ah-booking-modal-panel .bookly-button {
    min-height: 44px;
    font-size: 0.96rem;
  }

  .ah-booking-wrapper .bookly-form .bookly-nav-steps,
  .ah-booking-modal-panel .bookly-form .bookly-nav-steps {
    margin-top: 8px;
  }

  .ah-booking-wrapper .bookly-form .bookly-mobile-step-1,
  .ah-booking-wrapper .bookly-form .bookly-mobile-step-2,
  .ah-booking-modal-panel .bookly-form .bookly-mobile-step-1,
  .ah-booking-modal-panel .bookly-form .bookly-mobile-step-2 {
    font-size: 0.9rem;
  }

  .ah-booking-modal .bookly-progress-tracker > div {
    font-size: 0.7rem;
    padding: 3px 4px 8px;
  }

  .ah-process-grid,
  .ah-carousel-track,
  .ah-featured-grid,
  .ah-flip-grid,
  .ah-artist-grid,
  .ah-tiers-grid,
  .ah-split-cols-4,
  .ah-split-cols-3,
  .ah-split-cols-2,
  .ah-footer {
    grid-template-columns: 1fr;
  }

  .ah-featured-grid {
    grid-auto-rows: auto;
  }

  .ah-featured-item.ah-featured-wide {
    grid-column: auto;
  }

  .ah-featured-item.ah-featured-tall {
    grid-row: auto;
  }

  .ah-featured-item.ah-featured-auto-wide {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  .ah-featured-item.ah-featured-auto-tall {
    grid-row: auto;
    aspect-ratio: 1 / 1;
  }

  .ah-featured-item.ah-featured-has-span {
    grid-column: span var(--ah-col-span-mobile, 1);
    grid-row: span var(--ah-row-span-mobile, 1);
  }

  .ah-flip-tile {
    min-height: 200px !important;
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .ah-tier-price {
    font-size: 1.5rem;
  }

  .ah-map-wrap,
  .ah-map-wrap iframe {
    min-height: 220px;
  }

  .ah-featured-grid,
  .ah-flip-grid,
  .ah-artist-grid,
  .ah-tiers-grid,
  .ah-process-grid,
  .ah-split-cols-4,
  .ah-split-cols-3,
  .ah-split-cols-2,
  .ah-footer {
    grid-template-columns: 1fr;
  }

  .ah-flip-grid.ah-flip-cols-2,
  .ah-flip-grid.ah-flip-cols-3,
  .ah-flip-grid.ah-flip-cols-4 {
    grid-template-columns: 1fr;
  }

  .ah-process-grid--connectors .ah-process-step::after {
    display: none;
  }

  .ah-split-item.ah-split-span-2,
  .ah-split-item.ah-split-span-3,
  .ah-split-item.ah-split-span-4 {
    grid-column: span 1;
  }

  .ah-split-item.ah-split-row-span-2,
  .ah-split-item.ah-split-row-span-3,
  .ah-split-item.ah-split-row-span-4 {
    grid-row: span 1;
  }

  .ah-booking-modal-panel {
    width: calc(100vw - 18px);
    max-height: calc(100vh - 18px);
    padding: 12px;
  }

  .ah-booking-wrapper .bookly-btn,
  .ah-booking-wrapper .bookly-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ah-booking-modal-panel .bookly-btn,
  .ah-booking-modal-panel .bookly-button {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ah-booking-wrapper [class*="bookly"] {
    min-width: 0 !important;
  }

  /* The blanket min-width reset above also strips Bookly's own min-width on
     each day's time-slot column, which is what makes the multi-day grid
     scroll instead of squeezing every day into an unreadable sliver. */
  .ah-booking-wrapper .bookly-column {
    min-width: 127px !important;
  }

  .ah-booking-wrapper .bookly-column.bookly-column-wide {
    min-width: 205px !important;
  }
}

body.elementor-device-tablet .ah-flip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.elementor-device-tablet .ah-flip-tile {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-height: 200px !important;
}

body.elementor-device-mobile .ah-flip-grid {
  grid-template-columns: 1fr !important;
}

body.elementor-device-mobile .ah-flip-tile {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
  min-height: 200px !important;
}

@media (max-width: 767px) {
  .ah-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
    padding: 18px 12px 20px;
  }

  .ah-footer h4 {
    margin-bottom: 7px;
  }

  .ah-footer li,
  .ah-footer p {
    margin-bottom: 6px;
    line-height: 1.45;
  }
}

@media (max-width: 520px) {
  .ah-footer {
    grid-template-columns: 1fr !important;
  }
}
