:root {
  --cream: #fbf4e8;
  --paper: #fffaf2;
  --sand: #eadac5;
  --clay: #b87947;
  --gold: #c79a4a;
  --cocoa: #4b3327;
  --charcoal: #211d1a;
  --sage: #6b7d65;
  --teal: #1e6b67;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(63, 40, 25, 0.16);
  --soft-shadow: 0 14px 36px rgba(58, 39, 27, 0.11);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--charcoal);
  background:
    radial-gradient(circle at top left, rgba(199, 154, 74, 0.16), transparent 32rem),
    linear-gradient(180deg, var(--cream), #fffdf8 42%, #f5eadb);
  line-height: 1.65;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 32px), 1240px);
  min-height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 12px 16px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.74);
  box-shadow: 0 12px 34px rgba(32, 25, 20, 0.11);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 0.25s ease, box-shadow 0.25s ease, top 0.25s ease;
}

.site-header.scrolled {
  top: 10px;
  background: rgba(255, 250, 242, 0.92);
  box-shadow: 0 18px 44px rgba(32, 25, 20, 0.16);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  white-space: nowrap;
}

.brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  font-weight: 700;
  color: var(--cocoa);
}

.brand small {
  margin-top: 4px;
  color: rgba(33, 29, 26, 0.65);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 24px);
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(33, 29, 26, 0.72);
}

.main-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--clay), var(--gold));
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--clay);
}

.main-nav a.active::after,
.main-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

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

.btn-primary,
.header-btn {
  color: var(--white);
  background: linear-gradient(135deg, #9d5f34, #c99645);
  box-shadow: 0 14px 30px rgba(157, 95, 52, 0.28);
}

.btn-primary:hover,
.header-btn:hover {
  box-shadow: 0 18px 38px rgba(157, 95, 52, 0.34);
}

.btn-secondary {
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline {
  color: var(--cocoa);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(157, 95, 52, 0.28);
  box-shadow: var(--soft-shadow);
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.whatsapp-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.52 3.48A11.8 11.8 0 0 0 12.1 0C5.56 0 .24 5.32.24 11.86c0 2.09.55 4.14 1.6 5.94L.14 24l6.36-1.67a11.84 11.84 0 0 0 5.6 1.43h.01c6.54 0 11.86-5.32 11.86-11.86 0-3.17-1.23-6.15-3.45-8.42ZM12.11 21.75h-.01a9.86 9.86 0 0 1-5.03-1.38l-.36-.22-3.77.99 1.01-3.67-.24-.38a9.8 9.8 0 0 1-1.51-5.23C2.2 6.42 6.64 1.98 12.1 1.98c2.64 0 5.13 1.03 7 2.9a9.84 9.84 0 0 1 2.9 7.02c0 5.45-4.44 9.85-9.89 9.85Zm5.42-7.38c-.3-.15-1.75-.86-2.02-.96-.27-.1-.47-.15-.67.15-.2.3-.77.96-.95 1.16-.17.2-.35.22-.64.07-.3-.15-1.25-.46-2.38-1.47a8.94 8.94 0 0 1-1.65-2.05c-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.2-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.8.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.2 5.08 4.49.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.09 1.75-.72 2-1.41.25-.7.25-1.29.17-1.41-.07-.13-.27-.2-.57-.35Z'/%3E%3C/svg%3E");
}

.instagram-icon {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm-.2 2A3.6 3.6 0 0 0 4 7.6v8.8A3.6 3.6 0 0 0 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6A3.6 3.6 0 0 0 16.4 4H7.6Zm9.65 1.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5ZM12 7.25A4.75 4.75 0 1 1 12 16.75 4.75 4.75 0 0 1 12 7.25Zm0 2A2.75 2.75 0 1 0 12 14.75 2.75 2.75 0 0 0 12 9.25Z'/%3E%3C/svg%3E");
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/him-painting.jpeg") center / cover no-repeat;
  animation: slowZoom 22s ease-out forwards;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 18, 15, 0.76), rgba(22, 18, 15, 0.36) 48%, rgba(22, 18, 15, 0.18)),
    linear-gradient(0deg, rgba(22, 18, 15, 0.44), rgba(22, 18, 15, 0.08));
}

.hero-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding-top: 96px;
}

.hero-content h1,
.copy-block h2,
.section-heading h2,
.classes-panel h2,
.footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-content h1 {
  max-width: 790px;
  font-size: clamp(3.2rem, 6.8vw, 6.35rem);
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.hero-text {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.hero-actions,
.center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3c56e;
}

.section {
  padding: clamp(76px, 9vw, 128px) 0;
}

.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
}

.copy-block h2,
.section-heading h2,
.classes-panel h2,
.footer h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  color: var(--cocoa);
}

.copy-block p,
.section-heading p,
.classes-panel p,
.footer-copy p,
.small-line {
  color: rgba(33, 29, 26, 0.72);
  font-size: 1.03rem;
}

.copy-block .btn {
  margin-top: 14px;
}

.portrait-card,
.artwork-feature {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--paper);
}

.portrait-card::before,
.artwork-feature::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: calc(var(--radius) - 8px);
  pointer-events: none;
  z-index: 1;
}

.portrait-card img {
  height: min(620px, 72vh);
  object-fit: cover;
}

.gallery-section {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0), rgba(234, 218, 197, 0.4));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-height: 290px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--soft-shadow);
  background: #e8dccb;
}

.gallery-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 11px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(33, 29, 26, 0.54);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(33, 29, 26, 0.46));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.gallery-item:hover img,
.gallery-button:focus-visible img {
  transform: scale(1.055);
  filter: brightness(1.08) saturate(1.04);
}

.gallery-item:hover figcaption,
.gallery-button:focus-visible figcaption,
.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.gallery-button:focus-visible {
  outline: 3px solid rgba(199, 154, 74, 0.88);
  outline-offset: -3px;
}

.testimonials-section {
  background:
    linear-gradient(135deg, rgba(75, 51, 39, 0.05), rgba(30, 107, 103, 0.08)),
    var(--paper);
}

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

.testimonial-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(157, 95, 52, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}

.stars,
.trust-line {
  color: var(--gold);
  font-weight: 900;
}

.testimonial-card p {
  color: rgba(33, 29, 26, 0.72);
}

.testimonial-card strong {
  color: var(--cocoa);
}

.center-actions {
  justify-content: center;
  margin-top: 34px;
}

.custom-section {
  background: linear-gradient(180deg, #fffaf2, #f4e6d4);
}

.custom-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
}

.trust-line {
  margin: 22px 0 8px;
}

.artwork-feature img {
  aspect-ratio: 0.92;
  height: auto;
  object-fit: cover;
}

.artwork-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  color: var(--white);
  background: rgba(33, 29, 26, 0.55);
  backdrop-filter: blur(14px);
}

.artwork-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.classes-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(33, 29, 26, 0.48), rgba(33, 29, 26, 0.58)),
    url("assets/him-painting.jpeg") center / cover fixed;
}

.classes-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 66px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  text-align: center;
  color: var(--white);
  background: rgba(255, 250, 242, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.classes-panel h2,
.classes-panel p {
  color: var(--white);
}

.classes-panel p {
  max-width: 600px;
  margin: 18px auto 0;
}

.classes-panel .btn {
  margin-top: 28px;
}

.footer {
  background:
    radial-gradient(circle at 88% 12%, rgba(30, 107, 103, 0.16), transparent 24rem),
    var(--charcoal);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: start;
}

.footer h2,
.footer-copy p {
  color: var(--white);
}

.footer-copy p {
  opacity: 0.8;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease, transform 0.2s ease;
}

.contact-links a:hover {
  color: #f3c56e;
  transform: translateX(4px);
}

.quick-cta {
  max-width: 480px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 15px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(243, 197, 110, 0.82);
  background: rgba(255, 255, 255, 0.14);
}

.contact-form .btn {
  width: 100%;
  margin-top: 6px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #1f9f5f, #147a52);
  box-shadow: 0 18px 42px rgba(20, 122, 82, 0.32);
  font-weight: 900;
  transform: translateY(90px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-whatsapp:hover {
  box-shadow: 0 22px 52px rgba(20, 122, 82, 0.4);
  transform: translateY(-2px);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(21, 17, 14, 0.82);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox figure {
  width: min(960px, 100%);
  max-height: min(82vh, 820px);
  margin: 0;
  display: grid;
  gap: 14px;
}

.lightbox img {
  max-height: min(74vh, 720px);
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  background: var(--paper);
}

.lightbox figcaption {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--charcoal);
  background: rgba(255, 250, 242, 0.92);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.lightbox-close:hover {
  transform: rotate(6deg) scale(1.04);
  background: var(--white);
}

.reveal,
.reveal-on-load {
  opacity: 0;
  transform: translateY(28px);
}

.reveal-on-load {
  animation: fadeUp 0.9s ease forwards;
}

.delay-1 {
  animation-delay: 0.14s;
}

.delay-2 {
  animation-delay: 0.28s;
}

.delay-3 {
  animation-delay: 0.42s;
}

.reveal.is-visible {
  animation: fadeUp 0.82s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.09);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .menu-toggle {
    justify-self: end;
    display: inline-grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    color: var(--cocoa);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 19px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 18px 44px rgba(32, 25, 20, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    position: relative;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav a:hover {
    background: rgba(199, 154, 74, 0.13);
  }

  .main-nav a.active {
    background: rgba(199, 154, 74, 0.16);
  }

  .header-btn {
    padding-inline: 16px;
  }

  .split,
  .footer-grid,
  .custom-split {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  html {
    scroll-padding-top: 84px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    min-height: 66px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .header-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 42px;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(22, 18, 15, 0.54), rgba(22, 18, 15, 0.78)),
      linear-gradient(90deg, rgba(22, 18, 15, 0.44), rgba(22, 18, 15, 0.18));
  }

  .hero-content {
    width: min(100% - 28px, var(--max));
    padding-top: 154px;
  }

  .hero-content h1 {
    font-size: clamp(2.65rem, 11.4vw, 3.75rem);
    line-height: 0.96;
  }

  .hero-text {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions,
  .center-actions {
    display: grid;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
  }

  .section-inner {
    width: min(100% - 28px, var(--max));
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
  }

  .portrait-card img {
    height: 430px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px;
  }

  .classes-section {
    background-attachment: scroll;
  }

  .artwork-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .gallery-item figcaption {
    opacity: 1;
    transform: translateY(0);
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 12px 15px;
  }

  .floating-whatsapp span:last-child {
    display: none;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }
}
