@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600&display=swap');

:root {
  --paper: #fffdfa;
  --cream: #f6f1ea;
  --ink: #211d19;
  --muted: #6a625b;
  --accent: #8c6f5a;
  --line: rgba(33, 29, 25, .16);
  --header-height: 98px;
  --page-pad: clamp(20px, 5vw, 78px);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  min-height: var(--header-height); padding: 16px var(--page-pad);
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px;
  color: #fff; transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.header.scrolled { background: rgba(255,253,250,.94); color: var(--ink); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; }
.nav { justify-self: end; display: flex; align-items: center; gap: 30px; }
.nav a { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.nav-cta { padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.language-switcher { display: flex; align-items: center; gap: 7px; font-size: .68rem; letter-spacing: .12em; }
.language-switcher button { border: 0; padding: 4px; background: none; color: inherit; cursor: pointer; opacity: .62; }
.language-switcher button.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.menu-button { display: none; border: 0; background: none; padding: 10px; cursor: pointer; }
.menu-button span { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { position: relative; min-height: 100svh; color: #fff; overflow: hidden; }
.hero-bg, .hero-shade { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero-shade { background: linear-gradient(90deg, rgba(18,14,11,.62), rgba(18,14,11,.18) 65%, rgba(18,14,11,.08)); }
.hero-content { position: relative; z-index: 1; min-height: 100svh; max-width: 1020px; padding: calc(var(--header-height) + 110px) var(--page-pad) 11vh; display: flex; flex-direction: column; justify-content: flex-end; }
.kicker { margin: 0 0 17px; color: var(--accent); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; }
.hero .kicker { color: #fff; }
h1,h2,h3,p { margin-top: 0; }
.hero h1 { margin-bottom: 25px; max-width: 900px; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.4rem); line-height: .93; font-weight: 400; letter-spacing: -.025em; text-wrap: balance; }
.hero-content > p:not(.kicker) { margin-bottom: 0; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { min-height: 48px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; background: transparent; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.button-light { background: #fff; color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.72); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }

.intro { padding: clamp(90px, 12vw, 165px) var(--page-pad); background: var(--cream); }
.intro p { max-width: 1100px; margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 4.8rem); line-height: 1.08; }
.section, .gallery-section, .contact, .experience { padding-left: var(--page-pad); padding-right: var(--page-pad); }
.section { padding-top: clamp(95px, 11vw, 160px); padding-bottom: clamp(95px, 11vw, 160px); }
.section-head { margin-bottom: clamp(44px, 6vw, 78px); }
.section-head h2, .experience h2, .contact h2 { margin-bottom: 0; max-width: 1050px; font-family: var(--serif); font-size: clamp(3rem, 5.6vw, 6.2rem); line-height: .98; font-weight: 400; letter-spacing: -.02em; }

.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.story-card, .gallery-item { border: 0; padding: 0; background: #ece8e3; overflow: hidden; cursor: zoom-in; }
.story-card:nth-child(even) { margin-top: 65px; }
.story-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .8s ease; }
.story-card:hover img, .gallery-item:hover img { transform: scale(1.018); }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 42px 32px; border-bottom: 1px solid var(--line); }
.service-card:nth-child(odd) { border-right: 1px solid var(--line); }
.service-card > span, .step > span { color: var(--accent); font-size: .68rem; letter-spacing: .15em; }
.service-card h3 { margin: 55px 0 15px; font-family: var(--serif); font-size: clamp(2.3rem, 3.3vw, 3.8rem); font-weight: 400; }
.service-card p { max-width: 520px; margin-bottom: 0; color: var(--muted); line-height: 1.75; }

.experience { padding-top: clamp(100px, 13vw, 180px); padding-bottom: clamp(100px, 13vw, 180px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 9vw, 150px); }
.experience-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); line-height: 1.8; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 45px 1fr; column-gap: 18px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.step h3 { margin: -7px 0 9px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.step p { grid-column: 2; margin: 0; color: var(--muted); line-height: 1.7; }

.gallery-section { padding-top: clamp(95px, 11vw, 150px); padding-bottom: clamp(95px, 11vw, 150px); }
.gallery { columns: 3; column-gap: 16px; }
.gallery-item { width: 100%; margin: 0 0 16px; break-inside: avoid; display: block; }
.gallery-item img { width: 100%; height: auto; transition: transform .7s ease, opacity .2s ease; }
.quote { padding: clamp(100px, 14vw, 185px) var(--page-pad); background: #28231f; color: #fff; }
.quote p { max-width: 1100px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.4vw, 6rem); line-height: 1.04; }

.contact { padding-top: clamp(105px, 13vw, 180px); padding-bottom: clamp(105px, 13vw, 180px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 130px); background: var(--cream); }
.contact-copy > p:not(.kicker) { max-width: 570px; margin: 28px 0; color: var(--muted); line-height: 1.75; }
.contact-links { display: grid; gap: 12px; }
.contact-links a { width: fit-content; padding-bottom: 3px; border-bottom: 1px solid var(--line); }
.form { padding: clamp(27px, 4vw, 52px); background: var(--paper); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.form label { display: block; margin-bottom: 25px; }
.form label > span { display: block; margin-bottom: 8px; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.form input, .form select, .form textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(33,29,25,.28); border-radius: 0; background: transparent; color: var(--ink); }
.form textarea { resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--ink); }

.whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 45; min-width: 58px; height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: #1f1b18; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: .7rem; letter-spacing: .08em; }
.footer { padding: 40px var(--page-pad); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #1f1b18; color: #fff; }
.footer > div { display: flex; align-items: center; gap: 18px; }
.footer img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.footer p { margin: 0; color: rgba(255,255,255,.72); font-size: .75rem; }
.studio-login { opacity: .55; font-size: .7rem; }

.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; background: rgba(16,14,12,.975); color: #fff; }
.lightbox.open { display: grid; grid-template-columns: 74px minmax(0,1fr) 74px; align-items: center; padding: 28px; }
.lightbox img { grid-column: 2; justify-self: center; max-width: 100%; max-height: calc(100svh - 70px); object-fit: contain; opacity: 1; transition: opacity .14s ease; }
.lightbox-arrow, .lightbox-close { border: 0; background: rgba(0,0,0,.16); color: #fff; cursor: pointer; }
.lightbox-arrow { width: 54px; height: 70px; justify-self: center; font-size: 2.2rem; }
.lightbox-prev { grid-column: 1; grid-row: 1; }
.lightbox-next { grid-column: 3; grid-row: 1; }
.lightbox-close { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%; font-size: 1.7rem; }
.lightbox-count { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); font-size: .67rem; letter-spacing: .15em; }

.language-gate { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; color: #fff; }
.language-gate.is-hidden { display: none; }
.language-gate-bg, .language-gate-shade { position: absolute; inset: 0; }
.language-gate-bg { background: url('assets/photos/photo-01.jpg') center/cover; }
.language-gate-shade { background: rgba(18,14,11,.64); }
.language-gate-content { position: relative; z-index: 1; width: min(650px, calc(100% - 40px)); text-align: center; }
.language-gate-logo { width: 82px; height: 82px; margin: 0 auto 26px; border-radius: 50%; object-fit: cover; }
.language-gate-kicker, .language-gate-sub { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.language-gate-content h1 { margin: 15px 0 20px; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.6rem); line-height: .95; font-weight: 400; }
.language-gate-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.language-choice { padding: 18px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.language-choice span, .language-choice small { display: block; }
.language-choice span { letter-spacing: .12em; }
.language-choice small { margin-top: 5px; opacity: .7; }
.language-gate-close { position: fixed; top: 16px; right: 16px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.2); color: #fff; font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1050px) {
  .gallery { columns: 2; }
  .experience, .contact { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  :root { --header-height: 78px; --page-pad: 20px; }
  .header { min-height: var(--header-height); padding: 10px 15px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .brand img { width: 56px; height: 56px; }
  .menu-button { display: block; justify-self: end; }
  .language-switcher { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 44px; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 24px 20px 30px; background: rgba(255,253,250,.98); color: var(--ink); border-bottom: 1px solid var(--line); }
  .nav.open { display: grid; gap: 20px; }
  .header:not(.scrolled) .nav.open { background: rgba(31,27,24,.96); color: #fff; }
  .hero-bg img { object-position: 54% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(15,12,10,.12), rgba(15,12,10,.18) 42%, rgba(15,12,10,.8)); }
  .hero-content { padding: calc(var(--header-height) + 70px) 20px 42px; justify-content: flex-end; text-align: center; align-items: center; }
  .hero h1 { max-width: 11ch; margin-bottom: 18px; font-size: clamp(3rem, 13.2vw, 4.8rem); }
  .hero-content > p:not(.kicker) { font-size: .62rem; line-height: 1.55; }
  .hero-actions { width: 100%; display: grid; margin-top: 24px; }
  .intro { padding: 82px 20px; }
  .intro p { font-size: 2.25rem; }
  .section { padding-top: 86px; padding-bottom: 86px; }
  .section-head { margin-bottom: 40px; }
  .section-head h2, .experience h2, .contact h2 { font-size: clamp(2.8rem, 12vw, 4.15rem); }
  .story-grid { gap: 8px; }
  .story-card:nth-child(even) { margin-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 32px 0; border-right: 0 !important; }
  .service-card h3 { margin-top: 28px; }
  .experience { padding-top: 88px; padding-bottom: 88px; gap: 52px; }
  .gallery-section { padding: 88px 0 96px; }
  .gallery-section .section-head { padding: 0 20px; }
  .gallery { columns: 2; column-gap: 5px; }
  .gallery-item { margin-bottom: 5px; }
  .contact { padding-top: 88px; padding-bottom: 88px; gap: 50px; }
  .form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .whatsapp { right: 13px; bottom: 13px; height: 52px; min-width: 52px; padding: 0 14px; }
  .footer { align-items: flex-start; flex-direction: column; padding-bottom: 90px; }
  .footer > div { align-items: flex-start; }
  .lightbox.open { grid-template-columns: 42px minmax(0,1fr) 42px; padding: 55px 4px 38px; }
  .lightbox-arrow { width: 38px; height: 64px; font-size: 1.65rem; background: rgba(0,0,0,.28); }
  .lightbox img { max-height: calc(100svh - 100px); }
  .lightbox-close { top: 10px; right: 10px; }
  .language-gate-actions { grid-template-columns: 1fr; }
  .language-gate-content h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
}
