@font-face {
  font-family: "Atelier Serif";
  src: local("Georgia");
  font-display: swap;
}

body.atelier-demo-page {
  margin: 0;
  background: #14100d;
}

.landing-demo,
.landing-demo * {
  box-sizing: border-box;
}

.landing-demo {
  --charcoal: #14100d;
  --charcoal-2: #1f1914;
  --ivory: #fbf4e8;
  --ivory-soft: #eee1d0;
  --stone: #8d8479;
  --stone-2: #5d564f;
  --wood: #7d5a3a;
  --champagne: #d7b980;
  --champagne-soft: rgba(215, 185, 128, 0.18);
  --glass: rgba(255, 248, 236, 0.1);
  --line: rgba(251, 244, 232, 0.16);
  --line-strong: rgba(215, 185, 128, 0.38);
  --shadow: 0 26px 84px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --container: 1180px;
  position: relative;
  min-width: 320px;
  overflow: clip;
  background:
    radial-gradient(circle at 15% 8%, rgba(215, 185, 128, 0.12), transparent 30%),
    linear-gradient(180deg, #17120f 0%, #100d0b 54%, #17130f 100%);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.landing-demo a {
  color: inherit;
  text-decoration: none;
}

.landing-demo button,
.landing-demo input,
.landing-demo select,
.landing-demo textarea {
  font: inherit;
}

.landing-demo button {
  color: inherit;
}

.landing-demo :focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 4px;
}

.landing-demo .container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.landing-demo .section {
  position: relative;
  padding: 112px 0;
}

.landing-demo .studio-section {
  padding-top: 72px;
}

.landing-demo .luxury-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #14100d;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.landing-demo .luxury-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.landing-demo .loader-inner {
  display: grid;
  width: min(420px, 100%);
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(31, 25, 20, 0.88);
  box-shadow: var(--shadow);
}

.landing-demo .loader-mark {
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--champagne);
  transform: rotate(45deg);
  animation: loaderMark 1.4s ease-in-out infinite alternate;
}

.landing-demo .loader-copy {
  color: var(--ivory-soft);
  font-family: "Atelier Serif", Georgia, serif;
  font-size: 1.02rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-demo .loader-line {
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(251, 244, 232, 0.16);
}

.landing-demo .loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--champagne), transparent);
  transform: translateX(-100%);
  animation: loaderLine 1.5s ease forwards;
}

.landing-demo .demo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(20, 16, 13, 0.38);
  backdrop-filter: blur(18px);
  transition: border-color 220ms ease, background 220ms ease;
}

.landing-demo .demo-header.is-scrolled {
  border-bottom-color: rgba(251, 244, 232, 0.12);
  background: rgba(20, 16, 13, 0.78);
}

.landing-demo .demo-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--container), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  gap: 24px;
}

.landing-demo .brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.landing-demo .brand-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(251, 244, 232, 0.08);
  color: var(--champagne);
  font-family: "Atelier Serif", Georgia, serif;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
}

.landing-demo .brand strong,
.landing-demo .brand small {
  display: block;
}

.landing-demo .brand strong {
  color: var(--ivory);
  font-family: "Atelier Serif", Georgia, serif;
  font-size: 1.03rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.landing-demo .brand small {
  color: rgba(251, 244, 232, 0.58);
  font-size: 0.72rem;
}

.landing-demo .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.landing-demo .nav-links a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(251, 244, 232, 0.74);
  font-size: 0.9rem;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.landing-demo .nav-links a:hover,
.landing-demo .nav-links a:focus-visible {
  border-color: rgba(215, 185, 128, 0.22);
  background: rgba(251, 244, 232, 0.07);
  color: var(--ivory);
  transform: translateY(-1px);
}

.landing-demo .nav-links .nav-cta {
  margin-left: 8px;
  border-color: var(--line-strong);
  color: var(--champagne);
}

.landing-demo .nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid rgba(251, 244, 232, 0.18);
  border-radius: 999px;
  background: rgba(251, 244, 232, 0.06);
  cursor: pointer;
}

.landing-demo .nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ivory);
  transition: opacity 180ms ease, transform 180ms ease;
}

.landing-demo .nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.landing-demo .nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.landing-demo .nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.landing-demo .hero-section {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(800px, 86svh);
  margin-top: -76px;
  padding: 150px 0 54px;
  overflow: hidden;
}

.landing-demo .hero-media,
.landing-demo .hero-media img,
.landing-demo .project-card picture,
.landing-demo .project-card img {
  display: block;
  width: 100%;
}

.landing-demo .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #18130f;
}

.landing-demo .hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.landing-demo .hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(20, 16, 13, 0.88) 0%, rgba(20, 16, 13, 0.68) 33%, rgba(20, 16, 13, 0.2) 68%),
    linear-gradient(180deg, rgba(20, 16, 13, 0.22), rgba(20, 16, 13, 0.68));
}

.landing-demo .architectural-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.landing-demo .architectural-lines span {
  position: absolute;
  border: 1px solid rgba(215, 185, 128, 0.14);
  opacity: 0.6;
  transform: rotate(-8deg);
}

.landing-demo .architectural-lines span:first-child {
  right: 9%;
  bottom: 16%;
  width: 240px;
  aspect-ratio: 1.35;
}

.landing-demo .architectural-lines span:last-child {
  right: 18%;
  bottom: 22%;
  width: 150px;
  aspect-ratio: 1;
}

.landing-demo .hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
  gap: 40px;
}

.landing-demo .hero-copy {
  max-width: 860px;
  min-width: 0;
}

.landing-demo .eyebrow {
  display: block;
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-demo .eyebrow span {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 10px;
  background: currentColor;
  vertical-align: 0.34em;
}

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

.landing-demo h1,
.landing-demo h2,
.landing-demo h3 {
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.03;
  overflow-wrap: normal;
}

.landing-demo h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: "Atelier Serif", Georgia, serif;
  font-size: clamp(3.45rem, 7vw, 6.8rem);
}

.landing-demo h1 span {
  display: block;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 780ms ease, transform 780ms ease;
}

.landing-demo.is-ready h1 span {
  opacity: 1;
  transform: translateY(0);
}

.landing-demo.is-ready h1 span:last-child {
  transition-delay: 120ms;
}

.landing-demo h2 {
  margin-bottom: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.95rem, 3.25vw, 3.35rem);
  font-weight: 620;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.landing-demo h3 {
  margin-bottom: 10px;
  font-weight: 680;
  font-size: 1.24rem;
}

.landing-demo p {
  color: rgba(251, 244, 232, 0.66);
  overflow-wrap: break-word;
}

.landing-demo .hero-subtitle {
  max-width: 690px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

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

.landing-demo .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  overflow: hidden;
  font-weight: 700;
  white-space: normal;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.landing-demo .btn::after {
  position: absolute;
  inset: -2px;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-115%);
}

.landing-demo .btn:hover,
.landing-demo .btn:focus-visible {
  transform: translateY(-2px);
}

.landing-demo .btn:hover::after,
.landing-demo .btn:focus-visible::after {
  opacity: 1;
  animation: buttonShine 900ms ease;
}

.landing-demo .btn-primary {
  background: var(--ivory);
  color: #17120f;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.landing-demo .btn-secondary {
  border-color: rgba(251, 244, 232, 0.32);
  background: rgba(20, 16, 13, 0.22);
  color: var(--ivory);
  backdrop-filter: blur(12px);
}

.landing-demo .hero-panel {
  align-self: end;
  border: 1px solid rgba(251, 244, 232, 0.18);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(20, 16, 13, 0.34);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.landing-demo .hero-panel span,
.landing-demo .project-card span,
.landing-demo .service-card span,
.landing-demo .process-step span {
  display: block;
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.landing-demo .hero-panel strong {
  display: block;
  margin-top: 8px;
  color: var(--ivory);
  font-family: "Atelier Serif", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.landing-demo .hero-panel p {
  margin: 10px 0 0;
  font-size: 0.94rem;
}

.landing-demo .section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.landing-demo .section-heading.split {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  max-width: none;
  gap: 34px;
}

.landing-demo .section-heading.split > p,
.landing-demo .studio-note > p,
.landing-demo .booking-copy > p {
  margin-bottom: 0;
  font-size: 1.02rem;
}

.landing-demo .studio-grid,
.landing-demo .styles-grid,
.landing-demo .booking-grid,
.landing-demo .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 48px;
}

.landing-demo .studio-note,
.landing-demo .style-list,
.landing-demo .consult-form,
.landing-demo .faq-list,
.landing-demo .quote-card,
.landing-demo .service-card,
.landing-demo .process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 248, 236, 0.08), rgba(255, 248, 236, 0.035));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(14px);
}

.landing-demo .studio-note {
  padding: 28px;
}

.landing-demo .counter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.landing-demo .counter-row div {
  min-height: 112px;
  border: 1px solid rgba(251, 244, 232, 0.12);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(20, 16, 13, 0.2);
}

.landing-demo .counter-row strong {
  display: block;
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 650;
  line-height: 1;
}

.landing-demo .counter-row span {
  display: block;
  margin-top: 8px;
  color: rgba(251, 244, 232, 0.58);
  font-size: 0.84rem;
}

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

.landing-demo .service-card,
.landing-demo .process-step,
.landing-demo .quote-card {
  min-height: 230px;
  padding: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.landing-demo .service-card:hover,
.landing-demo .process-step:hover,
.landing-demo .quote-card:hover {
  border-color: rgba(215, 185, 128, 0.34);
  background: rgba(255, 248, 236, 0.085);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  transform: translateY(-4px);
}

.landing-demo .service-card span {
  margin-bottom: 42px;
}

.landing-demo .service-card p,
.landing-demo .process-step p,
.landing-demo .quote-card p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.landing-demo .project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.landing-demo .project-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #211914;
  box-shadow: var(--shadow);
}

.landing-demo .project-card.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 656px;
}

.landing-demo .project-card picture {
  height: 100%;
  aspect-ratio: 4 / 5;
}

.landing-demo .project-card.large picture {
  aspect-ratio: 1 / 1;
}

.landing-demo .project-card img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 620ms ease, filter 620ms ease;
}

.landing-demo .project-card:hover img {
  filter: saturate(1.06);
  transform: scale(1.035);
}

.landing-demo .project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(20, 16, 13, 0.82));
}

.landing-demo .project-card > div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
}

.landing-demo .project-card h3 {
  margin: 8px 0 0;
}

.landing-demo .process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.landing-demo .process-step span {
  margin-bottom: 42px;
}

.landing-demo .style-list {
  display: grid;
  gap: 0;
  padding: 8px;
}

.landing-demo .style-list article {
  min-height: 146px;
  border-bottom: 1px solid rgba(251, 244, 232, 0.1);
  padding: 22px;
}

.landing-demo .style-list article:last-child {
  border-bottom: 0;
}

.landing-demo .style-list p {
  margin-bottom: 0;
}

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

.landing-demo .quote-card {
  min-height: 260px;
  margin: 0;
}

.landing-demo .quote-card p {
  color: var(--ivory-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 640;
  line-height: 1.45;
}

.landing-demo .quote-card footer {
  margin-top: 28px;
  color: var(--champagne);
  font-size: 0.88rem;
}

.landing-demo .booking-section {
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.035), rgba(20, 16, 13, 0));
}

.landing-demo .consult-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.landing-demo .consult-form label {
  display: grid;
  gap: 8px;
}

.landing-demo .consult-form label.full,
.landing-demo .consult-form .full,
.landing-demo .form-message {
  grid-column: 1 / -1;
}

.landing-demo .consult-form label span {
  color: rgba(251, 244, 232, 0.74);
  font-size: 0.84rem;
  font-weight: 700;
}

.landing-demo .consult-form input,
.landing-demo .consult-form select,
.landing-demo .consult-form textarea {
  width: 100%;
  border: 1px solid rgba(251, 244, 232, 0.16);
  border-radius: var(--radius);
  background: rgba(20, 16, 13, 0.32);
  color: var(--ivory);
  outline: 0;
  padding: 14px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.landing-demo .consult-form textarea {
  resize: vertical;
  min-height: 138px;
}

.landing-demo .consult-form input::placeholder,
.landing-demo .consult-form textarea::placeholder {
  color: rgba(251, 244, 232, 0.38);
}

.landing-demo .consult-form input:focus,
.landing-demo .consult-form select:focus,
.landing-demo .consult-form textarea:focus {
  border-color: var(--champagne);
  background: rgba(255, 248, 236, 0.08);
  box-shadow: 0 0 0 4px rgba(215, 185, 128, 0.12);
  transform: translateY(-1px);
}

.landing-demo .consult-form select option {
  color: #17120f;
}

.landing-demo .form-message {
  min-height: 24px;
  margin: 0;
  color: var(--champagne);
  font-weight: 700;
}

.landing-demo .faq-list {
  padding: 8px;
}

.landing-demo .faq-item {
  border-bottom: 1px solid rgba(251, 244, 232, 0.1);
}

.landing-demo .faq-item:last-child {
  border-bottom: 0;
}

.landing-demo .faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 20px;
  color: var(--ivory);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.landing-demo .faq-item button span {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  aspect-ratio: 1;
  border: 1px solid rgba(215, 185, 128, 0.34);
  border-radius: 50%;
}

.landing-demo .faq-item button span::before,
.landing-demo .faq-item button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--champagne);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.landing-demo .faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.landing-demo .faq-item button[aria-expanded="true"] span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.landing-demo .faq-answer {
  display: none;
}

.landing-demo .faq-item.is-open .faq-answer {
  display: block;
}

.landing-demo .faq-answer p {
  margin: 0;
  padding: 0 20px 22px;
  overflow: hidden;
}

.landing-demo.motion-ready .faq-item.is-open .faq-answer p {
  animation: faqFade 180ms ease;
}

.landing-demo .demo-footer {
  border-top: 1px solid rgba(251, 244, 232, 0.12);
  padding: 46px 0;
  background: rgba(12, 10, 8, 0.72);
}

.landing-demo .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.6fr));
  gap: 28px;
}

.landing-demo .demo-footer h3 {
  margin: 0 0 14px;
  color: var(--ivory);
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.landing-demo .demo-footer a:not(.brand) {
  display: block;
  margin-top: 9px;
  color: rgba(251, 244, 232, 0.56);
  font-size: 0.92rem;
  transition: color 180ms ease;
}

.landing-demo .demo-footer a:not(.brand):hover {
  color: var(--champagne);
}

/* Scroll reveal is progressive enhancement; layout space is reserved before animation. */
.landing-demo.motion-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}

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

.landing-demo.motion-ready .studio-section .reveal {
  opacity: 1;
  transform: translateY(0);
}

@keyframes loaderMark {
  to {
    opacity: 0.52;
    transform: rotate(45deg) scale(0.84);
  }
}

@keyframes loaderLine {
  to {
    transform: translateX(100%);
  }
}

@keyframes buttonShine {
  to {
    transform: translateX(115%);
  }
}

@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .landing-demo .hero-content,
  .landing-demo .studio-grid,
  .landing-demo .styles-grid,
  .landing-demo .booking-grid,
  .landing-demo .faq-grid,
  .landing-demo .section-heading.split {
    grid-template-columns: 1fr;
  }

  .landing-demo .services-grid,
  .landing-demo .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-demo .project-grid,
  .landing-demo .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-demo .project-card.large {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .landing-demo .container,
  .landing-demo .demo-nav {
    width: min(100% - 28px, var(--container));
  }

  .landing-demo .section {
    padding: 82px 0;
  }

  .landing-demo .demo-nav {
    min-height: 68px;
  }

  .landing-demo .nav-toggle {
    display: inline-block;
  }

  .landing-demo .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: grid;
    gap: 6px;
    border: 1px solid rgba(251, 244, 232, 0.14);
    border-radius: var(--radius);
    padding: 10px;
    background: rgba(20, 16, 13, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .landing-demo .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .landing-demo .nav-links .nav-cta {
    margin-left: 0;
  }

  .landing-demo .hero-section {
    min-height: 720px;
    margin-top: -68px;
    padding: 118px 0 38px;
  }

  .landing-demo .hero-shade {
    background:
      linear-gradient(90deg, rgba(20, 16, 13, 0.92), rgba(20, 16, 13, 0.58)),
      linear-gradient(180deg, rgba(20, 16, 13, 0.2), rgba(20, 16, 13, 0.78));
  }

  .landing-demo .hero-media img {
    object-position: 58% center;
  }

  .landing-demo h1 {
    font-size: clamp(2.7rem, 10.5vw, 4.4rem);
  }

  .landing-demo .hero-panel {
    max-width: 420px;
  }

  .landing-demo .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .landing-demo {
    overflow-x: hidden;
  }

  .landing-demo .hero-section {
    min-height: 620px;
  }

  .landing-demo h1 {
    font-size: clamp(1.86rem, 8vw, 2.2rem);
    line-height: 1.08;
  }

  .landing-demo h2 {
    font-size: clamp(1.5rem, 6.2vw, 1.85rem);
  }

  .landing-demo .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .landing-demo .hero-actions {
    flex-direction: column;
  }

  .landing-demo .hero-content {
    gap: 26px;
  }

  .landing-demo .hero-panel {
    display: none;
  }

  .landing-demo .btn {
    width: 100%;
  }

  .landing-demo .services-grid,
  .landing-demo .project-grid,
  .landing-demo .process-line,
  .landing-demo .feedback-grid,
  .landing-demo .counter-row,
  .landing-demo .consult-form,
  .landing-demo .footer-grid {
    grid-template-columns: 1fr;
  }

  .landing-demo .project-card,
  .landing-demo .project-card.large {
    grid-column: auto;
    grid-row: auto;
    min-height: 360px;
  }

  .landing-demo .project-card picture,
  .landing-demo .project-card.large picture {
    aspect-ratio: 1 / 1.08;
  }

  .landing-demo .studio-note,
  .landing-demo .consult-form {
    padding: 18px;
  }

  .landing-demo .service-card,
  .landing-demo .process-step,
  .landing-demo .quote-card {
    min-height: auto;
    padding: 20px;
  }

  .landing-demo .service-card span,
  .landing-demo .process-step span {
    margin-bottom: 28px;
  }

  .landing-demo .consult-form label.full,
  .landing-demo .consult-form .full,
  .landing-demo .form-message {
    grid-column: auto;
  }

  .landing-demo .faq-item button {
    min-height: 64px;
    padding: 18px;
  }

  .landing-demo .faq-answer p {
    padding: 0 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-demo,
  .landing-demo * {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
