:root {
  --bg: #f7f1ea;
  --bg-soft: #fcf8f3;
  --surface: #fffdfa;
  --surface-strong: #fffaf4;
  --line: #dbc5a4;
  --line-strong: #c89f63;
  --ink: #241c17;
  --muted: #6f6257;
  --muted-soft: #8d7c6d;
  --shadow: 0 16px 40px rgba(48, 34, 20, 0.08);
  --shadow-soft: 0 10px 24px rgba(48, 34, 20, 0.06);
  --radius: 28px;
  --radius-lg: 34px;
  --radius-sm: 18px;
  --container: min(1140px, calc(100vw - 32px));
  --section-space: clamp(44px, 5.6vw, 78px);
  --title-font: "Cormorant Garamond", serif;
  --body-font: "Inter", sans-serif;
  --accent-font: "Caveat", cursive;
  --title-size-xl: clamp(2.2rem, 5vw, 3.6rem);
  --title-size-lg: clamp(1.82rem, 3vw, 2.45rem);
  --title-size-md: clamp(1.42rem, 2.2vw, 1.95rem);
  --card-title-size: clamp(1.12rem, 1.02rem + 0.34vw, 1.34rem);
  --copy-size: 0.98rem;
  --copy-size-sm: 0.92rem;
  --floating-cart-height: 0px;
  color-scheme: light;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--copy-size);
  line-height: 1.6;
  color: var(--ink);
  background: #f7f1ea;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 320px;
  overflow-wrap: anywhere;
}
::selection {
  background: rgba(184, 125, 56, 0.18);
  color: var(--ink);
}
.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 80;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.98);
  border: 1px solid rgba(200, 159, 99, 0.6);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
}
.skip-link:focus {
  transform: translateY(0);
}
main [id],
section[id] {
  scroll-margin-top: 96px;
}
body.page-home {
  padding-bottom: calc(
    var(--floating-cart-height) + env(safe-area-inset-bottom, 0px)
  );
}
body.cart-page-body,
body.page-portfolio {
  padding-bottom: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  touch-action: manipulation;
}
textarea {
  resize: vertical;
  min-height: 132px;
}
input,
textarea,
select {
  min-width: 0;
}
.container {
  width: var(--container);
  margin: 0 auto;
}
.section {
  padding: var(--section-space) 0;
}
.section + .section {
  margin-top: -1px;
}
.section-layout,
.contact-grid,
.cart-page-grid,
.hero-grid,
.graphic-showcase,
.home-services-grid,
.hero-feature-stack,
.quick-links-grid,
.payment-actions,
.btn-row,
.shop-grid,
.portfolio-grid {
  min-width: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 241, 234, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(200, 159, 99, 0.28);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}
.brand-title {
  font-family: var(--title-font);
  font-size: 1.9rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.brand-sub {
  color: var(--muted-soft);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.desktop-nav {
  display: none;
}
.mobile-toggle {
  appearance: none;
  border: 1px solid rgba(200, 159, 99, 0.7);
  background: linear-gradient(180deg, #fffaf4 0%, #f7ecdf 100%);
  color: var(--ink);
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: var(--shadow-soft);
}
.mobile-menu {
  display: none;
  padding-bottom: 16px;
}
.mobile-menu.open {
  display: block;
}
.mobile-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(200, 159, 99, 0.45);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.95);
  box-shadow: var(--shadow-soft);
}
.mobile-panel a {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}
body.menu-open {
  overflow: hidden;
}
.hero {
  padding-top: clamp(32px, 8vw, 60px);
}
.hero-wrap {
  display: grid;
  gap: 20px;
}
.hero-topline {
  margin: 0;
  width: fit-content;
  max-width: 100%;
  font-family: var(--accent-font);
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  line-height: 1;
  color: #977451;
  padding-left: 4px;
}
.hero-heading {
  margin: -2px 0 2px;
  max-width: 15ch;
  font-family: var(--title-font);
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
.hero-grid {
  display: grid;
  gap: 18px;
  align-items: start;
}
.hero-visual,
.media-card,
.text-card,
.cart-card,
.cart-summary-card,
.shop-card,
.portfolio-hero-inner {
  margin: 0;
  min-width: 0;
  border-radius: var(--radius);
  background: rgba(255, 252, 247, 0.93);
  border: 1px solid rgba(200, 159, 99, 0.42);
  box-shadow: var(--shadow);
}
.hero-visual {
  overflow: hidden;
  aspect-ratio: 4 / 5.1;
}
.hero-visual img,
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}
.home-services-grid {
  display: grid;
  gap: 12px;
}
.service-card {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 88px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid rgba(200, 159, 99, 0.42);
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.service-card:hover,
.feature-banner:hover,
.section-portfolio-cta:hover,
.platform-pill:hover,
.contact-row:hover,
.btn:hover,
.portfolio-tile:hover {
  transform: translateY(-2px);
}
.service-card h3,
.feature-banner-title,
.media-title,
.text-card > h2,
.cart-summary-card > h2,
.portfolio-head h2,
.section-head h2,
.contact-strip .contact-label {
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.service-card h3 {
  margin: 0;
  font-size: var(--card-title-size);
  line-height: 1.05;
}
.service-card p {
  margin: 0;
  color: var(--muted-soft);
  font-size: 0.9rem;
}
.hero-feature-stack {
  display: grid;
  gap: 12px;
}
.feature-banner {
  min-width: 0;
  display: grid;
  align-items: stretch;
  border-radius: 28px;
  border: 1px solid rgba(200, 159, 99, 0.5);
  background: rgba(255, 250, 244, 0.98);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.feature-banner-copy {
  min-width: 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feature-banner-title {
  font-size: clamp(1.18rem, 1.04rem + 0.88vw, 1.62rem);
  line-height: 0.98;
}
.feature-banner-media {
  margin: 0;
  min-height: 110px;
}
.feature-banner-media img,
.feature-opere-item img {
  width: 100%;
  height: 100%;
}
.feature-banner-portfolio {
  min-height: 124px;
}
.feature-banner-portfolio .feature-banner-media {
  height: 100%;
}
.feature-banner-portfolio .feature-banner-media img {
  object-fit: cover;
  object-position: center 34%;
}
.feature-banner-opere {
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
  min-height: 124px;
}
.feature-opere-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 12px 10px 0;
  align-items: center;
}
.feature-opere-item {
  margin: 0;
  aspect-ratio: 0.72;
  border-radius: 18px;
  overflow: hidden;
  background: #f0e4d5;
  border: 1px solid rgba(200, 159, 99, 0.48);
  box-shadow: 0 10px 22px rgba(36, 28, 23, 0.12);
}
.feature-opere-item img {
  object-fit: cover;
}
.feature-opere-item:nth-child(1) img {
  object-position: center 44%;
}
.feature-opere-item:nth-child(2) img {
  object-position: center 42%;
}
.feature-opere-item:nth-child(3) img {
  object-position: center 38%;
}
.contact-strip {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 16px 18px 0;
}
.contact-strip .contact-label {
  position: relative;
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1;
  text-align: center;
}
.contact-strip .contact-label::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin: 8px auto 0;
  background: rgba(200, 159, 99, 0.72);
}
.quick-links-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.platform-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.42);
  background: rgba(255, 252, 248, 0.92);
  box-shadow: var(--shadow-soft);
  font-family: var(--accent-font);
  font-size: 1.02rem;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.platform-pill svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}
.platform-call {
  color: #9b6a4c;
  background: #fff4eb;
}
.platform-sms {
  color: #7f6958;
  background: #fbf2ea;
}
.platform-ig {
  color: #8c5577;
  background: #fdf0f8;
}
.platform-fb {
  color: #4b648f;
  background: #edf3ff;
}
.section-layout {
  display: grid;
  gap: 18px;
}
.proposal-first-mobile .text-card {
  order: 1;
}
.proposal-first-mobile .media-card {
  order: 2;
}
.text-card,
.media-card,
.cart-card,
.cart-summary-card {
  padding: 20px;
}
.text-card > h2,
.cart-summary-card > h2,
.cart-page-intro h1,
.portfolio-hero-inner h1,
.section-head h2 {
  margin: 0 0 10px;
  font-size: var(--title-size-lg);
  line-height: 0.95;
}
.media-title,
.graphic-kicker {
  margin: 0 0 14px;
  font-size: var(--title-size-md);
  line-height: 0.98;
}
.section-intro,
.text-card p,
.delivery-note,
.payment-note-inline span,
.cart-empty,
.cart-item-meta,
.shop-top span,
.shop-body p,
.portfolio-nav-chips a,
.footer-inner,
.mobile-panel a,
.desktop-nav a,
.contact-row span {
  color: var(--muted);
}
.section-intro,
.text-card p,
.delivery-note,
.payment-note-inline span,
.cart-empty {
  margin: 0 0 12px;
  font-size: 0.98rem;
}
.text-card > *:last-child,
.media-card > *:last-child,
.cart-card > *:last-child,
.cart-summary-card > *:last-child {
  margin-bottom: 0;
}
.section-tone-murales,
.section-tone-ritratti,
.section-tone-grafica,
.section-tone-gallery,
.section-tone-live,
.section-tone-about,
.section-tone-contact,
.portfolio-hero,
.cart-page-hero {
  position: relative;
}
.section-tone-murales::before,
.section-tone-ritratti::before,
.section-tone-grafica::before,
.section-tone-gallery::before,
.section-tone-live::before,
.section-tone-about::before,
.section-tone-contact::before,
.portfolio-hero::before,
.cart-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.26),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}
.slider-shell {
  display: grid;
  gap: 14px;
}
.slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.slider-track::-webkit-scrollbar {
  display: none;
}
.slide-card,
.graphic-pairs-page {
  scroll-snap-align: start;
}
.slide-card {
  margin: 0;
  aspect-ratio: 4 / 4.8;
  overflow: hidden;
  border-radius: 24px;
  background: #f2e7db;
}
.slide-card img,
.graphic-pairs-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(200, 159, 99, 0.32);
}
.slider-dot.is-active {
  background: #b37a33;
  transform: scale(1.1);
}
.slider-controls {
  display: flex;
  gap: 8px;
}
.slider-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.48);
  background: rgba(255, 252, 246, 0.95);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: var(--shadow-soft);
}
.slider-btn:disabled {
  opacity: 0.42;
  cursor: default;
}
.mural-image-006 {
  object-position: center 72%;
}
.mural-image-002 {
  object-position: center 40%;
}
.mural-image-010 {
  object-position: center 32%;
}
.portrait-offers {
  display: grid;
  gap: 14px;
}
.portrait-offer-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.98);
  border: 1px solid rgba(200, 159, 99, 0.38);
  box-shadow: var(--shadow-soft);
}
.portrait-offer-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.portrait-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait-offer-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}
.portrait-offer-name {
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(1.38rem, 3.7vw, 1.72rem);
  line-height: 1;
}
.portrait-offer-meta {
  margin: 0;
  font-weight: 600;
  color: #9d7142;
}
.portrait-offer-copy p:last-of-type {
  margin-bottom: 0;
}
.portrait-offer-actions {
  margin-top: 4px;
}
.graphic-layout .media-card {
  overflow: hidden;
}
.graphic-media-card-split {
  display: grid;
  gap: 18px;
}
.graphic-kicker {
  margin-bottom: 0;
}
.graphic-showcase {
  display: grid;
  gap: 14px;
}
.graphic-feature-card,
.graphic-pairs-item {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #f4e9de;
}
.graphic-feature-card {
  aspect-ratio: 0.86;
}
.graphic-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.graphic-pairs-track {
  gap: 14px;
}
.graphic-pairs-page {
  display: grid;
  gap: 12px;
}
.graphic-pairs-page-six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.graphic-pairs-page-single {
  grid-template-columns: 1fr;
}
.graphic-pairs-item {
  aspect-ratio: 1.02;
  border: 1px solid rgba(200, 159, 99, 0.28);
}
.graphic-pairs-image {
  object-fit: contain;
  background: #fffaf5;
}
.graphic-pairs-image-002,
.graphic-pairs-image-003,
.graphic-pairs-image-004,
.graphic-pairs-image-005,
.graphic-pairs-image-008,
.graphic-pairs-image-009,
.graphic-pairs-image-010 {
  padding: 6px;
}
.graphic-pairs-image-003 {
  padding: 0;
  object-fit: cover;
}
.graphic-pairs-image-010 {
  object-position: center 52%;
}
.form-grid {
  display: grid;
  gap: 14px;
}
.field {
  display: grid;
  gap: 8px;
}
.field label {
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--muted-soft);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(200, 159, 99, 0.44);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  outline: none;
  appearance: none;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: #b97b2f;
  box-shadow: 0 0 0 4px rgba(185, 123, 47, 0.12);
}
.btn-row,
.payment-actions {
  display: grid;
  gap: 10px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}
.btn:focus-visible,
.mobile-toggle:focus-visible,
.slider-btn:focus-visible,
.slider-dot:focus-visible,
.platform-pill:focus-visible,
.contact-row:focus-visible,
.service-card:focus-visible,
.feature-banner:focus-visible,
.section-portfolio-cta:focus-visible,
.portfolio-tile:focus-visible {
  outline: 3px solid rgba(185, 123, 47, 0.24);
  outline-offset: 2px;
}
.btn-wa,
.btn-wa-link,
.btn-stripe {
  background: linear-gradient(180deg, #b87d38 0%, #9f682d 100%);
  color: #fffdf9;
}
.btn-mail,
.btn-mail-link,
.btn-paypal {
  background: linear-gradient(180deg, #fff5ea 0%, #f0dfc8 100%);
  color: #5b4737;
  border: 1px solid rgba(200, 159, 99, 0.48);
}
.btn-iban,
.btn-add-cart,
.btn-add-portrait {
  background: linear-gradient(180deg, #fffdf9 0%, #f7ecdf 100%);
  color: var(--ink);
  border: 1px solid rgba(200, 159, 99, 0.55);
}
.btn-add-cart,
.btn-add-portrait {
  min-height: 44px;
  padding-inline: 14px;
  font-size: 0.92rem;
}
.delivery-note {
  font-size: 0.94rem;
  color: var(--muted-soft);
}
.section-portfolio-cta-wrap {
  padding-top: 10px;
  padding-bottom: clamp(28px, 4vw, 46px);
}
.section-portfolio-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.45);
  background: rgba(255, 252, 248, 0.96);
  box-shadow: var(--shadow-soft);
  color: #7c5f42;
  font-weight: 600;
}
.section-head.center-head {
  text-align: center;
  margin-bottom: 18px;
}
.shop-grid {
  display: grid;
  gap: 16px;
}
.shop-card {
  overflow: hidden;
  display: grid;
}
.shop-card > figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f3e8dc;
}
.shop-card > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}
.shop-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.shop-top h3 {
  margin: 0;
  font-family: var(--title-font);
  font-size: 1.5rem;
  line-height: 1;
}
.shop-top span {
  font-weight: 700;
  color: #9b6b35;
  white-space: nowrap;
}
.shop-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sold-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #efe4d8;
  color: #8f6e4d;
  font-weight: 700;
}
.contact-grid {
  display: grid;
  gap: 18px;
}
.contact-list {
  display: grid;
  gap: 12px;
}
.contact-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(200, 159, 99, 0.42);
  background: rgba(255, 252, 248, 0.92);
  box-shadow: var(--shadow-soft);
}
.contact-row strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--title-font);
  font-size: 1.36rem;
  line-height: 1;
}
.contact-row span {
  font-size: 0.96rem;
}
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}
.contact-icon svg {
  width: 21px;
  height: 21px;
}
.contact-row-call {
  color: #9b6a4c;
  background: #fff4eb;
}
.contact-row-sms {
  color: #7d6858;
  background: #fbf2ea;
}
.contact-row-mail {
  color: #7f5f40;
  background: #fcf1e5;
}
.contact-row-ig {
  color: #8b5477;
  background: #fdf0f8;
}
.contact-row-fb {
  color: #4c648d;
  background: #edf3ff;
}
.cart-card,
.cart-summary-card,
.cart-card-main {
  display: grid;
  gap: 16px;
}
.cart-items {
  display: grid;
  gap: 12px;
}
.cart-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(200, 159, 99, 0.3);
}
.cart-item-thumb {
  margin: 0;
  width: 74px;
  height: 74px;
  border-radius: 16px;
  overflow: hidden;
  background: #efe3d6;
}
.cart-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item-info {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: start;
}
.cart-item-title {
  font-family: var(--title-font);
  font-size: 1.45rem;
  line-height: 1;
  overflow-wrap: anywhere;
}
.cart-item-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cart-item-actions button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(200, 159, 99, 0.45);
  background: rgba(255, 255, 255, 0.88);
}
.cart-item-price {
  font-weight: 700;
  color: #9b6b35;
}
.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.cart-total strong {
  font-family: var(--title-font);
  font-size: 2rem;
  line-height: 1;
}
.payment-note-inline {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 159, 99, 0.32);
}
.payment-note-inline strong {
  color: #845d32;
}
.cart-page-wrap {
  display: grid;
  gap: 22px;
}
.cart-page-intro h1,
.portfolio-hero-inner h1 {
  font-size: var(--title-size-xl);
}
.cart-page-intro .hero-topline {
  margin-bottom: 8px;
}
.portfolio-body,
.cart-page-body {
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.88),
      transparent 34%
    ),
    linear-gradient(180deg, #f8f1e8 0%, #f5ede3 100%);
}
.portfolio-hero-inner {
  padding: clamp(26px, 5vw, 42px);
  display: grid;
  gap: 16px;
}
.portfolio-nav-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.portfolio-nav-chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(200, 159, 99, 0.32);
}
.portfolio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.portfolio-tile {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 1;
  box-shadow: var(--shadow-soft);
}
.portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease;
}
.portfolio-tile:hover img {
  transform: scale(1.02);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 12, 9, 0.84);
}
.lightbox[hidden] {
  display: none;
}
.lightbox-figure {
  margin: 0;
  width: min(100%, 1100px);
  display: grid;
  gap: 12px;
}
.lightbox-figure img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 22px;
  background: #1c140f;
}
.lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.lightbox-close,
.lightbox-nav {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 1.6rem;
}
.lightbox-close {
  top: 18px;
  right: 18px;
}
.lightbox-prev {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-next {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.about-visual {
  overflow: hidden;
  padding: 0;
  aspect-ratio: 4 / 4.8;
}
.site-footer {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(200, 159, 99, 0.25);
}
.footer-inner {
  display: grid;
  gap: 6px;
  text-align: center;
  font-size: 0.94rem;
}
.footer-secure {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.footer-secure-box {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(194, 146, 74, 0.28);
  background: #f7f2eb;
}
.footer-secure-box .payment-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5b4732;
  font-size: 0.82rem;
  font-weight: 700;
}
.footer-secure-box .payment-secure-check {
  color: #2f8a57;
  font-size: 0.96rem;
  line-height: 1;
}
.floating-wa,
.floating-cart {
  position: fixed;
  right: 16px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(36, 28, 23, 0.16);
  backdrop-filter: blur(14px);
}
.floating-wa {
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  width: 54px;
  height: 54px;
  padding: 0;
  background: linear-gradient(180deg, #25d366 0%, #1aa94f 100%);
  color: white;
}
.floating-wa svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.floating-cart {
  left: 16px;
  right: 84px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  justify-content: space-between;
  background: rgba(255, 251, 245, 0.98);
  border: 1px solid rgba(200, 159, 99, 0.56);
  color: var(--ink);
  max-width: calc(100vw - 100px);
}
.floating-cart[hidden] {
  display: none;
}
.floating-cart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-cart span:first-of-type {
  font-weight: 700;
}
.floating-cart .count,
.cart-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #b87d38;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 719px) {
  .feature-banner-portfolio,
  .feature-banner-opere {
    grid-template-columns: 1fr;
  }
  .feature-banner-copy {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .feature-opere-gallery {
    padding: 0 16px 16px;
  }
  .feature-banner-portfolio .feature-banner-copy {
    order: 2;
  }
  .feature-banner-portfolio .feature-banner-media {
    order: 1;
    min-height: 160px;
  }
  .feature-banner-opere .feature-banner-copy {
    padding-bottom: 0;
  }
  .contact-strip {
    padding-top: 8px;
  }
}
@media (max-width: 719px) {
  .brand-title {
    font-size: 1.72rem;
  }
  .service-card,
  .feature-banner {
    border-radius: 24px;
  }
  .feature-banner-title {
    font-size: clamp(1.22rem, 1rem + 1.6vw, 1.55rem);
  }
  .platform-pill {
    width: 100%;
    font-size: 1.08rem;
  }
  .quick-links-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .text-card,
  .media-card,
  .cart-card,
  .cart-summary-card {
    padding: 20px;
  }
  .slider-footer {
    align-items: center;
  }
  .shop-top {
    align-items: center;
  }
}
@media (min-width: 720px) {
  :root {
    --container: min(1160px, calc(100vw - 48px));
  }
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-layout,
  .contact-grid,
  .cart-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .proposal-first-mobile .text-card,
  .proposal-first-mobile .media-card {
    order: initial;
  }
  .portrait-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .btn-row,
  .payment-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .payment-actions .btn-iban {
    grid-column: 1 / -1;
  }
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cart-item {
    grid-template-columns: 90px 1fr auto;
    align-items: center;
  }
  .cart-item-thumb {
    width: 90px;
    height: 90px;
  }
  .cart-item-actions {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-end;
  }
  .lightbox-close {
    top: 22px;
    right: 24px;
  }
  .lightbox-prev {
    left: 26px;
  }
  .lightbox-next {
    right: 26px;
  }
}
@media (min-width: 980px) {
  :root {
    --container: min(1180px, calc(100vw - 68px));
    --section-space: clamp(52px, 5vw, 78px);
  }
  .desktop-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
  }
  .desktop-nav a {
    font-size: 0.92rem;
    transition: color 160ms ease;
  }
  .desktop-nav a:hover {
    color: #9b6b35;
  }
  .mobile-toggle,
  .mobile-menu {
    display: none !important;
  }
  .header-inner {
    min-height: 78px;
  }
  .hero-wrap {
    gap: 12px;
  }
  .hero-topline {
    padding-left: clamp(14px, 2vw, 24px);
  }
  .hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 20px;
    align-items: stretch;
  }
  .hero-visual {
    aspect-ratio: auto;
    min-height: 448px;
    height: 100%;
  }
  .hero-copy {
    gap: 12px;
    height: 100%;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }
  .home-services-grid {
    height: 100%;
    gap: 12px;
    grid-auto-rows: 1fr;
    align-content: stretch;
  }
  .service-card {
    min-height: 92px;
    padding: 18px 18px 16px;
    height: 100%;
  }
  .hero-feature-stack {
    gap: 12px;
    height: 100%;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .feature-banner {
    height: 100%;
    min-height: 0;
  }
  .feature-banner-portfolio,
  .feature-banner-opere {
    min-height: 118px;
  }
  .feature-banner-portfolio {
    position: relative;
    display: block;
    padding: 0;
    isolation: isolate;
    background: #fbf6ef;
  }
  .feature-banner-portfolio .feature-banner-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
  }
  .feature-banner-portfolio .feature-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transform: none;
  }
  .feature-banner-portfolio::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
      90deg,
      rgba(251, 246, 239, 0) 0%,
      rgba(251, 246, 239, 0) 50%,
      rgba(251, 246, 239, 0.1) 58%,
      rgba(251, 246, 239, 0.42) 66%,
      rgba(251, 246, 239, 0.76) 75%,
      rgba(251, 246, 239, 0.93) 84%,
      rgba(251, 246, 239, 1) 92%,
      rgba(251, 246, 239, 1) 100%
    );
    pointer-events: none;
  }
  .feature-banner-portfolio .feature-banner-copy {
    position: relative;
    z-index: 1;
    min-height: 118px;
    width: min(38%, 360px);
    margin-left: auto;
    padding: 0 22px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: none;
  }
  .feature-banner-portfolio .feature-banner-title {
    max-width: 7.8ch;
    font-size: clamp(1.78rem, 1.35rem + 1vw, 2.28rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }
  .feature-banner-opere {
    grid-template-columns: minmax(200px, 0.86fr) minmax(0, 1.14fr);
  }
  .feature-banner-opere .feature-banner-copy {
    padding: 14px 18px 14px 22px;
  }
  .feature-banner-opere .feature-banner-title {
    max-width: 7.4ch;
    font-size: clamp(1.62rem, 1.22rem + 0.78vw, 2.02rem);
    line-height: 0.93;
  }
  .feature-opere-gallery {
    gap: 8px;
    padding: 10px 12px 10px 0;
  }
  .contact-strip {
    padding-top: 4px;
    max-width: 100%;
  }
  .quick-links-grid {
    justify-content: center;
    gap: 10px;
  }
  .platform-pill {
    width: auto;
  }
  .graphic-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .murales-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .graphic-media-card-split {
    gap: 16px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
  }
  .graphic-feature-card {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .graphic-side,
  .graphic-pairs-shell {
    min-height: 100%;
  }
  .graphic-pairs-shell {
    display: grid;
    align-content: stretch;
  }
  .graphic-pairs-track {
    min-height: 100%;
  }
  .graphic-pairs-page {
    min-height: 100%;
    align-content: stretch;
  }
  .graphic-pairs-item {
    aspect-ratio: 1.04;
  }
  .section-layout,
  .contact-grid {
    gap: 18px;
  }
  .text-card,
  .media-card,
  .cart-card,
  .cart-summary-card {
    padding: 24px;
  }
  .shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .shop-top h3 {
    font-size: 1.28rem;
  }
  .about-visual {
    aspect-ratio: 1;
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
  .cart-page-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  }
  .portfolio-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .floating-cart {
    left: auto;
    right: 88px;
    width: auto;
    min-width: 232px;
    max-width: min(360px, calc(100vw - 188px));
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container: min(1220px, calc(100vw - 84px));
  }
  .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  }
  .hero-visual {
    min-height: 472px;
  }
  .feature-banner-portfolio,
  .feature-banner-opere {
    min-height: 122px;
  }
  .feature-banner-title {
    font-size: 1.64rem;
  }
  .section-layout,
  .contact-grid,
  .cart-page-grid {
    gap: 22px;
  }
  .shop-body {
    padding: 16px;
  }
}
.feature-opere-gallery-inline,
.graphic-media-card,
.graphic-lead,
.media-title-kicker,
.message-form,
.murales-media-card,
.murales-slider-shell,
.mural-frame,
.live-frame,
.portrait-frame,
.masonry-grid,
.portfolio-section {
  min-width: 0;
}
.cart-footer {
  display: grid;
  gap: 14px;
}
.field-full {
  grid-column: 1 / -1;
}
.nav-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 980px) {
  .hero-grid > .contact-strip {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .slider-track {
    scroll-behavior: auto;
  }
}
:root {
  --section-space: clamp(34px, 4.6vw, 58px);
  --title-size-lg: clamp(1.72rem, 2.5vw, 2.18rem);
  --title-size-md: clamp(1.34rem, 1.8vw, 1.72rem);
  --card-title-size: clamp(1.04rem, 0.96rem + 0.26vw, 1.2rem);
}
.section-intro,
.text-card p,
.delivery-note,
.field label,
.contact-row span,
.shop-body,
.platform-pill {
  font-size: 0.96rem;
}
.section-portfolio-cta-wrap {
  padding-top: 4px;
  padding-bottom: clamp(14px, 2.2vw, 22px);
}
.contact-strip {
  gap: 10px;
  padding-top: 8px;
}
.contact-strip .contact-label {
  font-size: clamp(1.16rem, 2vw, 1.58rem);
}
.platform-pill {
  min-height: 46px;
  padding: 12px 18px;
  font-size: 1.12rem;
  font-family: var(--accent-font);
  border-color: rgba(200, 159, 99, 0.34);
}
.platform-call {
  color: #c96f2f;
  background: linear-gradient(180deg, #fff1e2 0%, #ffe8d2 100%);
}
.platform-sms {
  color: #6d9936;
  background: linear-gradient(180deg, #f2f7e6 0%, #e8f3d4 100%);
}
.platform-ig {
  color: #d25b95;
  background: linear-gradient(180deg, #fff0f8 0%, #ffe4f1 100%);
}
.platform-fb {
  color: #4b7be7;
  background: linear-gradient(180deg, #eef5ff 0%, #dfeeff 100%);
}
.portrait-products-card,
.portrait-form-card {
  display: grid;
  align-content: start;
}
.portrait-form-card h2,
.portrait-products-card h2,
.graphic-layout .text-card h2,
.murales-layout .text-card h2,
.live-layout .text-card h2 {
  font-size: clamp(1.74rem, 2vw, 2.08rem);
}
.graphic-showcase {
  gap: 12px;
}
.graphic-feature-shell,
.graphic-side,
.graphic-pairs-grid {
  min-width: 0;
}
.graphic-feature-shell {
  display: grid;
  gap: 12px;
}
.graphic-feature-track {
  align-items: stretch;
}
.graphic-feature-card {
  border: 0;
  background: transparent;
  box-shadow: none;
  aspect-ratio: 0.84;
}
.graphic-feature-image,
.graphic-feature-image-olio {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.graphic-feature-image {
  object-position: center 48%;
}
.graphic-feature-image-olio {
  object-position: center 52%;
}
.graphic-pairs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.graphic-pairs-grid .graphic-pairs-item {
  aspect-ratio: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.graphic-pairs-grid .graphic-pairs-image {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  object-fit: cover;
}
.graphic-pairs-grid .graphic-pairs-image-002,
.graphic-pairs-grid .graphic-pairs-image-004,
.graphic-pairs-grid .graphic-pairs-image-005 {
  object-position: center;
}
.graphic-pairs-grid .graphic-pairs-image-003,
.graphic-pairs-grid .graphic-pairs-image-008,
.graphic-pairs-grid .graphic-pairs-image-009 {
  object-position: center;
}
@media (max-width: 979px) {
  .portrait-products-card {
    order: 1;
  }
  .portrait-form-card {
    order: 2;
  }
  .portrait-media-card {
    order: 3;
  }
  .graphic-feature-card {
    aspect-ratio: 0.92;
  }
  .graphic-pairs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 980px) {
  :root {
    --title-size-lg: clamp(1.64rem, 2vw, 1.96rem);
    --title-size-md: clamp(1.24rem, 1.5vw, 1.5rem);
    --card-title-size: clamp(1rem, 0.94rem + 0.18vw, 1.1rem);
    --copy-size: 0.95rem;
  }
  .hero-wrap {
    gap: 10px;
  }
  .hero-grid {
    gap: 16px;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }
  .hero-topline {
    padding-left: 18px;
  }
  .hero-visual {
    min-height: 424px;
  }
  .hero-copy {
    gap: 10px;
  }
  .home-services-grid,
  .hero-feature-stack {
    gap: 10px;
  }
  .service-card {
    min-height: 82px;
    padding: 15px 16px 14px;
  }
  .service-card h3 {
    font-size: clamp(1.24rem, 1.02rem + 0.34vw, 1.46rem);
  }
  .service-card p {
    font-size: 0.88rem;
    line-height: 1.22;
  }
  .feature-banner-portfolio,
  .feature-banner-opere {
    min-height: 104px;
  }
  .feature-banner-portfolio {
    min-height: 104px;
    grid-template-columns: 1fr;
    padding: 0;
    background: #fbf6ef;
    isolation: isolate;
  }
  .feature-banner-portfolio .feature-banner-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    border-radius: inherit;
    overflow: hidden;
    background: transparent;
    z-index: 0;
  }
  .feature-banner-portfolio .feature-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transform: none;
    filter: none;
  }
  .feature-banner-portfolio::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
      90deg,
      rgba(251, 246, 239, 0) 0%,
      rgba(251, 246, 239, 0) 49%,
      rgba(251, 246, 239, 0.1) 58%,
      rgba(251, 246, 239, 0.38) 66%,
      rgba(251, 246, 239, 0.7) 75%,
      rgba(251, 246, 239, 0.92) 84%,
      rgba(251, 246, 239, 1) 92%,
      rgba(251, 246, 239, 1) 100%
    );
    pointer-events: none;
  }
  .feature-banner-portfolio .feature-banner-copy {
    position: relative;
    z-index: 1;
    min-height: 104px;
    width: min(34%, 320px);
    margin-left: auto;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: none;
  }
  .feature-banner-portfolio .feature-banner-title {
    max-width: 7.1ch;
    font-size: clamp(1.72rem, 1.24rem + 0.78vw, 2.1rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }
  .feature-banner-opere {
    grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  }
  .feature-banner-opere .feature-banner-copy {
    padding: 12px 16px 12px 20px;
  }
  .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.52rem, 1.18rem + 0.56vw, 1.86rem);
    line-height: 0.94;
  }
  .feature-opere-gallery {
    gap: 10px;
    padding: 8px 10px 8px 0;
  }
  .feature-opere-item {
    border-radius: 14px;
  }
  .contact-strip {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 6px;
  }
  .quick-links-grid {
    gap: 12px;
  }
  .platform-pill {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 1.24rem;
  }
  .portrait-layout {
    grid-template-columns: minmax(0, 1.04fr) minmax(290px, 0.88fr) minmax(
        280px,
        0.88fr
      );
    align-items: start;
    gap: 16px;
  }
  .portrait-media-card,
  .portrait-products-card,
  .portrait-form-card {
    height: 100%;
  }
  .portrait-offers {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .portrait-offer-card {
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: stretch;
  }
  .portrait-offer-media {
    aspect-ratio: auto;
    height: 100%;
  }
  .portrait-offer-copy {
    gap: 6px;
    padding: 14px 16px;
  }
  .portrait-offer-name {
    font-size: 1.68rem;
  }
  .portrait-offer-meta,
  .portrait-offer-copy p,
  .delivery-note {
    font-size: 0.95rem;
  }
  .portrait-form-card .message-form {
    margin-top: 4px;
  }
  .portrait-form-card .btn-row {
    grid-template-columns: 1fr;
  }
  .portrait-form-card textarea {
    min-height: 120px;
  }
  .portrait-form-card .field input,
  .portrait-form-card .field select,
  .portrait-form-card .field textarea {
    padding: 12px 14px;
  }
  .graphic-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: 16px;
  }
  .graphic-media-card-split,
  .graphic-showcase {
    gap: 14px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .graphic-feature-card {
    min-height: 100%;
    aspect-ratio: auto;
  }
  .graphic-pairs-grid {
    height: 100%;
  }
  .graphic-pairs-grid .graphic-pairs-item {
    min-height: 138px;
  }
  .text-card,
  .media-card,
  .cart-card,
  .cart-summary-card {
    padding: 20px;
  }
}
@media (min-width: 980px) {
  :root {
    --section-space: clamp(36px, 3.6vw, 52px);
    --title-size-lg: clamp(1.74rem, 1.55rem + 0.64vw, 2.06rem);
    --title-size-md: clamp(1.24rem, 1.14rem + 0.42vw, 1.46rem);
    --card-title-size: clamp(1.08rem, 1.01rem + 0.18vw, 1.2rem);
  }
  .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 18px;
  }
  .hero-visual {
    min-height: 412px;
  }
  .home-services-grid,
  .hero-feature-stack {
    gap: 10px;
  }
  .service-card {
    min-height: 84px;
    padding: 15px 18px 14px;
  }
  .service-card h3 {
    font-size: clamp(1.12rem, 1.02rem + 0.22vw, 1.24rem);
    line-height: 1.02;
  }
  .service-card p {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .feature-banner-portfolio,
  .feature-banner-opere {
    min-height: 108px;
  }
  .feature-banner-portfolio .feature-banner-media img {
    object-position: left center;
  }
  .feature-banner-portfolio::after {
    background: linear-gradient(
      90deg,
      rgba(251, 246, 239, 0) 0%,
      rgba(251, 246, 239, 0) 55%,
      rgba(251, 246, 239, 0.1) 63%,
      rgba(251, 246, 239, 0.42) 70%,
      rgba(251, 246, 239, 0.74) 78%,
      rgba(251, 246, 239, 0.92) 86%,
      rgba(251, 246, 239, 1) 93%,
      rgba(251, 246, 239, 1) 100%
    );
  }
  .feature-banner-portfolio .feature-banner-copy {
    min-height: 108px;
    width: min(31%, 290px);
    padding: 0 30px 0 8px;
    justify-content: flex-end;
  }
  .feature-banner-portfolio .feature-banner-title {
    margin-left: auto;
    max-width: 6.6ch;
    font-size: clamp(1.62rem, 1.28rem + 0.56vw, 1.92rem);
    line-height: 0.92;
  }
  .feature-banner-opere {
    grid-template-columns: minmax(190px, 0.84fr) minmax(0, 1.16fr);
  }
  .feature-banner-opere .feature-banner-copy {
    padding: 12px 18px 12px 22px;
  }
  .feature-banner-opere .feature-banner-title {
    max-width: 7ch;
    font-size: clamp(1.5rem, 1.18rem + 0.46vw, 1.76rem);
  }
  .feature-opere-gallery {
    gap: 9px;
    padding: 9px 12px 9px 0;
  }
  .section-layout,
  .contact-grid,
  .graphic-showcase {
    gap: 14px;
  }
  .section-portfolio-cta-wrap {
    padding-top: 2px;
    padding-bottom: clamp(10px, 1.8vw, 18px);
  }
  .section-portfolio-cta {
    min-height: 40px;
    padding: 8px 16px;
    font-size: 0.92rem;
  }
  .text-card > h2,
  .cart-page-intro h1,
  .section-head h2 {
    font-size: clamp(1.8rem, 1.56rem + 0.72vw, 2.12rem);
    line-height: 0.94;
  }
  .media-title,
  .graphic-kicker {
    font-size: clamp(1.22rem, 1.1rem + 0.38vw, 1.42rem);
    line-height: 0.98;
  }
  .section-intro,
  .text-card p,
  .delivery-note,
  .shop-body p {
    font-size: 0.94rem;
    line-height: 1.45;
  }
  .portrait-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.9fr) minmax(
        270px,
        0.88fr
      );
    gap: 14px;
  }
  .portrait-offers {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 12px;
  }
  .portrait-offer-card {
    grid-template-columns: 136px minmax(0, 1fr);
    min-height: 214px;
  }
  .portrait-offer-media {
    height: 100%;
    aspect-ratio: auto;
  }
  .portrait-offer-media img {
    object-fit: cover;
    object-position: center center;
  }
  .portrait-offer-copy {
    display: grid;
    grid-template-rows: auto auto minmax(2.4em, auto) auto;
    gap: 6px;
    min-height: 100%;
    padding: 14px 16px;
  }
  .portrait-offer-name {
    font-size: 1.48rem;
    line-height: 0.96;
  }
  .portrait-offer-meta,
  .portrait-offer-copy p,
  .delivery-note {
    font-size: 0.92rem;
  }
  .portrait-offer-actions {
    align-self: end;
    margin-top: 0;
  }
  .portrait-offer-actions .btn,
  .portrait-offer-actions .btn-add-cart {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.88rem;
  }
  .graphic-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
    gap: 14px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  }
  .graphic-pairs-grid {
    gap: 10px;
  }
  .graphic-pairs-grid .graphic-pairs-item {
    min-height: 148px;
  }
  .contact-strip {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding-top: 8px;
    gap: 12px;
  }
  .contact-strip .contact-label {
    font-size: clamp(1.42rem, 2.1vw, 1.82rem);
  }
  .quick-links-grid {
    justify-content: center;
    gap: 14px;
    width: 100%;
  }
  .platform-pill {
    min-height: 52px;
    padding: 12px 18px;
    font-size: 1.28rem;
    box-shadow: 0 10px 22px rgba(48, 34, 20, 0.07);
  }
  .platform-call {
    color: #db7a2f;
    background: #fff0e2;
  }
  .platform-sms {
    color: #6b9a33;
    background: #f1f8e7;
  }
  .platform-ig {
    color: #cc5b97;
    background: #fde9f4;
  }
  .platform-fb {
    color: #4d79e4;
    background: #e9f1ff;
  }
  .contact-row span,
  .platform-pill {
    font-size: 1.28rem;
  }
  .cart-page-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(270px, 0.78fr);
    gap: 16px;
  }
  .cart-page-intro .section-intro {
    font-size: 0.94rem;
  }
}
.payment-secure-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #eaf7ef;
  border: 1px solid rgba(58, 132, 78, 0.2);
  color: #2e7d4f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
}
.cart-summary-card {
  gap: 14px;
}
.cart-summary-card-minimal {
  justify-content: flex-start;
}
.cart-summary-card-minimal > h2,
.cart-summary-card-minimal .cart-total,
.cart-summary-card-minimal .payment-note-inline span[data-payment-note] {
  display: none;
}
.cart-summary-card-minimal .payment-note-inline {
  margin: 0;
}
.cart-summary-card-minimal .payment-actions {
  margin-top: 2px;
}
.media-title-kicker,
.graphic-kicker {
  font-family: var(--accent-font);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #c67f45;
  line-height: 1;
}
.media-title-kicker {
  font-size: clamp(1.36rem, 1.06rem + 1vw, 1.88rem);
}
.graphic-kicker {
  font-size: clamp(1.42rem, 1.1rem + 1.08vw, 1.98rem);
}
.shop-card > figure {
  background: transparent;
  cursor: zoom-in;
}
.shop-card > figure img {
  filter: none;
  opacity: 1;
}
.shop-card:hover > figure img {
  transform: scale(1.02);
  transition: transform 180ms ease;
}
.shop-card > figure:focus-visible {
  outline: 2px solid rgba(200, 159, 99, 0.9);
  outline-offset: 3px;
}
#lightboxCaption {
  max-width: min(92vw, 980px);
}
@media (min-width: 980px) {
  .service-card {
    min-height: 86px;
    padding: 16px 18px 14px;
  }
  .service-card h3 {
    font-size: clamp(1.2rem, 1.08rem + 0.28vw, 1.34rem);
    line-height: 1.02;
  }
  .service-card p {
    font-size: 0.93rem;
    line-height: 1.22;
  }
  .feature-banner-portfolio,
  .feature-banner-opere {
    min-height: 112px;
  }
  .feature-banner-portfolio::after {
    background: linear-gradient(
      90deg,
      rgba(251, 246, 239, 0) 0%,
      rgba(251, 246, 239, 0) 57%,
      rgba(251, 246, 239, 0.1) 64%,
      rgba(251, 246, 239, 0.42) 71%,
      rgba(251, 246, 239, 0.74) 79%,
      rgba(251, 246, 239, 0.92) 87%,
      rgba(251, 246, 239, 1) 94%,
      rgba(251, 246, 239, 1) 100%
    );
  }
  .feature-banner-portfolio .feature-banner-copy {
    min-height: 112px;
    width: min(37%, 380px);
    padding: 0 34px 0 18px;
    justify-content: flex-end;
    align-items: center;
  }
  .feature-banner-portfolio .feature-banner-title {
    margin-left: auto;
    max-width: 7.8ch;
    font-size: clamp(1.56rem, 1.18rem + 0.52vw, 1.82rem);
    line-height: 0.9;
    text-align: left;
  }
  .graphic-layout {
    grid-template-columns: minmax(0, 1.14fr) minmax(270px, 0.86fr);
    gap: 16px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 14px;
  }
  .graphic-feature-card {
    min-height: 100%;
    aspect-ratio: auto;
  }
  .graphic-pairs-grid .graphic-pairs-item {
    min-height: 154px;
  }
  .graphic-layout .text-card {
    padding: 18px 18px 20px;
  }
  .graphic-layout .text-card h2,
  .portrait-form-card h2,
  .portrait-products-card h2,
  .murales-layout .text-card h2,
  .live-layout .text-card h2 {
    font-size: clamp(1.58rem, 1.34rem + 0.42vw, 1.82rem);
    line-height: 0.96;
    margin-bottom: 8px;
  }
  .graphic-layout .section-intro,
  .portrait-form-card .section-intro,
  .portrait-products-card .section-intro,
  .murales-layout .section-intro,
  .live-layout .section-intro,
  .graphic-layout .text-card p,
  .portrait-form-card p,
  .portrait-products-card p,
  .murales-layout .text-card p,
  .live-layout .text-card p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .graphic-layout .field label,
  .portrait-form-card .field label,
  .murales-layout .field label,
  .live-layout .field label {
    font-size: 0.88rem;
    margin-bottom: 6px;
  }
  .graphic-layout .field input,
  .graphic-layout .field textarea,
  .portrait-form-card .field input,
  .portrait-form-card .field select,
  .portrait-form-card .field textarea,
  .murales-layout .field input,
  .murales-layout .field textarea,
  .live-layout .field input,
  .live-layout .field textarea {
    padding: 11px 13px;
  }
  .graphic-layout .text-card .btn,
  .portrait-form-card .btn,
  .portrait-products-card .btn,
  .murales-layout .text-card .btn,
  .live-layout .text-card .btn {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.92rem;
  }
  .section-portfolio-cta-wrap {
    padding-top: 0;
    margin-top: -4px;
  }
  .contact-strip {
    max-width: 980px;
    gap: 14px;
  }
  .contact-strip .contact-label {
    font-size: clamp(1.68rem, 2.2vw, 2rem);
  }
  .quick-links-grid {
    gap: 18px;
  }
  .platform-pill {
    min-height: 58px;
    padding: 14px 20px;
    font-size: 1.42rem;
  }
}
.media-title-kicker,
.graphic-kicker {
  display: block;
  margin: 0 0 14px;
  font-family: var(--accent-font);
  font-weight: 600;
  color: #c67f45;
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.media-title-kicker,
.graphic-kicker {
  font-size: clamp(1.26rem, 0.96rem + 0.9vw, 1.72rem);
}
.graphic-lead {
  display: grid;
  gap: 14px;
}
.graphic-showcase {
  align-items: stretch;
}
.graphic-side,
.graphic-pairs-grid {
  min-width: 0;
}
.shop-card > figure {
  background: #fff;
  cursor: zoom-in;
}
.shop-card > figure img {
  opacity: 1;
  filter: saturate(1.08) contrast(1.03) brightness(1.01);
  image-rendering: auto;
}
.shop-card:hover > figure img {
  transform: none;
}
@media (min-width: 980px) {
  .feature-banner-portfolio {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .feature-banner-portfolio::after {
    background: linear-gradient(
      90deg,
      rgba(251, 246, 239, 0) 0%,
      rgba(251, 246, 239, 0) 58%,
      rgba(251, 246, 239, 0.14) 67%,
      rgba(251, 246, 239, 0.46) 75%,
      rgba(251, 246, 239, 0.82) 86%,
      rgba(251, 246, 239, 1) 95%,
      rgba(251, 246, 239, 1) 100%
    );
  }
  .feature-banner-portfolio .feature-banner-media img {
    object-position: left center;
  }
  .feature-banner-portfolio .feature-banner-copy {
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    width: min(29%, 300px);
    min-height: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
  }
  .feature-banner-portfolio .feature-banner-title {
    width: 100%;
    max-width: 8.4ch;
    margin: 0;
    font-size: clamp(1.68rem, 1.24rem + 0.95vw, 2.12rem);
    line-height: 0.92;
    text-align: left;
    text-wrap: balance;
  }
  .graphic-media-card-split {
    gap: 14px;
  }
  .graphic-kicker {
    margin-bottom: 10px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 12px;
  }
  .graphic-feature-shell {
    gap: 10px;
  }
  .graphic-feature-card {
    aspect-ratio: 0.9;
  }
  .graphic-pairs-grid {
    gap: 10px;
  }
  .graphic-pairs-grid .graphic-pairs-item {
    aspect-ratio: 1;
  }
}
.shop-card > figure img,
.shop-card:hover > figure img,
.shop-card:focus-within > figure img {
  opacity: 1;
  filter: none;
  transform: none;
}
.shop-card > figure {
  background: #fff;
}
.graphic-side,
.graphic-pairs-grid,
.graphic-pairs-item,
.graphic-showcase,
.graphic-feature-shell,
.graphic-feature-card {
  min-width: 0;
}
.graphic-pairs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}
.graphic-pairs-item {
  aspect-ratio: 1;
  overflow: hidden;
}
.graphic-pairs-image {
  width: 100%;
  height: 100%;
  display: block;
}
.graphic-pairs-image-002,
.graphic-pairs-image-004,
.graphic-pairs-image-005,
.graphic-pairs-image-008,
.graphic-pairs-image-009 {
  object-fit: cover;
  padding: 0;
}
.graphic-pairs-image-010 {
  object-fit: cover;
  padding: 0;
  object-position: center 52%;
}
.graphic-kicker {
  margin-bottom: 16px;
}
@media (min-width: 980px) {
  .feature-banner-portfolio {
    min-height: 118px;
  }
  .feature-banner-portfolio .feature-banner-copy {
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    width: min(31%, 320px);
    min-height: 0;
    margin: 0;
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }
  .feature-banner-portfolio .feature-banner-title {
    width: 100%;
    max-width: 7.2ch;
    margin: 0;
    font-size: clamp(1.64rem, 1.22rem + 0.82vw, 2.02rem);
    line-height: 0.93;
    text-align: left;
    text-wrap: balance;
  }
  .graphic-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.84fr);
    gap: 18px;
    align-items: start;
  }
  .graphic-layout .text-card {
    padding: 16px 16px 18px;
  }
  .graphic-layout .text-card h2 {
    font-size: clamp(1.42rem, 1.16rem + 0.34vw, 1.66rem);
    margin-bottom: 8px;
  }
  .graphic-layout .section-intro,
  .graphic-layout .text-card p,
  .graphic-layout .field label {
    font-size: 0.9rem;
  }
  .graphic-layout .field input,
  .graphic-layout .field textarea {
    padding: 10px 12px;
  }
  .graphic-layout .btn {
    min-height: 40px;
    font-size: 0.92rem;
    padding: 10px 14px;
  }
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 18px;
    align-items: start;
  }
  .graphic-feature-card {
    aspect-ratio: 0.9;
  }
  .graphic-side {
    overflow: hidden;
  }
  .graphic-pairs-grid {
    gap: 16px;
  }
  .portrait-layout {
    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.9fr) minmax(
        280px,
        0.86fr
      );
    gap: 16px;
    align-items: start;
  }
  .portrait-products-card,
  .portrait-form-card,
  .portrait-media-card {
    height: 100%;
  }
  .portrait-products-card {
    padding: 18px;
  }
  .portrait-products-card > h2,
  .portrait-form-card > h2,
  .portrait-media-card .media-title {
    margin-bottom: 10px;
  }
  .portrait-offers {
    gap: 14px;
  }
  .portrait-offer-card {
    grid-template-columns: 142px minmax(0, 1fr);
    min-height: 220px;
  }
  .portrait-offer-media {
    height: 100%;
  }
  .portrait-offer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .portrait-offer-copy {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 8px;
    padding: 16px 16px 14px;
  }
  .portrait-offer-name {
    font-size: 1.52rem;
    line-height: 0.96;
  }
  .portrait-offer-meta {
    font-size: 0.96rem;
  }
  .portrait-offer-copy p {
    font-size: 0.94rem;
    line-height: 1.38;
  }
  .portrait-offer-actions {
    margin-top: auto;
  }
  .portrait-offer-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
  }
  .delivery-note {
    margin-top: 12px;
    font-size: 0.94rem;
  }
  .contact-strip {
    max-width: 980px;
    margin: 0 auto;
  }
  .contact-strip .contact-label {
    font-size: clamp(1.56rem, 1.2rem + 0.8vw, 1.9rem);
  }
  .quick-links-grid {
    gap: 18px;
  }
  .platform-pill {
    min-height: 62px;
    padding: 14px 20px;
    font-size: 1.42rem;
  }
  .platform-pill svg {
    width: 20px;
    height: 20px;
  }
  .section-portfolio-cta-wrap {
    margin-top: -8px;
    padding-top: 0;
  }
}
.payment-note-inline {
  display: grid;
  gap: 12px;
  align-items: start;
}
.payment-secure-box {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(58, 132, 78, 0.22);
  background: linear-gradient(
    180deg,
    rgba(241, 251, 245, 0.98),
    rgba(232, 247, 238, 0.94)
  );
  box-shadow: var(--shadow-soft);
}
.payment-secure-box .payment-secure-badge {
  justify-self: start;
}
.payment-secure-box [data-payment-note] {
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #466a50;
}
.cart-summary-card-minimal .payment-note-inline {
  margin-bottom: 2px;
}
.cart-summary-card-minimal .payment-note-inline span[data-payment-note] {
  display: block;
}
.section-tone-murales::before,
.section-tone-ritratti::before,
.section-tone-grafica::before,
.section-tone-gallery::before,
.section-tone-live::before,
.section-tone-about::before,
.section-tone-contact::before {
  display: none !important;
}
.section-tone-murales,
.section-tone-ritratti,
.section-tone-grafica,
.section-tone-gallery,
.section-tone-live,
.section-tone-about,
.section-tone-contact {
  isolation: isolate;
}
.section-tone-murales > .container,
.section-tone-ritratti > .container,
.section-tone-grafica > .container,
.section-tone-gallery > .container,
.section-tone-live > .container,
.section-tone-about > .container,
.section-tone-contact > .container {
  position: relative;
  z-index: 1;
}
.murales-layout .slide-card,
.portrait-media-card .slide-card,
.live-layout .slide-card,
.graphic-feature-card,
.graphic-pairs-item,
.portrait-offer-media,
.shop-card > figure {
  background: #fff !important;
}
.murales-layout .slide-card img,
.portrait-media-card .slide-card img,
.live-layout .slide-card img,
.portrait-offer-media img,
.graphic-feature-image,
.graphic-feature-image-olio,
.graphic-pairs-image,
.shop-card > figure img,
.about-visual img,
.hero-visual img {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-track,
.slide-card,
.graphic-showcase,
.graphic-pairs-grid,
.shop-grid,
.shop-card > figure {
  transform: translateZ(0);
}
.graphic-showcase,
.graphic-side,
.graphic-pairs-grid,
.graphic-pairs-item {
  min-width: 0;
}
.graphic-side {
  width: 100%;
  overflow: hidden;
}
.graphic-pairs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}
.graphic-pairs-item {
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
  border-radius: 18px;
}
.graphic-pairs-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.graphic-pairs-image-010 {
  object-position: center 52%;
}
@media (max-width: 719px) {
  .graphic-pairs-grid {
    gap: 8px;
  }
  .graphic-pairs-item {
    aspect-ratio: 1 / 0.96;
  }
}
@media (min-width: 720px) and (max-width: 979px) {
  .graphic-side {
    max-width: 520px;
    margin: 0 auto;
  }
  .graphic-pairs-grid {
    gap: 10px;
  }
}
@media (min-width: 980px) {
  .graphic-showcase {
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.74fr);
    gap: 12px;
    align-items: start;
  }
  .graphic-feature-shell {
    min-width: 0;
  }
  .graphic-side {
    max-width: 360px;
    justify-self: end;
  }
  .graphic-pairs-grid {
    gap: 10px;
  }
  .graphic-pairs-item {
    aspect-ratio: 1 / 0.88;
  }
}
.contact-strip .contact-label,
.portfolio-head h2,
.section-tone-contact .text-card:not(.cart-card) > h2 {
  font-family: var(--accent-font);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #b87a46;
  line-height: 0.95;
}
.section-tone-contact .text-card:not(.cart-card) > h2 {
  font-size: clamp(1.72rem, 1.16rem + 1.78vw, 2.42rem);
  margin-bottom: 10px;
}
.contact-strip .contact-label {
  line-height: 0.95;
}
.platform-mail {
  color: #8b6539;
  background: linear-gradient(180deg, #fff3e7 0%, #f8e7d6 100%);
}
.contact-pill-grid {
  display: grid;
  gap: 10px;
}
.contact-pill {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.42);
  background: rgba(255, 252, 248, 0.92);
  box-shadow: var(--shadow-soft);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}
.contact-pill:hover,
.contact-pill:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(48, 34, 20, 0.1);
}
.contact-pill-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}
.contact-pill strong {
  display: block;
  font-family: var(--accent-font);
  font-size: 1.18rem;
  line-height: 0.95;
  font-weight: 600;
}
.contact-pill-meta {
  display: block;
  font-size: 0.84rem;
  color: rgba(36, 28, 23, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-pill-call {
  color: #c96f2f;
  background: linear-gradient(180deg, #fff1e2 0%, #ffe8d2 100%);
}
.contact-pill-sms {
  color: #6d9936;
  background: linear-gradient(180deg, #f2f7e6 0%, #e8f3d4 100%);
}
.contact-pill-mail {
  color: #8b6539;
  background: linear-gradient(180deg, #fff3e7 0%, #f8e7d6 100%);
}
.contact-pill-ig {
  color: #d25b95;
  background: linear-gradient(180deg, #fff0f8 0%, #ffe4f1 100%);
}
.contact-pill-fb {
  color: #4b7be7;
  background: linear-gradient(180deg, #eef5ff 0%, #dfeeff 100%);
}
.portfolio-hero {
  padding-top: clamp(24px, 3.8vw, 38px);
  padding-bottom: 12px;
}
.portfolio-hero-inner {
  padding: clamp(20px, 4vw, 30px) clamp(24px, 4.8vw, 42px) 8px;
  gap: 10px;
}
.portfolio-nav-chips {
  gap: 8px;
}
.portfolio-nav-chips a {
  min-height: 40px;
  padding: 8px 13px;
}
.page-portfolio .portfolio-section {
  padding-top: 18px;
  padding-bottom: clamp(28px, 4vw, 46px);
}
.page-portfolio .portfolio-section:first-of-type {
  padding-top: 6px;
}
.portfolio-head {
  margin-bottom: 10px;
}
.portfolio-head h2 {
  margin: 0;
  font-size: clamp(1.56rem, 1.1rem + 1.28vw, 2rem);
}
@media (min-width: 760px) {
  .contact-pill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 759px) {
  .contact-pill {
    border-radius: 24px;
  }
}
.focus-hero-section {
  padding-top: clamp(18px, 4vw, 34px);
  padding-bottom: 12px;
}
.focus-hero-inner {
  display: grid;
  gap: 10px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(200, 159, 99, 0.42);
  box-shadow: var(--shadow);
}
.focus-kicker {
  margin: 0;
  font-family: var(--accent-font);
  font-size: clamp(1.26rem, 1.02rem + 1vw, 1.7rem);
  color: #b87a46;
  line-height: 0.96;
}
.focus-hero-inner h1 {
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(2.2rem, 1.7rem + 2vw, 3.2rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
}
.focus-hero-text {
  margin: 0;
  max-width: 44rem;
  color: var(--muted-soft);
  font-size: 1rem;
  line-height: 1.48;
}
.focus-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.focus-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.42);
  background: rgba(255, 252, 248, 0.94);
  box-shadow: var(--shadow-soft);
  font-family: var(--accent-font);
  font-size: 1rem;
  color: var(--ink);
}
.focus-link:hover,
.focus-link:focus-visible {
  transform: translateY(-2px);
}
.page-focus .desktop-nav a[aria-current="page"],
.page-focus .mobile-panel a[aria-current="page"] {
  color: #9b6b35;
}
@media (max-width: 979px) {
  body.page-home .hero {
    padding-top: 18px;
    padding-bottom: 30px;
  }
  body.page-home .hero-wrap {
    gap: 16px;
  }
  body.page-home .hero-topline {
    padding-left: 0;
    font-size: clamp(2rem, 8vw, 3rem);
  }
  body.page-home .hero-heading {
    width: max-content;
    max-width: 100%;
    font-size: clamp(0.88rem, 1.1vw, 1.12rem);
    white-space: nowrap;
    text-wrap: nowrap;
  }
  body.page-home .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  body.page-home .hero-visual {
    grid-column: 1 / -1;
    aspect-ratio: 1.15 / 1;
  }
  body.page-home .hero-copy {
    grid-column: 1 / -1;
    gap: 14px;
  }
  body.page-home .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  body.page-home .service-card {
    min-height: 116px;
    padding: 18px 16px;
    align-content: start;
  }
  body.page-home .service-card h3 {
    font-size: clamp(1.08rem, 3.9vw, 1.34rem);
    line-height: 0.98;
  }
  body.page-home .service-card p {
    font-size: 0.94rem;
    line-height: 1.2;
  }
  body.page-home .hero-feature-stack {
    gap: 14px;
  }
  body.page-home .feature-banner-portfolio,
  body.page-home .feature-banner-opere {
    grid-column: 1 / -1;
    min-height: 0;
    border-radius: 28px;
  }
  body.page-home .feature-banner-portfolio {
    position: relative;
    display: block;
    min-height: 258px;
    background: #fbf6ef;
    isolation: isolate;
  }
  body.page-home .feature-banner-portfolio .feature-banner-media {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: 100%;
  }
  body.page-home .feature-banner-portfolio .feature-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
  body.page-home .feature-banner-portfolio::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
      180deg,
      rgba(251, 246, 239, 0.04) 0%,
      rgba(251, 246, 239, 0.12) 44%,
      rgba(251, 246, 239, 0.36) 62%,
      rgba(251, 246, 239, 0.82) 80%,
      rgba(251, 246, 239, 1) 100%
    );
    pointer-events: none;
  }
  body.page-home .feature-banner-portfolio .feature-banner-copy {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 18px 18px 20px;
    background: none;
    display: flex;
    align-items: flex-end;
  }
  body.page-home .feature-banner-portfolio .feature-banner-title {
    max-width: 8ch;
    font-size: clamp(1.9rem, 8vw, 2.65rem);
    line-height: 0.88;
    letter-spacing: -0.035em;
  }
  body.page-home .feature-banner-opere {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 18px 16px;
  }
  body.page-home .feature-banner-opere .feature-banner-copy {
    padding: 0;
  }
  body.page-home .feature-banner-opere .feature-banner-title {
    max-width: 8ch;
    font-size: clamp(1.88rem, 7.6vw, 2.45rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
  }
  body.page-home .feature-opere-gallery {
    padding: 0;
    gap: 12px;
  }
  body.page-home .feature-opere-item {
    border-radius: 18px;
    aspect-ratio: 0.76;
  }
  body.page-home .contact-strip {
    padding: 10px 4px 0;
    gap: 16px;
  }
  body.page-home .contact-strip .contact-label {
    font-size: clamp(1.9rem, 8vw, 2.55rem);
    line-height: 0.9;
  }
  body.page-home .contact-strip .contact-label::after {
    width: 96px;
    margin-top: 10px;
  }
  body.page-home .quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  body.page-home .platform-pill {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    font-size: 1.1rem;
    white-space: normal;
  }
  body.page-home #murales,
  body.page-home #portraits,
  body.page-home #graphic,
  body.page-home #gallery,
  body.page-home #live,
  body.page-home #about,
  body.page-home #contact,
  body.page-home .section-portfolio-cta-wrap {
    display: none !important;
  }
}
@media (max-width: 640px) {
  body.page-home .service-card {
    min-height: 104px;
    padding: 16px 14px;
  }
  body.page-home .service-card h3 {
    font-size: clamp(1rem, 4.3vw, 1.2rem);
  }
  body.page-home .service-card p {
    font-size: 0.88rem;
  }
  body.page-home .platform-pill {
    min-height: 50px;
    font-size: 1rem;
    padding: 11px 12px;
  }
}
@media (min-width: 980px) {
  .focus-hero-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px 24px;
  }
  .focus-kicker,
  .focus-hero-inner h1,
  .focus-hero-text {
    grid-column: 1;
  }
  .focus-hero-links {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
    justify-content: flex-end;
  }
}
@media (max-width: 979px) {
  body.page-home .feature-banner-portfolio .feature-banner-title,
  body.page-home .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.92rem, 7.75vw, 2.5rem) !important;
    line-height: 0.89;
    letter-spacing: -0.032em;
  }
}
@media (min-width: 980px) {
  .feature-banner-portfolio .feature-banner-title,
  .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.58rem, 1.3rem + 0.48vw, 1.84rem) !important;
    line-height: 0.92;
  }
}
.portrait-products-card {
  gap: 14px;
}
.portrait-form-card h2 {
  max-width: 12.2ch;
}
@media (min-width: 980px) {
  .portrait-form-card h2 {
    max-width: 10.8ch;
  }
}
.contact-grid-single {
  grid-template-columns: minmax(0, 1fr);
}
.contact-grid-single > .text-card {
  width: 100%;
}
.portrait-products-card {
  display: grid;
  align-content: start;
}
.portrait-offer-card {
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.portrait-offer-card:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 159, 99, 0.56);
  box-shadow: 0 20px 44px rgba(66, 45, 27, 0.12);
}
.portrait-offer-copy {
  align-content: start;
}
.portrait-offer-copy p {
  margin: 0;
}
.portrait-offer-actions .btn,
.portrait-offer-actions .btn-add-cart {
  width: 100%;
}
@media (min-width: 720px) {
  .contact-grid.contact-grid-single {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 980px) {
  .contact-grid.contact-grid-single > .text-card {
    max-width: 760px;
  }
  .portrait-products-card {
    padding: 20px;
  }
  .portrait-offers {
    gap: 16px;
  }
  .portrait-offer-card {
    grid-template-columns: 152px minmax(0, 1fr);
    min-height: 234px;
  }
  .portrait-offer-media {
    background: #f7efe6;
  }
  .portrait-offer-media img {
    object-position: center 44%;
  }
  .portrait-offer-copy {
    grid-template-rows: auto auto minmax(2.8em, auto) auto;
    gap: 8px;
    padding: 18px 18px 16px;
  }
  .portrait-offer-name {
    font-size: 1.62rem;
    line-height: 0.98;
  }
  .portrait-offer-meta {
    font-size: 0.98rem;
  }
  .portrait-offer-copy p {
    font-size: 0.96rem;
    line-height: 1.42;
  }
  .portrait-offer-actions {
    margin-top: auto;
  }
  .portrait-offer-actions .btn,
  .portrait-offer-actions .btn-add-cart {
    min-height: 44px;
    padding: 11px 14px;
  }
}
.brand {
  gap: 0;
}
.brand-title {
  font-family: var(--title-font);
  color: #17110d;
  font-size: 1.9rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .brand-title {
    font-size: 1.9rem;
    line-height: 0.95;
  }
}
.payment-note-inline-minimal {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.payment-secure-box-tiny {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(58, 132, 78, 0.16);
  background: rgba(241, 251, 245, 0.95);
  box-shadow: none;
}
.payment-secure-box-tiny .payment-secure-badge {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 0.76rem;
  line-height: 1;
}
@media (min-width: 980px) {
  .feature-banner-portfolio .feature-banner-title,
  .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.62rem, 1.28rem + 0.52vw, 1.9rem) !important;
    line-height: 0.94;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 979px) {
  body.page-home .feature-banner-portfolio .feature-banner-title,
  body.page-home .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.95rem, 7.7vw, 2.46rem) !important;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }
  body.page-home .feature-banner-opere {
    padding: 20px 18px 18px;
  }
  body.page-home .feature-banner-opere .feature-banner-copy {
    margin-bottom: 2px;
  }
  body.page-home .feature-opere-gallery {
    gap: 10px;
  }
  body.page-home .hero-wrap {
    gap: 14px;
  }
  body.page-home .contact-strip {
    padding-top: 4px;
  }
}
.portfolio-nav-chips a {
  font-family: var(--accent-font) !important;
  font-weight: 600;
  font-size: clamp(1.04rem, 1rem + 0.35vw, 1.28rem);
  letter-spacing: 0.01em;
  color: #b87a46 !important;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(200, 159, 99, 0.4);
}
.portfolio-nav-chips a:hover {
  color: #9f6330 !important;
}
.portfolio-hero {
  padding-bottom: 6px;
}
.portfolio-hero-inner {
  padding-bottom: 4px;
}
.page-portfolio .portfolio-section:first-of-type {
  padding-top: 0;
}
.page-portfolio .portfolio-head {
  margin-bottom: 8px;
}
@media (max-width: 979px) {
  .portfolio-hero-inner {
    gap: 8px;
    padding-bottom: 2px;
  }
  .portfolio-nav-chips {
    gap: 6px;
  }
  .portfolio-nav-chips a {
    min-height: 38px;
    padding: 7px 12px;
    font-size: clamp(1.02rem, 4.6vw, 1.2rem);
    line-height: 0.95;
  }
  .page-portfolio .portfolio-section {
    padding-top: 14px;
  }
  .page-portfolio .portfolio-section:first-of-type {
    padding-top: 0;
  }
}
.cart-summary-card-minimal {
  align-self: start;
}
.cart-summary-card-minimal .payment-note-inline-minimal {
  margin-top: 4px;
}
@media (max-width: 979px) {
  .focus-hero-inner {
    gap: 12px;
  }
  .focus-hero-links {
    gap: 10px;
  }
}
body {
  overflow-wrap: break-word;
  word-break: normal;
}
.service-card h3,
.service-card p,
.feature-banner-title,
.platform-pill span {
  overflow-wrap: normal;
  word-break: keep-all;
}
body.page-home .hero-topline,
body.page-home .media-title-kicker,
body.page-home .graphic-kicker {
  font-family: var(--accent-font);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #c67f45;
  line-height: 1;
}
body.page-home .hero-topline {
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  padding-left: 0;
}
body.page-home .hero-heading {
  width: max-content;
  max-width: 100%;
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: -0.018em;
  color: var(--ink);
  line-height: 1;
  font-size: clamp(0.88rem, 1.1vw, 1.12rem);
  white-space: nowrap;
  text-wrap: nowrap;
}
body.page-home .media-title-kicker {
  font-size: clamp(1.22rem, 1.1rem + 0.55vw, 1.55rem);
}
body.page-home .graphic-kicker {
  font-size: clamp(1.24rem, 1.1rem + 0.65vw, 1.62rem);
}
.floating-top {
  position: fixed;
  right: 16px;
  bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  z-index: 44;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.98);
  border: 1px solid rgba(200, 159, 99, 0.56);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(36, 28, 23, 0.14);
}
.floating-top[hidden] {
  display: none;
}
.floating-top svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 979px) {
  body.page-home .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  body.page-home .service-card {
    min-height: 122px;
    padding: 18px 18px;
  }
  body.page-home .service-card h3 {
    font-size: clamp(1.22rem, 4.2vw, 1.52rem);
    line-height: 1.02;
    max-width: 13ch;
  }
  body.page-home .service-card p {
    font-size: 0.94rem;
    line-height: 1.2;
  }
  body.page-home .feature-banner-title {
    font-size: clamp(1.55rem, 5.1vw, 2rem);
    line-height: 1.02;
    max-width: 11ch;
  }
  body.page-home .feature-banner-portfolio .feature-banner-copy {
    max-width: min(58%, 260px);
  }
  body.page-home .feature-banner-opere .feature-banner-copy {
    max-width: min(58%, 260px);
  }
  body.page-home .quick-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  body.page-home .platform-pill {
    min-height: 64px;
    padding: 14px 18px;
    justify-content: flex-start;
  }
  body.page-home .platform-pill span {
    white-space: nowrap;
    font-size: 1rem;
  }
  body.page-home .contact-label {
    font-size: clamp(1.45rem, 5vw, 1.9rem);
  }
}
@media (max-width: 560px) {
  body.page-home .hero-topline {
    font-size: clamp(1.36rem, 7vw, 1.8rem);
  }
  body.page-home .hero-heading {
    width: max-content;
    max-width: 100%;
    font-size: clamp(0.76rem, 3.2vw, 0.92rem);
    line-height: 1.02;
    white-space: nowrap;
    text-wrap: nowrap;
    letter-spacing: -0.018em;
  }
  body.page-home .media-title-kicker,
  body.page-home .graphic-kicker {
    font-size: clamp(1.12rem, 5.7vw, 1.46rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  body.page-home .home-services-grid {
    gap: 16px;
  }
  body.page-home .service-card {
    min-height: 126px;
    padding: 20px 18px;
  }
  body.page-home .service-card h3 {
    font-size: 1.34rem;
    max-width: none;
  }
  body.page-home .feature-banner-title {
    font-size: 1.32rem;
    max-width: 9ch;
  }
  body.page-home .feature-banner-portfolio .feature-banner-copy {
    max-width: 48%;
  }
  body.page-home .feature-banner-opere .feature-banner-copy {
    max-width: 48%;
  }
  body.page-home .quick-links-grid {
    grid-template-columns: 1fr;
  }
  body.page-home .platform-pill {
    min-height: 62px;
    padding: 14px 20px;
  }
}
@media (min-width: 980px) {
  .floating-top {
    display: none !important;
  }
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  margin-right: 12px;
}
.lang-pill {
  appearance: none;
  border: 1px solid rgba(200, 159, 99, 0.65);
  background: rgba(255, 251, 245, 0.95);
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 10px;
  min-width: 42px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.lang-pill.is-active {
  background: #241c17;
  color: #fff;
  border-color: #241c17;
}
@media (max-width: 979px) {
  .header-inner {
    gap: 10px;
  }
  .lang-switch {
    margin-right: 0;
  }
  .lang-pill {
    min-width: 38px;
    padding: 8px 9px;
  }
}
body.cart-page-body .floating-cart {
  display: none !important;
}
body.cart-page-body .cart-page-wrap,
body.page-contact .cart-page-wrap {
  gap: 16px;
  max-width: 1060px;
  margin-inline: auto;
}
body.cart-page-body .cart-page-intro,
body.page-contact .cart-page-intro {
  display: grid;
  gap: 6px;
  align-content: start;
}
body.cart-page-body .cart-page-intro .hero-topline,
body.page-contact .cart-page-intro .hero-topline {
  margin: 0;
  padding-left: 0;
}
body.cart-page-body .cart-page-grid,
body.page-contact .cart-page-grid {
  align-items: start;
  gap: 22px;
}
body.cart-page-body .cart-card-main,
body.cart-page-body .cart-summary-card-minimal,
body.page-contact .cart-card-main,
body.page-contact .cart-summary-card-minimal {
  padding: 28px;
  border-radius: 30px;
  min-height: 280px;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid,
  body.page-contact .cart-page-grid {
    grid-template-columns: minmax(360px, 1fr) minmax(340px, 1fr);
  }
  body.cart-page-body .cart-summary-card-minimal,
  body.page-contact .cart-summary-card-minimal {
    position: sticky;
    top: 96px;
  }
}
body.cart-page-body .payment-actions,
body.page-contact .payment-actions {
  display: grid;
  gap: 12px;
}
body.cart-page-body .payment-actions .btn,
body.page-contact .payment-actions .btn {
  min-height: 52px;
  border: 1px solid rgba(200, 159, 99, 0.55);
  font-weight: 700;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}
body.cart-page-body .btn-stripe,
body.page-contact .btn-stripe {
  background: linear-gradient(180deg, #b87d38 0%, #9f682d 100%);
  color: #fffdf9;
}
body.cart-page-body .btn-paypal,
body.page-contact .btn-paypal {
  background: linear-gradient(180deg, #fff5ea 0%, #f0dfc8 100%);
  color: #5b4737;
}
body.cart-page-body .btn-iban,
body.page-contact .btn-iban {
  background: linear-gradient(180deg, #fffdf9 0%, #f7ecdf 100%);
  color: var(--ink);
}
body.cart-page-body .btn-stripe:hover,
body.cart-page-body .btn-paypal:hover,
body.cart-page-body .btn-iban:hover,
body.page-contact .btn-stripe:hover,
body.page-contact .btn-paypal:hover,
body.page-contact .btn-iban:hover {
  filter: brightness(1.04);
}
body.cart-page-body .payment-trust-note,
body.page-contact .payment-trust-note {
  margin: 14px 4px 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #5b4737;
  text-align: center;
}
body.cart-page-body .cart-page-intro .hero-topline,
body.page-contact .cart-page-intro .hero-topline {
  margin-bottom: 2px;
}
body.cart-page-body .cart-page-intro h1,
body.page-contact .cart-page-intro h1 {
  margin: 0;
}
@media (min-width: 980px) {
  body.cart-page-body .payment-actions,
  body.page-contact .payment-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.cart-page-body .payment-actions .btn-iban,
  body.page-contact .payment-actions .btn-iban {
    grid-column: 1 / -1;
  }
}
.floating-top[hidden],
.floating-cart[hidden] {
  pointer-events: none;
}
.floating-top,
.floating-cart,
.floating-wa {
  touch-action: manipulation;
}
.service-card,
.service-card h3,
.service-card p,
.feature-banner,
.feature-banner-title,
.platform-pill,
.platform-pill span,
.contact-pill,
.contact-pill strong,
.contact-pill-meta,
.mobile-panel a,
.desktop-nav a,
.text-card h2,
.media-title,
.graphic-kicker {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
@media (max-width: 979px) {
  .site-header {
    overflow: visible;
  }
  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
  }
  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }
  .lang-switch {
    margin-left: 0;
    order: 2;
    position: relative;
    z-index: 46;
  }
  .mobile-toggle {
    order: 3;
    position: relative;
    z-index: 46;
  }
  .mobile-menu,
  .mobile-panel {
    position: relative;
    z-index: 46;
  }
  .service-card,
  .feature-banner,
  .section-portfolio-cta,
  .platform-pill,
  .contact-pill,
  .shop-card,
  .slider-btn,
  .btn {
    position: relative;
    z-index: 1;
  }
  .service-card h3 {
    font-size: 1.18rem;
    line-height: 1.08;
  }
  .service-card p {
    font-size: 0.94rem;
  }
  .feature-banner-title {
    font-size: 1.42rem !important;
    line-height: 1.08;
    text-wrap: balance;
  }
  .quick-links-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .platform-pill {
    justify-content: flex-start;
    min-height: 58px;
    padding-inline: 16px;
  }
  .platform-pill span {
    white-space: normal;
  }
  main [id],
  section[id] {
    scroll-margin-top: 118px;
  }
}
@media (max-width: 979px) {
  body.page-home #murales,
  body.page-home #portraits,
  body.page-home #graphic,
  body.page-home #gallery,
  body.page-home #live,
  body.page-home #about,
  body.page-home #contact,
  body.page-home .section-portfolio-cta-wrap {
    display: block !important;
  }
}
.feature-banner-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.feature-banner-title .title-line {
  display: block;
  white-space: nowrap;
}
body.page-home .feature-banner-portfolio .feature-banner-title {
  max-width: 12ch;
}
body.page-home .feature-banner-opere .feature-banner-title {
  max-width: 12ch;
}
@media (max-width: 560px) {
  body.page-home .media-title-kicker,
  body.page-home .graphic-kicker {
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
}
.portrait-products-heading {
  margin: 0 0 14px;
  font-family: var(--title-font);
  font-size: clamp(1.36rem, 2vw, 1.7rem);
  line-height: 1.04;
}
.portrait-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.portrait-price-col {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.88);
  border: 1px solid rgba(200, 159, 99, 0.36);
}
.portrait-price-col h3 {
  margin: 0 0 10px;
  font-family: var(--title-font);
  font-size: 1.38rem;
}
.portrait-price-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.portrait-price-col li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}
.portrait-price-col strong {
  color: var(--ink);
  font-weight: 700;
  text-align: right;
}
.portrait-offer-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 979px) {
  .portrait-price-grid {
    grid-template-columns: 1fr;
  }
  .portrait-price-col li {
    font-size: 0.92rem;
  }
}
.price-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.logo-price-note,
.mural-price-note {
  margin-top: 10px;
}
@media (max-width: 640px) {
  body.page-home .contact-strip {
    display: grid;
    justify-items: center;
    padding: 8px 0 0;
    gap: 14px;
  }
  body.page-home .contact-strip .contact-label {
    text-align: center;
  }
  body.page-home .contact-strip .contact-label::after {
    margin-inline: auto;
  }
  body.page-home .quick-links-grid {
    width: min(100%, 360px);
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    justify-content: center;
    margin-inline: auto;
  }
  body.page-home .platform-pill {
    width: 100%;
    min-height: 98px;
    padding: 18px 14px;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.page-home .platform-pill span {
    white-space: normal;
  }
  body.page-home .platform-pill svg {
    flex: 0 0 auto;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 86px;
  }
}
@media (max-width: 640px) {
  body.page-home .service-card h3 {
    font-size: clamp(1.12rem, 4.7vw, 1.34rem);
    word-break: keep-all;
    overflow-wrap: normal;
  }
  body.page-home .service-card p {
    font-size: 0.92rem;
  }
  body.page-home .feature-banner-portfolio .feature-banner-title,
  body.page-home .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.72rem, 7.2vw, 2.18rem) !important;
    line-height: 0.92;
  }
}
@media (min-width: 980px) {
  body.page-home .feature-banner-portfolio .feature-banner-title,
  body.page-home .feature-banner-opere .feature-banner-title {
    font-size: clamp(1.52rem, 1.16rem + 0.5vw, 1.84rem) !important;
    line-height: 0.93;
  }
}
@media (max-width: 979px) {
  body.page-home #murales,
  body.page-home #portraits,
  body.page-home #graphic,
  body.page-home #gallery,
  body.page-home #live,
  body.page-home #about,
  body.page-home #contact,
  body.page-home .section-portfolio-cta-wrap {
    display: block !important;
  }
}
.service-card h3 .title-line {
  display: block;
}
.service-card h3 .title-line + .title-line {
  margin-top: 0.05em;
}
@media (max-width: 640px) {
  body.page-home .contact-strip {
    display: grid !important;
    width: 100%;
    justify-items: stretch;
    padding: 10px 20px 0;
    gap: 16px;
  }
  body.page-home .contact-strip .contact-label {
    text-align: center;
    justify-self: center;
  }
  body.page-home .contact-strip .contact-label::after {
    margin-inline: auto;
  }
  body.page-home .quick-links-grid {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    justify-items: stretch !important;
    align-items: stretch;
    margin: 0 !important;
  }
  body.page-home .quick-links-grid .platform-pill {
    width: 100% !important;
    min-height: 94px !important;
    padding: 18px 14px !important;
    justify-content: center !important;
    text-align: center !important;
    border-radius: 999px;
  }
  body.page-home .quick-links-grid .platform-pill span {
    white-space: normal !important;
    line-height: 1.15;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(1) {
    order: 1;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(2) {
    order: 2;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(4) {
    order: 3;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(5) {
    order: 4;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(3) {
    order: 5;
    grid-column: 1 / -1;
    min-height: 84px !important;
  }
  body.page-home .feature-banner-portfolio .feature-banner-title,
  body.page-home .feature-banner-opere .feature-banner-title {
    max-width: none !important;
    font-size: clamp(1.32rem, 5.2vw, 1.62rem) !important;
    line-height: 0.96 !important;
  }
  body.page-home .feature-banner-title .title-line {
    display: block;
  }
  body.page-home .feature-banner-portfolio .feature-banner-copy,
  body.page-home .feature-banner-opere .feature-banner-copy {
    max-width: 56% !important;
  }
  body.page-home .service-card {
    min-height: 118px !important;
    padding: 18px 16px !important;
  }
  body.page-home .service-card h3 {
    font-size: clamp(1.16rem, 4.4vw, 1.34rem) !important;
    line-height: 1.02 !important;
    max-width: none !important;
  }
  body.page-home .service-card p {
    font-size: 0.92rem !important;
  }
  body.page-home .media-title-kicker,
  body.page-home .graphic-kicker {
    text-transform: none !important;
    letter-spacing: 0.01em !important;
  }
}
.portrait-offer-support {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.portrait-offer-select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(200, 159, 99, 0.42);
  background: rgba(255, 251, 245, 0.96);
  padding: 12px 14px;
  color: var(--ink);
}
.portrait-offer-actions .btn-add-cart {
  width: 100%;
}
@media (max-width: 640px) {
  .portrait-offer-copy {
    gap: 10px;
  }
}
@media (max-width: 979px) {
  body.page-home #murales,
  body.page-home #portraits,
  body.page-home #graphic,
  body.page-home #gallery,
  body.page-home #live,
  body.page-home #about,
  body.page-home #contact,
  body.page-home .section-portfolio-cta-wrap {
    display: block !important;
  }
}
.service-card h3 .title-line,
.feature-banner-title .title-line {
  display: inline;
}
.service-card h3 .title-line + .title-line,
.feature-banner-title .title-line + .title-line {
  margin-left: 0.28ch;
}
@media (max-width: 640px) {
  body.page-home .service-card h3 .title-line,
  body.page-home .feature-banner-title .title-line {
    display: block;
  }
  body.page-home .service-card h3 .title-line + .title-line,
  body.page-home .feature-banner-title .title-line + .title-line {
    margin-left: 0;
  }
  body.page-home .contact-strip {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 18px 0 !important;
    display: grid !important;
    gap: 14px !important;
    justify-items: stretch !important;
  }
  body.page-home .contact-strip .contact-label {
    text-align: center !important;
    justify-self: center !important;
  }
  body.page-home .contact-strip .contact-label::after {
    margin-inline: auto !important;
  }
  body.page-home .quick-links-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    justify-items: stretch !important;
  }
  body.page-home .quick-links-grid .platform-pill {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 84px !important;
    padding: 18px 14px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  body.page-home .quick-links-grid .platform-pill span {
    white-space: normal !important;
    line-height: 1.14 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(1) {
    order: 1 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(2) {
    order: 2 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(4) {
    order: 3 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(5) {
    order: 4 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(3) {
    order: 5 !important;
    grid-column: 1 / -1 !important;
    min-height: 74px !important;
  }
  .floating-top {
    display: flex;
    right: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 980px) {
  body.page-home .service-card {
    min-height: 82px !important;
    padding: 15px 16px 14px !important;
  }
  body.page-home .service-card h3 {
    font-size: clamp(1.24rem, 1.02rem + 0.34vw, 1.46rem) !important;
    line-height: 1.04 !important;
    max-width: none !important;
  }
  body.page-home .service-card p {
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }
  body.page-home .service-card h3 .title-line {
    display: inline !important;
  }
  body.page-home .service-card h3 .title-line + .title-line {
    margin-left: 0.28ch !important;
  }
}
.portrait-offer-support,
.portrait-offer-meta {
  display: none !important;
}
.portrait-offer-copy {
  gap: 8px !important;
}
.portrait-offer-copy
  > p:not(.portrait-offer-support):not(.portrait-offer-meta) {
  margin: 0;
}
.shop-top-sold {
  justify-content: flex-start;
}
body.page-home #graphic .graphic-kicker {
  font-family: var(--title-font);
  font-size: clamp(1.2rem, 1rem + 0.6vw, 1.55rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: none;
}
body.page-home #graphic .text-card h2 {
  font-family: var(--title-font);
  font-size: clamp(1.9rem, 1.42rem + 1vw, 2.55rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}
body.page-home #graphic .text-card .section-intro {
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.6;
}
body.page-home #graphic .logo-price-note {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(200, 159, 99, 0.34);
  background: rgba(255, 251, 245, 0.88);
  color: var(--ink);
  font-family: var(--title-font);
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 640px) {
  body.page-home #graphic .text-card h2 {
    font-size: clamp(1.72rem, 8vw, 2.12rem);
  }
  body.page-home #graphic .graphic-kicker {
    font-size: 1.08rem;
  }
  body.page-home #graphic .logo-price-note {
    font-size: 0.96rem;
  }
}
body.page-home #graphic .graphic-kicker {
  font-family: var(--accent-font);
  font-weight: 600;
  font-size: clamp(1.22rem, 1.1rem + 0.55vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: none;
}
body.page-home .floating-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}
body.page-home .floating-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 640px) {
  body.page-home #graphic .graphic-kicker {
    font-size: clamp(1.14rem, 5.2vw, 1.4rem) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  body.page-home .contact-strip {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 18px 0 !important;
    gap: 14px !important;
    display: grid !important;
    justify-items: stretch !important;
  }
  body.page-home .contact-strip .contact-label {
    text-align: center !important;
    justify-self: center !important;
    font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
    line-height: 0.96 !important;
  }
  body.page-home .contact-strip .contact-label::after {
    margin-inline: auto !important;
  }
  body.page-home .quick-links-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
  }
  body.page-home .quick-links-grid .platform-pill {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 78px !important;
    padding: 14px 10px !important;
    gap: 8px !important;
    border-radius: 26px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  body.page-home .quick-links-grid .platform-pill span {
    white-space: normal !important;
    font-size: 0.92rem !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere;
  }
  body.page-home .quick-links-grid .platform-pill svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(1) {
    order: 1 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(2) {
    order: 2 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(4) {
    order: 3 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(5) {
    order: 4 !important;
  }
  body.page-home .quick-links-grid .platform-pill:nth-child(3) {
    order: 5 !important;
    grid-column: 1 / -1 !important;
    min-height: 70px !important;
  }
  body.page-home .floating-top {
    right: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 420px) {
  body.page-home .quick-links-grid .platform-pill {
    min-height: 74px !important;
    padding: 13px 9px !important;
  }
  body.page-home .quick-links-grid .platform-pill span {
    font-size: 0.88rem !important;
  }
}
.btn-add-cart.is-added {
  opacity: 0.92;
}
@media (max-width: 640px) {
  body.page-home #graphic .graphic-kicker {
    font-family: var(--title-font) !important;
    font-size: clamp(1.16rem, 4.8vw, 1.34rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
  }
  body.page-home .contact-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px 18px 0 !important;
  }
  body.page-home .contact-strip .contact-label {
    justify-self: center !important;
    text-align: center !important;
  }
  body.page-home .quick-links-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    align-items: stretch !important;
  }
  body.page-home .quick-links-grid .platform-pill {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 80px !important;
    padding: 14px 10px !important;
    gap: 8px !important;
    border-radius: 24px !important;
    text-align: center !important;
  }
  body.page-home .quick-links-grid .platform-pill svg {
    margin: 0 auto !important;
  }
  body.page-home .quick-links-grid .platform-pill span {
    display: block !important;
    white-space: normal !important;
    line-height: 1.14 !important;
    overflow-wrap: anywhere !important;
  }
  body.page-home .quick-links-grid .platform-pill.platform-mail {
    grid-column: 1 / -1 !important;
    min-height: 68px !important;
  }
  body.page-home .floating-top {
    display: flex !important;
    right: 16px !important;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
:root {
  --header-offset: 92px;
  --focus-ring: 0 0 0 3px rgba(198, 127, 69, 0.24);
}
html {
  scroll-padding-top: var(--header-offset);
}
main [id],
section[id] {
  scroll-margin-top: calc(var(--header-offset) + 16px);
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
.site-header {
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    backdrop-filter 180ms ease;
}
.site-header.is-scrolled {
  background: rgba(249, 244, 237, 0.96);
  border-bottom-color: rgba(200, 159, 99, 0.4);
  box-shadow: 0 10px 24px rgba(48, 34, 20, 0.06);
  backdrop-filter: blur(20px);
}
.desktop-nav a,
.mobile-panel a,
.portfolio-nav-chips a,
.section-portfolio-cta,
.brand,
.service-card,
.feature-banner,
.shop-card > figure,
.slider-btn,
.slider-dot,
.platform-pill,
.btn,
.lang-pill,
.mobile-toggle,
.lightbox-close,
.lightbox-nav {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}
.desktop-nav a.is-current,
.mobile-panel a.is-current,
.portfolio-nav-chips a.is-current {
  color: var(--heading);
  background: rgba(255, 252, 248, 0.88);
  box-shadow: inset 0 0 0 1px rgba(200, 159, 99, 0.42);
}
.desktop-nav a.is-current {
  border-radius: 999px;
  padding: 8px 12px;
}
.mobile-panel a.is-current,
.portfolio-nav-chips a.is-current {
  border-radius: 14px;
}
.brand:focus-visible,
.desktop-nav a:focus-visible,
.mobile-panel a:focus-visible,
.portfolio-nav-chips a:focus-visible,
.section-portfolio-cta:focus-visible,
.service-card:focus-visible,
.feature-banner:focus-visible,
.shop-card > figure:focus-visible,
.slider-btn:focus-visible,
.slider-dot:focus-visible,
.platform-pill:focus-visible,
.btn:focus-visible,
.lang-pill:focus-visible,
.mobile-toggle:focus-visible,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring), var(--shadow-soft);
}
.quick-links-grid {
  align-items: stretch;
}
.platform-pill {
  min-width: 0;
}
.platform-mail {
  order: 5;
}
.payment-actions .btn,
.btn-row .btn,
.portrait-offer-actions .btn,
.shop-actions .btn {
  min-width: 0;
}
body.page-home .graphic-kicker,
body.page-home .media-title-kicker {
  text-wrap: balance;
}
.floating-top,
.floating-cart,
.floating-wa {
  will-change: transform, opacity;
}
.lightbox {
  backdrop-filter: blur(8px);
}
.lightbox-figure img {
  box-shadow: 0 18px 40px rgba(17, 13, 10, 0.22);
}
@media (max-width: 719px) {
  :root {
    --header-offset: 84px;
  }
  .quick-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }
  .quick-links-grid .platform-pill {
    width: 100%;
    min-height: 52px;
    padding: 11px 12px;
    font-size: 1rem;
    white-space: normal;
    text-align: center;
    line-height: 1.08;
  }
  .quick-links-grid .platform-pill span {
    display: inline-block;
    text-wrap: balance;
  }
  .quick-links-grid .platform-mail {
    grid-column: 1 / -1;
    max-width: min(100%, 280px);
    justify-self: center;
  }
  .contact-strip {
    max-width: 420px;
    margin-inline: auto;
  }
  .contact-strip .contact-label {
    font-size: clamp(1.18rem, 4.8vw, 1.42rem);
  }
  body.page-home .graphic-kicker,
  body.page-home .media-title-kicker {
    margin-bottom: 12px;
    font-size: clamp(1.18rem, 4.7vw, 1.42rem) !important;
    line-height: 1.06 !important;
  }
  .floating-top {
    right: 14px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 720px) {
  .quick-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .platform-mail {
    order: initial;
  }
}
body.has-floating-cart {
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
body.lightbox-open {
  overflow: hidden;
}
body.page-home .desktop-nav a.is-current,
body.page-home .mobile-panel a.is-current,
body.page-home .portfolio-nav-chips a.is-current {
  color: inherit;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
body.page-home .contact-strip {
  gap: 16px;
}
body.page-home .service-card,
body.page-home .feature-banner,
body.page-home .shop-card,
body.page-home .text-card,
body.page-home .media-card,
body.cart-page-body .text-card,
body.page-portfolio .portfolio-tile {
  border-color: rgba(195, 152, 96, 0.22);
  box-shadow: 0 14px 34px rgba(53, 34, 19, 0.07);
}
body.page-home .service-card:hover,
body.page-home .feature-banner:hover,
body.page-home .shop-card:hover,
body.page-home .section-portfolio-cta:hover,
body.page-home .platform-pill:hover,
body.page-home .contact-pill:hover,
body.cart-page-body .payment-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(53, 34, 19, 0.12);
}
body.page-home .service-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(252, 247, 241, 0.98) 100%
  );
}
body.page-home .service-card p,
body.page-home .section-intro,
body.page-home .contact-pill-meta,
body.cart-page-body .cart-item-meta,
.payment-note {
  color: rgba(77, 57, 39, 0.82);
}
body.page-home .btn,
body.cart-page-body .btn,
body.page-404 .btn {
  border-radius: 999px;
  min-height: 46px;
}
body.page-home .section-portfolio-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-inline: 20px;
}
body.page-home .contact-strip-mobile-contatti {
  display: none;
}
@media (max-width: 780px) {
  body.page-home .quick-links-grid-desktop {
    display: none !important;
  }
  body.page-home .contact-strip-mobile-contatti {
    display: block;
    width: 100%;
  }
  body.page-home .contact-strip-mobile-contatti .contact-pill-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body.page-home .contact-strip-mobile-contatti .contact-pill {
    width: 100%;
    min-height: 0;
  }
  body.page-home #contact {
    display: none;
  }
  body.page-home .contact-label {
    font-size: clamp(1.18rem, 4.6vw, 1.4rem);
  }
  body.page-home .graphic-kicker,
  body.page-home .media-title-kicker {
    font-size: clamp(1.2rem, 4.8vw, 1.42rem) !important;
    line-height: 1.08 !important;
  }
  body.page-home .service-card {
    min-height: 120px;
  }
}
@media (min-width: 781px) {
  body.page-home .contact-strip-mobile-contatti {
    display: none !important;
  }
}
.cart-item-single {
  grid-template-columns: minmax(0, 96px) minmax(0, 1fr);
  align-items: center;
}
.cart-item-actions-single {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(195, 152, 96, 0.2);
}
.cart-qty-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px 6px 6px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.98) 0%,
    rgba(248, 239, 230, 0.98) 100%
  );
  border: 1px solid rgba(195, 152, 96, 0.26);
  box-shadow: 0 10px 22px rgba(53, 34, 19, 0.08);
}
.cart-minus-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #c89f63 0%, #b88949 100%);
  color: #fffaf4;
  box-shadow: 0 10px 18px rgba(184, 137, 73, 0.26);
}
.cart-minus-btn span {
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-1px);
}
.cart-qty-value {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
  color: var(--heading);
}
.payment-note {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.not-found-card {
  max-width: 640px;
  margin-inline: auto;
}
.not-found-actions {
  justify-content: center;
}
body.page-home .contact-strip-mobile-contatti {
  display: none;
}
@media (max-width: 780px) {
  body.page-home .contact-strip {
    width: 100%;
    padding: 0;
    justify-items: stretch;
    gap: 0;
  }
  body.page-home .contact-strip .contact-label {
    display: none !important;
  }
  body.page-home .quick-links-grid-desktop {
    display: none !important;
  }
  body.page-home .contact-strip-mobile-contatti {
    display: block !important;
    width: 100%;
  }
  body.page-home .contact-strip-mobile-contatti .contact-mobile-card {
    width: 100%;
    padding: 20px;
  }
  body.page-home .contact-strip-mobile-contatti .mobile-contact-heading {
    margin: 0 0 10px;
  }
  body.page-home .contact-strip-mobile-contatti .contact-pill-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.page-home .contact-strip-mobile-contatti .contact-pill {
    width: 100%;
    min-height: 64px;
  }
  body.page-home #contact {
    display: none !important;
  }
}
@media (min-width: 781px) {
  body.page-home .contact-strip-mobile-contatti {
    display: none !important;
  }
}
body.page-home .contact-mobile-top-section {
  display: none;
}
@media (max-width: 780px) {
  body.page-home .contact-strip {
    display: none !important;
  }
  body.page-home .contact-mobile-top-section {
    display: block !important;
    padding-top: 8px;
  }
  body.page-home #contact {
    display: none !important;
  }
}
.section-jump-anchor {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--header-offset) + 6px);
}
.cart-item-actions-single {
  margin-top: 10px;
  padding-top: 10px;
}
.cart-remove-btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(195, 152, 96, 0.34);
  background: rgba(255, 251, 245, 0.92);
  color: var(--heading);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.cart-remove-btn span {
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(-1px);
}
.cart-remove-btn:hover {
  background: rgba(248, 239, 230, 0.98);
  border-color: rgba(195, 152, 96, 0.5);
}
.cart-page-body .payment-note[hidden] {
  display: none !important;
}
.lang-pill {
  text-decoration: none;
}
.lang-pill[aria-current="true"] {
  pointer-events: none;
}
@media (max-width: 780px) {
  body.page-home .contact-strip {
    display: none !important;
  }
  body.page-home .contact-mobile-top-section {
    display: block !important;
    padding-top: 8px;
  }
  body.page-home #contact {
    display: none !important;
  }
}
@media (min-width: 781px) {
  body.page-home .contact-mobile-top-section {
    display: none !important;
  }
}
.portrait-offer-select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 4px),
    calc(100% - 14px) calc(50% - 4px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  padding-right: 44px;
}
@media (min-width: 781px) {
  .portrait-offer-select {
    font-size: 1rem;
  }
  .portrait-offer-copy {
    gap: 14px;
  }
}
@media (max-width: 979px) {
  .section-jump-anchor {
    scroll-margin-top: calc(var(--header-offset) + 18px);
  }
}
.portfolio-hero {
  padding-top: 10px;
}
.portfolio-hero-inner {
  padding: 18px 16px 14px;
  gap: 12px;
  border-radius: 26px;
}
.portfolio-hero-inner h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 9vw, 2.7rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
}
.portfolio-nav-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}
.portfolio-nav-chips a {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 250, 245, 0.96);
  border: 1px solid rgba(200, 159, 99, 0.34);
  box-shadow: 0 10px 22px rgba(36, 28, 23, 0.06);
}
.page-portfolio .portfolio-head {
  margin-bottom: 10px;
}
.page-portfolio .portfolio-head h2 {
  font-size: clamp(1.65rem, 7vw, 2.05rem);
  line-height: 0.92;
}
@media (min-width: 720px) {
  .portfolio-hero-inner {
    padding: 22px 22px 16px;
  }
}
@media (min-width: 980px) {
  .portfolio-hero-inner {
    padding: clamp(26px, 5vw, 42px);
    gap: 16px;
    border-radius: var(--radius);
  }
  .portfolio-hero-inner h1 {
    text-align: left;
    font-size: var(--title-size-xl);
    line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .portfolio-nav-chips {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 10px;
  }
  .portfolio-nav-chips a {
    width: auto;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: none;
  }
}
.portrait-offer-copy,
.portrait-offer-select {
  min-width: 0;
}
@media (min-width: 980px) {
  .portrait-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr) minmax(
        250px,
        0.82fr
      ) !important;
  }
  .portrait-offer-card {
    grid-template-columns: 128px minmax(0, 1fr) !important;
  }
  .portrait-offer-copy {
    gap: 10px !important;
  }
  .portrait-offer-select {
    font-size: 0.95rem;
    line-height: 1.25;
    padding: 11px 40px 11px 12px;
  }
}
body.cart-page-body .cart-page-grid {
  align-items: start;
}
body.cart-page-body .cart-side-column {
  display: grid;
  gap: 18px;
  align-content: start;
}
body.cart-page-body .cart-card-enhanced,
body.cart-page-body .cart-summary-card-enhanced,
body.cart-page-body .cart-delivery-card {
  padding: clamp(22px, 2.4vw, 30px);
}
body.cart-page-body .cart-panel-head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
body.cart-page-body .cart-panel-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(132, 93, 50, 0.86);
}
body.cart-page-body .cart-card-enhanced > .cart-panel-head h2,
body.cart-page-body .cart-summary-card-enhanced > .cart-panel-head h2,
body.cart-page-body .cart-delivery-card > .cart-panel-head h2 {
  display: block;
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 0.98;
}
body.cart-page-body .cart-card-enhanced > .cart-panel-head .section-intro,
body.cart-page-body
  .cart-summary-card-enhanced
  > .cart-panel-head
  .section-intro {
  margin: 0;
}
body.cart-page-body .cart-summary-card-minimal.cart-summary-card-enhanced > h2,
body.cart-page-body
  .cart-summary-card-minimal.cart-summary-card-enhanced
  .cart-total,
body.cart-page-body
  .cart-summary-card-minimal.cart-summary-card-enhanced
  .payment-note-inline
  span[data-payment-note] {
  display: block;
}
body.cart-page-body .cart-summary-card-enhanced .cart-footer {
  display: grid;
  gap: 16px;
}
body.cart-page-body .cart-summary-card-enhanced .cart-total {
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(200, 159, 99, 0.24);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(251, 245, 238, 0.98) 100%
  );
}
body.cart-page-body .cart-summary-card-enhanced .cart-total span {
  font-size: 0.95rem;
  color: rgba(77, 57, 39, 0.82);
}
body.cart-page-body .payment-note-inline-cart {
  margin: 0;
}
body.cart-page-body .payment-note-inline-cart .payment-secure-box {
  gap: 8px;
  padding: 15px 16px;
}
body.cart-page-body .payment-note-inline-cart .delivery-note {
  margin: 0;
}
body.cart-page-body .cart-delivery-copy {
  display: grid;
  gap: 12px;
}
body.cart-page-body .cart-delivery-copy .delivery-note {
  margin: 0;
}
body.cart-page-body .cart-card-enhanced .cart-items,
body.cart-page-body .cart-card-enhanced .cart-empty {
  margin-top: 4px;
}
body.cart-page-body .cart-card-enhanced .cart-item {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(200, 159, 99, 0.18);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.76) 0%,
    rgba(252, 247, 241, 0.96) 100%
  );
}
body.cart-page-body .cart-card-enhanced .cart-item + .cart-item {
  margin-top: 12px;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid {
    grid-template-columns: minmax(420px, 1.12fr) minmax(320px, 0.88fr);
    gap: 24px;
  }
  body.cart-page-body .cart-summary-card-enhanced {
    position: sticky;
    top: 96px;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-page-grid {
    grid-template-columns: 1fr;
  }
  body.cart-page-body .cart-side-column {
    gap: 14px;
  }
}
body.cart-page-body .cart-page-grid-minimal {
  gap: 18px;
  align-items: start;
}
body.cart-page-body .cart-card-minimal,
body.cart-page-body .cart-summary-card-plain,
body.cart-page-body .cart-delivery-card {
  padding: clamp(18px, 2.2vw, 26px);
}
body.cart-page-body .cart-card-minimal .cart-empty,
body.cart-page-body .cart-card-minimal .cart-items {
  margin-top: 0;
}
body.cart-page-body .cart-summary-card-plain .cart-footer {
  display: grid;
  gap: 14px;
}
body.cart-page-body .cart-summary-card-plain .cart-total {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
body.cart-page-body .cart-summary-card-plain .cart-total strong {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
}
body.cart-page-body .cart-summary-card-plain .payment-actions {
  display: grid;
  gap: 12px;
}
body.cart-page-body .cart-summary-card-plain .payment-actions .btn {
  width: 100%;
  min-height: 52px;
}
body.cart-page-body .cart-delivery-card {
  display: grid;
  gap: 8px;
}
body.cart-page-body .cart-delivery-title {
  margin: 0;
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  line-height: 1;
}
body.cart-page-body .cart-delivery-copy {
  display: grid;
  gap: 6px;
}
body.cart-page-body .cart-delivery-copy .delivery-note {
  margin: 0;
}
body.cart-page-body .cart-summary-card-plain .payment-note {
  margin: 0;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    grid-template-areas: "main pay" "delivery delivery";
    gap: 22px;
  }
  body.cart-page-body .cart-page-grid-minimal > .cart-card-main {
    grid-area: main;
  }
  body.cart-page-body .cart-page-grid-minimal > .cart-side-column-minimal {
    display: contents;
  }
  body.cart-page-body .cart-page-grid-minimal .cart-summary-card-plain {
    grid-area: pay;
    position: sticky;
    top: 96px;
    align-self: start;
  }
  body.cart-page-body .cart-page-grid-minimal .cart-delivery-card {
    grid-area: delivery;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-page-grid-minimal {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.cart-page-body .cart-side-column-minimal {
    display: grid;
    gap: 14px;
  }
}
.portrait-form-card > h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1.36rem, 4.2vw, 1.86rem);
  letter-spacing: -0.02em;
}
body.cart-page-body .payment-note-inline-secure {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
body.cart-page-body .payment-secure-box-site {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(194, 146, 74, 0.28);
  background: #f7f2eb;
}
body.cart-page-body .payment-secure-badge-site {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5b4732;
  font-size: 0.86rem;
  font-weight: 700;
}
body.cart-page-body .payment-secure-check {
  color: #2f8a57;
  font-size: 0.96rem;
  line-height: 1;
}
@media (max-width: 979px) {
  .portrait-form-card > h2 {
    font-size: clamp(1.26rem, 5.5vw, 1.6rem);
  }
  body.cart-page-body .payment-note-inline-secure {
    margin-top: 10px;
  }
}
.portrait-form-card h2 {
  max-width: none !important;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .portrait-form-card h2 {
    font-size: clamp(1.14rem, 5vw, 1.44rem) !important;
    line-height: 1.02;
  }
}
@media (min-width: 980px) {
  .portrait-products-card {
    justify-items: center;
  }
  .portrait-products-card .portrait-offers {
    width: min(100%, 470px);
    margin-inline: auto;
  }
}
@media (min-width: 980px) {
  .portrait-products-card {
    margin-top: 0;
  }
  .portrait-products-card .portrait-offers {
    margin-top: 28px;
  }
}
body.cart-page-body .cart-summary-card-plain .payment-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
  color: #617363;
  font-size: 0.98rem;
  line-height: 1.35;
}
body.cart-page-body .cart-summary-card-plain .payment-note-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  flex: 0 0 14px;
  background: #56a96a;
  box-shadow: 0 0 0 8px rgba(86, 169, 106, 0.12);
}
body.cart-page-body .cart-summary-card-plain .payment-note-text {
  font-weight: 500;
}
body.cart-page-body .cart-summary-card-plain .payment-note[hidden] {
  display: none !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-summary-card-plain .payment-note {
    font-size: 0.94rem;
    gap: 10px;
  }
}
body.cart-page-body .cart-page-grid-minimal {
  display: grid;
  gap: 18px;
  align-items: start;
}
body.cart-page-body .cart-left-column,
body.cart-page-body .cart-side-column-remodel {
  display: grid;
  gap: 18px;
  align-content: start;
}
body.cart-page-body .cart-card-remodel,
body.cart-page-body .cart-summary-card-remodel,
body.cart-page-body .cart-delivery-card-remodel {
  padding: clamp(18px, 2.2vw, 26px);
}
body.cart-page-body .cart-card-remodel .cart-items,
body.cart-page-body .cart-card-remodel .cart-empty {
  margin-top: 0;
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2vw, 22px);
  border-radius: 24px;
  border: 1px solid rgba(200, 159, 99, 0.22);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(251, 244, 236, 0.96) 100%
  );
}
body.cart-page-body .cart-card-remodel .cart-item-remodel + .cart-item-remodel {
  margin-top: 0;
}
body.cart-page-body .cart-card-remodel .cart-item-top {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  margin: 0;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #efe3d4, #f9f4ee);
  border: 1px solid rgba(200, 159, 99, 0.2);
}
body.cart-page-body .cart-card-remodel .cart-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  font-family: var(--title-font);
  font-size: clamp(1.55rem, 2.1vw, 1.9rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-size: 0.98rem;
  line-height: 1.35;
  color: rgba(77, 57, 39, 0.82);
}
body.cart-page-body .cart-card-remodel .cart-item-format-label {
  color: var(--heading);
}
body.cart-page-body .cart-card-remodel .cart-item-format-value {
  color: rgba(77, 57, 39, 0.76);
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(195, 152, 96, 0.2);
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  font-family: var(--title-font);
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 1;
  color: var(--heading);
}
body.cart-page-body .cart-summary-card-remodel .cart-footer {
  display: grid;
  gap: 14px;
}
body.cart-page-body .cart-summary-card-remodel .cart-total {
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(195, 152, 96, 0.2);
}
body.cart-page-body .cart-summary-card-remodel .cart-total span {
  color: rgba(77, 57, 39, 0.72);
}
body.cart-page-body .cart-summary-card-remodel .cart-total strong {
  font-size: clamp(1.8rem, 2.1vw, 2.2rem);
}
body.cart-page-body .cart-summary-card-remodel .payment-actions {
  display: grid;
  gap: 12px;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions .btn {
  width: 100%;
  min-height: 52px;
}
body.cart-page-body .cart-delivery-card-remodel {
  display: grid;
  gap: 8px;
  min-height: 116px;
  align-content: center;
}
body.cart-page-body .cart-delivery-card-remodel .cart-delivery-title {
  margin: 0;
  font-size: clamp(1.18rem, 1.5vw, 1.4rem);
  line-height: 1;
}
body.cart-page-body .cart-delivery-card-remodel .cart-delivery-copy {
  display: grid;
  gap: 6px;
}
body.cart-page-body .cart-delivery-card-remodel .delivery-note {
  margin: 0;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 22px;
  }
  body.cart-page-body .cart-summary-card-remodel {
    position: sticky;
    top: 96px;
    align-self: start;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.cart-page-body .cart-left-column,
  body.cart-page-body .cart-side-column-remodel {
    gap: 14px;
  }
  body.cart-page-body .cart-card-remodel .cart-item-top {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 76px;
    height: 76px;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.38rem;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 0.94rem;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price,
  body.cart-page-body .cart-summary-card-remodel .cart-total strong {
    font-size: 1.72rem;
  }
}
body.cart-page-body .cart-page-grid-minimal > .cart-left-column {
  display: grid;
  gap: 18px;
  align-content: start;
}
body.cart-page-body .cart-page-grid-minimal > .cart-side-column-remodel {
  display: grid;
  gap: 18px;
  align-content: start;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-page-grid-minimal > .cart-left-column,
  body.cart-page-body .cart-page-grid-minimal > .cart-side-column-remodel {
    gap: 14px;
  }
}
body.cart-page-body .cart-page-grid-minimal {
  display: grid !important;
  gap: 22px !important;
  align-items: start !important;
  grid-template-areas: none !important;
}
body.cart-page-body .cart-left-column,
body.cart-page-body .cart-side-column-remodel,
body.cart-page-body .cart-card-remodel,
body.cart-page-body .cart-summary-card-remodel,
body.cart-page-body .cart-delivery-card-remodel,
body.cart-page-body .cart-card-remodel .cart-items,
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
body.cart-page-body .cart-left-column,
body.cart-page-body .cart-side-column-remodel {
  display: grid !important;
  gap: 18px !important;
  align-content: start !important;
}
body.cart-page-body .cart-card-remodel,
body.cart-page-body .cart-summary-card-remodel,
body.cart-page-body .cart-delivery-card-remodel {
  justify-self: stretch !important;
}
body.cart-page-body .cart-card-remodel .cart-items {
  display: grid !important;
  gap: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  display: grid !important;
  gap: 16px !important;
  padding: clamp(18px, 2vw, 22px) !important;
}
body.cart-page-body .cart-card-remodel .cart-item-top {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  min-width: 0 !important;
  width: auto !important;
  overflow: hidden !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  display: inline-block !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-footer {
  display: grid !important;
  gap: 14px !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 0 0 18px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(195, 152, 96, 0.2) !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total span,
body.cart-page-body .cart-summary-card-remodel .cart-total strong {
  display: inline !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions {
  display: grid !important;
  gap: 12px !important;
}
body.cart-page-body .cart-delivery-card-remodel {
  min-height: 0 !important;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr) !important;
  }
  body.cart-page-body .cart-left-column {
    grid-column: 1 !important;
  }
  body.cart-page-body .cart-side-column-remodel {
    grid-column: 2 !important;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  body.cart-page-body .cart-left-column,
  body.cart-page-body .cart-side-column-remodel {
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-top {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 76px !important;
    height: 76px !important;
  }
}
body.cart-page-body .cart-card-remodel .cart-item-top {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  flex: 0 0 92px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  overflow: visible !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  display: block !important;
  font-size: clamp(1.5rem, 1.9vw, 1.86rem) !important;
  line-height: 1.1 !important;
  color: var(--heading) !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  font-size: 1rem !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions .btn,
body.cart-page-body .cart-summary-card-remodel .payment-actions .btn-iban {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total strong {
  white-space: nowrap !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-top {
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    flex-basis: 76px !important;
    width: 76px !important;
    height: 76px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.34rem !important;
  }
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 22px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-top {
  display: contents !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  grid-column: 1 !important;
  width: 120px !important;
  height: 120px !important;
  flex: none !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  grid-column: 2 !important;
  display: grid !important;
  gap: 10px !important;
  align-content: center !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  font-size: clamp(1.34rem, 1.45vw, 1.72rem) !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: inline-flex !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  grid-column: 3 !important;
  display: grid !important;
  justify-items: end !important;
  align-content: center !important;
  gap: 14px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  min-width: 120px !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 38px !important;
  height: 38px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  font-size: clamp(1.8rem, 1.8vw, 2.15rem) !important;
  white-space: nowrap !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 84px !important;
    height: 84px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1.3rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    white-space: normal !important;
    flex-wrap: wrap !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid rgba(195, 152, 96, 0.2) !important;
    padding-top: 14px !important;
    min-width: 0 !important;
  }
}
body.cart-page-body .cart-summary-card-remodel .cart-shipping-line {
  margin: 0 0 14px !important;
  color: rgba(77, 57, 39, 0.68) !important;
  font-size: 0.96rem !important;
  line-height: 1.35 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  display: grid !important;
  grid-template-columns: 136px minmax(0, 1fr) max-content !important;
  align-items: center !important;
  gap: 28px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  width: 136px !important;
  height: 136px !important;
  flex: none !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  min-width: 0 !important;
  display: grid !important;
  gap: 8px !important;
  align-content: center !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: clamp(1.68rem, 1.9vw, 2.1rem) !important;
  line-height: 1.04 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 1rem !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format-label,
body.cart-page-body .cart-card-remodel .cart-item-format-value {
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  min-width: 150px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 40px !important;
  height: 40px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  font-size: clamp(1.95rem, 2vw, 2.3rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions {
  display: grid !important;
  gap: 12px !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions .btn {
  width: 100% !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 92px !important;
    height: 92px !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1.34rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    white-space: normal !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 0.96rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-content: space-between !important;
    border-top: 1px solid rgba(195, 152, 96, 0.2) !important;
    padding-top: 14px !important;
    min-width: 0 !important;
  }
}
@media (min-width: 980px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 144px minmax(0, 1fr) max-content !important;
    gap: 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 144px !important;
    height: 144px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 6px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: clamp(1.46rem, 1.55vw, 1.82rem) !important;
    line-height: 1.08 !important;
    padding-right: 8px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 0.96rem !important;
    gap: 4px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    min-width: 96px !important;
    gap: 10px !important;
    margin-left: auto !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 18px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.6rem, 1.7vw, 1.92rem) !important;
  }
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) 34px !important;
  align-items: start !important;
  gap: 18px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  width: 128px !important;
  height: 128px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price-row {
  display: flex !important;
  align-items: center !important;
  min-height: 1.4em;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  display: inline-block !important;
  font-family: var(--title-font) !important;
  font-size: clamp(1.48rem, 1.55vw, 1.8rem) !important;
  line-height: 1 !important;
  color: var(--heading) !important;
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  grid-column: auto !important;
  grid-row: 1 / span 3 !important;
  align-self: start !important;
  justify-self: end !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  min-width: 34px !important;
  padding-top: 2px !important;
  border-top: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  font-size: 16px !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 84px minmax(0, 1fr) 30px !important;
    gap: 14px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 84px !important;
    height: 84px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    white-space: normal !important;
    font-size: 1.26rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 0.93rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.46rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-row: 1 / span 3 !important;
    padding-top: 0 !important;
  }
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  grid-template-columns: 120px minmax(0, 1fr) 18px !important;
  gap: 16px !important;
  align-items: start !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
  align-content: start !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: clamp(1.34rem, 1.45vw, 1.68rem) !important;
  line-height: 1.08 !important;
  max-width: 100% !important;
  padding-right: 4px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 0.96rem !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format-label,
body.cart-page-body .cart-card-remodel .cart-item-format-value {
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price-row {
  display: block !important;
  margin-top: 2px !important;
  min-height: auto !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  display: inline-block !important;
  font-family: var(--title-font) !important;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: end !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  min-width: 18px !important;
  width: 18px !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  border-top: 0 !important;
  gap: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(77, 57, 39, 0.62) !important;
  border-radius: 0 !important;
  font-size: 19px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn:hover {
  color: rgba(77, 57, 39, 0.95) !important;
  transform: none !important;
  background: transparent !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 84px minmax(0, 1fr) 18px !important;
    gap: 12px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.14rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.9rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.34rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: 3 !important;
    grid-row: 1 !important;
    min-width: 18px !important;
    width: 18px !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 980px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 148px minmax(0, 1fr) 18px !important;
    gap: 18px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    border-radius: 20px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 9px !important;
    padding-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: clamp(1.5rem, 1.62vw, 1.88rem) !important;
    line-height: 1.08 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 1rem !important;
    gap: 5px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.64rem, 1.75vw, 1.96rem) !important;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.18rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 0.92rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 108px minmax(0, 1fr) 16px !important;
    gap: 16px !important;
    align-items: start !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    border-radius: 20px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 10px !important;
    padding-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.42rem !important;
    line-height: 1.08 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 1.06rem !important;
    line-height: 1.15 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    margin-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.72rem !important;
    line-height: 1 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    min-width: 16px !important;
    width: 16px !important;
    padding-top: 4px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  body.cart-page-body .cart-card-remodel,
  body.cart-page-body .cart-delivery-card-remodel,
  body.cart-page-body .cart-summary-card-remodel {
    padding: 18px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 120px minmax(0, 1fr) 16px !important;
    gap: 14px !important;
    padding: 18px !important;
    align-items: start !important;
    min-height: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    border-radius: 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 10px !important;
    align-content: start !important;
    padding-top: 2px !important;
    min-width: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.5rem !important;
    line-height: 1.06 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 1.14rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    gap: 5px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    margin-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.92rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: end !important;
    min-width: 16px !important;
    width: 16px !important;
    padding-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }
}
body.cart-page-body .cart-summary-card-remodel .cart-summary-rows {
  display: grid !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(195, 152, 96, 0.2) !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-summary-row,
body.cart-page-body .cart-summary-card-remodel .cart-total {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-summary-row span,
body.cart-page-body .cart-summary-card-remodel .cart-summary-row strong {
  font-family: var(--body-font) !important;
  font-size: 1.03rem !important;
  line-height: 1.25 !important;
  color: rgba(77, 57, 39, 0.76) !important;
  font-weight: 500 !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total {
  margin-top: 2px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(195, 152, 96, 0.16) !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total span {
  font-family: var(--body-font) !important;
  font-size: 1.06rem !important;
  line-height: 1.2 !important;
  color: rgba(77, 57, 39, 0.9) !important;
  font-weight: 600 !important;
}
body.cart-page-body .cart-summary-card-remodel .cart-total strong {
  font-family: var(--title-font) !important;
  font-size: clamp(2rem, 2.3vw, 2.45rem) !important;
  line-height: 1 !important;
  color: var(--heading) !important;
  font-weight: 600 !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions {
  gap: 14px !important;
}
body.cart-page-body .cart-summary-card-remodel .payment-actions .btn {
  min-height: 58px !important;
}
body.cart-page-body .cart-delivery-card-remodel {
  min-height: 0 !important;
  align-content: start !important;
}
body.cart-page-body .cart-delivery-card-remodel .cart-delivery-copy {
  gap: 0 !important;
}
body.cart-page-body .cart-delivery-card-remodel .delivery-note {
  font-size: 1.02rem !important;
  line-height: 1.55 !important;
  color: rgba(77, 57, 39, 0.78) !important;
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  grid-template-columns: 158px minmax(0, 1fr) 18px !important;
  gap: 20px !important;
  align-items: start !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  width: 158px !important;
  height: 158px !important;
  min-width: 158px !important;
  border-radius: 22px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  gap: 12px !important;
  padding-top: 4px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  font-size: clamp(1.66rem, 1.85vw, 2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  font-size: 1.08rem !important;
  line-height: 1.15 !important;
  gap: 5px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  font-size: clamp(1.78rem, 1.95vw, 2.05rem) !important;
  line-height: 1 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  width: 18px !important;
  min-width: 18px !important;
  padding-top: 4px !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  font-size: 17px !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-summary-card-remodel .cart-summary-row span,
  body.cart-page-body .cart-summary-card-remodel .cart-summary-row strong {
    font-size: 1rem !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-total span {
    font-size: 1.02rem !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-total strong {
    font-size: 2.05rem !important;
  }
}
@media (max-width: 767px) {
  body.cart-page-body .cart-card-remodel,
  body.cart-page-body .cart-delivery-card-remodel,
  body.cart-page-body .cart-summary-card-remodel {
    padding: 18px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 134px minmax(0, 1fr) 14px !important;
    gap: 16px !important;
    padding: 20px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    border-radius: 24px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 12px !important;
    padding-top: 4px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: 1.62rem !important;
    line-height: 1.04 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 1.16rem !important;
    line-height: 1.12 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.92rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    width: 14px !important;
    min-width: 14px !important;
    padding-top: 3px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    font-size: 15px !important;
  }
  body.cart-page-body .cart-delivery-card-remodel .delivery-note {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }
}
@media (max-width: 767px) {
  body.cart-page-body .cart-card-remodel,
  body.cart-page-body .cart-delivery-card-remodel,
  body.cart-page-body .cart-summary-card-remodel {
    padding: 16px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    position: relative !important;
    grid-template-columns: clamp(92px, 27vw, 116px) minmax(0, 1fr) 16px !important;
    grid-template-areas: "title title remove" "thumb format format" "thumb price price" !important;
    gap: 8px 14px !important;
    padding: 16px !important;
    align-items: start !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    display: contents !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    grid-area: thumb !important;
    width: clamp(92px, 27vw, 116px) !important;
    height: clamp(92px, 27vw, 116px) !important;
    min-width: clamp(92px, 27vw, 116px) !important;
    border-radius: 20px !important;
    align-self: start !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    grid-area: title !important;
    display: block !important;
    min-width: 0 !important;
    padding-right: 6px !important;
    margin: 0 !important;
    font-size: clamp(1.2rem, 5vw, 1.42rem) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    letter-spacing: -0.01em !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    grid-area: format !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 3px 5px !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: clamp(0.96rem, 3.9vw, 1.08rem) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format-label,
  body.cart-page-body .cart-card-remodel .cart-item-format-value {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    grid-area: price !important;
    display: flex !important;
    align-items: center !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding-top: 1px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.5rem, 6vw, 1.82rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-area: remove !important;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: start !important;
    justify-self: end !important;
    width: 16px !important;
    min-width: 16px !important;
    padding-top: 0 !important;
    margin: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-summary-rows {
    gap: 10px !important;
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-summary-row span,
  body.cart-page-body .cart-summary-card-remodel .cart-summary-row strong,
  body.cart-page-body .cart-summary-card-remodel .cart-total span {
    font-size: 0.98rem !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-total strong {
    font-size: 1.92rem !important;
  }
  body.cart-page-body .cart-delivery-card-remodel .delivery-note {
    font-size: 0.98rem !important;
    line-height: 1.5 !important;
  }
}
.section-tone-paesaggi {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(
      circle at top left,
      rgba(194, 221, 193, 0.32),
      transparent 32%
    ),
    linear-gradient(180deg, #f7fbf6 0%, #edf5ed 100%);
}
.section-tone-paesaggi::before {
  display: none !important;
}
.section-tone-paesaggi > .container {
  position: relative;
  z-index: 1;
}
.section-tone-paesaggi .media-card,
.section-tone-paesaggi .text-card,
.section-tone-paesaggi .portrait-offer-card {
  border-color: rgba(96, 137, 103, 0.24);
  background: linear-gradient(
    180deg,
    rgba(254, 255, 252, 0.98),
    rgba(245, 250, 244, 0.98)
  );
  box-shadow: 0 20px 44px rgba(92, 127, 98, 0.1);
}
.section-tone-paesaggi .portrait-offer-card:hover {
  box-shadow: 0 24px 48px rgba(92, 127, 98, 0.14);
}
.section-tone-paesaggi .portrait-offer-meta,
.section-tone-paesaggi .field label,
.section-tone-paesaggi .portrait-offer-support {
  color: #5d7d65;
}
.section-tone-paesaggi .portrait-offer-copy p {
  color: #617462;
}
.section-tone-paesaggi .portrait-offer-media,
.section-tone-paesaggi .slide-card {
  background: #fbfef9 !important;
}
.section-tone-paesaggi .slider-btn {
  border-color: rgba(96, 137, 103, 0.34);
  background: rgba(250, 253, 248, 0.98);
}
.section-tone-paesaggi .slider-dot {
  background: rgba(96, 137, 103, 0.25);
}
.section-tone-paesaggi .slider-dot.is-active {
  background: #6f9577;
}
.section-tone-paesaggi .btn-add-cart,
.section-tone-paesaggi .btn-add-portrait {
  background: linear-gradient(180deg, #f4fbf3 0%, #dfeddc 100%);
  color: #35503b;
  border-color: rgba(96, 137, 103, 0.42);
}
.section-tone-paesaggi .btn-wa,
.section-tone-paesaggi .btn-wa-link {
  background: linear-gradient(180deg, #7ca372 0%, #6a8f61 100%);
  color: #fbfffa;
}
.section-tone-paesaggi .btn-mail,
.section-tone-paesaggi .btn-mail-link {
  background: linear-gradient(180deg, #fbfef9 0%, #e8f2e5 100%);
  border-color: rgba(96, 137, 103, 0.3);
  color: #46614b;
}
.section-tone-paesaggi .field input,
.section-tone-paesaggi .field textarea,
.section-tone-paesaggi .field select {
  border-color: rgba(96, 137, 103, 0.22);
  background: rgba(255, 255, 255, 0.98);
}
.section-tone-paesaggi .field input:focus,
.section-tone-paesaggi .field textarea:focus,
.section-tone-paesaggi .field select:focus {
  border-color: #709576;
  box-shadow: 0 0 0 4px rgba(112, 149, 118, 0.12);
}
.landscape-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  border: 1px dashed rgba(96, 137, 103, 0.3);
  background: linear-gradient(
    180deg,
    rgba(251, 254, 249, 0.98),
    rgba(240, 247, 238, 0.98)
  ) !important;
}
.landscape-placeholder span {
  font-family: var(--title-font);
  font-size: clamp(1.34rem, 2.8vw, 1.8rem);
  color: #6c8d73;
}
body.page-home #portraits {
  background: linear-gradient(180deg, #fdf8f2 0%, #fbf3ea 100%);
}
body.page-home #murales {
  background: linear-gradient(180deg, #fff9ec 0%, #f8edd0 100%);
}
body.page-home #graphic {
  background: linear-gradient(180deg, #fbf2f6 0%, #f3e2ea 100%);
}
body.page-home .section-portfolio-cta-wrap {
  display: block !important;
}
body.page-home .section-portfolio-cta-wrap.section-portfolio-cta-wrap--inside {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 0;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--inside
  .section-portfolio-cta {
  min-height: 48px;
  padding: 11px 18px;
}
body.page-home .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti,
body.page-home .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live {
  background: transparent;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti
  .section-portfolio-cta,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live
  .section-portfolio-cta {
  border-color: rgba(200, 159, 99, 0.32);
  background: linear-gradient(
    180deg,
    rgba(255, 253, 249, 0.98),
    rgba(248, 238, 224, 0.98)
  );
  color: #7a5d41;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--paesaggi
  .section-portfolio-cta {
  border-color: rgba(96, 137, 103, 0.3);
  background: linear-gradient(
    180deg,
    rgba(249, 253, 247, 0.98),
    rgba(239, 247, 237, 0.98)
  );
  color: #48624d;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--murales
  .section-portfolio-cta {
  border-color: rgba(201, 162, 74, 0.34);
  background: linear-gradient(
    180deg,
    rgba(255, 251, 239, 0.98),
    rgba(249, 238, 197, 0.98)
  );
  color: #84611f;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--grafica
  .section-portfolio-cta {
  border-color: rgba(154, 89, 118, 0.28);
  background: linear-gradient(
    180deg,
    rgba(252, 247, 250, 0.98),
    rgba(244, 231, 238, 0.98)
  );
  color: #7a4f62;
}
body.page-home #portraits,
body.page-home #landscapes,
body.page-home #murales,
body.page-home #graphic,
body.page-home #live {
  position: relative;
  overflow: hidden;
}
body.page-home #portraits::after,
body.page-home #landscapes::after,
body.page-home #murales::after,
body.page-home #graphic::after,
body.page-home #live::after {
  content: "";
  display: block;
  height: clamp(34px, 5vw, 56px);
  margin-top: clamp(16px, 2.4vw, 26px);
}
body.page-home #portraits::after {
  background: linear-gradient(180deg, rgba(251, 243, 234, 0) 0%, #f1f7ef 100%);
}
body.page-home #landscapes::after {
  background: linear-gradient(180deg, rgba(237, 245, 237, 0) 0%, #fbf0d9 100%);
}
body.page-home #murales::after {
  background: linear-gradient(180deg, rgba(248, 237, 208, 0) 0%, #f7e7ee 100%);
}
body.page-home #graphic::after {
  background: linear-gradient(180deg, rgba(243, 226, 234, 0) 0%, #f8f0e8 100%);
}
body.page-home #live::after {
  background: linear-gradient(180deg, rgba(248, 240, 232, 0) 0%, #f8f0e8 100%);
}
@media (max-width: 767px) {
  body.page-home
    .section-portfolio-cta-wrap.section-portfolio-cta-wrap--inside {
    padding-top: 14px;
  }
  body.page-home #portraits::after,
  body.page-home #landscapes::after,
  body.page-home #murales::after,
  body.page-home #graphic::after,
  body.page-home #live::after {
    height: 28px;
    margin-top: 12px;
  }
}
body.page-home #portraits,
body.page-home #landscapes,
body.page-home #murales,
body.page-home #graphic,
body.page-home #gallery,
body.page-home #live,
body.page-home #contactQuick,
body.page-home #contact {
  background: transparent !important;
}
body.page-home #portraits::after,
body.page-home #landscapes::after,
body.page-home #murales::after,
body.page-home #graphic::after,
body.page-home #live::after {
  display: none !important;
  content: none !important;
}
.section-tone-paesaggi,
.section-tone-murales,
.section-tone-ritratti,
.section-tone-grafica,
.section-tone-gallery,
.section-tone-live,
.section-tone-contact {
  background: transparent !important;
}
.section-tone-paesaggi::before,
.section-tone-murales::before,
.section-tone-ritratti::before,
.section-tone-grafica::before,
.section-tone-gallery::before,
.section-tone-live::before,
.section-tone-contact::before {
  display: none !important;
}
body.page-home .section-portfolio-cta-wrap.section-portfolio-cta-wrap--inside {
  padding-top: 16px;
  padding-bottom: 0;
  background: transparent !important;
}
.section-tone-ritratti .media-card,
.section-tone-ritratti .text-card,
.section-tone-ritratti .portrait-offer-card {
  border-color: rgba(182, 156, 142, 0.42) !important;
  background: rgba(250, 245, 240, 0.98) !important;
}
.section-tone-ritratti .portrait-offer-card:hover {
  border-color: rgba(182, 156, 142, 0.58) !important;
  box-shadow: 0 22px 44px rgba(103, 82, 68, 0.12) !important;
}
.section-tone-ritratti .btn-add-cart,
.section-tone-ritratti .btn-add-portrait,
.section-tone-ritratti .btn-mail,
.section-tone-ritratti .btn-mail-link,
.section-tone-ritratti .slider-btn {
  border-color: rgba(182, 156, 142, 0.42) !important;
  background: linear-gradient(180deg, #fbf5f1 0%, #efe3da 100%) !important;
  color: #6f5b4f !important;
}
.section-tone-ritratti .btn-wa,
.section-tone-ritratti .btn-wa-link,
.section-tone-ritratti .slider-dot.is-active {
  background: linear-gradient(180deg, #b69c8e 0%, #a48779 100%) !important;
  color: #fffaf6 !important;
}
.section-tone-ritratti .portrait-offer-support,
.section-tone-ritratti .portrait-offer-meta,
.section-tone-ritratti .field label {
  color: #6f5b4f !important;
}
.section-tone-paesaggi .media-card,
.section-tone-paesaggi .text-card,
.section-tone-paesaggi .portrait-offer-card {
  border-color: rgba(118, 132, 90, 0.4) !important;
  background: rgba(246, 248, 240, 0.98) !important;
  box-shadow: 0 20px 44px rgba(84, 95, 62, 0.1) !important;
}
.section-tone-paesaggi .portrait-offer-card:hover {
  border-color: rgba(118, 132, 90, 0.56) !important;
  box-shadow: 0 24px 48px rgba(84, 95, 62, 0.14) !important;
}
.section-tone-paesaggi .btn-add-cart,
.section-tone-paesaggi .btn-add-portrait,
.section-tone-paesaggi .btn-mail,
.section-tone-paesaggi .btn-mail-link,
.section-tone-paesaggi .slider-btn {
  border-color: rgba(118, 132, 90, 0.42) !important;
  background: linear-gradient(180deg, #f7f9f1 0%, #e6ead7 100%) !important;
  color: #55623f !important;
}
.section-tone-paesaggi .btn-wa,
.section-tone-paesaggi .btn-wa-link,
.section-tone-paesaggi .slider-dot.is-active {
  background: linear-gradient(180deg, #7a8657 0%, #697549 100%) !important;
  color: #fcfff7 !important;
}
.section-tone-paesaggi .portrait-offer-support,
.section-tone-paesaggi .portrait-offer-meta,
.section-tone-paesaggi .field label,
.section-tone-paesaggi .landscape-placeholder span {
  color: #55623f !important;
}
.section-tone-paesaggi .landscape-placeholder,
.section-tone-paesaggi .portrait-offer-media,
.section-tone-paesaggi .slide-card {
  background: #fbfcf7 !important;
  border-color: rgba(118, 132, 90, 0.28) !important;
}
.section-tone-murales .media-card,
.section-tone-murales .text-card {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: rgba(252, 247, 234, 0.98) !important;
}
.section-tone-murales .btn-mail,
.section-tone-murales .btn-mail-link,
.section-tone-murales .slider-btn {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: linear-gradient(180deg, #fff9ec 0%, #f3e0ae 100%) !important;
  color: #7b5f1d !important;
}
.section-tone-murales .btn-wa,
.section-tone-murales .btn-wa-link,
.section-tone-murales .slider-dot.is-active {
  background: linear-gradient(180deg, #c9a657 0%, #b58f41 100%) !important;
  color: #fffdf7 !important;
}
.section-tone-murales .field label,
.section-tone-murales .text-card p {
  color: #7b5f1d !important;
}
.section-tone-grafica .media-card,
.section-tone-grafica .text-card,
.section-tone-grafica .graphic-feature-card,
.section-tone-grafica .graphic-pairs-item {
  border-color: rgba(120, 63, 79, 0.38) !important;
  background: rgba(250, 243, 245, 0.98) !important;
}
.section-tone-grafica .btn-mail,
.section-tone-grafica .btn-mail-link,
.section-tone-grafica .slider-btn {
  border-color: rgba(120, 63, 79, 0.42) !important;
  background: linear-gradient(180deg, #fdf6f8 0%, #edd9df 100%) !important;
  color: #6a3343 !important;
}
.section-tone-grafica .btn-wa,
.section-tone-grafica .btn-wa-link,
.section-tone-grafica .slider-dot.is-active {
  background: linear-gradient(180deg, #7b3f4f 0%, #693545 100%) !important;
  color: #fffafc !important;
}
.section-tone-grafica .graphic-kicker,
.section-tone-grafica .text-card p {
  color: #6a3343 !important;
}
.section-tone-gallery .shop-card,
.section-tone-gallery .text-card,
.section-tone-gallery .media-card {
  border-color: rgba(111, 129, 147, 0.38) !important;
  background: rgba(244, 247, 249, 0.98) !important;
}
.section-tone-gallery .btn-add-cart,
.section-tone-gallery .slider-btn {
  border-color: rgba(111, 129, 147, 0.42) !important;
  background: linear-gradient(180deg, #f8fbfc 0%, #dfe7eb 100%) !important;
  color: #4f6476 !important;
}
.section-tone-gallery .sold-pill {
  background: rgba(111, 129, 147, 0.14) !important;
  color: #4f6476 !important;
}
.section-tone-live .media-card,
.section-tone-live .text-card {
  border-color: rgba(176, 112, 79, 0.38) !important;
  background: rgba(252, 244, 239, 0.98) !important;
}
.section-tone-live .btn-mail,
.section-tone-live .btn-mail-link,
.section-tone-live .slider-btn {
  border-color: rgba(176, 112, 79, 0.42) !important;
  background: linear-gradient(180deg, #fdf5f0 0%, #ecd4c6 100%) !important;
  color: #8a4f34 !important;
}
.section-tone-live .btn-wa,
.section-tone-live .btn-wa-link,
.section-tone-live .slider-dot.is-active {
  background: linear-gradient(180deg, #b0704f 0%, #985a3d 100%) !important;
  color: #fffaf7 !important;
}
.section-tone-live .text-card p {
  color: #8a4f34 !important;
}
.section-tone-contact .media-card,
.section-tone-contact .text-card,
.section-tone-contact .contact-pill,
.section-tone-contact .platform-pill {
  border-color: rgba(200, 159, 99, 0.42) !important;
  background: rgba(255, 252, 247, 0.93) !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti
  .section-portfolio-cta {
  border-color: rgba(182, 156, 142, 0.42) !important;
  background: linear-gradient(180deg, #fbf5f1 0%, #efe3da 100%) !important;
  color: #6f5b4f !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--paesaggi
  .section-portfolio-cta {
  border-color: rgba(118, 132, 90, 0.42) !important;
  background: linear-gradient(180deg, #f7f9f1 0%, #e6ead7 100%) !important;
  color: #55623f !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--murales
  .section-portfolio-cta {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: linear-gradient(180deg, #fff9ec 0%, #f3e0ae 100%) !important;
  color: #7b5f1d !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--grafica
  .section-portfolio-cta {
  border-color: rgba(120, 63, 79, 0.42) !important;
  background: linear-gradient(180deg, #fdf6f8 0%, #edd9df 100%) !important;
  color: #6a3343 !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live
  .section-portfolio-cta {
  border-color: rgba(176, 112, 79, 0.42) !important;
  background: linear-gradient(180deg, #fdf5f0 0%, #ecd4c6 100%) !important;
  color: #8a4f34 !important;
}
.section-tone-ritratti .media-card,
.section-tone-ritratti .text-card,
.section-tone-ritratti .portrait-offer-card {
  border-color: rgba(138, 106, 82, 0.28) !important;
  background: rgba(247, 241, 235, 0.98) !important;
}
.section-tone-ritratti .portrait-offer-card:hover {
  border-color: rgba(138, 106, 82, 0.42) !important;
  box-shadow: 0 22px 44px rgba(95, 70, 52, 0.12) !important;
}
.section-tone-ritratti .btn-add-cart,
.section-tone-ritratti .btn-add-portrait,
.section-tone-ritratti .btn-mail,
.section-tone-ritratti .btn-mail-link,
.section-tone-ritratti .slider-btn {
  border-color: rgba(138, 106, 82, 0.3) !important;
  background: linear-gradient(180deg, #fbf6f1 0%, #eadbce 100%) !important;
  color: #5f4634 !important;
}
.section-tone-ritratti .btn-wa,
.section-tone-ritratti .btn-wa-link,
.section-tone-ritratti .slider-dot.is-active {
  background: linear-gradient(180deg, #8a6a52 0%, #755741 100%) !important;
  color: #fffaf6 !important;
}
.section-tone-ritratti .portrait-offer-support,
.section-tone-ritratti .portrait-offer-meta,
.section-tone-ritratti .field label {
  color: #5f4634 !important;
}
.section-tone-paesaggi .media-card,
.section-tone-paesaggi .text-card,
.section-tone-paesaggi .portrait-offer-card {
  border-color: rgba(180, 138, 114, 0.28) !important;
  background: rgba(251, 243, 238, 0.98) !important;
  box-shadow: 0 20px 44px rgba(122, 90, 73, 0.1) !important;
}
.section-tone-paesaggi .portrait-offer-card:hover {
  border-color: rgba(180, 138, 114, 0.4) !important;
  box-shadow: 0 24px 48px rgba(122, 90, 73, 0.14) !important;
}
.section-tone-paesaggi .btn-add-cart,
.section-tone-paesaggi .btn-add-portrait,
.section-tone-paesaggi .btn-mail,
.section-tone-paesaggi .btn-mail-link,
.section-tone-paesaggi .slider-btn {
  border-color: rgba(180, 138, 114, 0.3) !important;
  background: linear-gradient(180deg, #fcf6f1 0%, #efdccf 100%) !important;
  color: #7a5a49 !important;
}
.section-tone-paesaggi .btn-wa,
.section-tone-paesaggi .btn-wa-link,
.section-tone-paesaggi .slider-dot.is-active {
  background: linear-gradient(180deg, #b48a72 0%, #9d755f 100%) !important;
  color: #fffaf6 !important;
}
.section-tone-paesaggi .portrait-offer-support,
.section-tone-paesaggi .portrait-offer-meta,
.section-tone-paesaggi .field label,
.section-tone-paesaggi .landscape-placeholder span {
  color: #7a5a49 !important;
}
.section-tone-paesaggi .landscape-placeholder,
.section-tone-paesaggi .portrait-offer-media,
.section-tone-paesaggi .slide-card {
  background: #fdf8f3 !important;
  border-color: rgba(180, 138, 114, 0.22) !important;
}
.section-tone-murales .media-card,
.section-tone-murales .text-card {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: rgba(252, 247, 234, 0.98) !important;
}
.section-tone-murales .btn-mail,
.section-tone-murales .btn-mail-link,
.section-tone-murales .slider-btn {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: linear-gradient(180deg, #fff9ec 0%, #f3e0ae 100%) !important;
  color: #7b5f1d !important;
}
.section-tone-murales .btn-wa,
.section-tone-murales .btn-wa-link,
.section-tone-murales .slider-dot.is-active {
  background: linear-gradient(180deg, #c9a657 0%, #b58f41 100%) !important;
  color: #fffdf7 !important;
}
.section-tone-murales .field label,
.section-tone-murales .text-card p {
  color: #7b5f1d !important;
}
.section-tone-grafica .media-card,
.section-tone-grafica .text-card,
.section-tone-grafica .graphic-feature-card,
.section-tone-grafica .graphic-pairs-item {
  border-color: rgba(154, 102, 95, 0.28) !important;
  background: rgba(251, 241, 240, 0.98) !important;
}
.section-tone-grafica .btn-mail,
.section-tone-grafica .btn-mail-link,
.section-tone-grafica .slider-btn {
  border-color: rgba(154, 102, 95, 0.3) !important;
  background: linear-gradient(180deg, #fdf6f5 0%, #edd8d4 100%) !important;
  color: #6c433d !important;
}
.section-tone-grafica .btn-wa,
.section-tone-grafica .btn-wa-link,
.section-tone-grafica .slider-dot.is-active {
  background: linear-gradient(180deg, #9a665f 0%, #84524b 100%) !important;
  color: #fffaf8 !important;
}
.section-tone-grafica .graphic-kicker,
.section-tone-grafica .text-card p {
  color: #6c433d !important;
}
.section-tone-gallery .shop-card,
.section-tone-gallery .text-card,
.section-tone-gallery .media-card {
  border-color: rgba(154, 132, 110, 0.28) !important;
  background: rgba(250, 245, 238, 0.98) !important;
}
.section-tone-gallery .btn-add-cart,
.section-tone-gallery .slider-btn {
  border-color: rgba(154, 132, 110, 0.3) !important;
  background: linear-gradient(180deg, #fcf8f2 0%, #ece0d3 100%) !important;
  color: #6d5847 !important;
}
.section-tone-gallery .sold-pill {
  background: rgba(154, 132, 110, 0.12) !important;
  color: #6d5847 !important;
}
.section-tone-contact .media-card,
.section-tone-contact .text-card,
.section-tone-contact .contact-pill,
.section-tone-contact .platform-pill {
  border-color: rgba(200, 159, 99, 0.24) !important;
  background: rgba(255, 252, 247, 0.96) !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti
  .section-portfolio-cta {
  border-color: rgba(138, 106, 82, 0.3) !important;
  background: linear-gradient(180deg, #fbf6f1 0%, #eadbce 100%) !important;
  color: #5f4634 !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--paesaggi
  .section-portfolio-cta {
  border-color: rgba(180, 138, 114, 0.3) !important;
  background: linear-gradient(180deg, #fcf6f1 0%, #efdccf 100%) !important;
  color: #7a5a49 !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--murales
  .section-portfolio-cta {
  border-color: rgba(201, 166, 87, 0.42) !important;
  background: linear-gradient(180deg, #fff9ec 0%, #f3e0ae 100%) !important;
  color: #7b5f1d !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--grafica
  .section-portfolio-cta {
  border-color: rgba(154, 102, 95, 0.3) !important;
  background: linear-gradient(180deg, #fdf6f5 0%, #edd8d4 100%) !important;
  color: #6c433d !important;
}
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live
  .section-portfolio-cta {
  border-color: rgba(176, 112, 79, 0.42) !important;
  background: linear-gradient(180deg, #fdf5f0 0%, #ecd4c6 100%) !important;
  color: #8a4f34 !important;
}
body {
  background: #f7f1ea !important;
}
body.page-home #portraits,
body.page-home #landscapes,
body.page-home #murales,
body.page-home #graphic,
body.page-home #gallery,
body.page-home #live,
body.page-home #contactQuick,
body.page-home #contact,
.section-tone-paesaggi,
.section-tone-murales,
.section-tone-ritratti,
.section-tone-grafica,
.section-tone-gallery,
.section-tone-live,
.section-tone-contact {
  background: transparent !important;
}
.section-tone-paesaggi::before,
.section-tone-murales::before,
.section-tone-ritratti::before,
.section-tone-grafica::before,
.section-tone-gallery::before,
.section-tone-live::before,
.section-tone-contact::before {
  display: none !important;
}
.section-tone-ritratti .media-card,
.section-tone-ritratti .text-card,
.section-tone-ritratti .portrait-offer-card,
.section-tone-paesaggi .media-card,
.section-tone-paesaggi .text-card,
.section-tone-paesaggi .portrait-offer-card,
.section-tone-grafica .media-card,
.section-tone-grafica .text-card,
.section-tone-grafica .graphic-feature-card,
.section-tone-grafica .graphic-pairs-item,
.section-tone-murales .media-card,
.section-tone-murales .text-card,
.section-tone-gallery .shop-card,
.section-tone-gallery .text-card,
.section-tone-gallery .media-card,
.section-tone-live .media-card,
.section-tone-live .text-card,
.section-tone-contact .media-card,
.section-tone-contact .text-card,
.section-tone-contact .contact-pill,
.section-tone-contact .platform-pill {
  border-color: rgba(200, 159, 99, 0.42) !important;
  background: rgba(255, 252, 247, 0.93) !important;
  box-shadow: var(--shadow) !important;
}
.section-tone-paesaggi .landscape-placeholder,
.section-tone-paesaggi .portrait-offer-media,
.section-tone-paesaggi .slide-card,
.section-tone-ritratti .portrait-offer-media,
.section-tone-ritratti .slide-card,
.section-tone-murales .slide-card,
.section-tone-live .slide-card,
.section-tone-gallery .shop-card > figure {
  background: #fffdfa !important;
  border-color: rgba(200, 159, 99, 0.24) !important;
}
.section-tone-ritratti .btn-add-cart,
.section-tone-ritratti .btn-add-portrait,
.section-tone-ritratti .btn-mail,
.section-tone-ritratti .btn-mail-link,
.section-tone-ritratti .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti
  .section-portfolio-cta {
  border-color: rgba(138, 106, 82, 0.34) !important;
  background: linear-gradient(180deg, #fbf5f0 0%, #ead9cd 100%) !important;
  color: #6b4f3b !important;
}
.section-tone-ritratti .btn-wa,
.section-tone-ritratti .btn-wa-link,
.section-tone-ritratti .slider-dot.is-active {
  background: linear-gradient(180deg, #8a6a52 0%, #755640 100%) !important;
  color: #fffaf6 !important;
}
.section-tone-paesaggi .btn-add-cart,
.section-tone-paesaggi .btn-add-portrait,
.section-tone-paesaggi .btn-mail,
.section-tone-paesaggi .btn-mail-link,
.section-tone-paesaggi .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--paesaggi
  .section-portfolio-cta {
  border-color: rgba(180, 138, 114, 0.34) !important;
  background: linear-gradient(180deg, #fcf5ef 0%, #efd9cb 100%) !important;
  color: #7a5a49 !important;
}
.section-tone-paesaggi .btn-wa,
.section-tone-paesaggi .btn-wa-link,
.section-tone-paesaggi .slider-dot.is-active {
  background: linear-gradient(180deg, #b48a72 0%, #9f7560 100%) !important;
  color: #fffaf7 !important;
}
.section-tone-paesaggi .portrait-offer-support,
.section-tone-paesaggi .portrait-offer-meta,
.section-tone-paesaggi .field label,
.section-tone-paesaggi .landscape-placeholder span {
  color: #7a5a49 !important;
}
.section-tone-murales .btn-mail,
.section-tone-murales .btn-mail-link,
.section-tone-murales .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--murales
  .section-portfolio-cta {
  border-color: rgba(214, 171, 60, 0.36) !important;
  background: linear-gradient(180deg, #fff7df 0%, #f3dc93 100%) !important;
  color: #816019 !important;
}
.section-tone-murales .btn-wa,
.section-tone-murales .btn-wa-link,
.section-tone-murales .slider-dot.is-active {
  background: linear-gradient(180deg, #d6ab3c 0%, #bd8f23 100%) !important;
  color: #fffdf7 !important;
}
.section-tone-murales .field label,
.section-tone-murales .text-card p {
  color: #7a5a16 !important;
}
.section-tone-grafica .btn-mail,
.section-tone-grafica .btn-mail-link,
.section-tone-grafica .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--grafica
  .section-portfolio-cta {
  border-color: rgba(154, 102, 95, 0.34) !important;
  background: linear-gradient(180deg, #fcf4f2 0%, #ecd1ca 100%) !important;
  color: #714740 !important;
}
.section-tone-grafica .btn-wa,
.section-tone-grafica .btn-wa-link,
.section-tone-grafica .slider-dot.is-active {
  background: linear-gradient(180deg, #9a665f 0%, #83524c 100%) !important;
  color: #fffaf8 !important;
}
.section-tone-grafica .graphic-kicker,
.section-tone-grafica .text-card p {
  color: #714740 !important;
}
.section-tone-gallery .btn-add-cart,
.section-tone-gallery .slider-btn {
  border-color: rgba(154, 132, 110, 0.34) !important;
  background: linear-gradient(180deg, #fbf6ef 0%, #eadfce 100%) !important;
  color: #6d5847 !important;
}
.section-tone-gallery .sold-pill {
  background: rgba(154, 132, 110, 0.14) !important;
  color: #6d5847 !important;
}
.section-tone-live .btn-mail,
.section-tone-live .btn-mail-link,
.section-tone-live .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live
  .section-portfolio-cta {
  border-color: rgba(185, 120, 91, 0.34) !important;
  background: linear-gradient(180deg, #fcf4ef 0%, #ecd0c0 100%) !important;
  color: #7a4b36 !important;
}
.section-tone-live .btn-wa,
.section-tone-live .btn-wa-link,
.section-tone-live .slider-dot.is-active {
  background: linear-gradient(180deg, #b9785b 0%, #9f6248 100%) !important;
  color: #fffaf7 !important;
}
body.page-home .section-portfolio-cta-wrap.section-portfolio-cta-wrap--inside {
  background: transparent !important;
}
body.page-home,
body.cart-page-body,
body.page-portfolio,
body.page-404 {
  background: #f7f1ea !important;
}
.section,
body.page-home .section-portfolio-cta-wrap,
.site-footer {
  background: transparent !important;
}
.section-tone-ritratti .media-card,
.section-tone-ritratti .text-card,
.section-tone-ritratti .portrait-offer-card,
.section-tone-paesaggi .media-card,
.section-tone-paesaggi .text-card,
.section-tone-paesaggi .portrait-offer-card,
.section-tone-grafica .media-card,
.section-tone-grafica .text-card,
.section-tone-grafica .graphic-feature-card,
.section-tone-grafica .graphic-pairs-item,
.section-tone-murales .media-card,
.section-tone-murales .text-card,
.section-tone-gallery .shop-card,
.section-tone-gallery .text-card,
.section-tone-gallery .media-card,
.section-tone-live .media-card,
.section-tone-live .text-card,
.section-tone-contact .media-card,
.section-tone-contact .text-card,
.section-tone-contact .contact-pill,
.section-tone-contact .platform-pill {
  border-color: rgba(200, 159, 99, 0.28) !important;
  background: rgba(255, 253, 250, 0.96) !important;
  box-shadow: var(--shadow) !important;
}
body.page-home .service-card:nth-child(1),
.section-tone-ritratti .btn-add-cart,
.section-tone-ritratti .btn-add-portrait,
.section-tone-ritratti .btn-mail,
.section-tone-ritratti .btn-mail-link,
.section-tone-ritratti .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--ritratti
  .section-portfolio-cta {
  border-color: rgba(138, 106, 82, 0.34) !important;
  background: linear-gradient(180deg, #fbf5f0 0%, #ead9cd 100%) !important;
  color: #6b4f3b !important;
}
body.page-home .service-card:nth-child(1) p,
.section-tone-ritratti .portrait-offer-support,
.section-tone-ritratti .portrait-offer-meta {
  color: #6b4f3b !important;
}
.section-tone-ritratti .btn-wa,
.section-tone-ritratti .btn-wa-link,
.section-tone-ritratti .slider-dot.is-active {
  background: linear-gradient(180deg, #8a6a52 0%, #755640 100%) !important;
  color: #fffaf6 !important;
}
body.page-home .service-card:nth-child(2),
.section-tone-paesaggi .btn-add-cart,
.section-tone-paesaggi .btn-add-portrait,
.section-tone-paesaggi .btn-mail,
.section-tone-paesaggi .btn-mail-link,
.section-tone-paesaggi .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--paesaggi
  .section-portfolio-cta {
  border-color: rgba(180, 138, 114, 0.34) !important;
  background: linear-gradient(180deg, #fcf5ef 0%, #efd9cb 100%) !important;
  color: #7a5a49 !important;
}
body.page-home .service-card:nth-child(2) p,
.section-tone-paesaggi .portrait-offer-support,
.section-tone-paesaggi .portrait-offer-meta,
.section-tone-paesaggi .field label,
.section-tone-paesaggi .landscape-placeholder span {
  color: #7a5a49 !important;
}
.section-tone-paesaggi .btn-wa,
.section-tone-paesaggi .btn-wa-link,
.section-tone-paesaggi .slider-dot.is-active {
  background: linear-gradient(180deg, #b48a72 0%, #9f7560 100%) !important;
  color: #fffaf7 !important;
}
body.page-home .service-card:nth-child(3),
.section-tone-murales .btn-mail,
.section-tone-murales .btn-mail-link,
.section-tone-murales .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--murales
  .section-portfolio-cta {
  border-color: rgba(243, 195, 56, 0.38) !important;
  background: linear-gradient(180deg, #fff6d6 0%, #f3c338 100%) !important;
  color: #7f5d00 !important;
}
body.page-home .service-card:nth-child(3) p,
.section-tone-murales .field label,
.section-tone-murales .text-card p {
  color: #7a5a16 !important;
}
.section-tone-murales .btn-wa,
.section-tone-murales .btn-wa-link,
.section-tone-murales .slider-dot.is-active {
  background: linear-gradient(180deg, #f3c338 0%, #d9a914 100%) !important;
  color: #fffdf7 !important;
}
body.page-home .service-card:nth-child(4),
.section-tone-grafica .btn-mail,
.section-tone-grafica .btn-mail-link,
.section-tone-grafica .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--grafica
  .section-portfolio-cta {
  border-color: rgba(154, 102, 95, 0.34) !important;
  background: linear-gradient(180deg, #fcf4f2 0%, #ecd1ca 100%) !important;
  color: #714740 !important;
}
body.page-home .service-card:nth-child(4) p,
.section-tone-grafica .graphic-kicker,
.section-tone-grafica .text-card p {
  color: #714740 !important;
}
.section-tone-grafica .btn-wa,
.section-tone-grafica .btn-wa-link,
.section-tone-grafica .slider-dot.is-active {
  background: linear-gradient(180deg, #9a665f 0%, #83524c 100%) !important;
  color: #fffaf8 !important;
}
body.page-home .service-card:nth-child(5),
.section-tone-live .btn-mail,
.section-tone-live .btn-mail-link,
.section-tone-live .slider-btn,
body.page-home
  .section-portfolio-cta-wrap.section-portfolio-cta-wrap--live
  .section-portfolio-cta {
  border-color: rgba(185, 120, 91, 0.34) !important;
  background: linear-gradient(180deg, #fcf4ef 0%, #ecd0c0 100%) !important;
  color: #7a4b36 !important;
}
body.page-home .service-card:nth-child(5) p {
  color: #7a4b36 !important;
}
.section-tone-live .btn-wa,
.section-tone-live .btn-wa-link,
.section-tone-live .slider-dot.is-active {
  background: linear-gradient(180deg, #b9785b 0%, #9f6248 100%) !important;
  color: #fffaf7 !important;
}
.section-tone-gallery .btn-add-cart,
.section-tone-gallery .slider-btn {
  border-color: rgba(154, 132, 110, 0.34) !important;
  background: linear-gradient(180deg, #fbf6ef 0%, #eadfce 100%) !important;
  color: #6d5847 !important;
}
.section-price-note {
  margin: 14px 0 0;
  display: grid;
  gap: 4px;
}
.section-price-note p {
  margin: 0;
  color: rgba(77, 57, 39, 0.92);
  font-weight: 600;
}
.section-price-note-compact p:last-child {
  font-weight: 500;
  color: rgba(77, 57, 39, 0.76);
}
@media (min-width: 980px) {
  body.page-home #graphic .section-layout.graphic-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
    gap: 20px !important;
  }
  body.page-home #graphic .text-card,
  body.page-home #live .text-card {
    padding: 22px 24px 24px !important;
  }
  body.page-home #graphic .text-card .section-intro,
  body.page-home #live .text-card .section-intro {
    max-width: none !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 14px !important;
    text-wrap: pretty;
  }
  body.page-home #graphic .section-price-note,
  body.page-home #live .section-price-note {
    margin-top: 18px !important;
    gap: 10px !important;
  }
  body.page-home #graphic .section-price-note p:first-child,
  body.page-home #live .section-price-note p:first-child {
    font-size: 1.18rem !important;
    line-height: 1.1 !important;
    color: var(--ink) !important;
  }
  body.page-home #graphic .section-price-note-compact p:last-child,
  body.page-home #live .section-price-note-compact p:last-child {
    max-width: 28ch;
    line-height: 1.45 !important;
  }
}
.section-head-gallery {
  margin-bottom: 22px;
}
.gallery-title-hand {
  position: relative;
  display: inline-block;
  padding: 0 12px 14px;
}
.gallery-title-hand::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0.78;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 24' preserveAspectRatio='none'%3E%3Cpath d='M6 18c32-6 56-9 82-10 32-1 64 4 96 4 42 0 78-7 130-7' fill='none' stroke='%23b89061' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M10 20c34-5 66-8 104-8 34 0 58 4 92 4 36 0 70-5 104-6' fill='none' stroke='%23d8bc98' stroke-width='3.6' stroke-linecap='round' opacity='.92'/%3E%3C/svg%3E");
}
@media (max-width: 979px) {
  .gallery-title-hand {
    padding: 0 8px 12px;
  }
  .gallery-title-hand::after {
    height: 12px;
  }
  body.page-home #graphic .section-price-note,
  body.page-home #live .section-price-note {
    gap: 8px;
  }
}
body.cart-page-body .cart-card-remodel .cart-item-remodel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-areas: "thumb" "info" !important;
  gap: 14px !important;
  padding: 18px 18px 16px !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb {
  grid-area: thumb !important;
  width: clamp(112px, 34vw, 136px) !important;
  height: clamp(112px, 34vw, 136px) !important;
  max-width: 100% !important;
  border-radius: 20px !important;
  margin: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-info {
  grid-area: info !important;
  display: grid !important;
  gap: 6px !important;
  align-content: start !important;
  width: 100% !important;
}
body.cart-page-body .cart-card-remodel .cart-item-title {
  font-size: clamp(1.34rem, 5.2vw, 1.6rem) !important;
  line-height: 1.12 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-wrap: balance;
}
body.cart-page-body .cart-card-remodel .cart-item-format {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 6px !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price-row {
  margin-top: 2px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-price {
  font-size: clamp(1.34rem, 5vw, 1.6rem) !important;
  line-height: 1.04 !important;
}
body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 2 !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn {
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  border-radius: 999px !important;
  background: rgba(255, 252, 248, 0.96) !important;
  box-shadow: 0 6px 18px rgba(56, 38, 24, 0.08) !important;
}
body.cart-page-body .cart-card-remodel .cart-remove-btn span {
  font-size: 1rem !important;
  line-height: 1 !important;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 118px minmax(0, 1fr) auto !important;
    grid-template-areas: "thumb info remove" !important;
    align-items: center !important;
    gap: 18px !important;
    padding: 18px 20px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 118px !important;
    height: 118px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    gap: 8px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: clamp(1.46rem, 1.7vw, 1.82rem) !important;
    text-wrap: pretty;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    font-size: 1rem !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.5rem, 1.7vw, 1.88rem) !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-area: remove !important;
    position: static !important;
    justify-self: end !important;
    align-self: start !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
  }
}
body.page-home .service-card:nth-child(1),
body.page-home .service-card:nth-child(2),
body.page-home .service-card:nth-child(3),
body.page-home .service-card:nth-child(4),
body.page-home .service-card:nth-child(5) {
  background: rgba(255, 252, 247, 0.95) !important;
  border: 1px solid rgba(200, 159, 99, 0.42) !important;
  color: var(--heading) !important;
  box-shadow: var(--shadow-soft) !important;
}
body.page-home .service-card:nth-child(1) p,
body.page-home .service-card:nth-child(2) p,
body.page-home .service-card:nth-child(3) p,
body.page-home .service-card:nth-child(4) p,
body.page-home .service-card:nth-child(5) p,
body.page-home .service-card:nth-child(1) h3,
body.page-home .service-card:nth-child(2) h3,
body.page-home .service-card:nth-child(3) h3,
body.page-home .service-card:nth-child(4) h3,
body.page-home .service-card:nth-child(5) h3 {
  color: inherit !important;
}
body.cart-page-body .cart-card-remodel .cart-item-thumb,
body.cart-page-body .cart-card-remodel .cart-item-thumb img {
  display: block;
  font-size: 0;
}
body.cart-page-body .cart-card-remodel .cart-item-price-row {
  margin: 0;
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
    gap: 24px !important;
    align-items: start;
  }
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 132px minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: 156px;
    padding: 20px 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 132px !important;
    height: 132px !important;
    border-radius: 20px !important;
    overflow: hidden;
    align-self: center;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    min-width: 0;
    gap: 10px !important;
    align-content: center !important;
    justify-self: stretch;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: clamp(1.28rem, 1.15rem + 0.4vw, 1.52rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100%;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format-label,
  body.cart-page-body .cart-card-remodel .cart-item-format-value {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.5rem, 1.35rem + 0.5vw, 1.85rem) !important;
    line-height: 1 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: auto !important;
    align-self: start !important;
    justify-self: end !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: 0 !important;
    min-width: 28px;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 999px !important;
    font-size: 1.05rem !important;
  }
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    font-size: 0;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title,
  body.cart-page-body .cart-card-remodel .cart-item-format,
  body.cart-page-body .cart-card-remodel .cart-item-price {
    text-align: left !important;
  }
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px) !important;
    gap: 24px !important;
    align-items: stretch !important;
  }
  body.cart-page-body .cart-left-column,
  body.cart-page-body .cart-side-column-remodel {
    align-self: stretch !important;
  }
  body.cart-page-body .cart-side-column-remodel {
    grid-template-rows: 1fr !important;
  }
  body.cart-page-body .cart-summary-card-remodel {
    position: static !important;
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: stretch !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-footer {
    flex: 1 1 auto !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 22px !important;
  }
  body.cart-page-body .cart-summary-card-remodel .cart-summary-rows {
    display: grid !important;
    gap: 14px !important;
  }
  body.cart-page-body .cart-summary-card-remodel .payment-actions {
    margin-top: auto !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    grid-template-columns: 146px minmax(0, 1fr) 22px !important;
    gap: 28px !important;
    align-items: center !important;
    padding: 22px 24px !important;
    min-height: 172px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    width: 146px !important;
    height: 146px !important;
    border-radius: 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    align-content: center !important;
    justify-self: stretch !important;
    gap: 12px !important;
    padding-left: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    font-size: clamp(1.34rem, 1.15rem + 0.42vw, 1.62rem) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: none !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    gap: 6px !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format-label,
  body.cart-page-body .cart-card-remodel .cart-item-format-value {
    overflow: visible !important;
    text-overflow: clip !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    margin-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: clamp(1.46rem, 1.25rem + 0.5vw, 1.82rem) !important;
    line-height: 1 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    align-self: start !important;
    justify-self: end !important;
    min-width: 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    padding: 0 !important;
    border-width: 1px !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn span {
    font-size: 0.9rem !important;
  }
  body.page-home #live .section-price-note,
  body.page-home #live .section-price-note-compact {
    margin-top: 18px !important;
    margin-bottom: 22px !important;
    gap: 10px !important;
  }
}
@media (max-width: 979px) {
  body.page-home #live .section-price-note,
  body.page-home #live .section-price-note-compact {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
  }
}
body.page-home .service-card:nth-child(1),
body.page-home .service-card:nth-child(2),
body.page-home .service-card:nth-child(3),
body.page-home .service-card:nth-child(4),
body.page-home .service-card:nth-child(5) {
  border-color: rgba(195, 152, 96, 0.22) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(252, 247, 241, 0.98) 100%
  ) !important;
  color: var(--ink) !important;
}
body.page-home .service-card:nth-child(1) p,
body.page-home .service-card:nth-child(2) p,
body.page-home .service-card:nth-child(3) p,
body.page-home .service-card:nth-child(4) p,
body.page-home .service-card:nth-child(5) p {
  color: rgba(77, 57, 39, 0.76) !important;
}
body.page-home .service-card p {
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
}
body.page-home .section-price-note-compact {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  gap: 8px !important;
}
body.page-home #live .btn-row,
body.page-home #graphic .btn-row {
  margin-top: 4px !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 18px !important;
    align-items: start !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-top {
    display: contents !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: min(100%, 124px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 auto !important;
    justify-self: center !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 6px !important;
    justify-items: start !important;
    align-content: start !important;
    text-align: left !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 1.28rem !important;
    line-height: 1.14 !important;
    text-align: left !important;
    padding-right: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 4px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 0.98rem !important;
    line-height: 1.35 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format-label,
  body.cart-page-body .cart-card-remodel .cart-item-format-value {
    white-space: normal !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    width: 100% !important;
    display: block !important;
    margin-top: 2px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    font-size: 1.52rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    justify-content: initial !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 18px !important;
  }
}
body.page-home .service-card h3 {
  color: var(--heading) !important;
}
body.page-home .service-card p {
  color: rgba(77, 57, 39, 0.68) !important;
  font-weight: 500 !important;
}
@media (max-width: 979px) {
  body.cart-page-body .cart-card-remodel .cart-item-remodel {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 18px !important;
    min-height: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb {
    order: 1 !important;
    width: min(100%, 164px) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    align-self: center !important;
    justify-self: center !important;
    border-radius: 22px !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-info {
    order: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: center !important;
    padding: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-title {
    width: 100% !important;
    margin: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    font-size: 1.42rem !important;
    line-height: 1.1 !important;
    text-align: center !important;
    padding: 0 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-format-label,
  body.cart-page-body .cart-card-remodel .cart-item-format-value {
    white-space: normal !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price-row {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    text-align: center !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-price {
    display: inline-block !important;
    font-size: 1.72rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }
  body.cart-page-body .cart-card-remodel .cart-item-actions-remodel {
    order: 0 !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border-top: 0 !important;
    z-index: 2 !important;
  }
  body.cart-page-body .cart-card-remodel .cart-remove-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(200, 159, 99, 0.28) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: rgba(77, 57, 39, 0.72) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    box-shadow: 0 8px 18px rgba(77, 57, 39, 0.08) !important;
  }
}
@media (min-width: 720px) {
  body.page-home .portrait-layout > .portrait-form-card {
    height: auto !important;
    align-self: start !important;
  }
}
body.page-home .service-card .mobile-stack-break {
  display: none;
}
@media (max-width: 780px) {
  body.page-home .service-card .mobile-stack-break {
    display: inline;
  }
}
.graphic-pairs-shell {
  display: grid;
  gap: 14px;
}
.graphic-pairs-shell .graphic-pairs-track {
  align-items: stretch;
}
.graphic-pairs-page-quad {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.graphic-side .graphic-pairs-item {
  aspect-ratio: auto;
  min-height: 0;
}
.graphic-side .graphic-pairs-image {
  object-fit: cover !important;
  object-position: center;
  background: transparent;
  padding: 0 !important;
}
.graphic-side .graphic-pairs-image-011 {
  object-position: center 46%;
}
.graphic-side .graphic-pairs-image-012 {
  object-position: center 50%;
}
.section-tone-paesaggi .landscape-offer-card-paper .portrait-offer-media img {
  transform: scale(1.14);
  transform-origin: center;
  object-position: center 54%;
}
.section-tone-paesaggi .landscape-offer-card-canvas .portrait-offer-media img {
  transform: scale(1.18);
  transform-origin: center;
  object-position: center 48%;
}
@media (min-width: 980px) {
  .murales-layout > .text-card {
    order: 1;
  }
  .murales-layout > .media-card {
    order: 2;
  }
  .portrait-layout .portrait-form-card {
    height: auto !important;
    align-self: center;
  }
  .portrait-layout .portrait-form-card .message-form {
    margin-top: 0;
  }
  .portrait-layout .portrait-form-card textarea {
    min-height: 108px;
  }
  .graphic-layout .graphic-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .graphic-layout .graphic-feature-shell,
  .graphic-layout .graphic-side,
  .graphic-layout .graphic-pairs-shell,
  .graphic-layout .graphic-pairs-track,
  .graphic-layout .graphic-pairs-page-quad {
    min-height: 100%;
  }
  .graphic-layout .graphic-pairs-page-quad {
    align-content: stretch;
  }
}
@media (max-width: 979px) {
  .graphic-side .graphic-pairs-page-quad {
    min-height: auto;
  }
}
@media (min-width: 980px) {
  body.cart-page-body .cart-page-grid-minimal {
    align-items: stretch !important;
  }
  body.cart-page-body .cart-page-grid-minimal > .cart-left-column,
  body.cart-page-body .cart-page-grid-minimal > .cart-side-column-remodel {
    align-self: stretch !important;
  }
  body.cart-page-body .cart-page-grid-minimal > .cart-side-column-remodel {
    height: 100% !important;
  }
  body.cart-page-body
    .cart-page-grid-minimal
    > .cart-side-column-remodel
    > .cart-summary-card-remodel {
    position: static !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  body.cart-page-body
    .cart-page-grid-minimal
    > .cart-side-column-remodel
    > .cart-summary-card-remodel
    .cart-footer {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.graphic-pairs-track {
  display: flex !important;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  align-items: stretch;
}
.graphic-pairs-track > .graphic-pairs-page-quad {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 12px;
  align-content: stretch;
  scroll-snap-align: start;
}
.graphic-side .graphic-pairs-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / 0.92;
  background: #fffdfb !important;
}
.graphic-side .graphic-pairs-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fffdfb !important;
  padding: 8px !important;
}
.graphic-side .graphic-pairs-image-003,
.graphic-side .graphic-pairs-image-012 {
  padding: 0 !important;
}
.graphic-side .graphic-pairs-image-011 {
  padding: 4px !important;
}
@media (min-width: 980px) {
  .graphic-side,
  .graphic-pairs-shell {
    height: 100%;
  }
  .graphic-pairs-shell {
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .graphic-pairs-track {
    height: 100%;
  }
  .graphic-pairs-track > .graphic-pairs-page-quad {
    height: 100%;
  }
}
.section-tone-paesaggi .landscape-offer-card-paper .portrait-offer-media img {
  transform: scale(1.32) !important;
  transform-origin: center center !important;
  object-fit: cover !important;
  object-position: center 56% !important;
}
.section-tone-paesaggi .landscape-offer-card-canvas .portrait-offer-media img {
  transform: scale(1.28) !important;
  transform-origin: center center !important;
  object-fit: cover !important;
  object-position: center 48% !important;
}
.graphic-side .graphic-pairs-grid-extended {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  min-width: 0;
}
.graphic-side .graphic-pairs-grid-extended .graphic-pairs-item {
  aspect-ratio: 1;
  min-height: 0;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}
.graphic-side .graphic-pairs-grid-extended .graphic-pairs-image {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  background: transparent !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.graphic-side .graphic-pairs-grid-extended .graphic-pairs-image-011 {
  object-position: center 46% !important;
}
.graphic-side .graphic-pairs-grid-extended .graphic-pairs-image-012 {
  object-position: center 50% !important;
}
@media (min-width: 980px) {
  .graphic-layout .graphic-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
  .graphic-side .graphic-pairs-grid-extended {
    gap: 10px;
  }
  body.page-home #graphic .section-price-note-compact p:last-child {
    max-width: none !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: rgba(77, 57, 39, 0.76) !important;
    white-space: nowrap;
  }
}
@media (max-width: 979px) {
  .graphic-side .graphic-pairs-grid-extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.page-home #graphic .graphic-side {
  display: grid;
  gap: 14px;
  align-content: start;
}
body.page-home #graphic .graphic-pairs-grid-primary {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
body.page-home #graphic .graphic-pairs-grid-primary .graphic-pairs-item,
body.page-home #graphic .graphic-side-carousel-card {
  min-height: 152px;
  border-radius: 22px;
  overflow: hidden;
  background: #f7f1ea;
  border: 1px solid rgba(154, 132, 110, 0.16);
  box-shadow: 0 10px 24px rgba(91, 69, 49, 0.08);
}
body.page-home #graphic .graphic-pairs-grid-primary .graphic-pairs-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 8px;
}
body.page-home #graphic .graphic-pairs-grid-primary .graphic-pairs-image-003 {
  object-fit: cover;
  padding: 0;
}
body.page-home #graphic .graphic-side-carousel {
  display: grid;
  gap: 12px;
}
body.page-home #graphic .graphic-side-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 12px;
}
body.page-home #graphic .graphic-side-carousel-card {
  aspect-ratio: 1 / 0.82;
}
body.page-home #graphic .graphic-side-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  padding: 10px;
}
body.page-home #graphic .graphic-side-carousel-image-009 {
  padding: 8px;
}
body.page-home #graphic .graphic-side-carousel-image-011 {
  object-fit: contain;
  padding: 16px;
}
body.page-home #graphic .graphic-side-carousel-image-012 {
  object-fit: contain;
  padding: 10px;
  background: linear-gradient(180deg, #f7f2ec 0%, #fff 100%);
}
body.page-home #graphic .section-price-note-compact p:last-child {
  max-width: none !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}
@media (min-width: 980px) {
  body.page-home #graphic .section-price-note-compact p:last-child {
    white-space: nowrap;
  }
  body.page-home #graphic .graphic-pairs-grid-primary .graphic-pairs-item,
  body.page-home #graphic .graphic-side-carousel-card {
    min-height: 168px;
  }
}
@media (max-width: 979px) {
  body.page-home #graphic .graphic-pairs-grid-primary .graphic-pairs-item,
  body.page-home #graphic .graphic-side-carousel-card {
    min-height: 132px;
  }
}
body.page-home #graphic .graphic-showcase,
body.page-home #graphic .graphic-side,
body.page-home #graphic .graphic-pairs-grid,
body.page-home #graphic .graphic-pairs-item {
  min-width: 0;
}
body.page-home #graphic .graphic-side {
  width: 100%;
  overflow: hidden;
  display: block !important;
}
body.page-home #graphic .graphic-pairs-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-content: start;
}
body.page-home #graphic .graphic-pairs-item {
  aspect-ratio: 1 / 0.92 !important;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
}
body.page-home #graphic .graphic-pairs-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
  background: transparent !important;
  padding: 0 !important;
}
@media (max-width: 719px) {
  body.page-home #graphic .graphic-pairs-grid {
    gap: 8px !important;
  }
  body.page-home #graphic .graphic-pairs-item {
    aspect-ratio: 1 / 0.96 !important;
  }
}
@media (min-width: 720px) and (max-width: 979px) {
  body.page-home #graphic .graphic-side {
    max-width: 520px;
    margin: 0 auto;
  }
  body.page-home #graphic .graphic-pairs-grid {
    gap: 10px !important;
  }
}
@media (min-width: 980px) {
  body.page-home #graphic .graphic-showcase {
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.74fr) !important;
    gap: 12px !important;
    align-items: start !important;
  }
  body.page-home #graphic .graphic-feature-shell {
    min-width: 0;
  }
  body.page-home #graphic .graphic-side {
    max-width: 360px;
    justify-self: end;
  }
  body.page-home #graphic .graphic-pairs-grid {
    gap: 10px !important;
  }
  body.page-home #graphic .graphic-pairs-item {
    aspect-ratio: 1 / 0.88 !important;
  }
}
body.page-home #graphic .text-card h2 {
  font-family: var(--title-font) !important;
  font-size: clamp(2.02rem, 1.56rem + 0.96vw, 2.62rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.026em !important;
  margin-bottom: 12px !important;
}
body.page-home #graphic .text-card .section-intro {
  max-width: 35ch !important;
  font-size: 1rem !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
  color: rgba(77, 57, 39, 0.84) !important;
  margin-bottom: 0 !important;
}
body.page-home #graphic .section-price-note,
body.page-home #graphic .section-price-note-compact {
  margin-top: 16px !important;
  gap: 6px !important;
}
body.page-home #graphic .section-price-note p:first-child {
  font-family: var(--title-font) !important;
  font-size: clamp(1.26rem, 1.12rem + 0.34vw, 1.46rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.014em !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
body.page-home #graphic .section-price-note-compact p:last-child {
  max-width: none !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  color: rgba(77, 57, 39, 0.8) !important;
}
@media (min-width: 980px) {
  body.page-home #graphic .section-price-note-compact p:last-child {
    white-space: nowrap !important;
  }
}
@media (max-width: 979px) {
  body.page-home #graphic .text-card h2 {
    font-size: clamp(1.86rem, 8vw, 2.24rem) !important;
    margin-bottom: 10px !important;
  }
  body.page-home #graphic .text-card .section-intro {
    max-width: none !important;
  }
  body.page-home #graphic .section-price-note,
  body.page-home #graphic .section-price-note-compact {
    margin-top: 14px !important;
    gap: 5px !important;
  }
  body.page-home #graphic .section-price-note p:first-child {
    font-size: 1.2rem !important;
  }
  body.page-home #graphic .section-price-note-compact p:last-child {
    white-space: normal !important;
  }
}
body.page-home #graphic .section-price-note,
body.page-home #graphic .section-price-note-compact {
  margin-top: 18px !important;
  gap: 8px !important;
}
body.page-home #graphic .section-price-note p:first-child {
  font-family: inherit !important;
  font-size: 1.18rem !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
body.page-home #graphic .section-price-note-compact p:last-child {
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  color: rgba(77, 57, 39, 0.76) !important;
}
@media (max-width: 979px) {
  body.page-home #graphic .section-price-note,
  body.page-home #graphic .section-price-note-compact {
    margin-top: 16px !important;
    gap: 6px !important;
  }
  body.page-home #graphic .section-price-note p:first-child {
    font-size: 1.18rem !important;
  }
}
@media (min-width: 980px) {
  body.page-home .portrait-layout > .portrait-products-card,
  body.page-home .landscape-layout > .portrait-products-card {
    align-self: start;
  }
  body.page-home .portrait-layout > .portrait-form-card,
  body.page-home .landscape-layout > .portrait-form-card {
    height: auto !important;
    align-self: start !important;
    margin-top: clamp(56px, 4.6vw, 74px) !important;
  }
}
.about-press-layout {
  display: grid;
  gap: clamp(18px, 3vw, 26px);
}
.about-press-column {
  min-width: 0;
  display: grid;
  gap: clamp(16px, 2.4vw, 22px);
  align-content: start;
}
.about-copy-card {
  margin: 0;
}
.press-home-section {
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 30px;
  border: 1px solid rgba(200, 159, 99, 0.34);
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.94) 0%,
    rgba(252, 248, 243, 0.88) 100%
  );
  box-shadow: 0 12px 30px rgba(48, 34, 20, 0.045);
}
.press-home-head,
.portfolio-press-head {
  display: grid;
  gap: 6px;
}
.press-home-head h3,
.portfolio-press-head h2 {
  margin: 0;
  font-family: var(--title-font);
  font-size: clamp(1.66rem, 1.1rem + 1.3vw, 2.18rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
}
.press-home-subtitle,
.portfolio-press-intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}
.press-home-grid,
.press-portfolio-grid {
  display: grid;
  gap: 14px;
}
.press-home-grid {
  margin-top: 18px;
}
.press-home-footer {
  margin-top: 18px;
}
.press-card,
.press-portfolio-item {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  border: 1px solid rgba(200, 159, 99, 0.26);
  background: rgba(255, 253, 250, 0.92);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.press-card {
  min-height: 100%;
  padding: 18px 18px 16px;
}
.press-portfolio-item {
  padding: 18px 18px 16px;
  background: rgba(255, 252, 247, 0.72);
}
.press-card:hover,
.press-card:focus-visible,
.press-portfolio-item:hover,
.press-portfolio-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(184, 125, 56, 0.52);
  box-shadow: 0 12px 24px rgba(48, 34, 20, 0.06);
  outline: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.press-card-logo {
  display: flex;
  align-items: center;
  min-height: 32px;
}
.press-card-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 28px;
  object-fit: contain;
}
.press-card-logo-artuu img {
  height: 30px;
}
.press-card-logo-domus img {
  height: 29px;
}
.press-card-logo-corriere img {
  height: 21px;
}
.press-card-logo-sky img {
  height: 31px;
}
.press-card-source,
.press-portfolio-source {
  color: var(--muted-soft);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.press-card-title,
.press-portfolio-title {
  margin: 0;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
.press-card-title {
  font-size: clamp(1rem, 0.92rem + 0.24vw, 1.1rem);
  line-height: 1.16;
}
.press-portfolio-title {
  font-size: clamp(1.08rem, 0.96rem + 0.38vw, 1.24rem);
}
.press-card-link,
.press-portfolio-link,
.press-all-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  color: rgba(58, 44, 27, 0.86);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-bottom: 1px solid rgba(58, 44, 27, 0.18);
  padding-bottom: 1px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    gap 0.2s ease;
}
.press-card-link,
.press-portfolio-link {
  margin-top: auto;
}
.press-card-icon {
  font-size: 0.82em;
  transform: translateY(-0.08em);
  opacity: 0.72;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.press-card:hover .press-card-link,
.press-card:focus-visible .press-card-link,
.press-portfolio-item:hover .press-portfolio-link,
.press-portfolio-item:focus-visible .press-portfolio-link,
.press-all-link:hover,
.press-all-link:focus-visible {
  color: var(--ink);
  border-color: rgba(58, 44, 27, 0.42);
  outline: none;
}
.press-card:hover .press-card-icon,
.press-card:focus-visible .press-card-icon,
.press-portfolio-item:hover .press-card-icon,
.press-portfolio-item:focus-visible .press-card-icon,
.press-all-link:hover .press-card-icon,
.press-all-link:focus-visible .press-card-icon {
  transform: translate(0.06em, -0.1em);
  opacity: 0.95;
}
.press-all-link {
  color: rgba(106, 89, 67, 0.92);
}
.portfolio-press-section {
  padding-top: clamp(30px, 4.4vw, 56px);
}
.portfolio-press-head {
  margin-bottom: 18px;
}
body.page-home .press-home-section,
body.page-portfolio .portfolio-press-section {
  overflow: visible;
}
@media (max-width: 719px) {
  .about-press-layout {
    gap: 16px;
  }
  .press-card-logo img {
    height: 26px;
  }
  .press-card-logo-artuu img {
    height: 28px;
  }
  .press-card-logo-domus img {
    height: 27px;
  }
  .press-card-logo-corriere img {
    height: 19px;
  }
  .press-card-logo-sky img {
    height: 28px;
  }
  .press-card-title {
    font-size: 1.02rem;
  }
  .press-home-section {
    padding: 18px 16px;
  }
  .press-home-grid,
  .press-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .press-card,
  .press-portfolio-item {
    padding: 17px 16px 15px;
    border-radius: 20px;
  }
  .press-card-title,
  .press-portfolio-title {
    text-wrap: pretty;
  }
}
@media (min-width: 720px) {
  .about-press-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }
  .press-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (min-width: 980px) {
  .press-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}
@media (min-width: 980px) {
  .about-press-layout {
    align-items: center;
  }
  .about-visual {
    margin: 0;
    align-self: center;
  }
  .about-press-column {
    align-self: center;
  }
  .contact-grid.contact-grid-single {
    justify-items: center;
  }
  .contact-grid.contact-grid-single > .text-card {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

/* -------------------------------------------------------------------------- */
/* VISUAL LOCK                                                                */
/* Approved responsive refinements for the current live design.               */
/* Keep these values together so future edits do not break the visual system. */
/* -------------------------------------------------------------------------- */

@media (max-width: 719px) {
  body.page-home
    .section-tone-paesaggi
    .landscape-offer-card
    .portrait-offer-media {
    aspect-ratio: 4 / 3.08 !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  body.page-home
    .section-tone-paesaggi
    .landscape-offer-card-paper
    .portrait-offer-media
    img {
    transform: scale(2.28) !important;
    transform-origin: center center !important;
    object-fit: cover !important;
    object-position: 50% 53% !important;
  }

  body.page-home
    .section-tone-paesaggi
    .landscape-offer-card-canvas
    .portrait-offer-media
    img {
    transform: scale(2.34) !important;
    transform-origin: center center !important;
    object-fit: cover !important;
    object-position: 51% 50% !important;
  }

  body.page-home .section-tone-about {
    padding-top: 36px !important;
    padding-bottom: 22px !important;
  }

  body.page-home .about-press-layout {
    gap: 14px !important;
  }

  body.page-home .about-visual {
    padding: 10px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  body.page-home .about-visual img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 963 / 842 !important;
    object-fit: cover !important;
    object-position: 56% 42% !important;
    border-radius: 20px !important;
  }

  body.page-home .about-press-column {
    gap: 14px !important;
  }

  body.page-home .press-home-section {
    padding: 16px 15px !important;
  }

  body.page-home .press-home-head {
    gap: 4px !important;
  }

  body.page-home .press-home-grid {
    margin-top: 14px !important;
    gap: 11px !important;
  }

  body.page-home .press-home-footer {
    margin-top: 14px !important;
  }

  body.page-home .section-tone-contact {
    padding-top: 18px !important;
  }

  body.page-home #contact .contact-grid.contact-grid-single {
    justify-items: center !important;
  }

  body.page-home #contact .contact-grid.contact-grid-single > .text-card {
    width: min(100%, 860px) !important;
    margin-inline: auto !important;
    padding: 18px 16px !important;
  }

  body.page-home #portraitProject.text-card,
  body.page-home #landscapeProject.text-card {
    padding: 22px 18px 18px !important;
  }

  body.page-home #portraitProject.text-card > h2,
  body.page-home #landscapeProject.text-card > h2,
  html[lang="fr"] body.page-home #portraitProject.text-card > h2,
  html[lang="fr"] body.page-home #landscapeProject.text-card > h2,
  html[lang="it"] body.page-home #portraitProject.text-card > h2,
  html[lang="it"] body.page-home #landscapeProject.text-card > h2,
  body.page-home.lang-fr #portraitProject.text-card > h2,
  body.page-home.lang-fr #landscapeProject.text-card > h2,
  body.page-home.lang-it #portraitProject.text-card > h2,
  body.page-home.lang-it #landscapeProject.text-card > h2 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    font-family: var(--title-font) !important;
    font-weight: 600 !important;
    line-height: 0.93 !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
    text-rendering: optimizeLegibility !important;
  }

  html[lang="fr"] body.page-home #portraitProject.text-card > h2,
  body.page-home.lang-fr #portraitProject.text-card > h2 {
    font-size: clamp(2rem, 8.4vw, 2.32rem) !important;
    letter-spacing: -0.034em !important;
  }

  html[lang="fr"] body.page-home #landscapeProject.text-card > h2,
  body.page-home.lang-fr #landscapeProject.text-card > h2 {
    font-size: clamp(1.92rem, 7.9vw, 2.2rem) !important;
    letter-spacing: -0.042em !important;
  }

  html[lang="it"] body.page-home #portraitProject.text-card > h2,
  body.page-home.lang-it #portraitProject.text-card > h2 {
    font-size: clamp(1.96rem, 7.8vw, 2.24rem) !important;
    letter-spacing: -0.04em !important;
  }

  html[lang="it"] body.page-home #landscapeProject.text-card > h2,
  body.page-home.lang-it #landscapeProject.text-card > h2 {
    font-size: clamp(1.86rem, 7.3vw, 2.12rem) !important;
    letter-spacing: -0.046em !important;
  }

  body.page-home #portraitProject .field label,
  body.page-home #landscapeProject .field label,
  body.page-home #portraitProject .section-intro,
  body.page-home #landscapeProject .section-intro {
    font-size: 0.96rem !important;
    line-height: 1.34 !important;
  }

  body.page-home #portraitProject .btn-row,
  body.page-home #landscapeProject .btn-row {
    gap: 9px !important;
    margin-top: 4px !important;
  }

  body.page-home #portraitProject .btn-row .btn,
  body.page-home #landscapeProject .btn-row .btn {
    min-height: 45px !important;
    padding: 11px 14px !important;
    font-size: 0.92rem !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
  }

  body.page-portfolio .portfolio-press-section {
    padding-top: 22px !important;
  }

  body.page-portfolio .portfolio-press-head {
    margin-bottom: 14px !important;
  }

  body.page-portfolio .press-portfolio-grid {
    gap: 10px !important;
  }

  body.page-portfolio .press-portfolio-item {
    gap: 8px !important;
    padding: 16px 15px 14px !important;
  }

  body.page-portfolio .press-portfolio-title {
    font-size: 1.03rem !important;
    line-height: 1.18 !important;
  }

  body.page-portfolio .press-portfolio-link {
    font-size: 0.84rem !important;
  }
}

@media (max-width: 374px) {
  html[lang="fr"] body.page-home #portraitProject.text-card > h2,
  body.page-home.lang-fr #portraitProject.text-card > h2 {
    font-size: 1.88rem !important;
  }

  html[lang="fr"] body.page-home #landscapeProject.text-card > h2,
  body.page-home.lang-fr #landscapeProject.text-card > h2 {
    font-size: 1.78rem !important;
  }

  html[lang="it"] body.page-home #portraitProject.text-card > h2,
  body.page-home.lang-it #portraitProject.text-card > h2 {
    font-size: 1.82rem !important;
  }

  html[lang="it"] body.page-home #landscapeProject.text-card > h2,
  body.page-home.lang-it #landscapeProject.text-card > h2 {
    font-size: 1.72rem !important;
  }
}

@media (min-width: 980px) {
  body.page-home .about-press-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    align-items: stretch !important;
  }

  body.page-home .about-visual {
    margin: 0 !important;
    padding: 18px !important;
    aspect-ratio: auto !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100% !important;
  }

  body.page-home .about-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 54% 42% !important;
    border-radius: 24px !important;
  }

  body.page-home .about-press-column {
    align-self: stretch !important;
    justify-content: center !important;
  }

  body.page-home #portraitProject.text-card > h2,
  body.page-home #landscapeProject.text-card > h2,
  body.page-home #murales .text-card > h2,
  body.page-home #graphic .text-card > h2 {
    font-family: var(--title-font) !important;
    font-size: clamp(1.7rem, 1.45rem + 0.36vw, 1.95rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.018em !important;
    margin: 0 0 12px !important;
  }

  body.page-home #murales .text-card .section-intro,
  body.page-home #graphic .text-card .section-intro {
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
    color: var(--muted) !important;
    max-width: 35ch !important;
    margin-bottom: 14px !important;
  }
}


/* SEO service pages v264 */
body.page-service {
  background: linear-gradient(180deg, #fbf7f1 0%, #f6efe6 100%);
}
.page-service .site-header {
  background: rgba(250, 245, 238, 0.94);
}
.service-hero {
  padding-top: clamp(38px, 8vw, 72px);
}
.service-hero-grid,
.service-grid,
.service-zone-grid,
.service-faq-grid,
.local-hero-grid,
.local-body-grid,
.local-nearby-grid,
.mural-mini-grid,
.service-highlight-list,
.process-grid,
.faq-grid,
.footer-link-grid,
.value-card-grid {
  display: grid;
  gap: 16px;
}
.service-hero-grid,
.local-hero-grid {
  align-items: center;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: var(--muted-soft);
}
.breadcrumbs a {
  color: inherit;
}
.service-kicker,
.local-kicker {
  margin: 0 0 12px;
  color: #9b6c36;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-hero-copy h1,
.local-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  line-height: 0.93;
}
.service-hero-copy .section-intro,
.local-hero-copy .section-intro {
  font-size: 1.03rem;
}
.service-hero-media,
.local-hero-media,
.service-gallery-card,
.mural-mini-card,
.zone-card,
.info-card,
.process-card,
.faq-card,
.local-note-card,
.local-links-card,
.service-form-card,
.local-form-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(200, 159, 99, 0.35);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: var(--shadow-soft);
}
.service-hero-media,
.local-hero-media {
  margin: 0;
  aspect-ratio: 4 / 4.2;
  background: #efe2d2;
}
.service-hero-media img,
.local-hero-media img,
.service-gallery-card img,
.mural-mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-highlight-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-highlight-list li,
.zone-card,
.info-card,
.process-card,
.faq-card,
.local-note-card,
.local-links-card,
.service-form-card,
.local-form-card {
  padding: 18px;
}
.service-highlight-list li {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(200, 159, 99, 0.28);
  font-weight: 600;
}
.value-card-grid,
.process-grid,
.faq-grid,
.local-body-grid,
.local-nearby-grid,
.footer-link-grid {
  grid-template-columns: 1fr;
}
.info-card h2,
.info-card h3,
.process-card h3,
.faq-card h3,
.zone-card h3,
.local-note-card h2,
.local-links-card h2,
.service-form-card h2,
.local-form-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  line-height: 0.98;
}
.zone-card p,
.info-card p,
.process-card p,
.faq-card p,
.local-note-card p,
.local-links-card p,
.service-form-card p,
.local-form-card p {
  margin: 0;
}
.zone-card {
  display: grid;
  gap: 12px;
}
.zone-card a.zone-card-link,
.inline-link-row a {
  font-weight: 700;
  color: #8f5f29;
}
.service-gallery-card,
.mural-mini-card {
  margin: 0;
  aspect-ratio: 1 / 1.08;
  background: #f0e4d8;
}
.service-gallery-card figcaption,
.mural-mini-card figcaption {
  padding: 12px 14px;
  color: var(--muted-soft);
  font-size: 0.9rem;
}
.service-faq-grid,
.service-grid,
.local-body-grid {
  align-items: start;
}
.service-form-card .btn-row,
.local-form-card .btn-row {
  margin-top: 8px;
}
.inline-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.footer-link-grid a {
  color: #8f5f29;
  font-weight: 600;
}
.service-footer-links {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .service-hero-grid,
  .local-hero-grid,
  .service-grid,
  .service-faq-grid,
  .local-body-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 22px;
  }
  .value-card-grid,
  .process-grid,
  .faq-grid,
  .service-zone-grid,
  .mural-mini-grid,
  .footer-link-grid,
  .local-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (min-width: 1080px) {
  .value-card-grid,
  .process-grid,
  .service-zone-grid,
  .mural-mini-grid,
  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* SEO murales expansion v265 */
.service-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(200, 159, 99, 0.28);
  color: #8f5f29;
  font-size: 0.9rem;
  font-weight: 600;
}
.project-link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.project-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(200, 159, 99, 0.35);
  background: rgba(255, 252, 247, 0.96);
  box-shadow: var(--shadow-soft);
}
.project-card-media {
  margin: 0;
  aspect-ratio: 1 / 0.82;
  background: #efe2d2;
}
.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.project-card-body h3 {
  margin: 0;
  font-size: clamp(1.28rem, 2.8vw, 1.55rem);
  line-height: 0.98;
}
.project-card-body p {
  margin: 0;
}
.portfolio-service-cta {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}
.portfolio-service-cta .inline-link-row {
  margin-top: 0;
}
@media (min-width: 768px) {
  .project-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (min-width: 1080px) {
  .project-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


.lang-menu { position: relative; margin-left: auto; margin-right: 12px; }
.lang-menu[open] { z-index: 55; }
.lang-menu-toggle { list-style: none; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(200,159,99,.65); background: rgba(255,251,245,.95); color: var(--ink); border-radius: 999px; padding: 8px 10px; min-width: 56px; justify-content: center; font-size: .78rem; font-weight: 700; line-height: 1; letter-spacing: .04em; cursor: pointer; }
.lang-menu-toggle::-webkit-details-marker { display: none; }
.lang-menu-current { min-width: 20px; text-align: center; }
.lang-menu-chevron { font-size: .7rem; opacity: .72; }
.lang-menu-panel { position: absolute; right: 0; top: calc(100% + 8px); width: min(220px, 74vw); display: grid; gap: 6px; padding: 10px; border-radius: 20px; border: 1px solid rgba(200,159,99,.48); background: rgba(255,251,245,.98); box-shadow: 0 18px 34px rgba(36,28,23,.16); }
.lang-menu-link { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; text-decoration: none; color: var(--ink); background: rgba(255,255,255,.64); border: 1px solid rgba(200,159,99,.32); }
.lang-menu-link.is-active { background: #241c17; color: #fff; border-color: #241c17; }
.lang-menu-code { font-weight: 700; min-width: 22px; letter-spacing: .04em; }
.lang-menu-name { font-size: .84rem; letter-spacing: -.01em; }
@media (max-width: 979px) { .lang-menu { margin-right: 0; order: 2; z-index: 46; } .lang-menu-toggle { min-width: 52px; padding: 8px 9px; } }


/* English layout polish v274 */
body.lang-en.page-home .service-card {
  min-height: 132px;
}
body.lang-en.page-home .service-card h3 {
  line-height: 0.96;
  text-wrap: balance;
}
body.lang-en.page-home .service-card p {
  font-size: 0.98rem;
  line-height: 1.24;
  max-width: 20ch;
  text-wrap: pretty;
}
body.lang-en.page-home .feature-banner-title,
body.lang-en.page-home .contact-pill-title,
body.lang-en.page-home .section-portfolio-cta,
body.lang-en.page-service h1,
body.lang-en.page-service h2,
body.lang-en.page-service h3,
body.lang-en.page-portfolio h1,
body.lang-en.page-portfolio h2,
body.lang-en.page-portfolio h3 {
  text-wrap: balance;
}
body.lang-en.page-service .section-intro,
body.lang-en.page-service p,
body.lang-en.page-portfolio p,
body.lang-en.page-home .section-intro,
body.lang-en.page-home p {
  text-wrap: pretty;
}
body.lang-en.page-service .service-tag {
  font-size: 0.86rem;
  line-height: 1.2;
}
body.lang-en.page-service .service-hero-copy h1,
body.lang-en.page-service .local-hero-copy h1 {
  line-height: 0.96;
  max-width: 12ch;
}
body.lang-en.page-portfolio .portfolio-head p,
body.lang-en.page-portfolio .press-portfolio-title,
body.lang-en.page-portfolio .press-portfolio-link {
  text-wrap: pretty;
}
@media (max-width: 780px) {
  body.lang-en.page-home .service-card {
    min-height: 128px;
    padding: 18px 16px;
  }
  body.lang-en.page-home .service-card h3 {
    font-size: clamp(1.5rem, 6vw, 1.9rem);
  }
  body.lang-en.page-home .service-card p {
    font-size: 0.94rem;
    max-width: 17ch;
  }
  body.lang-en.page-home .feature-banner-title {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
  body.lang-en.page-service .service-hero-copy h1,
  body.lang-en.page-service .local-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.28rem, 10vw, 3.2rem);
  }
  body.lang-en.page-service .service-tag-list {
    gap: 8px;
  }
  body.lang-en.page-service .service-tag {
    font-size: 0.8rem;
    padding: 7px 10px;
  }
}
@media (min-width: 1080px) {
  body.lang-en.page-home .service-card {
    min-height: 138px;
  }
  body.lang-en.page-home .service-card p {
    max-width: 18ch;
  }
}


/* Service page wording + desktop refinement v276 */
.page-service .service-hero-copy,
.page-service .local-hero-copy { min-width: 0; }
.page-service .service-hero-copy .section-intro,
.page-service .local-hero-copy .section-intro,
.page-service .info-card p,
.page-service .faq-card p,
.page-service .process-card p,
.page-service .zone-card p,
.page-service .local-note-card p,
.page-service .local-links-card p,
.page-service .service-form-card p,
.page-service .local-form-card p { text-wrap: pretty; }
.page-service .service-hero-copy h1,
.page-service .local-hero-copy h1 { max-width: 14ch; }
.page-service .service-hero-copy .section-intro,
.page-service .local-hero-copy .section-intro { max-width: 62ch; }
.page-service .service-highlight-list li { line-height: 1.42; }
.page-service .service-tag { line-height: 1.25; }
.page-service .info-card h2,
.page-service .info-card h3,
.page-service .process-card h3,
.page-service .faq-card h3,
.page-service .zone-card h3 { text-wrap: balance; }
@media (min-width: 1080px) {
  .page-service .service-hero-grid,
  .page-service .local-hero-grid { grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr); gap: 30px; }
  .page-service .service-grid,
  .page-service .service-faq-grid,
  .page-service .local-body-grid { grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr); gap: 28px; }
  .page-service .service-hero-media,
  .page-service .local-hero-media { aspect-ratio: 4 / 3.55; }
  .page-service .service-gallery-card,
  .page-service .mural-mini-card { aspect-ratio: 1 / 0.98; }
  .page-service .value-card-grid,
  .page-service .process-grid,
  .page-service .service-zone-grid,
  .page-service .mural-mini-grid,
  .page-service .footer-link-grid,
  .page-service .local-nearby-grid { gap: 20px; }
  .page-service .zone-card,
  .page-service .info-card,
  .page-service .process-card,
  .page-service .faq-card,
  .page-service .local-note-card,
  .page-service .local-links-card,
  .page-service .service-form-card,
  .page-service .local-form-card { padding: 22px; }
}
@media (min-width: 1320px) {
  .page-service .service-hero-grid,
  .page-service .local-hero-grid { gap: 34px; }
  .page-service .service-hero-copy h1,
  .page-service .local-hero-copy h1 { max-width: 13ch; }
  .page-service .service-hero-copy .section-intro,
  .page-service .local-hero-copy .section-intro { max-width: 64ch; }
}
@media (max-width: 979px) {
  .page-service .service-hero-copy h1,
  .page-service .local-hero-copy h1 { max-width: none; }
}


/* Home local SEO anchor v277 */
.seo-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-local-anchor .container {
  display: grid;
}
.home-local-anchor-card {
  gap: 0;
}
.home-local-anchor-copy {
  margin-top: 10px !important;
}
.home-local-anchor-links {
  margin-top: 16px;
}
.home-local-anchor-kicker {
  margin: 0 0 10px;
}
.home-local-anchor-grid {
  margin-top: 18px;
}
.home-local-anchor-mini {
  background: rgba(255, 255, 255, 0.9);
}
.home-local-anchor-mini h3 {
  margin-bottom: 8px;
}
.home-local-anchor-mini .inline-link-row {
  margin-top: 14px;
}
.home-local-anchor-mini .inline-link-row a {
  font-size: 0.97rem;
}
@media (max-width: 767px) {
  .home-local-anchor {
    padding-top: 28px;
  }
  .home-local-anchor .info-card h2 {
    font-size: clamp(1.28rem, 6vw, 1.62rem);
  }
}


/* service pages editorial refresh v280 */
.service-editorial-title {
  font-size: clamp(1.9rem, 4.4vw, 2.95rem);
  line-height: 0.96;
  max-width: 16ch;
}
.service-contact-shell-hero {
  margin-top: 22px;
}
.service-contact-shell-hero h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1;
}
.service-contact-shell-hero p {
  max-width: 64ch;
}
.service-contact-shell-hero .service-contact-form {
  margin-top: 18px;
}

.service-editorial-hero {
  padding-top: clamp(38px, 8vw, 72px);
}
.service-editorial-grid {
  display: grid;
  gap: clamp(24px, 5vw, 42px);
  align-items: start;
}
.service-editorial-copy {
  min-width: 0;
}
.service-editorial-kicker {
  margin: 0 0 12px;
  color: #9b6c36;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-editorial-title {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 5.2vw, 3.55rem);
  line-height: 0.95;
  max-width: 14ch;
}
.service-editorial-lede {
  margin: 0 0 14px;
  font-size: 1.08rem;
  color: var(--text-color, #2d2520);
  max-width: 64ch;
}
.service-editorial-copy p:not(.service-editorial-kicker):not(.service-inline-note) {
  max-width: 68ch;
}
.service-editorial-actions {
  margin-top: 22px;
}
.service-editorial-media {
  margin: 0;
  aspect-ratio: 4 / 4.25;
  border-radius: 28px;
  overflow: hidden;
  background: #efe2d2;
  box-shadow: var(--shadow-soft);
}
.service-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-editorial-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.98;
  max-width: 18ch;
}
.service-editorial-section p {
  max-width: 72ch;
}
.service-contact-shell {
  max-width: 900px;
}
.service-contact-form {
  margin-top: 22px;
  gap: 14px;
}
.service-inline-note {
  margin-top: 14px;
  font-size: 0.96rem;
  color: var(--muted-soft);
}
.service-inline-note a {
  color: #8f5f29;
  font-weight: 600;
}
.service-inline-note-form {
  margin: 2px 0 0;
}
.service-process-flow {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.service-process-step {
  position: relative;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(200, 159, 99, 0.28);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 12px 36px rgba(74, 50, 26, 0.06);
}
.service-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(155, 108, 54, 0.12);
  color: #8f5f29;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.service-process-step h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1;
}
.service-process-step p {
  margin: 0;
}
.service-link-groups {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.service-link-groups p {
  margin: 0;
  max-width: none;
}
.service-link-groups strong {
  display: inline-block;
  margin-bottom: 6px;
}
.service-link-groups a {
  color: #8f5f29;
  font-weight: 600;
}
.service-image-strip {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.service-image-strip-item {
  margin: 0;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border-radius: 24px;
  background: #efe2d2;
}
.service-image-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .service-editorial-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  }
  .service-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .service-process-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .service-process-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 34px;
    right: -12px;
    color: rgba(143, 95, 41, 0.45);
    font-size: 1.2rem;
    font-weight: 700;
  }
  .service-editorial-section h2 {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .service-editorial-title {
    max-width: none;
  }
}

/* Local city and region pages refinement v285 */
.page-local-refined .local-hero-copy h1 {
  font-size: clamp(2.2rem, 5.4vw, 3.7rem);
  line-height: 0.96;
  max-width: 11ch;
}
.page-local-refined .local-hero-copy .section-intro {
  max-width: 64ch;
}
.page-local-refined .hero-direct-contact {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(200, 159, 99, 0.38);
}
.page-local-refined .hero-direct-contact h2 {
  margin: 0;
  font-size: clamp(1.36rem, 3vw, 1.72rem);
  line-height: 0.98;
}
.page-local-refined .hero-direct-contact p {
  margin: 0;
  max-width: 58ch;
}
.page-local-refined .hero-direct-contact .message-form {
  margin-top: 4px;
}
.page-local-refined .hero-direct-contact .inline-link-row {
  margin-top: 0;
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card,
.page-local-refined .local-process-flow {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .local-process-flow {
  display: grid;
  gap: 10px;
}
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .info-card h2,
.page-local-refined .info-card h3,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .local-process-flow h2 {
  margin: 0;
}
.page-local-refined .service-highlight-list li {
  padding: 0 0 0 18px;
  border: none;
  background: transparent;
  border-radius: 0;
  position: relative;
  font-weight: 500;
}
.page-local-refined .service-highlight-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(143, 95, 41, 0.8);
  position: absolute;
  left: 0;
  top: 0.62em;
}
.page-local-refined .local-body-grid,
.page-local-refined .service-faq-grid {
  grid-template-columns: 1fr;
  gap: 42px;
}
.page-local-refined .value-card-grid,
.page-local-refined .faq-grid,
.page-local-refined .project-link-grid,
.page-local-refined .local-nearby-grid,
.page-local-refined .mural-mini-grid {
  grid-template-columns: 1fr;
  gap: 34px;
}
.page-local-refined .mural-mini-card,
.page-local-refined .project-card-media {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.page-local-refined .mural-mini-card img,
.page-local-refined .project-card-media img {
  border-radius: 24px;
  overflow: hidden;
}
.page-local-refined .project-card-body {
  padding: 0;
  margin-top: 12px;
}
.page-local-refined .project-card-body h3,
.page-local-refined .project-card-body p {
  max-width: 40rem;
}
.page-local-refined .faq-card,
.page-local-refined .zone-card {
  padding-top: 14px;
  border-top: 1px solid rgba(200, 159, 99, 0.34);
}
.page-local-refined .local-process-flow {
  display: grid;
  gap: 18px;
}
.page-local-refined .local-process-flow .section-intro {
  max-width: 60ch;
}
.page-local-refined .process-steps-inline {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.page-local-refined .process-step {
  position: relative;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(200, 159, 99, 0.28);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 12px 36px rgba(74, 50, 26, 0.06);
}
.page-local-refined .process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(155, 108, 54, 0.12);
  color: #8f5f29;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-local-refined .process-step h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1;
}
.page-local-refined .process-step p {
  margin: 0;
  max-width: 34ch;
}
.page-local-refined .section.section-tone-murales,
.page-local-refined .section.section-tone-contact,
.page-local-refined .section.section-tone-about {
  background: transparent;
}
.page-local-refined .inline-link-row a,
.page-local-refined .zone-card a.zone-card-link {
  text-decoration: none;
}
.page-local-refined .local-nearby-grid .zone-card,
.page-local-refined .faq-grid .faq-card {
  gap: 8px;
}
@media (min-width: 900px) {
  .page-local-refined .process-steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
  .page-local-refined .project-link-grid,
  .page-local-refined .local-nearby-grid,
  .page-local-refined .mural-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
  }
}
@media (min-width: 1180px) {
  .page-local-refined .local-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    gap: 38px;
  }
  .page-local-refined .project-link-grid,
  .page-local-refined .local-nearby-grid,
  .page-local-refined .mural-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Process arrows refinement v287 */
@media (max-width: 1099px) {
  .service-process-step:not(:last-child)::after {
    content: '↓';
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    color: rgba(143, 95, 41, 0.45);
    font-size: 1.02rem;
    font-weight: 700;
  }
}
@media (max-width: 1179px) {
  .page-local-refined .process-step:not(:last-child)::after {
    content: '↓';
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    color: rgba(143, 95, 41, 0.45);
    font-size: 1.02rem;
    font-weight: 700;
  }
}
@media (min-width: 1180px) {
  .page-local-refined .process-steps-inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-local-refined .process-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    top: 34px;
    right: -14px;
    color: rgba(143, 95, 41, 0.45);
    font-size: 1.2rem;
    font-weight: 700;
  }
}


/* v289 refinements for service, city, and region pages */
.page-service-refined .section {
  padding-block: clamp(42px, 7vw, 88px);
}
.page-service-refined .service-editorial-hero,
.page-service-refined .service-hero {
  padding-top: clamp(34px, 7vw, 76px);
}
.page-service-refined .service-editorial-grid,
.page-service-refined .service-hero-grid,
.page-service-refined .local-hero-grid,
.page-service-refined .service-faq-grid,
.page-service-refined .local-body-grid {
  gap: clamp(26px, 4vw, 54px);
}
.page-service-refined .service-editorial-kicker,
.page-service-refined .service-kicker,
.page-service-refined .local-kicker {
  margin: 0 0 14px;
  color: rgba(143, 95, 41, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-service-refined .service-editorial-title,
.page-service-refined .service-hero-copy h1,
.page-service-refined .local-hero-copy h1 {
  margin: 0 0 18px;
  max-width: none;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  letter-spacing: -0.045em;
}
.page-service-refined .service-editorial-title {
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 0.96;
}
.page-service-refined .service-hero-copy h1,
.page-service-refined .local-hero-copy h1 {
  font-size: clamp(2.05rem, 5vw, 3.95rem);
  line-height: 0.96;
}
.page-service-refined .service-editorial-copy .section-intro,
.page-service-refined .service-hero-copy .section-intro,
.page-service-refined .local-hero-copy .section-intro,
.page-service-refined .local-note-card p,
.page-service-refined .info-card p,
.page-service-refined .faq-card p,
.page-service-refined .zone-card p,
.page-service-refined .project-card-body p {
  max-width: 66ch;
  font-size: 1.04rem;
  line-height: 1.62;
}
.page-service-refined .service-contact-shell-hero,
.page-service-refined .hero-direct-contact {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(200, 159, 99, 0.34);
}
.page-service-refined .service-contact-shell-hero h2,
.page-service-refined .hero-direct-contact h2,
.page-service-refined .service-editorial-section h2,
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2,
.page-service-refined .local-process-flow h2 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.page-service-refined .service-editorial-section h2,
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2 {
  max-width: 22ch;
}
.page-service-refined .info-card,
.page-service-refined .zone-card,
.page-service-refined .faq-card,
.page-service-refined .local-note-card,
.page-service-refined .local-links-card,
.page-service-refined .project-card,
.page-service-refined .service-gallery-card,
.page-service-refined .mural-mini-card,
.page-service-refined .service-form-card,
.page-service-refined .local-form-card {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}
.page-service-refined .value-card-grid,
.page-service-refined .faq-grid,
.page-service-refined .project-link-grid,
.page-service-refined .local-nearby-grid,
.page-service-refined .mural-mini-grid {
  gap: clamp(24px, 4vw, 40px);
}
.page-service-refined .value-card-grid .info-card,
.page-service-refined .faq-grid .faq-card,
.page-service-refined .local-nearby-grid .zone-card,
.page-service-refined .project-link-grid .project-card {
  padding-top: 18px;
  border-top: 1px solid rgba(200, 159, 99, 0.32);
}
.page-service-refined .project-card-media,
.page-service-refined .mural-mini-card,
.page-service-refined .service-gallery-card {
  background: transparent;
  aspect-ratio: auto;
}
.page-service-refined .project-card-media img,
.page-service-refined .mural-mini-card img,
.page-service-refined .service-gallery-card img,
.page-service-refined .local-hero-media img,
.page-service-refined .service-editorial-media img,
.page-service-refined .service-hero-media img {
  border-radius: 26px;
}
.page-service-refined .project-card-body {
  padding: 0;
  margin-top: 14px;
  gap: 12px;
}
.page-service-refined .project-card-body h3,
.page-service-refined .faq-card h3,
.page-service-refined .zone-card h3,
.page-service-refined .info-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.06;
  text-wrap: balance;
}
.page-service-refined .service-highlight-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}
.page-service-refined .service-highlight-list li {
  padding: 0 0 0 18px;
  border: none;
  background: transparent;
  border-radius: 0;
  position: relative;
  font-weight: 500;
}
.page-service-refined .service-highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(143, 95, 41, 0.82);
}
.page-service-refined .inline-link-row {
  gap: 14px;
  margin-top: 14px;
}
.page-service-refined .inline-link-row a,
.page-service-refined .zone-card a.zone-card-link,
.page-service-refined .project-card a.zone-card-link,
.page-service-refined .service-link-groups a {
  color: #8f5f29;
  font-weight: 650;
  text-decoration: none;
}
.page-service-refined .inline-link-row a:hover,
.page-service-refined .zone-card a.zone-card-link:hover,
.page-service-refined .project-card a.zone-card-link:hover,
.page-service-refined .service-link-groups a:hover {
  color: #6f471e;
}
.page-service-refined .service-process-flow,
.page-service-refined .local-process-flow {
  gap: 20px;
}
.page-service-refined .service-process-step,
.page-service-refined .process-step {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(200, 159, 99, 0.28);
  background: linear-gradient(180deg, rgba(255,252,247,0.96), rgba(255,249,243,0.84));
  box-shadow: 0 16px 42px rgba(74,50,26,0.06);
}
.page-service-refined .service-process-number,
.page-service-refined .process-step-number {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
}
.page-service-refined .service-process-step h3,
.page-service-refined .process-step h3 {
  margin: 0 0 10px;
  font-size: clamp(1.18rem, 2.3vw, 1.42rem);
  line-height: 1.06;
}
.page-service-refined .service-process-step p,
.page-service-refined .process-step p {
  margin: 0;
  max-width: 34ch;
  line-height: 1.55;
}
.page-service-refined .service-process-step::after,
.page-service-refined .process-step::after {
  content: '→';
  position: absolute;
  right: -14px;
  top: 34px;
  color: rgba(143,95,41,0.42);
  font-size: 1.2rem;
  font-weight: 700;
}
.page-service-refined .service-process-step:last-child::after,
.page-service-refined .process-step:last-child::after {
  content: none;
}
@media (min-width: 768px) {
  .page-service-refined .service-editorial-grid,
  .page-service-refined .service-hero-grid,
  .page-service-refined .local-hero-grid,
  .page-service-refined .service-faq-grid,
  .page-service-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  }
  .page-service-refined .value-card-grid,
  .page-service-refined .faq-grid,
  .page-service-refined .project-link-grid,
  .page-service-refined .local-nearby-grid,
  .page-service-refined .mural-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-service-refined .service-process-flow,
  .page-service-refined .process-steps-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .page-service-refined .service-editorial-grid,
  .page-service-refined .service-hero-grid,
  .page-service-refined .local-hero-grid {
    grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
  }
  .page-service-refined .service-process-flow,
  .page-service-refined .process-steps-inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-service-refined .service-editorial-title,
  .page-service-refined .service-hero-copy h1,
  .page-service-refined .local-hero-copy h1 {
    font-size: clamp(1.9rem, 9vw, 2.9rem);
  }
  .page-service-refined .service-process-step::after,
  .page-service-refined .process-step::after {
    content: '↓';
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    transform: translateX(-50%);
    color: rgba(143,95,41,0.46);
  }
  .page-service-refined .service-process-step:last-child::after,
  .page-service-refined .process-step:last-child::after {
    content: none;
  }
}

/* v290 desktop polish for local and region pages */
.page-service-refined .local-note-card,
.page-service-refined .local-links-card,
.page-service-refined .info-card,
.page-service-refined .local-process-flow {
  padding-top: 18px;
  border-top: 1px solid rgba(200, 159, 99, 0.28);
}
.page-service-refined .local-note-card p,
.page-service-refined .local-links-card p,
.page-service-refined .info-card p,
.page-service-refined .faq-card p,
.page-service-refined .zone-card p,
.page-service-refined .project-card-body p {
  max-width: 60ch;
}
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2,
.page-service-refined .local-process-flow h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.02;
  max-width: 16ch;
}
.page-service-refined .faq-card h3,
.page-service-refined .zone-card h3,
.page-service-refined .project-card-body h3,
.page-service-refined .info-card h3 {
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  line-height: 1.08;
  max-width: 18ch;
}
.page-service-refined .local-body-grid {
  align-items: start;
}
.page-service-refined .local-links-card .service-highlight-list {
  max-width: 30rem;
}
.page-service-refined .service-highlight-list li {
  font-size: 1rem;
  line-height: 1.55;
}
.page-service-refined .hero-direct-contact {
  max-width: 54rem;
}
.page-service-refined .hero-direct-contact .section-intro {
  max-width: 44ch;
}
.page-service-refined .local-hero-copy h1 {
  max-width: 12ch;
}
.page-service-refined .service-faq-grid {
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 42px);
}
.page-service-refined .service-faq-grid > :last-child {
  display: grid;
  gap: 18px;
}
.page-service-refined .faq-grid {
  grid-template-columns: 1fr;
  gap: clamp(18px, 2vw, 24px);
}
.page-service-refined .process-steps-inline,
.page-service-refined .service-process-flow {
  gap: clamp(18px, 2vw, 24px);
}
.page-service-refined .process-step,
.page-service-refined .service-process-step {
  min-height: 100%;
}
@media (min-width: 900px) {
  .page-service-refined .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1180px) {
  .page-service-refined .local-hero-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.58fr);
    gap: clamp(30px, 4vw, 54px);
  }
  .page-service-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
    gap: clamp(28px, 4vw, 46px);
  }
  .page-service-refined .service-faq-grid {
    gap: clamp(32px, 4vw, 48px);
  }
  .page-service-refined .process-steps-inline,
  .page-service-refined .service-process-flow {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
  .page-service-refined .process-step,
  .page-service-refined .service-process-step {
    padding: 24px 24px 26px;
  }
}
@media (max-width: 767px) {
  .page-service-refined .local-note-card,
  .page-service-refined .local-links-card,
  .page-service-refined .info-card,
  .page-service-refined .local-process-flow {
    padding-top: 14px;
  }
  .page-service-refined .local-note-card h2,
  .page-service-refined .local-links-card h2,
  .page-service-refined .info-card h2,
  .page-service-refined .local-process-flow h2 {
    max-width: none;
  }
}

/* v291 heading hierarchy and desktop editorial balance for local and region pages */
.page-local-refined .local-hero-copy h1 {
  font-size: clamp(2rem, 4.3vw, 3.45rem);
  line-height: 0.98;
  max-width: 13ch;
  text-wrap: balance;
}
.page-local-refined .hero-direct-contact h2,
.page-local-refined .local-process-flow h2,
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .info-card > h2 {
  font-size: clamp(1.22rem, 1.95vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
  max-width: none;
  text-wrap: balance;
}
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-local-refined .info-card h3 {
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.14;
  max-width: 22ch;
}
.page-local-refined .local-note-card p,
.page-local-refined .local-links-card p,
.page-local-refined .info-card p,
.page-local-refined .faq-card p,
.page-local-refined .zone-card p,
.page-local-refined .project-card-body p {
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.64;
}
.page-local-refined .service-faq-grid,
.page-local-refined .local-body-grid {
  align-items: start;
}
.page-local-refined .local-process-flow,
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card-body {
  gap: 12px;
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .local-process-flow,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card {
  padding-top: 14px;
  border-top: 1px solid rgba(200, 159, 99, 0.24);
}
.page-local-refined .local-process-flow {
  padding-top: 0;
  border-top: none;
}
.page-local-refined .inline-link-row {
  margin-top: 12px;
  gap: 12px 18px;
}
.page-local-refined .service-highlight-list {
  gap: 12px;
}
.page-local-refined .service-highlight-list li {
  font-size: 1rem;
  line-height: 1.56;
}
.page-local-refined .value-card-grid,
.page-local-refined .faq-grid,
.page-local-refined .project-link-grid,
.page-local-refined .local-nearby-grid,
.page-local-refined .mural-mini-grid {
  row-gap: 26px;
}
@media (min-width: 900px) {
  .page-local-refined .service-faq-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .page-local-refined .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }
  .page-local-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    column-gap: clamp(38px, 5vw, 86px);
  }
}
@media (min-width: 1180px) {
  .page-local-refined .local-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 52px;
  }
  .page-local-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  }
  .page-local-refined .value-card-grid,
  .page-local-refined .project-link-grid,
  .page-local-refined .local-nearby-grid,
  .page-local-refined .mural-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .page-local-refined .hero-direct-contact h2,
  .page-local-refined .local-process-flow h2,
  .page-local-refined .local-note-card h2,
  .page-local-refined .local-links-card h2,
  .page-local-refined .info-card > h2 {
    font-size: clamp(1.24rem, 7vw, 1.62rem);
    max-width: 12ch;
  }
  .page-local-refined .faq-card h3,
  .page-local-refined .zone-card h3,
  .page-local-refined .project-card-body h3,
  .page-local-refined .info-card h3 {
    max-width: 18ch;
  }
}

/* v292 artistic local pages after process */
.page-local-refined .section-tone-murales,
.page-local-refined .section-tone-contact {
  background: linear-gradient(180deg, rgba(250,245,238,0.72) 0%, rgba(250,245,238,0.34) 100%);
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.page-local-refined .local-body-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: clamp(28px, 4vw, 64px);
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card {
  padding-top: 0;
}
.page-local-refined .local-note-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 14px;
}
.page-local-refined .local-note-card h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 14ch;
}
.page-local-refined .local-note-card p {
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  line-height: 1.6;
  max-width: 44ch;
}
.page-local-refined .local-links-card {
  align-self: start;
  padding-top: 6px;
}
.page-local-refined .local-links-card h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  max-width: 15ch;
}
.page-local-refined .service-highlight-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 14px;
}
.page-local-refined .service-highlight-list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.02rem;
  line-height: 1.6;
}
.page-local-refined .service-highlight-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(186, 130, 59, 0.86);
}
.page-local-refined .local-gallery-strip {
  grid-column: 1 / -1;
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
  gap: 18px;
  align-items: start;
}
.page-local-refined .mural-mini-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(200,159,99,0.18);
}
.page-local-refined .mural-mini-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.page-local-refined .local-gallery-strip .mural-mini-card:first-child {
  grid-row: 1 / span 2;
}
.page-local-refined .local-gallery-strip .mural-mini-card:first-child img {
  aspect-ratio: 4 / 4.8;
}
.page-local-refined .mural-mini-card figcaption {
  padding: 12px 14px 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-soft);
}
.page-local-refined .section + .section {
  padding-top: clamp(34px, 5vw, 74px);
}
.page-local-refined .editorial-notes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 30px;
}
.page-local-refined .editorial-notes-grid .info-card {
  border-top: 1px solid rgba(200,159,99,0.22);
  padding-top: 16px;
}
.page-local-refined .editorial-notes-grid .info-card h3 {
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  max-width: 18ch;
  line-height: 1.15;
}
.page-local-refined .editorial-notes-grid .info-card p {
  max-width: 34ch;
}
.page-local-refined .service-faq-grid {
  grid-template-columns: 1fr;
  gap: 46px;
}
.page-local-refined .service-faq-grid > :last-child {
  max-width: none;
}
.page-local-refined .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}
.page-local-refined .faq-card {
  border-top: 1px solid rgba(200,159,99,0.22);
  padding-top: 16px;
}
.page-local-refined .faq-card h3 {
  max-width: 28ch;
  font-size: clamp(1.08rem, 1.38vw, 1.28rem);
  line-height: 1.16;
}
.page-local-refined .project-link-list,
.page-local-refined .nearby-link-list {
  gap: 18px 30px;
}
.page-local-refined .project-link-list .project-card,
.page-local-refined .nearby-link-list .zone-card {
  display: grid;
  gap: 12px;
  align-content: start;
  border-top: 1px solid rgba(200,159,99,0.22);
  padding-top: 16px;
}
.page-local-refined .project-link-list .project-card {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
}
.page-local-refined .project-link-list .project-card-media {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 2px;
}
.page-local-refined .project-link-list .project-card-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.page-local-refined .project-link-list .project-card-body {
  padding: 0;
}
.page-local-refined .project-link-list .project-card-body h3,
.page-local-refined .nearby-link-list .zone-card h3 {
  font-size: clamp(1.06rem, 1.34vw, 1.24rem);
  line-height: 1.16;
  max-width: 24ch;
}
.page-local-refined .project-link-list .project-card-body p,
.page-local-refined .nearby-link-list .zone-card p {
  max-width: 36ch;
  color: var(--text-soft);
}
.page-local-refined .nearby-link-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-local-refined .zone-card a.zone-card-link,
.page-local-refined .project-card a.zone-card-link {
  width: fit-content;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--accent-strong);
  box-shadow: none;
  font-weight: 600;
}
.page-local-refined .zone-card a.zone-card-link:hover,
.page-local-refined .project-card a.zone-card-link:hover {
  color: var(--text);
  transform: none;
}
.page-local-refined .section-tone-contact .info-card,
.page-local-refined .section .info-card:first-child {
  margin-bottom: 8px !important;
}
.page-local-refined .section .info-card > h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.04;
  max-width: 16ch;
}
.page-local-refined .section .info-card > p {
  max-width: 52ch;
}
@media (max-width: 1023px) {
  .page-local-refined .local-gallery-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-local-refined .local-gallery-strip .mural-mini-card:first-child {
    grid-row: auto;
  }
  .page-local-refined .project-link-list .project-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .page-local-refined .local-note-card h2 {
    max-width: 10ch;
    font-size: clamp(1.55rem, 10vw, 2.15rem);
  }
  .page-local-refined .local-note-card p {
    font-size: 1.02rem;
    max-width: none;
  }
  .page-local-refined .local-links-card h2,
  .page-local-refined .section .info-card > h2 {
    max-width: 12ch;
    font-size: clamp(1.28rem, 8vw, 1.72rem);
  }
  .page-local-refined .faq-grid,
  .page-local-refined .editorial-notes-grid,
  .page-local-refined .nearby-link-list {
    grid-template-columns: 1fr;
  }
  .page-local-refined .project-link-list {
    grid-template-columns: 1fr;
  }
  .page-local-refined .project-link-list .project-card {
    grid-template-columns: 78px minmax(0, 1fr);
  }
  .page-local-refined .local-gallery-strip {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .page-local-refined .local-gallery-strip .mural-mini-card:first-child {
    grid-column: 1 / -1;
  }
  .page-local-refined .mural-mini-card figcaption {
    padding: 10px 12px 12px;
    font-size: 0.88rem;
  }
}

/* v293 mobile-first local pages and softer scrolling rhythm */
.page-local-refined .section {
  position: relative;
}
.page-local-refined .section-tone-murales {
  background: linear-gradient(180deg, rgba(251,247,241,0.88) 0%, rgba(247,240,231,0.62) 100%);
}
.page-local-refined .section-tone-contact {
  background: linear-gradient(180deg, rgba(255,251,246,0.9) 0%, rgba(250,244,237,0.7) 100%);
}
.page-local-refined .section-tone-about {
  background: linear-gradient(180deg, rgba(250,246,240,0.82) 0%, rgba(255,252,248,0.58) 100%);
}
.page-local-refined .section + .section {
  border-top: 1px solid rgba(200,159,99,0.14);
}
.page-local-refined .local-body-grid,
.page-local-refined .service-faq-grid,
.page-local-refined .project-link-list,
.page-local-refined .nearby-link-list,
.page-local-refined .editorial-notes-grid,
.page-local-refined .faq-grid {
  grid-template-columns: 1fr;
}
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card {
  min-width: 0;
}
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .section .info-card > h2,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-local-refined .info-card h3 {
  max-width: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}
.page-local-refined .local-note-card h2 {
  font-size: clamp(1.6rem, 6.8vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.page-local-refined .local-links-card h2,
.page-local-refined .section .info-card > h2 {
  font-size: clamp(1.3rem, 5.8vw, 1.72rem);
  line-height: 1.08;
}
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-local-refined .info-card h3 {
  font-size: clamp(1.02rem, 4.8vw, 1.18rem);
  line-height: 1.18;
}
.page-local-refined .local-note-card p,
.page-local-refined .local-links-card p,
.page-local-refined .info-card p,
.page-local-refined .faq-card p,
.page-local-refined .zone-card p,
.page-local-refined .project-card-body p {
  max-width: none;
}
.page-local-refined .local-body-grid {
  gap: 34px;
}
.page-local-refined .local-gallery-strip {
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-local-refined .local-hero-grid,
  .page-local-refined .local-body-grid,
  .page-local-refined .service-faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .page-local-refined .local-note-card h2 {
    font-size: clamp(1.8rem, 4.6vw, 2.4rem);
  }
  .page-local-refined .local-links-card h2,
  .page-local-refined .section .info-card > h2 {
    font-size: clamp(1.42rem, 3.8vw, 1.9rem);
  }
}
@media (min-width: 1024px) {
  .page-local-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: clamp(34px, 4vw, 62px);
  }
  .page-local-refined .editorial-notes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-local-refined .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-local-refined .nearby-link-list,
  .page-local-refined .project-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .page-local-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
  }
}

/* v294 mobile-first repair for local editorial sections */
@media (max-width: 899px) {
  .page-local-refined .section-tone-murales,
  .page-local-refined .section-tone-contact,
  .page-local-refined .section-tone-about {
    background: linear-gradient(180deg, rgba(252,248,243,0.94) 0%, rgba(248,242,235,0.86) 100%);
  }
  .page-local-refined .local-body-grid,
  .page-local-refined .service-faq-grid,
  .page-local-refined .project-link-list,
  .page-local-refined .nearby-link-list,
  .page-local-refined .editorial-notes-grid,
  .page-local-refined .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .page-local-refined .local-note-card,
  .page-local-refined .local-links-card,
  .page-local-refined .info-card,
  .page-local-refined .faq-card,
  .page-local-refined .zone-card,
  .page-local-refined .project-card {
    width: 100%;
    max-width: none;
  }
  .page-local-refined .local-note-card h2 {
    font-size: clamp(1.56rem, 8.6vw, 2.24rem) !important;
    line-height: 1.02 !important;
    max-width: none !important;
    text-wrap: pretty;
  }
  .page-local-refined .local-links-card h2,
  .page-local-refined .section .info-card > h2,
  .page-local-refined .hero-direct-contact h2,
  .page-local-refined .local-process-flow h2 {
    font-size: clamp(1.24rem, 7.2vw, 1.68rem) !important;
    line-height: 1.08 !important;
    max-width: none !important;
    text-wrap: pretty;
  }
  .page-local-refined .faq-card h3,
  .page-local-refined .zone-card h3,
  .page-local-refined .project-card-body h3,
  .page-local-refined .info-card h3 {
    font-size: clamp(1.04rem, 5.2vw, 1.18rem) !important;
    max-width: none !important;
    text-wrap: pretty;
  }
  .page-local-refined .local-note-card p,
  .page-local-refined .local-links-card p,
  .page-local-refined .info-card p,
  .page-local-refined .faq-card p,
  .page-local-refined .zone-card p,
  .page-local-refined .project-card-body p {
    font-size: 1rem !important;
    line-height: 1.62 !important;
    max-width: none !important;
  }
  .page-local-refined .service-highlight-list {
    margin-top: 2px;
    gap: 10px;
  }
  .page-local-refined .service-highlight-list li {
    padding-left: 16px;
    font-size: 0.98rem;
    line-height: 1.56;
  }
  .page-local-refined .local-gallery-strip {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
  }
  .page-local-refined .local-gallery-strip .mural-mini-card:first-child {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
  .page-local-refined .project-link-list .project-card {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }
}

@media (min-width: 900px) {
  .page-local-refined .local-body-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: clamp(36px, 4vw, 64px);
  }
}


/* v295 tighten contact-to-process rhythm */
.page-service-refined .service-editorial-hero {
  padding-bottom: clamp(16px, 2.4vw, 30px);
}
.page-service-refined .service-editorial-hero + .service-editorial-section {
  padding-top: clamp(18px, 3vw, 34px);
}
.page-service-refined .service-contact-shell-hero .service-contact-form {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-service-refined .service-editorial-hero {
    padding-bottom: 14px;
  }
  .page-service-refined .service-editorial-hero + .service-editorial-section {
    padding-top: 20px;
  }
}


/* v296 mural-page ambient backgrounds, service pages only */
body.page-service.page-service-refined {
  background:
    radial-gradient(1400px 620px at 100% 0%, rgba(233, 221, 204, 0.24), transparent 58%),
    linear-gradient(180deg, #f7f2eb 0%, #f5efe7 100%);
}
.page-service-refined .section {
  position: relative;
  isolation: isolate;
}
.page-service-refined .section > .container {
  position: relative;
  z-index: 1;
}
.page-service-refined .section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.page-service-refined .service-hero::before,
.page-service-refined .service-editorial-hero::before {
  background:
    radial-gradient(900px 360px at 100% 12%, rgba(234, 219, 199, 0.22), transparent 62%),
    linear-gradient(180deg, rgba(251, 247, 241, 0.94) 0%, rgba(247, 242, 235, 0.82) 100%);
}
.page-service-refined .section-tone-about::before {
  background:
    radial-gradient(720px 260px at 12% 18%, rgba(255, 255, 255, 0.48), transparent 60%),
    linear-gradient(180deg, rgba(250, 246, 240, 0.86) 0%, rgba(246, 240, 232, 0.94) 100%);
}
.page-service-refined .section-tone-murales::before {
  background:
    radial-gradient(760px 260px at 88% 20%, rgba(233, 214, 182, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(244, 236, 227, 0.88) 0%, rgba(241, 232, 221, 0.94) 100%);
}
.page-service-refined .section-tone-contact::before {
  background:
    radial-gradient(820px 280px at 14% 16%, rgba(255, 255, 255, 0.42), transparent 64%),
    linear-gradient(180deg, rgba(248, 242, 234, 0.9) 0%, rgba(243, 235, 225, 0.96) 100%);
}
.page-service-refined .section:not(.service-hero):not(.service-editorial-hero):not(.section-tone-about):not(.section-tone-murales):not(.section-tone-contact)::before {
  background:
    radial-gradient(620px 220px at 86% 18%, rgba(234, 220, 200, 0.12), transparent 62%),
    linear-gradient(180deg, rgba(247, 242, 235, 0.78) 0%, rgba(244, 238, 230, 0.9) 100%);
}
.page-service-refined .section + .section {
  border-top: 1px solid rgba(199, 157, 104, 0.16);
}
@media (max-width: 767px) {
  body.page-service.page-service-refined {
    background:
      radial-gradient(800px 340px at 100% 0%, rgba(233, 221, 204, 0.18), transparent 60%),
      linear-gradient(180deg, #f7f2eb 0%, #f5efe7 100%);
  }
}


/* v298 mural contact cards, highlighted like home */
.page-service-refined .service-contact-shell-hero,
.page-service-refined .hero-direct-contact {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 54rem;
  margin-top: 28px;
  padding: clamp(20px, 3.4vw, 30px);
  border: 1px solid rgba(192, 149, 88, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(560px 180px at 0% 0%, rgba(255, 255, 255, 0.62), transparent 62%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.96) 0%, rgba(247, 239, 229, 0.98) 100%);
  box-shadow:
    0 24px 60px rgba(86, 57, 28, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}
.page-service-refined .service-contact-shell-hero::before,
.page-service-refined .hero-direct-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 140px at 100% 0%, rgba(222, 188, 139, 0.18), transparent 62%);
  pointer-events: none;
}
.page-service-refined .service-contact-shell-hero > *,
.page-service-refined .hero-direct-contact > * {
  position: relative;
  z-index: 1;
}
.page-service-refined .service-contact-shell-hero,
.page-service-refined .hero-direct-contact,
.page-local-refined .hero-direct-contact {
  padding-top: clamp(20px, 3.4vw, 30px);
  border-top: none;
}
.page-service-refined .service-contact-shell-hero h2,
.page-service-refined .hero-direct-contact h2,
.page-local-refined .hero-direct-contact h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.page-service-refined .service-contact-shell-hero p,
.page-service-refined .hero-direct-contact p,
.page-local-refined .hero-direct-contact p {
  margin: 0;
  max-width: 58ch;
}
.page-service-refined .service-contact-shell-hero .service-contact-form,
.page-service-refined .hero-direct-contact .message-form,
.page-local-refined .hero-direct-contact .message-form {
  margin-top: 6px;
  gap: 15px;
}
.page-service-refined .service-contact-shell-hero .field label,
.page-service-refined .hero-direct-contact .field label,
.page-local-refined .hero-direct-contact .field label {
  color: rgba(88, 60, 31, 0.84);
  font-weight: 700;
}
.page-service-refined .service-contact-shell-hero .field input,
.page-service-refined .service-contact-shell-hero .field textarea,
.page-service-refined .service-contact-shell-hero .field select,
.page-service-refined .hero-direct-contact .field input,
.page-service-refined .hero-direct-contact .field textarea,
.page-service-refined .hero-direct-contact .field select,
.page-local-refined .hero-direct-contact .field input,
.page-local-refined .hero-direct-contact .field textarea,
.page-local-refined .hero-direct-contact .field select {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(188, 146, 84, 0.34);
  box-shadow: 0 8px 22px rgba(106, 75, 42, 0.04);
}
.page-service-refined .service-contact-shell-hero .field textarea,
.page-service-refined .hero-direct-contact .field textarea,
.page-local-refined .hero-direct-contact .field textarea {
  min-height: 132px;
}
.page-service-refined .service-contact-shell-hero .btn-row,
.page-service-refined .hero-direct-contact .btn-row,
.page-local-refined .hero-direct-contact .btn-row {
  margin-top: 4px;
  gap: 12px;
}
.page-service-refined .service-contact-shell-hero .btn,
.page-service-refined .hero-direct-contact .btn,
.page-local-refined .hero-direct-contact .btn {
  min-height: 52px;
  box-shadow: 0 14px 30px rgba(85, 58, 31, 0.1);
}
.page-service-refined .service-contact-shell-hero .inline-link-row,
.page-service-refined .hero-direct-contact .inline-link-row,
.page-local-refined .hero-direct-contact .inline-link-row {
  margin-top: 4px;
}
.page-service-refined .service-contact-shell-hero .inline-link-row a,
.page-service-refined .hero-direct-contact .inline-link-row a,
.page-local-refined .hero-direct-contact .inline-link-row a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-service-refined .service-contact-shell-hero .btn-row,
  .page-service-refined .hero-direct-contact .btn-row,
  .page-local-refined .hero-direct-contact .btn-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .page-service-refined .service-contact-shell-hero,
  .page-service-refined .hero-direct-contact,
  .page-local-refined .hero-direct-contact {
    border-radius: 24px;
    padding: 18px;
  }
}


/* Hero line rebalance v303 */
body.page-home .hero-topline {
  font-family: var(--accent-font) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: #c67f45 !important;
  line-height: 1 !important;
  padding-left: 0 !important;
  font-size: clamp(1.45rem, 2vw, 1.95rem) !important;
}
body.page-home .hero-heading {
  width: auto !important;
  max-width: 100% !important;
  font-family: var(--title-font) !important;
  font-weight: 600 !important;
  letter-spacing: -0.012em !important;
  color: var(--ink) !important;
  line-height: 1.02 !important;
  margin: 2px 0 0 !important;
  text-wrap: balance !important;
}
@media (min-width: 980px) {
  body.page-home .hero-heading {
    font-size: 1.08rem !important;
    white-space: nowrap !important;
  }
  body.lang-it.page-home .hero-heading,
  html[lang="it"] body.page-home .hero-heading {
    font-size: 1.1rem !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 0.96rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 0.98rem !important;
  }
}
@media (max-width: 979px) {
  body.page-home .hero-topline {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
  body.page-home .hero-heading {
    font-size: clamp(0.9rem, 3.8vw, 1.02rem) !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }
}
@media (max-width: 560px) {
  body.page-home .hero-topline {
    font-size: clamp(1.36rem, 7vw, 1.8rem) !important;
  }
  body.page-home .hero-heading {
    font-size: clamp(0.84rem, 4vw, 0.94rem) !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: clamp(0.78rem, 3.6vw, 0.9rem) !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: clamp(0.8rem, 3.7vw, 0.92rem) !important;
  }
}


/* Home hero secondary line refinement v304 */
body.page-home.lang-it .hero-heading {
  font-size: clamp(1.26rem, 1.8vw, 1.56rem);
}
body.page-home.lang-fr .hero-heading {
  font-size: clamp(1.08rem, 1.28vw, 1.26rem);
}
body.page-home.lang-en .hero-heading {
  font-size: clamp(1.08rem, 1.28vw, 1.26rem);
}
@media (max-width: 979px) {
  body.page-home.lang-it .hero-heading {
    font-size: clamp(0.98rem, 2.25vw, 1.16rem);
  }
  body.page-home.lang-fr .hero-heading,
  body.page-home.lang-en .hero-heading {
    font-size: clamp(0.88rem, 1.9vw, 1rem);
  }
}
@media (max-width: 560px) {
  body.page-home.lang-it .hero-heading {
    font-size: clamp(0.94rem, 4.25vw, 1.06rem);
  }
  body.page-home.lang-fr .hero-heading,
  body.page-home.lang-en .hero-heading {
    font-size: clamp(0.82rem, 3.25vw, 0.94rem);
  }
}


/* Home hero final reset v305 */
body.page-home .hero-topline{font-family:var(--accent-font)!important;font-weight:600!important;letter-spacing:0.01em!important;color:#c67f45!important;line-height:1!important;padding-left:0!important;}
body.page-home .hero-heading{font-family:var(--title-font)!important;font-weight:600!important;letter-spacing:-0.018em!important;color:var(--ink)!important;line-height:1!important;margin:2px 0 0!important;}
@media (min-width:561px){body.page-home .hero-heading{font-size:clamp(1.45rem, 2vw, 1.95rem)!important;white-space:normal!important;text-wrap:balance!important;}}
@media (max-width:560px){body.page-home .hero-heading{font-size:clamp(1.36rem, 7vw, 1.8rem)!important;white-space:normal!important;text-wrap:balance!important;}}

/* Home hero line lock v306 */
body.page-home .hero-heading {
  font-family: var(--title-font) !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  margin: 6px 0 0 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}
@media (min-width: 980px) {
  body.page-home .hero-heading {
    font-size: 1.34rem !important;
  }
}
@media (min-width: 561px) and (max-width: 979px) {
  body.page-home .hero-heading {
    font-size: 1.08rem !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 0.94rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 0.96rem !important;
  }
}
@media (max-width: 560px) {
  body.page-home .hero-heading {
    font-size: 0.86rem !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 0.72rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 0.76rem !important;
  }
}


/* Home hero final tune v307 */
@media (min-width: 980px) {
  body.page-home .hero-topline {
    font-size: clamp(1.56rem, 2.08vw, 2.08rem) !important;
  }
  body.page-home .hero-heading {
    font-size: 1.58rem !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    letter-spacing: -0.018em !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 1.34rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 1.44rem !important;
  }
}
@media (max-width: 560px) {
  body.page-home .hero-heading {
    font-size: 0.98rem !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    letter-spacing: -0.024em !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 0.84rem !important;
    letter-spacing: -0.028em !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 0.90rem !important;
    letter-spacing: -0.024em !important;
  }
}

/* Home hero heading harmonization v308 */
body.page-home .hero-heading {
  font-family: var(--title-font) !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.05 !important;
  color: var(--ink) !important;
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}
@media (min-width: 980px) {
  body.page-home .hero-heading {
    font-size: clamp(1.24rem, 1.02rem + 0.34vw, 1.46rem) !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }
}
@media (min-width: 561px) and (max-width: 979px) {
  body.page-home .hero-heading {
    font-size: 1.12rem !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 1.04rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 1.06rem !important;
  }
}
@media (max-width: 560px) {
  body.page-home .hero-heading {
    font-size: 1.18rem !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    letter-spacing: -0.02em !important;
  }
  body.lang-fr.page-home .hero-heading,
  html[lang="fr"] body.page-home .hero-heading {
    font-size: 1.10rem !important;
  }
  body.lang-en.page-home .hero-heading,
  html[lang="en"] body.page-home .hero-heading {
    font-size: 1.12rem !important;
  }
}

@media (min-width: 980px) {
  body.page-home .hero-heading {
    font-size: var(--card-title-size);
    line-height: 1.05;
  }
}


/* Home hero IT desktop parity v312 */
@media (min-width: 980px) {
  body.lang-it.page-home .hero-heading,
  html[lang="it"] body.page-home .hero-heading {
    font-size: 1.42rem !important;
    letter-spacing: -0.016em !important;
  }
}


/* Home hero desktop spacing tighten v313 */
@media (min-width: 980px) {
  body.page-home .hero {
    padding-top: 26px !important;
  }
  body.page-home .hero-wrap {
    gap: 12px !important;
  }
}


/* footer cleanup v332 */
.site-footer.footer-clean {
  border-top: 1px solid rgba(200, 159, 99, 0.24);
  background: #f7f2eb;
}
.footer-clean-inner {
  display: grid;
  gap: 22px;
  padding-block: 28px 36px;
}
.footer-topline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-copyright,
.footer-secure-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.96rem;
  line-height: 1.45;
  letter-spacing: 0;
  color: #2f2a25;
}
.footer-check {
  color: #8f5f29;
  font-weight: 700;
}
.footer-contact-shell {
  display: grid;
  gap: 14px;
}
.footer-contact-heading,
.footer-useful strong {
  display: block;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #74665a;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.footer-contact-row {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.footer-contact-label {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a7c70;
}
.footer-contact-row a,
.footer-contact-row address,
.footer-useful a,
.footer-taxonomy,
.footer-seo-note {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.footer-contact-row a,
.footer-contact-row address,
.footer-useful a {
  color: #2f2a25;
  text-decoration: none;
  font-size: 0.97rem;
  line-height: 1.5;
}
.footer-contact-row address {
  font-style: normal;
  display: grid;
  gap: 2px;
}
.footer-contact-meta {
  display: block;
  margin-top: 2px;
  color: #8a7c70;
  font-size: 0.88rem;
  line-height: 1.4;
}
.footer-bottom-grid {
  display: grid;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(200, 159, 99, 0.18);
}
.footer-bottom-copy {
  min-width: 0;
}
.footer-taxonomy {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #544b43;
}
.footer-seo-note {
  margin: 10px 0 0;
  max-width: 72ch;
  font-size: 0.95rem;
  line-height: 1.68;
  color: #5c534b;
}
.footer-useful {
  min-width: 0;
}
.footer-useful .footer-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 18px;
  margin-top: 10px;
}
.footer-useful a {
  font-size: 0.95rem;
  font-weight: 500;
}
.footer-useful a:hover,
.footer-contact-row a:hover {
  color: #8f5f29;
}
@media (min-width: 900px) {
  .footer-clean-inner {
    gap: 26px;
    padding-block: 30px 38px;
  }
  .footer-topline {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px 24px;
  }
  .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 40px;
  }
  .footer-bottom-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 44px;
    align-items: start;
  }
  .footer-useful .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
  }
}
@media (min-width: 1280px) {
  .footer-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 28px;
  }
}
@media (max-width: 899px) {
  .footer-clean-inner {
    gap: 20px;
    padding-block: 24px 30px;
  }
  .footer-topline {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-bottom-grid {
    gap: 18px;
  }
  .footer-useful .footer-link-grid {
    grid-template-columns: 1fr;
  }
}





/* footer standard layout v335 */
.site-footer.footer-pro {
  margin-top: clamp(56px, 8vw, 88px);
  border-top: 1px solid rgba(200, 159, 99, 0.22);
  background: #f7f2eb;
}
.site-footer.footer-pro .footer-pro-inner {
  display: grid;
  gap: 24px;
  padding-block: 24px calc(108px + env(safe-area-inset-bottom, 0px));
  text-align: left;
}
.site-footer.footer-pro .footer-bar {
  display: grid;
  gap: 10px;
  align-items: start;
}
.site-footer.footer-pro .footer-brand,
.site-footer.footer-pro .footer-pay,
.site-footer.footer-pro .footer-taxonomy,
.site-footer.footer-pro .footer-seo-note,
.site-footer.footer-pro .footer-link,
.site-footer.footer-pro .footer-links a,
.site-footer.footer-pro .footer-contact-item address {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.site-footer.footer-pro .footer-brand,
.site-footer.footer-pro .footer-pay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #2f2a25;
  font-size: 0.98rem;
  line-height: 1.45;
}
.site-footer.footer-pro .footer-pay {
  justify-self: start;
}
.site-footer.footer-pro .footer-check {
  color: #9a6a2d;
  font-weight: 700;
}
.site-footer.footer-pro .footer-layout {
  display: grid;
  gap: 24px;
}
.site-footer.footer-pro .footer-section {
  min-width: 0;
}
.site-footer.footer-pro .footer-heading {
  margin: 0 0 12px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #7b6f64;
}
.site-footer.footer-pro .footer-heading-visual {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-footer.footer-pro .footer-contacts {
  display: grid;
  gap: 14px;
}
.site-footer.footer-pro .footer-contact-grid {
  display: grid;
  gap: 16px;
}
.site-footer.footer-pro .footer-contact-item {
  display: grid;
  gap: 4px;
  align-content: start;
}
.site-footer.footer-pro .footer-label {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #8a7c70;
}
.site-footer.footer-pro .footer-link,
.site-footer.footer-pro .footer-contact-item address,
.site-footer.footer-pro .footer-links a {
  color: #2f2a25;
  text-decoration: none;
  font-size: 1.02rem;
  line-height: 1.55;
}
.site-footer.footer-pro .footer-contact-item address {
  font-style: normal;
  display: grid;
  gap: 2px;
}
.site-footer.footer-pro .footer-meta {
  display: block;
  margin-top: 2px;
  color: #8a7c70;
  font-size: 0.94rem;
  line-height: 1.44;
}
.site-footer.footer-pro .footer-about,
.site-footer.footer-pro .footer-links {
  display: grid;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(200, 159, 99, 0.18);
}
.site-footer.footer-pro .footer-taxonomy {
  color: #544b43;
  font-size: 1rem;
  line-height: 1.58;
}
.site-footer.footer-pro .footer-seo-note {
  margin: 0;
  max-width: 54ch;
  color: #5c534b;
  font-size: 0.98rem;
  line-height: 1.7;
}
.site-footer.footer-pro .footer-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 18px;
}
.site-footer.footer-pro .footer-links a {
  font-weight: 500;
}
.site-footer.footer-pro .footer-links a:hover,
.site-footer.footer-pro .footer-link:hover {
  color: #8f5f29;
}
@media (min-width: 720px) {
  .site-footer.footer-pro .footer-pro-inner {
    gap: 26px;
    padding-block: 28px calc(120px + env(safe-area-inset-bottom, 0px));
  }
  .site-footer.footer-pro .footer-bar {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px 24px;
  }
  .site-footer.footer-pro .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }
  .site-footer.footer-pro .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 980px) {
  .site-footer.footer-pro {
    margin-top: 72px;
  }
  .site-footer.footer-pro .footer-pro-inner {
    gap: 30px;
    padding-block: 32px 156px;
  }
  .site-footer.footer-pro .footer-bar {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
    justify-items: start;
  }
  .site-footer.footer-pro .footer-brand {
    grid-column: auto;
    justify-self: start;
  }
  .site-footer.footer-pro .footer-pay {
    grid-column: auto;
    justify-self: start;
  }
  .site-footer.footer-pro .footer-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 36px;
    align-items: start;
  }
  .site-footer.footer-pro .footer-contacts {
    grid-column: 1 / -1;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(200, 159, 99, 0.18);
  }
  .site-footer.footer-pro .footer-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 36px;
  }
  .site-footer.footer-pro .footer-about,
  .site-footer.footer-pro .footer-links {
    padding-top: 0;
    border-top: 0;
  }
  .site-footer.footer-pro .footer-about {
    grid-column: 1 / 2;
    max-width: 100%;
    padding-right: 0;
  }
  .site-footer.footer-pro .footer-taxonomy {
    max-width: 34ch;
  }
  .site-footer.footer-pro .footer-seo-note {
    max-width: 34ch;
  }
  .site-footer.footer-pro .footer-links {
    grid-column: 2 / 4;
    align-self: start;
  }
  .site-footer.footer-pro .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 36px;
  }
}
@media (min-width: 1280px) {
  .site-footer.footer-pro .footer-pro-inner {
    padding-block: 34px 168px;
  }
  .site-footer.footer-pro .footer-bar,
  .site-footer.footer-pro .footer-layout {
    gap: 32px 48px;
  }
  .site-footer.footer-pro .footer-contact-grid {
    gap: 24px 48px;
  }
  .site-footer.footer-pro .footer-taxonomy,
  .site-footer.footer-pro .footer-seo-note {
    max-width: 36ch;
  }
  .site-footer.footer-pro .footer-link-grid {
    gap: 12px 48px;
  }
}


/* footer desktop columns v338 */
.site-footer.footer-pro .footer-pro-inner {
  display: grid;
  gap: 24px;
  padding-block: 24px calc(108px + env(safe-area-inset-bottom, 0px));
  text-align: left;
}
.site-footer.footer-pro .footer-bar {
  display: grid;
  gap: 8px;
  align-items: start;
  justify-items: start;
}
.site-footer.footer-pro .footer-pay {
  justify-self: start;
}
.site-footer.footer-pro .footer-contacts,
.site-footer.footer-pro .footer-about,
.site-footer.footer-pro .footer-links {
  min-width: 0;
}
.site-footer.footer-pro .footer-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.site-footer.footer-pro .footer-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 18px;
}
@media (min-width: 720px) and (max-width: 979px) {
  .site-footer.footer-pro .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 28px;
  }
  .site-footer.footer-pro .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }
}
@media (min-width: 980px) {
  .site-footer.footer-pro .footer-pro-inner {
    grid-template-columns: minmax(320px, 1.22fr) repeat(3, minmax(190px, 1fr));
    column-gap: 48px;
    row-gap: 28px;
    padding-block: 34px 176px;
    align-items: start;
  }
  .site-footer.footer-pro .footer-bar {
    grid-column: 1 / 2;
    grid-row: 1;
    gap: 6px;
  }
  .site-footer.footer-pro .footer-layout {
    display: contents;
  }
  .site-footer.footer-pro .footer-contacts {
    grid-column: 2 / 5;
    grid-row: 1;
    display: grid;
    gap: 14px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .site-footer.footer-pro .footer-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 34px;
    align-items: start;
  }
  .site-footer.footer-pro .footer-contact-item {
    gap: 4px;
  }
  .site-footer.footer-pro .footer-about {
    grid-column: 1 / 2;
    grid-row: 2;
    padding-top: 18px;
    border-top: 1px solid rgba(200, 159, 99, 0.18);
  }
  .site-footer.footer-pro .footer-taxonomy,
  .site-footer.footer-pro .footer-seo-note {
    max-width: 34ch;
  }
  .site-footer.footer-pro .footer-links {
    grid-column: 2 / 5;
    grid-row: 2;
    display: grid;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(200, 159, 99, 0.18);
    align-self: start;
  }
  .site-footer.footer-pro .footer-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 34px;
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .site-footer.footer-pro .footer-pro-inner {
    grid-template-columns: minmax(340px, 1.25fr) repeat(3, minmax(210px, 1fr));
    column-gap: 56px;
    row-gap: 30px;
    padding-block: 36px 184px;
  }
  .site-footer.footer-pro .footer-contact-grid,
  .site-footer.footer-pro .footer-link-grid {
    gap: 12px 40px;
  }
}



/* footer columns v339 */

.site-footer.footer-columns {
  margin-top: clamp(56px, 8vw, 88px);
  border-top: 1px solid rgba(200, 159, 99, 0.22);
  background: #f7f2eb;
}
.site-footer.footer-columns .footer-columns-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-block: 24px calc(132px + env(safe-area-inset-bottom, 0px));
  text-align: left;
}
.site-footer.footer-columns .footer-col {
  min-width: 0;
}
.site-footer.footer-columns .footer-heading,
.site-footer.footer-columns .footer-brand,
.site-footer.footer-columns .footer-legal a,
.site-footer.footer-columns .footer-taxonomy,
.site-footer.footer-columns .footer-seo-note,
.site-footer.footer-columns .footer-link,
.site-footer.footer-columns .footer-link-list a,
.site-footer.footer-columns .footer-contact-item address {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.site-footer.footer-columns .footer-heading {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b6f64;
}
.site-footer.footer-columns .footer-heading-visual {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-footer.footer-columns .footer-brand {
  color: #2f2a25;
  font-size: 0.98rem;
  line-height: 1.45;
}
.site-footer.footer-columns .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}
.site-footer.footer-columns .footer-legal a {
  color: #6f655d;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
}
.site-footer.footer-columns .footer-legal a:hover,
.site-footer.footer-columns .footer-link:hover,
.site-footer.footer-columns .footer-link-list a:hover {
  color: #8f5f29;
}
.site-footer.footer-columns .footer-taxonomy {
  margin-top: 18px;
  color: #544b43;
  font-size: 0.98rem;
  line-height: 1.62;
}
.site-footer.footer-columns .footer-seo-note {
  margin: 12px 0 0;
  max-width: 34ch;
  color: #5c534b;
  font-size: 0.96rem;
  line-height: 1.72;
}
.site-footer.footer-columns .footer-contact-list,
.site-footer.footer-columns .footer-link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.site-footer.footer-columns .footer-contact-item {
  display: grid;
  gap: 4px;
  align-content: start;
}
.site-footer.footer-columns .footer-label {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a7c70;
}
.site-footer.footer-columns .footer-link,
.site-footer.footer-columns .footer-contact-item address,
.site-footer.footer-columns .footer-link-list a {
  color: #2f2a25;
  text-decoration: none;
  font-size: 0.99rem;
  line-height: 1.55;
}
.site-footer.footer-columns .footer-contact-item address {
  font-style: normal;
  display: grid;
  gap: 2px;
}
.site-footer.footer-columns .footer-meta {
  display: block;
  margin-top: 2px;
  color: #8a7c70;
  font-size: 0.91rem;
  line-height: 1.42;
}
.site-footer.footer-columns .footer-links {
  min-width: 0;
}
.site-footer.footer-columns .footer-link-list {
  gap: 10px;
}
@media (min-width: 720px) {
  .site-footer.footer-columns .footer-columns-inner {
    padding-block: 28px calc(148px + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 1080px) {
  .site-footer.footer-columns .footer-columns-inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
    gap: 52px;
    align-items: start;
    padding-block: 34px 212px;
  }
  .site-footer.footer-columns .footer-brandcol {
    grid-column: 1;
  }
  .site-footer.footer-columns .footer-contacts {
    grid-column: 2;
  }
  .site-footer.footer-columns .footer-links {
    grid-column: 3;
  }
  .site-footer.footer-columns .footer-contact-list {
    gap: 16px;
  }
  .site-footer.footer-columns .footer-link-list {
    gap: 12px;
  }
}
@media (min-width: 1360px) {
  .site-footer.footer-columns .footer-columns-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.92fr) minmax(0, 0.92fr);
    gap: 58px;
    padding-block: 36px 224px;
  }
}

.legal-page .legal-shell {
  max-width: 760px;
  padding-block: 32px 56px;
}
.legal-page .legal-shell h1,
.legal-page .legal-shell h2,
.legal-page .legal-shell p {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.legal-page .legal-shell h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.06;
}
.legal-page .legal-shell .legal-intro {
  margin: 0 0 26px;
  color: #5c534b;
  font-size: 1rem;
  line-height: 1.72;
}
.legal-page .legal-shell section {
  margin-top: 22px;
}
.legal-page .legal-shell h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.legal-page .legal-shell p {
  margin: 0;
  color: #4f4740;
  font-size: 0.98rem;
  line-height: 1.72;
  white-space: pre-line;
}


.site-footer.footer-columns .footer-link-groups { display:grid; gap:18px; }
.site-footer.footer-columns .footer-link-group { display:grid; gap:10px; }
.site-footer.footer-columns .footer-subheading { margin:0; font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:rgba(58,42,30,.62); font-weight:700; }
.site-footer.footer-columns .footer-link-group .footer-link-list { display:grid; gap:8px; }

/* v367 editorial cleanup */
.home-local-anchor-card{display:grid;gap:14px;}
.home-local-anchor-grid{display:grid;gap:16px;margin-top:18px;}
.home-local-anchor-mini{display:grid;gap:10px;}
.home-local-anchor-mini p{max-width:42ch;}
.home-local-anchor-links,.home-local-anchor-mini .inline-link-row{display:flex;flex-wrap:wrap;gap:10px 14px;}
.home-local-anchor-copy{max-width:56ch;}
.page-service-refined .local-process-flow{border-top:0;padding-top:0;}
.page-service-refined .local-process-flow + div .info-card:first-child,.page-local-refined .local-process-flow + div .info-card:first-child{border-top:0;padding-top:0;}
@media (min-width:900px){.home-local-anchor-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:767px){.home-local-anchor-grid{grid-template-columns:1fr;}.home-local-anchor-card{gap:12px;}}


/* v369 desktop polish and local pages cleanup */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.page-service-refined .hero-direct-contact,
.page-service-refined .service-contact-shell-hero {
  border-top: 0 !important;
  padding-top: 12px !important;
  margin-top: 18px !important;
}

.page-service-refined .value-card-grid .info-card,
.page-service-refined .faq-grid .faq-card,
.page-service-refined .local-nearby-grid .zone-card,
.page-service-refined .project-link-grid .project-card,
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .faq-card,
.page-local-refined .zone-card,
.page-local-refined .project-card,
.page-local-refined .project-link-list .project-card,
.page-local-refined .nearby-link-list .zone-card {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.page-local-refined .project-link-list,
.page-local-refined .nearby-link-list {
  gap: 18px !important;
}

.page-local-refined .project-link-list .project-card,
.page-local-refined .nearby-link-list .zone-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px 18px !important;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,252,247,0.82), rgba(250,244,236,0.62));
  box-shadow: 0 10px 28px rgba(74,50,26,0.05);
}

.page-local-refined .project-link-list .project-card-media {
  margin-top: 0;
}

.page-local-refined .project-link-list .project-card-body {
  margin-top: 0;
}

.page-local-refined .faq-grid .faq-card,
.page-local-refined .editorial-notes-grid .info-card,
.page-service-refined .faq-grid .faq-card,
.page-service-refined .editorial-notes-grid .info-card {
  padding-top: 0 !important;
}

.page-service-refined .service-hero-copy h1,
.page-service-refined .local-hero-copy h1,
body.page-home .home-local-anchor-card > h2,
.page-service-refined .service-editorial-section h2,
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2,
.page-local-refined .section .info-card > h2,
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .info-card h3,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3 {
  text-wrap: balance;
}

.page-service-refined .service-hero-copy > .section-intro:first-of-type,
.page-service-refined .local-hero-copy > .section-intro:first-of-type,
.page-service-refined .info-card p,
.page-service-refined .zone-card p,
.page-service-refined .faq-card p,
.page-service-refined .project-card-body p,
.page-local-refined .local-note-card p,
.page-local-refined .local-links-card p,
.page-local-refined .info-card p,
.page-local-refined .faq-card p,
.page-local-refined .zone-card p,
.page-local-refined .project-card-body p,
body.page-home .home-local-anchor-card > p,
body.page-home .home-local-anchor-copy {
  text-wrap: pretty;
}

body.page-home .home-local-anchor-card {
  gap: 12px;
}

body.page-home .home-local-anchor-card > h2 {
  max-width: 12ch;
  line-height: 1.02;
}

body.page-home .home-local-anchor-card > p:not(.home-local-anchor-copy),
body.page-home .home-local-anchor-copy {
  max-width: 58ch;
}

body.page-home .home-local-anchor-grid {
  gap: 18px 22px;
}

body.page-home .home-local-anchor-mini {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,252,247,0.78);
  border: 1px solid rgba(200,159,99,0.22);
}

body.page-home .home-local-anchor-mini h3 {
  text-wrap: balance;
}

body.page-home .home-local-anchor-mini .inline-link-row a {
  white-space: normal;
}

@media (min-width: 980px) {
  .page-service-refined .service-hero-grid,
  .page-service-refined .local-hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr) !important;
    gap: clamp(32px, 4vw, 56px) !important;
    align-items: start;
  }

  .page-service-refined .service-hero-copy,
  .page-service-refined .local-hero-copy {
    max-width: 720px;
  }

  .page-service-refined .service-hero-copy h1,
  .page-service-refined .local-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 3vw, 4rem);
    line-height: 0.98;
  }

  .page-service-refined .service-hero-copy > .section-intro:first-of-type,
  .page-service-refined .local-hero-copy > .section-intro:first-of-type {
    max-width: 44ch !important;
    font-size: clamp(1.02rem, 0.32vw + 0.96rem, 1.14rem);
    line-height: 1.58;
  }

  .page-service-refined .service-editorial-section h2,
  .page-service-refined .local-note-card h2,
  .page-service-refined .local-links-card h2,
  .page-service-refined .info-card h2,
  .page-local-refined .section .info-card > h2,
  .page-local-refined .local-note-card h2,
  .page-local-refined .local-links-card h2 {
    max-width: 22ch !important;
    font-size: clamp(1.44rem, 1.32vw + 0.9rem, 2rem);
    line-height: 1.08;
  }

  .page-service-refined .info-card p,
  .page-service-refined .zone-card p,
  .page-service-refined .faq-card p,
  .page-service-refined .project-card-body p,
  .page-local-refined .local-note-card p,
  .page-local-refined .local-links-card p,
  .page-local-refined .info-card p,
  .page-local-refined .faq-card p,
  .page-local-refined .zone-card p,
  .page-local-refined .project-card-body p {
    max-width: 56ch;
    font-size: clamp(1rem, 0.2vw + 0.96rem, 1.08rem);
    line-height: 1.6;
  }

  .page-local-refined .project-link-list,
  .page-local-refined .nearby-link-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-local-refined .project-link-list .project-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.page-home .home-local-anchor-card > h2 {
    font-size: clamp(2rem, 2.35vw, 3rem);
  }
}

@media (max-width: 767px) {
  .page-local-refined .project-link-list .project-card,
  .page-local-refined .nearby-link-list .zone-card {
    padding: 14px 14px 15px !important;
    border-radius: 18px;
  }

  body.page-home .home-local-anchor-mini {
    padding: 16px 16px 17px;
    border-radius: 18px;
  }
}


/* v370 layout and editorial polish */
.local-hero-copy h1,
.service-hero-copy h1,
.project-hero-copy h1,
.portfolio-hero h1,
.home-murals-copy h2,
.press-portfolio-title,
.info-card h2,
.info-card h3,
.project-card-body h3,
.zone-card h3,
.faq-card h3 {
  text-wrap: balance;
}
.local-hero-copy h1,
.service-hero-copy h1,
.project-hero-copy h1 {
  max-width: 11ch;
  line-height: 0.98;
}
.local-hero-copy .section-intro,
.service-hero-copy .section-intro,
.project-hero-copy .section-intro,
.home-murals-copy .section-intro,
.portfolio-service-cta p,
.info-card p,
.project-card-body p,
.zone-card p,
.faq-card p {
  max-width: 56ch;
  text-wrap: pretty;
}
.page-local-refined .editorial-notes-grid .info-card,
.page-local-refined .faq-card {
  border-top: 0;
  padding-top: 0;
}
.page-local-refined .project-link-list .project-card,
.page-local-refined .nearby-link-list .zone-card,
.local-note-card,
.local-links-card {
  border-top: 0;
}
.portfolio-service-cta {
  margin-top: clamp(12px,2vw,20px);
}
.portfolio-bottom-links .portfolio-service-cta {
  margin-top: 0;
}
.portfolio-service-cta .inline-link-row {
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
}
.portfolio-service-cta .inline-link-row a {
  white-space:nowrap;
}
.portfolio-nav-chips,
.desktop-nav,
.mobile-panel {
  gap:10px;
}
.portfolio-nav-chips a,
.desktop-nav a,
.mobile-panel a {
  text-wrap:balance;
}
.home-murals-grid,
.home-services-grid {
  align-items:start;
}
.home-murals-copy,
.home-services-copy,
.hero-copy {
  min-width:0;
}
.home-murals-copy .section-intro,
.home-services-copy .section-intro {
  max-width: 62ch;
}
@media (max-width: 767px) {
  .local-hero-copy h1,
  .service-hero-copy h1,
  .project-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2rem, 8.4vw, 3rem);
    line-height: 1.02;
  }
  .local-hero-copy .section-intro,
  .service-hero-copy .section-intro,
  .project-hero-copy .section-intro {
    font-size: 0.98rem;
    max-width: 34ch;
  }
  .portfolio-nav-chips {
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 980px) {
  .local-hero-copy,
  .service-hero-copy,
  .project-hero-copy {
    max-width: 60ch;
  }
  .local-hero-copy .section-intro,
  .service-hero-copy .section-intro,
  .project-hero-copy .section-intro {
    max-width: 48ch;
  }
  .portfolio-hero-inner {
    max-width: 920px;
  }
  .portfolio-head h2,
  .portfolio-section .section-intro {
    max-width: 22ch;
  }
}


/* v371 line-break stabilization */
body.page-home .home-local-anchor-card {
  gap: clamp(14px, 1.4vw, 22px);
}

body.page-home .home-local-anchor-card > h2 {
  max-width: none;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 0.98;
}

body.page-home .home-local-anchor-card > p:not(.home-local-anchor-copy),
body.page-home .home-local-anchor-copy {
  max-width: 62ch;
}

body.page-home .home-local-anchor-mini h3,
.page-service-refined .service-editorial-title,
.page-service-refined .service-hero-copy h1,
.page-service-refined .local-hero-copy h1,
.page-local-refined .local-hero-copy h1,
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .section .info-card > h2,
.page-local-refined .info-card h3,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-service-refined .service-editorial-section h2,
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2,
.page-service-refined .info-card h3,
.page-service-refined .faq-card h3,
.page-service-refined .zone-card h3,
.page-service-refined .project-card-body h3 {
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.page-service-refined .service-editorial-title,
.page-service-refined .service-hero-copy h1,
.page-service-refined .local-hero-copy h1,
.page-local-refined .local-hero-copy h1 {
  max-width: none;
  line-height: 0.98;
}

.page-service-refined .service-editorial-copy .section-intro,
.page-service-refined .service-hero-copy .section-intro,
.page-service-refined .local-hero-copy .section-intro,
.page-local-refined .local-hero-copy .section-intro,
.page-local-refined .local-note-card p,
.page-local-refined .local-links-card p,
.page-local-refined .info-card p,
.page-local-refined .faq-card p,
.page-local-refined .zone-card p,
.page-local-refined .project-card-body p,
.page-service-refined .local-note-card p,
.page-service-refined .local-links-card p,
.page-service-refined .info-card p,
.page-service-refined .faq-card p,
.page-service-refined .zone-card p,
.page-service-refined .project-card-body p {
  max-width: 62ch;
}

.page-local-refined .info-card h3,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-service-refined .info-card h3,
.page-service-refined .faq-card h3,
.page-service-refined .zone-card h3,
.page-service-refined .project-card-body h3 {
  line-height: 1.12;
  max-width: 26ch;
}

.page-service-refined .service-editorial-section h2,
.page-service-refined .local-note-card h2,
.page-service-refined .local-links-card h2,
.page-service-refined .info-card h2,
.page-local-refined .local-note-card h2,
.page-local-refined .local-links-card h2,
.page-local-refined .section .info-card > h2 {
  max-width: 24ch !important;
  line-height: 1.08;
}

@media (min-width: 980px) {
  body.page-home .home-local-anchor-card > h2 {
    max-width: 18ch;
    font-size: clamp(2rem, 2.15vw, 3.1rem);
  }

  .page-service-refined .service-editorial-copy,
  .page-service-refined .service-hero-copy,
  .page-service-refined .local-hero-copy,
  .page-local-refined .local-hero-copy {
    max-width: 760px;
  }

  .page-service-refined .service-editorial-title,
  .page-service-refined .service-hero-copy h1,
  .page-service-refined .local-hero-copy h1,
  .page-local-refined .local-hero-copy h1 {
    max-width: 18ch;
    font-size: clamp(2.3rem, 2.2vw + 0.7rem, 4rem);
  }

  .page-local-refined .info-card h3,
  .page-local-refined .faq-card h3,
  .page-local-refined .zone-card h3,
  .page-local-refined .project-card-body h3,
  .page-service-refined .info-card h3,
  .page-service-refined .faq-card h3,
  .page-service-refined .zone-card h3,
  .page-service-refined .project-card-body h3 {
    max-width: 24ch;
  }
}

@media (max-width: 979px) {
  .page-service-refined .service-editorial-title,
  .page-service-refined .service-hero-copy h1,
  .page-service-refined .local-hero-copy h1,
  .page-local-refined .local-hero-copy h1,
  body.page-home .home-local-anchor-card > h2 {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.page-home .home-local-anchor-card > h2 {
    font-size: clamp(2.15rem, 8vw, 3.35rem);
    line-height: 1;
  }

  body.page-home .home-local-anchor-card > p:not(.home-local-anchor-copy),
  body.page-home .home-local-anchor-copy,
  .page-service-refined .service-editorial-copy .section-intro,
  .page-service-refined .service-hero-copy .section-intro,
  .page-service-refined .local-hero-copy .section-intro,
  .page-local-refined .local-hero-copy .section-intro,
  .page-local-refined .local-note-card p,
  .page-local-refined .local-links-card p,
  .page-local-refined .info-card p,
  .page-local-refined .faq-card p,
  .page-local-refined .zone-card p,
  .page-local-refined .project-card-body p,
  .page-service-refined .local-note-card p,
  .page-service-refined .local-links-card p,
  .page-service-refined .info-card p,
  .page-service-refined .faq-card p,
  .page-service-refined .zone-card p,
  .page-service-refined .project-card-body p {
    max-width: none;
  }

  .page-service-refined .service-editorial-title,
  .page-service-refined .service-hero-copy h1,
  .page-service-refined .local-hero-copy h1,
  .page-local-refined .local-hero-copy h1 {
    font-size: clamp(2rem, 8vw, 3.05rem);
    line-height: 1.01;
  }

  .page-local-refined .info-card h3,
  .page-local-refined .faq-card h3,
  .page-local-refined .zone-card h3,
  .page-local-refined .project-card-body h3,
  .page-service-refined .info-card h3,
  .page-service-refined .faq-card h3,
  .page-service-refined .zone-card h3,
  .page-service-refined .project-card-body h3 {
    max-width: none;
  }
}


/* v372 finish polish */
:root {
  --finish-text-max: 62ch;
  --finish-narrow-max: 54ch;
  --finish-card-radius: 22px;
}
.local-hero-grid,
.service-hero-grid,
.page-local-refined .local-hero-grid,
.page-service-refined .service-hero-grid,
.service-editorial-grid {
  gap: clamp(28px, 4vw, 56px);
}
.local-hero-copy,
.service-hero-copy,
.project-hero-copy,
.service-editorial-copy { min-width: 0; }
.local-hero-copy h1,
.service-hero-copy h1,
.project-hero-copy h1,
.service-editorial-title,
body.page-home .home-local-anchor-card > h2 {
  max-width: none !important;
  width: min(14ch, 100%);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-wrap: pretty !important;
  overflow-wrap: normal;
  hyphens: none;
}
.page-local-refined .local-hero-copy .section-intro,
.page-service-refined .service-hero-copy .section-intro,
.project-hero-copy .section-intro,
.service-editorial-copy .section-intro,
.service-editorial-section > .container > p:not(.section-kicker):not(.service-editorial-kicker),
.local-note-card > p,
.info-card > p,
.project-card-body > p,
.zone-card > p,
body.page-home .home-local-anchor-card > p {
  max-width: var(--finish-text-max);
  text-wrap: pretty;
}
.section-intro,
.local-note-card > p,
.info-card > p,
.project-card-body > p,
.zone-card > p,
.service-contact-shell p,
.home-local-anchor-copy { line-height: 1.56; }
.page-local-refined .info-card h3,
.page-local-refined .faq-card h3,
.page-local-refined .zone-card h3,
.page-local-refined .project-card-body h3,
.page-service-refined .info-card h3,
.page-service-refined .faq-card h3,
.page-service-refined .zone-card h3,
.page-service-refined .project-card-body h3,
.service-editorial-section .info-card h3,
.service-editorial-section .project-card-body h3,
.service-editorial-section .zone-card h3,
.home-local-anchor-mini h3,
.portfolio-head h2,
.portfolio-service-cta h3 {
  max-width: none;
  text-wrap: pretty !important;
  line-height: 1.08;
}
.page-local-refined .faq-card,
.page-local-refined .info-card,
.page-local-refined .zone-card,
.page-local-refined .project-card,
.page-service-refined .faq-card,
.page-service-refined .info-card,
.page-service-refined .zone-card,
.page-service-refined .project-card,
.service-editorial-section .info-card,
.service-editorial-section .project-card,
.portfolio-body .info-card,
.portfolio-body .project-card,
.portfolio-body .zone-card,
.home-local-anchor-mini { border-radius: var(--finish-card-radius); }
.page-local-refined .value-card-grid,
.page-local-refined .project-link-grid,
.page-local-refined .local-nearby-grid,
.page-service-refined .value-card-grid,
.page-service-refined .project-link-grid,
.page-service-refined .local-nearby-grid,
.service-editorial-section .value-card-grid,
.service-editorial-section .project-link-grid,
.service-editorial-section .local-nearby-grid,
.home-local-anchor-grid { gap: clamp(14px, 1.8vw, 22px); }
body.page-home .home-local-anchor-card {
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(22px, 4vw, 40px);
}
body.page-home .home-local-anchor-card > h2 { font-size: clamp(2.1rem, 5vw, 4rem); }
body.page-home .home-local-anchor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(10px, 1.6vw, 18px);
}
body.page-home .home-local-anchor-mini { padding: clamp(16px, 2vw, 22px); }
body.page-home .home-local-anchor-mini .inline-link-row,
.portfolio-body .inline-link-row,
.page-local-refined .inline-link-row,
.page-service-refined .inline-link-row,
.service-editorial-section .inline-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.portfolio-body .portfolio-hero-inner { gap: clamp(16px, 2vw, 22px); }
.portfolio-body .portfolio-nav-chips,
.portfolio-body .desktop-nav,
.portfolio-body .mobile-panel { gap: 10px 12px; }
.portfolio-body .portfolio-nav-chips a,
.portfolio-body .desktop-nav a,
.portfolio-body .mobile-panel a { white-space: nowrap; }
.portfolio-body .portfolio-section { scroll-margin-top: 90px; }
.portfolio-body .portfolio-grid { gap: clamp(10px, 1.4vw, 16px); }
.portfolio-body .portfolio-tile { border-radius: 20px; overflow: hidden; }
.portfolio-body .portfolio-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-body .press-portfolio-grid,
.portfolio-body .project-link-grid,
.portfolio-body .local-nearby-grid { gap: clamp(14px, 1.8vw, 20px); }
.lightbox { padding: clamp(14px, 2vw, 24px); }
.lightbox-figure {
  max-width: min(92vw, 1360px);
  max-height: 88vh;
}
.lightbox-figure img {
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 18px;
}
.lightbox-close,
.lightbox-nav {
  width: 46px;
  height: 46px;
  border-radius: 999px;
}
.section hr,
.section-divider,
.editorial-divider,
.local-divider { display: none !important; }
@media (min-width: 980px) {
  .local-hero-grid,
  .service-hero-grid,
  .service-editorial-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    align-items: start;
  }
  .page-local-refined .local-hero-copy h1,
  .page-service-refined .service-hero-copy h1,
  .project-hero-copy h1,
  .service-editorial-title {
    width: min(13ch, 100%);
    font-size: clamp(2.9rem, 4vw, 4.6rem);
  }
  body.page-home .home-local-anchor-card > h2 { width: min(15ch, 100%); }
  .page-local-refined .section-intro,
  .page-service-refined .section-intro,
  .service-editorial-copy > p,
  .page-local-refined .local-note-card > p,
  .page-service-refined .local-note-card > p { max-width: var(--finish-narrow-max); }
  .page-local-refined .project-link-grid,
  .page-local-refined .local-nearby-grid,
  .page-service-refined .project-link-grid,
  .page-service-refined .local-nearby-grid,
  .service-editorial-section .project-link-grid,
  .service-editorial-section .local-nearby-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 979px) {
  .local-hero-copy h1,
  .service-hero-copy h1,
  .project-hero-copy h1,
  .service-editorial-title,
  body.page-home .home-local-anchor-card > h2 {
    width: 100%;
    max-width: none !important;
    font-size: clamp(2.15rem, 8.4vw, 3.8rem);
  }
  .local-hero-grid,
  .service-hero-grid,
  .service-editorial-grid,
  body.page-home .home-local-anchor-grid { grid-template-columns: 1fr; }
  .page-local-refined .project-link-grid,
  .page-local-refined .local-nearby-grid,
  .page-service-refined .project-link-grid,
  .page-service-refined .local-nearby-grid,
  .service-editorial-section .project-link-grid,
  .service-editorial-section .local-nearby-grid,
  .portfolio-body .press-portfolio-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .section,
  .portfolio-body .portfolio-section,
  .portfolio-body .portfolio-hero {
    padding-top: clamp(26px, 8vw, 42px);
    padding-bottom: clamp(26px, 8vw, 42px);
  }
  .page-local-refined .info-card,
  .page-local-refined .faq-card,
  .page-local-refined .zone-card,
  .page-local-refined .project-card,
  .page-service-refined .info-card,
  .page-service-refined .faq-card,
  .page-service-refined .zone-card,
  .page-service-refined .project-card,
  .service-editorial-section .info-card,
  .service-editorial-section .project-card,
  .service-editorial-section .zone-card,
  .portfolio-body .info-card,
  .portfolio-body .project-card,
  .portfolio-body .zone-card,
  body.page-home .home-local-anchor-card,
  body.page-home .home-local-anchor-mini { padding: 18px; }
  .portfolio-body .portfolio-nav-chips {
    display: flex;
    flex-wrap: wrap;
  }
  .lightbox { padding: 10px; }
  .lightbox-figure img { max-height: 72vh; }
}


/* v373 home local title size alignment */
html[lang="it"] body.page-home .home-local-anchor-card > h2,
body.page-home.lang-it .home-local-anchor-card > h2 {
  font-size: clamp(1.7rem, 1.45rem + 0.36vw, 1.95rem) !important;
}


/* v374 home local title desktop width fix */
@media (min-width: 980px) {
  html[lang="it"] body.page-home .home-local-anchor-card > h2,
  body.page-home.lang-it .home-local-anchor-card > h2,
  body.page-home .home-local-anchor-card > h2 {
    font-size: clamp(1.7rem, 1.45rem + 0.36vw, 1.95rem) !important;
    width: min(23ch, 100%) !important;
    max-width: 23ch !important;
    text-wrap: pretty !important;
    line-height: 0.98 !important;
  }

  body.page-home .home-local-anchor-card > p:not(.home-local-anchor-copy),
  body.page-home .home-local-anchor-copy {
    max-width: 70ch !important;
  }
}


/* v375 desktop breathing outside home */
:root {
  --desktop-hero-text-max: 66ch;
  --desktop-text-max: 68ch;
}

@media (min-width: 980px) {
  body:not(.page-home).page-local-refined .local-hero-grid,
  body:not(.page-home).page-service-refined .service-hero-grid,
  body:not(.page-home).page-service-refined .local-hero-grid,
  body:not(.page-home) .service-editorial-grid,
  body:not(.page-home) .page-local-refined .service-faq-grid,
  body:not(.page-home) .page-local-refined .local-body-grid,
  body:not(.page-home) .page-service-refined .service-faq-grid,
  body:not(.page-home) .page-service-refined .local-body-grid {
    gap: clamp(34px, 4vw, 64px);
  }

  body:not(.page-home).page-local-refined .local-hero-grid,
  body:not(.page-home).page-service-refined .service-hero-grid,
  body:not(.page-home).page-service-refined .local-hero-grid,
  body:not(.page-home) .service-editorial-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
    align-items: start;
  }

  body:not(.page-home).page-local-refined .local-hero-copy h1,
  body:not(.page-home).page-service-refined .service-hero-copy h1,
  body:not(.page-home).page-service-refined .local-hero-copy h1,
  body:not(.page-home) .project-hero-copy h1,
  body:not(.page-home).page-service-refined .service-editorial-title,
  body:not(.page-home) .service-editorial-title {
    width: min(16.6ch, 100%) !important;
    max-width: none !important;
    font-size: clamp(3rem, 4vw, 4.8rem);
    line-height: 0.95;
  }

  body:not(.page-home).page-local-refined .local-hero-copy > .section-intro:first-of-type,
  body:not(.page-home).page-service-refined .service-hero-copy > .section-intro:first-of-type,
  body:not(.page-home).page-service-refined .local-hero-copy > .section-intro:first-of-type,
  body:not(.page-home) .project-hero-copy > .section-intro:first-of-type,
  body:not(.page-home).page-service-refined .service-editorial-copy > .section-intro:first-of-type,
  body:not(.page-home).page-local-refined .local-note-card > p,
  body:not(.page-home).page-service-refined .local-note-card > p,
  body:not(.page-home).page-local-refined .info-card > p,
  body:not(.page-home).page-service-refined .info-card > p,
  body:not(.page-home).page-local-refined .project-card-body > p,
  body:not(.page-home).page-service-refined .project-card-body > p,
  body:not(.page-home).page-local-refined .zone-card > p,
  body:not(.page-home).page-service-refined .zone-card > p,
  body:not(.page-home) .service-editorial-copy > p,
  body:not(.page-home) .service-editorial-section .info-card > p,
  body:not(.page-home) .service-editorial-section .project-card-body > p,
  body:not(.page-home) .service-editorial-section .zone-card > p {
    max-width: var(--desktop-text-max) !important;
  }

  body:not(.page-home).page-local-refined .section-intro,
  body:not(.page-home).page-service-refined .section-intro,
  body:not(.page-home) .service-editorial-copy .section-intro,
  body:not(.page-home) .service-editorial-section > .container > p:not(.section-kicker):not(.service-editorial-kicker) {
    max-width: var(--desktop-hero-text-max) !important;
  }

  body:not(.page-home).page-local-refined .value-card-grid,
  body:not(.page-home).page-local-refined .editorial-notes-grid,
  body:not(.page-home).page-local-refined .project-link-grid,
  body:not(.page-home).page-local-refined .local-nearby-grid,
  body:not(.page-home).page-service-refined .value-card-grid,
  body:not(.page-home).page-service-refined .project-link-grid,
  body:not(.page-home).page-service-refined .local-nearby-grid,
  body:not(.page-home) .service-editorial-section .value-card-grid,
  body:not(.page-home) .service-editorial-section .project-link-grid,
  body:not(.page-home) .service-editorial-section .local-nearby-grid {
    gap: clamp(18px, 1.8vw, 24px);
  }

  body:not(.page-home).page-portfolio .portfolio-hero-inner,
  body:not(.page-home).page-portfolio .portfolio-section > .container {
    max-width: min(1180px, 92vw);
  }

  body:not(.page-home).page-portfolio .portfolio-head,
  body:not(.page-home).page-portfolio .portfolio-head h2 {
    max-width: none;
  }

  body:not(.page-home).page-portfolio .portfolio-head h2 {
    width: auto;
    line-height: 1;
  }

  body:not(.page-home).page-portfolio .portfolio-hero .section-intro,
  body:not(.page-home).page-portfolio .portfolio-section .section-intro,
  body:not(.page-home).page-portfolio .portfolio-service-cta p {
    max-width: 60ch !important;
  }
}

@media (min-width: 980px) and (max-width: 1279px) {
  body:not(.page-home).page-local-refined .value-card-grid,
  body:not(.page-home).page-local-refined .editorial-notes-grid,
  body:not(.page-home).page-local-refined .project-link-grid,
  body:not(.page-home).page-local-refined .local-nearby-grid,
  body:not(.page-home).page-service-refined .value-card-grid,
  body:not(.page-home).page-service-refined .project-link-grid,
  body:not(.page-home).page-service-refined .local-nearby-grid,
  body:not(.page-home) .service-editorial-section .value-card-grid,
  body:not(.page-home) .service-editorial-section .project-link-grid,
  body:not(.page-home) .service-editorial-section .local-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  body:not(.page-home).page-local-refined .local-hero-grid,
  body:not(.page-home).page-service-refined .service-hero-grid,
  body:not(.page-home).page-service-refined .local-hero-grid,
  body:not(.page-home) .service-editorial-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  }

  body:not(.page-home).page-local-refined .local-hero-copy h1,
  body:not(.page-home).page-service-refined .service-hero-copy h1,
  body:not(.page-home).page-service-refined .local-hero-copy h1,
  body:not(.page-home) .project-hero-copy h1,
  body:not(.page-home).page-service-refined .service-editorial-title,
  body:not(.page-home) .service-editorial-title {
    width: min(17.6ch, 100%) !important;
  }

  body:not(.page-home).page-local-refined .value-card-grid,
  body:not(.page-home).page-local-refined .editorial-notes-grid,
  body:not(.page-home).page-local-refined .project-link-grid,
  body:not(.page-home).page-local-refined .local-nearby-grid,
  body:not(.page-home).page-service-refined .value-card-grid,
  body:not(.page-home).page-service-refined .project-link-grid,
  body:not(.page-home).page-service-refined .local-nearby-grid,
  body:not(.page-home) .service-editorial-section .value-card-grid,
  body:not(.page-home) .service-editorial-section .project-link-grid,
  body:not(.page-home) .service-editorial-section .local-nearby-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}


/* v376 content divider cleanup */
:root {
  --content-block-gap-clean: clamp(16px, 2.2vw, 24px);
}

.page-local-refined .section .info-card,
.page-local-refined .info-card,
.page-local-refined .zone-card,
.page-local-refined .faq-card,
.page-local-refined .project-card,
.page-local-refined .project-card-body,
.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-service-refined .info-card,
.page-service-refined .zone-card,
.page-service-refined .faq-card,
.page-service-refined .project-card,
.page-service-refined .project-card-body,
.page-service-refined .local-note-card,
.page-service-refined .local-links-card,
.page-service-refined .service-contact-shell-hero,
.page-service-refined .hero-direct-contact,
.service-editorial-section .info-card,
.service-editorial-section .zone-card,
.service-editorial-section .faq-card,
.service-editorial-section .project-card,
.service-editorial-section .project-card-body,
.portfolio-body .info-card,
.portfolio-body .zone-card,
.portfolio-body .project-card,
.portfolio-body .project-card-body {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
}

.page-local-refined .project-link-list .project-card,
.page-local-refined .nearby-link-list .zone-card,
.page-service-refined .project-link-grid .project-card,
.page-service-refined .local-nearby-grid .zone-card,
.page-service-refined .faq-grid .faq-card,
.page-service-refined .value-card-grid .info-card,
.service-editorial-section .project-link-grid .project-card,
.service-editorial-section .local-nearby-grid .zone-card,
.service-editorial-section .faq-grid .faq-card,
.service-editorial-section .value-card-grid .info-card,
.portfolio-body .project-link-grid .project-card,
.portfolio-body .local-nearby-grid .zone-card,
.portfolio-body .press-portfolio-grid > *,
.portfolio-body .portfolio-bottom-links .info-card {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
}

.page-local-refined .section .info-card:first-child,
.page-local-refined .section-tone-contact .info-card,
.page-service-refined .section .info-card:first-child,
.page-service-refined .section-tone-contact .info-card,
.service-editorial-section > .container > .info-card:first-child,
.portfolio-body .portfolio-section > .container > .info-card:first-child {
  margin-bottom: var(--content-block-gap-clean) !important;
}

.page-local-refined .value-card-grid,
.page-local-refined .faq-grid,
.page-local-refined .project-link-grid,
.page-local-refined .local-nearby-grid,
.page-local-refined .project-link-list,
.page-local-refined .nearby-link-list,
.page-service-refined .value-card-grid,
.page-service-refined .faq-grid,
.page-service-refined .project-link-grid,
.page-service-refined .local-nearby-grid,
.service-editorial-section .value-card-grid,
.service-editorial-section .faq-grid,
.service-editorial-section .project-link-grid,
.service-editorial-section .local-nearby-grid,
.portfolio-body .project-link-grid,
.portfolio-body .local-nearby-grid,
.portfolio-body .press-portfolio-grid {
  row-gap: clamp(18px, 2.6vw, 28px) !important;
}

.page-local-refined .local-note-card,
.page-local-refined .local-links-card,
.page-local-refined .info-card,
.page-local-refined .zone-card,
.page-local-refined .faq-card,
.page-local-refined .project-card,
.page-service-refined .local-note-card,
.page-service-refined .local-links-card,
.page-service-refined .info-card,
.page-service-refined .zone-card,
.page-service-refined .faq-card,
.page-service-refined .project-card,
.service-editorial-section .info-card,
.service-editorial-section .zone-card,
.service-editorial-section .faq-card,
.service-editorial-section .project-card,
.portfolio-body .info-card,
.portfolio-body .zone-card,
.portfolio-body .project-card {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .page-local-refined .section .info-card:first-child,
  .page-local-refined .section-tone-contact .info-card,
  .page-service-refined .section .info-card:first-child,
  .page-service-refined .section-tone-contact .info-card,
  .service-editorial-section > .container > .info-card:first-child,
  .portfolio-body .portfolio-section > .container > .info-card:first-child {
    margin-bottom: 14px !important;
  }
}


/* v377 visual cleanup without touching home or floating actions */
body:not(.page-home).page-local-refined .section + .section,
body:not(.page-home).page-service-refined .section + .section {
  border-top: 0 !important;
  padding-top: clamp(34px, 5vw, 72px) !important;
}

body:not(.page-home).page-local-refined .local-note-card,
body:not(.page-home).page-local-refined .local-links-card,
body:not(.page-home).page-local-refined .info-card,
body:not(.page-home).page-local-refined .faq-card,
body:not(.page-home).page-local-refined .zone-card,
body:not(.page-home).page-local-refined .project-card,
body:not(.page-home).page-local-refined .local-process-flow,
body:not(.page-home).page-local-refined .editorial-notes-grid .info-card,
body:not(.page-home).page-local-refined .project-link-list .project-card,
body:not(.page-home).page-local-refined .nearby-link-list .zone-card,
body:not(.page-home).page-service-refined .local-note-card,
body:not(.page-home).page-service-refined .local-links-card,
body:not(.page-home).page-service-refined .info-card,
body:not(.page-home).page-service-refined .faq-card,
body:not(.page-home).page-service-refined .zone-card,
body:not(.page-home).page-service-refined .project-card,
body:not(.page-home).page-service-refined .local-process-flow,
body:not(.page-home).page-service-refined .value-card-grid .info-card,
body:not(.page-home).page-service-refined .faq-grid .faq-card,
body:not(.page-home).page-service-refined .local-nearby-grid .zone-card,
body:not(.page-home).page-service-refined .project-link-grid .project-card {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body:not(.page-home).page-service-refined .service-contact-shell-hero,
body:not(.page-home).page-service-refined .hero-direct-contact {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 24px !important;
}

body:not(.page-home).page-local-refined .editorial-notes-grid,
body:not(.page-home).page-local-refined .faq-grid,
body:not(.page-home).page-local-refined .project-link-list,
body:not(.page-home).page-local-refined .nearby-link-list,
body:not(.page-home).page-local-refined .local-body-grid,
body:not(.page-home).page-local-refined .service-faq-grid,
body:not(.page-home).page-service-refined .value-card-grid,
body:not(.page-home).page-service-refined .faq-grid,
body:not(.page-home).page-service-refined .project-link-grid,
body:not(.page-home).page-service-refined .local-nearby-grid,
body:not(.page-home).page-service-refined .local-body-grid,
body:not(.page-home).page-service-refined .service-faq-grid {
  row-gap: clamp(24px, 3vw, 36px) !important;
}

body:not(.page-home).page-local-refined .editorial-notes-grid .info-card,
body:not(.page-home).page-local-refined .faq-card,
body:not(.page-home).page-local-refined .project-link-list .project-card,
body:not(.page-home).page-local-refined .nearby-link-list .zone-card,
body:not(.page-home).page-service-refined .value-card-grid .info-card,
body:not(.page-home).page-service-refined .faq-grid .faq-card,
body:not(.page-home).page-service-refined .project-link-grid .project-card,
body:not(.page-home).page-service-refined .local-nearby-grid .zone-card {
  margin-top: 0 !important;
}

body:not(.page-home).page-local-refined .section-tone-contact .info-card,
body:not(.page-home).page-local-refined .section .info-card:first-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  body:not(.page-home).page-local-refined .section + .section,
  body:not(.page-home).page-service-refined .section + .section {
    padding-top: 28px !important;
  }

  body:not(.page-home).page-local-refined .local-body-grid,
  body:not(.page-home).page-local-refined .service-faq-grid,
  body:not(.page-home).page-local-refined .project-link-list,
  body:not(.page-home).page-local-refined .nearby-link-list,
  body:not(.page-home).page-local-refined .editorial-notes-grid,
  body:not(.page-home).page-local-refined .faq-grid,
  body:not(.page-home).page-service-refined .value-card-grid,
  body:not(.page-home).page-service-refined .faq-grid,
  body:not(.page-home).page-service-refined .project-link-grid,
  body:not(.page-home).page-service-refined .local-nearby-grid,
  body:not(.page-home).page-service-refined .local-body-grid,
  body:not(.page-home).page-service-refined .service-faq-grid {
    row-gap: 22px !important;
  }

  body:not(.page-home).page-service-refined .service-contact-shell-hero,
  body:not(.page-home).page-service-refined .hero-direct-contact {
    margin-top: 20px !important;
  }
}


/* restore roomy contact shell from contactfix baseline */
@media (min-width: 980px) {
  body:not(.page-home).page-local-refined .hero-direct-contact,
  body:not(.page-home).page-service-refined .hero-direct-contact,
  body:not(.page-home).page-service-refined .service-contact-shell-hero {
    width: 100% !important;
    max-width: min(72rem, 100%) !important;
    margin-top: clamp(26px, 2.8vw, 36px) !important;
    padding: clamp(24px, 2.7vw, 34px) !important;
    gap: clamp(16px, 1.4vw, 22px) !important;
    border-top: 0 !important;
    border-radius: 32px !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact h2,
  body:not(.page-home).page-service-refined .hero-direct-contact h2,
  body:not(.page-home).page-service-refined .service-contact-shell-hero h2 {
    margin: 0 0 2px !important;
    font-size: clamp(1.9rem, 1.2rem + 1.4vw, 3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em !important;
    max-width: none !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact p.section-intro,
  body:not(.page-home).page-service-refined .hero-direct-contact p.section-intro,
  body:not(.page-home).page-service-refined .service-contact-shell-hero p.section-intro,
  body:not(.page-home).page-service-refined .service-contact-shell-hero > p:not(.service-inline-note),
  body:not(.page-home).page-service-refined .hero-direct-contact > p:not(.service-inline-note),
  body:not(.page-home).page-local-refined .hero-direct-contact > p:not(.service-inline-note) {
    max-width: 66ch !important;
    font-size: clamp(1.06rem, 0.18vw + 1.02rem, 1.16rem) !important;
    line-height: 1.56 !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .message-form,
  body:not(.page-home).page-service-refined .hero-direct-contact .message-form,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .service-contact-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 20px !important;
    margin-top: 8px !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .field,
  body:not(.page-home).page-service-refined .hero-direct-contact .field,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field {
    gap: 10px !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .field label,
  body:not(.page-home).page-service-refined .hero-direct-contact .field label,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field label {
    font-size: 1.04rem !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .field input,
  body:not(.page-home).page-local-refined .hero-direct-contact .field select,
  body:not(.page-home).page-local-refined .hero-direct-contact .field textarea,
  body:not(.page-home).page-service-refined .hero-direct-contact .field input,
  body:not(.page-home).page-service-refined .hero-direct-contact .field select,
  body:not(.page-home).page-service-refined .hero-direct-contact .field textarea,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field input,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field select,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field textarea {
    padding: 18px 20px !important;
    border-radius: 22px !important;
    font-size: clamp(1.05rem, 0.2vw + 1.01rem, 1.14rem) !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .field textarea,
  body:not(.page-home).page-service-refined .hero-direct-contact .field textarea,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field textarea {
    min-height: 240px !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .field.field-full,
  body:not(.page-home).page-service-refined .hero-direct-contact .field.field-full,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .field.field-full,
  body:not(.page-home).page-local-refined .hero-direct-contact .btn-row,
  body:not(.page-home).page-service-refined .hero-direct-contact .btn-row,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .btn-row,
  body:not(.page-home).page-local-refined .hero-direct-contact .inline-link-row,
  body:not(.page-home).page-service-refined .hero-direct-contact .inline-link-row,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .inline-link-row {
    grid-column: 1 / -1 !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .btn-row,
  body:not(.page-home).page-service-refined .hero-direct-contact .btn-row,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .btn-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin-top: 10px !important;
  }

  body:not(.page-home).page-local-refined .hero-direct-contact .btn,
  body:not(.page-home).page-service-refined .hero-direct-contact .btn,
  body:not(.page-home).page-service-refined .service-contact-shell-hero .btn {
    min-height: 64px !important;
    padding-inline: 22px !important;
    font-size: clamp(1.1rem, 0.16vw + 1.07rem, 1.22rem) !important;
  }
}


/* v379 revert mural contact shell to v360 baseline and keep workshops unboxed */
body:not(.page-workshop).page-service-refined .service-contact-shell-hero,
body:not(.page-workshop).page-service-refined .hero-direct-contact,
body:not(.page-workshop).page-local-refined .hero-direct-contact {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 54rem !important;
  width: auto !important;
  margin-top: 28px !important;
  padding: clamp(20px, 3.4vw, 30px) !important;
  border: 1px solid rgba(192, 149, 88, 0.28) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(560px 180px at 0% 0%, rgba(255, 255, 255, 0.62), transparent 62%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.96) 0%, rgba(247, 239, 229, 0.98) 100%) !important;
  box-shadow:
    0 24px 60px rgba(86, 57, 28, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  overflow: hidden;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero::before,
body:not(.page-workshop).page-service-refined .hero-direct-contact::before,
body:not(.page-workshop).page-local-refined .hero-direct-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px 140px at 100% 0%, rgba(222, 188, 139, 0.18), transparent 62%);
  pointer-events: none;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero > *,
body:not(.page-workshop).page-service-refined .hero-direct-contact > *,
body:not(.page-workshop).page-local-refined .hero-direct-contact > * {
  position: relative;
  z-index: 1;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero,
body:not(.page-workshop).page-service-refined .hero-direct-contact,
body:not(.page-workshop).page-local-refined .hero-direct-contact {
  padding-top: clamp(20px, 3.4vw, 30px) !important;
  border-top: none !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero h2,
body:not(.page-workshop).page-service-refined .hero-direct-contact h2,
body:not(.page-workshop).page-local-refined .hero-direct-contact h2 {
  margin: 0 !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
  max-width: none !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero p,
body:not(.page-workshop).page-service-refined .hero-direct-contact p,
body:not(.page-workshop).page-local-refined .hero-direct-contact p {
  margin: 0 !important;
  max-width: 58ch !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .service-contact-form,
body:not(.page-workshop).page-service-refined .hero-direct-contact .message-form,
body:not(.page-workshop).page-local-refined .hero-direct-contact .message-form {
  margin-top: 6px !important;
  gap: 15px !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .field label,
body:not(.page-workshop).page-service-refined .hero-direct-contact .field label,
body:not(.page-workshop).page-local-refined .hero-direct-contact .field label {
  color: rgba(88, 60, 31, 0.84) !important;
  font-weight: 700 !important;
  font-size: 0.94rem !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .field input,
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .field textarea,
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .field select,
body:not(.page-workshop).page-service-refined .hero-direct-contact .field input,
body:not(.page-workshop).page-service-refined .hero-direct-contact .field textarea,
body:not(.page-workshop).page-service-refined .hero-direct-contact .field select,
body:not(.page-workshop).page-local-refined .hero-direct-contact .field input,
body:not(.page-workshop).page-local-refined .hero-direct-contact .field textarea,
body:not(.page-workshop).page-local-refined .hero-direct-contact .field select {
  padding: 14px 15px !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(188, 146, 84, 0.34) !important;
  box-shadow: 0 8px 22px rgba(106, 75, 42, 0.04) !important;
  font-size: 1rem !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .field textarea,
body:not(.page-workshop).page-service-refined .hero-direct-contact .field textarea,
body:not(.page-workshop).page-local-refined .hero-direct-contact .field textarea {
  min-height: 132px !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .btn-row,
body:not(.page-workshop).page-service-refined .hero-direct-contact .btn-row,
body:not(.page-workshop).page-local-refined .hero-direct-contact .btn-row {
  margin-top: 4px !important;
  gap: 12px !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .btn,
body:not(.page-workshop).page-service-refined .hero-direct-contact .btn,
body:not(.page-workshop).page-local-refined .hero-direct-contact .btn {
  min-height: 52px !important;
  box-shadow: 0 14px 30px rgba(85, 58, 31, 0.1) !important;
  font-size: 1rem !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .inline-link-row,
body:not(.page-workshop).page-service-refined .hero-direct-contact .inline-link-row,
body:not(.page-workshop).page-local-refined .hero-direct-contact .inline-link-row {
  margin-top: 4px !important;
}
body:not(.page-workshop).page-service-refined .service-contact-shell-hero .inline-link-row a,
body:not(.page-workshop).page-service-refined .hero-direct-contact .inline-link-row a,
body:not(.page-workshop).page-local-refined .hero-direct-contact .inline-link-row a {
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  body:not(.page-workshop).page-service-refined .service-contact-shell-hero .btn-row,
  body:not(.page-workshop).page-service-refined .hero-direct-contact .btn-row,
  body:not(.page-workshop).page-local-refined .hero-direct-contact .btn-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 767px) {
  body:not(.page-workshop).page-service-refined .service-contact-shell-hero,
  body:not(.page-workshop).page-service-refined .hero-direct-contact,
  body:not(.page-workshop).page-local-refined .hero-direct-contact {
    border-radius: 24px !important;
    padding: 18px !important;
  }
}


/* v397 home service-card title alignment */
@media (min-width: 980px) {
  body.page-home .home-services-grid .service-card h3 {
    min-height: 2.12em;
  }
}


/* v399 home title rhythm and about bio */
body.page-home .service-card h3 .title-line {
  display: block;
}
@media (min-width: 980px) {
  body.page-home .home-services-grid .service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  body.page-home .home-services-grid .service-card h3 {
    min-height: 2.22em;
    max-width: none;
  }
  body.page-home .home-services-grid .service-card p {
    margin-top: 14px;
  }
}
@media (max-width: 699px) {
  body.page-home .home-services-grid .service-card h3 {
    max-width: 9.2ch;
    text-wrap: balance;
  }
}
.about-bio-panel {
  max-width: 88ch;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(200,159,99,.22);
  border-radius: clamp(26px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(255,253,249,.98) 0%, rgba(255,248,239,.96) 100%);
  box-shadow: 0 18px 48px rgba(56,39,24,.06);
}
.about-bio-text {
  margin: 0;
  max-width: 72ch;
  font-size: clamp(1.06rem, 1rem + .28vw, 1.2rem);
  line-height: 1.75;
  color: var(--ink);
}


/* v406 home atelier card rhythm + workshop branch restore base */
body.page-home .home-services-grid .service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
body.page-home .home-services-grid .service-card h3,
body.page-home .home-services-grid .service-card p {
  margin: 0;
}
body.page-home .home-services-grid .service-card p {
  line-height: 1.18;
}
@media (max-width: 979px) {
  body.page-home .home-services-grid .service-card h3 .title-line {
    display: block !important;
  }
  body.page-home .home-services-grid .service-card h3 .title-line + .title-line {
    margin-left: 0 !important;
    margin-top: 0.05em;
  }
}
@media (min-width: 980px) {
  body.page-home .home-services-grid .service-card h3 .title-line {
    display: inline !important;
  }
  body.page-home .home-services-grid .service-card h3 .title-line + .title-line {
    margin-top: 0 !important;
    margin-left: 0.28ch !important;
  }
}


/* v407 home workshop card harmony */
body.page-home .service-card {
  align-content: start;
}
body.page-home .service-card p {
  margin-top: 10px;
}

body.page-home .service-card-workshops h3 {
  max-width: none;
}
body.page-home .service-card-workshops p {
  text-wrap: pretty;
}
@media (min-width: 980px) {
  body.page-home .service-card-workshops {
    gap: 10px;
  }
  body.page-home .service-card-workshops h3 {
    max-width: none;
  }
}

/* v412 restore home service cards desktop to ref388 geometry */
@media (min-width: 980px) {
  body.page-home .home-services-grid .service-card {
    display: grid !important;
    gap: 4px !important;
    align-content: center !important;
    min-height: 88px !important;
    padding: 18px 18px 16px !important;
  }

  body.page-home .home-services-grid .service-card h3 {
    margin: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    font-size: var(--card-title-size) !important;
    line-height: 1.05 !important;
  }

  body.page-home .home-services-grid .service-card p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: normal !important;
  }

  body.page-home .home-services-grid .service-card h3 .title-line {
    display: inline !important;
  }

  body.page-home .home-services-grid .service-card h3 .title-line + .title-line {
    margin-top: 0 !important;
    margin-left: 0.28ch !important;
  }

  body.page-home .home-services-grid .service-card.service-card-workshops {
    gap: 4px !important;
    align-content: center !important;
  }

  body.page-home .home-services-grid .service-card.service-card-workshops h3,
  body.page-home .home-services-grid .service-card.service-card-workshops p {
    margin: 0 !important;
  }
}


/* v413 home desktop restore to ref388 buttons geometry + atelier card in same family */
body.page-home .service-card:nth-child(6) {
  border-color: rgba(195, 152, 96, 0.22) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(252, 247, 241, 0.98) 100%
  ) !important;
  color: var(--ink) !important;
}
body.page-home .service-card:nth-child(6) p {
  color: rgba(77, 57, 39, 0.76) !important;
}
@media (min-width: 980px) {
  body.page-home .home-services-grid .service-card {
    display: grid !important;
    gap: 4px !important;
    align-content: center !important;
    min-height: 82px !important;
    padding: 15px 16px 14px !important;
  }
  body.page-home .home-services-grid .service-card h3 {
    margin: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    font-size: clamp(1.24rem, 1.02rem + 0.34vw, 1.46rem) !important;
    line-height: 1.04 !important;
  }
  body.page-home .home-services-grid .service-card p {
    margin: 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
  }
  body.page-home .home-services-grid .service-card h3 .title-line {
    display: inline !important;
  }
  body.page-home .home-services-grid .service-card h3 .title-line + .title-line {
    margin-left: 0.28ch !important;
    margin-top: 0 !important;
  }
  body.page-home .home-services-grid .service-card.service-card-workshops {
    display: grid !important;
    gap: 4px !important;
    align-content: center !important;
    min-height: 82px !important;
    padding: 15px 16px 14px !important;
  }
  body.page-home .home-services-grid .service-card.service-card-workshops h3 {
    max-width: none !important;
  }
  body.page-home .home-services-grid .service-card.service-card-workshops p {
    margin: 0 !important;
    font-size: 0.88rem !important;
    line-height: 1.22 !important;
    text-wrap: pretty !important;
  }
}

/* mobile tuning for Android home service cards */
@media (max-width: 640px) {
  body.page-home .home-services-grid {
    gap: 12px !important;
    align-items: stretch !important;
  }

  body.page-home .service-card {
    min-height: 0 !important;
    height: 100% !important;
    padding: 15px 14px 16px !important;
    border-radius: 22px !important;
    gap: 7px !important;
    align-content: start !important;
  }

  body.page-home .service-card h3 {
    font-size: clamp(1.02rem, 3.95vw, 1.18rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
  }

  body.page-home .service-card p {
    font-size: clamp(0.82rem, 3.15vw, 0.9rem) !important;
    line-height: 1.22 !important;
  }

  body.page-home .service-card h3 .title-line + .title-line {
    margin-top: 0.04em !important;
  }

  body.page-home .service-card.service-card-workshops h3 {
    font-size: clamp(0.98rem, 3.75vw, 1.14rem) !important;
  }

  body.page-home .service-card.service-card-workshops p {
    font-size: clamp(0.8rem, 3.05vw, 0.87rem) !important;
    line-height: 1.18 !important;
    max-width: 14ch !important;
  }
}

@media (max-width: 420px) {
  body.page-home .service-card {
    padding: 14px 13px 15px !important;
  }

  body.page-home .service-card h3 {
    font-size: clamp(0.98rem, 4vw, 1.12rem) !important;
  }

  body.page-home .service-card p {
    font-size: clamp(0.79rem, 3.2vw, 0.86rem) !important;
  }
}
