:root {
  --cream: #efebe4;
  --cream-2: #e6e1d8;
  --ink: #26332e;
  --ink-soft: #5c6a64;
  --pine: #25443b;
  --sage: #8ca398;
  --sage-deep: #7e968c;
  --brass: #b08d57;
  --line: rgba(38, 51, 46, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-deep);
}

.eyebrow.light { color: rgba(239, 235, 228, 0.75); }

h1, h2, h3, blockquote {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
}

h1 em, h2 em {
  font-style: italic;
  color: var(--sage-deep);
}

.site-header {
  padding: 28px 6vw 20px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--brass);
  color: var(--brass);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(176, 141, 87, 0.5);
}

.brand-name {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink);
}

.brand-name span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.5em;
  color: var(--sage-deep);
}

.site-nav {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 38px;
}

.site-nav a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  text-decoration: none;
}

.site-nav a:hover { color: var(--pine); }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 82vh;
}

.hero-copy {
  padding: 9vh 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
}

.hero h1 { font-size: clamp(44px, 5.2vw, 76px); }

.hero-sub {
  max-width: 40ch;
  color: var(--ink-soft);
}

.cta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pine);
  text-decoration: none;
  border-bottom: 1px solid var(--pine);
  padding-bottom: 6px;
}

.cta:hover { color: var(--brass); border-color: var(--brass); }

.hero-media { min-height: 420px; }

.studio { padding: 12vh 6vw 0; }

.studio-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 6vw;
  align-items: start;
  margin-bottom: 9vh;
}

.studio h2 { font-size: clamp(34px, 3.6vw, 54px); margin-top: 22px; }

.studio-body .lead {
  font-family: var(--serif);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.45;
  margin-bottom: 18px;
}

.studio-body p:not(.lead) { color: var(--ink-soft); max-width: 52ch; }

.signature {
  margin-top: 34px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  color: var(--sage-deep);
}

.signature span {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 4px;
}

.studio-band {
  position: relative;
  height: 62vh;
  min-height: 420px;
}

.band-card {
  position: absolute;
  top: 12%;
  left: 6vw;
  background: var(--pine);
  color: #efebe4;
  padding: 34px 40px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.band-title {
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.25;
}

.band-badge {
  position: absolute;
  right: 7vw;
  top: 22%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--cream-2);
  display: grid;
  place-content: center;
  text-align: center;
  gap: 4px;
  box-shadow: 0 12px 30px rgba(38, 51, 46, 0.18);
}

.band-badge strong {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--sage-deep);
}

.band-badge small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.perspective { background: var(--pine); padding: 12vh 6vw; }

.perspective-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 6vw;
  align-items: center;
}

.perspective blockquote {
  margin-top: 26px;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.3;
  color: #efebe4;
  max-width: 22ch;
}

.swatches {
  position: relative;
  height: 340px;
}

.swatch {
  position: absolute;
  width: 46%;
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.swatch small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(38, 51, 46, 0.55);
}

.swatch-linen { background: #e9e4da; top: 4%; left: 6%; transform: rotate(-5deg); }
.swatch-bone { background: #d9d4ca; top: 0; right: 4%; transform: rotate(4deg); }
.swatch-sage { background: var(--sage); bottom: 6%; left: 26%; transform: rotate(-2deg); }
.swatch-sage small { color: rgba(239, 235, 228, 0.8); }

.services { padding: 12vh 6vw; }

.services-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6vh;
}

.services-head h2 {
  font-size: clamp(32px, 3.2vw, 48px);
  margin-top: 20px;
  text-align: right;
}

.service-list { list-style: none; border-top: 1px solid var(--line); }

.service-list li {
  display: grid;
  grid-template-columns: 60px 1fr 1.2fr;
  gap: 4vw;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.num {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--sage-deep);
}

.service-list h3 { font-size: clamp(24px, 2.2vw, 32px); }

.service-list p { color: var(--ink-soft); max-width: 60ch; }

.work { padding: 0 6vw 12vh; }

.work-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 4vw;
  margin-bottom: 7vh;
}

.work-head h2 { font-size: clamp(34px, 3.6vw, 54px); margin-top: 20px; }

.work-sub { max-width: 34ch; color: var(--ink-soft); padding-bottom: 8px; }

.gallery {
  columns: 2;
  column-gap: 4vw;
}

.gallery figure { break-inside: avoid; margin: 0 0 7vh; }

.gallery .img-wrap, .gallery img { width: 100%; }

.gallery figure:nth-child(odd) img { aspect-ratio: 3 / 4; }
.gallery figure:nth-child(even) img { aspect-ratio: 4 / 3; }

.gallery figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.gallery figcaption span:last-child {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--ink);
}

.contact {
  background: var(--sage);
  text-align: center;
  padding: 13vh 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.contact h2 { font-size: clamp(36px, 4vw, 60px); color: #f4f1ea; }
.contact h2 em { color: #f4f1ea; }

.contact-line {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.85);
}

.contact-email {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  color: #f4f1ea;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 241, 234, 0.7);
  padding-bottom: 10px;
  margin-top: 10px;
}

.contact-email:hover { border-color: #f4f1ea; }

.contact-note {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.75);
}

.site-footer {
  background: var(--pine);
  color: #efebe4;
  padding: 34px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand { display: flex; align-items: center; gap: 14px; }

.footer-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(239, 235, 228, 0.4);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 14px;
}

.footer-name {
  font-family: var(--serif);
  font-size: 17px;
}

.footer-name small {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(239, 235, 228, 0.6);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(239, 235, 228, 0.75);
}

.footer-meta a { color: #efebe4; text-decoration: none; font-family: var(--sans); font-size: 12px; letter-spacing: 0.06em; text-transform: none; }

@media (max-width: 900px) {
  .hero, .studio-grid, .perspective-inner { grid-template-columns: 1fr; }
  .hero-media { min-height: 60vw; }
  .hero-copy { padding-top: 6vh; }
  .services-head { justify-content: flex-start; }
  .services-head h2 { text-align: left; }
  .service-list li { grid-template-columns: 40px 1fr; }
  .service-list p { grid-column: 2; }
  .gallery { columns: 1; }
  .work-head { grid-template-columns: 1fr; align-items: start; }
  .band-card { left: 8vw; }
  .band-badge { display: none; }
  .site-footer { justify-content: center; text-align: center; }
}
