/*
Theme Name: GCL 2026
Theme URI: https://gclthai.com/
Author: Grand Central Laundry
Description: Custom 2026 website theme for Grand Central Laundry Co., Ltd.
Version: 0.2.0
Text Domain: gcl-2026
*/

:root {
  --ink: #05070b;
  --muted: #4f5e72;
  --paper: #f7f9fd;
  --panel: #ffffff;
  --line: #d9e2f0;
  --blue: #2568bd;
  --blue-dark: #123f86;
  --deep: #071222;
  --gold: #ffd900;
  --soft: #edf3fb;
  --shadow: 0 24px 70px rgba(37, 104, 189, .16);
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.65;
}

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

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

.gcl-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gcl-topbar {
  background: var(--blue-dark);
  color: #d9ecee;
  font-size: 13px;
}

.gcl-topbar .gcl-wrap,
.gcl-header .gcl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gcl-topbar .gcl-wrap {
  min-height: 36px;
}

.gcl-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.gcl-header .gcl-wrap {
  min-height: 84px;
}

.gcl-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gcl-brand img {
  width: 208px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.gcl-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 800;
}

.gcl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.gcl-btn.dark {
  background: var(--blue-dark);
  color: #fff;
}

.gcl-btn.ghost {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue-dark);
}

.gcl-hero {
  padding: 88px 0 74px;
  background:
    radial-gradient(ellipse 70% 42% at 100% 8%, rgba(255, 217, 0, .25), transparent 64%),
    radial-gradient(ellipse 58% 36% at 0% 100%, rgba(255, 236, 97, .2), transparent 62%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.gcl-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px;
}

.gcl-hero-copy h1 {
  max-width: 980px;
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.04;
  letter-spacing: 0;
}

.gcl-hero-copy p:not(.gcl-eyebrow) {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.gcl-th {
  font-family: "Prompt", "Segoe UI", Tahoma, sans-serif;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.gcl-hero-copy > .gcl-th:first-of-type {
  margin-top: 14px;
  color: var(--blue);
  font-size: 21px;
  font-weight: 700;
}

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

.gcl-hero-articles-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
}

.gcl-hero-articles-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 500;
  line-height: 1.1;
}

.gcl-hero-articles-head a {
  color: var(--ink);
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcl-hero-articles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 34px;
}

.gcl-hero-articles article {
  margin: 0;
}

.gcl-hero-articles img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.gcl-hero-articles h3 {
  margin: 34px 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

.gcl-hero-articles p:not(.gcl-th) {
  max-width: 620px;
  margin: 0;
  color: #2f3640;
  font-size: 19px;
  line-height: 1.65;
}

.gcl-hero-articles .gcl-th {
  max-width: 640px;
  margin-top: 14px;
}

.gcl-hero-articles article > a {
  display: inline-flex;
  margin-top: 28px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcl-section {
  padding: 92px 0;
}

.gcl-section:nth-of-type(even) {
  background: var(--panel);
}

.gcl-section:not(.gcl-quote):nth-of-type(3n+2) {
  background:
    radial-gradient(ellipse 68% 40% at 0% 18%, rgba(255, 217, 0, .2), transparent 62%),
    radial-gradient(ellipse 62% 34% at 100% 88%, rgba(255, 238, 112, .16), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.gcl-section:not(.gcl-quote):nth-of-type(3n) {
  background:
    radial-gradient(ellipse 70% 38% at 100% 12%, rgba(255, 226, 35, .22), transparent 64%),
    radial-gradient(ellipse 58% 32% at 18% 100%, rgba(255, 244, 156, .24), transparent 58%),
    linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.gcl-section:not(.gcl-quote):nth-of-type(3n+1) {
  background:
    radial-gradient(ellipse 72% 38% at 50% 0%, rgba(255, 217, 0, .18), transparent 62%),
    radial-gradient(ellipse 70% 34% at 0% 92%, rgba(255, 233, 74, .18), transparent 58%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.gcl-eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.gcl-statement {
  max-width: 1040px;
}

.gcl-statement h2,
.gcl-section-head h2,
.gcl-feature h2,
.gcl-contact h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.06;
  letter-spacing: 0;
}

.gcl-statement > p:not(.gcl-eyebrow):not(.gcl-th),
.gcl-section-head > p,
.gcl-feature p,
.gcl-contact p:not(.gcl-th) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.gcl-statement > .gcl-th,
.gcl-section-head .gcl-th,
.gcl-feature .gcl-th,
.gcl-contact .gcl-th {
  margin: 14px 0 0;
}

.gcl-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gcl-stat {
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.gcl-stat:last-child {
  border-right: 0;
}

.gcl-stat strong {
  display: block;
  color: var(--blue);
  font-size: 48px;
  line-height: 1;
}

.gcl-stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.gcl-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 44px;
  align-items: end;
  margin-bottom: 44px;
}

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

.gcl-capabilities {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.gcl-capabilities div {
  min-height: 150px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
}

.gcl-capabilities h3 {
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 20px;
  line-height: 1.18;
}

.gcl-capabilities .gcl-th {
  margin: 0;
  font-size: 14px;
}

.gcl-service {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.gcl-service img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 24px;
}

.gcl-service span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.gcl-service h3 {
  margin: 10px 0 12px;
  font-size: 28px;
  line-height: 1.18;
}

.gcl-service .gcl-th {
  margin: -4px 0 14px;
}

.gcl-service p {
  margin: 0;
  color: var(--muted);
}

.gcl-feature {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 62px;
  align-items: center;
}

.gcl-factory-media {
  display: grid;
  gap: 26px;
  align-content: stretch;
}

.gcl-factory-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.gcl-factory-media img:first-child {
  margin-top: 52px;
}

.gcl-checks {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.gcl-checks div {
  display: flex;
  gap: 12px;
  color: var(--muted);
}

.gcl-checks b {
  color: var(--gold);
  text-shadow: 0 0 0 1px var(--blue-dark);
}

.gcl-gallery-section {
  background: var(--paper);
}

.gcl-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 28px;
  align-items: start;
}

.gcl-gallery article {
  margin: 0;
}

.gcl-gallery img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.gcl-gallery h3 {
  margin: 28px 0 14px;
  color: var(--ink);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.gcl-gallery p:not(.gcl-th) {
  max-width: 420px;
  margin: 0;
  color: #2f3640;
  font-size: 17px;
  line-height: 1.65;
}

.gcl-gallery .gcl-th {
  max-width: 420px;
  margin-top: 14px;
}

.gcl-gallery .read-more {
  display: inline-flex;
  margin-top: 28px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcl-gallery a,
.gcl-gallery-full a {
  display: block;
}

.gcl-gallery-page {
  position: relative;
  overflow: hidden;
  padding: 76px 0 110px;
  background:
    radial-gradient(ellipse 72% 38% at 0% 8%, rgba(255, 217, 0, .3), transparent 62%),
    radial-gradient(ellipse 82% 46% at 100% 18%, rgba(255, 236, 97, .2), transparent 64%),
    radial-gradient(ellipse 70% 34% at 18% 100%, rgba(255, 232, 73, .2), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfdff 46%, #fff 100%);
}

.gcl-gallery-intro,
.gcl-gallery-articles-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.gcl-gallery-intro a,
.gcl-gallery-articles-head a {
  color: var(--ink);
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcl-gallery-page h1,
.gcl-gallery-articles-head h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.08;
}

.gcl-gallery-page h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 72px);
}

.gcl-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(170px, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.gcl-gallery-mosaic figure {
  margin: 0;
  overflow: hidden;
  background: #f2f2f2;
}

.gcl-gallery-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
}

.gcl-gallery-mosaic figure:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.gcl-gallery-mosaic figure:nth-child(2) {
  grid-column: 4;
  grid-row: 1;
}

.gcl-gallery-mosaic figure:nth-child(3) {
  grid-column: 5;
  grid-row: 1;
}

.gcl-gallery-mosaic figure:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

.gcl-gallery-mosaic figure:nth-child(5) {
  grid-column: 5;
  grid-row: 2;
}

.gcl-gallery-mosaic figure:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}

.gcl-gallery-mosaic figure:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.gcl-gallery-mosaic figure:nth-child(8) {
  grid-column: 1;
  grid-row: 4;
}

.gcl-gallery-mosaic figure:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}

.gcl-gallery-mosaic figure:nth-child(10) {
  grid-column: 3 / 6;
  grid-row: 3 / 5;
}

.gcl-gallery-full {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.gcl-gallery-full figure {
  margin: 0;
  background: transparent;
}

.gcl-gallery-full img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gcl-gallery-full figcaption {
  padding-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.gcl-gallery-articles-head {
  margin-top: 78px;
}

.gcl-gallery-articles-head h2 {
  font-size: clamp(30px, 3.5vw, 52px);
}

.gcl-gallery-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 98px;
  margin-top: 68px;
}

.gcl-gallery-articles article {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(18, 63, 134, .12);
}

.gcl-gallery-articles img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.gcl-gallery-articles h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
}

.gcl-gallery-articles p {
  max-width: 620px;
  margin: 0;
  color: #2f3640;
  font-size: 19px;
  line-height: 1.65;
}

.gcl-gallery-articles .gcl-th {
  max-width: 640px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.65;
}

.gcl-topic-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(130px, 1fr));
  gap: 18px;
  margin-top: 34px;
  max-width: none;
}

.gcl-topic-gallery img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  aspect-ratio: auto;
  object-fit: cover;
  background: #eef2f7;
}

.gcl-topic-gallery img:first-child {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
}

.gcl-topic-gallery img:nth-child(2) {
  grid-column: 4;
  grid-row: 1;
}

.gcl-topic-gallery img:nth-child(3) {
  grid-column: 5;
  grid-row: 1;
}

.gcl-topic-gallery img:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

.gcl-topic-gallery img:nth-child(5) {
  grid-column: 5;
  grid-row: 2;
}

.gcl-topic-gallery img:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}

.gcl-topic-gallery img:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.gcl-topic-gallery img:nth-child(8) {
  grid-column: 1;
  grid-row: 4;
}

.gcl-topic-gallery img:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}

.gcl-topic-gallery img:nth-child(10) {
  grid-column: 3 / 6;
  grid-row: 3 / 5;
}

.gcl-gallery-articles article > a {
  display: inline-flex;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gcl-quote {
  background: var(--blue-dark) !important;
  color: #fff;
}

.gcl-quote blockquote {
  margin: 0;
  max-width: 980px;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.22;
  font-weight: 900;
}

.gcl-quote cite {
  display: block;
  margin-top: 24px;
  color: #bcdadd;
  font-style: normal;
  font-weight: 800;
}

.gcl-quote .gcl-th {
  max-width: 840px;
  margin: 22px 0 0;
  color: #d7e6fb;
  font-size: 18px;
}

.gcl-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 52px;
}

.gcl-message {
  background: var(--soft) !important;
}

.gcl-message-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 56px;
  align-items: start;
}

.gcl-message h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.06;
}

.gcl-message-note {
  margin-top: 30px;
  padding: 24px;
  background: #fff;
  border-left: 8px solid var(--gold);
}

.gcl-message-note h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.gcl-message-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.gcl-message-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-dark);
  font-weight: 800;
}

.gcl-message-form input,
.gcl-message-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.gcl-message-form textarea {
  resize: vertical;
}

.gcl-captcha {
  grid-template-columns: 120px 1fr 48px;
  align-items: end;
}

.gcl-captcha button {
  min-height: 48px;
  border: 1px solid var(--blue);
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  cursor: pointer;
}

.gcl-admin-quick-edit {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid var(--gold);
  background: var(--blue-dark);
  color: #fff;
  font: 800 14px/1 "Playfair Display", Georgia, serif;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(7, 18, 34, .26);
}

.gcl-admin-quick-edit:hover {
  color: #fff;
  background: var(--blue);
}

.gcl-contact-card {
  align-self: start;
  padding: 34px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 8px solid var(--gold);
}

.gcl-contact-card h3 {
  margin: 0 0 20px;
  font-size: 26px;
}

.gcl-contact-card p {
  margin: 12px 0;
}

.gcl-footer {
  padding: 34px 0;
  background: var(--blue-dark);
  color: #d8e7e9;
  font-size: 14px;
}

@media (max-width: 940px) {
  .gcl-topbar .gcl-wrap,
  .gcl-header .gcl-wrap,
  .gcl-hero-grid,
  .gcl-section-head,
  .gcl-feature,
  .gcl-contact {
    grid-template-columns: 1fr;
  }

  .gcl-header .gcl-wrap,
  .gcl-topbar .gcl-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .gcl-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .gcl-hero {
    padding-top: 56px;
  }

  .gcl-hero-copy h1 {
    font-size: clamp(46px, 12vw, 72px);
  }

  .gcl-stats,
  .gcl-services,
  .gcl-hero-articles,
  .gcl-gallery,
  .gcl-capabilities,
  .gcl-gallery-full,
  .gcl-gallery-mosaic,
  .gcl-gallery-articles,
  .gcl-message-grid {
    grid-template-columns: 1fr;
  }

  .gcl-gallery-intro,
  .gcl-hero-articles-head,
  .gcl-gallery-articles-head {
    flex-direction: column;
  }

  .gcl-gallery-mosaic {
    grid-template-rows: none;
  }

  .gcl-gallery-mosaic figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .gcl-topic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .gcl-topic-gallery img:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .gcl-topic-gallery img:first-child,
  .gcl-topic-gallery img:nth-child(10) {
    grid-column: span 2;
    grid-row: auto;
  }

  .gcl-stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .gcl-stat:last-child {
    border-bottom: 0;
  }

  .gcl-factory-media img:first-child {
    margin-top: 0;
  }
}
