:root {
  --bg: #f6f2ee;
  --ink: #1c1917;
  --muted: #6f675f;
  --line: #e4ddd5;
  --blush: #a85d68;
  --paper: #fff;
  --max: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.gwc-bar {
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  padding: 10px 20px; background: #1c1917; color: #d8d0c8; font-size: 13px;
}
.gwc-bar a {
  background: var(--blush); color: #fff; padding: 8px 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}

.site {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 24px clamp(16px, 5vw, 48px) 8px;
}
.wordmark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
}
.site-nav {
  display: flex; gap: 24px; margin-left: auto;
  font-size: 13px; color: var(--muted);
}
.site-nav a:hover { color: var(--ink); }
.book-link {
  color: var(--blush); font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; flex-shrink: 0;
}
.book-link:hover { opacity: 0.85; }

.intro {
  text-align: center;
  padding: 48px clamp(16px, 5vw, 48px) 56px;
  max-width: 720px; margin: 0 auto;
}
.place {
  margin: 0 0 18px; color: var(--blush);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
}
.intro h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 9vw, 84px); font-weight: 500; line-height: 1;
}
.lede { margin: 20px auto 28px; color: var(--muted); font-size: 18px; max-width: 34rem; }
.btn {
  display: inline-flex; padding: 14px 22px; background: var(--ink); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.btn:hover { opacity: 0.9; }
.btn-light {
  background: #fff; color: var(--ink);
}

.lookbook {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 200px 200px;
  gap: 10px;
  padding: 0 clamp(16px, 4vw, 40px) 72px;
}
.lookbook figure { margin: 0; overflow: hidden; background: #ddd6ce; }
.lookbook .cell-tall { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.lookbook .cell-wide { grid-column: 4 / span 3; }

.services {
  max-width: var(--max); margin: 0 auto;
  padding: 24px clamp(16px, 5vw, 48px) 72px;
}
.services h2,
.team-head h2,
.studio h2,
.testimonials h2,
.policies h2,
.gift-inner h2,
.faq h2,
.book h2 {
  margin: 0 0 28px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 48px); font-weight: 500;
}
.rate-list { list-style: none; margin: 0; padding: 0; }
.rate-list li {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 18px 0; border-bottom: 1px solid var(--line);
  font-size: 17px;
}
.rate-list strong { font-weight: 600; }
.fine { margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.team {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 80px;
}
.team-head { max-width: 520px; margin-bottom: 40px; }
.team-head p { margin: 0; color: var(--muted); }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.team-card {
  display: grid; grid-template-rows: 280px auto;
  background: var(--paper); border: 1px solid var(--line); overflow: hidden;
}
.team-photo { background-size: cover; background-position: center top; }
.team-copy { padding: 28px; }
.team-copy h3 {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px; font-weight: 500;
}
.team-role {
  margin: 0 0 14px; color: var(--blush);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.team-copy p:last-child { margin: 0; color: var(--muted); font-size: 15px; }

.studio {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px;
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 88px;
}
.studio p { color: var(--muted); font-size: 17px; }
.studio dl { margin: 0; }
.studio dl div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.studio dt {
  color: var(--blush); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
}
.studio dd { margin: 6px 0 0; font-size: 16px; }

.testimonials {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 80px;
}
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.testimonial-grid blockquote {
  margin: 0; padding: 28px; background: var(--paper);
  border: 1px solid var(--line); display: grid; gap: 18px;
}
.testimonial-grid p {
  margin: 0; font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px; font-style: italic; line-height: 1.45;
}
.testimonial-grid footer {
  margin: 0; color: var(--muted); font-size: 13px; font-style: normal;
}

.policies {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 80px;
}
.policy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.policy-grid h3 {
  margin: 0 0 10px; color: var(--blush);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.policy-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.gift-card {
  margin: 0 clamp(16px, 4vw, 40px) 80px;
  background: var(--ink); color: #f6f2ee;
}
.gift-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 56px clamp(16px, 5vw, 48px);
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
}
.gift-inner .place { margin-bottom: 12px; color: #d4a5ad; }
.gift-inner h2 { margin-bottom: 12px; color: #fff; }
.gift-inner p { margin: 0; color: #c8c0b8; max-width: 420px; }

.faq {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 80px;
}
.faq-list { margin: 0; }
.faq-list div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-list dt {
  margin: 0 0 8px; color: var(--blush);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.faq-list dd { margin: 0; color: var(--muted); max-width: 640px; }

.book {
  max-width: 520px; margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 48px) 96px;
}
.book form { display: grid; gap: 14px; }
.book label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.book input, .book select, .book textarea {
  border: 1px solid var(--line); background: #fff; padding: 12px 14px; font: inherit;
}
.book button {
  min-height: 48px; border: 0; background: var(--blush); color: #fff;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer;
}
.book button:hover { opacity: 0.92; }
.demo-note { color: var(--muted); font-size: 13px; }

.site-footer {
  border-top: 1px solid var(--line); background: var(--paper);
  padding: 56px clamp(16px, 5vw, 48px) 28px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px; max-width: var(--max); margin: 0 auto 40px;
}
.footer-logo {
  display: block; margin-bottom: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
}
.footer-brand p { margin: 0; color: var(--muted); font-size: 14px; max-width: 220px; }
.site-footer h3 {
  margin: 0 0 14px; color: var(--blush);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700;
}
.site-footer p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.site-footer a:hover { color: var(--blush); }
.social { list-style: none; margin: 0; padding: 0; }
.social li { margin-bottom: 8px; }
.social a { color: var(--muted); font-size: 14px; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  max-width: var(--max); margin: 0 auto; padding-top: 24px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 14px;
}
.footer-bottom a { color: var(--blush); }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .lookbook {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 240px 180px 180px 180px;
  }
  .lookbook .cell-tall { grid-column: 1 / span 2; grid-row: auto; min-height: 280px; }
  .lookbook .cell-wide { grid-column: 1 / span 2; }
  .team-grid, .testimonial-grid, .policy-grid { grid-template-columns: 1fr; }
  .gift-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .lookbook { grid-template-columns: 1fr; grid-template-rows: repeat(6, 200px); }
  .lookbook .cell-tall,
  .lookbook .cell-wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .studio { grid-template-columns: 1fr; }
}
