body[data-page-key="about"]{
  --about-ink:#17202a;
  --about-muted:#667268;
  --about-soft:#f7f4ed;
  --about-surface:#fffdf8;
  --about-line:rgba(81,68,49,.14);
  --about-gold:#bf8f36;
  --about-gold-deep:#8a6425;
  --about-sage:#6f7f68;
  --about-clay:#b77852;
  --about-night:#111b22;
  color:var(--about-ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(191,143,54,.09), transparent 26rem),
    linear-gradient(180deg,#fffdf8 0%,#f5f1e8 46%,#fbfaf6 100%);
}

body[data-page-key="about"] .about-page{
  max-width:1180px;
  padding-bottom:0;
}

body[data-page-key="about"] .nav-shell{
  border:1px solid rgba(115,92,56,.14);
  background:rgba(255,253,248,.88);
}

body[data-page-key="about"] .brand-name{
  color:#2c251c;
  font-weight:800;
}

body[data-page-key="about"] .nav-links a{
  color:#3a3025;
}

body[data-page-key="about"] .about-main{
  display:grid;
  gap:0;
}

body[data-page-key="about"] #ai-summary{
  position:absolute!important;
  left:-9999px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}

body[data-page-key="about"] .about-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);
  gap:46px;
  align-items:center;
  min-height:690px;
  padding:58px 0 72px;
}

body[data-page-key="about"] .about-hero__copy{
  display:grid;
  gap:22px;
  max-width:560px;
}

body[data-page-key="about"] .about-hero h1,
body[data-page-key="about"] .about-services h2,
body[data-page-key="about"] .about-principles h2,
body[data-page-key="about"] .about-creator h2,
body[data-page-key="about"] .about-cta h2{
  margin:0;
  font-family:"Noto Serif TC","Songti TC","STSong","PMingLiU",serif;
  letter-spacing:0;
  color:var(--about-ink);
}

body[data-page-key="about"] .about-hero h1{
  font-size:clamp(44px,5vw,74px);
  line-height:1.08;
  font-weight:800;
}

body[data-page-key="about"] .about-hero__lead{
  margin:0;
  max-width:15em;
  color:#2e3741;
  font-size:clamp(23px,2.2vw,32px);
  line-height:1.55;
  font-weight:800;
}

body[data-page-key="about"] .about-hero__body{
  margin:0;
  color:#4d5a52;
  font-size:16px;
  line-height:1.9;
}

body[data-page-key="about"] .about-hero__actions,
body[data-page-key="about"] .about-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

body[data-page-key="about"] .about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  border-radius:14px;
  border:1px solid rgba(41,48,55,.18);
  padding:0 22px;
  color:var(--about-ink);
  font-size:15px;
  font-weight:850;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(64,45,22,.08);
  transition:transform 180ms ease, box-shadow 220ms ease, border-color 180ms ease, background-color 180ms ease;
}

body[data-page-key="about"] .about-btn--primary{
  border-color:rgba(171,121,42,.4);
  background:linear-gradient(135deg,#d4a64f,#ad7a27);
  color:#fff;
  box-shadow:0 16px 34px rgba(143,95,27,.24);
}

body[data-page-key="about"] .about-btn--secondary{
  background:rgba(255,255,255,.74);
}

body[data-page-key="about"] .about-btn--dark{
  border-color:rgba(255,255,255,.26);
  background:rgba(255,255,255,.06);
  color:#fffdf8;
}

body[data-page-key="about"] .about-hero__visual{
  position:relative;
  min-height:520px;
}

body[data-page-key="about"] .about-hero__visual::before{
  content:"";
  position:absolute;
  inset:58px 8px 22px 80px;
  border:1px solid rgba(191,143,54,.2);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(255,253,248,.62),rgba(255,255,255,.18)),
    repeating-linear-gradient(135deg,rgba(191,143,54,.12) 0 1px,transparent 1px 18px);
}

body[data-page-key="about"] .about-hero__temple{
  position:absolute;
  inset:0 auto auto 0;
  width:min(78%,530px);
  height:470px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(85,72,52,.16);
  border-radius:24px;
  background:#eadfcd;
  box-shadow:0 28px 60px rgba(38,30,19,.16);
}

body[data-page-key="about"] .about-hero__temple picture,
body[data-page-key="about"] .about-hero__temple img{
  display:block;
  width:100%;
  height:100%;
}

body[data-page-key="about"] .about-hero__temple img{
  object-fit:cover;
  object-position:58% center;
}

body[data-page-key="about"] .about-hero__service-card{
  position:absolute;
  right:0;
  bottom:0;
  display:grid;
  gap:14px;
  width:min(58%,360px);
  padding:12px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:20px;
  background:rgba(255,253,248,.92);
  box-shadow:0 24px 48px rgba(40,34,26,.18);
}

body[data-page-key="about"] .about-hero__service-card img{
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  border-radius:14px;
  object-fit:cover;
  object-position:center;
}

body[data-page-key="about"] .about-hero__service-card div{
  display:grid;
  gap:5px;
  padding:0 2px 4px;
}

body[data-page-key="about"] .about-hero__service-card strong{
  color:#1e252c;
  font-size:15px;
  line-height:1.35;
}

body[data-page-key="about"] .about-hero__service-card span{
  color:#67736b;
  font-size:13px;
  line-height:1.55;
}

body[data-page-key="about"] .about-services{
  display:grid;
  grid-template-columns:minmax(250px,.48fr) minmax(0,1fr);
  gap:48px;
  padding:70px 0;
  border-top:1px solid var(--about-line);
}

body[data-page-key="about"] .about-section-head{
  display:grid;
  gap:14px;
  align-content:start;
}

body[data-page-key="about"] .about-section-head h2,
body[data-page-key="about"] .about-cta h2{
  font-size:clamp(30px,3vw,46px);
  line-height:1.18;
}

body[data-page-key="about"] .about-section-head p{
  margin:0;
  color:var(--about-muted);
  font-size:16px;
  line-height:1.75;
}

body[data-page-key="about"] .about-service-list{
  display:grid;
  gap:0;
}

body[data-page-key="about"] .about-service-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  min-height:138px;
  padding:24px 0;
  border-top:1px solid rgba(81,68,49,.16);
  color:inherit;
  text-decoration:none;
}

body[data-page-key="about"] .about-service-row:last-child{
  border-bottom:1px solid rgba(81,68,49,.16);
}

body[data-page-key="about"] .about-service-icon{
  display:grid;
  place-items:center;
  width:78px;
  height:78px;
  border-radius:50%;
  background:linear-gradient(135deg,#6f7f68,#4c5e4d);
  color:#fffdf8;
  box-shadow:0 16px 32px rgba(54,72,54,.18);
}

body[data-page-key="about"] .about-service-icon--gold{
  background:linear-gradient(135deg,#d9b869,#b5842f);
}

body[data-page-key="about"] .about-service-icon--sage{
  background:linear-gradient(135deg,#879179,#65715f);
}

body[data-page-key="about"] .about-service-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-page-key="about"] .about-service-row strong{
  display:block;
  margin-bottom:7px;
  color:#202932;
  font-size:21px;
  line-height:1.35;
}

body[data-page-key="about"] .about-service-row small{
  display:block;
  max-width:64ch;
  color:#667268;
  font-size:15px;
  line-height:1.75;
}

body[data-page-key="about"] .about-row-arrow{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:#26313b;
  transition:transform 180ms ease;
}

body[data-page-key="about"] .about-principles{
  margin:0 calc(50% - 50vw);
  padding:76px max(16px,calc((100vw - 1180px)/2));
  background:linear-gradient(180deg,#f0ede5,#fbfaf6);
}

body[data-page-key="about"] .about-section-head--split{
  grid-template-columns:minmax(240px,.45fr) minmax(0,1fr);
  gap:48px;
  align-items:start;
  margin-bottom:42px;
}

body[data-page-key="about"] .about-principle-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(81,68,49,.16);
  border-bottom:1px solid rgba(81,68,49,.16);
}

body[data-page-key="about"] .about-principle{
  display:grid;
  gap:13px;
  min-height:238px;
  padding:30px 26px;
  border-right:1px solid rgba(81,68,49,.16);
}

body[data-page-key="about"] .about-principle:last-child{
  border-right:0;
}

body[data-page-key="about"] .about-principle span{
  color:var(--about-gold-deep);
  font-family:Georgia,serif;
  font-size:18px;
}

body[data-page-key="about"] .about-principle h3{
  margin:0;
  color:#202932;
  font-size:18px;
  line-height:1.45;
}

body[data-page-key="about"] .about-principle p{
  margin:0;
  color:#69756d;
  font-size:14px;
  line-height:1.8;
}

body[data-page-key="about"] .about-creator{
  display:grid;
  grid-template-columns:minmax(280px,.38fr) minmax(0,1fr);
  gap:46px;
  align-items:center;
  padding:72px 0;
}

body[data-page-key="about"] .about-creator__media{
  overflow:hidden;
  border:1px solid rgba(81,68,49,.14);
  border-radius:20px;
  background:#f4efe4;
  box-shadow:0 22px 46px rgba(42,36,27,.12);
}

body[data-page-key="about"] .about-creator__media img{
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center 52%;
}

body[data-page-key="about"] .about-creator__content{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:24px;
  align-items:start;
}

body[data-page-key="about"] .about-creator__avatar{
  display:grid;
  place-items:center;
  width:86px;
  height:86px;
  border:1px solid rgba(81,68,49,.14);
  border-radius:22px;
  background:var(--about-surface);
  box-shadow:0 14px 32px rgba(40,34,26,.1);
}

body[data-page-key="about"] .about-creator__avatar img{
  width:58px;
  height:58px;
  object-fit:contain;
}

body[data-page-key="about"] .about-creator__label{
  margin:0 0 8px;
  color:var(--about-gold-deep);
  font-size:13px;
  font-weight:850;
}

body[data-page-key="about"] .about-creator h2{
  margin-bottom:16px;
  font-size:clamp(28px,3vw,42px);
}

body[data-page-key="about"] .about-creator p:not(.about-creator__label){
  margin:0 0 14px;
  color:#59665e;
  font-size:15.5px;
  line-height:1.85;
}

body[data-page-key="about"] .about-creator__tags,
body[data-page-key="about"] .about-creator__socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

body[data-page-key="about"] .about-creator__tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border:1px solid rgba(191,143,54,.24);
  border-radius:999px;
  background:rgba(255,253,248,.72);
  color:#6d5f4b;
  font-size:13px;
  font-weight:800;
}

body[data-page-key="about"] .about-creator__socials a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 13px;
  border:1px solid rgba(81,68,49,.14);
  border-radius:999px;
  background:#fffdf8;
  color:#202932;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:transform 180ms ease, box-shadow 220ms ease, border-color 180ms ease;
}

body[data-page-key="about"] .about-creator__socials img{
  width:17px;
  height:17px;
  object-fit:contain;
}

body[data-page-key="about"] .creator-admin{
  margin:0 0 54px;
  padding:20px;
  border:1px dashed rgba(81,68,49,.22);
  border-radius:16px;
  background:rgba(255,253,248,.82);
}

body[data-page-key="about"] .creator-admin[hidden]{
  display:none!important;
}

body[data-page-key="about"] .creator-admin h3{
  margin:0 0 16px;
  font-size:18px;
}

body[data-page-key="about"] .creator-admin__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

body[data-page-key="about"] .creator-admin__grid label{
  display:grid;
  gap:7px;
  color:#26313b;
  font-size:13px;
  font-weight:800;
}

body[data-page-key="about"] .creator-admin__grid input{
  width:100%;
  min-height:42px;
  border:1px solid rgba(81,68,49,.18);
  border-radius:12px;
  background:#fff;
  padding:0 12px;
  font:inherit;
  font-size:14px;
}

body[data-page-key="about"] .creator-admin__upload{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}

body[data-page-key="about"] .creator-admin__label{
  margin-bottom:8px;
  font-size:13px;
  font-weight:850;
}

body[data-page-key="about"] .creator-admin__hint{
  margin-top:7px;
  color:#69756d;
  font-size:12px;
}

body[data-page-key="about"] .about-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  margin:0 calc(50% - 50vw);
  padding:52px max(16px,calc((100vw - 1180px)/2));
  color:#fffdf8;
  background:
    linear-gradient(90deg,rgba(17,27,34,.94),rgba(17,27,34,.88)),
    url("/img/home-brand-closing-bangkok-riverside-temple-20260620.png") center/cover no-repeat;
}

body[data-page-key="about"] .about-cta h2{
  color:#fffdf8;
}

body[data-page-key="about"] .about-cta p{
  max-width:56ch;
  margin:12px 0 0;
  color:rgba(255,253,248,.78);
  font-size:16px;
  line-height:1.75;
}

body[data-page-key="about"] .site-footer{
  margin-top:0;
}

@media (hover:hover){
  body[data-page-key="about"] .about-btn:hover,
  body[data-page-key="about"] .about-creator__socials a:hover{
    transform:translateY(-2px);
    border-color:rgba(191,143,54,.34);
    box-shadow:0 18px 36px rgba(40,34,26,.14);
  }

  body[data-page-key="about"] .about-service-row:hover .about-row-arrow{
    transform:translateX(4px);
  }
}

@media (prefers-reduced-motion:no-preference){
  body[data-page-key="about"] .about-hero__copy,
  body[data-page-key="about"] .about-hero__visual,
  body[data-page-key="about"] .about-services,
  body[data-page-key="about"] .about-principles,
  body[data-page-key="about"] .about-creator,
  body[data-page-key="about"] .about-cta{
    animation:aboutMotionIn 620ms cubic-bezier(.16,1,.3,1) both;
  }

  body[data-page-key="about"] .about-hero__visual{animation-delay:80ms;}
  body[data-page-key="about"] .about-services{animation-delay:130ms;}
  body[data-page-key="about"] .about-principles{animation-delay:180ms;}
  body[data-page-key="about"] .about-creator{animation-delay:220ms;}
  body[data-page-key="about"] .about-cta{animation-delay:260ms;}
}

@media (prefers-reduced-motion:reduce){
  body[data-page-key="about"] .about-btn,
  body[data-page-key="about"] .about-row-arrow,
  body[data-page-key="about"] .about-creator__socials a{
    transition:none;
  }
}

@keyframes aboutMotionIn{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:960px){
  body[data-page-key="about"] .about-hero{
    grid-template-columns:1fr;
    gap:30px;
    min-height:auto;
    padding:44px 0 58px;
  }

  body[data-page-key="about"] .about-hero__copy{
    max-width:720px;
  }

  body[data-page-key="about"] .about-hero__visual{
    min-height:500px;
  }

  body[data-page-key="about"] .about-services,
  body[data-page-key="about"] .about-section-head--split,
  body[data-page-key="about"] .about-creator,
  body[data-page-key="about"] .about-cta{
    grid-template-columns:1fr;
  }

  body[data-page-key="about"] .about-principle-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body[data-page-key="about"] .about-principle:nth-child(2){
    border-right:0;
  }

  body[data-page-key="about"] .about-principle:nth-child(-n+2){
    border-bottom:1px solid rgba(81,68,49,.16);
  }

  body[data-page-key="about"] .about-cta__actions{
    justify-content:flex-start;
  }
}

@media (max-width:700px){
  body[data-page-key="about"] .about-page{
    padding-left:16px;
    padding-right:16px;
  }

  body[data-page-key="about"] .brand-name{
    max-width:46vw;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  body[data-page-key="about"] .about-hero{
    padding:34px 0 48px;
  }

  body[data-page-key="about"] .about-hero__copy{
    position:relative;
    z-index:2;
  }

  body[data-page-key="about"] .about-hero h1{
    font-family:Georgia,"Times New Roman","Noto Serif TC","Songti TC","STSong","PMingLiU",serif;
    font-size:clamp(38px,12vw,54px);
    font-weight:700;
  }

  body[data-page-key="about"] .about-hero__lead{
    max-width:100%;
    font-size:21px;
    line-height:1.48;
  }

  body[data-page-key="about"] .about-hero__body,
  body[data-page-key="about"] .about-section-head p,
  body[data-page-key="about"] .about-cta p{
    font-size:14.5px;
    line-height:1.78;
  }

  body[data-page-key="about"] .about-hero__actions{
    display:none;
  }

  body[data-page-key="about"] .about-btn{
    width:100%;
    min-height:48px;
  }

  body[data-page-key="about"] .about-hero__visual{
    margin-top:20px;
    min-height:390px;
    z-index:1;
  }

  body[data-page-key="about"] .about-hero__visual::before{
    inset:50px 0 18px 36px;
    border-radius:22px;
  }

  body[data-page-key="about"] .about-hero__temple{
    width:88%;
    height:300px;
    border-radius:20px;
  }

  body[data-page-key="about"] .about-hero__service-card{
    width:72%;
    right:0;
    bottom:0;
    border-radius:18px;
  }

  body[data-page-key="about"] .about-services{
    gap:28px;
    padding:48px 0;
  }

  body[data-page-key="about"] .about-service-row{
    grid-template-columns:auto minmax(0,1fr);
    gap:15px;
    min-height:auto;
    padding:20px 0;
  }

  body[data-page-key="about"] .about-service-icon{
    width:58px;
    height:58px;
  }

  body[data-page-key="about"] .about-service-icon svg{
    width:25px;
    height:25px;
  }

  body[data-page-key="about"] .about-service-row strong{
    font-size:18px;
  }

  body[data-page-key="about"] .about-service-row small{
    font-size:13.5px;
    line-height:1.68;
  }

  body[data-page-key="about"] .about-row-arrow{
    display:none;
  }

  body[data-page-key="about"] .about-principles{
    padding-top:54px;
    padding-bottom:54px;
  }

  body[data-page-key="about"] .about-section-head--split{
    gap:18px;
    margin-bottom:28px;
  }

  body[data-page-key="about"] .about-principle-grid{
    grid-template-columns:1fr;
  }

  body[data-page-key="about"] .about-principle,
  body[data-page-key="about"] .about-principle:nth-child(2){
    min-height:auto;
    border-right:0;
    border-bottom:1px solid rgba(81,68,49,.16);
    padding:24px 0;
  }

  body[data-page-key="about"] .about-principle:last-child{
    border-bottom:0;
  }

  body[data-page-key="about"] .about-creator{
    gap:26px;
    padding:54px 0;
  }

  body[data-page-key="about"] .about-creator__content{
    grid-template-columns:1fr;
    gap:16px;
  }

  body[data-page-key="about"] .about-creator__avatar{
    width:74px;
    height:74px;
    border-radius:20px;
  }

  body[data-page-key="about"] .about-creator p:not(.about-creator__label){
    font-size:14px;
    line-height:1.75;
  }

  body[data-page-key="about"] .about-creator__socials a,
  body[data-page-key="about"] .about-creator__tags span{
    min-height:36px;
  }

  body[data-page-key="about"] .creator-admin__grid,
  body[data-page-key="about"] .creator-admin__upload{
    grid-template-columns:1fr;
  }

  body[data-page-key="about"] .about-cta{
    padding-top:42px;
    padding-bottom:46px;
  }
}

@media (max-width:430px){
  body[data-page-key="about"] .about-hero__visual{
    min-height:350px;
  }

  body[data-page-key="about"] .about-hero__temple{
    height:260px;
  }

  body[data-page-key="about"] .about-hero__service-card{
    width:80%;
  }

  body[data-page-key="about"] .about-hero__service-card img{
    aspect-ratio:16/9;
  }
}
