:root {
  --ivory: #f7f3ee;
  --ivory-deep: #eee6dc;
  --paper: #fffdf9;
  --ink: #211916;
  --ink-soft: #5e514b;
  --wine: #6d1730;
  --wine-deep: #46101f;
  --sage: #65705d;
  --gold: #b08a62;
  --line: rgba(33, 25, 22, 0.15);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

p,
h1,
h2,
h3,
figure,
blockquote {
  margin: 0;
}

.shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding-block: 120px;
}

.announcement {
  background: var(--wine);
  color: #fff7f2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcementInner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 243, 238, 0.94);
  border-bottom: 1px solid rgba(33, 25, 22, 0.09);
  backdrop-filter: blur(18px);
}

.navInner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: var(--wine);
  flex: 0 0 auto;
}

.logo strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
}

.logo span {
  margin-top: 7px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.42em;
  padding-left: 0.42em;
}

.navLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.navLinks a,
.socialLinks a {
  position: relative;
}

.navLinks a::after,
.socialLinks a::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.navLinks a:hover::after,
.navLinks a:focus-visible::after,
.socialLinks a:hover::after,
.socialLinks a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.headerCta,
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.headerCta {
  color: #fff;
  background: var(--wine);
  min-width: 142px;
}

.headerCta:hover,
.buttonPrimary:hover,
.formButton:hover {
  background: var(--wine-deep);
  transform: translateY(-2px);
}

.menuButton {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menuButton span {
  width: 18px;
  height: 1px;
  background: var(--ink);
}

.hero {
  position: relative;
  background: var(--ivory);
  overflow: hidden;
}

.hero::before {
  content: "R";
  position: absolute;
  left: -0.04em;
  bottom: -0.29em;
  color: rgba(109, 23, 48, 0.035);
  font-family: var(--serif);
  font-size: min(52vw, 760px);
  line-height: 1;
  pointer-events: none;
}

.heroGrid {
  min-height: calc(100svh - 124px);
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(420px, 0.83fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
  padding-block: 68px 76px;
  position: relative;
  z-index: 1;
}

.heroCopy {
  max-width: 700px;
}

.eyebrow,
.sectionLabel {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(58px, 6.7vw, 96px);
  line-height: 0.93;
  letter-spacing: -0.055em;
}

em {
  color: var(--wine);
  font-weight: 400;
}

.heroLead {
  max-width: 570px;
  margin-top: 30px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.85;
}

.heroActions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.buttonPrimary {
  min-height: 58px;
  background: var(--wine);
  color: white;
  padding-inline: 30px;
}

.textLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(33, 25, 22, 0.55);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

.textLink::after {
  content: "↗";
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  transition: transform 180ms ease;
}

.textLink:hover::after {
  transform: translate(3px, -3px);
}

.heroVisual {
  position: relative;
  width: min(100%, 570px);
  justify-self: end;
  padding: 0 22px 38px 0;
}

.heroImageWrap {
  overflow: hidden;
  aspect-ratio: 0.84;
  border-radius: 190px 190px 8px 8px;
  box-shadow: 0 26px 70px rgba(55, 30, 25, 0.18);
}

.heroImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.heroImageWrap:hover img {
  transform: scale(1.025);
}

.heroVisual::after {
  content: "";
  position: absolute;
  inset: 34px 0 0 54px;
  border: 1px solid rgba(109, 23, 48, 0.28);
  border-radius: 190px 190px 8px 8px;
  z-index: -1;
}

.heroSeal {
  position: absolute;
  left: -54px;
  bottom: 104px;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  box-shadow: 0 10px 28px rgba(65, 14, 31, 0.26);
  transform: rotate(-8deg);
}

.heroSeal strong {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}

.heroNote {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 250px;
  padding: 18px 22px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(39, 25, 21, 0.12);
}

.heroNote span {
  display: block;
  color: var(--wine);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.heroNote strong {
  display: block;
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.philosophy {
  background: var(--paper);
}

.philosophyGrid {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 70px;
}

.sectionLabel {
  align-self: start;
  padding-top: 12px;
}

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

h2 {
  font-size: clamp(44px, 5.3vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.philosophy h2 {
  max-width: 900px;
}

.philosophyText {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 850px;
  margin: 42px 0 0 auto;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}

.services {
  position: relative;
  color: #f7ede7;
  background: var(--wine-deep);
  overflow: hidden;
}

.services::after,
.process::after {
  content: "RABE";
  position: absolute;
  right: -0.05em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--serif);
  font-size: clamp(150px, 27vw, 420px);
  letter-spacing: -0.06em;
  line-height: 1;
  pointer-events: none;
}

.sectionIntro {
  display: grid;
  grid-template-columns: 1.2fr 0.58fr;
  gap: 80px;
  align-items: end;
  position: relative;
  z-index: 1;
}

.sectionLabel.light {
  color: #ddbea7;
  margin-bottom: 28px;
}

.sectionIntro h2,
.process h2,
.contact h2 {
  color: #fff8f2;
}

.sectionIntro h2 em,
.contact h2 em {
  color: #e9bdc7;
}

.sectionIntro > p {
  color: rgba(255, 248, 242, 0.67);
  font-size: 15px;
  line-height: 1.9;
  padding-bottom: 8px;
}

.serviceList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}

.serviceItem {
  min-height: 310px;
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  gap: 24px;
  padding: 38px 38px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 250ms ease;
}

.serviceItem:hover {
  background: rgba(255, 255, 255, 0.045);
}

.serviceNumber {
  color: #d8ae92;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

.serviceItem h3 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1.1;
}

.serviceItem p {
  max-width: 470px;
  margin-top: 20px;
  color: rgba(255, 248, 242, 0.67);
  font-size: 14px;
  line-height: 1.8;
}

.serviceItem small {
  display: block;
  margin-top: 28px;
  color: #ddbba6;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.6;
  text-transform: uppercase;
}

.serviceArrow {
  color: rgba(255, 255, 255, 0.65);
  font-size: 20px;
  transition: transform 180ms ease;
}

.serviceItem:hover .serviceArrow {
  transform: translate(4px, -4px);
}

.feature {
  background: var(--ivory-deep);
}

.featureGrid {
  display: grid;
  grid-template-columns: 1.04fr 0.74fr;
  gap: clamp(70px, 10vw, 145px);
  align-items: center;
}

.featureImages {
  position: relative;
  padding: 0 70px 90px 0;
}

.featureMain {
  width: 100%;
  aspect-ratio: 0.84;
  object-fit: cover;
  object-position: center;
}

.featureInset {
  position: absolute;
  width: 47%;
  aspect-ratio: 0.8;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border: 12px solid var(--ivory-deep);
  box-shadow: 0 18px 46px rgba(45, 31, 26, 0.13);
}

.featureCopy .sectionLabel {
  margin-bottom: 30px;
}

.featureCopy h2 {
  font-size: clamp(43px, 5vw, 66px);
}

.featureCopy > p {
  margin-top: 32px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.95;
}

.textLink.dark {
  margin-top: 34px;
  color: var(--wine);
  border-color: rgba(109, 23, 48, 0.45);
}

.portfolio {
  background: var(--paper);
}

.portfolioHeading,
.ratingHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.portfolioHeading .sectionLabel {
  margin-bottom: 28px;
}

.instagramLink {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.galleryGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 280px 330px 290px;
  gap: 16px;
  margin-top: 64px;
}

.galleryItem {
  position: relative;
  overflow: hidden;
  background: var(--ivory-deep);
}

.galleryItem:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
}

.galleryItem:nth-child(2) {
  grid-column: 6 / 13;
  grid-row: 1;
}

.galleryItem:nth-child(3) {
  grid-column: 6 / 9;
  grid-row: 2;
}

.galleryItem:nth-child(4) {
  grid-column: 9 / 13;
  grid-row: 2;
}

.galleryItem:nth-child(5) {
  grid-column: 1 / 5;
  grid-row: 3;
}

.galleryItem:nth-child(6) {
  grid-column: 5 / 13;
  grid-row: 3;
}

.galleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.galleryItem:nth-child(3) img,
.galleryItem:nth-child(4) img {
  object-position: center;
}

.galleryItem:hover img {
  transform: scale(1.035);
}

.galleryItem figcaption {
  position: absolute;
  inset: auto 18px 18px;
  width: max-content;
  max-width: calc(100% - 36px);
  padding: 9px 13px;
  background: rgba(255, 253, 249, 0.92);
  color: var(--wine);
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  backdrop-filter: blur(10px);
}

.process {
  position: relative;
  background: #283127;
  color: #f7f1ea;
  overflow: hidden;
}

.process::after {
  content: "04";
  color: rgba(255, 255, 255, 0.03);
}

.processHeading {
  position: relative;
  z-index: 1;
}

.processHeading h2 {
  margin-top: 22px;
}

.processSteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.processSteps article {
  min-height: 260px;
  padding: 34px 30px 20px 0;
  position: relative;
}

.processSteps article + article {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.processSteps article::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background: #d3ae96;
}

.processSteps article:first-child::before {
  left: 0;
}

.processSteps span {
  color: #d3ae96;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}

.processSteps h3 {
  margin-top: 48px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.processSteps p {
  max-width: 240px;
  margin-top: 16px;
  color: rgba(247, 241, 234, 0.67);
  font-size: 13px;
  line-height: 1.8;
}

.testimonials {
  background: var(--ivory);
}

.stars {
  margin-bottom: 20px;
  color: var(--wine);
  font-size: 13px;
  letter-spacing: 0.32em;
}

.ratingScore {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.ratingScore strong {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.ratingScore a {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reviewGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.reviewGrid blockquote {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  padding: 38px 36px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.55);
}

.reviewGrid blockquote > span {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 60px;
  line-height: 0.8;
}

.reviewGrid blockquote p {
  margin-top: 24px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.45;
}

.reviewGrid blockquote footer {
  margin-top: auto;
  padding-top: 24px;
  color: var(--wine);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact {
  background: var(--wine);
  color: #fff7f1;
}

.contactGrid {
  display: grid;
  grid-template-columns: 0.9fr 0.72fr;
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}

.contactCopy h2 {
  margin-top: 28px;
}

.contactCopy > p:not(.sectionLabel) {
  max-width: 520px;
  margin-top: 30px;
  color: rgba(255, 247, 241, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin-top: 38px;
  color: #edc9d1;
  font-family: var(--serif);
  font-size: 18px;
}

.contactDetails a:hover {
  color: white;
}

.contactForm {
  padding: 38px;
  background: #fffaf5;
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(52, 8, 23, 0.2);
}

.contactForm label {
  display: block;
  margin-bottom: 22px;
  color: var(--wine);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contactForm input,
.contactForm select {
  width: 100%;
  min-height: 51px;
  display: block;
  margin-top: 8px;
  border: 0;
  border-bottom: 1px solid rgba(33, 25, 22, 0.25);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  outline: none;
}

.contactForm input:focus,
.contactForm select:focus {
  border-color: var(--wine);
}

.contactForm input::placeholder {
  color: #968a84;
}

.formRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.formButton {
  width: 100%;
  min-height: 58px;
  border: 0;
  background: var(--wine);
  color: white;
  cursor: pointer;
}

.contactForm > small {
  display: block;
  margin-top: 12px;
  color: #7a6e68;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.faq {
  background: var(--paper);
}

.faqGrid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 90px;
}

.faq h2 {
  margin-top: 26px;
  font-size: clamp(42px, 4.5vw, 62px);
}

.faqList {
  border-top: 1px solid var(--line);
}

.faqList details {
  border-bottom: 1px solid var(--line);
}

.faqList summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--serif);
  font-size: 19px;
  list-style: none;
  cursor: pointer;
}

.faqList summary::-webkit-details-marker {
  display: none;
}

.faqList summary span {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 300;
  transition: transform 200ms ease;
}

.faqList details[open] summary span {
  transform: rotate(45deg);
}

.faqList details p {
  max-width: 610px;
  padding: 0 40px 26px 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.footer {
  padding: 64px 0 26px;
  background: #171210;
  color: #eee3dc;
}

.footerTop {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding-bottom: 52px;
}

.footerLogo {
  width: max-content;
  color: #e6c4ca;
}

.footerTop > p {
  color: rgba(238, 227, 220, 0.58);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.socialLinks {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(238, 227, 220, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.floatingWhatsapp {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 35;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 7px;
  border-radius: 999px;
  background: #25d366;
  color: white;
  box-shadow: 0 12px 34px rgba(18, 140, 126, 0.3);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.floatingWhatsapp:hover {
  transform: translateY(-3px);
}

.floatingWhatsapp img {
  width: 38px;
  height: 38px;
  display: block;
  padding: 7px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid #c994a1;
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .shell {
    width: min(100% - 42px, 1240px);
  }

  .navLinks {
    gap: 20px;
  }

  .heroGrid {
    grid-template-columns: 1fr 0.82fr;
    gap: 64px;
  }

  .heroSeal {
    left: -36px;
  }

  .serviceItem {
    padding: 32px 28px;
  }

  .processSteps {
    grid-template-columns: repeat(2, 1fr);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .processSteps article,
  .processSteps article + article {
    padding-left: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (max-width: 840px) {
  .section {
    padding-block: 88px;
  }

  .announcementRight,
  .headerCta {
    display: none;
  }

  .navInner {
    min-height: 78px;
  }

  .menuButton {
    display: flex;
    margin-left: auto;
  }

  .navLinks {
    position: absolute;
    inset: 78px 0 auto;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 16px 21px 26px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
  }

  .navLinksOpen {
    display: flex;
  }

  .navLinks a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(33, 25, 22, 0.08);
  }

  .heroGrid,
  .philosophyGrid,
  .sectionIntro,
  .featureGrid,
  .contactGrid,
  .faqGrid {
    grid-template-columns: 1fr;
  }

  .heroGrid {
    min-height: auto;
    gap: 64px;
    padding-block: 72px 88px;
  }

  .heroCopy {
    max-width: 690px;
  }

  .heroVisual {
    width: min(88%, 590px);
    justify-self: center;
  }

  .philosophyGrid,
  .sectionIntro,
  .contactGrid,
  .faqGrid {
    gap: 46px;
  }

  .philosophyText {
    margin-left: 0;
  }

  .sectionIntro > p {
    max-width: 590px;
  }

  .featureGrid {
    gap: 62px;
  }

  .featureImages {
    width: min(86%, 650px);
  }

  .galleryGrid {
    grid-template-rows: 250px 290px 260px;
  }

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

  .reviewGrid blockquote {
    min-height: 230px;
  }

  .contactForm {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, 1240px);
  }

  .announcementInner {
    justify-content: center;
    text-align: center;
    font-size: 9px;
  }

  .logo strong {
    font-size: 26px;
  }

  .hero h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .heroLead {
    font-size: 15px;
  }

  .heroActions,
  .buttonPrimary {
    width: 100%;
  }

  .heroActions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .heroVisual {
    width: calc(100% - 12px);
    padding-right: 12px;
  }

  .heroSeal {
    left: -8px;
    bottom: 84px;
    width: 90px;
  }

  .heroNote {
    min-width: 218px;
    padding: 14px 17px;
  }

  h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

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

  .serviceList {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .serviceItem {
    min-height: 270px;
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
    padding: 28px 20px;
  }

  .featureImages {
    width: 100%;
    padding: 0 45px 65px 0;
  }

  .featureInset {
    border-width: 8px;
  }

  .portfolioHeading,
  .ratingHeader {
    align-items: flex-start;
    flex-direction: column;
  }

  .galleryGrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
    margin-top: 44px;
  }

  .galleryItem:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1.08;
  }

  .galleryItem:nth-child(2),
  .galleryItem:nth-child(6) {
    aspect-ratio: 1.45;
  }

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

  .processSteps article,
  .processSteps article + article {
    min-height: 220px;
  }

  .ratingScore {
    align-items: flex-start;
  }

  .contactForm {
    padding: 28px 20px;
  }

  .formRow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footerTop {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .socialLinks {
    justify-content: center;
  }

  .footerBottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .floatingWhatsapp {
    right: 14px;
    bottom: 14px;
  }

  .floatingWhatsapp strong {
    display: none;
  }

  .floatingWhatsapp {
    width: 50px;
    padding: 6px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
