:root {
  --gm-bg: #f8f8f5;
  --gm-panel: #ffffff;
  --gm-paper: #f2f1ed;
  --gm-ink: #111111;
  --gm-muted: #686661;
  --gm-soft: #3e3d39;
  --gm-line: rgba(17, 17, 17, 0.14);
  --gm-red: #111111;
  --gm-wine: #3a2a24;
  --gm-gold: #9a7a3e;
  --gm-radius: 6px;
  --gm-container: min(1180px, calc(100vw - 40px));
  --gm-font: futura-lt-w01-light, Futura, "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 248, 245, 0.96)),
    var(--gm-bg);
  color: var(--gm-ink);
  font-family: var(--gm-font);
  line-height: 1.55;
}

body.gm-loading {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gm-container {
  width: var(--gm-container);
  margin-inline: auto;
}

.gm-loader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  animation: gm-loader-fallback 0.7s ease 4s forwards;
  background:
    radial-gradient(circle at 50% 44%, rgba(154, 122, 62, 0.14), transparent 30%),
    #fbfbf8;
  color: var(--gm-ink);
}

.gm-loader.is-hidden {
  pointer-events: none;
}

.gm-loader__mark {
  position: relative;
  display: grid;
  width: min(260px, 62vw);
  place-items: center;
  overflow: hidden;
}

.gm-loader__mark::before {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(154, 122, 62, 0.12);
  content: "";
  filter: blur(30px);
  transform: translate(-50%, -50%);
}

.gm-loader__mark img {
  position: relative;
  z-index: 1;
  width: min(220px, 52vw);
  filter: drop-shadow(0 18px 34px rgba(17, 17, 17, 0.12));
}

.gm-loader__stroke {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, #fbfbf8 0%, rgba(251, 251, 248, 0.74) 42%, rgba(251, 251, 248, 0) 100%);
  transform: translateX(-105%);
}

.gm-loader p {
  position: absolute;
  bottom: min(120px, 16vh);
  left: 50%;
  margin: 0;
  color: rgba(17, 17, 17, 0.54);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateX(-50%);
}

@keyframes gm-loader-fallback {
  to {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.gm-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--gm-line);
  background: rgba(248, 248, 245, 0.88);
  backdrop-filter: blur(18px);
  will-change: transform;
}

.gm-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gm-brand {
  color: var(--gm-ink);
  text-decoration: none;
}

.gm-brand__name {
  font-family: var(--gm-font);
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 400;
}

.gm-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-nav a {
  color: rgba(17, 17, 17, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.gm-nav a:hover {
  color: var(--gm-gold);
}

.gm-menu-toggle {
  display: none;
  min-height: 40px;
  border: 1px solid var(--gm-line);
  border-radius: 999px;
  background: transparent;
  color: var(--gm-ink);
  cursor: pointer;
  padding: 0 14px;
  text-transform: uppercase;
}

.gm-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gm-line);
}

.gm-hero::before {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(154, 122, 62, 0.08), transparent);
  content: "";
  pointer-events: none;
}

.gm-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(820px, calc(100vh - 76px));
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  gap: 56px;
  align-items: end;
  padding: 80px 0 64px;
}

.gm-hero__copy {
  max-width: 710px;
  padding-bottom: 48px;
  will-change: transform, opacity;
}

.gm-hero h1 {
  max-width: 980px;
  margin: 10px 0 22px;
  font-family: var(--gm-font);
  font-size: clamp(3.1rem, 6.7vw, 6.7rem);
  font-weight: 400;
  line-height: 1.03;
}

.gm-hero .gm-kicker {
  display: none;
}

.gm-hero p {
  max-width: 640px;
  color: var(--gm-soft);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.gm-hero__portrait {
  align-self: stretch;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-panel);
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.08);
  transform-origin: center;
  will-change: transform, opacity;
}

.gm-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform-origin: center;
  will-change: transform;
}

.gm-kicker {
  margin: 0 0 12px;
  color: var(--gm-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.gm-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gm-red);
  border-radius: var(--gm-radius);
  background: var(--gm-red);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 11px 18px;
  text-decoration: none;
}

.gm-button:hover,
.button:hover,
.woocommerce a.button:hover {
  border-color: var(--gm-gold);
  background: var(--gm-gold);
  color: #ffffff;
}

.gm-button--ghost {
  border-color: rgba(17, 17, 17, 0.28);
  background: transparent;
  color: var(--gm-ink);
}

.gm-button,
.gm-feature-grid article,
.gm-artwork-card,
.gm-editorial-grid figure,
.woocommerce ul.products li.product {
  transform-origin: center;
  will-change: transform;
}

.gm-text-link {
  color: var(--gm-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.gm-section {
  padding: 92px 0;
}

.gm-section--statement {
  background: #ffffff;
}

.gm-section--gallery {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f4f0 100%);
}

.gm-section--bio {
  border-top: 1px solid var(--gm-line);
  background:
    radial-gradient(circle at 18% 28%, rgba(154, 122, 62, 0.08), transparent 30%),
    #f8f8f5;
}

.gm-section--shop {
  border-block: 1px solid var(--gm-line);
  background: #f0efeb;
}

.gm-section__head,
.gm-split,
.gm-statement,
.gm-bio {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: end;
}

.gm-section__head {
  margin-bottom: 34px;
}

.gm-section__head > p {
  max-width: 460px;
  color: var(--gm-muted);
}

.gm-statement {
  align-items: center;
}

.gm-statement__logo {
  display: grid;
  min-height: 420px;
  place-items: center;
  border: 1px solid var(--gm-line);
  background: #ffffff;
  box-shadow: inset 0 0 0 10px rgba(17, 17, 17, 0.018);
}

.gm-statement__logo img,
.gm-prose,
.gm-section__head,
.gm-feature-grid article,
.woocommerce ul.products li.product {
  will-change: transform, opacity;
}

.gm-statement__logo img {
  width: min(320px, 72%);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--gm-font);
  font-weight: 400;
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.7rem, 5.8vw, 5.8rem);
}

h3 {
  font-size: 1.72rem;
}

.gm-prose {
  color: var(--gm-muted);
  font-size: 1.06rem;
}

.gm-prose h2 {
  margin-bottom: 20px;
  color: var(--gm-ink);
}

.gm-prose > *:first-child {
  margin-top: 0;
}

.gm-bio {
  align-items: start;
}

.gm-bio h2 {
  font-size: clamp(4rem, 9vw, 9rem);
}

.gm-bio__text {
  max-width: 760px;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}

.gm-editorial-grid,
.gm-artwork-grid,
.gm-feature-grid,
.gm-card-grid,
.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gm-artwork-grid {
  gap: 26px 20px;
}

.gm-artwork-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-panel);
  isolation: isolate;
  box-shadow: 0 22px 70px rgba(17, 17, 17, 0.06);
  will-change: transform, opacity;
}

.gm-artwork-card::before,
.gm-artwork-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 520ms ease, transform 620ms ease;
}

.gm-artwork-card::before {
  right: 12%;
  bottom: 132px;
  left: 12%;
  z-index: 0;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(154, 122, 62, 0.2), rgba(154, 122, 62, 0.08) 38%, transparent 74%);
  filter: blur(24px);
  transform: translateY(24px) scale(0.82);
}

.gm-artwork-card::after {
  right: 20%;
  bottom: 166px;
  left: 20%;
  z-index: 1;
  height: 28px;
  border-radius: 999px;
  background: rgba(154, 122, 62, 0.11);
  filter: blur(18px);
  transform: translateY(10px) scaleX(0.72);
}

.gm-artwork-card:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gm-artwork-card:hover::after {
  opacity: 0.72;
  transform: translateY(0) scaleX(1);
}

.gm-artwork-card figure {
  position: relative;
  z-index: 2;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  background: #f0efeb;
}

.gm-artwork-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transform-origin: center;
  will-change: transform;
}

.gm-artwork-placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: inherit;
  place-items: center;
  margin: 0;
  color: rgba(17, 17, 17, 0.44);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.gm-artwork-card__body {
  position: relative;
  z-index: 3;
  min-height: 178px;
  padding: 22px;
}

.gm-artwork-card__body h3 {
  margin-bottom: 12px;
}

.gm-artwork-card__body p,
.gm-artwork-card__description {
  margin: 0;
  color: var(--gm-muted);
  font-size: 0.96rem;
}

.gm-artwork-card a,
.gm-artwork-detail a {
  text-decoration: none;
}

.gm-artwork-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.gm-artwork-detail__media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-panel);
  box-shadow: 0 30px 80px rgba(17, 17, 17, 0.08);
}

.gm-artwork-detail__media::before {
  position: absolute;
  right: 14%;
  bottom: -22px;
  left: 14%;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(154, 122, 62, 0.16), rgba(154, 122, 62, 0.07) 40%, transparent 72%);
  content: "";
  filter: blur(24px);
  pointer-events: none;
}

.gm-artwork-detail__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: contain;
}

.gm-artwork-detail__content h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.gm-editorial-grid figure {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-panel);
  box-shadow: 0 22px 68px rgba(17, 17, 17, 0.06);
  will-change: transform, opacity;
}

.gm-editorial-grid figure::before,
.gm-editorial-grid figure::after,
.woocommerce ul.products li.product::before,
.gm-card::before {
  position: absolute;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 420ms ease, transform 520ms ease;
}

.gm-editorial-grid figure::before,
.woocommerce ul.products li.product::before,
.gm-card::before {
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.26), rgba(154, 122, 62, 0.08) 30%, transparent 58%);
  mix-blend-mode: soft-light;
}

.gm-editorial-grid figure::after {
  top: -18%;
  left: 50%;
  z-index: 2;
  width: 64%;
  height: 48%;
  background: radial-gradient(ellipse at center, rgba(154, 122, 62, 0.13), rgba(154, 122, 62, 0.06) 44%, transparent 70%);
  filter: blur(18px);
  transform: translateX(-50%) scale(0.76);
}

.gm-editorial-grid figure:hover::before,
.woocommerce ul.products li.product:hover::before,
.gm-card:hover::before {
  opacity: 1;
}

.gm-editorial-grid figure:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.woocommerce ul.products li.product:hover::before,
.gm-card:hover::before {
  transform: none;
}

.gm-editorial-grid figure:nth-child(2) {
  margin-top: 64px;
}

.gm-editorial-grid img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  will-change: transform;
}

.gm-feature-grid article,
.gm-card,
.woocommerce ul.products li.product {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-panel);
  box-shadow: 0 18px 52px rgba(17, 17, 17, 0.045);
  padding: 26px;
}

.gm-feature-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--gm-red);
  font-weight: 900;
}

.gm-feature-grid p,
.gm-card p {
  color: var(--gm-muted);
}

.gm-page {
  max-width: 920px;
}

.gm-page__header {
  margin-bottom: 34px;
}

.gm-page__header h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.gm-list {
  display: grid;
  gap: 16px;
}

.gm-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
}

.gm-card__media {
  min-height: 160px;
  overflow: hidden;
  border-radius: calc(var(--gm-radius) - 2px);
  background: #f0efeb;
}

.gm-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-card h2 {
  font-size: 1.7rem;
}

.gm-card a {
  text-decoration: none;
}

.gm-featured-image {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: var(--gm-radius);
}

.gm-footer {
  border-top: 1px solid var(--gm-line);
  background: #ffffff;
  color: var(--gm-ink);
  padding: 56px 0 24px;
}

.gm-footer a {
  color: var(--gm-ink);
}

.gm-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
}

.gm-footer__label {
  margin: 0 0 8px;
  color: var(--gm-gold);
  font-weight: 800;
  text-transform: uppercase;
}

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

.gm-footer__bottom {
  margin-top: 42px;
  border-top: 1px solid var(--gm-line);
  padding-top: 20px;
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.88rem;
}

.woocommerce ul.products {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  list-style: none;
}

.woocommerce ul.products li.product a img {
  position: relative;
  z-index: 0;
  aspect-ratio: 4 / 5;
  border-radius: calc(var(--gm-radius) - 2px);
  object-fit: cover;
}

.woocommerce ul.products li.product > * {
  position: relative;
  z-index: 3;
}

.woocommerce-loop-product__title {
  color: var(--gm-ink);
  font-family: var(--gm-font);
  font-size: 1.45rem;
}

.price {
  color: var(--gm-gold);
  font-weight: 800;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--gm-red);
  background: var(--gm-panel);
  color: var(--gm-ink);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 920px) {
  :root {
    --gm-container: min(100vw - 28px, 760px);
  }

  .gm-menu-toggle {
    display: inline-flex;
  }

.gm-nav {
    position: absolute;
    top: 76px;
    right: 14px;
    left: 14px;
    display: none;
    border: 1px solid var(--gm-line);
    border-radius: var(--gm-radius);
    background: rgba(248, 248, 245, 0.96);
    padding: 18px;
  }

  .gm-nav.is-open {
    display: block;
  }

  .gm-nav ul {
    display: grid;
    gap: 14px;
  }

  .gm-hero__content {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 56px 0;
  }

  .gm-hero__copy {
    padding-bottom: 0;
  }

  .gm-hero__portrait {
    min-height: 520px;
  }

  .gm-section {
    padding: 62px 0;
  }

  .gm-section__head,
  .gm-split,
  .gm-statement,
  .gm-bio,
  .gm-artwork-detail,
  .gm-artwork-grid,
  .gm-editorial-grid,
  .gm-feature-grid,
  .gm-card-grid,
  .products,
  .gm-footer__grid,
  .gm-card {
    grid-template-columns: 1fr;
  }

  .gm-editorial-grid figure {
    min-height: 420px;
  }

  .gm-artwork-card figure,
  .gm-artwork-card img {
    min-height: 420px;
  }

  .gm-artwork-detail__media,
  .gm-artwork-detail__media img {
    min-height: 420px;
  }

  .gm-editorial-grid figure:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .gm-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.35rem);
  }

  .gm-hero__portrait {
    min-height: 440px;
  }

  .gm-statement__logo {
    min-height: 300px;
  }

  h2 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

/* Ajuste visual: hero armonico */
.gm-hero .gm-kicker {
  display: none;
}

.gm-hero h1 {
  max-width: 980px;
  font-size: clamp(3.1rem, 6.7vw, 6.7rem);
  line-height: 1.03;
}

@media (max-width: 520px) {
  .gm-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.35rem);
  }
}

}
/* Ajuste visual final: escala editorial */
.gm-hero .gm-kicker {
  display: none;
}

.gm-hero h1 {
  max-width: 980px;
  font-size: clamp(3.1rem, 6.7vw, 6.7rem);
  line-height: 1.03;
}

h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.65rem);
  line-height: 1.08;
}

.gm-bio h2 {
  font-size: clamp(3rem, 6.8vw, 6.8rem);
}

@media (max-width: 520px) {
  .gm-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.35rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
  }
}

/* Ajuste visual final: galeria uniforme */
.gm-section--gallery .gm-artwork-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.gm-section--gallery .gm-artwork-card:nth-child(n+4) {
  display: none;
}

.gm-artwork-card {
  display: flex;
  flex-direction: column;
}

.gm-artwork-card figure {
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 16px;
  border-bottom: 1px solid var(--gm-line);
  background: linear-gradient(180deg, #ffffff 0%, #f5f4f0 100%);
}

.gm-artwork-card figure::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  content: "";
  pointer-events: none;
  z-index: 3;
}

.gm-artwork-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
}

.gm-artwork-card__body {
  flex: 1;
  min-height: 170px;
}

.gm-artwork-detail__media {
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f4f0 100%);
}

.gm-artwork-detail__media img {
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.12);
}

.gm-bio-inline-link {
  display: inline-block;
  margin-left: 0.35em;
  color: var(--gm-gold);
  font-weight: 800;
  text-decoration: none;
}

.gm-bio-inline-link:hover {
  color: var(--gm-ink);
  text-decoration: underline;
}

@media (max-width: 920px) {
  .gm-section--gallery .gm-artwork-grid {
    grid-template-columns: 1fr;
  }
}

