@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,500;0,600;0,700;1,600;1,700&family=IBM+Plex+Sans+Thai:wght@300;400;500;600;700&display=swap');

:root {
  --ink: #141414;
  --paper: #f3efe3;
  --white: #fffef8;
  --acid: #dfff3f;
  --coral: #ff5c4d;
  --violet: #7651ff;
  --cyan: #35d9d1;
  --gold: #bf9255;
  --line: rgba(20, 20, 20, .18);
  --shadow: 8px 8px 0 #141414;
  --radius: 18px;
  --header-height: 78px;
  --font-body: "IBM Plex Sans Thai", "Noto Sans Thai", "Leelawadee UI", Tahoma, sans-serif;
  --font-display: "Chakra Petch", "IBM Plex Sans Thai", "Noto Sans Thai", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 200;
  padding: 12px 18px; background: var(--acid); border: 2px solid var(--ink); font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: var(--header-height); padding-inline: max(24px, calc((100vw - 1180px) / 2));
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.14); color: white;
  transition: background .25s, color .25s, box-shadow .25s;
}
.site-header.is-scrolled { background: rgba(243,239,227,.96); color: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .04em; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 2px solid currentColor; border-radius: 52% 43% 57% 46%;
  font: 700 24px/1 var(--font-display); transform: rotate(-7deg);
  box-shadow: 3px 3px 0 var(--acid);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 700 20px/1 var(--font-display); letter-spacing: .18em; }
.brand-copy small { margin-top: 5px; font: 600 8px/1 var(--font-display); letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: 28px; font-family: var(--font-display); font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 3px; background: var(--acid); transition: right .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--coral); transform: rotate(-1deg); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 9px; background: var(--acid); border: 2px solid var(--ink); }
.menu-toggle > span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 810px; overflow: hidden; color: white; background: var(--ink); }
.hero-slider { position: relative; min-height: 760px; }
.hero-slide {
  position: absolute; inset: 0; display: grid; align-items: center;
  opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s;
  background-image: linear-gradient(90deg, rgba(12,12,12,.95) 0%, rgba(12,12,12,.76) 45%, rgba(12,12,12,.13) 75%), var(--slide-image);
  background-size: cover; background-position: center;
}
.hero-slide::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 83% 24%, transparent 0 90px, rgba(223,255,63,.45) 92px 95px, transparent 97px),
              linear-gradient(115deg, transparent 0 66%, rgba(118,81,255,.22) 66.2% 67%, transparent 67.2%);
  mix-blend-mode: screen;
}
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-content { position: relative; z-index: 2; padding-top: 74px; }
.eyebrow { margin: 0 0 18px; font: 700 13px/1.2 var(--font-display); letter-spacing: .17em; color: var(--acid); }
.hero h1, .hero h2 {
  margin: 0; max-width: 760px; font-size: clamp(62px, 8.8vw, 126px); line-height: .86;
  font-family: var(--font-display); letter-spacing: -.045em; font-weight: 700;
}
.hero h1 span, .hero h2 span { display: inline-block; color: var(--acid); font-style: italic; transform: rotate(-2deg); text-shadow: 5px 5px 0 var(--violet); }
.hero-lead { max-width: 620px; margin: 32px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.65; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 34px; }
.button {
  min-height: 54px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  border: 2px solid currentColor; font-family: var(--font-display); font-weight: 700; transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translate(-2px,-2px); }
.button-primary { color: var(--ink); background: var(--acid); box-shadow: 6px 6px 0 var(--violet); }
.button-ghost { color: white; background: rgba(20,20,20,.15); border-color: rgba(255,255,255,.8); backdrop-filter: blur(7px); }
.hero-sticker {
  position: absolute; z-index: 3; right: max(5vw, 28px); top: 23%; width: 154px; height: 154px;
  display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--coral);
  border: 3px solid var(--ink); border-radius: 50% 46% 49% 44%; transform: rotate(9deg);
  box-shadow: 8px 8px 0 var(--acid); font: 700 22px/.85 var(--font-display);
}
.hero-sticker::before, .hero-sticker::after { content: "✦"; position: absolute; font-size: 24px; }
.hero-sticker::before { top: -14px; left: 12px; }
.hero-sticker::after { right: -14px; bottom: 13px; }
.hero-sticker small { font-size: 8px; letter-spacing: .1em; }
.sticker-violet { background: var(--violet); color: white; box-shadow-color: var(--coral); }
.sticker-green { background: var(--acid); box-shadow-color: var(--cyan); }
.spray { position: absolute; z-index: 4; pointer-events: none; opacity: .8; }
.spray-a { width: 160px; height: 55px; left: 2%; top: 150px; background: repeating-linear-gradient(98deg, transparent 0 9px, var(--coral) 10px 15px, transparent 16px 24px); transform: rotate(-14deg); }
.spray-b { width: 120px; height: 120px; right: 5%; bottom: 90px; background: radial-gradient(circle, var(--acid) 1.5px, transparent 2px); background-size: 11px 11px; transform: rotate(12deg); }
.slider-controls {
  position: absolute; z-index: 8; left: 50%; bottom: 70px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 12px;
}
.slider-controls button { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(0,0,0,.28); cursor: pointer; }
.slider-controls p { min-width: 62px; margin: 0; font: 700 12px/1 var(--font-display); letter-spacing: .12em; }
.slider-dots { display: flex; gap: 6px; }
.slider-dots button { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.35); }
.slider-dots button.is-active { width: 45px; background: var(--acid); }
.marquee { position: absolute; z-index: 7; left: 0; right: 0; bottom: 0; height: 42px; overflow: hidden; color: var(--ink); background: var(--acid); border-block: 2px solid var(--ink); font: 700 15px/38px var(--font-display); white-space: nowrap; transform: rotate(-.5deg) scale(1.01); }
.marquee div { width: max-content; animation: marquee 23s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-kicker { display: flex; align-items: center; gap: 12px; font: 700 12px/1 var(--font-display); letter-spacing: .15em; text-transform: uppercase; }
.section-kicker::after { content: ""; width: 58px; height: 2px; background: currentColor; }
.section-kicker span { width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.intro { position: relative; }
.intro::before { content: ""; position: absolute; width: 190px; height: 60px; right: 3%; top: 8%; background: repeating-linear-gradient(-8deg, transparent 0 11px, var(--coral) 12px 17px, transparent 18px 27px); transform: rotate(8deg); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px,7vw,110px); margin-top: 48px; align-items: start; }
.intro h2, .section-heading h2, .service-copy h2, .articles h2, .contact h2 {
  margin: 16px 0 0; font-family: var(--font-display); font-size: clamp(44px,6.2vw,82px); line-height: 1.02; letter-spacing: -.035em; font-weight: 700;
}
h2 em { color: var(--violet); font-style: italic; text-decoration: underline 6px var(--acid); text-underline-offset: 6px; }
.paint-label { display: inline-block; padding: 7px 13px 5px; color: white; background: var(--coral); font: 700 12px/1 var(--font-display); letter-spacing: .12em; transform: rotate(-2deg); box-shadow: 4px 4px 0 var(--ink); }
.intro-copy { padding-top: 32px; font-size: 18px; color: #45433e; }
.intro-copy p { margin: 0 0 22px; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; border: 2px solid var(--ink); box-shadow: var(--shadow); background: var(--white); }
.proof-grid article { min-height: 190px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 2px solid var(--ink); }
.proof-grid article:last-child { border-right: 0; }
.proof-grid strong { font: 700 clamp(44px,5vw,70px)/1 var(--font-display); letter-spacing: -.04em; }
.proof-grid article:nth-child(2) strong { color: var(--violet); }
.proof-grid article:nth-child(3) strong { color: var(--coral); }
.proof-grid article:nth-child(4) strong { color: #5f7d00; }
.proof-grid span { font-weight: 700; line-height: 1.35; }

.products { color: white; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; margin-bottom: 56px; align-items: start; }
.section-heading h2 { margin-top: 0; }
.section-heading h2 em { color: var(--acid); text-decoration-color: var(--violet); }
.section-heading > div:last-child > p { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.68); font-size: 18px; }
.product-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 24px; }
.product-card { position: relative; min-height: 520px; grid-column: span 4; overflow: hidden; background: #242424; border: 2px solid rgba(255,255,255,.7); }
.product-card.card-featured { grid-column: span 8; }
.product-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04); transition: transform .55s, filter .4s; }
.product-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.94)); }
.product-card:hover img { transform: scale(1.045); filter: saturate(1.1); }
.card-index { position: absolute; z-index: 2; left: 18px; top: 18px; width: 45px; height: 45px; display: grid; place-items: center; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font: 700 13px/1 var(--font-display); transform: rotate(-4deg); }
.product-copy { position: absolute; z-index: 3; inset: auto 26px 27px; }
.product-copy p { margin: 0 0 7px; color: var(--acid); font: 700 11px/1 var(--font-display); letter-spacing: .14em; }
.product-copy h3 { margin: 0 0 5px; font: 700 clamp(28px,3vw,44px)/1 var(--font-display); letter-spacing: -.025em; }
.product-copy span { display: block; max-width: 500px; color: rgba(255,255,255,.76); }
.card-acid { border-color: var(--acid); box-shadow: 7px 7px 0 var(--acid); }

.lookbook { position: relative; overflow: hidden; background: var(--paper); }
.lookbook::before {
  content: ""; position: absolute; width: 220px; height: 80px; right: 2%; top: 54px;
  background: repeating-linear-gradient(-9deg, transparent 0 11px, var(--coral) 12px 17px, transparent 18px 27px);
  transform: rotate(6deg); opacity: .85;
}
.lookbook-heading { position: relative; }
.lookbook-heading > div:last-child > p { color: #57544e; }
.lookbook-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 255px;
  grid-auto-flow: dense; gap: 18px;
}
.lookbook-item {
  position: relative; min-width: 0; margin: 0; overflow: hidden;
  background: #ddd7c8; border: 2px solid var(--ink);
}
.lookbook-wide { grid-column: span 2; }
.lookbook-tall { grid-row: span 2; }
.lookbook-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease, filter .35s ease;
}
.lookbook-item::after {
  content: ""; position: absolute; inset: 38% 0 0;
  background: linear-gradient(transparent, rgba(10,10,10,.9)); pointer-events: none;
}
.lookbook-item:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.03); }
.lookbook-item figcaption {
  position: absolute; z-index: 2; inset: auto 20px 18px;
  display: flex; align-items: end; justify-content: space-between; gap: 16px; color: white;
}
.lookbook-item figcaption span {
  padding: 6px 9px 4px; color: var(--ink); background: var(--acid);
  border: 2px solid var(--ink); font: 700 10px/1 var(--font-display); letter-spacing: .12em;
  transform: rotate(-2deg);
}
.lookbook-item figcaption strong {
  font: 700 clamp(19px,2.2vw,30px)/1 var(--font-display); text-align: right;
}

.services { background: var(--paper); }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,7vw,100px); align-items: center; }
.service-visual { position: relative; }
.service-visual img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--violet); }
.service-visual::before { content: ""; position: absolute; z-index: -1; width: 160px; height: 160px; left: -55px; top: -45px; background: var(--acid); border-radius: 50%; }
.scribble { position: absolute; right: -35px; bottom: 28px; padding: 17px 22px; color: white; background: var(--coral); border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font: 700 29px/.88 var(--font-display); transform: rotate(-7deg); }
.service-copy > p { max-width: 570px; margin: 26px 0 0; font-size: 18px; color: #4b4943; }
.process-list { list-style: none; padding: 0; margin: 45px 0 30px; border-top: 2px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 15px; padding: 20px 0; border-bottom: 2px solid var(--ink); align-items: center; }
.process-list li > span { color: var(--violet); font: 700 23px/1 var(--font-display); }
.process-list div { display: grid; }
.process-list strong { font-family: var(--font-display); font-size: 20px; font-weight: 600; }
.process-list small { color: #69665f; font-size: 14px; }
.text-link, .read-more { display: inline-flex; gap: 25px; align-items: center; font-family: var(--font-display); font-weight: 700; border-bottom: 3px solid var(--ink); }
.text-link span, .read-more span { color: var(--violet); }

.highlight { color: var(--ink); background: var(--acid); position: relative; overflow: hidden; }
.highlight::before { content: "HOTEL / SMART / HOTEL / SMART / HOTEL"; position: absolute; left: -3%; top: 18px; font: 700 112px/.8 var(--font-display); color: rgba(20,20,20,.06); white-space: nowrap; }
.highlight-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.highlight-copy h2 { margin: 20px 0; font-family: var(--font-display); font-size: clamp(48px,6vw,82px); line-height: 1; letter-spacing: -.035em; font-weight: 700; }
.highlight-copy > p:not(.paint-label) { font-size: 18px; max-width: 480px; }
.paint-dark { background: var(--ink); box-shadow-color: var(--coral); }
.highlight-grid > img { width: 100%; max-height: 550px; object-fit: cover; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--coral); transform: rotate(1.5deg); }
.button-dark { margin-top: 20px; color: white; background: var(--ink); box-shadow: 6px 6px 0 var(--coral); }

.articles { background: #e9e4d6; }
.section-heading.compact { margin-bottom: 48px; }
.articles .section-heading h2 em { color: var(--violet); text-decoration-color: var(--coral); }
.articles .section-heading > div:last-child > p { color: #57544e; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.article-card { background: var(--white); border: 2px solid var(--ink); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translate(-4px,-4px) rotate(-.4deg); box-shadow: 8px 8px 0 var(--ink); }
.article-image { position: relative; display: block; height: 260px; overflow: hidden; border-bottom: 2px solid var(--ink); }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.article-card:hover img { transform: scale(1.04); }
.article-image span { position: absolute; left: 14px; bottom: 14px; padding: 6px 9px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font: 700 10px/1 var(--font-display); letter-spacing: .13em; transform: rotate(-2deg); }
.article-card > div { padding: 24px; }
.article-card time { color: #6e6a60; font-size: 12px; font-weight: 800; }
.article-card h3 { margin: 12px 0 10px; font-family: var(--font-display); font-size: 23px; line-height: 1.35; font-weight: 700; }
.article-card p { margin: 0 0 22px; color: #5a5751; }
.read-more { gap: 18px; font-size: 14px; }

.contact { color: white; background: var(--violet); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 360px; height: 360px; right: -80px; bottom: -120px; border: 35px solid var(--acid); border-radius: 48% 52% 45% 55%; transform: rotate(22deg); }
.contact-shell { position: relative; min-height: 510px; display: grid; grid-template-columns: .48fr 1.52fr; gap: 70px; align-items: center; }
.contact-tag { width: 220px; height: 220px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--acid); border: 3px solid var(--ink); border-radius: 48% 42% 53% 45%; box-shadow: 10px 10px 0 var(--coral); transform: rotate(-8deg); font: 700 27px/.92 var(--font-display); }
.contact h2 em { color: var(--acid); text-decoration-color: var(--coral); }
.contact-main > p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.78); font-size: 18px; }
.contact-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.contact-link { display: grid; grid-template-columns: 1fr auto; padding: 20px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--coral); }
.contact-link small { grid-column: 1 / -1; font-weight: 800; color: #6b675f; }
.contact-link strong { overflow-wrap: anywhere; font-family: var(--font-display); font-size: clamp(16px,2vw,21px); }
.contact-link span { font-size: 24px; }

.site-footer { padding: 70px 0 30px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer-grid > div:not(.brand) { display: grid; align-content: start; gap: 9px; }
.footer-grid strong { margin-bottom: 8px; color: var(--acid); }
.footer-grid a { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.55); font-size: 12px; }

/* Article pages */
.article-hero { padding: calc(var(--header-height) + 85px) 0 75px; color: white; background: var(--ink); position: relative; overflow: hidden; }
.article-hero::after { content: ""; position: absolute; width: 220px; height: 70px; right: 4%; top: 28%; background: repeating-linear-gradient(-12deg, transparent 0 12px, var(--acid) 13px 19px, transparent 20px 29px); transform: rotate(10deg); }
.breadcrumbs { color: rgba(255,255,255,.64); font-size: 13px; }
.breadcrumbs a { color: var(--acid); }
.article-hero h1 { max-width: 970px; margin: 28px 0 20px; font-family: var(--font-display); font-size: clamp(43px,6.5vw,84px); line-height: 1.08; letter-spacing: -.035em; font-weight: 700; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 28px; color: rgba(255,255,255,.7); font-size: 14px; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 80px; padding-block: 75px 115px; align-items: start; }
.article-body { font-size: 18px; color: #36342f; }
.article-body > img { width: 100%; max-height: 480px; object-fit: cover; margin: 0 0 38px; border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--violet); }
.article-body h2 { margin: 55px 0 16px; color: var(--ink); font-family: var(--font-display); font-size: clamp(30px,4vw,45px); line-height: 1.18; letter-spacing: -.02em; font-weight: 700; }
.article-body h3 { margin: 35px 0 10px; color: var(--ink); font-family: var(--font-display); font-size: 24px; font-weight: 600; }
.article-body p { margin: 0 0 22px; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote { margin: 38px 0; padding: 25px 28px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--coral); font-size: 21px; font-weight: 800; }
.article-aside { position: sticky; top: calc(var(--header-height) + 30px); padding: 24px; background: var(--white); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.article-aside strong { display: block; margin-bottom: 14px; color: var(--violet); font: 700 14px/1 var(--font-display); letter-spacing: .1em; }
.article-aside a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.article-aside .button { margin-top: 20px; }
.article-cta { margin-top: 55px; padding: 34px; color: white; background: var(--violet); border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--acid); }
.article-cta h2 { color: white; margin-top: 0; }

@media (max-width: 980px) {
  .section { padding-block: 90px; }
  .site-nav { gap: 17px; }
  .hero-sticker { top: 17%; right: 25px; transform: rotate(7deg) scale(.82); }
  .intro-grid, .section-heading, .service-layout, .highlight-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .product-card, .product-card.card-featured { grid-column: span 6; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 2px solid var(--ink); }
  .service-visual { max-width: 600px; }
  .service-layout { gap: 70px; }
  .highlight-grid { gap: 55px; }
  .highlight-grid > img { max-height: 480px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .article-card:last-child .article-image { height: 100%; border: 0; border-right: 2px solid var(--ink); }
  .article-layout { grid-template-columns: minmax(0,1fr); gap: 45px; }
  .article-aside { position: static; }
  .lookbook-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 280px; }
}

@media (max-width: 760px) {
  :root { --header-height: 68px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding-block: 72px; }
  .site-header { padding-inline: 14px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed; inset: var(--header-height) 0 0; padding: 42px 24px;
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    color: var(--ink); background: var(--acid); transform: translateX(100%); transition: transform .28s ease;
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a { padding: 17px 4px; border-bottom: 2px solid var(--ink); font-size: 22px; }
  .site-nav .nav-cta { margin-top: 25px; text-align: center; background: var(--coral); box-shadow: 6px 6px 0 var(--ink); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-slider { min-height: 720px; }
  .hero-slide { background-image: linear-gradient(180deg, rgba(12,12,12,.52), rgba(12,12,12,.96) 72%), var(--slide-image); background-position: 58% center; }
  .hero-content { align-self: end; padding: 0 0 115px; }
  .hero h1, .hero h2 { font-size: clamp(53px,16vw,78px); }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.55; }
  .hero-sticker { top: 105px; right: 18px; width: 122px; height: 122px; font-size: 18px; }
  .hero-actions { margin-top: 25px; }
  .button { min-height: 49px; padding: 12px 17px; font-size: 14px; }
  .slider-controls { bottom: 58px; }
  .spray-a { top: 92px; }
  .intro-grid { gap: 16px; margin-top: 35px; }
  .intro h2, .section-heading h2, .service-copy h2, .articles h2, .contact h2 { font-size: clamp(40px,12vw,60px); }
  .intro-copy { padding-top: 15px; font-size: 16px; }
  .proof-grid { grid-template-columns: 1fr 1fr; margin-top: 45px; box-shadow: 5px 5px 0 var(--ink); }
  .proof-grid article { min-height: 155px; padding: 20px; }
  .proof-grid strong { font-size: 41px; }
  .proof-grid span { font-size: 13px; }
  .product-grid { gap: 14px; }
  .product-card, .product-card.card-featured { grid-column: 1 / -1; min-height: 430px; }
  .product-copy { inset: auto 18px 20px; }
  .lookbook::before { width: 145px; right: -20px; top: 38px; }
  .lookbook-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; gap: 13px; }
  .lookbook-wide { grid-column: span 1; }
  .lookbook-tall { grid-row: span 1; }
  .lookbook-item figcaption { inset: auto 15px 15px; }
  .service-visual img { aspect-ratio: 1 / 1.15; box-shadow: 8px 8px 0 var(--violet); }
  .scribble { right: -2px; bottom: 18px; font-size: 21px; }
  .service-copy > p, .highlight-copy > p:not(.paint-label), .contact-main > p:not(.eyebrow) { font-size: 16px; }
  .highlight-grid { gap: 40px; }
  .highlight-grid > img { box-shadow: 7px 7px 0 var(--coral); }
  .article-grid { grid-template-columns: 1fr; }
  .article-card:last-child { display: block; grid-column: auto; }
  .article-card:last-child .article-image { height: 260px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .contact-shell { grid-template-columns: 1fr; gap: 48px; }
  .contact-tag { width: 155px; height: 155px; font-size: 20px; }
  .contact-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .article-hero { padding-top: calc(var(--header-height) + 55px); }
  .article-layout { padding-top: 48px; }
  .article-body { font-size: 16px; }
}

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