:root {
  --olive: #5d5f51;
  --sage: #a7aa8c;
  --cream: #eee5d2;
  --wine: #62040a;
  --ink: #1f2121;
  --paper: #f7f3ea;
  --white: #fffdf8;
  --line: rgba(31, 33, 33, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: var(--wine); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: 5.5rem;
  padding: 1rem clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 234, .94);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.isologo { display: block; object-fit: contain; }
.brand-isologo { width: 3.35rem; height: 3.35rem; }
.brand-copy { display: grid; line-height: 1.1; text-transform: uppercase; }
.brand-copy strong { font-family: "Cormorant Garamond", serif; font-size: 1.22rem; letter-spacing: .08em; font-weight: 600; }
.brand-copy small { font-size: .63rem; letter-spacing: .28em; margin-top: .35rem; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.8rem); }
nav a { text-decoration: none; font-size: .84rem; font-weight: 600; letter-spacing: .04em; }
nav a:hover, nav a:focus-visible { color: var(--wine); }
.nav-cta { border: 1px solid var(--ink); padding: .7rem 1.2rem; }
.menu-button { display: none; background: none; border: 0; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 1.6rem; height: 1px; background: var(--ink); margin: .34rem 0; }

.hero {
  min-height: min(48rem, calc(100vh - 5.5rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .88fr);
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-copy { padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 7vw, 8rem); align-self: center; }
.eyebrow { margin: 0 0 1.3rem; color: var(--wine); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--cream); }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 500; line-height: .98; margin: 0; text-wrap: balance; }
h1 { max-width: 760px; font-size: clamp(3.7rem, 8.2vw, 8rem); letter-spacing: -.045em; }
h1 em, h2 em { color: var(--wine); font-weight: 500; }
.hero-text { max-width: 660px; margin: 2.2rem 0 0; font-size: clamp(1rem, 1.3vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.6rem; flex-wrap: wrap; }
.button { min-height: 3.35rem; padding: .85rem 1.5rem; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 600; font-size: .9rem; transition: .2s ease; }
.button.primary { background: var(--wine); color: var(--white); }
.button.primary:hover, .button.primary:focus-visible { background: var(--ink); transform: translateY(-2px); }
.text-link { text-underline-offset: .35rem; font-size: .9rem; font-weight: 600; }
.text-link span { margin-left: .3rem; color: var(--wine); }
.hero-portrait { margin: 0; min-height: 34rem; position: relative; overflow: hidden; background: var(--olive); }
.hero-portrait img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 76% center; }
.hero-portrait::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(31,33,33,.74)); pointer-events: none; }
.hero-portrait figcaption { position: absolute; z-index: 1; left: clamp(1.5rem, 4vw, 4rem); bottom: clamp(2rem, 5vw, 4rem); color: var(--cream); font-family: "Cormorant Garamond", serif; font-size: clamp(2.2rem, 3.7vw, 4rem); line-height: .95; }
.hero-portrait figcaption em { font-weight: 500; }
.mark-ring { position: absolute; border: 1px solid rgba(238, 229, 210, .35); border-radius: 50%; }
.mark-ring-one { width: 66%; aspect-ratio: 1; }
.mark-ring-two { width: 52%; aspect-ratio: 1; border-style: dashed; }
.hero-isologo-wrap { width: min(58%, 20rem); aspect-ratio: .8; display: grid; place-items: center; background: rgba(238,229,210,.94); border-radius: 50%; box-shadow: 0 1.5rem 4rem rgba(31,33,33,.18); }
.hero-isologo { width: 72%; height: 72%; }
.mark-caption { position: absolute; bottom: 12%; left: 12%; text-transform: uppercase; line-height: 1; letter-spacing: .1em; }
.mark-caption em { font-family: "Cormorant Garamond", serif; font-size: 2.2rem; text-transform: none; letter-spacing: 0; }
.vertical-note { position: absolute; left: 1.2rem; bottom: 1.8rem; margin: 0; font-size: .55rem; letter-spacing: .22em; writing-mode: vertical-rl; transform: rotate(180deg); }

.intro { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 8rem); display: grid; grid-template-columns: 4rem 1.3fr .7fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; }
.section-number { margin: 0; color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 1.5rem; }
.intro h2, .method h2, .profile h2, .contact h2 { font-size: clamp(3rem, 6vw, 6rem); }
.intro > p:last-child { margin: 3.1rem 0 0; max-width: 34rem; }

.services { background: var(--ink); color: var(--cream); padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 7vw, 8rem); }
.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.section-heading h2 { font-size: clamp(3rem, 6vw, 6rem); }
.section-heading h2 em { color: var(--sage); }
.section-heading > p { max-width: 30rem; margin: 0; color: rgba(238,229,210,.72); }
.service-grid { margin-top: 4.5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(238,229,210,.18); border-bottom: 1px solid rgba(238,229,210,.18); }
.service-card { min-height: 26rem; padding: 1.7rem; position: relative; border-right: 1px solid rgba(238,229,210,.18); border-bottom: 1px solid rgba(238,229,210,.18); display: flex; flex-direction: column; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-last-child(-n+3) { border-bottom: 0; }
.service-card-wide { grid-column: 1 / -1; min-height: 17rem; border-top: 1px solid rgba(238,229,210,.18); border-right: 0; }
.service-card-wide .service-icon { margin-top: 1rem; }
.service-card-wide p { max-width: 46rem; }
.service-card.featured { background: var(--olive); }
.card-number { font-family: "Cormorant Garamond", serif; color: var(--sage); }
.service-icon { font-family: "Cormorant Garamond", serif; font-size: 3.2rem; margin-top: auto; color: var(--sage); }
.service-card h3 { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; font-weight: 500; margin: .5rem 0 1.2rem; }
.service-card p { color: rgba(238,229,210,.72); margin: 0 0 2rem; }
.card-line { display: block; width: 3rem; height: 1px; background: var(--wine); }
.scope-note { margin: 2rem 0 0; color: rgba(238,229,210,.65); font-size: .85rem; }

.method { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 7vw, 8rem); background: var(--sage); }
.method-title { position: sticky; top: 8rem; align-self: start; }
.method-steps { list-style: none; margin: 0; padding: 0; }
.method-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid rgba(31,33,33,.25); }
.method-steps li:first-child { border-top: 1px solid rgba(31,33,33,.25); }
.method-steps li > span { color: var(--wine); font-family: "Cormorant Garamond", serif; font-size: 1.4rem; }
.method-steps h3 { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 500; margin: 0; }
.method-steps p { margin: .4rem 0 0; }

.profile { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 44rem; }
.profile-panel { background: var(--wine); color: var(--cream); padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; }
.profile-panel::before { content: ""; position: absolute; width: 30rem; aspect-ratio: 1; border: 1px solid rgba(238,229,210,.2); border-radius: 50%; top: -10rem; left: -10rem; }
.profile-isologo-card { position: absolute; top: 44%; left: 50%; transform: translate(-50%, -50%); width: clamp(11rem, 40%, 16rem); aspect-ratio: 322 / 407; display: grid; place-items: center; padding: 1.2rem; background: var(--cream); border-radius: 48% / 42%; box-shadow: 0 0 0 1px rgba(238,229,210,.5), 0 0 0 9px rgba(238,229,210,.07); }
.profile-isologo-card img { display: block; width: 100%; height: 100%; object-fit: contain; }
.profile-line { width: 5rem; height: 1px; background: var(--cream); margin: 3rem 0 1.5rem; }
.profile-panel p { text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
.profile-copy { padding: clamp(5rem, 10vw, 9rem) clamp(2rem, 9vw, 9rem); align-self: center; }
.profile-first .profile-copy { padding-top: clamp(3rem, 6vw, 6rem); padding-bottom: clamp(3rem, 6vw, 6rem); }
.profile-first h1 { font-size: clamp(3.1rem, 6vw, 6rem); line-height: .95; }
.profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.profile-photo { display: block; width: 100%; height: clamp(13rem, 22vw, 18rem); margin: 2rem 0 0; object-fit: cover; object-position: 76% 34%; filter: grayscale(1); }
.profile-copy .lead { font-family: "Cormorant Garamond", serif; font-size: clamp(1.6rem, 2.6vw, 2.4rem); line-height: 1.2; color: var(--olive); margin: 2.2rem 0; }
.profile-copy > p:not(.eyebrow):not(.lead) { max-width: 38rem; }

.coverage { padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 7vw, 8rem); }
.coverage h2 { font-size: clamp(3rem, 6vw, 6rem); }
.coverage > p:not(.eyebrow) { max-width: 48rem; }
.coverage-list { list-style: none; padding: 0; margin: 2.5rem 0 0; display: flex; flex-wrap: wrap; gap: .65rem; }
.coverage-list li { border: 1px solid rgba(31,33,33,.26); padding: .75rem 1rem; font-size: .9rem; }
.contact { background: var(--olive); color: var(--cream); padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 7vw, 8rem); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.contact h2 em { color: var(--cream); }
.contact-copy > p:first-child { font-size: 1.1rem; max-width: 34rem; }
.contact-details { margin: 2.5rem 0 1.8rem; border-top: 1px solid rgba(238,229,210,.35); }
.contact-details > div { padding: 1rem 0; border-bottom: 1px solid rgba(238,229,210,.35); display: grid; gap: .18rem; }
.contact-details span { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-details a { width: fit-content; font-family: "Cormorant Garamond", serif; font-size: 1.55rem; line-height: 1.25; text-underline-offset: .25rem; }
.whatsapp-button { background: var(--cream); color: var(--ink); }
.whatsapp-button:hover, .whatsapp-button:focus-visible { background: var(--wine); color: var(--white); transform: translateY(-2px); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.email-button { border: 1px solid rgba(238,229,210,.65); color: var(--cream); }
.email-button:hover, .email-button:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); transform: translateY(-2px); }
.contact-note { max-width: 36rem; margin: 1.2rem 0 0; font-size: .8rem; color: rgba(238,229,210,.72); }
.calendar-panel { margin-top: 2rem; border: 1px solid rgba(238,229,210,.35); background: rgba(31,33,33,.12); }
.calendar-panel summary { padding: 1.1rem 1.25rem; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; font-size: .8rem; font-weight: 600; list-style: none; }
.calendar-panel summary::-webkit-details-marker { display: none; }
.calendar-panel summary::after { content: "+"; font-family: "Cormorant Garamond", serif; font-size: 1.7rem; font-weight: 400; line-height: 1; }
.calendar-panel[open] summary::after { content: "−"; }
.calendar-panel summary span { color: rgba(238,229,210,.68); font-size: .72rem; font-weight: 400; margin-left: auto; }
.calendar-form { padding: 1.5rem; border-top: 1px solid rgba(238,229,210,.35); }
.calendar-heading { display: grid; margin-bottom: 1.2rem; }
.calendar-heading span { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.calendar-heading strong { font-family: "Cormorant Garamond", serif; font-size: 1.75rem; font-weight: 500; }
.calendar-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.calendar-fields label { display: grid; gap: .4rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.calendar-fields input { min-height: 3rem; width: 100%; padding: .65rem .8rem; border: 1px solid rgba(238,229,210,.45); border-radius: 0; background: var(--cream); color: var(--ink); font: inherit; font-size: 1rem; }
.calendar-button { width: 100%; margin-top: 1rem; border: 0; background: var(--cream); color: var(--ink); cursor: pointer; }
.calendar-button:hover, .calendar-button:focus-visible { background: var(--wine); color: var(--white); }
.calendar-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.calendar-button.secondary { background: transparent; color: var(--cream); border: 1px solid rgba(238,229,210,.55); }
.calendar-button.secondary:hover, .calendar-button.secondary:focus-visible { background: var(--cream); color: var(--ink); }
.calendar-form > p { margin: .8rem 0 0; font-size: .72rem; color: rgba(238,229,210,.7); }

.floating-whatsapp { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 45; padding: .78rem 1rem; background: var(--wine); color: var(--white); border: 1px solid rgba(255,255,255,.35); text-decoration: none; font-size: .78rem; font-weight: 600; letter-spacing: .04em; box-shadow: 0 .7rem 2rem rgba(31,33,33,.22); }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: var(--ink); }

footer { min-height: 11rem; padding: 2.5rem clamp(1.5rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--cream); }
.footer-brand .brand-isologo { width: 3rem; height: 3rem; }
footer > p { font-size: .8rem; }
footer > p a { text-underline-offset: .25rem; }
.copyright { color: var(--olive); }

@media (max-width: 900px) {
  .menu-button { display: block; z-index: 2; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .7rem 0; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; }
  .hero-portrait { grid-row: 1; min-height: 24rem; }
  .intro { grid-template-columns: 3rem 1fr; }
  .intro > p:last-child { grid-column: 2; margin-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 22rem; border-right: 0; border-bottom: 1px solid rgba(238,229,210,.18); }
  .service-card:nth-last-child(-n+3) { border-bottom: 1px solid rgba(238,229,210,.18); }
  .service-card:last-child { border-bottom: 0; }
  .service-card-wide { grid-column: auto; min-height: 22rem; border-top: 0; }
  .section-heading, .method, .contact { grid-template-columns: 1fr; }
  .section-heading { display: grid; align-items: start; }
  .method-title { position: static; }
  .profile { grid-template-columns: 1fr; }
  .profile-panel { min-height: 28rem; }
  .profile-first .profile-panel { min-height: 22rem; }
  .profile-photo { height: clamp(13rem, 45vw, 22rem); }
}

@media (max-width: 600px) {
  .site-header { min-height: 4.8rem; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-isologo { width: 2.9rem; height: 2.9rem; }
  h1 { font-size: clamp(3.35rem, 16vw, 5rem); }
  .hero-copy { padding-top: 3rem; padding-bottom: 4rem; }
  .hero-portrait { min-height: 17rem; }
  .hero-portrait img { object-position: 76% 29%; }
  .hero-portrait figcaption { font-size: 2rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.1rem; }
  .text-link { text-align: center; }
  .vertical-note { display: none; }
  .intro { grid-template-columns: 1fr; }
  .intro > p:last-child { grid-column: 1; }
  .section-number { display: none; }
  .intro h2, .method h2, .profile h2, .contact h2, .section-heading h2 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  footer { align-items: flex-start; flex-direction: column; }
  .calendar-fields { grid-template-columns: 1fr; }
  .calendar-actions { grid-template-columns: 1fr; gap: 0; }
  .contact-actions { grid-template-columns: 1fr; }
  .calendar-panel summary span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
