:root {
  --ink: #121110;
  --ink-soft: #1d1a18;
  --ivory: #f5f0e7;
  --paper: #e9dfd1;
  --paper-deep: #d9cbb8;
  --gold: #c89b54;
  --gold-pale: #e1c18a;
  --red: #a1372f;
  --blue: #35677f;
  --text: #29231f;
  --muted: #6a625a;
  --line: rgba(41, 35, 31, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open,
body:has(dialog[open]) {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 72px;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a,
video {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  background: var(--ivory);
  color: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 116px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ivory);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  transition: background 220ms ease, height 220ms ease, backdrop-filter 220ms ease;
}

.site-header.scrolled {
  height: 88px;
  background: rgba(18, 17, 16, 0.93);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.brand > span:last-child {
  display: grid;
  gap: 0.3rem;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.brand small {
  font-size: 0.7rem;
  letter-spacing: 0.23em;
  opacity: 0.67;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: end;
  gap: 3px;
  transform: skew(-9deg);
}

.brand-mark i {
  width: 8px;
  display: block;
  border-radius: 1px;
}

.brand-mark i:nth-child(1) {
  height: 21px;
  background: var(--red);
}

.brand-mark i:nth-child(2) {
  height: 30px;
  background: var(--gold);
}

.brand-mark i:nth-child(3) {
  height: 16px;
  background: var(--blue);
}

.brand-logo {
  position: relative;
  z-index: 103;
  display: block;
  width: 108px;
  height: 108px;
  flex: 0 0 108px;
  opacity: 1;
  visibility: visible;
  object-fit: contain;
  transition: width 220ms ease, height 220ms ease, flex-basis 220ms ease;
}

.site-header.scrolled .brand-logo {
  width: 82px;
  height: 82px;
  flex-basis: 82px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.35rem, 2.5vw, 2.8rem);
}

.main-nav a {
  text-decoration: none;
  font-size: 0.84rem;
  letter-spacing: 0.075em;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold-pale);
}

.main-nav .nav-contact {
  padding: 0.6rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  height: min(960px, 100svh);
  padding: 118px 5.5vw 58px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 4.5vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 52%, rgba(180, 121, 53, 0.13), transparent 30%),
    linear-gradient(118deg, #181614 0%, #10100f 69%, #211c18 100%);
  color: var(--ivory);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 155, 84, 0.62), transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 1.65rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold-pale);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2.25rem;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: #8d6330;
}

.hero h1,
.section h2,
.contact h2,
.artist blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.048em;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(3.65rem, 6vw, 7rem);
}

.hero h1 em,
.section h2 em,
.contact h2 em,
.artist blockquote em {
  color: var(--gold-pale);
  font-weight: 400;
}

.hero-intro {
  max-width: 625px;
  margin: 2rem 0 0;
  color: rgba(245, 240, 231, 0.7);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
}

.hero-actions {
  margin-top: 2.35rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.button {
  min-height: 52px;
  padding: 0.75rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.095em;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-pale);
}

.button-ivory {
  border: 1px solid rgba(245, 240, 231, 0.48);
  color: var(--ivory);
}

.button-ivory:hover,
.button-ivory:focus-visible {
  background: var(--ivory);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--ivory);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: #2a2521;
}

.text-link {
  font-size: 0.9rem;
  text-underline-offset: 0.34rem;
}

.text-link span {
  margin-left: 0.28rem;
  color: var(--gold-pale);
}

.hero-points {
  max-width: 660px;
  margin: clamp(2.6rem, 6vh, 4.8rem) 0 0;
  padding: 1.05rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
  color: rgba(245, 240, 231, 0.58);
  font-size: 0.74rem;
  line-height: 1.4;
}

.hero-points li {
  display: grid;
  gap: 0.3rem;
}

.hero-points strong {
  color: var(--gold-pale);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 400;
}

.hero-art {
  position: relative;
  z-index: 1;
  width: min(100%, 790px);
  margin: 0 auto;
}

.hero-art .frame {
  padding: clamp(9px, 1vw, 15px);
  border: 1px solid rgba(225, 193, 138, 0.65);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5);
}

.hero-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.hero-art figcaption {
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(245, 240, 231, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-art figcaption strong {
  color: var(--ivory);
  font-weight: 500;
}

.hero-number {
  position: absolute;
  z-index: 0;
  right: -1vw;
  bottom: -7rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: clamp(17rem, 27vw, 31rem);
  line-height: 1;
  pointer-events: none;
}

.art-strip {
  min-height: 64px;
  padding: 1rem 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.15rem;
  background: var(--gold);
  color: #241b12;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.135em;
  text-transform: uppercase;
}

.art-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
}

.section {
  padding: clamp(5.5rem, 8vw, 9rem) 5.5vw;
}

.section-heading {
  margin-bottom: clamp(2.8rem, 5.5vw, 5.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.55fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
}

.section-heading h2,
.spaces h2,
.gift-copy h2,
.exhibition-copy h2 {
  font-size: clamp(3.1rem, 5.5vw, 6.25rem);
}

.section-heading h2 em,
.gift-copy h2 em,
.exhibition-copy h2 em {
  color: #9a6a33;
}

.section-heading > p {
  margin: 0 0 0.45rem;
  color: var(--muted);
}

.services {
  background:
    linear-gradient(90deg, rgba(200, 155, 84, 0.07) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--ivory);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 330px;
  padding: clamp(1.4rem, 2.7vw, 2.5rem);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 240, 231, 0.74);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  z-index: 1;
  background: #fffaf1;
  transform: translateY(-4px);
}

.service-card > span {
  color: #94662f;
  font-family: var(--serif);
  font-size: 0.95rem;
}

.service-card h3 {
  max-width: 300px;
  margin: 3.1rem 0 1rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  font-weight: 400;
  line-height: 1.08;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-card a {
  margin-top: auto;
  padding-top: 1.6rem;
  color: #815820;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-underline-offset: 0.32rem;
  text-transform: uppercase;
}

.service-card a span {
  margin-left: 0.25rem;
}

.spaces {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 80%, rgba(153, 100, 43, 0.16), transparent 30%),
    var(--ink);
  color: var(--ivory);
}

.spaces-copy {
  position: relative;
  z-index: 2;
}

.spaces-copy > p:not(.eyebrow) {
  color: rgba(245, 240, 231, 0.6);
}

.spaces-copy .lead,
.gift-copy .lead {
  margin-top: 2rem;
  font-size: 1.08rem;
  color: rgba(245, 240, 231, 0.82);
}

.tag-list {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tag-list span {
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(245, 240, 231, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.space-visuals {
  position: relative;
  min-height: 640px;
}

.space-visuals figure {
  margin: 0;
}

.space-visuals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-visuals figcaption {
  padding-top: 0.6rem;
  color: rgba(245, 240, 231, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.space-main {
  position: absolute;
  inset: 0 0 auto 9%;
  width: 91%;
}

.space-main img {
  aspect-ratio: 3 / 2;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.46);
}

.space-small {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 54%;
  padding: 10px 10px 0;
  background: var(--ink);
  border: 1px solid rgba(225, 193, 138, 0.45);
}

.space-small img {
  aspect-ratio: 3 / 2;
}

.portfolio {
  background: #f6f1e8;
}

.gallery-filters {
  margin: -1.25rem 0 2.1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  border-bottom: 1px solid var(--line);
}

.filter-button {
  min-height: 44px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: #61584f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1rem, 2.1vw, 2rem);
}

.art-card {
  position: relative;
  grid-column: span 4;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--paper);
  color: inherit;
  text-align: left;
  cursor: zoom-in;
}

.art-card--wide {
  grid-column: span 8;
}

.art-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.2, 0.72, 0.18, 1);
}

.art-card--tall img {
  aspect-ratio: 3 / 4;
}

.art-card:hover img,
.art-card:focus-visible img {
  transform: scale(1.025);
}

.art-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.art-caption {
  position: absolute;
  inset: auto 0 0;
  min-height: 114px;
  padding: 2.7rem 1.3rem 1.15rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  background: linear-gradient(transparent, rgba(11, 10, 9, 0.92));
  color: white;
}

.art-caption small {
  grid-column: 1;
  color: var(--gold-pale);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.art-caption strong {
  grid-column: 1;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  font-weight: 400;
  line-height: 1.14;
}

.art-caption i {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  color: var(--gold-pale);
  font-size: 1.25rem;
  font-style: normal;
}

.gift-story {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  background:
    linear-gradient(90deg, rgba(200, 155, 84, 0.1) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--paper);
}

.gift-images {
  position: relative;
  min-height: 690px;
}

.gift-images figure {
  margin: 0;
}

.gift-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-primary {
  position: absolute;
  inset: 0 auto auto 0;
  width: 69%;
  box-shadow: 0 28px 70px rgba(70, 51, 28, 0.2);
}

.gift-primary img {
  aspect-ratio: 4 / 5;
}

.gift-certificate {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 46%;
  padding: 8px;
  border: 1px solid rgba(120, 82, 37, 0.35);
  background: var(--ivory);
  box-shadow: 0 22px 50px rgba(70, 51, 28, 0.24);
  transform: rotate(2.5deg);
}

.gift-certificate img {
  aspect-ratio: 2 / 3;
}

.gift-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.gift-copy .lead {
  color: #4d443c;
}

.check-list {
  margin: 1.8rem 0 2.2rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.68rem 0 0.68rem 1.65rem;
  border-top: 1px solid var(--line);
  color: #514940;
}

.check-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #95652d;
}

.studio {
  background:
    radial-gradient(circle at 88% 12%, rgba(153, 100, 43, 0.13), transparent 26%),
    var(--ink);
  color: var(--ivory);
}

.section-heading.light > p {
  color: rgba(245, 240, 231, 0.6);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.5rem);
  align-items: start;
}

.video-card {
  grid-column: span 3;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #0b0a09;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: black;
  object-fit: cover;
}

.video-card > div {
  min-height: 96px;
  padding: 1rem;
}

.video-card small {
  color: var(--gold-pale);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-card h3 {
  margin: 0.25rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.65vw, 1.6rem);
  font-weight: 400;
  line-height: 1.15;
}

.social-cta {
  margin-top: 2.3rem;
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.social-cta p {
  margin: 0;
  color: rgba(245, 240, 231, 0.58);
}

.social-cta a {
  color: var(--gold-pale);
  font-size: 0.86rem;
  text-underline-offset: 0.34rem;
}

.exhibitions {
  display: grid;
  grid-template-columns: minmax(320px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  background: var(--ivory);
}

.exhibition-copy p:not(.eyebrow) {
  max-width: 590px;
  margin-top: 2rem;
  color: var(--muted);
}

.exhibition-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.8rem;
}

.exhibition-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.exhibition-mosaic img:nth-child(1) {
  grid-column: span 12;
  aspect-ratio: 16 / 8;
}

.exhibition-mosaic img:nth-child(2) {
  grid-column: span 7;
  aspect-ratio: 4 / 3;
}

.exhibition-mosaic img:nth-child(3) {
  grid-column: span 5;
  aspect-ratio: 4 / 3;
}

.artist {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 9rem);
  background:
    linear-gradient(90deg, rgba(200, 155, 84, 0.09) 1px, transparent 1px) 0 0 / 25% 100%,
    var(--paper);
}

.artist-visual {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(120, 82, 37, 0.34);
  background: var(--ivory);
}

.artist-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.artist-visual span {
  display: block;
  padding: 0.8rem 0.35rem 0.2rem;
  color: #80603c;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.artist blockquote {
  margin: 0 0 2.4rem;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  line-height: 1.04;
}

.artist blockquote em {
  color: #95642f;
}

.artist-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
}

.artist-role {
  margin: 0.45rem 0 1.8rem;
  color: #8b6336;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.artist-copy > p:not(.eyebrow, .artist-role) {
  color: #5d554d;
}

.signature {
  margin-top: 2rem;
  color: #8e612d;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.65rem;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.contact {
  padding: clamp(5.5rem, 9vw, 9rem) 5.5vw;
  background:
    radial-gradient(circle at 12% 90%, rgba(153, 100, 43, 0.15), transparent 27%),
    #0e0d0c;
  color: var(--ivory);
}

.contact h2 {
  max-width: 1180px;
  font-size: clamp(3.45rem, 7.2vw, 7.8rem);
}

.contact-intro {
  max-width: 680px;
  margin: 2rem 0 0;
  color: rgba(245, 240, 231, 0.61);
}

.contact-grid {
  margin-top: clamp(3.2rem, 6vw, 6.5rem);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-grid a {
  padding: 1.55rem 1rem 1.55rem 0;
  display: grid;
  gap: 0.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.contact-grid a + a {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  border-right: 0;
}

.contact-grid small {
  color: var(--gold-pale);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-grid strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.3vw, 2.35rem);
  font-weight: 400;
}

.contact-grid a:hover strong,
.contact-grid a:focus-visible strong {
  color: var(--gold-pale);
}

.contact-actions {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.socials a {
  color: rgba(245, 240, 231, 0.65);
  font-size: 0.84rem;
  text-underline-offset: 0.35rem;
}

.socials a:hover,
.socials a:focus-visible {
  color: var(--gold-pale);
}

footer {
  min-height: 112px;
  padding: 1.5rem 5.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0e0d0c;
  color: rgba(245, 240, 231, 0.55);
  font-size: 0.72rem;
}

footer p {
  margin: 0;
}

footer > a:last-child {
  justify-self: end;
  text-underline-offset: 0.3rem;
}

.footer-brand {
  color: var(--ivory);
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 1.2rem;
  bottom: 1.2rem;
  min-height: 48px;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #1f6f4a;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #27845a;
  transform: translateY(-2px);
}

.lightbox {
  width: min(94vw, 1340px);
  height: min(92svh, 950px);
  max-width: none;
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #100f0e;
  color: var(--ivory);
}

.lightbox::backdrop {
  background: rgba(6, 5, 5, 0.9);
  backdrop-filter: blur(7px);
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  top: 0.65rem;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(14, 13, 12, 0.76);
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-image-wrap {
  width: 100%;
  height: calc(100% - 82px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  background: #090807;
}

.lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-block: auto;
}

.lightbox-caption {
  height: 82px;
  padding: 0.9rem 1.35rem;
  display: grid;
  align-content: center;
}

.lightbox-caption small {
  color: var(--gold-pale);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lightbox-caption strong {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 400;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms ease;
}

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

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  }

  .hero h1 {
    font-size: clamp(3.5rem, 6vw, 5.8rem);
  }

  .video-card {
    grid-column: span 6;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: 92px;
    padding-inline: 1.25rem;
  }

  .brand-logo,
  .site-header.scrolled .brand-logo {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 46px;
    height: 46px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: inherit;
  }

  .menu-toggle span:not(.sr-only) {
    width: 25px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    padding: 7rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.9rem;
    background: rgba(14, 13, 12, 0.985);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
  }

  .main-nav a {
    font-family: var(--serif);
    font-size: 2.3rem;
    letter-spacing: -0.02em;
  }

  .main-nav .nav-contact {
    margin-top: 1rem;
    font-family: var(--sans);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    padding: 126px 1.5rem 4.5rem;
    grid-template-columns: 1fr;
    gap: 3.8rem;
  }

  .hero-copy,
  .hero-art {
    width: 100%;
    max-width: 780px;
  }

  .hero-number {
    display: none;
  }

  .section,
  .contact {
    padding-inline: 1.5rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.7rem;
  }

  .section-heading > p {
    max-width: 640px;
  }

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

  .spaces,
  .gift-story,
  .exhibitions,
  .artist {
    grid-template-columns: 1fr;
  }

  .spaces-copy,
  .gift-copy,
  .exhibition-copy,
  .artist-copy {
    max-width: 720px;
  }

  .space-visuals {
    min-height: 590px;
  }

  .gift-images {
    width: min(100%, 720px);
    min-height: 650px;
  }

  .artist-visual {
    width: min(100%, 760px);
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

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

  .brand-logo,
  .site-header.scrolled .brand-logo {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 13.5vw, 5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.15rem;
  }

  .button {
    width: 100%;
  }

  .text-link {
    align-self: center;
  }

  .hero-points {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hero-points li {
    grid-template-columns: 2.2rem 1fr;
    align-items: center;
    gap: 0.25rem;
  }

  .hero-art figcaption {
    flex-direction: column;
    gap: 0.2rem;
  }

  .art-strip {
    justify-content: flex-start;
    gap: 0.8rem;
  }

  .section-heading h2,
  .spaces h2,
  .gift-copy h2,
  .exhibition-copy h2 {
    font-size: clamp(2.75rem, 12.5vw, 4.25rem);
  }

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

  .service-card {
    min-height: 300px;
  }

  .space-visuals {
    min-height: 0;
    display: grid;
    gap: 1rem;
  }

  .space-main,
  .space-small {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .space-small {
    padding: 8px;
  }

  .gallery-filters {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .filter-button {
    flex: 0 0 auto;
  }

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

  .art-card,
  .art-card--wide {
    grid-column: 1;
  }

  .gift-images {
    min-height: 520px;
  }

  .gift-primary {
    width: 76%;
  }

  .gift-certificate {
    width: 47%;
  }

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

  .video-card {
    grid-column: 1;
  }

  .video-card video {
    max-height: 76svh;
    object-fit: contain;
  }

  .social-cta,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .exhibition-mosaic {
    grid-template-columns: 1fr;
  }

  .exhibition-mosaic img:nth-child(n) {
    grid-column: 1;
    aspect-ratio: 4 / 3;
  }

  .contact h2 {
    font-size: clamp(3rem, 13.5vw, 5rem);
  }

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

  .contact-grid a,
  .contact-grid a + a {
    padding: 1.25rem 0;
    border-right: 0;
  }

  .contact-grid a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  footer {
    padding-bottom: 5.4rem;
    grid-template-columns: 1fr auto;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .whatsapp-float {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .lightbox {
    width: 100vw;
    height: 100svh;
  }
}

@media (max-width: 430px) {
  .gift-images {
    min-height: 450px;
  }

  .gift-primary {
    width: 80%;
  }

  .gift-certificate {
    width: 50%;
  }

  .art-caption strong {
    font-size: 1.35rem;
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
