:root {
  --ink: #671126;
  --deep: #4b0718;
  --sage: #8b3346;
  --cream: #fbf5ed;
  --paper: #fffaf3;
  --gold: #c7a04c;
  --taupe: #70585f;
  --line: #ead9d2;
  --white: #fff;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: #4f3940;
  font-family: var(--sans);
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
.topbar {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px clamp(24px, 6vw, 92px) 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.header-emblem {
  display: block;
  width: 132px;
  height: 60px;
  background: linear-gradient(135deg, #f0d783, #ad7b22 52%, #f3d98a);
  -webkit-mask: url("assets/logo-larissa-mask.png") center top / 132px 88px no-repeat;
  mask: url("assets/logo-larissa-mask.png") center top / 132px 88px no-repeat;
  -webkit-mask-mode: luminance;
  mask-mode: luminance;
}
.header-name {
  margin-top: 12px;
  color: var(--ink);
  font: 500 18px var(--serif);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header-specialty {
  margin-top: 7px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.brand img {
  display: block;
  width: 205px;
  height: 72px;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font: 600 16px var(--serif);
  letter-spacing: 1px;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font: 600 17px var(--serif);
}
.brand small {
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 8px;
  color: var(--sage);
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 500;
}
nav > a:not(.button):hover {
  color: var(--gold);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  background: var(--ink);
  color: #fff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 13px;
  transition: 0.2s;
}
.button:hover {
  background: #81203a;
  transform: translateY(-1px);
}
.button-small {
  padding: 11px 18px;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 25px;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: linear-gradient(110deg, var(--cream) 0 59%, #f0ddd8 59%);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 110px);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  font-weight: 600;
  font-size: 11px;
  margin: 0 0 18px;
}
.hero h1 {
  font: 600 clamp(42px, 5.2vw, 74px)/1.08 var(--serif);
  color: var(--deep);
  max-width: 760px;
  margin: 0 0 25px;
}
.hero-location {
  width: 100%;
  text-align: center;
  transform: translateY(-32px);
}
.hero-profile {
  max-width: 720px;
  margin: 0 0 30px;
  color: #6e545a;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  scroll-margin-top: 110px;
}
.hero-education {
  max-width: 760px;
  margin: 0 0 36px;
  padding: 24px;
  background: transparent;
  color: var(--taupe);
  border: 1px solid rgba(199, 160, 76, 0.65);
}
.hero-education .section-heading {
  margin-bottom: 18px;
}
.hero-education .section-heading > .eyebrow::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 12px;
  background: var(--gold);
}
.hero-education .experience-years {
  margin-top: 10px;
  color: var(--gold);
}
.hero-education .education-list article {
  padding: 9px 0;
  border-color: var(--line);
}
.hero-education .education-list h3 {
  font-size: 17px;
  color: var(--ink);
}
.hero-education .education-list p {
  font-size: 13px;
  color: var(--taupe);
}
.hero-education .education-list {
  border-color: var(--line);
}
.lead {
  font-size: 18px;
  max-width: 650px;
  color: #6e545a;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 38px 0;
}
.hero-actions .treatments-link {
  flex: 1;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.08em;
}
.text-link {
  color: var(--ink);
  font-weight: 600;
  font-size: 13px;
}
.pre-treatment-nav {
  display: flex;
  justify-content: center;
  padding: 34px clamp(28px, 8vw, 120px);
  background: #fff;
}
.pre-treatment-nav .treatments-link {
  justify-content: center;
  text-align: center;
  letter-spacing: 0.08em;
}
.text-link span {
  color: var(--gold);
  margin-left: 7px;
}
.care-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 clamp(28px, 8vw, 120px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.care-pillars p {
  margin: 0;
  padding: 30px 24px;
  color: var(--ink);
  font: 500 14px var(--sans);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.care-pillars p + p {
  border-left: 1px solid var(--line);
}
.hero-visual {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  place-items: center;
  gap: 16px;
  min-height: 560px;
}
.portrait-credentials {
  position: relative;
  z-index: 3;
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.portrait-credentials span {
  color: var(--gold);
  margin: 0 8px;
}
.portrait-card {
  width: min(500px, 82%);
  aspect-ratio: 3/2;
  background: var(--deep);
  box-shadow: 0 28px 80px rgba(20, 60, 55, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
  position: relative;
  z-index: 2;
}
.portrait-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait-card.doctor-portrait {
  width: min(430px, 78%);
  aspect-ratio: 4 / 5;
  padding: 0;
}
.doctor-portrait img {
  object-position: center top;
}
.portrait-card:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 152, 95, 0.5);
}
.portrait-card .monogram {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 500 82px var(--serif);
  color: rgba(21, 60, 58, 0.18);
}
.portrait-card p {
  font: 500 34px/1.05 var(--serif);
  color: var(--deep);
  margin: 0;
  z-index: 1;
}
.portrait-card small {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gold);
  margin-top: 13px;
  z-index: 1;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(185, 152, 95, 0.45);
  border-radius: 50%;
}
.orbit-one {
  width: 520px;
  height: 210px;
  transform: rotate(55deg);
}
.orbit-two {
  width: 440px;
  height: 440px;
}
.section {
  padding: 110px clamp(28px, 8vw, 120px);
}
.post-technology-intro {
  background: var(--cream);
}
.post-technology-intro h1 {
  max-width: 920px;
  margin: 0 0 25px;
  color: var(--deep);
  font: 600 clamp(42px, 5.2vw, 74px)/1.08 var(--serif);
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background: #fff;
}
.intro h2,
.section-heading h2,
.attention h2,
.contact h2 {
  font: 600 clamp(34px, 4vw, 52px)/1.15 var(--serif);
  color: var(--deep);
  margin: 0;
}
.intro > div:last-child {
  font-size: 17px;
  color: var(--taupe);
}
.credentials {
  font-size: 12px !important;
  color: var(--gold) !important;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 28px;
}
.education {
  background: var(--deep);
  color: #f5eae2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
}
.education .section-heading h2 {
  color: var(--gold);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
}
.experience-years {
  max-width: 320px;
  margin: 22px 0 0;
  color: var(--gold);
  font: 400 clamp(17px, 2vw, 22px) / 1.45 var(--sans);
  letter-spacing: 0.4px;
}
.education-list {
  border-top: 1px solid rgba(199, 160, 76, 0.45);
}
.education-list article {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(199, 160, 76, 0.28);
}
.education-list h3 {
  color: #fff;
  margin: 0 0 2px;
  font-size: 19px;
  font-weight: 500;
}
.education-list p {
  color: #d9c9c4;
  margin: 0;
  font-size: 14px;
}
.treatments {
  background: var(--cream);
}
.section-heading {
  max-width: 700px;
  margin-bottom: 55px;
}
.section-heading > p:last-child {
  color: var(--taupe);
}
.hero-education .section-heading > .eyebrow {
  color: var(--gold);
}
.hero-education .section-heading > .experience-years {
  max-width: none;
  color: var(--gold);
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccd8d1;
  border-left: 1px solid #ccd8d1;
}
.card-grid article {
  padding: 38px;
  min-height: 235px;
  border-right: 1px solid #ccd8d1;
  border-bottom: 1px solid #ccd8d1;
  background: rgba(255, 255, 255, 0.28);
  transition: 0.2s;
}
.card-grid article:hover {
  background: #fff;
  transform: translateY(-3px);
}
.card-grid span {
  font: 500 13px var(--serif);
  color: var(--gold);
}
h3 {
  font: 600 22px var(--serif);
  color: var(--ink);
  margin: 20px 0 10px;
}
.card-grid p {
  font-size: 14px;
  color: var(--taupe);
}
.laser-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  background: var(--paper);
}
.laser-photo {
  min-height: 650px;
  overflow: hidden;
}
.laser-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.surgery-photo img {
  object-position: center 62%;
}
.surgery-feature .surgery-photo {
  min-height: 480px;
}
.surgery-feature .laser-copy {
  padding-top: clamp(50px, 6vw, 85px);
  padding-bottom: clamp(50px, 6vw, 85px);
}
.laser-copy {
  padding: clamp(70px, 9vw, 135px) clamp(34px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.laser-copy h2 {
  font: 600 clamp(36px, 4vw, 54px) / 1.12 var(--serif);
  color: var(--deep);
  margin: 0 0 28px;
}
.laser-copy p {
  color: #6e545a;
  max-width: 590px;
}
.laser-copy .text-link {
  margin-top: 20px;
}
.treatment-feature-reverse {
  border-top: 1px solid var(--line);
  background: #fff;
}
.escleroterapia-photo img {
  object-position: center 44%;
}
.veinviewer-photo img {
  object-position: center 46%;
}
.doppler-photo img {
  object-position: center 48%;
}
.attention {
  padding: 90px clamp(28px, 8vw, 120px);
  background: var(--deep);
  color: #dfe9e4;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 10vw;
  align-items: center;
}
.attention h2,
.contact h2 {
  color: #fff;
}
.light {
  color: #d4b77c;
}
.attention > div > p:last-child {
  max-width: 700px;
}
.attention-note {
  border-left: 2px solid var(--gold);
  padding: 10px 0 10px 28px;
}
.attention-note strong {
  color: #e1c993;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.journey ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  list-style: none;
  padding: 0;
}
.journey li {
  display: flex;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.journey li > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.journey h3 {
  margin: 2px 0;
}
.journey p {
  margin: 4px 0;
  color: var(--taupe);
}
.faq {
  background: #f0f3ee;
}
.accordion {
  max-width: 900px;
}
.accordion details {
  border-top: 1px solid #c7d3cb;
  padding: 22px 4px;
}
.accordion details:last-child {
  border-bottom: 1px solid #c7d3cb;
}
.accordion summary {
  cursor: pointer;
  color: var(--ink);
  font: 600 19px var(--serif);
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.accordion summary:after {
  content: "+";
  font: 400 24px var(--sans);
  color: var(--gold);
}
.accordion details[open] summary:after {
  content: "−";
}
.accordion details p {
  max-width: 760px;
  color: var(--taupe);
}
.contact {
  padding: 90px clamp(28px, 8vw, 120px);
  background: var(--sage);
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 9vw;
  align-items: center;
  color: #fff;
}
.contact-card {
  background: #fff;
  color: var(--taupe);
  padding: 38px;
}
.contact-card strong {
  color: var(--ink);
  font: 600 20px var(--serif);
}
.contact-phone {
  color: var(--ink);
  font-weight: 600;
  border-bottom: 1px solid var(--gold);
}
.gold {
  background: var(--gold);
  margin-top: 12px;
}
.gold:hover {
  background: #a48149;
}
footer {
  padding: 38px clamp(28px, 8vw, 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #350411;
  color: #d7c2b5;
  font-size: 11px;
}
footer .brand {
  color: #fff4e8;
}
footer .brand img {
  width: 230px;
  height: 150px;
  object-fit: contain;
}
.floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: var(--ink);
  color: #fff;
  padding: 13px 18px;
  border-radius: 50px;
  z-index: 30;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .menu-button {
    display: block;
    position: absolute;
    right: 22px;
    top: 36px;
  }
  nav {
    display: none;
    position: absolute;
    top: 148px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    background: linear-gradient(150deg, var(--cream), #f1ded8);
  }
  .hero-visual {
    order: -1;
    min-height: 620px;
    padding-top: 36px;
  }
  .hero-copy {
    padding-bottom: 45px;
  }
  .hero-visual {
    min-height: 500px;
  }
  .intro,
  .education,
  .attention,
  .contact {
    grid-template-columns: 1fr;
  }
  .laser-feature {
    grid-template-columns: 1fr;
  }
  .treatment-feature-reverse .laser-photo {
    order: -1;
  }
  .laser-photo {
    min-height: 540px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .journey ol {
    grid-template-columns: 1fr;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 580px) {
  .topbar {
    min-height: 148px;
    padding: 0 18px;
  }
  .header-emblem {
    width: 108px;
    height: 50px;
    -webkit-mask-size: 108px 72px;
    mask-size: 108px 72px;
  }
  .header-name {
    margin-top: 10px;
    font-size: 14px;
  }
  .header-specialty {
    font-size: 8px;
    letter-spacing: 2.5px;
  }
  .topbar .brand strong {
    font-size: 14px;
  }
  .topbar .brand img {
    width: 160px;
    height: 62px;
  }
  nav {
    top: 148px;
  }
  .hero {
    min-height: auto;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-copy {
    padding-top: 70px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-visual {
    min-height: 470px;
    padding-top: 22px;
  }
  .portrait-card {
    width: 88%;
    padding: 30px;
  }
  .portrait-card p {
    font-size: 27px;
  }
  .orbit-one {
    width: 370px;
  }
  .orbit-two {
    width: 330px;
    height: 330px;
  }
  .care-pillars {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
  .care-pillars p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .section {
    padding: 70px 24px;
  }
  .laser-photo {
    min-height: 430px;
  }
  .laser-copy {
    padding: 65px 24px;
  }
  .surgery-feature .surgery-photo {
    min-height: 360px;
  }
  .surgery-feature .laser-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .attention,
  .contact {
    padding: 70px 24px;
  }
  .contact-card {
    padding: 28px 22px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 24px;
  }
  footer .brand img {
    width: 220px;
    height: 145px;
  }
  .floating span {
    display: none;
  }
  .floating {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 0;
  }
  .intro {
    gap: 35px;
  }
}
