:root {
  --pine: #124c42;
  --pine-deep: #08352e;
  --moss: #7f9b6d;
  --stone: #ece8df;
  --mist: #f8f6f0;
  --paper: #fffdf8;
  --ink: #162522;
  --muted: #697773;
  --line: rgba(18, 76, 66, 0.18);
  --sea: #568aa0;
  --clay: #b48c63;
  --shadow: 0 24px 80px rgba(8, 53, 46, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--mist);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 55px rgba(8, 53, 46, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 48px rgba(8, 53, 46, 0.14);
}

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

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--pine-deep);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 2px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.site-nav a:hover,
.site-nav a.is-active {
  background: rgba(18, 76, 66, 0.08);
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.btn-primary {
  color: #fffdf8;
  background: var(--pine);
  box-shadow: 0 16px 34px rgba(8, 53, 46, 0.22);
}

.header-cta:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--pine-deep);
}

.btn-secondary {
  color: var(--pine-deep);
  border-color: rgba(255, 253, 248, 0.54);
  background: #fffdf8;
}

.btn-ghost {
  color: #fffdf8;
  border-color: rgba(255, 253, 248, 0.64);
  background: rgba(255, 253, 248, 0.12);
}

.btn-ghost:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--clay);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 94vh;
  padding: 160px 24px 112px;
  overflow: hidden;
  color: #fffdf8;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 38, 33, 0.82) 0%, rgba(5, 38, 33, 0.5) 39%, rgba(5, 38, 33, 0.12) 72%),
    linear-gradient(180deg, rgba(5, 38, 33, 0.18), rgba(5, 38, 33, 0.58));
}

.hero-inner,
.page-hero-inner,
.section,
.cta-inner,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 690px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta-section .eyebrow {
  color: #dec09e;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3.35rem, 8vw, 7.4rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.25rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

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

.hero-strip {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 26px;
  left: max(24px, calc((100vw - 1180px) / 2));
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.2);
  backdrop-filter: blur(14px);
}

.hero-strip span {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: rgba(5, 38, 33, 0.3);
  font-weight: 700;
  text-align: center;
}

.section {
  padding: 104px 0;
}

.section-tight {
  padding-top: 76px;
  padding-bottom: 76px;
}

.intro-grid,
.split-layout,
.request-section,
.listing-header {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.section-kicker h2,
.section-heading h2 {
  color: var(--pine-deep);
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.intro-copy p {
  margin: 0 0 18px;
}

.advantage-band {
  width: 100%;
  max-width: none;
  padding-right: max(16px, calc((100vw - 1180px) / 2));
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  background: var(--pine-deep);
}

.advantage-band .section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 34px;
}

.advantage-band h2,
.advantage-card h3,
.advantage-card p {
  color: #fffdf8;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.advantage-card,
.service-card,
.matrix-card,
.sale-card,
.person-card,
.principle,
.listing-empty,
.journey-panel,
.choice-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.advantage-card {
  min-height: 260px;
  padding: 26px;
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.14);
  box-shadow: none;
  transition: transform 220ms ease, background 220ms ease;
}

.advantage-card:hover {
  transform: translateY(-7px);
  background: rgba(255, 253, 248, 0.13);
}

.advantage-card span,
.matrix-card span,
.sale-card span,
.person-card span,
.stay-content span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.journey-section {
  text-align: center;
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: center;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 920px;
  margin: 0 auto 18px;
}

.step,
.choice,
.filter {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--pine-deep);
  background: #fffdf8;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
}

.step span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--moss);
}

.step.is-active,
.choice.is-active,
.filter.is-active {
  color: #fffdf8;
  border-color: var(--pine);
  background: var(--pine);
}

.step.is-active span {
  background: var(--clay);
}

.step:hover,
.choice:hover,
.filter:hover {
  transform: translateY(-2px);
  border-color: var(--clay);
}

.journey-panel {
  max-width: 780px;
  margin: 0 auto;
  padding: 30px;
  text-align: left;
}

.journey-panel h3,
.choice-panel h3 {
  color: var(--pine-deep);
  font-size: 1.6rem;
}

.journey-panel p:not(.panel-label),
.choice-panel p,
.service-card p,
.matrix-card p,
.sale-card p,
.person-card p,
.principle p,
.stay-content p,
.listing-empty p,
.request-copy p {
  color: var(--muted);
}

.panel-label {
  margin: 0 0 8px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-preview {
  padding-right: clamp(24px, 5vw, 72px);
  padding-left: clamp(24px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(18, 76, 66, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(236, 232, 223, 0.72)),
    var(--stone);
}

.service-preview-shell {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.service-preview-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.service-preview-heading h2 {
  max-width: 760px;
  color: var(--pine-deep);
}

.service-preview-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.service-showcase {
  display: grid;
  gap: clamp(24px, 4vw, 36px);
  padding: 8px 0;
}

.service-feature {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  width: min(940px, 100%);
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(18, 76, 66, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 24px 70px rgba(8, 53, 46, 0.11);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-feature:nth-child(2) {
  justify-self: end;
}

.service-feature:nth-child(3) {
  justify-self: center;
}

.service-feature::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(127, 155, 109, 0.13));
  content: "";
}

.service-feature > * {
  position: relative;
  z-index: 1;
}

.service-index {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--pine);
  font-weight: 900;
}

.service-label {
  margin: 0 0 8px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-feature h3 {
  color: var(--pine-deep);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.service-feature p:not(.service-label) {
  max-width: 580px;
  margin: 10px 0 0;
  color: var(--muted);
}

.service-card:hover,
.service-feature:hover,
.matrix-card:hover,
.sale-card:hover,
.person-card:hover,
.method-step:hover,
.stay-card:hover {
  transform: translateY(-6px);
  border-color: rgba(180, 140, 99, 0.72);
}

.service-feature:hover {
  box-shadow: 0 30px 82px rgba(8, 53, 46, 0.16);
}

.service-preview .text-link {
  justify-self: start;
  margin-top: 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--pine);
  font-weight: 800;
}

.text-link::after {
  content: ">";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.territory-map {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 28%, rgba(86, 138, 160, 0.62), transparent 30%),
    radial-gradient(circle at 72% 64%, rgba(127, 155, 109, 0.78), transparent 34%),
    linear-gradient(135deg, var(--pine-deep), var(--pine));
  box-shadow: var(--shadow);
}

.territory {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
  color: #fffdf8;
  border: 1px solid rgba(255, 253, 248, 0.12);
}

.territory span {
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  font-weight: 850;
  line-height: 0.95;
}

.territory p {
  max-width: 360px;
  color: rgba(255, 253, 248, 0.82);
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border: 0;
  color: var(--pine-deep);
  background: transparent;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  text-align: left;
}

.faq-item button span {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item button span::before,
.faq-item button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--pine);
  transform: translate(-50%, -50%);
  content: "";
}

.faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.faq-item.is-open button span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-content p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
}

.faq-item.is-open .faq-content {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}

.cta-section {
  width: 100%;
  padding: 96px 0;
  color: #fffdf8;
  background:
    linear-gradient(135deg, rgba(8, 53, 46, 0.96), rgba(18, 76, 66, 0.82)),
    var(--pine-deep);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.cta-inner h2 {
  max-width: 820px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 48px;
  align-items: start;
  padding: 46px 0;
  color: var(--muted);
}

.site-footer img {
  width: 170px;
  margin-bottom: 12px;
}

.site-footer p {
  margin: 5px 0;
}

.site-footer a {
  color: var(--pine-deep);
  font-weight: 700;
}

.footer-contacts {
  text-align: right;
}

.footer-legal {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.page-hero {
  display: grid;
  min-height: 68vh;
  padding: 164px 0 86px;
  color: #fffdf8;
  background:
    linear-gradient(120deg, rgba(8, 53, 46, 0.95), rgba(18, 76, 66, 0.72)),
    url("./assets/hero-domus-cauda.jpg") center / cover;
}

.compact-hero {
  background-position: center right;
}

.booking-hero {
  background:
    linear-gradient(120deg, rgba(8, 53, 46, 0.92), rgba(86, 138, 160, 0.58)),
    url("./assets/hero-domus-cauda.jpg") center / cover;
}

.sales-hero {
  background:
    linear-gradient(120deg, rgba(8, 53, 46, 0.96), rgba(180, 140, 99, 0.52)),
    url("./assets/hero-domus-cauda.jpg") center / cover;
}

.team-hero {
  background:
    linear-gradient(120deg, rgba(8, 53, 46, 0.95), rgba(127, 155, 109, 0.56)),
    url("./assets/hero-domus-cauda.jpg") center / cover;
}

.policy-hero {
  background:
    linear-gradient(120deg, rgba(8, 53, 46, 0.94), rgba(18, 76, 66, 0.66)),
    url("./assets/hero-domus-cauda.jpg") center / cover;
}

.page-hero-inner {
  align-self: end;
  max-width: 860px;
}

.page-hero-inner p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(2.7rem, 6.2vw, 5.45rem);
}

.service-matrix,
.sales-grid,
.team-grid,
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.team-grid {
  align-items: stretch;
}

.matrix-card,
.sale-card,
.person-card,
.principle {
  padding: 30px;
}

.matrix-card {
  min-height: 290px;
}

.matrix-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.owner-tool {
  display: grid;
  gap: 24px;
}

.choice-grid,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice {
  padding: 12px 16px;
}

.choice-panel {
  max-width: 820px;
  padding: 30px;
}

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

.filter {
  padding: 12px 18px;
}

.stay-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 220ms ease, opacity 180ms ease;
}

.stay-card.is-hidden {
  display: none;
}

.stay-visual {
  overflow: hidden;
  min-height: 190px;
  background: var(--stone);
}

.stay-visual img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.stay-card:hover .stay-visual img {
  transform: scale(1.04);
}

.stay-content {
  padding: 24px;
}

.stay-content a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--pine);
  font-weight: 800;
}

.request-section {
  align-items: center;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--pine-deep);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  background: #fffdf8;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--pine);
  font-weight: 700;
}

.valuation-section {
  padding-top: 80px;
}

.valuation-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.valuation-layout .section-kicker p:not(.eyebrow) {
  color: var(--muted);
}

.valuation-form {
  grid-template-columns: repeat(2, 1fr);
}

.valuation-form .form-full,
.valuation-form button,
.valuation-form .form-note {
  grid-column: 1 / -1;
}

.listing-empty {
  display: grid;
  justify-items: start;
  max-width: 760px;
  margin: 0 auto;
  padding: 36px;
}

.policy-section {
  padding-top: 80px;
}

.policy-content {
  max-width: 860px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.policy-content h2 {
  color: var(--pine-deep);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.policy-content p {
  color: var(--muted);
}

.listing-mark,
.person-avatar {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #fffdf8;
  background: var(--pine);
  font-size: 2rem;
  font-weight: 900;
}

.person-card {
  min-height: 370px;
}

.person-photo {
  width: 100%;
  aspect-ratio: 223 / 365;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--stone);
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.person-card h2 {
  color: var(--pine-deep);
  font-size: clamp(1.7rem, 3.1vw, 2.45rem);
}

.person-card p {
  margin-top: 16px;
}

.principles {
  background: transparent;
}

.work-method-head {
  max-width: 860px;
  margin-bottom: 38px;
}

.work-method-head h2 {
  color: var(--pine-deep);
}

.work-method-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.work-method-note {
  position: sticky;
  top: 120px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 8px;
  color: #fffdf8;
  background:
    linear-gradient(145deg, rgba(18, 76, 66, 0.96), rgba(8, 53, 46, 0.92)),
    var(--pine-deep);
  box-shadow: var(--shadow);
}

.work-method-note span {
  color: #dec09e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.work-method-note p {
  margin: 18px 0 0;
  font-size: clamp(1.18rem, 2.3vw, 1.7rem);
  line-height: 1.2;
}

.method-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.method-step {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 30px 0 30px clamp(0px, 2vw, 24px);
  border-bottom: 1px solid var(--line);
  background: transparent;
  transition: transform 220ms ease, border-color 220ms ease;
}

.method-step span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
}

.method-step h3 {
  color: var(--pine-deep);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.method-step p {
  margin: 10px 0 0;
  color: var(--muted);
}

.method-step:hover {
  transform: translateX(8px);
  border-color: rgba(180, 140, 99, 0.72);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 253, 248, 0.92);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 18px 44px rgba(8, 53, 46, 0.28);
  animation: whatsapp-float 4.8s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 54px rgba(8, 53, 46, 0.34);
}

@keyframes whatsapp-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fffdf8;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: var(--pine);
    transition: transform 180ms ease;
  }

  .site-header.is-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 0;
  }

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

  .site-nav a {
    padding: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 86vh;
    padding-top: 140px;
  }

  .hero-inner {
    margin: 0 auto;
  }

  .hero-strip,
  .advantage-grid,
  .journey,
  .stay-grid,
  .service-matrix,
  .sales-grid,
  .team-grid,
  .principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-grid,
  .split-layout,
  .service-preview-heading,
  .work-method-layout,
  .valuation-layout,
  .request-section,
  .listing-header,
  .cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand img {
    width: 145px;
  }

  .hero {
    min-height: 92vh;
    padding: 132px 16px 150px;
  }

  .hero-strip {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-strip span {
    min-height: 50px;
    font-size: 0.85rem;
  }

  .section {
    padding: 72px 0;
  }

  .page-hero {
    min-height: 62vh;
    padding-top: 132px;
  }

  .advantage-grid,
  .journey,
  .stay-grid,
  .service-matrix,
  .sales-grid,
  .team-grid,
  .principle-grid,
  .territory-map {
    grid-template-columns: 1fr;
  }

  .advantage-card {
    min-height: 0;
  }

  .territory-map {
    min-height: auto;
  }

  .territory {
    min-height: 230px;
  }

  .cta-actions,
  .hero-actions {
    flex-direction: column;
  }

  .btn,
  .header-cta {
    width: 100%;
  }

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

  .footer-contacts {
    text-align: left;
  }

  .service-feature,
  .method-step,
  .valuation-form {
    grid-template-columns: 1fr;
  }

  .service-feature:nth-child(2),
  .service-feature:nth-child(3),
  .method-step:nth-child(2) {
    justify-self: stretch;
    margin-left: 0;
  }

  .work-method-note {
    position: static;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}
