:root {
  --ink: #161616;
  --soft-ink: #323232;
  --muted: #6d6a64;
  --paper: #f7f3ed;
  --chalk: #fffaf2;
  --line: rgba(22, 22, 22, 0.12);
  --red: #db1f2a;
  --red-dark: #a8141c;
  --olive: #6d7355;
  --teal: #2d6f73;
  --gold: #c79d52;
  --shadow: 0 28px 80px rgba(20, 18, 16, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 70px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

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

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

.site-header {
  position: fixed;
  inset: 18px clamp(14px, 3vw, 40px) auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(17, 17, 16, 0.74);
  color: #fff;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  transition: transform 260ms ease, background 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 17, 16, 0.9);
  transform: translateY(-5px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 760;
  line-height: 1;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: center 32%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.brand span {
  max-width: 180px;
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 24px);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a,
.site-footer a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
  color: #fff;
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 780;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-cta,
.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 14px 34px rgba(219, 31, 42, 0.28);
}

.secondary-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.nav-cta svg,
.primary-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-band {
  position: relative;
  padding-inline: clamp(20px, 5vw, 72px);
}

section[id] {
  scroll-margin-top: 110px;
}

.hero {
  min-height: 94vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: clamp(54px, 8vw, 92px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(10, 9, 8, 0.86) 39%, rgba(20, 14, 12, 0.54) 66%, rgba(20, 14, 12, 0.22) 100%),
    url("Interior/Interior Design April 2026/1.png") center right / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.65) 42%, transparent 82%);
  opacity: 0.22;
  pointer-events: none;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 22%, rgba(219, 31, 42, 0.24), transparent 24%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ff626b;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy {
  width: min(650px, 100%);
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.65;
}

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

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(710px, 100%);
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.hero-stats div {
  min-height: 96px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.24);
}

.hero-stats strong {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  width: 30px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  animation: scrollDot 1.5s ease-in-out infinite;
}

@keyframes scrollDot {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.35; }
  50% { transform: translate(-50%, 14px); opacity: 1; }
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(58px, 9vw, 110px);
  padding-bottom: clamp(58px, 9vw, 110px);
  background: var(--chalk);
}

.intro-media {
  position: relative;
  min-height: 360px;
  padding: 12px;
  background: #111;
  box-shadow: var(--shadow);
}

.intro-media::before {
  content: "";
  position: absolute;
  inset: -18px 24px 24px -18px;
  z-index: 0;
  border: 1px solid rgba(199, 157, 82, 0.52);
}

.intro-media video {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  background: #111;
}

.intro-copy p:not(.eyebrow),
.exposure-copy p,
.video-copy p,
.placement-content p,
.enquiry-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feature-strip span,
.brand-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 720;
}

.programs {
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  background: #f0ede6;
}

.section-heading {
  width: min(880px, 100%);
  margin-bottom: clamp(34px, 5vw, 58px);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-card {
  min-height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: 0 20px 60px rgba(20, 18, 16, 0.08);
}

.program-card.featured {
  color: #fff;
  background: linear-gradient(140deg, #171716, #28231f 55%, #71171d);
}

.program-card .program-number {
  margin-bottom: 46px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.program-card.featured .program-number {
  color: #ff7279;
}

.program-card p {
  color: var(--muted);
  line-height: 1.65;
}

.program-card.featured p,
.program-card.featured li {
  color: rgba(255, 255, 255, 0.75);
}

.program-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.program-card li {
  position: relative;
  padding-left: 20px;
  color: var(--soft-ink);
  line-height: 1.55;
}

.program-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  background: var(--red);
}

.studio {
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  background: var(--ink);
  color: #fff;
}

.studio .eyebrow {
  color: #ff626b;
}

.studio-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1.15fr) minmax(260px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.project-stack {
  display: grid;
  gap: 18px;
}

.project-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f8f5ef;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.project-shot img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 0;
  object-fit: contain;
  background: #f8f5ef;
}

.project-shot figcaption {
  position: absolute;
  inset: auto 18px 18px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
  font-size: 0.94rem;
  line-height: 1.45;
}

.exposure {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(70px, 10vw, 126px);
  padding-bottom: clamp(70px, 10vw, 126px);
  background:
    linear-gradient(90deg, rgba(247, 243, 237, 0.98), rgba(247, 243, 237, 0.94)),
    url("Interior/Interior Design April 2026/12.png") center / cover;
}

.exposure-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.exposure-collage img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  box-shadow: var(--shadow);
  background: #fff;
}

.exposure-collage img:nth-child(3) {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.tilt-left {
  transform: rotate(-1.5deg);
}

.tilt-right {
  transform: rotate(1.5deg);
}

.video-proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  background: #fff;
}

.video-frame {
  background: #111;
  padding: 12px;
  box-shadow: var(--shadow);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #111;
}

.placements {
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  background: #e8efe9;
}

.placements-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.placement-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center top;
  background: #fff;
  box-shadow: var(--shadow);
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.brand-cloud span:nth-child(3n) {
  border-color: rgba(45, 111, 115, 0.34);
  color: var(--teal);
}

.brand-cloud span:nth-child(4n) {
  border-color: rgba(199, 157, 82, 0.45);
  color: #8a6728;
}

.placed-students {
  overflow: hidden;
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(219, 31, 42, 0.22), transparent 32%),
    linear-gradient(135deg, #141414 0%, #201b17 52%, #4b1116 100%);
}

.placed-students .section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(20px, 4vw, 62px);
  align-items: end;
  width: 100%;
}

.placed-students .section-heading .eyebrow {
  grid-column: 1 / -1;
  color: #ff626b;
  margin-bottom: -4px;
}

.placed-students .section-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.placed-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}

.student-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}

.student-card:nth-child(even) {
  margin-top: 34px;
}

.student-card img {
  width: 100%;
  height: auto;
  background: #fff;
}

.student-card div {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(18, 18, 18, 0.84));
}

.student-card strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}

.student-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.35;
}

.enquiry {
  padding-top: clamp(64px, 10vw, 118px);
  padding-bottom: clamp(64px, 10vw, 118px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 13, 13, 0.9), rgba(33, 19, 17, 0.84)),
    url("Interior/Interior Design April 2026/16.png") center / cover;
}

.enquiry-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1.22fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
  padding: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(16px);
}

.enquiry .eyebrow {
  color: #ff626b;
}

.enquiry-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.enquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form .full,
.form-button,
.form-status {
  grid-column: 1 / -1;
}

.enquiry-form span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 740;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

textarea {
  resize: vertical;
}

select option {
  color: #161616;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 98, 107, 0.88);
  background: rgba(255, 255, 255, 0.14);
}

::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.form-button {
  border: 0;
  cursor: pointer;
}

.form-button:disabled {
  opacity: 0.68;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #ffd9dc;
  font-weight: 720;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.74);
  background: #111;
}

.site-footer img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center 32%;
}

.site-footer div {
  display: grid;
  gap: 4px;
  margin-right: auto;
}

.site-footer strong {
  color: #fff;
}

.sticky-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.22);
}

.sticky-contact__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 12px 10px;
  color: #fff;
  font-size: clamp(1rem, 3.8vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transition: filter 180ms ease, transform 180ms ease;
}

.sticky-contact__item:hover {
  filter: brightness(1.05);
}

.sticky-contact__item:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: -5px;
}

.sticky-contact__item--call {
  background: #f43b30;
}

.sticky-contact__item--enquire {
  color: #db1f2a;
  background: #fff;
}

.sticky-contact__item--whatsapp {
  background: #078a0b;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.reveal-ready .tilt-left.is-visible {
  transform: rotate(-1.5deg) translateY(0);
}

.reveal-ready .tilt-right.is-visible {
  transform: rotate(1.5deg) translateY(0);
}

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

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

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .intro,
  .exposure,
  .video-proof,
  .placements-grid,
  .enquiry-panel,
  .studio-layout,
  .placed-students .section-heading {
    grid-template-columns: 1fr;
  }

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

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

}

@media (max-width: 680px) {
  .site-header {
    inset: 10px 10px auto;
    min-height: 60px;
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .brand span {
    max-width: 106px;
    font-size: 0.82rem;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 92vh;
    padding-top: 110px;
  }

  h1 {
    font-size: clamp(2.7rem, 16vw, 4.5rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: auto;
  }

  .intro-media {
    min-height: auto;
  }

  .exposure-collage {
    grid-template-columns: 1fr;
  }

  .exposure-collage img:nth-child(3) {
    grid-column: auto;
    aspect-ratio: 16 / 9;
  }

  .enquiry-form {
    grid-template-columns: 1fr;
  }

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

  .student-card:nth-child(even) {
    margin-top: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
