:root {
  --ivory: #fbf8f2;
  --warm-white: #fffdf9;
  --champagne: #eee5d8;
  --sand: #dfd0bc;
  --taupe: #8a7d70;
  --stone: #5f574f;
  --ink: #302b27;
  --gold: #b5965d;
  --gold-dark: #967a49;
  --line: rgba(95, 87, 79, 0.2);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

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

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

.announcement {
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  background: var(--stone);
  color: var(--warm-white);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 49px;
  right: 24px;
  left: 24px;
  display: flex;
  width: auto;
  max-width: 1180px;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 24px;
  border: 1px solid rgba(181, 150, 93, 0.2);
  border-radius: 45px;
  background: rgba(251, 248, 242, 0.9);
  box-shadow: 0 14px 45px rgba(95, 87, 79, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 50px);
}

.main-nav a {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: width 0.3s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 13px 20px;
  border: 1px solid var(--gold);
  transition: 0.3s ease;
}

.nav-cta:hover {
  background: var(--gold);
  color: white;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(850px, calc(100vh - 33px));
  grid-template-columns: 48% 52%;
  padding-top: 100px;
  background:
    radial-gradient(circle at 12% 52%, rgba(181, 150, 93, 0.09), transparent 25%),
    var(--ivory);
}

.hero-copy {
  z-index: 2;
  align-self: center;
  padding: 80px 4vw 90px clamp(24px, 8vw, 130px);
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
}

h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6.2vw, 96px);
  letter-spacing: -0.035em;
}

h1 em,
h2 em {
  color: var(--gold-dark);
  font-weight: 400;
}

.hero-intro {
  max-width: 470px;
  margin-bottom: 38px;
  color: var(--stone);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.button {
  display: inline-flex;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 28px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.button-gold {
  background: var(--gold);
  color: white;
  box-shadow: 0 14px 30px rgba(150, 122, 73, 0.16);
}

.button-gold:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
}

.text-link {
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.text-link span {
  margin-left: 8px;
  color: var(--gold-dark);
}

.hero-visual {
  position: relative;
  min-height: 650px;
  margin: 40px 38px 40px 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(251, 248, 242, 0.12), transparent 25%),
    url("https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=1600&q=88")
      center/cover;
  filter: saturate(0.67) sepia(0.08);
}

.hero-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(48, 43, 39, 0.18), transparent 50%);
  content: "";
}

.floating-note {
  position: absolute;
  bottom: 35px;
  left: -65px;
  display: flex;
  width: 210px;
  min-height: 110px;
  align-items: center;
  gap: 17px;
  padding: 22px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 20px 50px rgba(67, 57, 48, 0.12);
  backdrop-filter: blur(8px);
}

.note-number {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 38px;
}

.note-text {
  border-left: 1px solid var(--line);
  padding-left: 16px;
  color: var(--stone);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero-flourish {
  position: absolute;
  top: -35px;
  right: -14px;
  width: 100px;
  fill: none;
  opacity: 0.75;
  stroke: var(--gold);
  stroke-width: 0.8;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--taupe);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.scroll-cue i {
  width: 55px;
  height: 1px;
  background: var(--gold);
}

.section {
  padding: 130px clamp(24px, 8vw, 130px);
}

.intro,
.process {
  display: grid;
  grid-template-columns: 20% 80%;
}

.section-label {
  color: var(--taupe);
}

.section-label span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 19px;
}

.section-label p {
  margin-top: 12px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro-content {
  max-width: 950px;
}

.intro h2 {
  margin-bottom: 50px;
  font-size: clamp(42px, 5.2vw, 76px);
}

.intro-bottom {
  display: grid;
  grid-template-columns: minmax(250px, 530px) 130px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.intro-bottom > p {
  margin-bottom: 0;
  color: var(--stone);
}

.circle-link {
  display: grid;
  width: 118px;
  height: 118px;
  place-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--stone);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  transition: 0.35s ease;
}

.circle-link b {
  margin-top: 5px;
  color: var(--gold-dark);
  font-size: 16px;
}

.circle-link:hover {
  background: var(--gold);
  color: white;
  transform: rotate(5deg);
}

.circle-link:hover b {
  color: white;
}

.services {
  background: var(--champagne);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 72px;
}

.section-heading h2,
.portfolio-title h2 {
  margin: 0;
  font-size: clamp(45px, 5vw, 72px);
}

.section-heading > p {
  max-width: 390px;
  margin-bottom: 8px;
  color: var(--stone);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(138, 125, 112, 0.22);
}

.service-card {
  position: relative;
  min-height: 440px;
  padding: 46px 38px;
  background: var(--ivory);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  z-index: 2;
  box-shadow: 0 20px 50px rgba(95, 87, 79, 0.12);
  transform: translateY(-8px);
}

.service-card.featured {
  background: var(--warm-white);
}

.service-no {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--taupe);
  font-family: var(--serif);
  font-size: 13px;
}

.service-icon {
  width: 58px;
  margin: 25px 0 58px;
}

.service-icon svg {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.service-card h3,
.steps h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}

.service-card p {
  min-height: 92px;
  color: var(--stone);
  font-size: 14px;
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 17px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.portfolio {
  padding-bottom: 150px;
}

.portfolio-title {
  max-width: 650px;
  margin-bottom: 70px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 55px 30px;
}

.project-large {
  grid-row: span 2;
}

.project-image {
  height: 370px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.7);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.project-large .project-image {
  height: 720px;
}

.project {
  overflow: hidden;
}

.project:hover .project-image {
  filter: saturate(0.95);
  transform: scale(1.015);
}

.image-one {
  background-image: url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1400&q=86");
}

.image-two {
  background-image: url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=1000&q=86");
}

.image-three {
  background-image: url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=1000&q=86&sat=-15");
  background-position: bottom;
}

.project-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
}

.project-caption p {
  margin-bottom: 3px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-caption h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.project-caption > span {
  flex-shrink: 0;
  color: var(--taupe);
  font-size: 10px;
  text-transform: uppercase;
}

.process {
  background: var(--sand);
}

.process-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.process-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 25px;
  border-top: 1px solid rgba(95, 87, 79, 0.25);
  padding: 24px 0;
}

.steps li:last-child {
  border-bottom: 1px solid rgba(95, 87, 79, 0.25);
}

.steps > li > span {
  padding-top: 7px;
  color: var(--gold-dark);
  font-family: var(--serif);
}

.steps h3 {
  margin-bottom: 4px;
  font-size: 24px;
}

.steps p {
  margin: 0;
  color: var(--stone);
  font-size: 13px;
}

.testimonial {
  position: relative;
  overflow: hidden;
  padding: 150px max(30px, 15vw);
  background: var(--warm-white);
  text-align: center;
}

.quote-mark {
  position: absolute;
  top: 30px;
  left: 50%;
  color: var(--champagne);
  font-family: var(--serif);
  font-size: 230px;
  line-height: 1;
  transform: translateX(-50%);
}

blockquote {
  position: relative;
  max-width: 940px;
  margin: 0 auto 35px;
  font-family: var(--serif);
  font-size: clamp(29px, 3.3vw, 48px);
  font-weight: 400;
  line-height: 1.35;
}

.testimonial > p {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  background: var(--stone);
  color: var(--warm-white);
}

.contact-copy h2 {
  margin-bottom: 35px;
  font-size: clamp(50px, 5.5vw, 80px);
}

.contact-copy h2 em {
  color: var(--sand);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 450px;
  color: rgba(255, 253, 249, 0.7);
}

.contact-copy > a {
  display: inline-block;
  margin-top: 25px;
  border-bottom: 1px solid var(--gold);
  color: var(--sand);
  font-size: 14px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 28px;
  align-content: start;
  padding: 46px;
  background: var(--ivory);
  color: var(--ink);
}

.inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.inquiry-form label:nth-child(3),
.inquiry-form label:nth-child(4),
.inquiry-form button {
  grid-column: 1 / -1;
}

.inquiry-form label > span {
  color: var(--taupe);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  padding: 10px 0 12px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

textarea {
  resize: vertical;
}

.inquiry-form .button {
  gap: 15px;
  margin-top: 10px;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 48px clamp(24px, 8vw, 130px);
  background: #49423c;
  color: rgba(255, 253, 249, 0.75);
}

.footer-brand {
  color: var(--warm-white);
}

.footer-brand .brand-logo {
  width: 104px;
  height: 104px;
  mix-blend-mode: normal;
}

footer > p {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
}

.socials {
  display: flex;
  justify-self: end;
  gap: 25px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

footer small {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-align: center;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 25px;
  bottom: 25px;
  max-width: 360px;
  padding: 18px 22px;
  background: var(--warm-white);
  box-shadow: 0 18px 60px rgba(48, 43, 39, 0.2);
  color: var(--stone);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.toast span {
  color: var(--gold-dark);
  font-weight: 600;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-button {
  position: fixed;
  z-index: 45;
  right: 24px;
  bottom: 92px;
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 19px;
  border-radius: 30px;
  background: #285f4a;
  box-shadow: 0 12px 35px rgba(40, 95, 74, 0.28);
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.3s ease, background 0.3s ease;
}

.whatsapp-button:hover {
  background: #1e4d3b;
  transform: translateY(-3px);
}

.whatsapp-button svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.whatsapp-button svg path:last-child {
  fill: currentColor;
  stroke: none;
}

.chatbot {
  position: fixed;
  z-index: 46;
  right: 24px;
  bottom: 24px;
}

.chatbot-toggle {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 14px 36px rgba(150, 122, 73, 0.32);
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.chatbot-toggle:hover {
  background: var(--gold-dark);
  transform: translateY(-3px);
}

.chatbot-toggle svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.chatbot-pulse {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ivory);
  border-radius: 50%;
  background: #4f9a72;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: flex;
  width: min(370px, calc(100vw - 32px));
  height: 500px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(138, 125, 112, 0.18);
  background: var(--warm-white);
  box-shadow: 0 24px 80px rgba(48, 43, 39, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px) scale(0.97);
  transform-origin: bottom right;
  transition: 0.3s ease;
}

.chatbot.open .chatbot-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: var(--champagne);
}

.chatbot-header img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.chatbot-header div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.chatbot-header strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.chatbot-header span {
  color: var(--taupe);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.chatbot-header i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: #4f9a72;
}

.chatbot-close {
  border: 0;
  padding: 5px;
  background: transparent;
  color: var(--stone);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 300;
}

.chatbot-messages {
  display: flex;
  flex: 1;
  overflow-y: auto;
  flex-direction: column;
  gap: 12px;
  padding: 20px 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(181, 150, 93, 0.08), transparent 30%),
    var(--ivory);
}

.chat-message {
  max-width: 86%;
  padding: 11px 14px;
  border-radius: 2px 14px 14px;
  font-size: 12px;
  line-height: 1.55;
}

.chat-message.bot {
  align-self: flex-start;
  background: white;
  box-shadow: 0 5px 18px rgba(95, 87, 79, 0.08);
  color: var(--stone);
}

.chat-message.user {
  align-self: flex-end;
  border-radius: 14px 2px 14px 14px;
  background: var(--gold);
  color: white;
}

.chat-message a {
  border-bottom: 1px solid currentColor;
  font-weight: 500;
}

.chatbot-suggestions {
  display: flex;
  overflow-x: auto;
  gap: 7px;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  background: var(--warm-white);
}

.chatbot-suggestions button {
  flex-shrink: 0;
  border: 1px solid rgba(181, 150, 93, 0.55);
  border-radius: 20px;
  padding: 7px 10px;
  background: transparent;
  color: var(--gold-dark);
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-top: 1px solid var(--line);
  background: var(--warm-white);
}

.chatbot-form input {
  border-bottom: 0;
  padding: 8px;
}

.chatbot-form button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  cursor: pointer;
  font-size: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 130px;
  }

  .hero-copy {
    padding: 70px 8vw 55px;
  }

  .hero-visual {
    height: 620px;
    min-height: 0;
    margin: 0 6vw 80px 15vw;
  }

  .scroll-cue {
    display: none;
  }

  .intro,
  .process {
    grid-template-columns: 90px 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card p {
    min-height: auto;
  }

  .process-content,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact {
    gap: 60px;
  }

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

  footer > p {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 43px;
    right: 14px;
    left: 14px;
    width: auto;
    height: 64px;
    padding: 0 8px 0 11px;
    border-radius: 32px;
  }

  .brand-logo {
    width: 54px;
    height: 54px;
  }

  .menu-toggle {
    z-index: 22;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 24px;
    height: 1px;
    background: var(--ink);
    transition: 0.3s;
  }

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

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

  .main-nav {
    position: fixed;
    z-index: 21;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 100px 32px 40px;
    background: rgba(238, 229, 216, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: 0.35s ease;
  }

  .main-nav a {
    width: min(100%, 340px);
    border-bottom: 1px solid rgba(95, 87, 79, 0.18);
    padding: 12px 8px;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
  }

  .main-nav .nav-cta {
    margin-top: 16px;
    border: 1px solid var(--gold);
    padding: 14px 20px;
    background: var(--gold);
    color: white;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    padding-top: 112px;
  }

  .hero-copy {
    padding: 55px 24px 45px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .hero-visual {
    height: 470px;
    margin: 0 0 90px 24px;
  }

  .floating-note {
    bottom: -48px;
    left: 18px;
  }

  .hero-flourish {
    right: 8px;
  }

  .section {
    padding: 90px 24px;
  }

  .intro,
  .process {
    display: block;
  }

  .section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 45px;
  }

  .section-label p {
    margin: 0;
    writing-mode: horizontal-tb;
  }

  .intro h2 {
    font-size: 43px;
  }

  .intro-bottom {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 25px;
  }

  .service-card {
    padding: 40px 28px;
  }

  .gallery {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .project-large {
    grid-row: auto;
  }

  .project-large .project-image,
  .project-image {
    height: 480px;
  }

  .process-content {
    gap: 35px;
  }

  .testimonial {
    padding: 110px 25px;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
    padding: 35px 24px;
  }

  .inquiry-form label {
    grid-column: 1 / -1;
  }

  footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 45px 24px;
  }

  .socials {
    justify-self: start;
  }

  footer small {
    width: 100%;
    text-align: left;
  }

  .whatsapp-button {
    right: 16px;
    bottom: 84px;
    width: 54px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-button span {
    display: none;
  }

  .chatbot {
    right: 16px;
    bottom: 16px;
  }

  .chatbot-panel {
    position: fixed;
    right: 16px;
    bottom: 84px;
    left: 16px;
    width: auto;
    height: min(520px, calc(100vh - 115px));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
