:root {
  --bg: #fdfbf6;
  --bg-soft: #e9cfb5;
  --panel: #fdfbf6;
  --ink: #164f36;
  --ink-soft: rgba(22, 79, 54, 0.78);
  --teal: #8aa596;
  --teal-dark: #164f36;
  --orange: #d4a373;
  --line: rgba(138, 165, 150, 0.36);
  --footer: #164f36;
  --footer-text: #fdfbf6;
  --footer-muted: rgba(253, 251, 246, 0.82);
  --shadow: 0 18px 42px rgba(28, 56, 52, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(138, 165, 150, 0.16), transparent 18%),
    linear-gradient(180deg, #fffef9 0%, var(--bg) 20%, #fffef9 100%);
  color: var(--ink);
  font-family: "Lato", system-ui, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

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

.page {
  width: 100%;
  margin: 0;
}

#sobre,
#informacoes,
#como-funciona,
#perguntas-frequentes,
#processo,
#contato {
  scroll-margin-top: 230px;
}

.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 61px;
  padding: 0 14px;
  background: #d4a373;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.announcement p {
  margin: 0;
}

.announcement-mobile {
  display: none;
}

.announcement a {
  border-bottom: 1px solid rgba(212, 163, 115, 0.5);
  padding-bottom: 2px;
}

.header-bar {
  min-height: 90px;
  padding: 6px 0 0;
  margin-top: 0;
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--bg);
  width: 100%;
  box-shadow: none;
  border-top: 1px solid rgba(22, 79, 54, 0.12);
  border-bottom: 0;
}

.header-content {
  width: min(980px, calc(100% - 28px));
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand img {
  width: min(320px, 62vw);
  height: auto;
}

.brand {
  display: grid;
  justify-items: start;
  gap: 4px;
}

.brand-name {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(2.1rem, 2.6vw, 3rem);
  line-height: 0.92;
  font-weight: 700;
  color: var(--ink);
}

.brand-role {
  margin-left: 2px;
  font-family: "Lato", system-ui, sans-serif;
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink);
  font-family: "Lato", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(22, 79, 54, 0.2);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.menu-toggle span + span {
  margin-top: 4px;
}

.nav-links a:not(.nav-cta):hover,
.nav-links a:not(.nav-cta):focus-visible {
  color: #dba67e;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #164f36;
  color: #164f36;
  background: transparent;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: #164f36;
  color: #ffffff;
  border-color: #164f36;
}

.hero {
  padding-top: 5px;
}

.hero-inner {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: start;
  gap: 34px;
}

.hero-copy {
  padding-top: 130px;
}

.hero h1,
h2,
.footer-brand p {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
}

h2 {
  max-width: 20ch;
  font-size: 34px;
  line-height: 1.03;
}

.hero h1 {
  max-width: 18ch;
  font-size: 40px;
  line-height: 0.98;
}

.cta-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Lato", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
}

.cta-link {
  margin-top: 34px;
  padding-bottom: 3px;
  color: #d4a373;
  border-bottom: 1px solid #d4a373;
  transition: color 160ms ease, border-color 160ms ease;
}

.cta-link:hover,
.cta-link:focus-visible {
  color: #e9cfb5;
  border-bottom-color: #e9cfb5;
}

.text-link--cta {
  display: inline-block;
  width: fit-content;
  margin-top: 34px;
  padding-bottom: 3px;
  color: #d4a373;
  border-bottom: 1px solid #d4a373;
  transition: color 160ms ease, border-color 160ms ease;
}

.text-link--cta:hover,
.text-link--cta:focus-visible {
  color: #e9cfb5;
  border-bottom-color: #e9cfb5;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  width: calc(100% + 140px);
  margin-right: -140px;
}

.hero-backdrop {
  position: absolute;
  left: 120px;
  top: 18px;
  width: 500px;
  height: 500px;
  background: var(--teal-dark);
}

.hero-room {
  position: absolute;
  left: 0;
  top: 0;
  width: min(100%, 492px);
  height: auto;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.intro-connector {
  display: grid;
  justify-items: center;
  align-items: end;
  min-height: 220px;
  padding: 10px 0 0;
  position: relative;
  z-index: 2;
}

.connector-arc {
  width: 320px;
  height: 150px;
  overflow: visible;
  margin-bottom: -18px;
  position: relative;
  z-index: 1;
}

.connector-arc text {
  fill: var(--ink);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}

.connector-line {
  width: 1px;
  height: 180px;
  background: #d4a373;
  margin-top: -40px;
  position: relative;
  z-index: 0;
}

.layout-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 25px;
}

.layout-split--center {
  align-items: center;
}

.layout-split--hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.about {
  min-height: 590px;
  padding: 24px 0 0;
}

.about-inner {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
}

.about-copy {
  width: 100%;
  max-width: none;
  justify-self: start;
  padding: 0;
  display: grid;
  gap: 16px;
}

.about p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 0.98rem;
  max-width: none;
}

.about-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  max-width: none;
}

.about-list li {
  margin: 0 0 6px;
}

.about-photo {
  position: relative;
  min-height: 560px;
  width: min(100%, 360px);
  justify-self: end;
}

.about-frame {
  position: absolute;
  right: 42px;
  top: 36px;
  width: 320px;
  height: 500px;
  background: #164f36;
}

.about-card {
  position: absolute;
  right: 68px;
  top: 12px;
  width: 320px;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow);
}

.about-photo--swap .about-frame {
  right: auto;
  left: 42px;
  background: #d4a373;
}

.about-photo--swap .about-card {
  right: auto;
  left: 68px;
}

.about-divider {
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: 160px;
  padding: 8px 0 0;
}

.about-divider-line {
  width: 1px;
  height: 180px;
  background: #d4a373;
}

.declaration {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
  min-height: 440px;
  padding-bottom: 50px;
}

.declaration-paragraph {
  margin: 0;
  max-width: 46ch;
  color: var(--ink);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.18;
  font-weight: 600;
}

.declaration-paragraph--lead,
.declaration-paragraph--tail {
  max-width: 22ch;
}

.declaration-paragraph--middle {
  max-width: 44ch;
}

.declaration-divider-line {
  width: 1px;
  height: 64px;
  background: #d4a373;
}

.declaration-divider-line--small {
  height: 52px;
}

.process {
  padding: 72px 0 50px;
  background: #ffffff;
  width: 100%;
}

.process-layout {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
}

.process-title {
  max-width: 100%;
}

.process-title h2 {
  max-width: none;
}

.process-copy {
  padding: 0;
  display: grid;
  gap: 16px;
}

.process-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
  font-size: 0.96rem;
}

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

.process-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 0.95rem;
}

.process-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.contact {
  background: #fdfbf6;
  width: 100%;
}

.contact-layout {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  position: relative;
}

.contact-copy {
  width: 100%;
  display: grid;
  gap: 16px;
}

.contact-copy p {
  margin: 0;
  max-width: none;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.96rem;
}

.contact-copy h2,
.contact-copy p {
  color: var(--ink);
}

.contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #164f36;
  background: transparent;
  color: #164f36;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: #164f36;
  color: #ffffff;
  border-color: #164f36;
  transform: translateY(-1px);
}

.footer {
  padding: 36px 28px 42px;
  background: var(--footer);
  color: var(--footer-text);
  width: 100%;
}

.footer-layout {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}

.footer-brand img {
  width: min(180px, 44vw);
  margin-bottom: 20px;
}

.footer-info {
  display: grid;
  gap: 10px;
  justify-self: end;
  text-align: right;
}

.footer-brand {
  justify-self: start;
  text-align: left;
}

.footer-brand p,
.footer-info p {
  margin: 0 0 10px;
  color: var(--footer-text);
  font-weight: 500;
}

.footer-brand .footer-name,
.footer-brand .footer-role {
  color: #d4a373;
}

.footer-name {
  margin: 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2.5rem;
  line-height: 0.9;
  color: #d4a373;
}

.footer-role {
  margin: 4px 0 0;
  color: #d4a373;
  font-family: "Lato", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.footer-brand img {
  width: min(180px, 44vw);
  margin-bottom: 20px;
}

.footer-copy {
  width: 100%;
  padding: 14px 0 22px;
  background: var(--footer);
  color: var(--footer-muted);
  text-align: center;
  font-size: 0.80rem;
}

.footer-copy-layout {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
}

.page-about {
  background: var(--bg);
}

.page-hero {
  background: var(--bg);
  padding-top: 40px;
}

.page-container {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
}

.page-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-family: "Lato", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.page-title {
  margin: 0;
  max-width: 20ch;
}

.page-hero .page-title {
  margin-bottom: 0;
}

.page-lead {
  margin: 18px 0 0;
  max-width: 34ch;
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 1rem;
}

.page-hero-stack {
  display: grid;
  gap: 22px;
}

.page-hero-image img {
  width: 100%;
  height: clamp(240px, 32vw, 550px);
  display: block;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.page-visual {
  display: grid;
  gap: 18px;
  align-items: start;
}

.page-portrait {
  position: relative;
  min-height: 520px;
}

.page-portrait--square {
  width: min(360px, 100%);
  aspect-ratio: 1127 / 1395;
  min-height: 0;
}

.page-frame {
  position: absolute;
  right: 38px;
  top: 28px;
  width: 320px;
  height: 500px;
  background: #164f36;
}

.page-frame--gold {
  background: #d4a373;
}

.page-portrait img {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 500px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.page-portrait--square .page-frame,
.page-portrait--square img {
  width: 100%;
  height: 100%;
}

.page-portrait--square .page-frame {
  right: 14px;
  top: 14px;
}

.page-portrait--square img {
  right: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.page-section {
  background: #ffffff;
}

.page-section .page-container {
  padding: 28px 0 30px;
}

.page-section .page-container:not(.layout-split) {
  display: grid;
  gap: 18px;
}

.page-section + .page-section {
  border-top: 1px solid rgba(22, 79, 54, 0.12);
}

.page-copy {
  width: 100%;
  display: grid;
  gap: 18px;
}

.page-copy--wide {
  gap: 20px;
}

.page-copy--wide > h2 {
  margin-bottom: 2px;
  max-width: none;
}

.page-copy p {
  margin: 0;
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #d4a373;
  background: transparent;
  color: var(--ink-soft);
  line-height: 1.9;
  font-size: 1rem;
}

.page-copy--wide > p {
  max-width: 100%;
}

.page-copy--wide > p:first-of-type,
.page-copy--wide > p:nth-of-type(2),
.page-copy--wide > p:nth-of-type(3),
.page-copy--wide > p:nth-of-type(4) {
  padding: 0;
  border: 0;
}

.page-copy--plain p {
  padding: 0;
  border: 0;
}

.section-title-gold {
  color: #d4a373;
}

.process-heading {
  margin-top: 18px;
}

.step-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-top: 8px;
  padding-bottom: 26px;
}

.step-index {
  color: #d4a373;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: left;
  padding-top: 4px;
}

.step-content {
  display: grid;
  gap: 24px;
}

.step-content p {
  margin: 0;
  padding: 0;
  max-width: 100%;
  border: 0;
  background: transparent;
}

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

.step-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.96rem;
}

.step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--orange);
}

.page-hero-copy {
  display: grid;
  gap: 10px;
}

.page-hero-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 0.98rem;
  max-width: none;
}

.timeline {
  position: relative;
  margin-top: 20px;
  padding-left: 28px;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d4a373;
}

.timeline-item {
  padding: 0 0 0 14px;
  position: relative;
}

.timeline-company,
.timeline-meta {
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.96rem;
}

.info-card,
.faq-card {
  background: rgba(253, 251, 246, 0.8);
  padding: 24px 22px;
}

.info-card p,
.faq-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 0.96rem;
}

.info-list,
.faq-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.info-list li,
.faq-list li {
  padding-left: 18px;
  position: relative;
  color: var(--ink-soft);
  line-height: 1.8;
}

.info-list li::before,
.faq-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--orange);
}

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

.step-card {
  padding: 22px 20px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.step-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.15rem;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.94rem;
}

.faq-card {
  display: grid;
  gap: 18px;
}

.faq-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
}

.page-footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 48px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
  opacity: 0.88;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  animation: whatsapp-wiggle 420ms ease-in-out;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.whatsapp-float i {
  font-size: 28px;
  line-height: 1;
  display: block;
  transform: translateY(1px);
  opacity: 1;
}

@keyframes whatsapp-wiggle {
  0%,
  100% {
    transform: translateY(-2px) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(-7deg);
  }
  50% {
    transform: translateY(-2px) rotate(7deg);
  }
  75% {
    transform: translateY(-2px) rotate(-4deg);
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .layout-split,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .header-content,
  .announcement {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-content {
    position: relative;
    height: auto;
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
  }

  .header-bar {
    padding-top: 0;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 24px;
    height: 3px;
  }

  .menu-toggle span + span {
    margin-top: 5px;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 82px;
    left: 50%;
    width: 100vw;
    max-width: none;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px 10px 28px;
    background: var(--bg);
    border-top: 1px solid rgba(22, 79, 54, 0.12);
    box-shadow: var(--shadow);
    z-index: 40;
    overflow: visible;
  }

  .header-bar.nav-open .nav-links {
    display: flex;
  }

  .nav-links {
    flex-wrap: nowrap;
  }

  .nav-links a {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
  }

  .nav-cta {
    width: 100%;
  }

  .hero-copy {
    padding-top: 10px;
  }

  .about-inner,
  .process-layout,
  .contact-layout,
  .page-container,
  .footer-layout,
  .footer-copy-layout {
    width: calc(100% - 56px);
  }

  .hero-visual,
  .about-photo {
    min-height: 420px;
  }

  .hero-visual {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 420px;
  }

  .hero-backdrop {
    display: none;
  }

  .hero-room {
    left: 0;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .hero-backdrop,
  .hero-room,
  .about-frame,
  .about-card {
    right: auto;
  }

  .about-copy,
  .process-copy,
  .footer-info {
    justify-self: start;
    text-align: left;
    width: auto;
  }

  .process-layout {
    padding: 0;
    gap: 10px;
  }

  .process-copy {
    padding: 0;
    gap: 8px;
  }

  .process {
    padding: 6px 0 12px;
  }

  .process-heading {
    margin-top: 0;
    margin-bottom: -4px;
  }

  .step-row {
    gap: 12px;
    padding-top: 0;
    padding-bottom: 8px;
  }

  .step-content {
    gap: 10px;
  }

  .process-points {
    margin: 0 0 8px;
    gap: 6px;
  }

  .footer-brand {
    justify-self: start;
    text-align: left;
  }

  .page-portrait {
    min-height: 430px;
  }

  .about-photo {
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    justify-self: stretch;
    min-height: 430px;
  }

  .about-frame {
    left: auto;
    right: 0;
    transform: none;
    width: min(74vw, 360px);
    height: 430px;
    top: 22px;
  }

  .about-card {
    left: 0;
    right: auto;
    transform: none;
    width: min(90vw, 420px);
    height: 430px;
    top: 0;
    object-position: center center;
  }

  .about-photo--swap .about-frame {
    left: 0;
    right: auto;
  }

  .about-photo--swap .about-card {
    left: auto;
    right: 0;
  }

  .page-frame,
  .page-portrait img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(88vw, 390px);
    height: 430px;
  }

  .page-frame {
    top: 18px;
  }

  .page-hero-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .page-hero-image img {
    width: 100%;
    height: clamp(240px, 58vw, 360px);
    box-shadow: none;
  }

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

  .timeline {
    padding-left: 22px;
  }

  .timeline::before {
    left: 8px;
  }
}

@media (max-width: 640px) {
  .page {
    width: 100%;
  }

  .announcement {
    padding: 12px 10px;
    line-height: 1.5;
    font-size: 15px;
  }

  .announcement-desktop {
    display: none;
  }

  .announcement-mobile {
    display: block;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero-backdrop {
    display: none;
  }

  .hero-room {
    width: 100vw;
  }

  .intro-connector {
    min-height: 100px;
  }

  .connector-arc {
    width: min(92vw, 380px);
    height: 180px;
    margin-bottom: 10px;
  }

  .connector-arc text {
    font-size: 32px;
  }

  .connector-line {
    height: 170px;
    margin-top: -86px;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .about-frame,
  .about-card {
    width: min(95vw, 380px);
    height: 420px;
  }

  .process-layout {
    padding: 0;
  }

  .process {
    padding: 48px 0 56px;
  }

  .contact {
    padding: 24px 0 40px;
  }

  .contact-layout {
    justify-items: start;
  }

  .contact-copy {
    padding: 0;
  }

  .contact-box {
    padding: 0;
    min-height: 0;
  }

  .button {
    width: 100%;
  }
  
  .page-hero {
    gap: 18px;
    padding-top: 20px;
  }

  .page-section .page-container {
    padding-top: 50px;
  }

  .page-frame,
  .page-portrait img {
    width: min(90vw, 380px);
    height: 380px;
  }


  .info-card,
  .faq-card {
    padding: 18px 16px;
  }
}
