:root {
  color-scheme: light;
  --ink: #201515;
  --ink-soft: #2f2a26;
  --paper: #fffefb;
  --paper-warm: #f8f4f0;
  --oak: #9c6b37;
  --walnut: #4e2f1f;
  --jade: #ff4f00;
  --moss: #f0e8dc;
  --clay: #ff4f00;
  --charcoal: #201515;
  --body: #605d52;
  --line: rgba(32, 21, 21, 0.16);
  --shadow: 0 24px 70px rgba(32, 21, 21, 0.12);
  --max: 1280px;
  --radius: 12px;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 79, 0, 0.08), transparent 26%),
    linear-gradient(rgba(32, 21, 21, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 21, 21, 0.025) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 30;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px max(22px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 254, 251, 0.94);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 254, 251, 0.98);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(32, 21, 21, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
}

.brand-logo {
  display: block;
  width: 178px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--jade);
  color: var(--paper);
  font-weight: 900;
  font-size: 0.9rem;
}

.brand-copy {
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.brand-copy span {
  font-size: 0.76rem;
  opacity: 0.82;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.9rem;
  font-weight: 650;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--jade);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  position: relative;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.lang-toggle,
.header-phone {
  position: relative;
  z-index: 26;
  min-height: 38px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
  padding: 7px 14px;
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

.header-phone {
  background: var(--jade);
  border-color: var(--jade);
  color: var(--paper);
}

.site-header.is-scrolled .header-phone {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--paper);
}

.hero-image {
  position: absolute;
  top: 128px;
  right: max(22px, calc((100vw - var(--max)) / 2));
  z-index: 1;
  width: min(48vw, 600px);
  height: 510px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  right: calc(max(22px, (100vw - var(--max)) / 2) + min(48vw, 600px) - 120px);
  top: 94px;
  z-index: 0;
  width: 210px;
  height: 210px;
  border: 28px solid var(--jade);
  border-radius: 50%;
  opacity: 0.96;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 44%;
  background: var(--paper-warm);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 148px 0 80px;
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--ink);
}

h1,
h2,
h3 {
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 650px;
  font-size: 4.3rem;
  font-weight: 600;
}

h2 {
  margin: 0;
  font-size: 2.7rem;
  font-weight: 600;
}

h3 {
  margin: 0;
  font-size: 1.16rem;
}

.hero-lede {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 1.18rem;
  color: var(--body);
}

html[lang="en"] .hero-content h1 {
  max-width: min(45vw, 560px);
  font-size: clamp(3.8rem, 5.8vw, 5.9rem);
  line-height: 1.08;
}

html[lang="en"] .hero-lede {
  max-width: min(43vw, 540px);
}

html[lang="en"] .hero-image {
  width: min(49vw, 600px);
  right: max(22px, calc((100vw - var(--max)) / 2));
}

.hero-ctas,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 12px 20px;
  font-weight: 800;
  line-height: 1.25;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn.primary {
  background: var(--jade);
  color: var(--paper);
  border-color: var(--jade);
}

.btn.secondary {
  color: inherit;
  border-color: currentColor;
  background: var(--paper);
}

.contact-card .btn.secondary {
  background: transparent;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  width: min(560px, 100%);
  gap: 1px;
  margin: 42px 0 0;
  padding: 0;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-facts div {
  padding: 16px 18px;
  background: var(--ink);
  color: var(--paper);
}

.hero-facts dt {
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: rgba(255, 254, 251, 0.72);
  font-size: 0.9rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border: 1px solid var(--line);
  background: var(--paper-warm);
  box-shadow: none;
  border-radius: var(--radius);
  overflow: hidden;
}

.trust-item {
  padding: 20px;
  border-right: 1px solid var(--line);
  font-weight: 800;
  text-align: center;
  color: var(--ink);
}

.trust-item:last-child {
  border-right: 0;
}

.section {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  display: grid;
  gap: 16px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 690px;
}

.section-heading p,
.scene-copy p,
.contact-inner p {
  margin: 0;
  color: var(--body);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-card,
.project-card,
.shop-card,
.testimonial-card,
.blog-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-warm);
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 42px;
  align-items: start;
}

.about-notes {
  display: grid;
  gap: 12px;
}

.about-notes div {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-left: 4px solid var(--jade);
  background: var(--paper-warm);
  border-radius: var(--radius);
}

.about-notes strong {
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  font-size: 1.12rem;
}

.about-notes span {
  color: var(--body);
}

.service-card {
  min-height: 156px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  gap: 20px;
}

.service-kicker {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--jade);
  font-weight: 900;
}

.service-card p {
  margin: 10px 0 0;
  color: var(--body);
  font-size: 0.94rem;
}

.service-card a {
  font-weight: 900;
  color: var(--jade);
}

.service-overview-section {
  border-top: 1px solid var(--line);
}

.service-overview-heading {
  max-width: 820px;
}

.service-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.service-overview-main {
  display: grid;
  gap: 16px;
}

.process-panel,
.scene-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-warm);
}

.process-panel {
  padding: 22px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 140px;
  padding: 18px;
  border-left: 4px solid var(--jade);
  background: var(--paper);
  border-radius: var(--radius);
}

.process-step {
  display: block;
  margin-bottom: 20px;
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  color: var(--clay);
  font-weight: 900;
}

.process-list p {
  margin: 10px 0 0;
  color: var(--body);
  font-size: 0.92rem;
}

.scenes-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.scene-panel {
  overflow: hidden;
}

.scene-panel > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--line);
}

.scene-copy {
  display: grid;
  gap: 12px;
  padding: 18px 22px 22px;
}

.scene-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.scene-card {
  min-height: 104px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  background: var(--ink);
}

.scene-card img {
  width: 100%;
  height: 100%;
  min-height: 104px;
  object-fit: cover;
  display: block;
}

.scene-detail-card {
  min-height: 0;
}

.scene-detail-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 3 / 2;
}

.scene-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(32, 21, 21, 0.62), rgba(32, 21, 21, 0.04));
}

.scene-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-weight: 900;
}

.testimonials-section,
.projects-section,
.shop-section,
.blog-section,
.faq-section {
  border-top: 1px solid var(--line);
}

.testimonials-section .section-heading {
  max-width: 980px;
  margin-bottom: 22px;
}

.testimonials-section h2 {
  font-size: clamp(2.2rem, 4.6vw, 4rem);
}

.projects-section .section-heading {
  margin-bottom: 26px;
}

.projects-section .eyebrow {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.15;
}

.project-grid {
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.project-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-nav {
  display: grid;
  gap: 12px;
  grid-row: 1;
}

.project-card {
  width: 100%;
  min-height: 154px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: var(--charcoal);
  color: var(--paper);
  border: 1px solid rgba(255, 254, 251, 0.1);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

#projectResidential:checked ~ .project-nav label[for="projectResidential"],
#projectRetail:checked ~ .project-nav label[for="projectRetail"],
#projectHotel:checked ~ .project-nav label[for="projectHotel"] {
  background: var(--jade);
  border-color: var(--jade);
  color: var(--paper);
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--jade);
}

.project-card p {
  margin: 0;
  color: rgba(255, 254, 251, 0.74);
}

#projectResidential:checked ~ .project-nav label[for="projectResidential"] p,
#projectRetail:checked ~ .project-nav label[for="projectRetail"] p,
#projectHotel:checked ~ .project-nav label[for="projectHotel"] p {
  color: rgba(255, 254, 251, 0.86);
}

.project-number {
  color: var(--jade);
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  font-weight: 900;
}

#projectResidential:checked ~ .project-nav label[for="projectResidential"] .project-number,
#projectRetail:checked ~ .project-nav label[for="projectRetail"] .project-number,
#projectHotel:checked ~ .project-nav label[for="projectHotel"] .project-number {
  color: var(--paper);
}

.project-gallery {
  min-height: 492px;
  display: none;
  grid-template-rows: auto 1fr;
  gap: 16px;
  grid-column: 2;
  grid-row: 1;
}

#projectResidential:checked ~ .project-gallery-one,
#projectRetail:checked ~ .project-gallery-two,
#projectHotel:checked ~ .project-gallery-three {
  display: grid;
}

.project-gallery-copy {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-warm);
}

.project-gallery-copy h3,
.project-gallery-copy p {
  margin: 0;
}

.project-gallery-copy p {
  color: var(--body);
}

.project-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.project-image-grid:has(.project-image-card:only-child) {
  grid-template-columns: 1fr;
}

.project-image-card {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-warm);
}

.project-image-card img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.project-image-card:hover img {
  transform: scale(1.025);
}

.project-image-card figcaption {
  position: absolute;
  inset: auto 12px 12px 12px;
  display: grid;
  gap: 2px;
  padding: 12px;
  border-radius: calc(var(--radius) - 4px);
  background: rgba(32, 21, 21, 0.82);
  color: var(--paper);
}

.project-image-card figcaption span {
  color: rgba(255, 254, 251, 0.72);
  font-size: 0.82rem;
}

.text-link {
  color: var(--jade);
  font-weight: 900;
}

.testimonial-summary {
  display: grid;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  gap: 14px;
  margin-top: 18px;
}

.testimonial-summary div {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(32, 21, 21, 0.06);
}

.testimonial-summary strong {
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  line-height: 1.18;
}

.testimonial-summary span {
  color: var(--body);
  font-size: 0.92rem;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.testimonial-grid {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: testimonial-scroll 72s linear infinite;
  will-change: transform;
}

.testimonial-carousel:hover .testimonial-grid {
  animation-play-state: paused;
}

@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.testimonial-card {
  position: relative;
  flex: 0 0 clamp(300px, 30vw, 380px);
  min-height: 284px;
  padding: 24px;
  display: grid;
  gap: 14px;
  align-content: start;
  overflow: hidden;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: -18px;
  color: rgba(255, 79, 0, 0.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7rem;
  line-height: 1;
  pointer-events: none;
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(32, 21, 21, 0.18);
}

.testimonial-name {
  font-weight: 900;
}

.testimonial-meta {
  color: var(--body);
  font-size: 0.9rem;
}

.testimonial-rating {
  color: var(--jade);
  font-size: 0.92rem;
  letter-spacing: 0;
  line-height: 1;
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--body);
}

.testimonial-focus {
  align-self: end;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(255, 79, 0, 0.22);
  border-radius: 999px;
  background: rgba(255, 79, 0, 0.08);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.blog-card {
  min-height: 236px;
  padding: 24px;
  display: grid;
  gap: 16px;
  align-content: space-between;
}

.blog-date {
  color: var(--clay);
  font-weight: 900;
  font-size: 0.86rem;
}

.blog-card p {
  margin: 10px 0 0;
  color: var(--body);
  font-size: 0.94rem;
}

.blog-card button {
  justify-self: start;
  border: 0;
  background: transparent;
  color: var(--jade);
  padding: 0;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.shop-card {
  min-height: 210px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  gap: 16px;
}

.shop-card p {
  margin: 10px 0 0;
  color: var(--body);
}

.faq-heading {
  max-width: 920px;
  margin-bottom: 26px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

details.faq-item summary {
  list-style: none;
}

details.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question-copy {
  display: grid;
  gap: 6px;
}

.faq-tag {
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 79, 0, 0.09);
  color: var(--jade);
  font-size: 0.76rem;
  line-height: 1;
}

.faq-indicator {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--jade);
  flex: 0 0 auto;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--body);
}

.faq-item.is-open .faq-answer,
.faq-item[open] .faq-answer {
  display: block;
}

.faq-item.is-open,
.faq-item[open] {
  background: var(--paper);
  box-shadow: 0 18px 46px rgba(32, 21, 21, 0.06);
}

.faq-item.is-open .faq-indicator,
.faq-item[open] .faq-indicator {
  transform: rotate(45deg);
  background: rgba(255, 79, 0, 0.1);
}

.contact-section {
  background: var(--charcoal);
  color: var(--paper);
  padding: 78px 22px;
}

.contact-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 42px;
  align-items: start;
}

.contact-inner .eyebrow {
  color: var(--paper);
}

.contact-inner p {
  color: rgba(255, 254, 251, 0.78);
  margin-top: 16px;
}

.contact-card {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(255, 254, 251, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 254, 251, 0.06);
  font-style: normal;
}

.contact-card strong {
  font-family: Inter, Aptos, "Segoe UI", "Noto Sans CJK SC", sans-serif;
  font-size: 1.35rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: var(--radius);
  background: var(--jade);
  color: var(--paper);
  box-shadow: 0 12px 30px rgba(32, 21, 21, 0.18);
  font-weight: 900;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 22px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 22, 19, 0.72);
}

.modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow: auto;
  border-radius: var(--radius);
  background: var(--paper);
  padding: 34px;
  box-shadow: var(--shadow);
}

.modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.modal-date {
  margin: 0 0 10px;
  color: var(--clay);
  font-weight: 900;
}

.modal-body {
  margin-top: 20px;
  color: var(--body);
}

.modal-body p {
  margin: 0 0 16px;
}

.person-page {
  background:
    linear-gradient(180deg, rgba(248, 244, 240, 0.9), rgba(255, 254, 251, 1) 520px),
    var(--paper);
}

.person-header {
  position: sticky;
}

.person-hero {
  width: min(var(--max), calc(100% - 44px));
  min-height: 500px;
  margin: 0 auto;
  padding: 82px 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 56px;
  align-items: center;
}

.person-hero-copy h1 {
  margin-bottom: 14px;
  font-size: 6.8rem;
  line-height: 0.92;
}

.person-subtitle {
  max-width: 680px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.28rem;
  font-weight: 800;
}

.person-hero-media {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.person-hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.person-story {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 0.92fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.person-story-heading {
  position: sticky;
  top: 110px;
}

.story-card {
  border-left: 4px solid var(--jade);
  padding-left: clamp(22px, 4vw, 44px);
  color: var(--body);
  font-size: 1.05rem;
}

.story-card p {
  margin: 0 0 18px;
}

.story-card p:first-child,
.story-card p:nth-child(2) {
  color: var(--ink);
  font-weight: 800;
}

.person-contact {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 72px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.person-contact h2,
.person-contact p {
  margin: 0;
}

.person-contact h2 {
  margin-bottom: 10px;
  color: var(--paper);
}

.person-contact p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 254, 251, 0.78);
}

.person-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.person-contact .btn.secondary {
  color: var(--paper);
  border-color: rgba(255, 254, 251, 0.35);
}

.noscript {
  margin: 0;
  padding: 18px;
  background: #fff2ce;
}

:focus-visible {
  outline: 3px solid rgba(183, 76, 53, 0.6);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .hero-image {
    top: 138px;
    width: min(42vw, 420px);
    height: 430px;
  }

  html[lang="en"] .hero-content h1 {
    max-width: min(54vw, 520px);
    font-size: clamp(3.2rem, 6vw, 4.8rem);
  }

  html[lang="en"] .hero-lede {
    max-width: min(50vw, 500px);
  }

  .service-grid,
  .shop-grid,
  .testimonial-summary,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-grid,
  .project-image-grid {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-column: 1;
    grid-row: auto;
  }

  .project-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .project-card {
    min-height: 170px;
  }

  .service-overview-layout {
    grid-template-columns: 1fr;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .scenes-section,
  .about-layout,
  .person-hero,
  .person-story,
  .person-contact,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .person-story-heading {
    position: static;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .person-hero-copy h1 {
    font-size: 5rem;
  }

  .person-subtitle {
    font-size: 1.22rem;
  }

  .person-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  body {
    line-height: 1.58;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 132px;
    height: 42px;
  }

  .brand-copy span,
  .header-phone {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 0;
    display: grid;
    align-items: start;
    padding-bottom: 24px;
    overflow: visible;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding: 104px 0 24px;
    grid-row: 1;
  }

  .hero-image {
    position: relative;
    inset: auto;
    grid-row: 2;
    width: calc(100% - 32px);
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    opacity: 1;
  }

  html[lang="en"] .hero-content h1,
  html[lang="en"] .hero-lede {
    max-width: 100%;
  }

  html[lang="en"] .hero-content h1 {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .hero-shade {
    right: 16px;
    top: 86px;
    width: 92px;
    height: 92px;
    border-width: 14px;
  }

  h1 {
    font-size: 2.46rem;
  }

  h2 {
    font-size: 1.58rem;
    line-height: 1.18;
  }

  .person-hero {
    width: calc(100% - 32px);
    min-height: 0;
    padding-top: 72px;
    gap: 24px;
  }

  .person-hero-copy h1 {
    font-size: 3.8rem;
  }

  .person-hero-media img {
    aspect-ratio: 16 / 11;
  }

  .person-story {
    width: calc(100% - 32px);
  }

  .story-card {
    padding-left: 18px;
    font-size: 1rem;
  }

  .person-contact {
    width: calc(100% - 32px);
    margin-bottom: 44px;
  }

  .hero-lede {
    margin-top: 16px;
    font-size: 0.98rem;
    max-width: 100%;
  }

  .hero-ctas,
  .contact-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-ctas .btn,
  .contact-actions .btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .hero-facts,
  .service-grid,
  .process-list,
  .scene-grid,
  .shop-grid,
  .testimonial-summary,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
  }

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

  .faq-question {
    padding: 16px;
  }

  .project-nav {
    display: flex;
    gap: 10px;
    margin: 0 -16px;
    padding: 0 16px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .project-nav::-webkit-scrollbar {
    display: none;
  }

  .project-card {
    flex: 0 0 min(78vw, 260px);
    min-height: 112px;
    padding: 16px;
    scroll-snap-align: start;
  }

  .project-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .project-gallery,
  .project-image-card,
  .project-image-card img {
    min-height: 0;
  }

  .project-image-card img {
    aspect-ratio: 4 / 3;
  }

  .hero-facts div {
    padding: 12px 8px;
    text-align: center;
  }

  .hero-facts dt {
    font-size: 1.08rem;
  }

  .hero-facts dd {
    font-size: 0.76rem;
    line-height: 1.25;
  }

  .trust-band {
    width: calc(100% - 24px);
    margin-top: 0;
  }

  .trust-item {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 12px 10px;
    font-size: 0.9rem;
  }

  .trust-item:nth-child(2n) {
    border-right: 0;
  }

  .trust-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .trust-item:last-child {
    border-right: 0;
  }

  .section {
    width: calc(100% - 32px);
    padding: 56px 0;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 24px;
  }

  .about-notes div,
  .process-panel,
  .project-gallery-copy,
  .contact-card {
    padding: 18px;
  }

  .service-card,
  .project-card,
  .shop-card,
  .testimonial-card,
  .blog-card {
    min-height: auto;
  }

  .process-list li {
    min-height: auto;
  }

  .scene-card {
    min-height: 180px;
  }

  .scene-copy {
    padding: 16px 18px 18px;
  }

  .testimonial-carousel {
    margin: 0 -16px;
    width: calc(100% + 32px);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }

  .testimonial-card {
    flex-basis: min(82vw, 320px);
    padding: 18px;
    gap: 12px;
  }

  .avatar {
    width: 50px;
    height: 50px;
  }

  .faq-list {
    gap: 10px;
  }

  .contact-section {
    padding: 54px 16px 74px;
  }

  .contact-card {
    gap: 10px;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
  }

  .modal {
    padding: 12px;
  }

  .modal-panel {
    padding: 24px 18px;
  }
}
