@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:      #FAFAF7;
  --surface: #F1EEE8;
  --dark:    #0C1020;
  --navy:    #1A2260;
  --text:    #1A1A2E;
  --muted:   #7A7A8A;
  --gold:    #C4903A;
  --serif:   'Cormorant Garamond', Georgia, serif;
  --sans:    'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* ── NAV ──────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px; z-index: 200;
  transition: background 0.35s, border-color 0.35s;
}
nav.light {
  background: rgba(250,250,247,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.nav-logo {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; text-decoration: none; transition: color 0.35s;
}
nav.light .nav-logo { color: var(--text); }
.nav-links { display: flex; gap: 38px; list-style: none; }
.nav-links a {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s;
}
nav.light .nav-links a { color: var(--muted); }
.nav-links a:hover { color: #fff; }
nav.light .nav-links a:hover { color: var(--text); }
.nav-links a.active { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 2px; }
nav.light .nav-links a.active { color: var(--text); border-color: var(--text); }
.nav-cart { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); cursor: pointer; transition: color 0.35s; }
nav.light .nav-cart { color: var(--muted); }

/* ── FOOTER ───────────────────────────────────────── */
footer {
  padding: 56px 52px; background: var(--dark);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px;
}
.footer-name { font-family: var(--serif); font-size: 0.95rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.footer-nav { display: flex; gap: 30px; list-style: none; }
.footer-nav a { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: rgba(255,255,255,0.75); }
.footer-right { text-align: right; }
.footer-ig { display: inline-flex; align-items: center; gap: 7px; font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-ig:hover { color: #fff; }
.footer-copy { font-size: 0.65rem; color: rgba(255,255,255,0.22); margin-top: 8px; }

/* ── BUTTONS ──────────────────────────────────────── */
.btn-solid { display: inline-block; padding: 13px 34px; background: #fff; color: var(--dark); font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; text-decoration: none; transition: background 0.2s, color 0.2s; }
.btn-solid:hover { background: var(--gold); color: #fff; }
.btn-outline { display: inline-block; padding: 13px 34px; border: 1px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.7); font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn-outline:hover { border-color: #fff; color: #fff; }
.btn-dark { display: inline-block; padding: 13px 34px; background: var(--dark); color: #fff; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.btn-dark:hover { background: var(--navy); }
.btn-light { display: inline-block; padding: 13px 34px; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.75); font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.btn-light:hover { background: #fff; color: var(--dark); border-color: #fff; }
.link-text { font-size: 0.72rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--text); padding-bottom: 2px; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s, border-color 0.2s; }
.link-text:hover { color: var(--navy); border-color: var(--navy); }

/* ── TYPOGRAPHY ───────────────────────────────────── */
.eyebrow { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 20px; }
.sec-label { font-size: 0.67rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.sec-heading { font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 400; line-height: 1.1; color: var(--text); }

/* ── PAGE HERO ────────────────────────────────────── */
.page-hero {
  min-height: 52vh; background: var(--dark);
  display: grid; grid-template-columns: 1fr auto;
  align-items: end; padding: 120px 80px 64px;
  position: relative; overflow: hidden; gap: 60px;
}
.page-hero .eyebrow { color: rgba(255,255,255,0.38); }
.page-title { font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 300; line-height: 1.05; color: #fff; }
.page-title em { font-style: italic; color: rgba(255,255,255,0.55); }
.page-tagline { font-family: var(--serif); font-size: 1.1rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.42); margin-top: 16px; max-width: 480px; line-height: 1.55; }

/* ── SERIES SUBNAV ────────────────────────────────── */
.series-subnav {
  background: var(--dark); border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; overflow-x: auto; scrollbar-width: none;
}
.series-subnav::-webkit-scrollbar { display: none; }
.series-subnav a {
  flex: 0 0 auto; padding: 18px 28px;
  font-size: 0.67rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.38); text-decoration: none;
  border-right: 1px solid rgba(255,255,255,0.07); white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.series-subnav a:hover { color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.04); }
.series-subnav a.active { color: #fff; background: rgba(255,255,255,0.06); }

/* ── SERIES CARD GRID (shared) ───────────────────── */
.ser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.ser-card { position: relative; aspect-ratio: 1; overflow: hidden; text-decoration: none; display: block; }
.ser-bg { position: absolute; inset: 0; transition: transform 0.7s cubic-bezier(.25,.46,.45,.94); }
.ser-card:hover .ser-bg { transform: scale(1.05); }
.ser-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, transparent 55%); }
.ser-lbl { position: absolute; bottom: 26px; left: 26px; right: 26px; }
.ser-lbl small { display: block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 7px; }
.ser-lbl h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; color: #fff; line-height: 1.18; }

/* ── ART / WORK GRID ──────────────────────────────── */
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.art-card { text-decoration: none; color: inherit; display: block; }
.art-thumb { position: relative; aspect-ratio: 3/4; overflow: hidden; margin-bottom: 16px; }
.art-hover { position: absolute; inset: 0; background: rgba(12,16,32,0.55); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.art-card:hover .art-hover { opacity: 1; }
.art-hover-pill { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,0.6); padding: 9px 22px; }
.art-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--text); margin-bottom: 4px; }
.art-meta { font-size: 0.73rem; letter-spacing: 0.06em; color: var(--muted); }
.art-price { font-size: 0.8rem; color: var(--text); margin-top: 6px; letter-spacing: 0.04em; }
.badge { display: inline-block; font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 3px 9px; margin-top: 5px; }
.badge-avail { background: #E6F2E6; color: #2A642A; }
.badge-sold  { background: rgba(0,0,0,0.06); color: var(--muted); }
.badge-enquire { background: var(--dark); color: #fff; }

/* ── CSS ART BASE ─────────────────────────────────── */
@keyframes breathe {
  0%,100% { filter: brightness(1) saturate(1); transform: scale(1); }
  50%      { filter: brightness(1.07) saturate(1.1); transform: scale(1.015); }
}
.sq-ring,.rs-ring,.cs-ring,.la-ring,.fz-ring {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.sq-wrap,.rs-wrap,.cs-wrap,.la-wrap,.fz-wrap {
  position: relative; animation: breathe 10s ease-in-out infinite;
}

/* ── MISC ─────────────────────────────────────────── */
.rule { height: 1px; background: rgba(0,0,0,0.08); margin: 0 80px; }
.page-sec { padding: 100px 80px; }
.page-sec-dark { padding: 100px 80px; background: var(--dark); }
.page-sec-surface { padding: 100px 80px; background: var(--surface); }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 960px) {
  nav { padding: 0 28px; }
  .page-hero { grid-template-columns: 1fr; padding: 100px 36px 52px; min-height: 42vh; gap: 32px; }
  .page-hero-art { display: none; }
  .ser-grid { grid-template-columns: 1fr 1fr; }
  .art-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .rule { margin: 0 36px; }
  .page-sec, .page-sec-dark, .page-sec-surface { padding: 72px 36px; }
  footer { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .footer-right { text-align: center; }
  .footer-nav { justify-content: center; flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 600px) {
  .art-grid { grid-template-columns: 1fr; }
  .ser-grid { grid-template-columns: 1fr; }
}
