/* Bali in Every Corner: portrait-led editorial layout, without runtime dependencies. */
body { margin: 0; background: light-dark(#f6f7f0, #13251b); }
#thk-green {
  --g-bg: light-dark(#f6f7f0, #13251b);
  --g-card: light-dark(#fcfdf9, #20392a);
  --g-soft: light-dark(#e8edde, #284632);
  --g-text: light-dark(#183d2c, #edf5e4);
  --g-muted: light-dark(#596b56, #bfd0b5);
  --g-line: light-dark(#d6dfce, #48613d);
  --g-primary: light-dark(#244c35, #cce5a8);
  --g-on: light-dark(#f8fcef, #162d1f);
  --g-lime: #d6edae;
  --g-duration: 650ms;
  font: 16px/1.75 'Plus Jakarta Sans', Arial, sans-serif;
  color: var(--g-text); background: var(--g-bg); overflow: clip; isolation: isolate;
}
#thk-green * { box-sizing: border-box; }
#thk-green [hidden] { display: none !important; }
#thk-green :is(h1,h2,h3,p,figure) { margin: 0; }
#thk-green :is(button,a) { -webkit-tap-highlight-color: transparent; }
#thk-green button { font: inherit; cursor: pointer; }
#thk-green a { color: inherit; text-decoration: none; }
#thk-green :focus-visible { outline: 3px solid var(--g-primary); outline-offset: 6px; }
#thk-green img { display: block; max-width: 100%; object-fit: cover; }
#thk-green .g-wrap { padding-inline: max(6%, calc((100% - 1240px) / 2)); }
#thk-green section { scroll-margin-top: 36px; }
#thk-green .g-kicker { color: var(--g-muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; margin-bottom: 20px; }
#thk-green h2 { font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.22; letter-spacing: -.045em; text-wrap: balance; }
#thk-green .g-skip { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 12px 20px; background: var(--g-card); transform: translateY(-160%); }
#thk-green .g-skip:focus { transform: none; }

/* Navigation */
#thk-green .g-nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--g-line); }
#thk-green .g-brand { display: flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 800; letter-spacing: -.7px; }
#thk-green .g-brand-mark { flex-shrink: 0; display: grid; place-items: center; width: 32px; height: 32px; background: var(--g-primary); color: var(--g-on); border-radius: 50%; font-size: 16px; }
#thk-green .g-navlinks { display: flex; gap: 28px; font-size: 12px; font-weight: 600; }
#thk-green .g-navlinks a { position: relative; padding-block: 14px; }
#thk-green .g-navlinks a::after { content: ''; position: absolute; inset: auto 0 8px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
#thk-green .g-navlinks a:hover::after { transform: scaleX(1); }
#thk-green .g-menu-toggle { display: none; min-height: 44px; padding: 8px 14px; border: 1px solid var(--g-line); border-radius: 99px; background: var(--g-soft); color: var(--g-text); font-size: 12px; }

/* The hero uses actual portrait sources, not landscape images cropped upright. */
#thk-green .g-hero { padding-block: 64px 96px; }
#thk-green .g-hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
#thk-green .g-hero-heading { padding-bottom: 12px; }
#thk-green h1 { font-size: clamp(64px, 7.4vw, 106px); font-weight: 600; line-height: .99; letter-spacing: -.05em; }
#thk-green h1 span { color: var(--g-muted); }
#thk-green .g-hero-subtitle { font-size: clamp(21px, 2vw, 27px); line-height: 1.45; letter-spacing: -.025em; margin-top: 28px; }
#thk-green .g-hero-description { max-width: 38ch; margin-block: 20px 30px; font-size: 14px; line-height: 1.9; color: var(--g-muted); }
#thk-green .g-hero-visual { position: relative; padding: 0 0 54px 96px; max-width: 530px; width: 100%; justify-self: end; }
#thk-green .g-landscape { width: 100%; aspect-ratio: 2 / 3; overflow: hidden; border-radius: 180px 180px 12px 12px; background: var(--g-soft); }
#thk-green .g-landscape img { width: 100%; height: 100%; }
#thk-green .g-hero-detail { position: absolute; width: 38%; aspect-ratio: 2 / 3; left: 0; bottom: 42px; border: 7px solid var(--g-bg); border-radius: 8px; overflow: hidden; box-shadow: 0 16px 32px #112a1810; }
#thk-green .g-hero-detail img { width: 100%; height: 100%; }
#thk-green .g-photo-note { position: absolute; right: 0; bottom: 12px; font-size: 11px; color: var(--g-muted); }
#thk-green .g-action { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 23px; min-height: 50px; border: 1px solid var(--g-primary); border-radius: 99px; color: var(--g-on); background: var(--g-primary); font-size: 12px; font-weight: 600; }
#thk-green .g-action i, #thk-green .g-read i { transition: transform .3s ease; }
#thk-green :is(.g-action,.g-read):hover i { transform: translateX(5px); }
#thk-green .g-action:disabled { opacity: .45; cursor: not-allowed; }

/* Definition: a quiet pause between the opening photographs and exploration. */
#thk-green .g-intro { padding-block: 64px; border-block: 1px solid var(--g-line); display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; gap: 100px; }
#thk-green .g-intro h2 { font-size: clamp(28px, 2.6vw, 36px); }
#thk-green .g-intro > p { font-size: 17px; line-height: 1.95; color: var(--g-muted); max-width: 58ch; }
#thk-green .g-intro strong { color: var(--g-text); font-weight: 600; }

/* At wide sizes, the tabs form a small chapter index beside the content. */
#thk-green .g-explore { padding-block: 104px; display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 58px; align-items: center; }
#thk-green .g-explore h2 { font-size: 34px; }
#thk-green .g-section-copy { color: var(--g-muted); font-size: 14px; margin-top: 20px; max-width: 36ch; }
#thk-green .g-tabs { display: grid; gap: 8px; margin-top: 30px; }
#thk-green .g-tab { border: 1px solid transparent; border-radius: 8px; min-height: 56px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; background: transparent; color: var(--g-muted); font-size: 13px; text-align: left; transition: background .25s, color .25s; }
#thk-green .g-tab i { width: 18px; text-align: center; }
#thk-green .g-tab:hover { background: var(--g-soft); }
#thk-green .g-tab[aria-selected=true] { background: var(--g-primary); color: var(--g-on); }
#thk-green .g-panel { display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: 36px; align-items: center; min-width: 0; }
#thk-green .g-panel-photo { min-width: 0; }
#thk-green .g-panel-photo img { width: 100%; aspect-ratio: 2 / 3; height: auto; border-radius: 10px; background: var(--g-soft); }
#thk-green .g-panel-photo figcaption { margin-top: 14px; color: var(--g-muted); font-size: 10px; line-height: 1.6; }
#thk-green .g-panel-body { min-width: 0; padding-bottom: 30px; }
#thk-green .g-relation { color: var(--g-muted); font-size: 10px; margin-bottom: 14px; }
#thk-green .g-panel h3 { font-size: clamp(28px, 2.4vw, 36px); line-height: 1.2; font-weight: 600; letter-spacing: -.04em; }
#thk-green .g-panel-message { font-size: 17px; line-height: 1.55; letter-spacing: -.02em; margin-top: 14px; max-width: 24ch; }
#thk-green .g-panel-summary { color: var(--g-muted); font-size: 14px; margin-block: 14px 26px; }
#thk-green .g-example-label { font-size: 10px; letter-spacing: .04em; font-weight: 700; margin-bottom: 14px; }
#thk-green #g-examples { list-style: none; margin: 0; padding: 0; }
#thk-green .g-example { display: flex; gap: 10px; align-items: baseline; color: var(--g-muted); font-size: 14px; margin-bottom: 8px; }
#thk-green .g-example i { font-size: 9px; color: var(--g-primary); }
#thk-green .g-read { display: flex; align-items: center; gap: 20px; min-height: 44px; padding: 12px 0 7px; margin-top: 20px; background: transparent; color: var(--g-text); border: 0; border-bottom: 1px solid var(--g-line); font-size: 12px; font-weight: 600; }

/* School examples form one connected reading sequence. */
#thk-green .g-school { display: grid; grid-template-columns: 1fr 1.08fr; gap: 100px; padding-block: 80px; background: #183d2c; color: #f3f6ef; }
#thk-green .g-school .g-kicker { color: #d6edae; }
#thk-green .g-school h2 { font-size: clamp(34px, 3.4vw, 48px); }
#thk-green .g-school-intro > p:not(.g-kicker) { color: #cfddc9; max-width: 37ch; font-size: 15px; line-height: 1.9; margin-block: 24px 30px; }
#thk-green .g-school .g-action { background: #d6edae; color: #183d2c; border-color: #d6edae; }
#thk-green .g-school :focus-visible { outline-color: #d6edae; }
#thk-green .g-school-list { list-style: none; margin: 0; padding: 0; }
#thk-green .g-school-list li { display: grid; grid-template-columns: 36px 1fr; gap: 22px; padding-block: 24px; }
#thk-green .g-school-list li:first-child { padding-top: 0; }
#thk-green .g-school-list li:last-child { padding-bottom: 0; }
#thk-green .g-school-list li + li { border-top: 1px solid #45634f; }
#thk-green .g-school-number { color: #d6edae; font-size: 12px; padding-top: 5px; }
#thk-green .g-school h3 { font-size: 21px; line-height: 1.4; font-weight: 500; letter-spacing: -.03em; }
#thk-green .g-school-list p { color: #cfddc9; margin-block: 8px; font-size: 14px; }
#thk-green .g-school-pillar { color: #d6edae; font-size: 10px; letter-spacing: .04em; }

/* Quiz and native reading dialog */
#thk-green .g-quiz { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 100px; padding-block: 88px; }
#thk-green .g-quiz-intro { padding-top: 16px; }
#thk-green .g-quiz-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--g-soft); color: var(--g-primary); margin-bottom: 22px; }
#thk-green .g-quiz-intro p { font-size: 14px; color: var(--g-muted); max-width: 32ch; margin-top: 20px; }
#thk-green .g-quiz-box { padding: 32px; background: var(--g-card); border: 1px solid var(--g-line); border-radius: 16px; }
#thk-green .g-quiz-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--g-muted); font-size: 11px; margin-bottom: 18px; }
#thk-green .g-track { height: 3px; background: var(--g-line); overflow: hidden; border-radius: 4px; margin-bottom: 24px; }
#thk-green .g-track-fill { height: 100%; background: var(--g-primary); transform: scaleX(0); transform-origin: left; transition: transform .5s ease; }
#thk-green .g-question { font-size: 19px; line-height: 1.55; font-weight: 600; letter-spacing: -.03em; margin-bottom: 22px; }
#thk-green .g-answers { display: grid; gap: 10px; }
#thk-green .g-answer { display: flex; align-items: center; gap: 12px; padding: 13px 14px; min-height: 50px; border: 1px solid var(--g-line); border-radius: 8px; background: transparent; color: var(--g-text); font-size: 13px; text-align: left; transition: background .25s, transform .25s; }
#thk-green .g-answer-letter { flex-shrink: 0; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--g-line); border-radius: 6px; font-size: 10px; }
#thk-green .g-answer:hover:not(:disabled) { background: var(--g-soft); transform: translateX(3px); }
#thk-green .g-answer:disabled { opacity: 1; cursor: default; }
#thk-green .g-answer[data-state=correct] { background: var(--g-soft); border: 2px solid var(--g-primary); padding: 12px 13px; }
#thk-green .g-answer[data-state=wrong] { border: 2px dashed var(--g-muted); padding: 12px 13px; }
#thk-green .g-answer-status { margin-left: auto; font-size: 10px; white-space: nowrap; }
#thk-green .g-feedback { color: var(--g-muted); font-size: 13px; margin-top: 18px; }
#thk-green .g-next { margin-top: 24px; width: 100%; }
#thk-green .g-result-number { font-size: 62px; line-height: 1.2; letter-spacing: -.06em; color: var(--g-primary); margin-block: 20px; }
#thk-green dialog { width: min(580px, calc(100% - 32px)); max-height: 85dvh; overflow: auto; padding: 32px; border: 1px solid var(--g-line); border-radius: 18px; background: var(--g-card); color: var(--g-text); font: 15px/1.8 'Plus Jakarta Sans', Arial, sans-serif; }
#thk-green dialog::backdrop { background: #071c11a6; backdrop-filter: blur(5px); }
#thk-green .g-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--g-muted); margin-bottom: 16px; }
#thk-green .g-close { flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--g-line); border-radius: 50%; background: var(--g-soft); color: var(--g-text); font-size: 24px; }
#thk-green dialog h2 { margin-bottom: 24px; font-size: 32px; }
#thk-green .g-detail-copy { font-size: 14px; color: var(--g-muted); margin-bottom: 16px; }
#thk-green .g-practice { margin-top: 24px; padding: 22px; border-radius: 12px; background: var(--g-soft); font-size: 14px; }
#thk-green .g-practice h3 { font-size: 14px; margin-bottom: 8px; }
#thk-green .g-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 32px; border-top: 1px solid var(--g-line); font-size: 11px; color: var(--g-muted); }
#thk-green .g-footer strong { display: block; font-size: 15px; color: var(--g-text); margin-bottom: 6px; }
#thk-green .g-footer :is(span,small) { display: block; }
#thk-green .g-footer small { margin-top: 6px; font-size: 10px; }
#thk-green .g-footer a { text-decoration: underline; text-underline-offset: 4px; }

#thk-green .g-take-action { padding-block: 64px; border-top: 1px solid var(--g-line); text-align: center; background: var(--g-soft); }
#thk-green .g-take-action > p:not(.g-kicker) { max-width: 58ch; margin: 24px auto 0; font-size: 16px; line-height: 1.8; }
#thk-green .g-take-action .g-action-closing { font-weight: 600; }
#thk-green .g-answer > span:nth-child(2) { flex: 1; min-width: 0; }

/* Ambient Balinese Music Dock */
#thk-green .g-audio-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}
#thk-green .g-audio-dock > * {
  pointer-events: auto;
}
#thk-green .g-audio-bubble {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 12px;
  border-radius: 99px;
  background: var(--g-primary);
  color: var(--g-on);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -.01em;
  box-shadow: 0 4px 16px rgba(18, 42, 24, 0.22);
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity .35s ease, transform .35s cubic-bezier(.22,1,.36,1), visibility .35s;
}
#thk-green .g-audio-bubble::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 24px;
  width: 8px;
  height: 8px;
  background: inherit;
  transform: rotate(45deg);
}
#thk-green .g-audio-bubble.g-hidden {
  opacity: 0 !important;
  transform: translateY(8px) scale(.92) !important;
  visibility: hidden;
  pointer-events: none !important;
}
#thk-green .g-audio-bubble-close {
  background: transparent;
  border: 0;
  color: currentColor;
  padding: 0 0 0 4px;
  font-size: 15px;
  line-height: 1;
  opacity: .75;
  cursor: pointer;
}
#thk-green .g-audio-bubble-close:hover {
  opacity: 1;
}
#thk-green .g-audio-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 6px 16px 6px 8px;
  border: 1px solid var(--g-line);
  border-radius: 99px;
  background: light-dark(rgba(252, 253, 249, 0.94), rgba(32, 57, 42, 0.94));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--g-text);
  box-shadow: 0 6px 20px rgba(18, 42, 24, 0.12), 0 1px 3px rgba(18, 42, 24, 0.08);
  cursor: pointer;
  user-select: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
#thk-green .g-audio-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(18, 42, 24, 0.18);
  border-color: var(--g-primary);
}
#thk-green .g-audio-btn:active {
  transform: translateY(0) scale(.98);
}
#thk-green .g-audio-disc {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--g-soft);
  color: var(--g-primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background .3s, color .3s, transform .3s;
}
#thk-green .g-audio-disc svg {
  display: block;
}
#thk-green .g-audio-disc .g-icon-play {
  margin-left: 2px;
}
#thk-green .g-audio-disc .g-icon-pause {
  display: none;
}
#thk-green .g-audio-equalizer {
  display: inline-flex;
  align-items: flex-end;
  gap: 2.5px;
  height: 14px;
  width: 14px;
  flex-shrink: 0;
}
#thk-green .g-eq-bar {
  width: 2px;
  height: 3px;
  background: var(--g-muted);
  border-radius: 2px;
  transition: height .25s ease, background .25s ease;
}
#thk-green .g-audio-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.02em;
  white-space: nowrap;
}
#thk-green .g-audio-btn[data-playing="true"] {
  border-color: var(--g-primary);
  background: light-dark(rgba(244, 249, 238, 0.96), rgba(27, 49, 36, 0.96));
}
#thk-green .g-audio-btn[data-playing="true"] .g-audio-disc {
  background: var(--g-primary);
  color: var(--g-on);
}
#thk-green .g-audio-btn[data-playing="true"] .g-icon-play {
  display: none;
}
#thk-green .g-audio-btn[data-playing="true"] .g-icon-pause {
  display: block;
}
#thk-green .g-audio-btn[data-playing="true"] .g-eq-bar {
  background: var(--g-primary);
}

/* Motion introduces the reading order and acknowledges user interaction. */
@media (prefers-reduced-motion: no-preference) {
  #thk-green .g-hero-heading > * { animation: g-enter .9s cubic-bezier(.22,1,.36,1) both; }
  #thk-green .g-hero-heading > :nth-child(2) { animation-delay: 80ms; }
  #thk-green .g-hero-heading > :nth-child(3) { animation-delay: 160ms; }
  #thk-green .g-hero-heading > :nth-child(4) { animation-delay: 240ms; }
  #thk-green .g-hero-heading > :nth-child(5) { animation-delay: 320ms; }
  #thk-green .g-landscape { animation: g-enter 1.1s .12s cubic-bezier(.22,1,.36,1) both; }
  #thk-green .g-hero-detail { animation: g-enter 1.1s .3s cubic-bezier(.22,1,.36,1) both; }
  #thk-green .g-landscape img { animation: g-settle 1.6s cubic-bezier(.22,1,.36,1) both; }
  #thk-green .g-reveal { transition: opacity .75s ease, transform .9s cubic-bezier(.22,1,.36,1); }
  #thk-green .g-reveal.g-pending { opacity: 0; transform: translateY(24px); }
  #thk-green .g-school-list li:nth-child(2) { transition-delay: 90ms; }
  #thk-green .g-school-list li:nth-child(3) { transition-delay: 180ms; }
  #thk-green .g-action { transition: transform .3s ease, box-shadow .3s; }
  #thk-green .g-action:hover:not(:disabled) { transform: translateY(-3px); box-shadow: 0 8px 18px #122a1818; }
  #thk-green .g-action:active:not(:disabled) { transform: translateY(0); }
  #thk-green .g-audio-bubble { animation: g-bubble-in .5s cubic-bezier(.22,1,.36,1) both; }
  #thk-green .g-audio-btn[data-playing="true"] .g-eq-bar:nth-child(1) {
    animation: g-eq-dance .85s ease-in-out infinite alternate;
  }
  #thk-green .g-audio-btn[data-playing="true"] .g-eq-bar:nth-child(2) {
    animation: g-eq-dance 1.15s .2s ease-in-out infinite alternate;
  }
  #thk-green .g-audio-btn[data-playing="true"] .g-eq-bar:nth-child(3) {
    animation: g-eq-dance .95s .4s ease-in-out infinite alternate;
  }
  #thk-green .g-audio-btn[data-playing="true"] .g-eq-bar:nth-child(4) {
    animation: g-eq-dance 1.25s .15s ease-in-out infinite alternate;
  }
}
@keyframes g-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes g-settle { from { transform: scale(1.055); } to { transform: scale(1); } }
@keyframes g-eq-dance {
  0% { height: 3px; }
  50% { height: 14px; }
  100% { height: 5px; }
}
@keyframes g-bubble-in {
  from { opacity: 0; transform: translateY(8px) scale(.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  #thk-green *, #thk-green *::before, #thk-green *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  #thk-green .g-reveal.g-pending { opacity: 1; transform: none; }
}
#thk-green[data-motion=off] *, #thk-green[data-motion=off] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
#thk-green[data-motion=off] .g-pending { opacity: 1; transform: none; }

@media (max-width: 1099px) {
  #thk-green .g-explore { grid-template-columns: 1fr; gap: 36px; padding-block: 72px; }
  #thk-green .g-explore-intro { max-width: 720px; }
  #thk-green .g-explore h2 br { display: none; }
  #thk-green .g-section-copy { max-width: 60ch; }
  #thk-green .g-tabs { grid-template-columns: repeat(3, 1fr); }
  #thk-green .g-tab { justify-content: center; border-color: var(--g-line); }
  #thk-green .g-panel { grid-template-columns: minmax(240px, 360px) 1fr; gap: 48px; }
  #thk-green .g-panel-body { max-width: 380px; }
  #thk-green .g-panel h3 { font-size: 34px; }
  #thk-green .g-example { font-size: 14px; }
  #thk-green .g-panel-summary { font-size: 15px; }
  #thk-green .g-hero { padding-block: 56px 72px; }
  #thk-green .g-hero-layout { gap: 28px; }
  #thk-green .g-hero-visual { padding-left: 60px; }
  #thk-green .g-intro, #thk-green .g-school, #thk-green .g-quiz { gap: 48px; }
  #thk-green .g-navlinks { gap: 18px; }
}
@media (max-width: 700px) {
  #thk-green .g-wrap { padding-inline: 24px; }
  #thk-green .g-nav { min-height: 72px; gap: 0; flex-wrap: wrap; }
  #thk-green .g-brand { font-size: 15px; }
  #thk-green .g-menu-toggle { display: block; }
  #thk-green .g-navlinks { display: none; width: 100%; flex-wrap: wrap; gap: 0 24px; padding-block: 8px 18px; }
  #thk-green .g-navlinks.g-open { display: flex; }
  #thk-green .g-hero { padding-block: 28px 36px; }
  #thk-green .g-hero-layout { grid-template-columns: 1.12fr 0.88fr; gap: 16px; align-items: center; }
  #thk-green .g-hero-heading { padding: 0; }
  #thk-green .g-kicker { font-size: 8px; letter-spacing: .14em; margin-bottom: 8px; }
  #thk-green h1 { font-size: clamp(26px, 6.8vw, 36px); line-height: 1.02; }
  #thk-green .g-hero-subtitle { font-size: clamp(12px, 3.2vw, 15px); line-height: 1.35; margin-top: 8px; }
  #thk-green .g-hero-description { font-size: 11px; line-height: 1.55; margin-block: 8px 12px; }
  #thk-green .g-action { min-height: 38px; padding: 8px 14px; font-size: 11px; gap: 8px; }
  #thk-green .g-hero-visual { max-width: 100%; width: 100%; justify-self: end; padding: 0 0 24px 28px; }
  #thk-green .g-landscape { border-radius: 80px 80px 8px 8px; }
  #thk-green .g-hero-detail { width: 44%; bottom: 14px; border-width: 3.5px; border-radius: 6px; box-shadow: 0 6px 14px #112a1814; }
  #thk-green .g-photo-note { font-size: 8px; bottom: 0; }
  #thk-green .g-intro { grid-template-columns: 1fr; gap: 26px; padding-block: 48px; }
  #thk-green .g-intro > p { font-size: 16px; }
  #thk-green .g-explore { padding-block: 52px; gap: 32px; }
  #thk-green .g-explore h2 { font-size: 34px; max-width: 16ch; }
  #thk-green .g-tabs { gap: 5px; margin-top: 26px; }
  #thk-green .g-tab { font-size: 11px; padding: 12px 6px; min-height: 48px; }
  #thk-green .g-tab i { display: none; }
  #thk-green .g-panel { grid-template-columns: 1fr; gap: 28px; }
  #thk-green .g-panel-photo { width: 100%; max-width: 360px; justify-self: center; }
  #thk-green .g-panel-body { max-width: none; padding: 0; }
  #thk-green .g-panel h3 { font-size: 34px; }
  #thk-green .g-panel-message { max-width: 32ch; font-size: 19px; }
  #thk-green .g-relation { font-size: 11px; }
  #thk-green .g-example-label { font-size: 11px; }
  #thk-green .g-panel-summary { max-width: 38ch; }
  #thk-green .g-read { margin-top: 22px; }
  #thk-green .g-school, #thk-green .g-quiz { grid-template-columns: 1fr; gap: 36px; padding-block: 52px; }
  #thk-green .g-school-list li { gap: 14px; }
  #thk-green .g-school h3 { font-size: 20px; }
  #thk-green .g-quiz-intro { padding: 0; }
  #thk-green .g-quiz-intro p { max-width: 38ch; }
  #thk-green .g-quiz-box { padding: 24px 20px; }
  #thk-green .g-question { font-size: 18px; }
  #thk-green .g-answer { flex-wrap: wrap; }
  #thk-green .g-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
  #thk-green dialog { padding: 24px; }
  #thk-green .g-audio-dock { bottom: 20px; right: 18px; }
  #thk-green .g-audio-btn { height: 42px; padding: 5px 14px 5px 7px; }
  #thk-green .g-audio-disc { width: 26px; height: 26px; }
  #thk-green .g-audio-label { font-size: 11px; }
}
@media (max-width: 360px) {
  #thk-green .g-wrap { padding-inline: 16px; }
  #thk-green .g-brand { font-size: 13px; gap: 8px; }
  #thk-green .g-brand-mark { width: 28px; height: 28px; font-size: 14px; }
  #thk-green .g-tab { font-size: 10px; }
  #thk-green .g-hero-layout { gap: 12px; }
  #thk-green .g-hero-visual { padding: 0 0 20px 22px; }
  #thk-green .g-action { padding: 8px 12px; font-size: 10px; }
  #thk-green .g-audio-dock { bottom: 16px; right: 14px; }
  #thk-green .g-audio-bubble { font-size: 10px; padding: 5px 10px; }
}
