:root {
  --ink: #0e0e10;
  --ink-soft: #161619;
  --ivory: #f3ede2;
  --muted: #b9b0a2;
  --brass: #bc9b67;
  --brass-light: #d5bc8c;
  --line: rgba(243, 237, 226, 0.19);
  --serif: "Marcellus", Georgia, serif;
  --sans: "Jost", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: -100px; left: 20px; background: var(--ivory); color: var(--ink); padding: 9px 14px; font-size: 13px; }
.skip-link:focus { top: 12px; }

.site-header { min-height: 80px; padding: 20px 5.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.monogram, .footer-monogram { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--brass); color: var(--brass-light); font-family: var(--serif); font-size: 16px; letter-spacing: 1px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 43px); }
.main-nav a, .menu-toggle, .eyebrow, .footer-meta, .social-links { font-size: 11px; font-weight: 500; line-height: 1.2; letter-spacing: 2px; text-transform: uppercase; }
.main-nav a { color: var(--muted); transition: color .2s ease; }
.main-nav a:hover { color: var(--brass-light); }
.menu-toggle { display: none; border: 0; padding: 8px 0; background: transparent; color: var(--ivory); font-family: inherit; cursor: pointer; }

.hero { min-height: calc(100vh - 80px); padding: 9vh 6vw 7vh; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-motif { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-49%); color: rgba(188, 155, 103, .055); font-family: var(--serif); font-size: clamp(100px, 21vw, 330px); line-height: .7; letter-spacing: .05em; white-space: nowrap; pointer-events: none; }
.eyebrow { margin: 0 0 18px; color: var(--brass); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 1060px; margin: 0; position: relative; font-size: clamp(46px, 7.4vw, 108px); line-height: 1.06; letter-spacing: -.035em; }
.hero-subtitle { max-width: 610px; margin: 28px auto 0; color: var(--muted); font-size: 15px; }
.ghost-link { margin-top: 38px; padding: 12px 0; border-bottom: 1px solid var(--brass); color: var(--brass-light); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.ghost-link:hover { color: var(--ivory); border-color: var(--ivory); }
.ghost-link span, button span { margin-left: 8px; font-size: 16px; }

.section-shell { width: min(1160px, 88vw); margin: 0 auto; }
.philosophy { padding-top: 145px; padding-bottom: 145px; display: grid; grid-template-columns: minmax(200px, .8fr) minmax(300px, 1.2fr); gap: clamp(45px, 11vw, 175px); }
h2 { margin: 0; font-size: clamp(35px, 4.8vw, 64px); line-height: 1.12; letter-spacing: -.03em; }
.philosophy-copy { max-width: 600px; font-size: 18px; color: #d6cfc4; }
.philosophy-copy p { margin: 0 0 24px; }
.drop-cap { float: left; margin: 7px 12px 0 0; color: var(--brass); font-family: var(--serif); font-size: 69px; line-height: .7; }
.philosophy blockquote { margin: 42px 0; padding: 15px 0 15px 25px; border-left: 1px solid var(--brass); color: var(--brass-light); font-size: clamp(22px, 2.4vw, 31px); line-height: 1.28; }

.services { padding-top: 118px; padding-bottom: 128px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .75fr 1.35fr 1fr; gap: 28px; align-items: start; margin-bottom: 70px; }
.section-heading .eyebrow { margin-top: 11px; }
.section-note { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 1fr 170px; gap: 30px; padding: 28px 0 30px; border-bottom: 1px solid var(--line); }
.service-row h3 { margin: 0 0 7px; font-size: 27px; line-height: 1.2; }
.service-row p { margin: 0; color: var(--muted); font-size: 14px; }
.service-row .price { color: var(--brass-light); text-align: right; font-family: var(--serif); font-size: 23px; line-height: 1.2; white-space: nowrap; }
.price span { display: block; margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }

.portfolio { padding-top: 120px; padding-bottom: 145px; border-top: 1px solid var(--line); }
.compact-heading { display: block; margin-bottom: 48px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.archive-tile { min-height: 285px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-left: 0; }
.tile-one { background: #191719; }
.tile-two { background: #20201d; }
.tile-three { background: #17191a; }
.tile-four { background: #211e1a; }
.tile-number { margin: 0 auto auto 0; color: var(--brass); font-size: 11px; letter-spacing: 2px; }
.archive-tile h3 { margin: 0 0 11px; font-size: 25px; line-height: 1.18; }
.archive-tile > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.testimonial { padding-bottom: 145px; }
.testimonial-frame { max-width: 890px; margin: 0 auto; padding: clamp(35px, 7vw, 80px); text-align: center; border: 1px solid var(--brass); position: relative; }
.testimonial-frame::before, .testimonial-frame::after { content: ""; position: absolute; width: 22px; height: 22px; border-color: var(--brass-light); }
.testimonial-frame::before { top: 9px; left: 9px; border-top: 1px solid; border-left: 1px solid; }
.testimonial-frame::after { right: 9px; bottom: 9px; border-right: 1px solid; border-bottom: 1px solid; }
.testimonial-frame blockquote { margin: 22px 0 26px; font-size: clamp(25px, 3.2vw, 42px); line-height: 1.27; }
.testimonial-author { margin: 0; color: var(--muted); font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }

.contact { padding-top: 112px; padding-bottom: 105px; display: grid; grid-template-columns: 1.1fr .85fr; column-gap: 9vw; row-gap: 60px; border-top: 1px solid var(--line); }
.contact-lead h2 { margin-bottom: 20px; }
.contact-lead > p:last-child { max-width: 500px; margin: 0; color: var(--muted); }
.contact-details { border-top: 1px solid var(--line); }
.contact-details a, .contact-details > p { min-height: 73px; margin: 0; padding: 15px 0; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); color: var(--ivory); font-size: 16px; }
.contact-details a:hover { color: var(--brass-light); }
.contact-details span { display: block; margin-bottom: 3px; color: var(--brass); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; text-transform: uppercase; }
.contact-form { grid-column: 1 / -1; width: min(650px, 100%); }
.contact-form label { display: block; margin: 0 0 9px; color: var(--brass); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 25px; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ivory); font: 16px var(--sans); resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--brass); }
.contact-form button { padding: 13px 0; border: 0; border-bottom: 1px solid var(--brass); border-radius: 0; background: transparent; color: var(--brass-light); font: 500 11px var(--sans); letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.contact-form button:hover { color: var(--ivory); border-color: var(--ivory); }
.form-status { min-height: 25px; margin: 15px 0 0; color: var(--brass-light); font-size: 14px; }

.site-footer { min-height: 116px; padding: 30px 5.5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 13px; color: var(--ivory); font-family: var(--serif); }
.footer-monogram { width: 32px; height: 32px; font-size: 12px; }
.social-links, .footer-meta { display: flex; gap: 20px; color: var(--muted); }
.social-links a:hover, .footer-meta a:hover { color: var(--brass-light); }

.privacy-page { max-width: 900px; padding-top: 115px; padding-bottom: 130px; }
.privacy-page h1 { margin-bottom: 16px; font-size: clamp(47px, 7vw, 83px); }
.privacy-date { margin: 0 0 68px; color: var(--muted); font-size: 13px; }
.privacy-content { border-top: 1px solid var(--line); }
.privacy-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.privacy-content h2 { margin-bottom: 12px; font-size: 26px; }
.privacy-content p { max-width: 730px; margin: 0; color: var(--muted); }

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: 14px 6vw; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 69px; right: 0; left: 0; padding: 24px 6vw; flex-direction: column; align-items: flex-end; background: #141417; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .privacy-nav { display: flex; position: static; flex-direction: row; padding: 0; border: 0; background: transparent; }
  .hero { min-height: calc(100svh - 70px); padding-right: 7vw; padding-left: 7vw; }
  .hero-motif { font-size: 120px; }
  .philosophy { padding-top: 90px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 35px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading h2 { margin-bottom: 16px; }
  .services, .portfolio { padding-top: 82px; padding-bottom: 90px; }
  .service-row { grid-template-columns: 1fr 110px; gap: 14px; }
  .service-row h3 { font-size: 22px; }
  .service-row .price { font-size: 18px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-tile { min-height: 220px; padding: 18px; }
  .archive-tile h3 { font-size: 21px; }
  .testimonial { padding-bottom: 90px; }
  .contact { padding-top: 82px; padding-bottom: 80px; grid-template-columns: 1fr; gap: 42px; }
  .contact-form { grid-column: auto; }
  .site-footer { padding: 28px 6vw; flex-direction: column; align-items: flex-start; gap: 23px; }
  .social-links, .footer-meta { flex-wrap: wrap; gap: 14px 19px; }
  .privacy-page { padding-top: 75px; padding-bottom: 85px; }
}

@media (max-width: 390px) {
  .portfolio-grid { grid-template-columns: 1fr; }
  .archive-tile { min-height: 175px; }
  .service-row { grid-template-columns: 1fr; gap: 17px; }
  .service-row .price { text-align: left; }
  .price span { display: inline; margin-left: 6px; }
}