:root {
  --ink: #302b29;
  --muted: #756b65;
  --cream: #f7f3ed;
  --cream-2: #efe6dc;
  --blush: #ead8d4;
  --rose: #c79a94;
  --gold: #b18b61;
  --olive: #687363;
  --deep-olive: #414c40;
  --brown: #6a4a39;
  --line: rgba(48, 43, 41, .14);
  --shadow: 0 22px 60px rgba(57, 43, 34, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; line-height: 1.6; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.announcement { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 20px; background: var(--deep-olive); color: #f6f1ea; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; text-align: center; }
.announcement span { opacity: .55; }
.site-header { position: absolute; z-index: 10; top: 30px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px, 5vw, 76px); color: white; }
.brand, .footer-brand { display: inline-flex; flex-direction: column; align-items: center; line-height: .8; }
.brand-top { font-family: 'Cormorant Garamond', serif; font-size: 13px; letter-spacing: .36em; margin-left: .36em; }
.brand-script { font-family: 'Allura', cursive; font-size: 47px; line-height: .8; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 38px); font-size: 12px; letter-spacing: .04em; }
.main-nav a { opacity: .9; transition: opacity .2s, transform .2s; }
.main-nav a:hover { opacity: 1; transform: translateY(-2px); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 99px; padding: 11px 16px; }
.nav-cta span, .button span, .arrow-link span, .text-link span { margin-left: 8px; }
.menu-toggle { display: none; background: none; border: 0; color: white; }

.hero { position: relative; min-height: min(820px, 92vh); display: flex; align-items: center; padding: 140px clamp(22px, 9vw, 150px) 90px; color: white; background: #7a695c url('assets/jardin.jpg') center 58% / cover no-repeat; isolation: isolate; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(42, 33, 27, .74) 0%, rgba(42, 33, 27, .32) 52%, rgba(42, 33, 27, .14) 100%), linear-gradient(0deg, rgba(34, 29, 25, .45), transparent 40%); }
.hero-content { max-width: 680px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; }
.eyebrow { margin: 0 0 22px; }
.eyebrow.light, .section-kicker.light { color: #f4e9dc; }
.hero h1 { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(58px, 8vw, 118px); font-weight: 500; line-height: .82; letter-spacing: -.04em; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; }
.hero-copy { max-width: 510px; margin: 28px 0 31px; font-size: 15px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 99px; padding: 14px 22px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(0,0,0,.13); }
.button-light { color: var(--ink); background: #f9f3eb; }
.button-dark { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; }
.text-link.light { color: #fff; }
.text-link.dark { color: var(--ink); }
.hero-note { position: absolute; right: clamp(24px, 8vw, 125px); bottom: 104px; display: flex; align-items: center; gap: 13px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.9); font-family: 'Cormorant Garamond', serif; font-size: 18px; line-height: 1.05; }
.note-icon { color: #ecd2ad; font-size: 25px; }
.scroll-hint { position: absolute; bottom: 28px; left: clamp(22px, 9vw, 150px); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.scroll-hint span { margin-left: 12px; font-size: 17px; }

.section-pad { padding: clamp(75px, 10vw, 140px) clamp(22px, 8vw, 125px); }
.section-kicker { color: var(--gold); margin-bottom: 22px; }
h2 { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(45px, 5.4vw, 78px); font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 12%; align-items: end; }
.intro-text { max-width: 430px; color: var(--muted); font-size: 15px; }
.small-note { margin-top: 28px; color: var(--gold); font-size: 11px; font-style: italic; }

.proposals { background: var(--cream-2); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 55px; }
.section-heading .section-kicker { align-self: flex-start; margin-top: 11px; }
.proposal-grid { display: grid; grid-template-columns: 1.22fr 1fr 1fr; gap: 15px; }
.proposal-card { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 29px; }
.proposal-feature { background: var(--brown); color: #fff; }
.proposal-soft { background: var(--blush); }
.proposal-olive { background: var(--olive); color: #fff; }
.card-number { font-family: 'Cormorant Garamond', serif; font-size: 17px; opacity: .65; }
.card-content { position: relative; z-index: 1; max-width: 280px; }
.card-label { margin: 0 0 16px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; opacity: .68; }
.proposal-card h3 { margin: 0 0 19px; font-family: 'Cormorant Garamond', serif; font-size: clamp(37px, 4vw, 57px); line-height: .87; font-weight: 500; letter-spacing: -.03em; }
.proposal-card .card-content > p:not(.card-label) { max-width: 275px; font-size: 13px; opacity: .78; }
.arrow-link { display: inline-flex; margin-top: 20px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.card-flower { position: absolute; right: -18px; bottom: -30px; color: rgba(255,255,255,.12); font-size: 200px; line-height: 1; }
.proposal-soft .card-flower { color: rgba(106,74,57,.12); }

.space-story { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1fr); gap: clamp(44px, 8vw, 120px); align-items: center; }
.story-image { height: min(680px, 62vw); min-height: 470px; overflow: hidden; }
.story-image img { object-position: center; }
.story-copy { max-width: 570px; }
.story-copy > p { max-width: 480px; margin: 30px 0 35px; color: var(--muted); font-size: 15px; }
.feature-list { border-top: 1px solid var(--line); margin-bottom: 30px; }
.feature-list > div { display: grid; grid-template-columns: 35px 1fr; column-gap: 7px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.feature-list span { grid-row: span 2; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 15px; }
.feature-list strong { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; }
.feature-list small { color: var(--muted); font-size: 11px; }

.experience-band { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 590px; background: var(--deep-olive); color: #f8f1e8; }
.experience-image { min-height: 500px; }
.experience-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(30px, 8vw, 125px); }
.experience-copy .eyebrow { color: #d8c39b; }
.experience-copy h2 { font-size: clamp(45px, 5.2vw, 75px); }
.experience-copy > p:not(.quote):not(.eyebrow) { max-width: 440px; margin: 27px 0; color: rgba(255,255,255,.73); font-size: 15px; }
.quote-mark { position: absolute; right: 11%; top: 18%; color: rgba(222, 192, 148, .4); font-family: 'Cormorant Garamond', serif; font-size: 145px; line-height: 1; }
.quote { max-width: 300px; margin: 35px 0 0; font-family: 'Cormorant Garamond', serif; font-size: 27px; line-height: 1.05; }

.clau-section { display: grid; grid-template-columns: 1fr .85fr; gap: 9%; align-items: center; background: #f2e5df; }
.clau-copy { max-width: 550px; }
.clau-copy > p { max-width: 440px; margin: 29px 0; color: var(--muted); font-size: 15px; }
.clau-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 32px; }
.clau-tags span { border: 1px solid rgba(106,74,57,.25); border-radius: 99px; padding: 8px 13px; color: var(--brown); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.clau-visual { position: relative; max-width: 430px; justify-self: end; }
.clau-frame { position: relative; height: 480px; padding: 12px; background: #fff; box-shadow: var(--shadow); transform: rotate(2deg); }
.clau-frame img { filter: saturate(.7); }
.clau-frame span { position: absolute; top: 26px; right: 28px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #fff; color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 17px; }
.clau-stamp { position: absolute; bottom: -30px; left: -40px; display: grid; place-items: center; width: 150px; height: 150px; border-radius: 50%; background: var(--brown); color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 28px; line-height: .7; text-align: center; transform: rotate(-10deg); }
.clau-stamp em { font-family: 'Allura', cursive; font-size: 45px; font-weight: 400; }

.gallery { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr 1.2fr .7fr; align-items: end; gap: 30px; margin-bottom: 55px; }
.gallery-heading .section-kicker { align-self: start; }
.gallery-heading > p { margin: 0; color: var(--muted); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 275px 275px; gap: 13px; }
.gallery-item { margin: 0; overflow: hidden; background: #ded2c8; }
.gallery-item img { transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-large { grid-row: span 2; }
.gallery-tall { grid-row: span 2; }

.team { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 125px); align-items: center; background: var(--cream-2); }
.team-photo { height: 430px; overflow: hidden; }
.team-copy { max-width: 510px; }
.team-copy > p { margin: 28px 0; color: var(--muted); font-size: 15px; }
.team-signature { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 25px; line-height: 1; }

.contact { background: var(--brown); color: white; }
.contact-inner { max-width: 930px; margin: auto; text-align: center; }
.contact .section-kicker { color: #e0c29c; }
.contact h2 { font-size: clamp(52px, 6vw, 86px); }
.contact-inner > p:not(.form-note):not(.form-success) { max-width: 420px; margin: 24px auto 42px; color: rgba(255,255,255,.75); font-size: 14px; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 760px; margin: 0 auto 30px; text-align: left; }
.direct-contact-item { display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); color: #fff; transition: background .2s, border-color .2s, transform .2s; }
.direct-contact-item:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.09); }
.contact-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; color: #f2d2a7; font-family: 'Cormorant Garamond', serif; font-size: 18px; }
.direct-contact-item span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.direct-contact-item small { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.direct-contact-item strong { overflow-wrap: anywhere; font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; line-height: 1; }
.direct-contact-item b { margin-left: auto; color: #f2d2a7; font-size: 18px; font-weight: 400; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 0 auto; text-align: left; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid rgba(255,255,255,.27); border-radius: 0; outline: 0; background: rgba(255,255,255,.07); color: #fff; padding: 14px 15px; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .2s, background .2s; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.45); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #e0c29c; background: rgba(255,255,255,.12); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .button { margin-top: 12px; justify-self: center; min-width: 230px; }
.form-note { margin-top: 22px; color: rgba(255,255,255,.48); font-size: 10px; }
.form-success { min-height: 25px; margin-top: 14px; color: #f5d5ad; font-size: 12px; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; padding: 43px clamp(22px, 8vw, 125px); background: #292b28; color: #f2eadf; }
.footer-brand { justify-self: start; }
.site-footer p { margin: 0; color: rgba(255,255,255,.62); font-family: 'Cormorant Garamond', serif; font-size: 19px; }
.footer-links { display: flex; justify-content: center; gap: 22px; color: rgba(255,255,255,.65); font-size: 11px; }
.footer-links a:hover { color: white; }
.site-footer small { justify-self: end; color: rgba(255,255,255,.42); font-size: 10px; }

.whatsapp-float { position: fixed; z-index: 30; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 7px 10px 7px 15px; border-radius: 99px; background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(25, 78, 44, .28); transition: transform .2s, box-shadow .2s; }
.whatsapp-float::after { position: absolute; inset: -5px; z-index: -1; border: 1px solid rgba(37, 211, 102, .45); border-radius: inherit; content: ''; animation: whatsapp-pulse 2.4s infinite; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 13px 30px rgba(25, 78, 44, .35); }
.whatsapp-float svg { width: 37px; height: 37px; fill: currentColor; }
.whatsapp-float-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@keyframes whatsapp-pulse { 0%, 55%, 100% { opacity: .8; transform: scale(1); } 75% { opacity: 0; transform: scale(1.18); } }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 850px) {
  .site-header { top: 30px; padding: 17px 22px; }
  .menu-toggle { display: grid; gap: 6px; padding: 10px 0 10px 10px; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; }
  .main-nav { position: absolute; top: 79px; left: 15px; right: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px 18px; background: rgba(48,43,41,.96); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 3px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .main-nav .nav-cta { margin: 10px 0 2px; padding: 13px 14px; text-align: center; border: 1px solid rgba(255,255,255,.35); }
  .hero { min-height: 760px; padding: 145px 22px 85px; align-items: flex-end; }
  .hero-note { right: 22px; bottom: 95px; transform: scale(.85); transform-origin: right bottom; }
  .scroll-hint { left: 22px; }
  .intro-grid, .space-story, .clau-section, .team { grid-template-columns: 1fr; gap: 42px; }
  .section-heading, .gallery-heading { display: block; }
  .section-heading .section-kicker, .gallery-heading .section-kicker { margin-bottom: 25px; }
  .section-heading h2 { margin-bottom: 15px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-card { min-height: 380px; }
  .story-image { height: 500px; }
  .experience-band { grid-template-columns: 1fr; }
  .experience-image { min-height: 430px; max-height: 520px; }
  .experience-copy { min-height: 540px; }
  .clau-visual { justify-self: center; width: min(100%, 430px); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px 260px; }
  .gallery-large { grid-row: span 2; }
  .gallery-tall { grid-column: span 2; grid-row: auto; }
  .team-photo { height: 400px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer small { justify-self: center; }
  .whatsapp-float { right: 16px; bottom: 16px; padding: 5px; }
  .whatsapp-float-label { display: none; }
}

@media (max-width: 500px) {
  .announcement { font-size: 8px; gap: 6px; letter-spacing: .08em; }
  .hero h1 { font-size: 58px; }
  .hero-copy { font-size: 14px; }
  .hero-note { display: none; }
  .hero-actions { gap: 19px; }
  h2 { font-size: 48px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .gallery-large, .gallery-tall { grid-column: auto; grid-row: auto; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .direct-contact { grid-template-columns: 1fr; }
}
