/* =====================================================
   SHARED STYLESHEET — interior SEO pages only
   (index.html is untouched and does not reference this file)
===================================================== */
:root {
  --bg:           #0A0905;
  --bg-2:         #131109;
  --bg-3:         #1C180F;
  --gold:         #C9A96E;
  --gold-lt:      #DFC08F;
  --gold-dk:      #A0824F;
  --ivory:        #F5EFE0;
  --ivory-2:      #C8BDA8;
  --text:         #F0E8D4;
  --text-2:       #9C917F;
  --text-3:       #8D8271;
  --line:         rgba(201,169,110,0.15);
  --line-sub:     rgba(201,169,110,0.08);
  --serif:        'Cormorant Garamond', Georgia, serif;
  --sans:         'Manrope', system-ui, sans-serif;
  --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
  --ease-std:     cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body { background: var(--bg); color: var(--text); font-family: var(--sans); font-weight: 300; font-size: 1rem; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.wrap { width: 100%; max-width: 90rem; margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 4rem); }
.overline { font-family: var(--sans); font-size: .62rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); }
.skip-link { position: absolute; top: -100%; left: 1rem; z-index: 9999; background: var(--gold); color: var(--bg); font-size: .75rem; font-weight: 600; letter-spacing: .04em; padding: .8rem 1.4rem; border-radius: 2px; transition: top .2s var(--ease-out); }
.skip-link:focus { top: 1rem; }

/* NAV (same visual language as homepage) */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 0; background: rgba(10,9,5,.93); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-sub); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; }
.nav__logo { font-family: var(--serif); font-size: clamp(1.05rem, 2.2vw, 1.3rem); font-weight: 400; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory); }
.nav__logo b { color: var(--gold); font-weight: 400; }
.nav__links { display: none; gap: 2rem; align-items: center; }
.nav__links a { font-size: .7rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory-2); transition: color .3s; }
.nav__links a:hover, .nav__links a.on { color: var(--gold); }
.nav__cta { font-size: .66rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--bg); background: var(--gold); padding: .6rem 1.3rem; border-radius: 2px; transition: background .3s; }
.nav__cta:hover { background: var(--gold-lt); }
@media (min-width: 960px) { .nav__links { display: flex; } }

/* BREADCRUMB */
.crumbs { padding: clamp(6.5rem,14vh,8.5rem) 0 0; font-size: .72rem; letter-spacing: .04em; color: var(--text-3); }
.crumbs a { color: var(--text-2); transition: color .3s; }
.crumbs a:hover { color: var(--gold); }
.crumbs span { margin: 0 .5em; color: var(--text-3); }

/* PAGE HERO */
.page-hero { padding: clamp(1.5rem,4vh,2.5rem) 0 clamp(3rem,7vh,5rem); border-bottom: 1px solid var(--line-sub); }
.page-hero h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.4rem,6vw,4.4rem); line-height: 1.1; color: var(--ivory); margin: .75rem 0 1.25rem; max-width: 20ch; }
.page-hero h1 em { font-style: italic; color: var(--gold-lt); }
.page-hero p { font-size: 1rem; color: var(--text-2); max-width: 56ch; line-height: 1.9; }

/* GENERIC SECTIONS */
.sec { padding: clamp(3.5rem,9vh,7rem) 0; }
.sec.alt { background: var(--bg-2); border-top: 1px solid var(--line-sub); border-bottom: 1px solid var(--line-sub); }
.sec-header { margin-bottom: clamp(2rem,5vh,3rem); }
.sec-header h2 { font-family: var(--serif); font-size: clamp(1.8rem,4vw,3rem); font-weight: 300; line-height: 1.18; color: var(--ivory); margin-top: .6rem; }
.sec-header p { font-size: .92rem; color: var(--text-2); max-width: 52ch; margin-top: 1rem; line-height: 1.9; }
.prose { max-width: 62rem; }
.prose p { font-size: .95rem; color: var(--text-2); line-height: 1.95; margin-bottom: 1.3rem; }
.prose h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(1.5rem,3.2vw,2.1rem); color: var(--ivory); margin: 2.4rem 0 1rem; }
.prose h2:first-child { margin-top: 0; }
.prose strong { color: var(--ivory); font-weight: 500; }

/* CARD GRID (services / steps) */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line-sub); border: 1px solid var(--line-sub); border-radius: 3px; overflow: hidden; }
@media (min-width: 640px) { .card-grid.g2 { grid-template-columns: 1fr 1fr; } .card-grid.g3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .card-grid.g3 { grid-template-columns: repeat(3,1fr); } }
.card { background: var(--bg-2); padding: 2rem; transition: background .3s; }
.card:hover { background: var(--bg-3); }
.card .n { font-size: .58rem; font-weight: 500; letter-spacing: .25em; color: var(--gold-dk); margin-bottom: .9rem; }
.card h3 { font-family: var(--serif); font-size: clamp(1.15rem,2.6vw,1.5rem); font-weight: 400; color: var(--ivory); margin-bottom: .6rem; }
.card p { font-size: .85rem; color: var(--text-2); line-height: 1.85; }

/* GALLERY */
.gal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; }
@media (min-width: 640px) { .gal-grid { grid-template-columns: repeat(3,1fr); gap: .75rem; } }
.gal-grid a { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 2px; }
.gal-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); }
.gal-grid a:hover img { transform: scale(1.06); }

/* BUTTONS */
.btn-gold { display: inline-flex; align-items: center; gap: .7rem; font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--bg); background: var(--gold); padding: 1rem 2rem; border-radius: 2px; transition: background .3s, transform .2s; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: .7rem; font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ivory); padding: 1rem 2rem; border: 1px solid var(--line); border-radius: 2px; transition: border-color .3s, color .3s, transform .2s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }

/* CTA BAND */
.cta-band { padding: clamp(4rem,10vh,6rem) 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,.055) 0%, transparent 70%); pointer-events: none; }
.cta-inner { position: relative; max-width: 38rem; margin: 0 auto; }
.cta-inner h2 { font-family: var(--serif); font-size: clamp(2rem,5vw,3.2rem); font-weight: 300; color: var(--ivory); margin: .6rem 0 1.2rem; }
.cta-inner h2 em { font-style: italic; color: var(--gold); }
.cta-inner p { font-size: .9rem; color: var(--text-2); line-height: 1.9; margin-bottom: 2.2rem; }
.btn-wa { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid var(--gold-dk); color: var(--gold); font-size: .62rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; padding: 1.1rem 2.6rem; border-radius: 2px; transition: border-color .3s, color .3s, background .3s, transform .2s; }
.btn-wa:hover { border-color: var(--gold); color: var(--bg); background: var(--gold); transform: translateY(-1px); }

/* RELATED LINKS */
.related { display: flex; flex-wrap: wrap; gap: 1rem; }
.related a { flex: 1 1 220px; border: 1px solid var(--line-sub); border-radius: 3px; padding: 1.4rem 1.6rem; transition: border-color .3s, background .3s; }
.related a:hover { border-color: var(--gold-dk); background: var(--bg-2); }
.related .n { display: block; font-size: .58rem; letter-spacing: .2em; color: var(--gold-dk); margin-bottom: .5rem; text-transform: uppercase; }
.related strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--ivory); }

/* FOOTER */
footer { border-top: 1px solid var(--line-sub); padding: clamp(2rem,5vh,3rem) 0; background: var(--bg-2); }
.foot-inner { display: flex; flex-direction: column; gap: 1.5rem; text-align: center; }
.foot-logo { font-family: var(--serif); font-size: 1.3rem; color: var(--ivory); }
.foot-logo b { color: var(--gold); font-weight: 400; }
.foot-creds { font-size: .6rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--text-3); margin-top: .4rem; }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.foot-links a { font-size: .72rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; color: var(--text-2); transition: color .3s; }
.foot-links a:hover { color: var(--gold); }
.foot-copy { font-size: .74rem; color: var(--text-3); }
@media (min-width: 640px) { .foot-inner { flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; text-align: left; } }
