@font-face {
  font-family: "Thmanyah Serif Display";
  src: url("/assets/thmanyah-serif-display-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --paper: #f9f6f1;
  --paper-deep: #efe8dd;
  --ink: #05182d;
  --camel: #c3996b;
  --camel-light: #dfc29e;
  --white: #fffdf9;
  --line: rgba(195, 153, 107, 0.55);
  --muted: #5f646a;
  --display: "Thmanyah Serif Display", "Geeza Pro", "Noto Serif Arabic", Georgia, serif;
  --sans: "Thmanyah Serif Display", "Geeza Pro", "Noto Serif Arabic", Georgia, serif;
}

* {
  box-sizing: border-box;
}

.icon-sprite {
  position: absolute;
  overflow: hidden;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 500;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

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

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

.skip-link {
  position: fixed;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 10000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(249, 246, 241, 0.96);
}

.header-shell {
  width: min(100%, 1600px);
  height: 116px;
  margin-inline: auto;
  padding: 12px clamp(28px, 4.4vw, 78px);
  display: grid;
  grid-template-columns: 190px minmax(420px, 1fr) 390px;
  align-items: center;
  gap: 40px;
}

.brand {
  width: 78px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 60px;
  height: 90px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3.5vw, 64px);
  font-size: 16px;
  font-weight: 600;
}

.desktop-nav a,
.header-contact a {
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: -9px;
  height: 1px;
  content: "";
  background: var(--camel);
  transform: scaleX(0);
  transition: transform 240ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-contact {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #293441;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-contact a:hover {
  color: var(--camel);
}

.contact-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
}

.contact-icon svg {
  width: 13px;
  height: 13px;
  stroke-width: 1.8;
}

.contact-divider {
  width: 1px;
  height: 30px;
  background: var(--line);
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 116px);
  max-height: 900px;
  display: grid;
  grid-template-columns: 0.96fr 1.08fr;
  border-bottom: 1px solid rgba(195, 153, 107, 0.28);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: clamp(70px, 8.5vh, 112px) clamp(40px, 6vw, 104px) 56px clamp(30px, 4vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--camel);
  font-size: 18px;
  font-weight: 700;
}

.eyebrow-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke-width: 1.6;
}

.eyebrow i {
  width: min(210px, 21vw);
  height: 1px;
  background: var(--line);
}

.hero h1,
.section-heading h2,
.story h2,
.process h2,
.corporate h2,
.order h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero h1 {
  margin: 22px 0 16px;
  font-size: clamp(62px, 6.6vw, 112px);
  line-height: 0.98;
}

.hero-description {
  max-width: 610px;
  margin: 0;
  color: #343b43;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.85;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  min-width: 210px;
  min-height: 62px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--ink);
  font-size: 16px;
  font-weight: 700;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  stroke-width: 1.7;
}

.button--primary {
  color: var(--white);
  background: var(--ink);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: var(--camel);
  background: var(--camel);
}

.button--outline {
  border-color: var(--camel);
  background: transparent;
}

.button--outline:hover,
.button--outline:focus-visible {
  color: var(--white);
  background: var(--camel);
}

.hero-index {
  margin-top: auto;
  padding-top: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  direction: ltr;
  font-size: 15px;
}

.hero-index strong {
  font-size: 21px;
}

.hero-index small {
  font-size: 14px;
  color: var(--muted);
}

.hero-index i {
  width: 54px;
  height: 1px;
  margin-inline: 12px;
  background: var(--line);
}

.index-arrows {
  color: var(--camel);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.index-arrows svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}

.hero-gallery {
  position: relative;
  min-height: 740px;
  isolation: isolate;
}

.hero-gallery::before {
  position: absolute;
  inset: 0 0 0 14%;
  z-index: -3;
  content: "";
  background: linear-gradient(130deg, rgba(195, 153, 107, 0.22), rgba(239, 232, 221, 0.3));
  transform-origin: right center;
  animation: gallery-panel-in 1100ms 100ms cubic-bezier(0.2, 0.75, 0.3, 1) both;
}

.hero-gallery::after {
  position: absolute;
  inset: 0;
  z-index: 10;
  content: "";
  pointer-events: none;
  box-shadow: inset -30px 0 70px rgba(249, 246, 241, 0.34), inset 0 -80px 90px rgba(249, 246, 241, 0.12);
}

.hero-number {
  position: absolute;
  z-index: -1;
  inset-block-start: 22px;
  inset-inline-start: 24px;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: clamp(180px, 22vw, 360px);
  font-weight: 300;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(195, 153, 107, 0.62);
  animation: number-drift 7s ease-in-out 1.2s infinite alternate;
}

.hero-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #e9e5df;
  box-shadow: 0 24px 70px rgba(5, 24, 45, 0.11);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.045);
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.3, 1);
  will-change: transform;
}

.hero-photo:hover img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.085);
}

.hero-photo--shirt {
  inset: 0 auto 10% 0;
  width: 63%;
  clip-path: inset(0 0 0 0);
}

.hero-photo--shirt img {
  object-position: 54% center;
}

.hero-photo--cup {
  z-index: 3;
  inset-block-start: 20%;
  inset-inline-end: 5%;
  width: 65%;
  height: 50%;
  background: #ecedef;
}

.hero-photo--cup img {
  object-fit: cover;
  object-position: center 26%;
}

.hero-photo--set,
.hero-photo--sculpture {
  z-index: 4;
  inset-block-end: -4px;
  width: 32%;
  height: 24%;
  border: 1px solid rgba(249, 246, 241, 0.95);
  border-radius: 10px 10px 0 0;
}

.hero-photo--set {
  inset-inline-start: 22%;
}

.hero-photo--set img {
  object-position: center 31%;
}

.hero-photo--sculpture {
  inset-inline-start: 56%;
}

.hero-photo--sculpture img {
  object-position: center 58%;
}

.gallery-caption {
  position: absolute;
  inset-block-end: 22px;
  inset-inline-start: 18px;
  z-index: 12;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.manifesto {
  height: 112px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.marquee {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 42px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 42px);
  animation: marquee 22s linear infinite;
  will-change: transform;
}

.manifesto:hover .marquee {
  animation-play-state: paused;
}

.marquee i {
  color: var(--camel);
  display: inline-grid;
  place-items: center;
  font-style: normal;
}

.marquee i svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.5;
}

@keyframes marquee {
  to { transform: translateX(25%); }
}

.section-shell {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(28px, 6vw, 104px);
}

.collection {
  padding-block: clamp(100px, 12vw, 180px);
}

.section-heading {
  margin-bottom: 86px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 8vw;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--camel);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.section-kicker--light {
  color: var(--camel-light);
}

.section-heading h2,
.story h2,
.process h2,
.corporate h2,
.order h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 100px);
  line-height: 1.04;
}

.section-heading > p {
  max-width: 450px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 72px 26px;
}

.product-card:nth-child(1) {
  grid-column: 1 / span 5;
}

.product-card:nth-child(2) {
  grid-column: 7 / span 6;
  margin-top: 130px;
}

.product-card:nth-child(3) {
  grid-column: 1 / span 6;
  margin-top: -10px;
}

.product-card:nth-child(4) {
  grid-column: 8 / span 4;
  margin-top: 80px;
}

.product-card figure {
  position: relative;
  height: 520px;
  margin: 0;
  overflow: hidden;
  background: #eaebe9;
}

.product-card--portrait figure {
  height: 680px;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.04);
  transition: transform 800ms cubic-bezier(0.2, 0.75, 0.3, 1), filter 400ms ease;
  will-change: transform;
}

.product-card:nth-child(1) img {
  object-position: center 25%;
}

.product-card:nth-child(2) img {
  object-position: center 53%;
}

.product-card:nth-child(3) img {
  object-position: center 26%;
}

.product-card:nth-child(4) img {
  object-position: center 62%;
}

.product-card a:hover img,
.product-card a:focus-visible img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.085);
  filter: contrast(1.03) saturate(1.04);
}

.product-number {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-start: 22px;
  z-index: 3;
  min-width: 48px;
  padding: 8px 10px;
  color: var(--paper);
  background: var(--ink);
  font-size: 12px;
  text-align: center;
}

.product-action {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  z-index: 3;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--paper);
  font-size: 28px;
  transition: color 220ms ease, background 220ms ease, transform 300ms ease;
}

.product-action svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.55;
}

.product-card a:hover .product-action,
.product-card a:focus-visible .product-action {
  color: var(--white);
  background: var(--camel);
  transform: rotate(8deg);
}

.product-info {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
}

.product-info p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.product-info h3 {
  margin: 5px 0 0;
  font-family: var(--display);
  font-size: 28px;
}

.story {
  min-height: 900px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  color: var(--white);
  background: var(--ink);
}

.story-image {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.story-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(5, 24, 45, 0.72));
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.18) contrast(1.05);
  object-position: 54% center;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.07);
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.3, 1);
  will-change: transform;
}

.story-image > span {
  position: absolute;
  inset-inline-start: 38px;
  inset-block-end: 34px;
  z-index: 2;
  color: rgba(255, 253, 249, 0.7);
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.22em;
}

.story-copy {
  padding: clamp(80px, 11vw, 170px) clamp(44px, 8vw, 128px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story-copy > p:not(.section-kicker) {
  max-width: 660px;
  margin: 40px 0 0;
  color: rgba(255, 253, 249, 0.68);
  font-size: 18px;
  line-height: 2.05;
}

.story-values {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(195, 153, 107, 0.45);
}

.story-values > div {
  padding: 24px 0 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  border-inline-end: 1px solid rgba(195, 153, 107, 0.32);
}

.story-values > div:last-child {
  border: 0;
}

.story-values strong {
  color: var(--camel);
  font-size: 12px;
}

.story-values span {
  font-size: 14px;
  line-height: 1.7;
}

.process {
  padding-block: clamp(100px, 12vw, 180px);
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(60px, 10vw, 160px);
}

.process h2 {
  font-size: clamp(50px, 5.2vw, 82px);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  min-height: 170px;
  padding: 36px 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.process-list > li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--camel);
  border-radius: 50%;
  color: var(--camel);
  font-size: 15px;
}

.process-list h3 {
  margin: 0 0 11px;
  font-family: var(--display);
  font-size: 31px;
}

.process-list p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.corporate {
  padding-block-end: clamp(100px, 12vw, 180px);
}

.corporate-card {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.corporate-copy {
  padding: clamp(60px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.corporate h2 {
  font-size: clamp(54px, 5.8vw, 92px);
}

.corporate-copy > p:not(.section-kicker) {
  max-width: 570px;
  margin: 34px 0 42px;
  color: rgba(255, 253, 249, 0.68);
  font-size: 17px;
  line-height: 2;
}

.button--camel {
  color: var(--ink);
  border-color: var(--camel);
  background: var(--camel);
}

.button--camel:hover,
.button--camel:focus-visible {
  color: var(--ink);
  border-color: var(--paper);
  background: var(--paper);
}

.corporate-visual {
  position: relative;
  min-height: 680px;
  background: var(--camel);
  overflow: hidden;
}

.corporate-visual::before,
.corporate-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(5, 24, 45, 0.3);
  border-radius: 50%;
}

.corporate-visual::before {
  width: 500px;
  height: 500px;
  inset: -140px -140px auto auto;
}

.corporate-visual::after {
  width: 720px;
  height: 720px;
  inset: -250px -250px auto auto;
}

.corporate-word {
  position: absolute;
  inset-block-start: -35px;
  inset-inline-start: 14px;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(170px, 20vw, 340px);
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(5, 24, 45, 0.28);
}

.corporate-visual figure {
  position: absolute;
  inset: 21% 11% 12%;
  z-index: 2;
  margin: 0;
  background: #eceeef;
  box-shadow: 0 32px 80px rgba(5, 24, 45, 0.24);
  transform: rotate(-3deg);
  overflow: hidden;
}

.corporate-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.055);
  transition: transform 800ms ease;
  will-change: transform;
}

.corporate-visual:hover img {
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.095);
}

.corporate-visual > p {
  position: absolute;
  inset-inline-start: 26px;
  inset-block-end: 22px;
  z-index: 3;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.order {
  position: relative;
  min-height: 720px;
  padding: 130px 28px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.order::before {
  position: absolute;
  inset: 8% auto auto 4%;
  width: 340px;
  height: 340px;
  content: "";
  border: 1px solid rgba(195, 153, 107, 0.25);
  border-radius: 50%;
}

.order-mark {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  z-index: -1;
  width: 470px;
  height: 570px;
  object-fit: contain;
  opacity: 0.045;
  transform: translate(50%, calc(-50% + var(--parallax-y, 0px)));
  will-change: transform;
}

.order h2 {
  font-size: clamp(62px, 7.6vw, 124px);
}

.order-link {
  width: min(820px, 90vw);
  margin-top: 54px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 1fr auto 40px;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--camel);
  border-bottom: 1px solid var(--camel);
  font-size: 18px;
  text-align: start;
  transition: padding-inline 240ms ease, color 240ms ease;
}

.order-link bdi {
  direction: ltr;
  color: var(--muted);
  font-size: 14px;
}

.order-link i {
  color: var(--camel);
  display: grid;
  place-items: center;
  font-style: normal;
}

.order-link i svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.6;
}

.order-link:hover,
.order-link:focus-visible {
  padding-inline: 16px;
  color: var(--camel);
}

footer {
  padding: 90px clamp(28px, 6vw, 104px) 32px;
  color: var(--white);
  background: var(--ink);
}

.footer-main {
  min-height: 250px;
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  align-items: start;
  gap: 50px;
}

.footer-main img {
  width: 88px;
  height: 132px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.footer-main > p {
  max-width: 400px;
  margin: 15px 0 0;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.45;
}

.footer-main nav {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  color: rgba(255, 253, 249, 0.68);
  font-size: 14px;
}

.footer-main a:hover,
.footer-main a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--camel);
}

.footer-bottom {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(195, 153, 107, 0.3);
  color: rgba(255, 253, 249, 0.5);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 26px;
  direction: ltr;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-bottom a svg {
  width: 13px;
  height: 13px;
  stroke-width: 1.6;
}

.floating-whatsapp {
  position: fixed;
  inset-inline-end: 24px;
  inset-block-end: 24px;
  z-index: 40;
  height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 35px rgba(5, 24, 45, 0.25);
  font-size: 12px;
  transition: background 220ms ease, transform 220ms ease;
  animation: whatsapp-pulse 4s ease-out 2s infinite;
}

.floating-whatsapp svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.7;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: var(--camel);
  transform: translateY(-3px);
}

.reveal {
  opacity: 0;
  animation: reveal 900ms cubic-bezier(0.2, 0.75, 0.3, 1) forwards;
}

.reveal-1 { animation-delay: 80ms; }
.reveal-2 { animation-delay: 180ms; }
.reveal-3 { animation-delay: 300ms; }
.reveal-4 { animation-delay: 420ms; }

@keyframes reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes gallery-panel-in {
  from { opacity: 0; transform: scaleX(0.82); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes number-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-14px, 8px, 0); }
}

@keyframes whatsapp-pulse {
  0%, 62%, 100% { box-shadow: 0 12px 35px rgba(5, 24, 45, 0.25); }
  76% { box-shadow: 0 12px 35px rgba(5, 24, 45, 0.25), 0 0 0 10px rgba(195, 153, 107, 0); }
  77% { box-shadow: 0 12px 35px rgba(5, 24, 45, 0.25), 0 0 0 0 rgba(195, 153, 107, 0.32); }
}

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 800ms cubic-bezier(0.2, 0.75, 0.3, 1),
    transform 900ms cubic-bezier(0.2, 0.75, 0.3, 1),
    clip-path 1050ms cubic-bezier(0.2, 0.75, 0.3, 1);
  transition-delay: 0ms;
  will-change: opacity, transform;
}

.motion-ready .scroll-reveal--scale {
  transform: scale(0.965);
}

.motion-ready .scroll-reveal--line {
  transform: translate3d(-28px, 0, 0);
}

.motion-ready .scroll-reveal--wipe {
  opacity: 0;
  clip-path: inset(0 8% 0 0);
  transform: translate3d(34px, 0, 0) scale(0.985);
  will-change: opacity, clip-path, transform;
}

.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .reveal-delay-1 { transition-delay: 120ms; }
.motion-ready .reveal-delay-2 { transition-delay: 240ms; }

.motion-ready .story-copy .value-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.3, 1);
}

.motion-ready .story-copy.is-visible .value-reveal {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .story-copy.is-visible .value-reveal:nth-child(1) { transition-delay: 320ms; }
.motion-ready .story-copy.is-visible .value-reveal:nth-child(2) { transition-delay: 430ms; }
.motion-ready .story-copy.is-visible .value-reveal:nth-child(3) { transition-delay: 540ms; }

@media (max-width: 1200px) {
  .header-shell {
    grid-template-columns: 110px 1fr 320px;
    gap: 24px;
  }

  .desktop-nav {
    gap: 24px;
    font-size: 14px;
  }

  .hero {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .hero-copy {
    padding-inline: 46px 34px;
  }

  .hero-gallery {
    min-height: 660px;
  }

  .hero-photo--cup {
    width: 70%;
    inset-inline-end: 2%;
  }

  .product-card figure {
    height: 430px;
  }

  .product-card--portrait figure {
    height: 580px;
  }
}

@media (max-width: 940px) {
  html { scroll-padding-top: 82px; }

  .header-shell {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding-inline: 24px;
  }

  .brand {
    width: 48px;
    height: 66px;
  }

  .brand img {
    width: 42px;
    height: 62px;
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu summary {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    cursor: pointer;
    list-style: none;
  }

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

  .mobile-menu summary span {
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition: transform 200ms ease;
  }

  .mobile-menu[open] summary span:first-child { transform: translateY(4px) rotate(45deg); }
  .mobile-menu[open] summary span:last-child { transform: translateY(-5px) rotate(-45deg); }

  .mobile-menu nav {
    position: absolute;
    inset: 81px 0 auto;
    padding: 38px 24px 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 25px 45px rgba(5, 24, 45, 0.08);
    font-size: 20px;
  }

  .mobile-menu nav a:last-child {
    width: 100%;
    margin-top: 8px;
    padding: 16px;
    color: var(--white);
    background: var(--ink);
    text-align: center;
  }

  .hero {
    max-height: none;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 72px 28px 48px;
    min-height: 620px;
  }

  .hero h1 {
    font-size: clamp(62px, 13vw, 92px);
  }

  .hero-index { margin-top: 44px; }

  .hero-gallery {
    min-height: 700px;
    order: 2;
  }

  .hero-photo--shirt { width: 65%; }
  .hero-photo--cup { width: 68%; height: 48%; }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .section-heading > p { max-width: 650px; }

  .story,
  .corporate-card {
    grid-template-columns: 1fr;
  }

  .story-image {
    min-height: 610px;
    order: 2;
  }

  .story-copy { padding: 90px 36px; }

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

  .corporate-visual {
    min-height: 650px;
  }
}

@media (max-width: 700px) {
  .hero-copy {
    min-height: 590px;
  }

  .eyebrow {
    font-size: 14px;
  }

  .eyebrow i {
    width: 90px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(54px, 17vw, 76px);
  }

  .hero-description {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 14px;
  }

  .hero-index { padding-top: 15px; }

  .hero-gallery {
    min-height: 520px;
  }

  .hero-gallery::before { inset-inline-start: 8%; }

  .hero-number {
    font-size: 150px;
  }

  .hero-photo--shirt {
    width: 72%;
    inset-block-end: 8%;
  }

  .hero-photo--cup {
    width: 69%;
    height: 45%;
    inset-block-start: 23%;
    inset-inline-end: 0;
  }

  .hero-photo--set,
  .hero-photo--sculpture {
    width: 36%;
    height: 23%;
  }

  .hero-photo--set { inset-inline-start: 10%; }
  .hero-photo--sculpture { inset-inline-start: 50%; }

  .manifesto { height: 90px; }

  .marquee { gap: 26px; }

  .collection { padding-block: 90px; }

  .section-heading {
    margin-bottom: 52px;
  }

  .section-heading h2,
  .story h2,
  .process h2,
  .corporate h2,
  .order h2 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .section-heading > p {
    font-size: 16px;
  }

  .product-grid {
    display: block;
  }

  .product-card,
  .product-card:nth-child(n) {
    margin: 0 0 66px;
  }

  .product-card figure,
  .product-card--portrait figure {
    height: min(128vw, 590px);
  }

  .product-card--wide figure {
    height: min(86vw, 430px);
  }

  .product-info {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-info h3 { font-size: 25px; }

  .story-copy {
    padding: 78px 28px;
  }

  .story-copy > p:not(.section-kicker) {
    font-size: 16px;
  }

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

  .story-values > div {
    padding: 18px 0;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(195, 153, 107, 0.28);
  }

  .story-image {
    min-height: 480px;
  }

  .process {
    padding-block: 90px;
    gap: 50px;
  }

  .process-list li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .process-list > li > span {
    width: 42px;
    height: 42px;
  }

  .process-list h3 { font-size: 26px; }

  .corporate { padding-inline: 0; }

  .corporate-copy {
    padding: 76px 28px;
  }

  .corporate-visual {
    min-height: 520px;
  }

  .corporate-visual figure {
    inset: 18% 8% 14%;
  }

  .order {
    min-height: 640px;
    padding-inline: 24px;
  }

  .order-link {
    grid-template-columns: 1fr auto;
    gap: 14px;
    font-size: 15px;
  }

  .order-link bdi { display: none; }

  footer {
    padding-top: 70px;
  }

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

  .footer-main img {
    width: 62px;
    height: 96px;
  }

  .footer-main nav {
    align-items: flex-start;
    padding: 20px 0 50px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    inset-inline-end: 14px;
    inset-block-end: 14px;
    width: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .floating-whatsapp b { display: none; }
}

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