:root {
  --ink: #11100f;
  --ink-soft: #26221e;
  --paper: #f8f3eb;
  --paper-deep: #ece2d4;
  --white: #fff;
  --gold: #b58b43;
  --gold-light: #d7b978;
  --gold-deep: #8b6428;
  --taupe: #8b8177;
  --line: rgba(17, 16, 15, .13);
  --shadow: 0 30px 80px rgba(27, 20, 13, .12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(248, 243, 235, .78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(248, 243, 235, .94); border-color: var(--line); box-shadow: 0 12px 35px rgba(17,16,15,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 1px solid rgba(181,139,67,.45); border-radius: 50%;
  color: var(--gold-deep); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 19px;
}
.brand-name { font-size: 17px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.nav-cta { padding: 12px 20px; color: white; background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 130px 0 55px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 35%, rgba(255,255,255,.98), rgba(255,255,255,0) 31%),
    linear-gradient(125deg, #ead8bc 0%, #f8f3eb 39%, #fdfbf7 72%, #e7d2ae 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 119px, rgba(17,16,15,.035) 120px);
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -32%; height: 57%;
  background: radial-gradient(ellipse, rgba(17,16,15,.24), transparent 67%);
  filter: blur(50px); opacity: .45; pointer-events: none;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; right: -190px; top: 16%; border: 1px solid rgba(181,139,67,.22); }
.hero-orb-two { width: 230px; height: 230px; left: -90px; bottom: 9%; background: rgba(181,139,67,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 24px; }
.hero-copy { padding: 45px 0 55px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-deep); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { margin: 0 7px; opacity: .5; }
.hero h1 { margin: 0; max-width: 630px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(74px, 8vw, 126px); font-weight: 400; line-height: .8; letter-spacing: -.07em; }
.hero h1 span { display: block; color: var(--gold-deep); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 35px 0 30px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: #4f4841; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 14px 30px rgba(17,16,15,.17); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(17,16,15,.24); }
.button-ghost { border-color: rgba(17,16,15,.25); background: rgba(255,255,255,.36); }
.button-ghost:hover { background: white; }
.button-ghost svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero-proof { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 680px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.hero-proof span { margin-top: 3px; color: var(--taupe); font-size: 12px; }
.hero-visual { min-height: 710px; position: relative; align-self: end; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual img { position: relative; z-index: 3; max-height: 78vh; width: auto; object-fit: contain; filter: drop-shadow(0 25px 18px rgba(0,0,0,.17)); }
.hero-frame { position: absolute; z-index: 1; width: 520px; height: 520px; left: 50%; top: 15%; transform: translateX(-50%); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(181,139,67,.14)); border: 1px solid rgba(181,139,67,.26); box-shadow: inset 0 0 0 18px rgba(255,255,255,.22); }
.hero-signature { position: absolute; z-index: 2; right: -10px; top: 19%; color: rgba(181,139,67,.18); font-family: Georgia, serif; font-size: 105px; font-style: italic; transform: rotate(-8deg); }
.hero-badge { position: absolute; z-index: 4; left: 18px; bottom: 92px; display: flex; align-items: center; gap: 10px; padding: 12px 17px; background: rgba(255,255,255,.82); border: 1px solid rgba(181,139,67,.24); border-radius: 999px; box-shadow: var(--shadow); backdrop-filter: blur(15px); font-size: 12px; font-weight: 700; }
.badge-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(181,139,67,.13); }
.scroll-cue { position: absolute; z-index: 5; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(17,16,15,.55); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.7s infinite; }
@keyframes scrollPulse { 0%,100%{transform:scaleY(.6);transform-origin:top;opacity:.4}50%{transform:scaleY(1);opacity:1} }

.section { padding: 120px 0; }
.section h2 { margin: 0 0 24px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; }
.section p { color: #5d554d; }
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.about-photo { position: relative; padding: 0 0 38px 32px; }
.photo-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,16,15,.2), transparent 45%); }
.photo-card img { width: 100%; height: 620px; object-fit: cover; object-position: 50% 25%; }
.quote-card { position: absolute; left: 0; bottom: 0; max-width: 300px; padding: 24px 26px; background: var(--ink); color: white; border-radius: 0 22px 22px 22px; box-shadow: 0 20px 45px rgba(17,16,15,.24); }
.quote-card p { margin: 0; color: white; font-family: Georgia, serif; font-size: 18px; line-height: 1.45; }
.quote-mark { display: block; height: 29px; color: var(--gold-light); font-family: Georgia, serif; font-size: 48px; line-height: .8; }
.about-copy > p:not(.section-kicker) { max-width: 720px; font-size: 17px; }
.about-values { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.about-values article { padding-top: 18px; border-top: 1px solid var(--line); }
.about-values span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.about-values h3 { margin: 8px 0 4px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.about-values p { margin: 0; font-size: 13px; line-height: 1.5; }

.essence { background: var(--paper); }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 58px; }
.section-heading h2 { margin-inline: auto; }
.section-heading > p:last-child { max-width: 620px; margin-inline: auto; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.pillar-card { min-height: 360px; position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.62); overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.pillar-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(181,139,67,.38); }
.pillar-card.featured { color: white; background: var(--ink); }
.pillar-card.featured p { color: rgba(255,255,255,.68); }
.pillar-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; bottom: -70px; border: 1px solid rgba(181,139,67,.2); border-radius: 50%; }
.pillar-number { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.pillar-icon { width: 58px; height: 58px; margin: 55px 0 27px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-deep); background: rgba(181,139,67,.12); }
.featured .pillar-icon { color: var(--gold-light); background: rgba(181,139,67,.16); }
.pillar-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.pillar-card p { margin: 0; font-size: 14px; }

.projects { background: #fff; }
.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.projects-copy > p:not(.section-kicker) { font-size: 17px; }
.check-list { margin: 30px 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; color: #49423c; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(181,139,67,.15); color: var(--gold-deep); font-size: 11px; font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-deep); font-weight: 800; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.project-showcase { position: relative; min-height: 560px; }
.project-card-main { min-height: 520px; display: flex; flex-direction: column; justify-content: flex-end; padding: 46px; color: white; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg,#151311,#2b241e 60%,#8b6428); box-shadow: var(--shadow); }
.project-card-main::before { content: ""; position: absolute; width: 360px; height: 360px; right: -80px; top: 30px; border: 1px solid rgba(215,185,120,.27); border-radius: 50%; box-shadow: 0 0 0 40px rgba(215,185,120,.035), 0 0 0 80px rgba(215,185,120,.025); }
.project-label { position: absolute; left: 46px; top: 42px; color: var(--gold-light); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.project-monogram { position: absolute; right: 50px; top: 80px; color: rgba(215,185,120,.68); font-family: Georgia, serif; font-size: 70px; font-style: italic; line-height: .75; text-align: right; }
.project-card-main h3 { position: relative; margin: 0; font-family: Georgia, serif; font-size: 44px; font-weight: 400; }
.project-card-main p { position: relative; margin: 6px 0 0; color: rgba(255,255,255,.65); }
.project-card-note { position: absolute; right: -25px; bottom: -28px; width: 255px; padding: 22px 25px; border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.project-card-note span { display: block; color: var(--taupe); font-size: 12px; }
.project-card-note strong { display: block; margin-top: 3px; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }

.partnerships { color: white; background: #11100f; }
.partnership-panel { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.14); }
.partnership-panel h2 { color: white; }
.partnership-panel p:not(.section-kicker) { max-width: 700px; color: rgba(255,255,255,.66); font-size: 17px; }
.section-kicker.light { color: var(--gold-light); }
.button-gold { flex: 0 0 auto; color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: #e4c98e; }
.service-row { padding-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; color: rgba(255,255,255,.7); font-size: 13px; }
.service-row span { position: relative; padding-left: 22px; }
.service-row span::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }

.contact { background: var(--paper-deep); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy p:not(.section-kicker) { max-width: 510px; }
.contact-list { margin-top: 40px; display: grid; gap: 15px; }
.contact-list a { display: flex; align-items: center; gap: 15px; width: fit-content; }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(17,16,15,.15); border-radius: 50%; font-weight: 700; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--taupe); font-size: 11px; }
.contact-list strong { font-size: 14px; }
.contact-form { padding: 38px; border: 1px solid rgba(17,16,15,.08); border-radius: var(--radius-lg); background: rgba(255,255,255,.7); box-shadow: 0 25px 70px rgba(75,59,42,.09); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: #4b443d; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(17,16,15,.14); border-radius: 13px; background: rgba(255,255,255,.78); color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 50px; padding: 0 15px; }
.contact-form textarea { padding: 14px 15px; resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(181,139,67,.11); }
.form-submit { border: 0; }
.form-status { min-height: 25px; margin: 12px 0 0; font-size: 13px; }
.form-status.error { color: #9d2f2f; }
.form-status.success { color: #3b6b45; }

.site-footer { padding: 48px 0 26px; color: rgba(255,255,255,.75); background: #080807; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-brand { color: white; }
.footer-brand .brand-mark { color: var(--gold-light); border-color: rgba(215,185,120,.35); }
.footer-main p { margin: 0; color: rgba(255,255,255,.48); font-family: Georgia, serif; font-style: italic; }
.footer-links { display: flex; gap: 25px; font-size: 13px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.38); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(66px, 9vw, 96px); }
  .hero-frame { width: 430px; height: 430px; }
  .hero-visual { min-height: 650px; }
  .about-grid, .projects-grid { gap: 55px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .site-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: grid; gap: 4px; padding: 18px; background: rgba(248,243,235,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .25s; }
  .site-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav a { padding: 11px 12px; }
  .site-nav a::after { display: none; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .menu-toggle { display: block; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .hero-lead, .hero-proof { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 600px; }
  .hero-visual img { max-height: 650px; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: 45px; }
  .scroll-cue { display: none; }
  .about-grid, .projects-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 65px; }
  .about-photo { max-width: 620px; margin-inline: auto; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .pillar-icon { margin-top: 35px; }
  .projects-grid { gap: 60px; }
  .project-showcase { max-width: 620px; width: 100%; margin-inline: auto; }
  .partnership-panel { align-items: flex-start; flex-direction: column; gap: 25px; }
  .service-row { grid-template-columns: 1fr 1fr; }
  .contact-copy { text-align: center; }
  .contact-copy p, .contact-list { margin-inline: auto; }
  .contact-list a { margin-inline: auto; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand-name { display: none; }
  .site-nav { top: 72px; left: 14px; right: 14px; }
  .hero { padding-top: 100px; }
  .hero h1 { font-size: clamp(60px, 20vw, 86px); }
  .eyebrow { max-width: 300px; margin-inline: auto; line-height: 1.7; }
  .hero-lead { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; max-width: 320px; gap: 12px; text-align: left; }
  .hero-proof div { padding-left: 15px; border-left: 2px solid rgba(181,139,67,.4); }
  .hero-visual { min-height: 530px; }
  .hero-visual img { max-height: 560px; }
  .hero-frame { width: 360px; height: 360px; top: 17%; }
  .hero-signature { right: -15px; font-size: 70px; }
  .section { padding: 85px 0; }
  .section h2 { font-size: clamp(38px, 12vw, 54px); }
  .about-photo { padding-left: 12px; }
  .photo-card img { height: 500px; }
  .quote-card { max-width: 250px; padding: 20px; }
  .about-values { grid-template-columns: 1fr; }
  .about-values article { display: grid; grid-template-columns: 35px 1fr; column-gap: 8px; }
  .about-values article p { grid-column: 2; }
  .project-card-main { min-height: 470px; padding: 30px; }
  .project-label { left: 30px; top: 30px; }
  .project-monogram { right: 30px; }
  .project-card-main h3 { font-size: 36px; }
  .project-card-note { right: 10px; }
  .service-row { grid-template-columns: 1fr; }
  .contact-form { padding: 23px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
