/* SkyRise — lookbook
   Gallery stone, black ink, photography unobstructed.
   Bodoni is display-only. Buttons are black, never brass fill. */

:root {
  --bg: #eeeee9;
  --bg-2: #f7f7f3;
  --ink: #171716;
  --soft: #5e5e58;
  --line: #d2d2cb;
  --white: #fffcf7;
  --hair: #b08958;
  --header-h: 68px;
  --sticky-h: 62px;
  --wrap: min(1120px, calc(100% - 2.5rem));
  --wide: min(1320px, calc(100% - 2rem));
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg-2);
  font-family: Archivo, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { text-wrap: balance; margin: 0; }
p, li { text-wrap: pretty; }

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  background: var(--ink);
  color: var(--white);
  padding: 0.5rem 0.8rem;
  z-index: 80;
}
.skip:focus { top: 12px; }

/* Type */
h1 {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h2 {
  font-family: "Bodoni Moda", "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

h3 {
  font-family: Archivo, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft);
}

.lede {
  font-size: 1.08rem;
  max-width: 34rem;
  color: #3a3a36;
}

/* Layout */
.wrap { width: var(--wrap); margin-inline: auto; }
.wide { width: var(--wide); margin-inline: auto; }
.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }

.section-head {
  max-width: 36rem;
  margin-bottom: 2.4rem;
  display: grid;
  gap: 0.7rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 247, 243, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: var(--wide);
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  display: grid;
  gap: 0.12rem;
}

.brand-name {
  font-family: "Bodoni Moda", serif;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-place {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav a {
  text-decoration: none;
  font-size: 0.88rem;
  color: #2c2c28;
}

.nav a[aria-current="page"],
.nav a:hover { color: var(--ink); }

.nav-cta {
  background: var(--ink) !important;
  color: var(--white) !important;
  padding: 0.55rem 0.9rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
}

/* Hero — unobstructed photo + quiet copy panel */
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: calc(100svh - var(--header-h));
  background: var(--bg);
}

.hero-photo {
  min-height: 100%;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: calc(100svh - var(--header-h));
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.4rem);
}

.hero-copy h1 { max-width: 11ch; }

.hero-copy .lede { margin: 1.2rem 0 0; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.hero-proof {
  list-style: none;
  padding: 1.4rem 0 0;
  margin: 1.6rem 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--soft);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 0.92rem;
}

.btn-solid,
.btn-brass,
.btn-dark {
  background: var(--ink);
  color: var(--white);
}

.btn-solid:hover,
.btn-brass:hover,
.btn-dark:hover { background: #000; }

.btn-line,
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

/* Work lookbook */
.looks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.look {
  text-decoration: none;
}

.look img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.look figcaption {
  padding-top: 0.75rem;
}

.look .kicker { margin-bottom: 0.25rem; }

/* Service rows */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  border-top: 1px solid var(--line);
}

.row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.row-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--bg-2);
}

.row-copy p { max-width: 34rem; }

/* Costs */
.costs {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.cost {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr auto;
  gap: 1.2rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.cost strong { font-weight: 600; }
.cost em {
  font-style: normal;
  color: var(--soft);
}
.cost b {
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: 1.25rem;
}

/* Process */
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4rem;
}

.steps article { padding-top: 0.4rem; }

.steps .kicker { color: var(--hair); }

/* Neighborhoods */
.hoods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}

.hood {
  padding: 1.2rem 1.3rem 1.3rem 0;
  border-bottom: 1px solid var(--line);
}

.hood:nth-child(odd) { padding-right: 1.6rem; border-right: 1px solid var(--line); }
.hood:nth-child(even) { padding-left: 1.6rem; }

/* FAQ */
.faq details {
  border-top: 1px solid var(--line);
  padding: 1.05rem 0;
}

.faq details:last-child { border-bottom: 1px solid var(--line); }

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq details p { max-width: 42rem; color: #3a3a36; }

/* Forms */
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.4rem;
}

.form { display: grid; gap: 0.8rem; }

.form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
}

.form input,
.form select,
.form textarea {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 0.65rem 0;
  min-height: 44px;
  border-radius: 0;
}

.form textarea { min-height: 110px; resize: vertical; }

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-bottom-color: var(--ink);
}

.form-note { font-size: 0.84rem; color: var(--soft); }

.success {
  background: #e8eee4;
  padding: 0.8rem 1rem;
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Inner page intro */
.page-hero {
  background: var(--bg);
  color: var(--ink);
  padding: 4.2rem 0 3rem;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 { max-width: 14ch; }
.page-hero .lede { color: #3a3a36; }
.page-hero .kicker,
.page-hero .eyebrow { color: var(--soft); }

.eyebrow { 
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: #cfcfc8;
  padding: 3.2rem 0 5.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

.site-footer a { color: #f3f3ee; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }

.footer-brand {
  font-family: "Bodoni Moda", serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.fineprint {
  margin-top: 2.2rem;
  font-size: 0.8rem;
  color: #8a8a84;
}

.sticky-cta {
  display: none;
  position: fixed;
  inset: auto 0 0 0;
  z-index: 35;
  background: var(--ink);
  padding: 0.55rem 0.8rem calc(0.55rem + env(safe-area-inset-bottom));
  gap: 0.5rem;
}

.sticky-cta .btn { flex: 1; }
.sticky-cta .btn-line,
.sticky-cta .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}

.muted { color: var(--soft); }

@media (max-width: 980px) {
  .hero,
  .row,
  .split,
  .looks,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo img { min-height: 46svh; }
  .hero-copy { padding-bottom: 5.5rem; }

  .cost { grid-template-columns: 1fr; gap: 0.25rem; }

  .hoods { grid-template-columns: 1fr; }
  .hood:nth-child(odd),
  .hood:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .nav {
    display: none;
    position: absolute;
    inset: var(--header-h) 0 auto 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.2rem 1.3rem;
    gap: 0.85rem;
  }

  .nav.open { display: flex; }
  .nav-toggle { display: grid; place-items: center; }
  .sticky-cta { display: flex; }
  body { padding-bottom: var(--sticky-h); }
}

@media (max-width: 720px) {
  :root { --wrap: calc(100% - 1.4rem); --wide: calc(100% - 1.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
