:root {
  --ivory: #110e0c;
  --warm-stone: #241e1a;
  --stone: #3b312a;
  --taupe: #8c7d6e;
  --deep-umber: #f4eee5;
  --soft-brown: #a69685;
  --light-x: 0px;
  --light-y: 0px;
  --depth-x: 0px;
  --depth-y: 0px;
  --slow-x: 0px;
  --slow-y: 0px;
  --ambient-scale: 1;
  --ambient-y: 0px;
  --image-hover-scale: 1;
  --image-tilt-x: 0deg;
  --image-tilt-y: 0deg;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--deep-umber);
  background: var(--ivory);
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.site-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: clamp(28px, 5vw, 68px);
  background:
    radial-gradient(circle at calc(50% + var(--light-x)) calc(34% + var(--light-y)), rgba(30, 25, 20, 0.72), transparent 26rem),
    linear-gradient(112deg, #181512 0%, #221d19 41%, #15110e 100%);
}



.hero__photo {
  position: absolute;
  inset: -3%;
  z-index: -3;
  background: url("/Users/gunas/.gemini/antigravity/brain/21ea83c9-b19f-476d-9a24-9786e9ea42a5/luxury_interior_hero_1777715730084.png");
  background-position: center;
  background-size: cover;
  transform: translate3d(calc(var(--slow-x) * -0.1), calc(var(--slow-y) * -0.08 + var(--ambient-y)), 0) scale(calc(1.05 * var(--ambient-scale)));
  pointer-events: none;
  will-change: transform, background-position, opacity;
  animation: hero-photo-reveal 1800ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__photo::after {
  position: absolute;
  inset: -12%;
  content: "";
  background: linear-gradient(104deg, transparent 26%, rgba(255, 250, 239, 0.2) 43%, transparent 60%);
  opacity: 0.46;
  transform: translate3d(calc(var(--light-x) * 0.22), 0, 0);
  animation: cinematic-light-sweep 13s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero__ambient {
  position: absolute;
  z-index: -1;
  width: clamp(220px, 28vw, 520px);
  aspect-ratio: 1 / 1.38;
  border: 1px solid rgba(255, 251, 244, 0.42);
  background: rgba(255, 250, 240, 0.16);
  box-shadow: 0 46px 120px rgba(71, 54, 38, 0.12);
  pointer-events: none;
}

.hero__ambient--left {
  left: clamp(-120px, -7vw, -40px);
  top: 8vh;
  transform: translate3d(calc(var(--depth-x) * -0.22), calc(var(--depth-y) * -0.22), 0) rotate(0.001deg);
}

.hero__ambient--right {
  right: clamp(-150px, -9vw, -48px);
  bottom: 4vh;
  background: rgba(140, 116, 91, 0.12);
  transform: translate3d(calc(var(--depth-x) * 0.18), calc(var(--depth-y) * 0.2), 0) rotate(0.001deg);
}

.hero__architecture {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.arch {
  position: absolute;
  display: block;
  will-change: transform;
}

.arch--panel {
  left: 50%;
  top: 50%;
  width: min(64vw, 900px);
  height: min(68vh, 650px);
  border: 1px solid rgba(255, 250, 240, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 44%),
    rgba(239, 228, 214, 0.2);
  box-shadow:
    inset 28px 0 60px rgba(255, 255, 255, 0.22),
    inset -32px 0 72px rgba(87, 66, 46, 0.08),
    0 50px 160px rgba(80, 60, 42, 0.12);
  transform: translate3d(calc(-50% + var(--depth-x) * 0.11), calc(-50% + var(--depth-y) * 0.08), 0);
}

.arch--lintel {
  left: 12vw;
  top: 17vh;
  width: 76vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(86, 68, 52, 0.28), transparent);
  transform: translate3d(calc(var(--slow-x) * 0.18), calc(var(--slow-y) * 0.1), 0);
}

.arch--column {
  right: 18vw;
  top: -6vh;
  width: clamp(70px, 10vw, 150px);
  height: 112vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 28%, rgba(92, 69, 49, 0.09) 100%),
    rgba(229, 216, 199, 0.3);
  box-shadow: -36px 0 70px rgba(255, 255, 255, 0.18), 28px 0 72px rgba(79, 59, 41, 0.11);
  transform: translate3d(calc(var(--depth-x) * 0.16), calc(var(--depth-y) * 0.06), 0);
}

.arch--shadow {
  left: 13vw;
  bottom: 16vh;
  width: 43vw;
  height: 18vh;
  background: linear-gradient(90deg, rgba(80, 60, 42, 0.12), transparent);
  filter: blur(28px);
  opacity: 0.65;
  transform: skewX(-18deg) translate3d(calc(var(--slow-x) * -0.22), calc(var(--slow-y) * 0.18), 0);
}

.arch--sheer {
  left: 18vw;
  top: 0;
  width: clamp(120px, 16vw, 260px);
  height: 100%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 28px),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  opacity: 0.62;
  transform: translate3d(calc(var(--depth-x) * -0.13), calc(var(--depth-y) * 0.04), 0);
}

.arch--light {
  right: 8vw;
  top: 18vh;
  width: min(34vw, 470px);
  height: min(44vh, 380px);
  background: rgba(255, 252, 245, 0.18);
  clip-path: polygon(12% 0, 100% 0, 70% 100%, 0 100%);
  filter: blur(1px);
  transform: translate3d(calc(var(--light-x) * 0.36), calc(var(--light-y) * 0.22), 0);
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 36, 30, 0.028) 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  opacity: 0.24;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  text-align: center;
  transform: translate3d(calc(var(--depth-x) * -0.05), calc(var(--depth-y) * -0.05), 0);
}

.hero__logo {
  position: relative;
  width: clamp(150px, 14vw, 220px);
  height: clamp(92px, 8.8vw, 134px);
  margin: 0 auto clamp(34px, 6vh, 62px);
  overflow: hidden;
  opacity: 0.82;
  mix-blend-mode: multiply;
  transform: translate3d(0, var(--ambient-y), 0) scale(var(--ambient-scale));
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  animation: logo-reveal 1200ms 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__logo img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-21.5%);
  filter: saturate(0.72) contrast(0.94) brightness(0.86);
}

.hero__logo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, 0.18) 48%, transparent 70%);
  mix-blend-mode: screen;
  transform: translateX(-110%);
  animation: logo-light-pass 10s ease-in-out infinite;
  pointer-events: none;
}

h1 {
  margin: 0;
  color: rgba(244, 238, 229, 0.92);
  font-family: Didot, "Bodoni 72", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.2rem, 13vw, 12.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero__line {
  width: min(100%, 560px);
  margin: clamp(32px, 5vh, 56px) auto 0;
  color: rgba(230, 220, 208, 0.76);
  font-size: clamp(1rem, 0.9rem + 0.45vw, 1.28rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.atelier-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(86px, 11vw, 160px) clamp(24px, 6vw, 86px);
  background:
    radial-gradient(circle at 16% 24%, rgba(40, 35, 30, 0.78), transparent 25rem),
    linear-gradient(180deg, #241e1a 0%, #1a1613 18%, #110e0c 100%);
}

.atelier-section::before,
.atelier-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.atelier-section::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(54, 42, 32, 0.1), transparent 22%, transparent 76%, rgba(54, 42, 32, 0.08)),
    repeating-linear-gradient(90deg, rgba(70, 55, 41, 0.032) 0 1px, transparent 1px 72px);
}

.atelier-section::after {
  left: 8vw;
  bottom: -16vh;
  z-index: -1;
  width: 58vw;
  height: 34vh;
  background: radial-gradient(ellipse, rgba(78, 59, 42, 0.16), transparent 68%);
  filter: blur(18px);
  transform: translate3d(calc(var(--section-depth-x, 0px) * -0.12), calc(var(--section-depth-y, 0px) * 0.16), 0);
}

.atelier-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 8vw, 132px);
  width: min(100%, 1240px);
  min-height: calc(100svh - clamp(172px, 22vw, 320px));
  margin: 0 auto;
}

.atelier-section__copy {
  max-width: 720px;
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.atelier-section.is-visible .atelier-section__copy {
  opacity: 1;
  transform: translateY(0);
}

.atelier-section__eyebrow {
  margin: 0 0 clamp(24px, 4vh, 42px);
  color: rgba(200, 180, 160, 0.58);
  font-size: clamp(0.72rem, 0.65rem + 0.24vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.atelier-section h2 {
  max-width: 780px;
  margin: 0;
  color: rgba(244, 238, 229, 0.9);
  font-family: Didot, "Bodoni 72", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 7.2vw, 8.3rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.atelier-section__copy > p:last-child {
  max-width: 560px;
  margin: clamp(30px, 5vh, 54px) 0 0;
  color: rgba(230, 220, 208, 0.72);
  font-size: clamp(1rem, 0.88rem + 0.4vw, 1.18rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.9;
}

.atelier-section__visual {
  position: relative;
  min-height: clamp(460px, 62vw, 720px);
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  perspective: 1200px;
  transform-style: preserve-3d;
  transition:
    opacity 1200ms 140ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1200ms 140ms cubic-bezier(0.22, 1, 0.36, 1);
}

.atelier-section.is-visible .atelier-section__visual {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.atelier-panel,
.material-swatch {
  position: absolute;
  display: block;
  opacity: 0;
  transition:
    opacity 1000ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 1100ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, background-position;
}

.atelier-section.is-visible .atelier-panel,
.atelier-section.is-visible .material-swatch {
  opacity: 1;
}

.atelier-panel::before,
.material-swatch::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(112deg, transparent 22%, rgba(255, 251, 241, 0.28) 48%, transparent 70%);
  opacity: 0.42;
  transform: translateX(-112%);
  animation: material-light-sweep 12s ease-in-out infinite;
  pointer-events: none;
}

.atelier-panel::after,
.material-swatch::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 34% 18%, rgba(255, 255, 255, 0.18), transparent 40%);
  opacity: 0.52;
  transform: translate3d(calc(var(--section-depth-x, 0px) * 0.08), calc(var(--section-depth-y, 0px) * -0.04), 0);
  pointer-events: none;
}

.atelier-panel--linen::before,
.material-swatch--ivory::before {
  animation-delay: -4s;
}

.atelier-panel--arch::before,
.material-swatch--bronze::before {
  animation-delay: -7s;
}

.atelier-panel--shadow::before,
.atelier-panel--shadow::after {
  display: none;
}

.atelier-section__visual:hover {
  --image-hover-scale: 1.018;
  --image-tilt-x: 1.2deg;
  --image-tilt-y: -1.4deg;
}

.atelier-panel--stone {
  right: 8%;
  top: 8%;
  width: min(72%, 420px);
  aspect-ratio: 0.78;
  border: 1px solid rgba(255, 252, 245, 0.54);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 34%),
    repeating-linear-gradient(102deg, rgba(94, 77, 61, 0.055) 0 1px, transparent 1px 22px),
    linear-gradient(140deg, #cbbbab 0%, #efe3d5 50%, #aa9885 100%);
  box-shadow:
    inset 26px 0 70px rgba(255, 255, 255, 0.24),
    0 42px 96px rgba(62, 47, 35, 0.18);
  background-position: calc(50% + var(--section-depth-x, 0px) * 0.08) calc(50% + var(--section-depth-y, 0px) * -0.06), 0 0, center;
  transform: translate3d(calc(var(--section-depth-x, 0px) * 0.12), calc(var(--section-depth-y, 0px) * 0.18 + var(--ambient-y)), 28px) rotateX(var(--image-tilt-x)) rotateY(var(--image-tilt-y)) scale(calc(var(--image-hover-scale) * var(--ambient-scale)));
}

.atelier-panel--linen {
  left: 3%;
  top: 22%;
  width: min(52%, 310px);
  aspect-ratio: 0.72;
  border: 1px solid rgba(255, 252, 245, 0.48);
  background:
    repeating-linear-gradient(0deg, rgba(72, 59, 48, 0.03) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 9px),
    #e9ded0;
  box-shadow: 0 34px 80px rgba(65, 49, 36, 0.13);
  background-position: 0 calc(var(--section-depth-y, 0px) * -0.08), calc(var(--section-depth-x, 0px) * 0.05) 0, center;
  transition-delay: 90ms;
  transform: translate3d(calc(var(--section-depth-x, 0px) * -0.18), calc(var(--section-depth-y, 0px) * 0.1 + var(--ambient-y)), -10px) rotateX(calc(var(--image-tilt-x) * -0.35)) rotateY(calc(var(--image-tilt-y) * -0.45)) scale(calc(1.004 * var(--image-hover-scale)));
}

.atelier-panel--arch {
  right: 0;
  bottom: 2%;
  width: min(58%, 360px);
  aspect-ratio: 0.74;
  border: 1px solid rgba(75, 60, 46, 0.12);
  border-radius: 50% 50% 3px 3px / 36% 36% 3px 3px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 52%),
    linear-gradient(115deg, #a79580, #d8c9b8 58%, #8d7a66);
  box-shadow: 0 52px 110px rgba(58, 43, 31, 0.2);
  transition-delay: 160ms;
  transform: translate3d(calc(var(--section-depth-x, 0px) * 0.24), calc(var(--section-depth-y, 0px) * -0.08 + var(--ambient-y) * -0.5), 58px) rotateX(calc(var(--image-tilt-x) * 0.55)) rotateY(calc(var(--image-tilt-y) * 0.7)) scale(calc(var(--image-hover-scale) * var(--ambient-scale)));
}

.atelier-panel--shadow {
  left: 12%;
  bottom: 11%;
  width: 68%;
  height: 16%;
  background: radial-gradient(ellipse, rgba(62, 47, 35, 0.2), transparent 66%);
  filter: blur(24px);
  transform: translate3d(calc(var(--section-depth-x, 0px) * -0.12), calc(var(--section-depth-y, 0px) * 0.18), -40px) scale(calc(1.01 * var(--ambient-scale)));
}

.material-swatch {
  width: clamp(64px, 8vw, 104px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 252, 245, 0.52);
  box-shadow: 0 24px 52px rgba(56, 42, 31, 0.16);
  overflow: hidden;
}

.material-swatch--oak {
  left: 0;
  bottom: 25%;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.15), transparent 34%),
    repeating-linear-gradient(92deg, rgba(65, 45, 30, 0.11) 0 1px, transparent 1px 14px),
    #9a7d5f;
  transition-delay: 220ms;
  transform: translate3d(calc(var(--section-depth-x, 0px) * -0.28), calc(var(--section-depth-y, 0px) * -0.08 + var(--ambient-y) * 0.35), 74px) rotateX(calc(var(--image-tilt-x) * -0.8)) rotateY(calc(var(--image-tilt-y) * -0.55)) scale(calc(var(--image-hover-scale) * 0.995));
}

.material-swatch--ivory {
  left: 28%;
  bottom: 5%;
  background: linear-gradient(145deg, #fffaf2, #d9ccbc);
  transition-delay: 280ms;
  transform: translate3d(calc(var(--section-depth-x, 0px) * 0.08), calc(var(--section-depth-y, 0px) * 0.22 + var(--ambient-y) * -0.2), 44px) rotateX(calc(var(--image-tilt-x) * 0.45)) rotateY(calc(var(--image-tilt-y) * 0.55)) scale(calc(var(--image-hover-scale) * 0.998));
}

.material-swatch--bronze {
  right: 18%;
  top: 0;
  background:
    linear-gradient(135deg, rgba(255, 240, 208, 0.34), transparent 38%),
    linear-gradient(145deg, #7a6049, #c1a17a 62%, #5b4636);
  transition-delay: 340ms;
  transform: translate3d(calc(var(--section-depth-x, 0px) * 0.32), calc(var(--section-depth-y, 0px) * -0.16 + var(--ambient-y) * 0.28), 86px) rotateX(calc(var(--image-tilt-x) * 0.35)) rotateY(calc(var(--image-tilt-y) * 0.9)) scale(calc(var(--image-hover-scale) * var(--ambient-scale)));
}

.atelier-section__visual:hover .atelier-panel,
.atelier-section__visual:hover .material-swatch {
  filter: saturate(1.025) contrast(1.018);
}

.atelier-section__visual:hover .atelier-panel--stone,
.atelier-section__visual:hover .atelier-panel--arch {
  box-shadow:
    inset 26px 0 72px rgba(255, 255, 255, 0.26),
    0 48px 112px rgba(62, 47, 35, 0.2);
}

.craft-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(88px, 11vw, 160px) clamp(24px, 6vw, 86px);
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 250, 240, 0.72), transparent 24rem),
    linear-gradient(180deg, #f7f0e8 0%, #e6d9c8 52%, #c8b59e 100%);
}

.craft-section::before,
.craft-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.craft-section::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(43, 36, 30, 0.08), transparent 18%, transparent 82%, rgba(43, 36, 30, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 84px);
}

.craft-section::after {
  right: 12vw;
  bottom: -20vh;
  z-index: -1;
  width: 48vw;
  height: 42vh;
  background: radial-gradient(ellipse, rgba(72, 54, 38, 0.18), transparent 66%);
  filter: blur(22px);
  transform: translate3d(calc(var(--craft-depth-x, 0px) * -0.08), calc(var(--craft-depth-y, 0px) * 0.18), 0);
}

.craft-section__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.craft-section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.52fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(54px, 8vw, 104px);
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 1050ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1050ms cubic-bezier(0.22, 1, 0.36, 1);
}

.craft-section.is-visible .craft-section__header {
  opacity: 1;
  transform: translateY(0);
}

.craft-section__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -12px;
  color: rgba(72, 59, 48, 0.58);
  font-size: clamp(0.72rem, 0.65rem + 0.24vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.craft-section h2 {
  max-width: 760px;
  margin: 0;
  color: rgba(43, 36, 30, 0.9);
  font-family: Didot, "Bodoni 72", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.3rem, 7vw, 8rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.craft-section__header > p:last-child {
  margin: 0 0 0 auto;
  max-width: 430px;
  color: rgba(66, 55, 46, 0.72);
  font-size: clamp(0.98rem, 0.88rem + 0.35vw, 1.14rem);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.9;
}

.craft-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.64fr) minmax(0, 0.64fr);
  grid-template-rows: minmax(220px, 0.72fr) minmax(220px, 0.72fr);
  gap: clamp(16px, 2.2vw, 30px);
  min-height: clamp(560px, 57vw, 720px);
  perspective: 1200px;
  transform-style: preserve-3d;
}

.craft-material {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255, 252, 245, 0.44);
  background: rgba(239, 228, 214, 0.3);
  box-shadow: 0 32px 86px rgba(63, 47, 35, 0.13);
  opacity: 0;
  transform: translate3d(0, 38px, 0);
  transition:
    opacity 1050ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1050ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, background-position;
}

.craft-section.is-visible .craft-material {
  opacity: 1;
}

.craft-section.is-visible .craft-material--feature {
  transform: translate3d(calc(var(--craft-depth-x, 0px) * -0.1), calc(var(--craft-depth-y, 0px) * 0.08 + var(--ambient-y)), 46px) scale(var(--ambient-scale));
}

.craft-section.is-visible .craft-material--wood {
  transform: translate3d(calc(var(--craft-depth-x, 0px) * 0.14), calc(var(--craft-depth-y, 0px) * -0.05 + var(--ambient-y) * -0.25), 28px);
}

.craft-section.is-visible .craft-material--fabric {
  transform: translate3d(calc(var(--craft-depth-x, 0px) * -0.07), calc(var(--craft-depth-y, 0px) * 0.1 + var(--ambient-y) * 0.18), 16px);
}

.craft-section.is-visible .craft-material--metal {
  transform: translate3d(calc(var(--craft-depth-x, 0px) * 0.2), calc(var(--craft-depth-y, 0px) * -0.08 + var(--ambient-y) * 0.28), 64px);
}

.craft-material:hover {
  filter: saturate(1.025) contrast(1.018);
  box-shadow: 0 42px 104px rgba(63, 47, 35, 0.18);
}

.craft-material--feature {
  grid-row: 1 / 3;
}

.craft-material--fabric {
  grid-column: 2;
  grid-row: 2;
  transition-delay: 130ms;
}

.craft-material--wood {
  transition-delay: 80ms;
}

.craft-material--metal {
  transition-delay: 190ms;
}

.craft-material__texture,
.craft-material__texture::before,
.craft-material__texture::after,
.craft-material::before,
.craft-material::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.craft-material__texture {
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.018);
}

.craft-material:hover .craft-material__texture {
  transform: scale(1.04);
}

.craft-material::before {
  inset: 0;
  z-index: 2;
  background: linear-gradient(112deg, transparent 22%, rgba(255, 251, 241, 0.32) 48%, transparent 70%);
  opacity: 0;
  transform: translateX(-118%);
  animation: material-light-sweep 13s ease-in-out infinite;
}

.craft-material::after {
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(43, 36, 30, 0.18)),
    radial-gradient(circle at calc(34% + var(--craft-depth-x, 0px) * 0.06) 20%, rgba(255, 255, 255, 0.2), transparent 42%);
}

.craft-material__texture--stone {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 30%),
    repeating-linear-gradient(118deg, rgba(68, 56, 45, 0.07) 0 1px, transparent 1px 32px),
    linear-gradient(145deg, #d9cfc2 0%, #a99782 48%, #f4eadf 100%);
}

.craft-material__texture--stone::before {
  inset: 16% 12% auto 18%;
  height: 1px;
  background: rgba(84, 66, 49, 0.18);
  box-shadow:
    0 68px 0 rgba(255, 255, 255, 0.28),
    0 142px 0 rgba(84, 66, 49, 0.1);
}

.craft-material__texture--wood {
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.12), transparent 34%),
    repeating-linear-gradient(92deg, rgba(65, 45, 30, 0.12) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255, 238, 211, 0.08) 0 2px, transparent 2px 58px),
    linear-gradient(135deg, #8c7054, #c4a37b 56%, #6f533b);
}

.craft-material__texture--fabric {
  background:
    repeating-linear-gradient(0deg, rgba(74, 60, 49, 0.035) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 10px),
    linear-gradient(145deg, #f0e7da, #d3c4b2);
}

.craft-material__texture--metal {
  background:
    linear-gradient(108deg, rgba(255, 238, 203, 0.28), transparent 30%, rgba(255, 255, 255, 0.15) 50%, transparent 72%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 7px),
    linear-gradient(145deg, #5e4938, #b9956e 55%, #806048);
}

.craft-material__edge {
  position: absolute;
  right: 12%;
  top: 12%;
  z-index: 3;
  width: 32%;
  height: 68%;
  border-left: 1px solid rgba(255, 251, 241, 0.42);
  border-top: 1px solid rgba(255, 251, 241, 0.42);
  opacity: 0.7;
  transform: translate3d(calc(var(--craft-depth-x, 0px) * 0.08), calc(var(--craft-depth-y, 0px) * -0.08), 0);
}

.craft-material__label {
  position: absolute;
  left: clamp(18px, 2.5vw, 32px);
  right: clamp(18px, 2.5vw, 32px);
  bottom: clamp(18px, 2.5vw, 32px);
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(43, 36, 30, 0.78);
  font-size: clamp(0.74rem, 0.68rem + 0.22vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.craft-material__label span {
  color: rgba(43, 36, 30, 0.48);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(84px, 10vw, 142px) clamp(24px, 6vw, 86px) clamp(34px, 5vw, 54px);
  background:
    radial-gradient(circle at 18% 10%, rgba(40, 35, 30, 0.76), transparent 25rem),
    linear-gradient(180deg, #181512 0%, #15110e 48%, #110e0c 100%);
  color: rgba(244, 238, 229, 0.88);
}

.site-footer::before,
.site-footer::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.site-footer::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(43, 36, 30, 0.12), transparent 20%, transparent 82%, rgba(43, 36, 30, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px);
}

.site-footer::after {
  left: 10vw;
  bottom: -24vh;
  z-index: -1;
  width: 58vw;
  height: 36vh;
  background: radial-gradient(ellipse, rgba(74, 56, 40, 0.16), transparent 68%);
  filter: blur(22px);
  transform: translate3d(calc(var(--footer-depth-x, 0px) * -0.12), calc(var(--footer-depth-y, 0px) * 0.18), 0);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  gap: clamp(48px, 8vw, 120px);
  width: min(100%, 1240px);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer.is-visible .site-footer__inner {
  opacity: 1;
  transform: translateY(0);
}

.site-footer__statement {
  max-width: 820px;
}

.site-footer__eyebrow {
  margin: 0 0 clamp(24px, 4vh, 42px);
  color: rgba(230, 220, 208, 0.62);
  font-size: clamp(0.72rem, 0.65rem + 0.24vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.34em;
  line-height: 1.4;
  text-transform: uppercase;
}

.site-footer h2 {
  margin: 0;
  color: rgba(244, 238, 229, 0.9);
  font-family: Didot, "Bodoni 72", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 7.3vw, 8.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: end;
  padding-bottom: 10px;
}

.site-footer__links a {
  position: relative;
  color: rgba(230, 220, 208, 0.74);
  font-size: clamp(0.86rem, 0.78rem + 0.28vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none;
  transition:
    color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer__links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  content: "";
  background: rgba(230, 220, 208, 0.58);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer__links a:hover {
  color: rgba(244, 238, 229, 0.96);
  transform: translateX(3px);
}

.site-footer__links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-footer__copyright {
  grid-column: 1 / -1;
  margin: clamp(72px, 11vw, 130px) 0 0;
  padding-top: 26px;
  border-top: 1px solid rgba(230, 220, 208, 0.14);
  color: rgba(230, 220, 208, 0.52);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

@keyframes cinematic-light-sweep {
  0% {
    opacity: 0.18;
    transform: translate3d(-14%, -2%, 0);
  }

  48%,
  100% {
    opacity: 0.48;
    transform: translate3d(16%, 3%, 0);
  }
}

@keyframes hero-photo-reveal {
  from {
    opacity: 0;
    filter: saturate(0.68) contrast(0.86) blur(5px);
  }

  to {
    opacity: 0.56;
    filter: saturate(0.78) contrast(0.9) blur(0);
  }
}

@keyframes logo-reveal {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.982);
  }

  to {
    opacity: 0.82;
    transform: translate3d(0, var(--ambient-y), 0) scale(var(--ambient-scale));
  }
}

@keyframes logo-light-pass {
  0%,
  58% {
    transform: translateX(-115%);
  }

  84%,
  100% {
    transform: translateX(115%);
  }
}

@keyframes material-light-sweep {
  0%,
  54% {
    opacity: 0;
    transform: translateX(-118%);
  }

  74% {
    opacity: 0.44;
  }

  100% {
    opacity: 0;
    transform: translateX(118%);
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 26px;
  }

  .hero__ambient--left {
    left: -150px;
  }

  .hero__ambient--right {
    right: -180px;
  }

  .arch--panel {
    width: 84vw;
    height: 58vh;
  }

  .arch--column {
    right: 3vw;
    width: 74px;
  }

  .arch--sheer {
    left: 3vw;
  }

  .arch--light {
    right: -12vw;
    top: 13vh;
    width: 62vw;
  }

  .hero__logo {
    width: clamp(140px, 34vw, 172px);
    height: clamp(86px, 21vw, 106px);
    margin-bottom: 46px;
  }

  h1 {
    font-size: clamp(4.1rem, 19vw, 7.6rem);
  }

  .atelier-section {
    min-height: auto;
    padding: 92px 24px 104px;
  }

  .atelier-section__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 52px;
  }

  .atelier-section h2 {
    font-size: clamp(3rem, 14vw, 5.4rem);
  }

  .atelier-section__copy > p:last-child {
    max-width: 100%;
  }

  .atelier-section__visual {
    min-height: 430px;
  }

  .craft-section {
    min-height: auto;
    padding: 94px 24px 108px;
  }

  .craft-section__header {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 52px;
  }

  .craft-section__eyebrow {
    margin-bottom: -6px;
  }

  .craft-section h2 {
    font-size: clamp(3rem, 13.2vw, 5.2rem);
  }

  .craft-section__header > p:last-child {
    max-width: 100%;
    margin-left: 0;
  }

  .craft-section__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .craft-material,
  .craft-material--feature,
  .craft-material--fabric {
    grid-column: auto;
    grid-row: auto;
  }

  .craft-material {
    min-height: 260px;
  }

  .craft-material--feature {
    min-height: 420px;
  }

  .site-footer {
    padding: 90px 24px 36px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .site-footer h2 {
    font-size: clamp(3rem, 13vw, 5.4rem);
  }

  .site-footer__links {
    align-self: start;
    padding-bottom: 0;
  }

  .site-footer__copyright {
    margin-top: 28px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-inline: 20px;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 4.7rem);
  }

  .atelier-section {
    padding-inline: 20px;
  }

  .atelier-section__visual {
    min-height: 380px;
  }

  .craft-section {
    padding-inline: 20px;
  }

  .craft-material {
    min-height: 230px;
  }

  .craft-material--feature {
    min-height: 360px;
  }

  .site-footer {
    padding-inline: 20px;
  }
}

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

  .hero,
  .hero::before,
  .hero__photo,
  .hero__ambient,
  .hero__content,
  .arch,
  .atelier-section::after,
  .atelier-section__copy,
  .atelier-section__visual,
  .atelier-panel,
  .material-swatch,
  .hero__logo,
  .craft-section::after,
  .craft-section__header,
  .craft-material,
  .craft-material__texture,
  .craft-material__edge,
  .site-footer::after,
  .site-footer__inner {
    transform: none !important;
  }

  .atelier-section__copy,
  .atelier-section__visual,
  .atelier-panel,
  .material-swatch,
  .craft-section__header,
  .craft-material,
  .site-footer__inner {
    opacity: 1 !important;
  }
}
