:root {
  --vi-magenta-700: #8d1f70;
  --vi-magenta-600: #b32a8c;
  --vi-magenta-500: #c6379c;
  --vi-magenta-100: #f7e7f2;
  --vi-magenta-050: #fff6fc;
  --vi-blue-800: #00366d;
  --vi-blue-700: #004c98;
  --vi-blue-100: #e8f1fb;
  --vi-ink: #191716;
  --vi-graphite: #36302d;
  --vi-muted: #746e6a;
  --vi-line: #e5ddd7;
  --vi-paper: #fbfaf7;
  --vi-white: #ffffff;
  --vi-cream: #fff7e8;
  --vi-rose: #f4e4ee;
  --vi-beige: #e9e1d8;
  --vi-sand: #d8cabd;
  --vi-sage: #84987b;
  --vi-sage-soft: #edf2ea;
  --vi-sun: #ffaf41;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vi-paper);
  color: var(--vi-ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 100;
  background: var(--vi-ink);
  color: var(--vi-white);
  padding: 10px 14px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(229, 221, 215, 0.8);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand img {
  width: 168px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 0.78rem;
  color: var(--vi-graphite);
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--vi-magenta-700);
  border-color: var(--vi-magenta-700);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--vi-line);
  background: transparent;
  color: var(--vi-ink);
  border-radius: 4px;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--vi-ink);
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 23, 22, 0.1), rgba(25, 23, 22, 0.72));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 70px;
  color: var(--vi-white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: inherit;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

h1 {
  max-width: 840px;
  margin-top: 20px;
  font-size: 5.2rem;
}

.hero-lede {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.2rem;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 4px;
  border: 1px solid currentColor;
  font-size: 0.88rem;
}

.btn-primary {
  background: var(--vi-magenta-700);
  border-color: var(--vi-magenta-700);
  color: var(--vi-white);
}

.btn-light {
  color: var(--vi-white);
}

.btn-ink {
  background: var(--vi-ink);
  border-color: var(--vi-ink);
  color: var(--vi-white);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-tight {
  padding: 64px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head h2,
.page-title h1 {
  font-size: 3.8rem;
}

.section-head p,
.page-title p,
.intro-copy p,
.rich-copy p {
  color: var(--vi-graphite);
  font-size: 1.06rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
}

.portrait-stack {
  position: relative;
}

.portrait-stack .portrait {
  aspect-ratio: 4 / 5;
  width: 84%;
  object-fit: cover;
}

.butterfly-stamp {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: 130px;
  opacity: 0.78;
  filter: sepia(0.2);
}

.intro-copy h2 {
  font-size: 3.4rem;
  margin-bottom: 22px;
}

.signature {
  margin-top: 26px;
  color: var(--vi-magenta-700);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.feature-band {
  background: var(--vi-rose);
  border-block: 1px solid rgba(141, 31, 112, 0.12);
}

.feature {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.feature img {
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature h2 {
  margin: 12px 0 20px;
  font-size: 3.2rem;
}

.feature p {
  color: var(--vi-graphite);
  font-size: 1.06rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--vi-line);
  border-left: 1px solid var(--vi-line);
}

.service-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  background: var(--vi-white);
  border-right: 1px solid var(--vi-line);
  border-bottom: 1px solid var(--vi-line);
}

.service-card img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.service-card div {
  padding: 22px;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.service-card p {
  color: var(--vi-muted);
  font-size: 0.95rem;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--vi-magenta-700);
  border-bottom: 1px solid currentColor;
  font-size: 0.88rem;
}

.photo-editorial {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  gap: 18px;
  align-items: end;
}

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

.photo-editorial img:nth-child(1) {
  aspect-ratio: 4 / 5;
}

.photo-editorial img:nth-child(2) {
  aspect-ratio: 1 / 1.25;
  margin-bottom: 72px;
}

.photo-editorial img:nth-child(3) {
  aspect-ratio: 3 / 4;
  margin-bottom: 18px;
}

.cta-band {
  background: var(--vi-blue-800);
  color: var(--vi-white);
}

.cta-inner {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
  text-align: center;
}

.cta-inner h2 {
  font-size: 3.6rem;
}

.cta-inner p {
  max-width: 620px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.84);
}

.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.85fr);
  gap: 56px;
  align-items: end;
}

.page-title h1 {
  margin-top: 18px;
  font-size: 4.6rem;
}

.page-title p {
  max-width: 620px;
  margin-top: 24px;
}

.page-hero img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.aside-note {
  border-top: 1px solid var(--vi-ink);
  padding-top: 18px;
  color: var(--vi-muted);
}

.rich-copy {
  display: grid;
  gap: 24px;
}

.quote {
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1.15;
  color: var(--vi-magenta-700);
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tile {
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  border-radius: 6px;
  padding: 24px;
  min-height: 190px;
}

.tile h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.tile p {
  color: var(--vi-muted);
  font-size: 0.95rem;
}

.proof-section {
  border-top: 1px solid var(--vi-line);
  border-bottom: 1px solid var(--vi-line);
}

.proof-section .section-head h2 {
  color: var(--vi-magenta-600);
}

.proof-section .section-head .eyebrow {
  color: var(--vi-blue-800);
}

.message-bubbles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.feedback-bubble {
  position: relative;
  border: 1px solid rgba(179, 42, 140, 0.14);
  border-radius: 18px 18px 18px 6px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(45, 36, 32, 0.045);
}

.feedback-bubble:nth-child(2) {
  margin-top: 18px;
  border-radius: 18px 18px 6px 18px;
}

.feedback-bubble:nth-child(3) {
  margin-top: 6px;
}

.feedback-bubble::before {
  content: "mensagem";
  display: block;
  margin-bottom: 10px;
  color: var(--vi-magenta-600);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-bubble p {
  margin: 0;
  color: var(--vi-ink);
  font-family: var(--vi-serif);
  font-size: 1.02rem;
  line-height: 1.42;
}

.feedback-bubble span {
  display: block;
  margin-top: 14px;
  color: var(--vi-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.proof-note {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--vi-muted);
  font-size: 0.82rem;
}

.library-page .section-head h2 {
  color: var(--vi-blue-800);
}

.library-page .section-head .eyebrow,
.library-page .tile h3 {
  color: var(--vi-magenta-600);
}

.partner-note {
  max-width: 560px !important;
  color: var(--vi-muted) !important;
  font-size: 0.84rem !important;
}

.library-stack {
  display: grid;
  gap: 42px;
}

.library-category {
  display: grid;
  gap: 16px;
}

.library-category-head {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--vi-magenta-600);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.library-category-head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--vi-line);
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.library-card {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  border-radius: 6px;
  padding: 22px;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.library-card:hover {
  transform: translateY(-2px);
  border-color: rgba(179, 42, 140, 0.42);
  background: var(--vi-magenta-050);
}

.library-card h3 {
  color: var(--vi-magenta-600);
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.library-card p {
  color: var(--vi-muted);
  font-size: 0.94rem;
}

.library-card span {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: var(--vi-blue-800);
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
}

.library-card small {
  display: block;
  margin-top: 14px;
  color: var(--vi-muted);
  font-size: 0.78rem;
}

.library-embed {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--vi-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--vi-shadow-soft);
}

.library-embed h3 {
  margin-top: 4px;
  color: var(--vi-magenta-600);
  font-size: 1.55rem;
}

.library-embed p {
  max-width: 560px;
  margin: 8px 0 18px;
  color: var(--vi-muted);
}

.library-embed iframe {
  display: block;
  width: 100%;
  height: 760px;
  border: 0;
  border-radius: 8px;
  background: var(--vi-white);
}

.discover-banner {
  display: block;
  width: 100%;
  max-height: 118px;
  margin-top: 16px;
  border: 1px solid var(--vi-line);
  border-radius: 8px;
  object-fit: cover;
  background: var(--vi-white);
}

.affiliate-note-light {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.86rem;
}

.agency-page .tile h3 {
  color: var(--vi-magenta-600);
}

.agency-page .section-head h2,
.agency-page .rich-copy h2 {
  color: var(--vi-blue-800);
}

.agency-page .section-head .eyebrow {
  color: var(--vi-magenta-600);
}

.miles-page .tile h3,
.miles-page .process-list h3 {
  color: var(--vi-magenta-600);
}

.miles-page .section-head h2,
.miles-page .rich-copy h2 {
  color: var(--vi-blue-800);
}

.miles-page .section-head .eyebrow {
  color: var(--vi-magenta-600);
}

.miles-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.miles-list li {
  position: relative;
  padding-left: 24px;
  color: var(--vi-graphite);
}

.miles-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--vi-magenta-600);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--vi-line);
  border-left: 1px solid var(--vi-line);
}

.process-list div {
  min-height: 260px;
  background: var(--vi-white);
  border-right: 1px solid var(--vi-line);
  border-bottom: 1px solid var(--vi-line);
  padding: 22px;
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--vi-blue-100);
  color: var(--vi-blue-800);
  font-size: 0.82rem;
}

.process-list h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.process-list p {
  color: var(--vi-muted);
  font-size: 0.94rem;
}

.miles-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.miles-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--vi-line);
  border-radius: 999px;
  background: var(--vi-white);
  padding: 8px 14px;
  color: var(--vi-graphite);
  font-size: 0.9rem;
}

.agency-credentials {
  border-top: 1px solid var(--vi-line);
}

.credential-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.75fr) minmax(190px, 0.55fr);
  gap: 32px;
  align-items: center;
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  border-radius: 8px;
  padding: 30px;
}

.credential-copy h2 {
  margin-top: 12px;
  color: var(--vi-blue-800);
  font-size: 2.3rem;
}

.credential-copy p {
  max-width: 520px;
  margin-top: 16px;
  color: var(--vi-graphite);
}

.credential-details {
  display: grid;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid var(--vi-line);
}

.credential-details p {
  color: var(--vi-graphite);
  font-size: 0.95rem;
}

.credential-visual {
  display: grid;
  gap: 16px;
  align-content: center;
  justify-items: center;
  padding-left: 24px;
  border-left: 1px solid var(--vi-line);
}

.cadastur-logo {
  width: min(190px, 100%);
  height: auto;
}

.cadastur-link {
  color: var(--vi-magenta-600);
  border-bottom: 1px solid currentColor;
  font-size: 0.86rem;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.credential-item {
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  border-radius: 6px;
  padding: 18px 20px;
}

.credential-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--vi-magenta-600);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.credential-item strong {
  color: var(--vi-graphite);
  font-size: 0.98rem;
  font-weight: 500;
}

.journal-list {
  display: grid;
  gap: 1px;
  background: var(--vi-line);
  border: 1px solid var(--vi-line);
}

.journal-item {
  display: grid;
  grid-template-columns: 160px 1fr 120px;
  gap: 28px;
  align-items: center;
  background: var(--vi-paper);
  padding: 28px;
}

.journal-link {
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.journal-link:hover {
  background: var(--vi-white);
}

.journal-link .journal-status::after {
  content: " ->";
}

.journal-item span {
  color: var(--vi-magenta-700);
  font-size: 0.8rem;
}

.journal-item h3 {
  font-size: 1.8rem;
}

.journal-item p {
  color: var(--vi-muted);
}

.journal-status {
  color: var(--vi-ink);
  font-size: 0.86rem;
}

.diary-hero {
  align-items: center;
}

.diary-hero img {
  aspect-ratio: 5 / 6;
}

.diary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.diary-meta span {
  border: 1px solid var(--vi-line);
  background: var(--vi-white);
  border-radius: 4px;
  padding: 7px 10px;
  color: var(--vi-muted);
  font-size: 0.78rem;
}

.diary-intro {
  padding-top: 48px;
}

.diary-note {
  position: sticky;
  top: 112px;
}

.diary-note span,
.diary-stamp {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--vi-magenta-700);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.pull-quote {
  font-family: var(--serif);
  color: var(--vi-magenta-700);
  font-size: 2.7rem;
  line-height: 1.08;
}

.opening-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
  align-items: stretch;
}

.opening-gallery figure {
  margin: 0;
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  padding: 10px;
}

.opening-gallery img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.opening-gallery figure:first-child img {
  height: 460px;
}

.gallery-caption,
.opening-gallery figcaption,
.diary-photo figcaption,
.affiliate-note {
  margin-top: 12px;
  color: var(--vi-muted);
  font-size: 0.82rem;
}

.diary-article {
  display: grid;
  gap: 64px;
  max-width: 880px;
}

.diary-section {
  display: grid;
  gap: 16px;
}

.diary-section h2 {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: 2.7rem;
}

.diary-section p {
  max-width: 720px;
  color: var(--vi-graphite);
  font-size: 1.08rem;
}

.memory-line {
  font-family: var(--serif);
  color: var(--vi-magenta-700) !important;
  font-size: 1.8rem !important;
  line-height: 1.2;
}

.diary-photo {
  margin: 0;
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  padding: 12px;
}

.diary-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.diary-photo-wide img {
  aspect-ratio: 16 / 9;
}

.diary-photo-contain img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.recommendation-box {
  display: grid;
  gap: 16px;
  border-top: 1px solid rgba(141, 31, 112, 0.28);
  border-bottom: 1px solid rgba(141, 31, 112, 0.16);
  background: rgba(255, 255, 255, 0.58);
  padding: 28px 0;
}

.recommendation-box h2 {
  margin: 10px 0 14px;
  font-size: 2rem;
}

.recommendation-box p {
  color: var(--vi-graphite);
}

.diary-tip .actions {
  margin-top: 0;
}

.tip-label {
  margin-top: 16px;
  color: var(--vi-muted) !important;
  font-size: 0.92rem !important;
}

.diary-final-cta .quote {
  color: var(--vi-white);
}

.response-invite {
  max-width: 760px;
}

.response-invite h2 {
  margin-top: 12px;
  font-size: 2.7rem;
}

.response-invite p {
  margin-top: 18px;
  color: var(--vi-graphite);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gallery-grid img:nth-child(2n) {
  aspect-ratio: 1 / 1;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 56px;
}

.contact-card {
  background: var(--vi-white);
  border: 1px solid var(--vi-line);
  border-radius: 8px;
  padding: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 0.82rem;
  color: var(--vi-muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--vi-line);
  border-radius: 4px;
  background: var(--vi-paper);
  color: var(--vi-ink);
  padding: 11px 12px;
  font: inherit;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  border-top: 1px solid var(--vi-line);
  background: var(--vi-white);
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.footer-inner img {
  width: 150px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--vi-muted);
  font-size: 0.82rem;
}

.footer-social {
  grid-column: 2;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: var(--vi-muted);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--vi-line);
  border-radius: 50%;
  color: var(--vi-muted);
  background: rgba(255, 255, 255, 0.72);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.footer-social svg {
  width: 21px;
  height: 21px;
  display: block;
}

.footer-social a:hover {
  color: var(--vi-magenta-700);
  border-color: rgba(179, 42, 140, 0.42);
  background: var(--vi-magenta-050);
  transform: translateY(-1px);
}

.footer-social a:focus-visible {
  outline: 2px solid rgba(179, 42, 140, 0.32);
  outline-offset: 3px;
}

.footer-note {
  color: var(--vi-muted);
  font-size: 0.86rem;
  margin-top: 16px;
}

@media (max-width: 1040px) {
  .site-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--vi-paper);
    border-bottom: 1px solid var(--vi-line);
    padding: 12px 20px 22px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .nav-toggle {
    display: block;
  }

  h1 {
    font-size: 4rem;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .message-bubbles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nav-wrap,
  .section,
  .feature,
  .page-hero,
  .footer-inner,
  .hero-content,
  .cta-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 138px;
  }

  .hero {
    min-height: 680px;
  }

  h1,
  .page-title h1 {
    font-size: 3.05rem;
  }

  .hero-lede {
    font-size: 1.02rem;
  }

  .section {
    padding: 72px 0;
  }

  .section-head,
  .intro-grid,
  .feature,
  .page-hero,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-head h2,
  .intro-copy h2,
  .feature h2,
  .cta-inner h2 {
    font-size: 2.5rem;
  }

  .portrait-stack .portrait {
    width: 100%;
  }

  .butterfly-stamp {
    width: 92px;
    bottom: 16px;
    right: 16px;
  }

  .service-grid,
  .list-grid,
  .message-bubbles,
  .gallery-grid,
  .credential-grid,
  .process-list,
  .library-grid,
  .photo-editorial {
    grid-template-columns: 1fr;
  }

  .photo-editorial img:nth-child(2),
  .photo-editorial img:nth-child(3) {
    margin-bottom: 0;
  }

  .feedback-bubble:nth-child(2),
  .feedback-bubble:nth-child(3) {
    margin-top: 0;
  }

  .library-embed {
    padding: 18px;
  }

  .library-embed iframe {
    height: 680px;
  }

  .journal-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .diary-meta,
  .opening-gallery {
    grid-template-columns: 1fr;
  }

  .credential-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .credential-details,
  .credential-visual {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--vi-line);
    padding-top: 22px;
  }

  .diary-note {
    position: static;
  }

  .opening-gallery img,
  .opening-gallery figure:first-child img {
    height: 260px;
  }

  .diary-section h2,
  .response-invite h2 {
    font-size: 2.25rem;
  }

  .pull-quote {
    font-size: 2.1rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-social {
    grid-column: auto;
    justify-self: start;
    justify-content: flex-start;
  }
}
