/* White editorial direction inspired by contemporary interior studios. */
:root {
  --ink: #111111;
  --charcoal: #171717;
  --graphite: #252525;
  --gold: #b98643;
  --gold-light: #caa15f;
  --paper: #ffffff;
  --paper-deep: #f5f4f1;
  --white: #ffffff;
  --line: rgba(17, 17, 17, .14);
  --page: min(1280px, calc(100% - 96px));
}

body { background: #fff; color: var(--ink); }
main { padding-top: 112px; }

.site-header,
.site-header.is-scrolled,
.site-header.header-solid {
  color: var(--ink);
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}
.site-header::before { display: none; }
.nav-shell { height: 112px; }
.brand img { width: 52px; height: 48px; filter: none; }
.brand-copy { gap: 4px; }
.brand-copy strong { color: var(--gold); font-size: .66rem; letter-spacing: .22em; }
.brand-copy span { color: var(--ink); font-family: var(--sans); font-size: .9rem; font-weight: 600; letter-spacing: .15em; }
.main-nav { gap: 42px; }
.main-nav > a:not(.nav-cta) {
  color: #222;
  font-size: .71rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.main-nav a.is-active { color: var(--ink); }
.main-nav > a:not(.nav-cta)::after { bottom: -10px; height: 1px; background: var(--ink); }
.nav-cta {
  min-height: 46px;
  padding-inline: 23px;
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.nav-cta:hover,
.nav-cta:focus-visible { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }

.hero {
  width: calc(100% - 28px);
  min-height: calc(100svh - 126px);
  margin: 14px auto 0;
  color: var(--ink);
  background: #ece9e2;
}
.hero-media { background: #ece9e2; }
.hero-media video { object-position: 54% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(246, 244, 238, .92) 0%, rgba(246, 244, 238, .67) 35%, rgba(246, 244, 238, .08) 67%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.13));
}
.hero-content { padding-top: 0; padding-left: clamp(30px, 8vw, 120px); }
.hero .eyebrow { color: #57534d; }
.hero h1 {
  max-width: 820px;
  font-family: var(--sans);
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--gold); }
.hero-lead { max-width: 560px; color: rgba(17,17,17,.72); line-height: 1.7; }
.hero-continue {
  width: 190px;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(17,17,17,.38);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}
.hero-continue:hover { color: #fff; background: var(--ink); }
.hero-social {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-left: 1px solid rgba(17,17,17,.2);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
}
.hero-social a:hover { color: var(--gold); }
.hero-foot { display: none; }

.section { padding: 145px 0; }
.section-number { margin-bottom: 30px; color: #77736c; font-weight: 600; letter-spacing: .2em; }
.about { background: #fff; }
.about::after { color: rgba(185,134,67,.055); }
.about-grid { grid-template-columns: .78fr 1.22fr; gap: 10vw; }
.section-intro h2,
.craft-head h2,
.featured-head h2,
.contact-band h2 {
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: -.045em;
}
.about-copy { padding-top: 66px; }
.about-copy .large-copy { font-family: var(--sans); font-weight: 400; letter-spacing: -.025em; }
.about-copy > p { color: #666; }
.about-signature { border-color: var(--line); }
.about-signature strong { font-family: var(--sans); font-weight: 500; }

.section-dark.craft {
  padding: 145px 0;
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
}
.craft::after { display: none; }
.craft-head { align-items: start; }
.craft-head p:last-child { color: #666; }
.section-number-light { color: #77736c; }
.craft-list { margin-top: 96px; border-top-color: var(--line); }
.craft-item {
  min-height: 230px;
  grid-template-columns: 180px 1fr 1fr;
  border-bottom-color: var(--line);
  background: #fff;
}
.craft-item:hover { padding-inline: 26px; background: #faf9f6; }
.craft-index {
  color: transparent;
  font-family: var(--sans);
  font-size: clamp(5rem, 9vw, 9rem);
  font-weight: 300;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(17,17,17,.2);
}
.craft-item h3 { font-family: var(--sans); font-weight: 400; letter-spacing: -.03em; }
.craft-item p { color: #6c6963; }
.craft-item { padding-block: 36px; }
.craft-item p { line-height: 1.8; }
.craft-item.reveal { opacity: 0; transform: translateX(-90px); transition: opacity .85s ease, transform 1s var(--ease), background .3s ease; transition-duration: .85s, 1s, .3s !important; }
.craft-item.reveal:nth-child(even) { transform: translateX(90px); }
.craft-item.reveal.is-visible { opacity: 1; transform: translateX(0); }
@media (max-width: 680px) {
  .craft-item.reveal { transform: translateX(-40px); }
  .craft-item.reveal:nth-child(even) { transform: translateX(40px); }
  .craft-item.reveal.is-visible { transform: translateX(0); }
}

.featured-wall {
  padding: 140px 0 105px;
  color: var(--ink);
  background: #f8f7f4;
  box-shadow: none;
}
.featured-wall .section-number { color: #77736c; }
.featured-head { margin-bottom: 64px; }
.featured-head h2 { max-width: 800px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.text-link { font-size: .7rem; letter-spacing: .16em; }
.portfolio-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.portfolio-strip a { display: grid; gap: 14px; }
.portfolio-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #f5f4f1; }
.portfolio-photo > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portfolio-strip a:nth-child(1) .portfolio-photo > img { object-position: center 62%; }
.portfolio-strip a:nth-child(2) .portfolio-photo > img { object-position: center 55%; }
.portfolio-photo .image-watermark img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.portfolio-strip span { font-size: .69rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.featured-wall-foot { margin-top: 60px; padding-top: 32px; border-top: 1px solid var(--line); }
.featured-wall-foot p { color: #77736c; }
.button-gold { color: #fff; background: var(--ink); }
.button-gold:hover { color: var(--ink); background: var(--gold-light); }

.process-story { background: #fff; }
.process-story-intro h2 { font-family: var(--sans); font-weight: 400; letter-spacing: -.045em; }
.process-story-intro { top: var(--process-top, 112px); opacity: 1; transform: none; }
.process-story-step { min-height: 42vh; border-color: var(--line); opacity: .36; }
.process-story-step.is-active { border-color: rgba(185,134,67,.62); }
.process-story-step h3 { font-family: var(--sans); font-weight: 400; letter-spacing: -.035em; }

.contact-band { color: #fff; background: var(--charcoal); }
.contact-band h2 { color: #fff; }
.eyebrow-dark { color: var(--gold-light); }
.contact-band-inner > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.contact-number { color: var(--gold-light); }
.contact-mark { opacity: .045; }

.site-footer { background: #0d0d0d; }

/* Gallery */
.works-hero {
  min-height: 690px;
  padding: 68px 0 80px;
  align-items: center;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.works-hero::after { display: none; }
.works-hero-mark { display: none; }
.works-hero-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.works-hero-copy .eyebrow { color: #77736c; }
.works-hero h1 { color: var(--ink); font-family: var(--sans); font-size: clamp(5rem, 10vw, 9.8rem); font-weight: 300; line-height: .78; }
.works-hero-inner .works-hero-copy > p:last-child { max-width: 470px; color: #68645e; }
.works-brand-panel { min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px 24px; border-block: 1px solid var(--line); text-align: center; }
.works-brand-panel img { width: min(260px, 65%); height: auto; object-fit: contain; }
.works-brand-panel p { margin: 32px 0 8px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.2; }
.works-brand-panel > span { color: #776346; font-size: .875rem; letter-spacing: .12em; }
.gallery-section { background: #fff; }
.gallery-top { margin-bottom: 54px; }
.works-gallery { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.gallery-card { aspect-ratio: 4 / 5; background: #f1f0ed; }
.gallery-card::after { background: var(--ink); }

@media (max-width: 980px) {
  :root { --page: min(100% - 48px, 800px); }
  main { padding-top: 88px; }
  .nav-shell { height: 88px; }
  .menu-toggle { color: var(--ink); border-color: rgba(17,17,17,.25); background: #fff; }
  .main-nav { inset: 88px 0 auto; color: var(--ink); background: rgba(255,255,255,.99); border-top-color: var(--line); }
  .main-nav > a:not(.nav-cta) { color: var(--ink); border-bottom-color: var(--line); }
  .hero { min-height: calc(100svh - 102px); }
  .hero-content { padding-left: 7vw; }
  .hero-social { width: 82px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-copy { padding-top: 0; max-width: 100%; }
  .craft-item { grid-template-columns: 110px 1fr; }
  .portfolio-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 18px; }
  .works-hero-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .works-gallery { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 40px); }
  main { padding-top: 74px; }
  .nav-shell { height: 74px; }
  .main-nav { inset-block-start: 74px; }
  .brand img { width: 38px; height: 36px; }
  .hero { width: 100%; min-height: calc(100svh - 74px); margin: 0; }
  .hero-media video { object-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(247,245,239,.15), rgba(247,245,239,.76) 58%, rgba(247,245,239,.96)); }
  .hero-content { width: var(--page); padding: clamp(150px, 27svh, 230px) 0 44px; align-self: end; }
  .hero h1 { font-size: clamp(2.6rem, 11.5vw, 3.8rem); line-height: 1.08; letter-spacing: -.045em; }
  .hero-lead { max-width: 100%; color: rgba(17,17,17,.78); }
  .hero-continue { width: 100%; }
  .hero-social { display: none; }
  .section,
  .section-dark.craft { padding: 94px 0; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .about-copy { padding-top: 0; }
  .about::after { display: none; }
  .section-intro h2, .craft-head h2, .featured-head h2, .contact-band h2 { font-size: clamp(2rem, 8.6vw, 2.75rem); line-height: 1.16; letter-spacing: -.035em; text-wrap: pretty; }
  .section-number { margin-bottom: 22px; font-size: .75rem; line-height: 1.7; letter-spacing: .12em; }
  .about-copy .large-copy { font-size: 1.25rem; line-height: 1.65; letter-spacing: -.015em; }
  .about-copy > p { margin-bottom: 24px; font-size: 1rem; line-height: 1.8; }
  .about-signature { margin-top: 32px; padding-top: 28px; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 18px; align-items: center; }
  .about-signature img { width: 56px; height: auto; }
  .about-signature strong { font-size: 1rem; line-height: 1.5; }
  .about-signature span { font-size: .75rem; letter-spacing: .04em; line-height: 1.7; }
  .craft-head { gap: 20px; }
  .craft-list { margin-top: 60px; }
  .craft-item { min-height: 0; grid-template-columns: 44px minmax(0, 1fr); gap: 12px 16px; padding: 32px 0; }
  .craft-item:hover { padding-inline: 0; }
  .craft-item h3 { font-size: 1.5rem; line-height: 1.35; }
  .craft-index { font-size: 2.5rem; }
  .craft-item p { grid-column: 2; }
  .featured-wall { padding: 94px 0 76px; }
  .featured-head { margin-bottom: 38px; }
  .featured-head h2 { font-size: clamp(2rem, 8.6vw, 2.75rem); }
  .portfolio-strip { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .portfolio-strip span { font-size: .875rem; letter-spacing: .08em; }
  .featured-wall-foot { margin-top: 42px; display: grid; }
  .process-story-intro { position: sticky; top: var(--process-top, 74px); z-index: 3; padding: 18px 0; background: #fff; border-bottom: 1px solid var(--line); }
  .process-story-intro h2 { font-size: clamp(1.35rem, 5.5vw, 1.8rem); line-height: 1.15; }
  .process-story-intro .section-number { margin-bottom: 8px; font-size: .65rem; }
  .process-story-status { margin-top: 12px; }
  .process-story-step { min-height: max(260px, 48svh); opacity: .36; padding: 40px 0; }
  .process-story-step.is-active { opacity: 1; }
  .process-story-step.is-active h3 { color: var(--gold); }
  .process-story-steps { padding-bottom: 25svh; }
  .process-story-step h3 { font-size: 1.75rem; line-height: 1.2; }
  .works-hero { min-height: 0; padding: 48px 0 70px; }
  .works-hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .works-hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); line-height: .96; }
  .works-brand-panel { min-height: 320px; padding: 32px 20px; }
  .works-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .contact-band h2 { font-size: clamp(2rem, 8.6vw, 2.75rem); }
  .footer-main { gap: 36px; }
  .footer-links a, .footer-contact > a { min-height: 44px; display: flex; align-items: center; font-size: 1rem; }
  .footer-bottom { font-size: .75rem; line-height: 1.7; }
  .main-nav { max-height: calc(100svh - 74px); overflow-y: auto; padding-inline: 24px; }
  .main-nav > a:not(.nav-cta) { font-size: .875rem; }
  .hero-media video { pointer-events: none; }
  #o-nama { scroll-margin-top: 92px; }
}

/* Two identical tracks create a seamless right-to-left loop. */
.footer-marquee { width: 100%; overflow: hidden; margin: 40px 0 0; color: rgba(255,255,255,.16); font-family: var(--serif); font-size: clamp(4.5rem, 12.75vw, 13.5rem); line-height: .95; letter-spacing: -.06em; }
.footer-marquee-track { display: flex; width: max-content; animation: footer-scroll-left 26s linear infinite !important; will-change: transform; transition: color .45s ease, text-shadow .45s ease; }
.footer-marquee-track > span { display: block; flex: 0 0 auto; white-space: nowrap; padding-block: .08em; }
.footer-marquee:hover .footer-marquee-track { color: #bd904f; text-shadow: 0 0 28px rgba(189,144,79,.25); }
@keyframes footer-scroll-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 680px) {
  .footer-marquee { margin-top: 58px; font-size: 17.25vw; }
}
