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

:root {
  --bg: #F5F0EB;
  --bg2: #ECE6DF;
  --ink: #2C2418;
  --ink2: #7A6B57;
  --ink3: #8C7D66;
  --acc: #C9B99A;
  --bd: rgba(44, 36, 24, 0.10);
  --footer-bg: #261E14;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
  --max: 1440px;
  --px: clamp(24px, 5vw, 72px);
  --nav-h: 76px;
  --ease: cubic-bezier(.22,.61,.36,1);

  /* Legacy aliases kept for older inline styles in the static HTML. */
  --white: #fff;
  --warm: var(--bg);
  --cream: var(--bg2);
  --oatmeal: var(--bd);
  --stone: var(--ink3);
  --brass: var(--acc);
  --brass2: var(--acc);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.1;
}
button, input, select, textarea { font-family: var(--sans); }
button { cursor: pointer; }
em { font-style: italic; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--px);
}
.pad-xl { padding-top: clamp(64px, 7vw, 96px); padding-bottom: clamp(64px, 7vw, 96px); }
.pad-lg { padding-top: clamp(64px, 6vw, 72px); padding-bottom: clamp(64px, 6vw, 72px); }
.pad-md { padding-top: 48px; padding-bottom: 48px; }
.divider {
  height: 1px;
  margin: 0 var(--px);
  border: 0;
  background: var(--bd);
}
.eyebrow {
  display: block;
  color: var(--ink3);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.4;
  text-transform: uppercase;
}

.r { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.r.in { opacity: 1; transform: none; }
.r.d1 { transition-delay: .08s; }
.r.d2 { transition-delay: .16s; }
.r.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .r { opacity: 1; transform: none; transition: none; }
}

.btn {
  display: inline-block;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .22em;
  line-height: 1.5;
  text-transform: uppercase;
  transition: opacity .25s ease, border-color .25s ease, color .25s ease;
}
.btn:hover { opacity: .62; }
.btn-dark,
.btn-line { border-bottom-color: var(--ink); color: var(--ink); }
.btn-line-w {
  border-bottom-color: rgba(245,240,235,.82);
  color: var(--bg);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  padding: 0 var(--px);
  border-bottom: 1px solid var(--bd);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  transition: box-shadow .25s ease;
}
.site-nav.shadow { box-shadow: 0 12px 32px rgba(44,36,24,.045); }
.nav-brand {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}
.nav-brand small {
  display: block;
  margin-top: 6px;
  color: var(--ink3);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}
.nav-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  color: var(--ink2);
  font-size: 9px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--ink); border-bottom-color: var(--acc); }
.nav-links .nav-cta {
  color: var(--ink);
  font-weight: 400;
  border-bottom-color: var(--ink);
}
.hamburger {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.hamburger span { display: block; width: 22px; height: 1px; background: var(--ink); }
.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 199;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: var(--bg);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(32px, 9vw, 58px);
  font-weight: 300;
  line-height: 1;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 720px);
  height: 700px;
  background: var(--bg);
}
.hero-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px var(--px);
  border-right: 1px solid var(--bd);
  background: #fff;
  color: var(--ink);
}
.hero-location,
.hero-bottom {
  color: var(--ink3);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.5;
  text-transform: uppercase;
}
.hero-mid {
  max-width: 760px;
  container-type: inline-size;
}
.hero-mid .eyebrow { margin-bottom: 26px; }
/* Font is sized to the .hero-mid container width so the longest line
   ("Contemporary Interiors") always fits on one line at any screen size.
   The line's width is ~9.74x the font size; 9.7cqi keeps a ~5% safety
   margin so it never wraps or overflows. Do NOT switch these lines back to
   wrapping (white-space:nowrap below depends on this fit). */
.hero-l h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(26px, 9.7cqi, 76px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.06;
}
.hero-l h1 .hero-line,
.hero-l h1 .cms-line {
  display: block;
  white-space: nowrap;
}
.hero-tagline {
  max-width: 400px;
  margin-top: 28px;
  color: var(--ink2);
  font-family: var(--sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
.hero-sub {
  max-width: 400px;
  margin-top: 12px;
  color: var(--ink2);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.hero-btns {
  margin-top: 38px;
  margin-bottom: 18px;
}
.hero-r { overflow: hidden; }
.hero-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.section-header .eyebrow { margin-bottom: 10px; }
.section-header h2 {
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 300;
}
.view-all {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink2);
  color: var(--ink2);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: opacity .25s ease;
}
.view-all:hover { opacity: .62; }

.work-preview { background: var(--bg); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.work-tile {
  display: block;
  margin: 0;
  color: inherit;
  cursor: zoom-in;
  overflow: hidden;
}
.work-tile img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.work-tile:hover img { transform: scale(1.015); }
.work-tile-cap {
  position: static;
  padding-top: 14px;
  background: transparent;
  opacity: 1;
}
.work-tile-cap small,
.pg-cap small {
  display: block;
  margin-bottom: 7px;
  color: var(--ink3);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .25em;
  line-height: 1.4;
  text-transform: uppercase;
}
.work-tile-cap h3,
.pg-cap h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.inspiration-section {
  background: #fff;
}
.inspiration-intro {
  max-width: none;
  margin: -18px 0 34px;
  color: var(--ink2);
  font-size: 14px;
  line-height: 1.82;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.inspiration-tile {
  min-height: 0;
  overflow: hidden;
}
.inspiration-tile img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.inspiration-tile:hover img {
  transform: scale(1.015);
}
.inspiration-tile { cursor: zoom-in; }

/* Inspiration lightbox / slideshow */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 5vw, 64px);
  background: rgba(20, 16, 10, 0.92);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}
.lightbox-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(245, 240, 235, .35);
  border-radius: 50%;
  background: rgba(20, 16, 10, .35);
  color: var(--bg);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.lightbox-btn:hover {
  background: rgba(245, 240, 235, .14);
  border-color: rgba(245, 240, 235, .7);
}
.lightbox-prev { left: clamp(14px, 3vw, 40px); }
.lightbox-next { right: clamp(14px, 3vw, 40px); }
.lightbox-close {
  top: clamp(14px, 3vw, 32px);
  right: clamp(14px, 3vw, 32px);
  width: 44px;
  height: 44px;
  font-size: 22px;
}
.lightbox-count {
  position: absolute;
  bottom: clamp(16px, 4vw, 34px);
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(245, 240, 235, .65);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .25em;
}

.about-strip {
  background: var(--bg);
}
.about-strip-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: start;
}
.team-portraits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 6vw, 96px);
  margin-top: clamp(48px, 6vw, 76px);
  padding-top: clamp(40px, 5vw, 60px);
  border-top: 1px solid var(--bd);
}
.nina-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.nina-name {
  color: var(--acc);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}
.nina-role {
  margin-top: 5px;
  color: var(--ink3);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.about-link { margin-top: 30px; }
.about-strip-text .eyebrow {
  margin-bottom: 16px;
  font-size: 11px;
}
.about-strip-text h2 {
  margin-bottom: 34px;
  font-size: clamp(28px, 2.9vw, 40px);
  font-weight: 300;
  white-space: nowrap;
}
.about-strip-text p {
  max-width: 580px;
  margin-bottom: 22px;
  color: var(--ink2);
  font-size: 14px;
  line-height: 1.95;
}
.about-strip-text p:last-child { margin-bottom: 0; }
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 84px);
  align-items: center;
}
.about-split-media img {
  display: block;
  width: 100%;
  height: clamp(380px, 44vw, 580px);
  object-fit: cover;
}
.about-strip-text p { max-width: 520px; }
.about-strip-text .lead {
  max-width: 580px;
  margin-bottom: 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 24px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.svc-preview {
  background: #fff;
}
.svc-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 0;
  border: 0;
  background: transparent;
}
.svc-card {
  display: flex;
  flex-direction: column;
  padding: 22px 0 0;
  border-top: 1px solid var(--bd);
  background: transparent;
}
.svc-card .link-arrow {
  margin-top: auto;
  align-self: flex-start;
}
.svc-card:hover { background: transparent; }
.svc-card .no {
  display: block;
  margin-bottom: 12px;
  color: var(--acc);
  font-family: var(--serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.svc-card h3 {
  margin-bottom: 11px;
  color: var(--ink);
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.3;
}
.svc-card p {
  margin-bottom: 18px;
  color: var(--ink2);
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.74;
}
.link-arrow {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--acc);
  color: var(--ink);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.cta-banner {
  background: var(--ink);
  color: var(--bg);
  text-align: center;
}
.cta-banner .wrap { max-width: 900px; }
.cta-banner .eyebrow { color: var(--acc); }
.cta-banner h2 {
  margin: 12px auto 20px;
  color: var(--bg);
  font-size: clamp(42px, 4vw, 54px);
  font-weight: 300;
}
.cta-banner p {
  max-width: 560px;
  margin: 0 auto 32px;
  color: rgba(245,240,235,.72);
  font-size: 14px;
  line-height: 1.8;
}

.site-footer {
  padding: 64px var(--px) 28px;
  background: var(--footer-bg);
  color: rgba(245,240,235,.68);
}
.site-footer .wrap { padding: 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(245,240,235,.12);
}
.footer-brand {
  margin-bottom: 10px;
  color: var(--bg);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .04em;
}
.footer-tagline {
  max-width: 280px;
  color: rgba(245,240,235,.55);
  font-size: 11.5px;
  line-height: 1.76;
}
.footer-tagline .ft-line {
  display: block;
  white-space: nowrap;
}
.footer-col h4 {
  margin-bottom: 16px;
  color: rgba(245,240,235,.38);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.footer-col a {
  display: block;
  margin-bottom: 8px;
  color: rgba(245,240,235,.68);
  font-size: 11.5px;
  line-height: 1.76;
}
.footer-col a:hover { color: var(--bg); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
}
.footer-copy {
  color: rgba(245,240,235,.38);
  font-size: 10.5px;
}
.page-hero {
  padding: clamp(70px, 8vw, 118px) var(--px) clamp(58px, 7vw, 88px);
  border-bottom: 1px solid var(--bd);
  background: var(--bg);
}
.page-hero .wrap { padding: 0; }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 300;
  line-height: 1.03;
}
.page-hero p {
  max-width: 560px;
  margin-top: 24px;
  color: var(--ink2);
  font-size: 14px;
  line-height: 1.8;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.page-hero-media img {
  display: block;
  width: 100%;
  height: clamp(300px, 34vw, 470px);
  object-fit: cover;
}
/* Artwork: show the whole painting (no crop) within the same box, and give it
   a little more height so it reads larger — strip layout stays the same. */
.page-hero-media--art img {
  height: clamp(400px, 46vw, 640px);
  object-fit: contain;
}

.about-intro {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: clamp(42px, 5vw, 72px);
  align-items: center;
}
.nina-circle {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 15%;
  filter: grayscale(1) contrast(1.02);
}
.nina-circle--center { object-position: center center; }
.about-intro .nina-circle {
  width: 124px;
  height: 124px;
  object-position: center 10%;
}
.about-intro-text .eyebrow { margin-bottom: 14px; }
.about-intro-text h2,
.about-bio h2,
.contact-info h2,
.pricing-faqs h2 {
  font-size: clamp(40px, 4vw, 54px) !important;
  font-weight: 300;
}
.about-intro-text .lead,
.contact-info .lead {
  max-width: 580px;
  margin-top: 18px;
  color: var(--ink2);
  font-family: var(--sans);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}
.about-bio {
  max-width: 780px;
}
.about-bio p,
.ethos-item p,
.pricing-intro,
.pricing-note,
.proj-intro,
.svc-row .desc p {
  color: var(--ink2);
  font-size: 14px;
  line-height: 1.8;
}
.about-bio .bio-list {
  display: grid;
  gap: 0;
  margin: 28px 0;
  list-style: none;
  border-top: 1px solid var(--bd);
}
.about-bio .bio-list li,
.svc-row .desc li {
  padding: 10px 0;
  border-bottom: 1px solid var(--bd);
  color: var(--ink2);
  font-size: 12.5px;
  line-height: 1.74;
}
.about-bio .bio-list li::before { content: ""; }
.about-bio .sig {
  margin-top: 24px;
  color: var(--acc);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}
.about-bio .sig small {
  display: block;
  margin-top: 4px;
  color: var(--ink3);
  font-family: var(--sans);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.ethos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ethos-item {
  padding-top: 22px;
  border-top: 1px solid var(--bd);
}
.ethos-item h3 {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 400;
}

.svc-list {
  border-top: 1px solid var(--bd);
}
.svc-row {
  display: grid;
  grid-template-columns: 1.25fr 1.8fr auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(42px, 5vw, 64px) 0;
  border-bottom: 1px solid var(--bd);
  scroll-margin-top: 100px;
  position: relative;
}
/* Alternating full-width white bands behind the rows (1st row white, then
   alternating). Pseudo-element keeps the grid layout untouched. */
.svc-row:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #fff;
  z-index: -1;
}
.svc-row:hover {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.svc-row .no {
  display: block;
  margin-bottom: 12px;
  color: var(--acc);
  font-family: var(--serif);
  font-size: 13px;
  font-style: normal;
}
.svc-row h3 {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
}
.svc-row .desc ul {
  margin-top: 18px;
  list-style: none;
}
.svc-row .cta-col { padding-top: 6px; }

.proj-intro {
  max-width: 680px;
  margin-bottom: clamp(42px, 5vw, 72px);
}
.proj-row1 {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}
.proj-row2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}
.pg {
  position: relative;
  overflow: visible;
  background: transparent;
}
.pg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.pg:hover img { transform: scale(1.015); }
.pg::after { display: none; }
.pg-lg { aspect-ratio: 16/10; margin-top: 56px; }
.pg-tall { aspect-ratio: 4/5; }
.pg-sm { aspect-ratio: 4/3; }
.proj-row2 .pg:nth-child(even) { margin-top: 48px; }
.pg-cap {
  position: static;
  padding-top: 14px;
  transform: none;
}
.proj-note {
  margin-top: clamp(48px, 6vw, 78px);
  color: var(--ink3);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.pricing-section { background: #fff; }
.pricing-intro { max-width: 680px; }
.pricing-list {
  margin-top: 40px;
  border-top: 1px solid var(--bd);
}
.price-row {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.4fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid var(--bd);
}
.price-row:hover { padding-left: 0; }
.price-label,
.price-val {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(26px, 2.7vw, 34px);
  font-weight: 300;
  line-height: 1.18;
}
.price-head .price-label,
.price-head .price-val {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.price-val {
  color: var(--ink);
}
.price-val em {
  margin-right: 8px;
  color: var(--ink3);
  font-family: var(--sans);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.pricing-note {
  max-width: 640px;
  margin: 42px auto 0;
  color: var(--ink2);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.pricing-faqs {
  margin-top: 72px;
  border-top: 1px solid var(--bd);
}
.faq {
  border-bottom: 1px solid var(--bd);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
}
.faq-q .ico {
  color: var(--acc);
  transition: transform .25s ease;
}
.faq.open .faq-q .ico { transform: rotate(45deg); }
.faq-a {
  display: none;
  max-width: 680px;
  padding-bottom: 24px;
  color: var(--ink2);
  font-size: 14px;
  line-height: 1.8;
}
.faq.open .faq-a { display: block; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}
.contact-info .eyebrow { margin-bottom: 14px; }
.contact-info .lead { margin-bottom: 34px; }
.info-rows {
  border-top: 1px solid var(--bd);
}
.info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--bd);
}
.info-row .k,
.field label {
  color: var(--ink3);
  font-size: 8px;
  font-weight: 300;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.info-row .v {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}
.info-row .v a:hover { color: var(--ink2); }
.contact-form {
  display: grid;
  gap: 22px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 10px 0 12px;
  border: 0;
  border-bottom: 1px solid var(--bd);
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  border-radius: 0;
  -webkit-appearance: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-bottom-color: var(--ink);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder,
.field textarea::placeholder { color: var(--ink3); }
.form-note {
  color: var(--ink3);
  font-size: 12.5px;
  text-align: center;
}
.form-submit {
  justify-self: start;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .home-hero {
    grid-template-columns: 1fr;
    height: auto;
  }
  .hero-l {
    min-height: 640px;
    border-right: 0;
    border-bottom: 1px solid var(--bd);
  }
  .hero-r {
    height: min(74vw, 620px);
    min-height: 360px;
  }
  .work-grid,
  .svc-cards,
  .ethos-grid,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .svc-row,
  .contact-grid,
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-media { margin-top: 28px; }
  .page-hero-media img,
  .page-hero-media--art img { height: min(90vw, 420px); }
}

@media (max-width: 700px) {
  :root { --px: 22px; }
  .site-nav { height: 70px; }
  .mobile-nav { inset: 70px 0 0; }
  .section-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-l {
    min-height: 620px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .hero-l h1 {
    /* font-size handled by .hero-mid container sizing (cqi) — keeps the
       three-line layout intact on mobile too */
    line-height: 1.06;
  }
  .hero-tagline { max-width: 34ch; }
  .about-strip-text h2 { white-space: normal; }
  .svc-cards,
  .about-strip-grid,
  .about-split,
  .about-intro,
  .ethos-grid,
  .proj-row1,
  .proj-row2,
  .footer-grid,
  .form-row,
  .price-row { grid-template-columns: 1fr; }
  .work-grid,
  .inspiration-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .work-tile img,
  .inspiration-tile img { height: min(44vw, 220px); }
  .proj-row2 .pg:nth-child(even),
  .pg-lg { margin-top: 0; }
  .pg-sm,
  .pg-tall { aspect-ratio: 4/3; }
  .price-dots { display: none; }
  .price-val { white-space: normal; }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
