@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("_next/static/media/ba35eb811246f14c-s.p.365lh8fyufn44.woff2") format("woff2");
}

@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("_next/static/media/680aa1e827d679d2-s.p.42ymt1gosxo71.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("_next/static/media/b49b0d9b851e4899-s.p.2zyohmvb-ks7f.woff2") format("woff2");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("_next/static/media/2a65768255d6b625-s.p.3u4lli0-axodc.woff2") format("woff2");
}

:root {
  --ivory: #f8f4ed;
  --sand: #eadfce;
  --sand-deep: #d8c5ad;
  --paper: #fffdf9;
  --espresso: #291b16;
  --cocoa: #593d2f;
  --bronze: #876348;
  --gold: #b49358;
  --gold-light: #d6bd8c;
  --ink-soft: #6e5c50;
  --line: rgba(89, 61, 47, 0.18);
  --line-light: rgba(255, 253, 249, 0.2);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Karla", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--espresso);
  background: var(--ivory);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--espresso);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

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

.section {
  padding-block: clamp(84px, 10vw, 144px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(46px, 6vw, 76px);
}

.section-heading h2,
.about-copy h2,
.location-intro h2,
.closing h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.section-heading p,
.location-intro p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.8;
}

.label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.label::before {
  width: 32px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.label-light {
  color: var(--gold-light);
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.025em;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--paper);
  background: var(--espresso);
}

.btn-primary:hover {
  background: var(--cocoa);
}

.btn-secondary {
  border-color: var(--bronze);
  color: var(--espresso);
  background: transparent;
}

.btn-secondary:hover {
  border-color: var(--espresso);
  background: rgba(89, 61, 47, 0.05);
}

.btn-light {
  border-color: var(--gold-light);
  color: var(--paper);
}

.btn-light:hover {
  color: var(--espresso);
  background: var(--gold-light);
}

.arrow {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 244, 237, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand img {
  width: 184px;
  height: auto;
  object-fit: contain;
}

.brand-name {
  display: block;
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: -0.01em;
}

.brand-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 36px);
}

.desktop-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 6px;
  font-size: 13px;
  font-weight: 550;
}

.desktop-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease);
}

.desktop-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid var(--espresso);
  font-size: 12px;
  font-weight: 700;
}

.nav-cta:hover {
  color: var(--paper);
  background: var(--espresso);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 6px auto;
  background: var(--espresso);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 180px);
  width: 1px;
  content: "";
  background: var(--line);
}

.hero-inner {
  display: grid;
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  align-items: center;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.78fr);
  gap: clamp(48px, 7vw, 104px);
  padding-block: clamp(54px, 7vw, 88px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.hero-mobile-visual {
  display: none;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.hero h1 span {
  display: block;
  margin-left: clamp(20px, 6vw, 74px);
  color: var(--cocoa);
}

.hero-lead {
  max-width: 57ch;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--bronze);
  font-size: 12px;
  font-weight: 600;
}

.hero-note::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(180, 147, 88, 0.14);
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 490px);
  justify-self: end;
}

.hero-frame {
  position: relative;
  padding: 13px 13px 0 0;
}

.hero-frame::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 34px 34px;
  content: "";
  background: var(--sand);
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 12%);
}

.hero-frame::after {
  position: absolute;
  z-index: -2;
  inset: -12px 25px 18px -14px;
  border: 1px solid var(--gold);
  content: "";
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 12%);
}

.hero-frame img {
  width: 100%;
  height: min(69vh, 700px);
  min-height: 540px;
  object-fit: cover;
  object-position: center 27%;
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 12%);
}

.hero-stamp {
  position: absolute;
  right: -42px;
  bottom: 78px;
  color: var(--bronze);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  transform: rotate(90deg);
  transform-origin: center;
}

.instagram-card {
  position: absolute;
  bottom: 12px;
  left: -42px;
  display: flex;
  min-width: 226px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 50px rgba(41, 27, 22, 0.14);
  backdrop-filter: blur(10px);
}

.instagram-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--bronze);
  font-family: var(--font-display);
  font-size: 17px;
}

.instagram-card strong,
.instagram-card small {
  display: block;
}

.instagram-card strong {
  font-size: 13px;
}

.instagram-card small {
  margin-top: 1px;
  color: var(--ink-soft);
  font-size: 11px;
}

/* Proof bar */
.proof-bar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

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

.proof-item {
  position: relative;
  display: flex;
  min-height: 106px;
  align-items: center;
  gap: 20px;
  padding: 22px clamp(24px, 4vw, 54px);
  border-left: 1px solid var(--line);
  font-size: 13px;
}

.proof-item::before {
  position: absolute;
  top: 0;
  left: clamp(24px, 4vw, 54px);
  width: 38px;
  height: 2px;
  content: "";
  background: var(--gold);
}

.proof-item:last-child {
  border-right: 1px solid var(--line);
}

.proof-item b {
  min-width: 70px;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 500;
}

.proof-item span,
.proof-item strong,
.proof-item small {
  display: block;
}

.proof-item span {
  color: var(--ink-soft);
  line-height: 1.4;
}

.proof-item strong {
  color: var(--espresso);
  font-size: 13px;
  letter-spacing: 0.03em;
}

.proof-item small {
  margin-top: 4px;
  font-size: 12px;
}

/* Intro */
.manifesto {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(50px, 9vw, 130px);
}

.manifesto h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.manifesto-copy {
  padding-top: 47px;
}

.manifesto-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.85;
}

.manifesto-copy strong {
  color: var(--espresso);
  font-weight: 650;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  font-size: 14px;
  font-weight: 650;
}

/* Services */
.services-section {
  background: var(--sand);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px;
}

.service-card {
  position: relative;
  grid-column: span 4;
  border-top: 1px solid var(--bronze);
}

.service-card:first-child {
  grid-column: span 5;
}

.service-card:nth-child(2) {
  grid-column: span 3;
}

.service-card:last-child {
  grid-column: span 4;
}

.service-image {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  background: var(--sand-deep);
}

.service-card:first-child .service-image {
  aspect-ratio: 5 / 4;
}

.service-card:nth-child(2) .service-image {
  aspect-ratio: 3 / 4;
}

.service-card:last-child .service-image {
  aspect-ratio: 4 / 4.5;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.service-card:hover img {
  transform: scale(1.035);
}

.service-index {
  position: absolute;
  top: 28px;
  left: 13px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--paper);
  background: var(--espresso);
  font-family: var(--font-display);
  font-size: 13px;
}

.service-body {
  padding: 25px 2px 0;
}

.service-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 500;
  line-height: 1.05;
}

.service-body p {
  margin: 16px 0 0;
  color: #665248;
  font-size: 15px;
  line-height: 1.75;
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(89, 61, 47, 0.2);
  color: var(--cocoa);
  font-size: 12px;
  font-weight: 650;
}

/* About */
.about-section {
  overflow: hidden;
  color: var(--paper);
  background: var(--espresso);
}

.about-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1fr);
  gap: clamp(60px, 9vw, 126px);
}

.about-gallery {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.35fr 0.72fr;
  grid-template-rows: 1fr 0.72fr 0.72fr;
  gap: 12px;
}

.about-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #161210;
}

.about-gallery figure:first-child {
  grid-row: 1 / 4;
}

.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.about-gallery figure:first-child img {
  object-position: 52% center;
}

.about-gallery figure:nth-child(2) img {
  object-position: center 30%;
}

.about-gallery figure:nth-child(3) img {
  object-position: 54% 26%;
}

.about-gallery figure:nth-child(4) img {
  object-position: 50% 28%;
}

.about-gallery::before {
  position: absolute;
  z-index: 3;
  top: -22px;
  right: -22px;
  width: 114px;
  height: 114px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
  pointer-events: none;
}

.about-copy h2 {
  color: var(--paper);
}

.about-copy .intro {
  margin: 30px 0 0;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: clamp(23px, 2.3vw, 31px);
  line-height: 1.4;
}

.about-copy .body-copy {
  margin-top: 30px;
  color: rgba(255, 253, 249, 0.72);
  line-height: 1.85;
}

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

.signature {
  margin-top: 32px;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 27px;
}

/* Process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.process-step {
  position: relative;
  padding: 30px 28px 6px 0;
  border-right: 1px solid var(--line);
}

.process-step:not(:first-child) {
  padding-left: 28px;
}

.process-step:last-child {
  border-right: 0;
}

.process-number {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 17px;
}

.process-step h3 {
  margin: 25px 0 0;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
}

.process-step p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

/* Portfolio */
.portfolio-section {
  padding-top: 0;
}

.portfolio-grid {
  display: grid;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.portfolio-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--sand);
}

.portfolio-grid figure:nth-child(1) {
  grid-column: span 5;
  grid-row: span 2;
}

.portfolio-grid figure:nth-child(2) {
  grid-column: span 3;
}

.portfolio-grid figure:nth-child(3) {
  grid-column: span 4;
}

.portfolio-grid figure:nth-child(4) {
  grid-column: span 4;
}

.portfolio-grid figure:nth-child(5) {
  grid-column: span 3;
}

.portfolio-grid figure:nth-child(6) {
  grid-column: span 7;
}

.portfolio-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease);
}

.portfolio-grid figure:hover img {
  transform: scale(1.04);
}

.portfolio-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.portfolio-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

/* Reviews */
.reviews-section {
  background: var(--paper);
}

.review-layout {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: clamp(46px, 8vw, 110px);
}

.rating-block {
  align-self: start;
  padding-top: 9px;
}

.rating-score {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(72px, 9vw, 116px);
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.stars {
  display: block;
  margin-top: 20px;
  color: var(--gold);
  letter-spacing: 0.16em;
}

.rating-block small {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
}

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

.quote {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  padding-block: 32px;
  border-bottom: 1px solid var(--line);
}

.quote-mark {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 0.9;
}

.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}

.quote footer {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

/* Locations */
.locations-section {
  border-top: 1px solid var(--line);
}

.locations-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: clamp(52px, 9vw, 126px);
}

.locations-grid {
  border-top: 1px solid var(--bronze);
}

.location-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding-block: 34px;
  border-bottom: 1px solid var(--line);
}

.location-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 500;
}

.location-card address {
  margin-top: 10px;
  color: var(--ink-soft);
  font-style: normal;
  font-size: 14px;
}

.location-card p {
  margin: 7px 0 0;
  color: var(--bronze);
  font-size: 12px;
}

.location-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.location-actions a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 650;
}

/* FAQ */
.faq-section {
  background: var(--sand);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 126px);
}

.faq-title {
  position: sticky;
  top: 120px;
  align-self: start;
}

.faq-title h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.faq-title p {
  margin: 20px 0 0;
  color: #665248;
}

.faq-list {
  border-top: 1px solid rgba(89, 61, 47, 0.28);
}

.faq-list details {
  border-bottom: 1px solid rgba(89, 61, 47, 0.28);
}

.faq-list summary {
  position: relative;
  padding: 27px 50px 27px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 22px;
}

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

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 3px;
  color: var(--bronze);
  content: "+";
  font-family: var(--font-body);
  font-size: 25px;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 68ch;
  margin: -5px 0 27px;
  color: #665248;
  line-height: 1.8;
}

/* Closing */
.closing-section {
  color: var(--paper);
  background: var(--cocoa);
}

.closing {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto;
  gap: 50px;
}

.closing h2 {
  max-width: 820px;
  color: var(--paper);
  font-size: clamp(46px, 6vw, 80px);
}

.closing p {
  max-width: 58ch;
  margin: 26px 0 0;
  color: rgba(255, 253, 249, 0.73);
  font-size: 16px;
}

.closing-actions {
  display: flex;
  min-width: 210px;
  flex-direction: column;
  gap: 12px;
}

/* Footer */
.site-footer {
  color: rgba(255, 253, 249, 0.68);
  background: var(--espresso);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 60px;
  padding-block: 66px 52px;
}

.footer-logo {
  width: min(250px, 85%);
  height: auto;
  filter: brightness(0) invert(78%) sepia(25%) saturate(670%) hue-rotate(358deg) brightness(96%) contrast(86%);
}

.footer-brand p {
  max-width: 38ch;
  margin: 17px 0 0;
  font-size: 13px;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.footer-column a,
.footer-column span {
  display: block;
  width: fit-content;
  margin-top: 10px;
  font-size: 13px;
}

.footer-column a:hover {
  color: var(--paper);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid var(--line-light);
  font-size: 11px;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100vh - 82px);
    height: calc(100svh - 82px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 44px 24px;
    background: var(--ivory);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 28px;
  }

  .hero::before {
    left: 58%;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(50px, 7vw, 72px);
  }

  .services-grid {
    gap: 36px 20px;
  }

  .service-card:first-child,
  .service-card:nth-child(2),
  .service-card:last-child {
    grid-column: span 4;
  }

  .service-card:first-child .service-image,
  .service-card:nth-child(2) .service-image,
  .service-card:last-child .service-image {
    aspect-ratio: 4 / 5;
  }

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

  .about-gallery {
    min-height: 700px;
  }

  .about-copy {
    max-width: 760px;
  }
}

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

  .section {
    padding-block: 78px;
  }

  .header-inner {
    min-height: 76px;
  }

  .site-header .brand {
    position: relative;
    width: 195px;
    height: 52px;
    overflow: hidden;
  }

  .site-header .brand::before {
    position: absolute;
    z-index: 2;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, var(--gold) 22%, var(--gold) 78%, transparent);
  }

  .site-header .brand img {
    position: absolute;
    top: 50%;
    left: calc(50% + 2px);
    width: 214px;
    max-width: none;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(180, 147, 88, 0.34);
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.56);
  }

  .menu-toggle span {
    width: 18px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-subtitle {
    font-size: 8px;
  }

  .mobile-nav {
    top: 100%;
    height: calc(100vh - 76px);
    height: calc(100svh - 76px);
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero::before {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 18px;
    padding-block: 25px 22px;
  }

  .hero h1 {
    font-size: clamp(42px, 11.6vw, 58px);
    line-height: 0.92;
  }

  .hero h1 span {
    margin-left: 0;
  }

  .hero-lead {
    max-width: 44ch;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-copy .label {
    margin-bottom: 13px;
    font-size: 10px;
  }

  .hero-mobile-visual {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 7px 7px 0 0;
  }

  .hero-mobile-visual::before {
    position: absolute;
    z-index: -1;
    inset: -1px 0 12px 24px;
    border: 1px solid var(--gold);
    content: "";
    clip-path: polygon(8% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 12%);
  }

  .hero-mobile-visual img {
    width: 100%;
    height: clamp(190px, 24svh, 225px);
    object-fit: cover;
    object-position: center 12%;
    clip-path: polygon(8% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 12%);
  }

  .hero-mobile-visual a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border: 1px solid var(--line);
    color: var(--espresso);
    background: rgba(255, 253, 249, 0.94);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 28px rgba(41, 27, 22, 0.12);
  }

  .hero-actions {
    gap: 8px;
    margin-top: 17px;
  }

  .hero-actions .btn {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .hero-note {
    margin-top: 14px;
    font-size: 11px;
  }

  .hero-visual {
    display: none;
  }

  .hero-frame img {
    height: clamp(250px, 38svh, 350px);
    min-height: 0;
    object-position: center 42%;
  }

  .hero-stamp {
    right: -39px;
  }

  .instagram-card {
    right: 8px;
    bottom: 6px;
    left: auto;
    min-width: 168px;
    padding: 8px 10px;
  }

  .instagram-card small {
    display: none;
  }

  .instagram-icon {
    width: 28px;
    height: 28px;
  }

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

  .proof-item,
  .proof-item:last-child {
    min-height: 92px;
    gap: 10px;
    padding: 17px 14px;
    border-bottom: 0;
  }

  .proof-item:first-child {
    border-left: 0;
  }

  .proof-item:last-child {
    border-right: 0;
  }

  .proof-item::before {
    left: 14px;
    width: 26px;
  }

  .proof-item b {
    min-width: auto;
    font-size: 29px;
  }

  .proof-item strong {
    font-size: 11px;
  }

  .proof-item small {
    font-size: 10px;
    line-height: 1.35;
  }

  .manifesto,
  .locations-layout,
  .faq-layout,
  .review-layout,
  .closing {
    grid-template-columns: 1fr;
  }

  .manifesto-copy {
    padding-top: 0;
  }

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

  .service-card:first-child,
  .service-card:nth-child(2),
  .service-card:last-child {
    grid-column: auto;
  }

  .service-card:first-child .service-image,
  .service-card:nth-child(2) .service-image,
  .service-card:last-child .service-image {
    aspect-ratio: 4 / 3.7;
  }

  .about-gallery {
    min-height: 590px;
    grid-template-columns: 1.25fr 0.75fr;
  }

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

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    margin-top: 28px;
    border-top: 1px solid var(--line);
  }

  .process-step:nth-child(3) {
    padding-left: 0;
  }

  .portfolio-grid {
    grid-auto-rows: 180px;
  }

  .portfolio-grid figure:nth-child(1) {
    grid-column: span 7;
  }

  .portfolio-grid figure:nth-child(2) {
    grid-column: span 5;
  }

  .portfolio-grid figure:nth-child(3),
  .portfolio-grid figure:nth-child(4),
  .portfolio-grid figure:nth-child(5),
  .portfolio-grid figure:nth-child(6) {
    grid-column: span 6;
  }

  .portfolio-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-title {
    position: static;
  }

  .closing-actions {
    min-width: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 28px;
  }

  .footer-brand {
    grid-column: 1 / 3;
  }
}

@media (max-width: 520px) {
  .section-heading h2,
  .about-copy h2,
  .location-intro h2,
  .closing h2,
  .manifesto h2 {
    font-size: 41px;
  }

  .hero-actions,
  .closing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-frame img {
    min-height: 0;
  }

  .hero-stamp {
    display: none;
  }

  .instagram-card {
    right: 8px;
    bottom: 6px;
    left: auto;
    min-width: 168px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
  }

  .hero-actions .btn {
    width: auto;
  }

  .about-gallery {
    min-height: 520px;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 7px;
  }

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

  .process-step,
  .process-step:not(:first-child) {
    padding: 25px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .process-step:first-child {
    border-top: 0;
  }

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    margin-top: 0;
  }

  .process-step h3 {
    margin-top: 11px;
  }

  .portfolio-grid {
    grid-auto-rows: 150px;
    gap: 7px;
  }

  .portfolio-grid figure:nth-child(1) {
    grid-column: span 12;
  }

  .portfolio-grid figure:nth-child(2),
  .portfolio-grid figure:nth-child(3),
  .portfolio-grid figure:nth-child(4),
  .portfolio-grid figure:nth-child(5),
  .portfolio-grid figure:nth-child(6) {
    grid-column: span 6;
  }

  .review-layout {
    gap: 44px;
  }

  .rating-score {
    font-size: 82px;
  }

  .location-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .location-actions {
    justify-content: flex-start;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

/* Hero — editorial revision, September 2026 */
.hero-editorial {
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  isolation: isolate;
  color: var(--paper);
  background: #2f241f;
}

.hero-editorial::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: auto;
  content: "";
  background:
    linear-gradient(90deg, rgba(27, 17, 13, 0.87) 0%, rgba(34, 22, 17, 0.74) 38%, rgba(38, 25, 20, 0.18) 68%, rgba(29, 19, 15, 0.08) 100%),
    linear-gradient(0deg, rgba(24, 15, 12, 0.48) 0%, transparent 45%);
}

.hero-editorial::after {
  position: absolute;
  z-index: 1;
  inset: 22px;
  border: 1px solid rgba(214, 189, 140, 0.34);
  content: "";
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: -10px;
  width: calc(100% + 20px);
  max-width: none;
  height: calc(100% + 20px);
  object-fit: cover;
  object-position: 69% 36%;
  filter: blur(1.5px) saturate(0.78) contrast(0.95) brightness(0.88);
  transform: scale(1.012);
}

.hero-editorial .hero-inner {
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  grid-template-columns: minmax(0, 700px);
  align-items: end;
  padding-block: clamp(96px, 13vh, 156px) clamp(72px, 10vh, 112px);
}

.hero-editorial .hero-copy {
  max-width: 700px;
}

.hero-editorial .label {
  margin-bottom: 24px;
  color: var(--gold-light);
  text-shadow: 0 1px 18px rgba(20, 12, 9, 0.38);
}

.hero-editorial .label::before {
  background: var(--gold-light);
}

.hero-editorial h1 {
  max-width: 690px;
  color: var(--paper);
  font-size: clamp(64px, 7.4vw, 104px);
  letter-spacing: -0.058em;
  line-height: 0.91;
  text-wrap: balance;
  text-shadow: 0 4px 40px rgba(20, 12, 9, 0.3);
}

.hero-editorial h1 span {
  margin-left: 0;
  color: rgba(255, 253, 249, 0.84);
}

.hero-editorial .hero-lead {
  max-width: 52ch;
  margin-top: 28px;
  color: rgba(255, 253, 249, 0.82);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.72;
  text-shadow: 0 2px 20px rgba(20, 12, 9, 0.36);
}

.hero-editorial .hero-actions {
  margin-top: 30px;
}

.hero-editorial .btn-primary {
  color: var(--espresso);
  background: var(--paper);
}

.hero-editorial .btn-primary:hover {
  background: var(--gold-light);
}

.hero-editorial .btn-secondary {
  border-color: rgba(255, 253, 249, 0.62);
  color: var(--paper);
  background: rgba(20, 12, 9, 0.12);
  backdrop-filter: blur(8px);
}

.hero-editorial .btn-secondary:hover {
  border-color: var(--paper);
  color: var(--paper);
  background: rgba(255, 253, 249, 0.12);
}

.hero-foot {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.hero-editorial .hero-note {
  margin-top: 0;
  color: rgba(255, 253, 249, 0.82);
}

.hero-editorial .hero-note::before {
  background: var(--gold-light);
  box-shadow: 0 0 0 5px rgba(214, 189, 140, 0.15);
}

.hero-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 253, 249, 0.36);
  color: rgba(255, 253, 249, 0.9);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  transition: border-color 180ms ease, color 180ms ease;
}

.hero-instagram:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

@media (min-width: 781px) {
  .hero-editorial {
    background: #6b5a50;
  }

  .hero-editorial::before {
    background:
      linear-gradient(90deg, rgba(36, 23, 18, 0.76) 0%, rgba(39, 26, 20, 0.62) 36%, rgba(43, 29, 23, 0.2) 67%, rgba(35, 23, 18, 0.06) 100%),
      linear-gradient(0deg, rgba(26, 16, 12, 0.36) 0%, transparent 54%);
  }

  .hero-editorial::after {
    display: none;
  }

  .hero-backdrop {
    inset: -8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: blur(0.65px) saturate(0.82) contrast(0.96) brightness(0.9);
    transform: scale(1.012);
  }

  .hero-editorial .hero-inner {
    grid-template-columns: minmax(0, 780px);
    align-items: center;
    padding-block: clamp(72px, 9vh, 108px);
  }

  .hero-editorial .hero-copy {
    max-width: 780px;
  }

  .hero-editorial h1 {
    max-width: 780px;
    font-size: clamp(62px, 5.45vw, 82px);
    letter-spacing: -0.047em;
    line-height: 0.97;
  }

  .hero-editorial .hero-lead {
    max-width: 48ch;
    margin-top: 25px;
  }

  .hero-editorial .hero-actions {
    margin-top: 27px;
  }

  .hero-foot {
    margin-top: 24px;
  }
}

@media (max-width: 780px) {
  .hero-editorial,
  .hero-editorial .hero-inner {
    min-height: calc(100vh - 76px);
    min-height: calc(100svh - 76px);
  }

  .hero-editorial::before {
    display: block;
    background:
      linear-gradient(0deg, rgba(26, 16, 12, 0.93) 0%, rgba(30, 19, 15, 0.78) 32%, rgba(33, 22, 17, 0.12) 69%, rgba(35, 24, 19, 0.06) 100%),
      linear-gradient(90deg, rgba(34, 22, 17, 0.22), transparent 70%);
  }

  .hero-editorial::after {
    inset: 12px;
  }

  .hero-backdrop {
    object-position: 58% 24%;
    filter: blur(1px) saturate(0.8) brightness(0.86);
  }

  .hero-editorial .hero-inner {
    display: flex;
    align-items: flex-end;
    padding-block: clamp(300px, 43svh, 440px) 40px;
  }

  .hero-editorial .hero-copy {
    width: 100%;
  }

  .hero-editorial .hero-mobile-visual,
  .hero-editorial .hero-visual {
    display: none;
  }

  .hero-editorial .label {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .hero-editorial h1 {
    font-size: clamp(46px, 12.8vw, 66px);
    line-height: 0.92;
  }

  .hero-editorial .hero-lead {
    max-width: 50ch;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-editorial .hero-actions {
    margin-top: 20px;
  }

  .hero-foot {
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 18px;
  }

  .hero-editorial .hero-note {
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .hero-editorial .hero-inner {
    padding-block: clamp(260px, 39svh, 340px) 30px;
  }

  .hero-editorial h1 {
    font-size: clamp(43px, 12.4vw, 58px);
  }

  .hero-editorial .hero-actions {
    align-items: center;
    flex-direction: row;
  }

  .hero-editorial .hero-actions .btn {
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 12px;
  }
}

@media (max-height: 720px) and (max-width: 780px) {
  .hero-editorial .hero-inner {
    padding-block: 228px 24px;
  }

  .hero-editorial .label {
    margin-bottom: 12px;
  }

  .hero-editorial h1 {
    font-size: clamp(39px, 11.4vw, 50px);
  }

  .hero-editorial .hero-lead {
    margin-top: 14px;
    line-height: 1.45;
  }

  .hero-editorial .hero-actions {
    margin-top: 16px;
  }

  .hero-foot {
    margin-top: 14px;
  }
}
