@import url('https://fonts.googleapis.com/css2?family=Playwrite+BE+VLG:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&family=Playwrite+BE+VLG:wght@100..400&display=swap');

:root{
  --bg: #0a0806;
  --bg-deep: #050403;
  --gold: #d9a35a;
  --gold-soft: #c8975a;
  --cream: #ece7df;
  --muted: #8c8579;
  --line: rgba(217,163,90,0.28);
  --line-soft: rgba(236,231,223,0.12);
  --serif: "Times New Roman", "Georgia", serif;
  --sans: "Helvetica Neue", Arial, "Segoe UI", sans-serif;
}

*{ box-sizing: border-box; }

html, body{
  margin:0;
  padding:0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  height: 100%;
  overflow-x: hidden;
}

body{
  background:
    radial-gradient(ellipse 900px 700px at 78% 48%, rgba(120,80,30,0.10), transparent 60%),
    radial-gradient(ellipse 1400px 900px at 50% -10%, rgba(40,32,20,0.35), transparent 55%),
    var(--bg-deep);
  min-height: 100vh;
  position: relative;
}

/* subtle grain */
body::before{
  content:"";
  position: fixed;
  inset:0;
  pointer-events:none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 5;
}

/* subtle grain */
body::before{
  content:"";
  position: fixed;
  inset:0;
  pointer-events:none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 5;
}

.page{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

/* ---------- NAV ---------- */
header.nav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(5, 4, 3, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
header.nav.scrolled{
  border-bottom-color: var(--line-soft);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.nav-inner{
  max-width: 1536px;
  margin: 0 auto;
  padding: 24px 48px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  /* border: 1px solid #fff; */
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand .mark{
  font-family: var(--serif);
  font-size: 26px;
  color: var(--gold);
  letter-spacing: 1px;
  line-height:1;
}
.brand .name{
  font-size: 12.5px;
  letter-spacing: 4px;
  color: var(--cream);
  font-weight: 500;
}

nav.links{
  display:flex;
  align-items:center;
  gap: 42px;
}
nav.links a{
  color: var(--cream);
  text-decoration:none;
  font-size: 14.5px;
  letter-spacing: 0.2px;
  opacity: 0.92;
  position: relative;
  transition: opacity .25s ease, color .25s ease;
}
nav.links a:hover{ color: var(--gold); opacity:1; }
nav.links a::after{
  content:"";
  position:absolute;
  left:0; bottom:-6px;
  width:0%;
  height:1px;
  background: var(--gold);
  transition: width .3s ease;
}
nav.links a:hover::after{ width:100%; }

nav.links a.active{
  color: var(--cream);
  font-weight: 700;
}
nav.links a.active::before{
  content:"";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateX(-50%);
  box-shadow: 0 0 6px rgba(217,163,90,0.8);
}

/* ---------- HERO ---------- */
.hero{
  display:grid;
  grid-template-columns: minmax(280px, 700px) 1fr;
  align-items: center;
  gap: 20px;
  min-height: calc(100vh - 220px);
  padding-top: 70px;
  position: relative;
}

.eyebrow{
  display:flex;
  align-items:center;
  gap: 14px;
  color: var(--gold);
  font-size: 12.5px;
  letter-spacing: 3.5px;
  font-weight: 500;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp .8s ease forwards;
  animation-delay: .05s;
}
.eyebrow .rule{
  width: 26px;
  height: 1px;
  background: var(--gold);
}

h1.headline{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.18;
  color: var(--cream);
  margin: 0 0 38px;
  max-width: 640px;
  opacity: 0;
  animation: fadeIn .9s ease forwards;
  animation-delay: .15s;
}
h1.headline .gap-word{
  color: var(--gold);
  font-style: normal;
}
.caret{
  display:inline-block;
  width: 2px;
  height: 0.85em;
  background: var(--gold);
  margin-left: 4px;
  vertical-align: -0.08em;
  animation: blink 1.1s step-end infinite;
}

.feature-list{
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp .9s ease-in forwards;
  animation-delay: 3.95s;
}
.feature-item{
  display:flex;
  align-items:flex-start;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  max-width: 560px;
}
.feature-item:first-child{ padding-top: 0; }
.feature-item .dash{
  width: 22px;
  height: 1px;
  background: var(--muted);
  margin-top: 11px;
  flex-shrink:0;
  transition: background .3s ease, width .3s ease;
}
.feature-item.active .dash{
  background: var(--gold);
}
.feature-item p{
  margin:0;
  font-size: 16px;
  line-height: 1.55;
  color: #cdc8bd;
  font-weight: 300;
}

.signoff{
  opacity: 0;
  animation: fadeUp .9s ease forwards;
  animation-delay: .5s;
  margin-bottom: 36px;
}
.signoff p{
  margin: 0;
  font-size: 19px;
  font-family: var(--serif);
  line-height: 1.5;
}
.signoff .italic{
  color: var(--gold);
  font-style: italic;
}

.cta{
  opacity: 0;
  animation: fadeUp .9s ease forwards;
  animation-delay: .65s;
}
.cta a, .cta button{
  display:inline-flex;
  align-items:center;
  gap: 12px;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  text-decoration:none;
  background-color: transparent;      /* ← added */
  appearance: none;                   /* ← added */
  -webkit-appearance: none;           /* ← added */
  -moz-appearance: none;              /* ← added */
  font-size: 12.5px;
  letter-spacing: 2.5px;
  font-weight: 600;
  padding: 17px 26px;
  transition: background .3s ease, color .3s ease;
}
.cta a:hover, .cta button:hover{
  background: var(--gold);
  color: #15110a;
}
.cta a svg, .cta button svg{ width:14px; height:14px; transition: transform .3s ease; }
.cta a:hover svg, .cta button:hover svg{ transform: translate(2px,-2px); }

/* ---------- VISUAL ---------- */
.visual-wrap{
  position: relative;
  height: 100%;
  min-height: 720px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.side-label{
  position:absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  display:flex;
  gap: 26px;
  align-items:center;
}
.side-label .vtext{
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  font-size: 10.5px;
  color: var(--muted);
  line-height: 1.8;
}
.side-label .vtext.dim{ opacity: 0.55; }
.side-label .stem{
  width: 1px;
  height: 150px;
  background: linear-gradient(var(--line-soft), var(--gold), var(--line-soft));
  position: relative;
}
.side-label .stem::after{
  content:"";
  position:absolute;
  top: 50%;
  left: 50%;
  width:5px; height:5px;
  border-radius:50%;
  background: var(--gold);
  transform: translate(-50%,-50%);
  box-shadow: 0 0 8px rgba(217,163,90,0.9);
}

svg.scene{
  width: 100%;
  height: auto;
  max-width: 680px;
  overflow: visible;
}

.orbit-ring{
  fill:none;
  stroke: var(--line);
  stroke-width: 1;
  transform-origin: 340px 340px;
  animation: rotateSlow 90s linear infinite;
}
.orbit-dot{
  fill: var(--gold);
  filter: drop-shadow(0 0 6px rgba(217,163,90,0.9));
}

.axis-line{
  stroke: rgba(217,163,90,0.35);
  stroke-width: 1;
}

.moon-glow{
  filter: blur(0.5px);
}

@keyframes rotateSlow{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}
@keyframes blink{
  0%, 49%{ opacity:1; }
  50%, 100%{ opacity:0; }
}
@keyframes fadeUp{
  from{ opacity:0; transform: translateY(16px); }
  to{ opacity:1; transform: translateY(0); }
}
@keyframes fadeIn{
  from{ opacity:0; }
  to{ opacity:1; }
}
@keyframes floatY{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }

  
}




/* ---------- DUST PARTICLES ---------- */
.dust-canvas{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
 
@media (prefers-reduced-motion: reduce){
  .dust-canvas{ display: none; }
}
 

/* ---------- CURSOR GLOW ---------- */
.cursor-glow{
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 154, 67, 0.14) 0%, rgba(217,163,90,0.06) 35%, rgba(217,163,90,0) 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity .4s ease;
  will-change: transform;
}
.cursor-glow.active{ opacity: 1; }
 
@media (max-width: 1100px), (hover: none) and (pointer: coarse){
  .cursor-glow{ display: none; }
}
 
@media (prefers-reduced-motion: reduce){
  .cursor-glow{ display: none; }
}
 
body{ position: relative; }
/*--------------------------------------------------------------------------*/

/* ---------- PHILOSOPHY SECTION ---------- */
.philosophy{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 192px;;
  padding: 140px 0 100px;
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  z-index: 2;
}

.philosophy-inner{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
 
.philosophy-grid{
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 70px;
}
 
.philosophy-left{
  max-width: 560px;
}
 
.philosophy-title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.22;
  color: var(--cream);
  margin: 0 0 32px;
}
.philosophy-title .italic-gold{
  color: var(--gold);
  font-style: italic;
}
 
.philosophy-lead{
  font-size: 16px;
  line-height: 1.65;
  color: #cdc8bd;
  font-weight: 300;
  margin: 0 0 32px;
}
 
.mini-rule{
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}
 
.philosophy-divider{
  align-self: stretch;
  width: 1px;
  background: var(--line-soft);
}
 
.philosophy-right{
  display: flex;
  flex-direction: column;
}
 
.phil-item{
  display: flex;
  gap: 26px;
  align-items: flex-start;
  padding: 26px 0;
  border-bottom: 1px solid var(--line-soft);
}
.phil-item:first-child{ padding-top: 0; }
.phil-item:last-child{ border-bottom: none; padding-bottom: 0; }
 
.phil-icon{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .3s ease, transform .3s ease;
}
.phil-icon svg{
  width: 24px;
  height: 24px;
  color: var(--gold);
}
.phil-item:hover .phil-icon{
  background: rgba(217,163,90,0.1);
  transform: translateY(-2px);
}
 
.phil-copy{ flex: 1; }
 
.phil-heading{
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 8px;
}
.phil-num{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold);
}
.phil-heading h3{
  margin: 0;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--cream);
}
 
.phil-copy p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
  max-width: 460px;
}
 
.philosophy-quote{
  display: flex;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  padding: 36px 44px;
  background: var(--bg-deep);
}
.philosophy-quote .quote-mark{
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
  flex-shrink: 0;
  align-self: flex-start;
}
.philosophy-quote .quote-text{
  flex: 1;
}
.philosophy-quote .quote-text p{
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: var(--cream);
  margin: 0 0 6px;
}
.philosophy-quote .quote-text .gold{
  color: var(--gold);
}
.philosophy-quote .quote-attr{
  font-size: 12.5px;
  letter-spacing: 1.5px;
  color: var(--muted);
  white-space: nowrap;
  align-self: center;
}
 
@media (max-width: 1100px){
  .philosophy-grid{
    grid-template-columns: 1fr;
  }
  .philosophy-divider{
    width: 100%;
    height: 1px;
  }
}
 
@media (max-width: 640px){
  .philosophy{ padding: 90px 0 70px; }
  .philosophy-quote{
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
  .philosophy-quote .quote-attr{ align-self: flex-end; }
}
 


/* ---------- PROCESS SECTION ---------- */


.process{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 140px 0 200px;
  background: rgba(0,0,0,.6);
  z-index: 2;
}

.process-inner{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
  
}
 
.process-head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}
 
.process-head-left{ max-width: 620px; }
 
.process-title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.2;
  color: var(--cream);
  margin: 0 0 22px;
}
.process-title .italic-gold{
  color: var(--gold);
  font-style: italic;
}
 
.process-lead{
  font-size: 16px;
  line-height: 1.6;
  color: #cdc8bd;
  font-weight: 300;
  max-width: 480px;
  margin: 0;
}
 
.process-head-right{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 300px;
  margin-bottom: 6px;
}
.process-head-right .quote-rule{
  width: 1px;
  align-self: stretch;
  background: var(--line);
  flex-shrink: 0;
}
.process-head-right p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #cdc8bd;
  font-weight: 300;
}
.process-head-right .gold{ color: var(--gold); }
 
/* ---- timeline ---- */
.timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  padding-top: 56px;
  margin-bottom: 90px;
}
 
.timeline-track{
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--line-soft);
}
 
.timeline-step{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0.75;
  transition: opacity .4s ease;
}
.timeline-step:hover,
.timeline-step.active{
  opacity: 1;
}
 
.step-number{
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--gold);
}
 
.step-node{
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(217,163,90,0.12);
  z-index: 2;
}
 
.step-icon{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 44px auto;
}
.step-icon svg{
  width: 74px;
  height: 74px;
  padding: 22px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.4);
  color: var(--gold);
  box-sizing: border-box;
  transition: background .9s ease, transform .3s ease;
}
.timeline-step:hover .step-icon svg,
.timeline-step.active .step-icon svg{
  background: rgba(217,163,90,0.1);
  transform: translateY(-3px);
}
 
.timeline-step h3{
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--cream);
  margin: 0 0 10px;
}
 
.timeline-step::after{
  content:"";
  display:block;
  width: 26px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 14px;
}
 
.timeline-step p{
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
  font-weight: 300;
  text-align: center;
  margin: 0;
}
 
/* ---- closing quote ---- */
.process-quote{
  display: flex;
  gap: 22px;
  align-items: flex-start;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  padding: 36px 44px;
  background: var(--bg-deep);
}
.process-quote .quote-mark{
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
  flex-shrink: 0;
}
.process-quote .quote-text p{
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: var(--cream);
  margin: 0 0 6px;
}
.process-quote .quote-text .gold{
  color: var(--gold);
}
 
@media (max-width: 1100px){
  .timeline{ grid-template-columns: repeat(3, 1fr); row-gap: 70px; }
  .process-head{ align-items: flex-start; }
}
 
@media (max-width: 640px){
  .timeline{ grid-template-columns: repeat(1, 1fr); }
  .process{ padding: 90px 0 70px; }
  .process-quote{ flex-direction: column; padding: 28px; }
  .timeline-step p{
    padding: 0 110px;
  }
}
 
/*--------------------------------------------------------------------*/
/* ---------- WORK SECTION ---------- */
/* .work{
  padding: 140px 0 110px;
  position: relative;
  background: var(--bg);
}
 */
 .work{
   width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 140px 0 100px;
  background: var(--bg);
  z-index: 2;
}
 

.work-inner{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
 
.work-head-left{ max-width: 640px; margin-bottom: 64px; }
 
.work-title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.22;
  color: var(--cream);
  margin: 0 0 22px;
}
.work-title .italic-gold{
  color: var(--gold);
  font-style: italic;
}
 
.work-lead{
  font-size: 16px;
  line-height: 1.6;
  color: #cdc8bd;
  font-weight: 300;
  max-width: 480px;
  margin: 0 0 30px;
}
 
.view-all{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 2px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold-soft);
  transition: gap .3s ease, opacity .3s ease;
}
.view-all svg{ width: 15px; height: 15px; }
.view-all:hover{ gap: 16px; }
 
/* grid layout: featured card full width, then 3 small cards */
.work-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
 
.work-card{
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: rgba(255,255,255,0.015);
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease;
}
.work-card:hover{
  border-color: var(--line);
}
 
.work-card.featured{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 0;
  padding: 40px;
}
 
.work-card-info{ padding-right: 40px; display: flex; flex-direction: column; }
 
.work-num{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 10px;
  display: inline-block;
}
 
.work-card h3{
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 14px;
}
 
.work-desc{
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
  margin: 0 0 26px;
}
 
.work-meta{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}
.meta-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.meta-icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.meta-icon svg{ width: 15px; height: 15px; }
.meta-item h4{
  margin: 0 0 4px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--cream);
}
.meta-item p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 300;
}
 
.work-card-thumb{
  position: relative;
  display: flex;
  flex-direction: column;
}
 
.thumb-placeholder{
  flex: 1;
  min-height: 320px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(217,163,90,0.10), rgba(217,163,90,0.02) 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.015) 0 2px, transparent 2px 14px),
    #131009;
  border: 1px dashed var(--line);
  display: flex;
  text-transform: uppercase;
}

#main-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

#main-img:hover, .thumb-placeholder.small:hover{
  transform: scale(1.06);
  transition: transform .5s ease;
}
 
.thumb-placeholder.small{
  min-height: 190px;
  border-radius: 10px 10px 0 0;
  border: none;
  border-bottom: 1px dashed var(--line-soft);
}

.thumb-placeholder.small img{
  width: 100%;
  height: auto;
  display: block;
}
.view-project{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--gold);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  align-self: flex-start;
  transition: gap .3s ease;
}
.view-project svg{ width: 13px; height: 13px; }
.view-project:hover{ gap: 12px; }
 
/* small cards */
.work-card.small{
  display: flex;
  flex-direction: column;
}
.work-card-body{
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.work-card-body h3{ font-size: 17px; }
.work-card-body .work-desc{ margin-bottom: 20px; }
 
.work-meta-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  margin-top: auto;
}
.meta-item-sm{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meta-icon-sm{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.meta-icon-sm svg{ width: 12px; height: 12px; }
.meta-item-sm h4{
  margin: 0;
  font-size: 11.5px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: var(--cream);
}
.meta-item-sm p{
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 300;
}
 
.work-footnote{
  text-align: center;
  margin: 56px 0 0;
  font-size: 11.5px;
  letter-spacing: 2.5px;
  color: var(--muted);
}
 
@media (max-width: 1100px){
  .work-grid{ grid-template-columns: repeat(2, 1fr); }
  .work-card.featured{
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-card-info{ padding-right: 0; }
}
 
@media (max-width: 720px){
  .work-grid{ grid-template-columns: 1fr; }
  .work-meta-row{ grid-template-columns: 1fr; gap: 18px; }
  .work-card.featured{ padding: 26px; }
}
 

/*--------------------------------------------------------------------*/


/* ---------- ABOUT SECTION ---------- */
.about{
  padding: 140px 0 110px;
  position: relative;
}
 
.about-top{
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 50px;
  margin-bottom: 70px;
}
 
.about-title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.22;
  color: var(--cream);
  margin: 0 0 26px;
}
.about-title .italic-gold{
  color: var(--gold);
  font-style: italic;
}
 
.about-p{
  font-size: 15.5px;
  line-height: 1.7;
  color: #cdc8bd;
  font-weight: 300;
  margin: 0 0 20px;
  max-width: 460px;
}
 
.about-quote{
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 2px solid var(--gold);
}
.about-quote p{
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #ece7df;
  font-weight: 300;
}
.about-quote .gold{ color: var(--gold); font-weight: 500; }
 
/* traits column */
.about-middle{ display: flex; flex-direction: column; }
 
.trait-item{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
}
.trait-item:first-child{ padding-top: 0; }
 
.trait-icon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.trait-icon svg{ width: 18px; height: 18px; }
 
.trait-copy h3{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
}
.trait-copy p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
  max-width: 320px;
}
 
.signature-block{
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.signature{
  /* font-family: 'Dancing Script', cursive; */
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
  font-family: "Mrs Saint Delafield", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.signature-caption{
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--muted);
}
 
/* portrait column */
.about-right{ position: relative; }
 
.portrait-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: flex-end;
}
 
.portrait-ring{
  position: absolute;
  top: 0;
  right: -10%;
  width: 92%;
  height: 92%;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: radial-gradient(circle at 35% 30%, rgba(217,163,90,0.08), transparent 65%);
}
 
.portrait-dots{
  position: absolute;
  right: -6%;
  bottom: 6%;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(rgba(217,163,90,0.35) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.5;
  pointer-events: none;
}
 
.portrait-placeholder{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 1px dashed var(--line);
  /* background:
    linear-gradient(160deg, rgba(217,163,90,0.08), rgba(217,163,90,0.015) 55%),
    #0f0d0a; */
    /* background-image: url("assets/SUBJECT16.png"); */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--muted);
  z-index: 1;
}

.portrait-placeholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

/* .portrait-placeholder svg{
  width: 64px;
  height: 64px;
  color: var(--line);
}
.portrait-placeholder span{
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
} */
 
.focus-card{
  position: absolute;
  left: -14%;
  bottom: 6%;
  width: 78%;
  max-width: 260px;
  background: #0e0c09;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 18px 20px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.focus-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 8px;
}
.focus-dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(217,163,90,0.9);
  flex-shrink: 0;
}
.focus-card p{
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 300;
}
 
/* stats strip */
.stats-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: var(--bg-deep);
  margin-bottom: 60px;
}
.stat-item{
  padding: 34px 30px;
  border-right: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
}
.stat-item:last-child{ border-right: none; }
 
.stat-number{
  font-family: var(--serif);
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 14px;
}
.stat-label{
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 10px;
}
.stat-item p{
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 300;
}
 
/* closing quote banner */
.about-quote-banner{
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  padding: 36px 44px;
  background: var(--bg-deep);
}
.about-quote-banner .quote-mark{
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
  color: var(--gold);
  flex-shrink: 0;
  align-self: flex-start;
}
.about-quote-banner .quote-text{ flex: 1; min-width: 260px; }
.about-quote-banner .quote-text p{
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cream);
  margin: 0 0 6px;
}
.about-quote-banner .quote-text .gold{ color: var(--gold); }
 
.quote-attr-line{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: var(--muted);
  white-space: nowrap;
}
.quote-attr-line .attr-rule{
  width: 26px;
  height: 1px;
  background: var(--muted);
}
 
@media (max-width: 1200px){
  .about-top{ grid-template-columns: 1fr 1fr; }
  .about-right{ grid-column: 1 / -1; max-width: 420px; margin: 20px auto 0; }
}
 
@media (max-width: 800px){
  .about-top{ grid-template-columns: 1fr; }
  .about-right{ margin: 0; max-width: 360px; }
  .stats-strip{ grid-template-columns: repeat(2, 1fr); }
  .stat-item{ border-bottom: 1px solid var(--line-soft); }
  .stat-item:nth-child(2n){ border-right: none; }
}
 
@media (max-width: 560px){
  .stats-strip{ grid-template-columns: 1fr; }
  .stat-item{ border-right: none; }
  .about-quote-banner{ padding: 28px; }
}
 
/*---------------------------------------------------------------------*/



 
/* ---------- CONTACT SECTION ---------- */
.contact{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 192px;;
  padding: 240px 0 260px;
  background-image: url("assets/Dune.png");
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.contact-inner{
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
}
 
.contact-grid{
  display: grid;
  grid-template-columns: 1fr  0.9fr;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 56px;
}
 
.contact-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding-top: 6px;
}
 
.contact-title{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(34px, 4.2vw, 50px);
  line-height: 1.16;
  color: var(--cream);
  margin: 0;
}
.contact-title .italic-gold{
  color: var(--gold);
  font-style: italic;
}
 
.contact-lead{
  font-size: 15.5px;
  line-height: 1.7;
  color: #cdc8bd;
  font-weight: 300;
  max-width: 420px;
  margin: 0;
}
 
 
/* right column */
.contact-right{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
 
.contact-quote{
  margin: 0;
  padding-left: 4px;
}
.contact-quote .quote-mark{
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.contact-quote p{
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--cream);
  margin: 0 0 12px;
}


.contact-quote .quote-source{
  font-size: 11.5px;
  letter-spacing: 1.5px;
  color: var(--muted);
}
 
.talk-card{
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: rgba(0,0,0,.8);
  padding: 26px;
  flex: 1;
}
.talk-head{
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
}
.talk-rule{
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 8px;
}
 
.talk-row{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  text-decoration: none;
  color: inherit;
  transition: gap .3s ease;
}
.talk-row.last{ border-bottom: none; padding-bottom: 0; }
.talk-row:hover{ gap: 20px; }

button.talk-row{
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--line-soft);
  background: none;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit;
  cursor: pointer;
}
button.talk-row.last{ border-bottom: none; }
 
.talk-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gold);
}
.talk-icon svg{ width: 17px; height: 17px; }
 
.talk-copy{
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.talk-copy strong{
  font-size: 14.5px;
  font-weight: 600;
  color: var(--cream);
}
.talk-copy small{
  font-size: 13px;
  color: var(--muted);
  font-weight: 300;
}
 
.talk-arrow{
  width: 15px;
  height: 15px;
  color: var(--gold);
  flex-shrink: 0;
}
 
/* bottom bar */
.contact-footer-bar{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: rgba(0,0,0,.8);
  padding: 30px 40px;
}
 
.open-to{
  display: flex;
  gap: 18px;
  align-items: center;
  border-right: 1px solid var(--line-soft);
  padding-right: 30px;
}
.sparkle-icon{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.sparkle-icon svg{ width: 20px; height: 20px; }
 
.open-to-label{
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}
.open-to p{
  margin: 0;
  font-size: 14.5px;
  color: #cdc8bd;
  font-weight: 300;
}
.open-to .sep{ color: var(--gold); margin: 0 4px; }
 
.build-cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.build-label{
  display: block;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}
.build-cta p{
  margin: 0;
  font-size: 14.5px;
  color: #cdc8bd;
  font-weight: 300;
}
.build-arrow{
  width: 26px;
  height: 26px;
  color: var(--gold);
  flex-shrink: 0;
}
 
@media (max-width: 1200px){
  .contact-grid{ grid-template-columns: 1fr; }
  .contact-visual{ order: -1; min-height: 380px; }
}
 
@media (max-width: 720px){
  .contact-footer-bar{ grid-template-columns: 1fr; }
  .open-to{ border-right: none; border-bottom: 1px solid var(--line-soft); padding-right: 0; padding-bottom: 24px; }
  .build-cta{ flex-direction: row; }
}
 














/* ---------- FOOTER ---------- */
footer.bottom{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 26px 0 40px;
  border-top: 1px solid var(--line-soft);
  margin-top: 20px;
}
.scroll-hint{
  display:flex;
  align-items:center;
  gap: 18px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 3px;
}
.scroll-hint .dot-stem{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}
.scroll-hint .dot-stem .ln{
  width:1px; height:10px;
  background: var(--line-soft);
}
.scroll-hint .dot-stem .pt{
  width:4px;height:4px;border-radius:50%;
  background: var(--gold);
  animation: floatY 2s ease-in-out infinite;
}

.pager{
  display:flex;
  align-items:center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1px;
  flex: 1;
  max-width: 600px;
  margin: 0 60px;
}
.pager .cur{ color: var(--gold); }
.pager .track{
  flex:1;
  height:1px;
  background: var(--line-soft);
  position: relative;
}
.pager .track::before{
  content:"";
  position:absolute;
  left:0; top:0;
  height:1px;
  width: 16%;
  background: var(--gold);
}

/* Hamburger toggle button (hidden on desktop by default) */
.menu-toggle{
  display: none;
  position: fixed;
  top: 17px;
  right: 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 60;
}
.menu-toggle .bar{
  width: 22px;
  height: 1.5px;
  background: var(--cream);
  border-radius: 1px;
  transition: transform .3s ease, opacity .3s ease;
}
.menu-toggle[aria-expanded="true"] .bar:nth-child(1){
  transform: translateY(6.5px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .bar:nth-child(2){
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .bar:nth-child(3){
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Full-viewport mobile menu overlay — standalone, sibling of header,
   so header's backdrop-filter can't trap it as a containing block */
.mobile-nav{
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background: rgba(5, 4, 3, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 50;
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.mobile-nav.open{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-nav a{
  color: var(--cream);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 26px;
  opacity: 0.92;
  position: relative;
}
.mobile-nav a.active{
  color: var(--gold);
  opacity: 1;
}
 
@media (max-width: 1100px){
  .hero{ grid-template-columns: 1fr; }
  .visual-wrap{ order: -1; min-height: 420px; margin-top: 20px; }
  .side-label{ display:none; }
  /* .page{ padding: 0 24px; }
  .philosophy-inner{ padding: 0 24px; }
  .nav-inner{ padding: 20px 24px; } */
 
  nav.links{ display: none; }
 
  .menu-toggle{ display: flex; }
 
  body.menu-open{ overflow: hidden; }
}
 
@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* ---------- CONVERSATION MODAL ---------- */
.modal-overlay{
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(4, 3, 2, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.modal-overlay.open{
  opacity: 1;
  pointer-events: auto;
}
 
.modal-box{
  position: relative;
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  overflow-y: auto;
  background: #0b0906;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 56px 60px 44px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
}
.modal-overlay.open .modal-box{
  transform: translateY(0) scale(1);
  opacity: 1;
}
 
.modal-orbit{
  position: absolute;
  top: -60px;
  left: 50%;
  width: 620px;
  height: 220px;
  transform: translateX(-50%);
  border: 1px solid rgba(217,163,90,0.18);
  border-radius: 50%;
  pointer-events: none;
}
 
.modal-close{
  position: absolute;
  top: 22px;
  right: 24px;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  background-color: transparent;      /* ← added */
  appearance: none;                   /* ← added */
  -webkit-appearance: none;           /* ← added */
  -moz-appearance: none;              /* ← added */
  color: var(--gold);
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease;
}
.modal-close svg{ width: 20px; height: 20px; }
.modal-close:hover{ transform: rotate(90deg); }
 
.modal-head{
  position: relative;
  text-align: center;
  margin-bottom: 42px;
}
.modal-bubble-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold);
  margin-bottom: 22px;
}
.modal-bubble-icon svg{ width: 24px; height: 24px; }
 
.modal-head h2{
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  color: var(--cream);
  margin: 0 0 12px;
}
.modal-head p{
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
}
 
.modal-options{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 34px;
}
 
.modal-card{
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 34px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color .3s ease, transform .3s ease;
}
.modal-card:hover{
  border-color: var(--line);
  transform: translateY(-3px);
}
 
.modal-card-icon{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(217,163,90,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 20px;
}
.modal-card-icon svg{ width: 26px; height: 26px; }
 
.modal-card h3{
  font-size: 13.5px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 14px;
}
 
.modal-card p{
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #cdc8bd;
  font-weight: 300;
}
 
.modal-card-rule{
  display: block;
  width: 26px;
  height: 1px;
  background: var(--line-soft);
  margin-bottom: 22px;
}
 
.modal-card-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 14px 22px;
  width: 100%;
  justify-content: center;
  transition: background .3s ease, color .3s ease;
}
.modal-card-btn svg{ width: 13px; height: 13px; transition: transform .3s ease; }
.modal-card-btn:hover{
  background: var(--gold);
  color: #15110a;
}
.modal-card-btn:hover svg{ transform: translate(2px,-2px); }

.modal-card-link{
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .3s ease;
}
.modal-card-link:hover{ color: var(--gold); }

 
.modal-footnote{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 300;
}
.modal-footnote svg{ width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
 
@media (max-width: 720px){
  .modal-box{ padding: 60px 26px 34px; }
  .modal-options{ grid-template-columns: 1fr; }
  .modal-orbit{ display: none; }
}

.site-footer{
  text-align: center;
  padding: 32px 0 40px;
  border-top: 1px solid var(--line-soft);
  margin-top: 20px;
}
.site-footer p{
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--muted);
}