* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #faf8f6;
  font-family: 'Inter', sans-serif;
  color: #1a1118;
}

/* NAV */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f0eaea;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  height: 58px;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  color: #C96EA8;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 4px;
}

.nav-link {
  padding: 7px 18px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.2s;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.nav-link:hover {
  color: #C96EA8;
  background: #fdf0f7;
}

.nav-link.active {
  color: #ffffff;
  background: linear-gradient(135deg, #C96EA8, #7B68B5);
  ;
  border-color: #f4c0d1;
  font-weight: 500;
}

.nav-cta {
  padding: 8px 20px;
  border-radius: 40px;
  background: #5763ab;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.2s;
  margin-left: 8px;
}

.nav-cta:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* HEADER */
.top-bar {
  background: #fff;
  border-bottom: 1px solid #f0eaea;
  padding: 36px 24px 28px;
  text-align: center;
}

.lotus-svg {
  margin: 0 auto 14px;
  display: block;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  color: #1a1118;
  letter-spacing: 1px;
  line-height: 1;
}

.brand-sub {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: #C96EA8;
  margin-top: 5px;
  letter-spacing: 2px;
}

.brand-contacts {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.bc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.bc-link:hover {
  color: #C96EA8;
}

.bc-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* SECTIONS */
.page-section {
  display: none;
}

.page-section.visible {
  display: block;
}

/* SERVIÇOS */
.main-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

.notice-bar {
  background: #fdf0f7;
  border-left: 3px solid #C96EA8;
  border-radius: 0 10px 10px 0;
  padding: 14px 16px;
  margin-top: 24px;
}

.notice-bar p {
  font-size: 12.5px;
  color: #72243E;
  line-height: 1.65;
}

.notice-bar p+p {
  margin-top: 6px;
}

.section {
  margin-top: 36px;
}

.section-label {
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C96EA8;
  font-weight: 500;
  margin-bottom: 2px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  font-weight: 400;
  color: #1a1118;
  line-height: 1.2;
}

.section-note {
  font-size: 12px;
  color: #bbb;
  margin-top: 3px;
  font-style: italic;
}

.items {
  margin-top: 14px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0eaea;
  overflow: hidden;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 22px;
  border-bottom: 1px solid #f5f0f2;
  gap: 16px;
  transition: background 0.2s;
}

.item:last-child {
  border-bottom: none;
}

.item:hover {
  background: #fdf8fc;
}

.item-left {
  flex: 1;
}

.item-name {
  font-size: 14.5px;
  font-weight: 400;
  color: #1a1118;
  line-height: 1.35;
}

.item-note {
  font-size: 11.5px;
  color: #b5a5ad;
  margin-top: 3px;
  line-height: 1.5;
  font-style: italic;
}

.item-price {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: #C96EA8;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.item-price .currency {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #d4a8c0;
  vertical-align: top;
  margin-right: 2px;
  line-height: 2.2;
}

.wha-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 0;
  padding: 16px 28px;
  background: #25D366;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s;
}

.wha-btn:hover {
  background: #1db954;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
}

.wha-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.divider-ornament {
  text-align: center;
  margin: 36px 0 0;
  color: #e0d0d8;
  font-size: 18px;
  letter-spacing: 10px;
}

/* PORTFÓLIO */
.portfolio-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

.portfolio-intro {
  text-align: center;
  padding: 36px 0 8px;
}

.portfolio-intro .section-label {
  display: block;
  margin-bottom: 6px;
}

.portfolio-intro .section-title {
  font-size: 32px;
}

.portfolio-intro p {
  font-size: 13px;
  color: #bbb;
  margin-top: 8px;
  font-style: italic;
}

.portfolio-category {
  margin-top: 40px;
}

.portfolio-category-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1118;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0eaea;
  display: flex;
  align-items: center;
  gap: 10px;
}

.portfolio-category-title span {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C96EA8;
  font-weight: 500;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.portfolio-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0eaea;
  overflow: hidden;
  transition: all 0.25s;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(201, 110, 168, 0.12);
  border-color: #f4c0d1;
}

/* PHOTO SLOT */
.photo-slot {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #faf8f6;
  border-bottom: 1px solid #f5f0f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.photo-slot:hover {
  background: #faf8f6;
}

.photo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.photo-slot-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  z-index: 1;
}

.photo-slot-placeholder svg {
  width: 28px;
  height: 28px;
  color: #ddd;
}

.photo-slot-placeholder p {
  font-size: 10px;
  color: #ccc;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}

.photo-slot.has-photo .photo-slot-placeholder {
  display: none;
}

.photo-slot.has-photo img {
  display: block;
}

.photo-slot.has-photo:hover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(201, 110, 168, 0.08);
  z-index: 1;
}

.portfolio-card-info {
  padding: 12px 14px;
}

.portfolio-card-name {
  font-size: 13px;
  font-weight: 500;
  color: #1a1118;
  line-height: 1.3;
}

.portfolio-card-price {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #C96EA8;
  margin-top: 2px;
}

.portfolio-card-price .currency {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  color: #d4a8c0;
  vertical-align: top;
  line-height: 2;
  margin-right: 1px;
}



/* SOBRE MIM */
.about-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 20px 80px;
}

.about-hero {
  background: linear-gradient(180deg, #fff 0%, #fdf8fc 100%);
  border: 1px solid #f0eaea;
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(201, 110, 168, 0.08);
}

.about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
}

.about-space {
  margin-top: 26px;
  background: #fff;
  border: 1px solid #f0eaea;
  border-radius: 22px;
  padding: 26px 24px;
}

.about-space-desc {
  font-size: 14px;
  color: #6f626a;
  margin-top: 10px;
  line-height: 1.7;
}

.space-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.space-photo {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #f0eaea;
  transition: all 0.3s ease;
}

.space-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.space-photo:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(201, 110, 168, 0.15);
}

.about-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #f0eaea;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy .section-label {
  margin-bottom: 8px;
}

.about-copy .section-title {
  font-size: 34px;
}

.about-copy p {
  font-size: 14px;
  color: #6f626a;
  line-height: 1.9;
  margin-top: 12px;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.about-card {
  background: #fff;
  border: 1px solid #f0eaea;
  border-radius: 18px;
  padding: 18px 16px;
  text-align: left;
}

.about-card span {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C96EA8;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-card strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1a1118;
  margin-bottom: 6px;
}

.about-card p {
  font-size: 12.5px;
  color: #8d7f87;
  line-height: 1.7;
}

.about-story {
  margin-top: 26px;
  background: #fff;
  border: 1px solid #f0eaea;
  border-radius: 22px;
  padding: 26px 24px;
}

.about-story p {
  font-size: 13.5px;
  color: #6f626a;
  line-height: 1.9;
  margin-top: 12px;
}

/* FOOTER */
.footer {
  background: #fff;
  border-top: 1px solid #f0eaea;
  padding: 40px 24px 50px;
  text-align: center;
  margin-top: 20px;
}

.footer-name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  color: #C96EA8;
  margin-bottom: 10px;
}

.footer-addr {
  font-size: 12px;
  color: #757575;
  line-height: 1.8;
  font-weight: 500;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 15px 40px;
  background: linear-gradient(135deg, #C96EA8, #7B68B5);
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.25s;
}

.footer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 110, 168, 0.35);
}

@media (max-width: 520px) {
  nav {
    padding: 0 16px;
  }

  .nav-link {
    padding: 7px 12px;
    font-size: 12px;
  }

  .nav-cta {
    padding: 7px 14px;
    font-size: 12px;
    margin-left: 4px;
  }

  .brand-name {
    font-size: 28px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .item {
    padding: 14px 16px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 240px;
    margin: 0 auto;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-copy .section-title {
    font-size: 28px;
  }

  .about-hero,
  .about-story {
    padding: 22px 18px;
  }
}

body.modal-open {
  overflow: hidden;
  touch-action: none;
}

.portfolio-card {
  cursor: pointer;
}

.portfolio-card:focus-visible {
  outline: 2px solid #C96EA8;
  outline-offset: 3px;
}


.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.portfolio-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 17, 24, 0.52);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.portfolio-modal-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 92dvh;
  overflow-y: auto;
  background: #fff;
  border-radius: 26px 26px 0 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  box-shadow: 0 -10px 40px rgba(26, 17, 24, 0.18);
  padding-bottom: calc(18px + env(safe-area-inset-bottom));
}

.portfolio-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.portfolio-modal.is-open .portfolio-modal-backdrop {
  opacity: 1;
}

.portfolio-modal.is-open .portfolio-modal-sheet {
  transform: translateY(0);
  opacity: 1;
}

.portfolio-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1118;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 4px 18px rgba(26, 17, 24, 0.12);
  cursor: pointer;
}

.portfolio-modal-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #faf8f6;
  overflow: hidden;
}

.portfolio-modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-modal-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #c8b8c0;
}

.portfolio-modal-placeholder svg {
  width: 36px;
  height: 36px;
}

.portfolio-modal-placeholder p {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.portfolio-modal-content {
  padding: 20px 18px 10px;
}

.portfolio-modal-kicker {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C96EA8;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  color: #1a1118;
}

.portfolio-modal-price {
  font-family: 'Playfair Display', serif;
  color: #C96EA8;
  font-size: 26px;
  margin-top: 10px;
}

.portfolio-modal-price .currency {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #d4a8c0;
  vertical-align: top;
  margin-right: 2px;
  line-height: 2;
}

.portfolio-modal-description {
  font-size: 14px;
  color: #6f626a;
  line-height: 1.8;
  margin-top: 12px;
}

.portfolio-modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #C96EA8, #7B68B5);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .portfolio-modal-sheet {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: min(92vw, 860px);
    max-height: 88dvh;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
    transform: translate(-50%, calc(-50% + 40px));
  }

  .portfolio-modal.is-open .portfolio-modal-sheet {
    transform: translate(-50%, -50%);
  }

  .portfolio-modal-media-wrap {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .portfolio-modal-content {
    padding: 34px 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .portfolio-modal-title {
    font-size: 34px;
  }
}

@media (max-width: 520px) {
  .portfolio-modal-title {
    font-size: 24px;
  }

  .portfolio-modal-content {
    padding: 18px 16px 8px;
  }

  .portfolio-modal-close {
    top: 12px;
    right: 12px;
  }
}