:root {
  --cream: #f7f3ed;
  --champagne: #dfc9aa;
  --sand: #c9ad87;
  --ink: #211d1a;
  --muted: #6f655c;
  --white: #fff;
  --line: rgba(33,29,26,.12);
  --shadow: 0 24px 70px rgba(46,35,25,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; object-fit: cover; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 18px 5vw; background: rgba(247,243,237,.88); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(33,29,26,.07); }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; font-family: "Playfair Display", serif; font-size: 18px; letter-spacing: .08em; }
.brand-copy, .footer-brand div { display: grid; line-height: 1.1; }
.brand-copy strong, .footer-brand strong { font-family: "Playfair Display", serif; font-size: 20px; font-weight: 600; }
.brand-copy small, .footer-brand small { margin-top: 5px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; font-size: 9px; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.nav a { transition: opacity .2s; }
.nav a:hover { opacity: .58; }
.nav-cta { padding: 12px 19px; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; font-size: 25px; }
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: white; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background: url("hero-ny-studio.jpg") center 42%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(24,19,16,.76), rgba(24,19,16,.36) 55%, rgba(24,19,16,.18)); }
.hero-content { position: relative; z-index: 2; width: min(1120px, 90vw); padding-top: 85px; }
.eyebrow { margin: 0 0 13px; text-transform: uppercase; letter-spacing: .21em; font-size: 12px; font-weight: 600; color: var(--sand); }
h1, h2, h3 { font-family: "Playfair Display", serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 7vw, 96px); }
h2 { margin: 0 0 24px; font-size: clamp(38px, 4.5vw, 66px); }
h3 { margin: 10px 0 15px; font-size: 29px; }
.hero-text { max-width: 650px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.82); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: transform .2s, opacity .2s; }
.button:hover { transform: translateY(-2px); opacity: .9; }
.button-primary { background: var(--champagne); color: var(--ink); }
.button-secondary { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-dark { background: var(--ink); color: white; }
.scroll-hint { position: absolute; z-index: 2; bottom: 28px; font-size: 25px; }
.section { padding: 120px 7vw; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: center; }
.intro-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .quality-copy > p { color: var(--muted); font-size: 17px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 42px; border-top: 1px solid var(--line); padding-top: 28px; }
.facts div { display: grid; gap: 5px; }
.facts strong { font-family: "Playfair Display", serif; font-size: 34px; }
.facts span { color: var(--muted); font-size: 12px; }
.intro-visual { position: relative; }
.intro-visual img { height: 650px; border-radius: 200px 200px 14px 14px; box-shadow: var(--shadow); }
.floating-card { position: absolute; left: -35px; bottom: 32px; background: white; padding: 20px 25px; border-radius: 12px; box-shadow: var(--shadow); font-family: "Playfair Display", serif; font-size: 19px; }
.services { background: #efe7dc; }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 31px; background: rgba(255,255,255,.63); border: 1px solid rgba(33,29,26,.07); border-radius: 18px; transition: transform .25s, background .25s; }
.service-card:hover { transform: translateY(-7px); background: white; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-number { margin-bottom: auto; font-size: 12px; color: var(--sand); letter-spacing: .16em; }
.quality { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; padding: 0; background: var(--ink); color: white; }
.quality-image img { height: 100%; min-height: 760px; }
.quality-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw; }
.quality-copy > p { color: rgba(255,255,255,.65); }
.quality-copy ul { list-style: none; padding: 0; margin: 25px 0 0; }
.quality-copy li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.quality-copy li::before { content: "✓"; color: var(--champagne); margin-right: 12px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 17px; }
.gallery-grid img { height: 520px; border-radius: 12px; }
.gallery-grid img:nth-child(2) { margin-top: 65px; height: 455px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-top: 40px; }
.contact-card { background: #e9dfd2; padding: 70px; border-radius: 20px 0 0 20px; }
.contact-note { color: var(--muted); }
.contact-details { display: grid; gap: 19px; margin-top: 35px; }
.contact-details div { display: grid; gap: 3px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.map-wrap { min-height: 650px; background: white; border-radius: 0 20px 20px 0; overflow: hidden; }
.map-wrap iframe { width: 100%; height: calc(100% - 60px); min-height: 590px; border: 0; }
.map-note { margin: 0; padding: 17px 22px; color: var(--muted); font-size: 12px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 40px 7vw; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.floating-whatsapp { position: fixed; z-index: 19; right: 24px; bottom: 24px; padding: 14px 18px; border-radius: 999px; background: #1d1b19; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 13px; font-weight: 600; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav { position: absolute; top: 83px; left: 4vw; right: 4vw; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 20px; background: var(--cream); border-radius: 14px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 10px; }
  .intro, .quality, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-image img { min-height: 520px; height: 520px; }
  .contact-card, .map-wrap { border-radius: 20px; }
  .map-wrap { min-height: 520px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid img:nth-child(3) { grid-column: span 2; }
}
@media (max-width: 640px) {
  .site-header { padding: 13px 5vw; }
  .brand-copy small { display: none; }
  .hero-content { padding-top: 55px; }
  .section { padding: 82px 6vw; }
  .intro-visual img { height: 470px; border-radius: 120px 120px 10px 10px; }
  .floating-card { left: 15px; bottom: 15px; }
  .facts { grid-template-columns: 1fr; }
  .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .gallery-grid img, .gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3) { height: 390px; margin: 0; grid-column: auto; }
  .quality-copy, .contact-card { padding: 62px 25px; }
  .contact { padding: 20px 4vw 70px; gap: 16px; }
  footer { flex-direction: column; text-align: center; }
}
