body.theme-international-style {
  background: var(--bg);
}

/* Preserve the wide editorial canvas used by this catalogue entry. */
body.theme-international-style.layout-single .site {
  max-width: var(--style-site-width);
}

.theme-international-style .topbar {
  top: 0;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--bg);
  box-shadow: none;
  backdrop-filter: none;
}

.theme-international-style .topbar-inner {
  width: min(var(--style-site-width), calc(100vw - 32px));
  min-height: 64px;
  margin: 0 auto;
  padding: 0;
}

.theme-international-style .brand {
  gap: 0;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -.025em;
}

.theme-international-style nav {
  gap: clamp(18px, 2.4vw, 32px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
}

.theme-international-style nav a {
  position: relative;
  color: var(--muted);
}

.theme-international-style nav a.current {
  color: var(--fg);
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
}

.theme-international-style .topbar .button.language-switch {
  min-width: 42px;
  padding: 8px 10px;
  border-color: var(--line);
  color: var(--fg);
}

.theme-international-style :is(nav a, .button, .brand, summary):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.theme-international-style .hero {
  min-height: auto;
  padding: var(--style-hero-pad-top) 0 var(--style-hero-pad-bottom);
}

.theme-international-style .hero-grid {
  grid-template-columns: minmax(0, 2.25fr) minmax(240px, .75fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: end;
}

.theme-international-style .hero-grid > div {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.theme-international-style .hero-grid > div:only-child {
  grid-column: 1 / -1;
  max-width: 980px;
}

.theme-international-style .hero-grid > div::before,
.theme-international-style .hero-grid > div::after,
.theme-international-style .brand::before {
  content: none;
}

.theme-international-style .kicker {
  display: block;
  width: auto;
  margin: 0 0 clamp(28px, 4vw, 48px);
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .08em;
}

.theme-international-style h1 {
  max-width: 920px;
  font-weight: 690;
  line-height: .98;
  text-wrap: balance;
}

.theme-international-style .hero-sub {
  max-width: 720px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.theme-international-style .hero-actions {
  gap: 10px;
  margin-top: 36px;
}

.theme-international-style .button {
  letter-spacing: -.01em;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.theme-international-style .button:hover {
  border-color: var(--fg);
  background: var(--fg);
  color: var(--bg);
}

.theme-international-style .hero-card {
  padding: 0;
  border: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.theme-international-style .stat-grid {
  gap: 0;
}

.theme-international-style .stat {
  display: grid;
  grid-template-columns: minmax(80px, .75fr) minmax(0, 1.25fr);
  gap: 16px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.theme-international-style .stat:last-child {
  border-bottom: 0;
  padding-bottom: 18px;
}

.theme-international-style .stat-label {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
}

.theme-international-style .stat-value {
  font-size: 14px;
  font-weight: 640;
  line-height: 1.45;
}

.theme-international-style main {
  padding-top: 0;
}

.theme-international-style .section {
  padding: var(--style-section-padding-y) 0;
  border-top: 1px solid var(--line);
}

.theme-international-style .section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  margin-bottom: var(--style-section-gap);
}

.theme-international-style .section-head > :last-child {
  grid-column: 1 / span 11;
  display: grid;
  grid-template-columns: minmax(220px, 4fr) minmax(0, 7fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.theme-international-style .section-index {
  display: none;
}

.theme-international-style h2 {
  max-width: 700px;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 660;
  line-height: 1;
}

.theme-international-style .section-lead {
  max-width: 680px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.theme-international-style .cards {
  gap: 0;
}

.theme-international-style .card {
  min-height: 0;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.theme-international-style .card::before {
  content: none;
}

.theme-international-style #work .project-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 10px clamp(40px, 7vw, 104px);
  align-items: start;
}

.theme-international-style .project-card .card-title-row {
  grid-column: 1;
  grid-row: 1 / span 4;
}

.theme-international-style .project-card > .generated-desc-meta,
.theme-international-style .project-card > .generated-description,
.theme-international-style .project-card > p:not(.generated-description) {
  grid-column: 2;
}

.theme-international-style .project-card > .generated-desc-meta { grid-row: 1; }
.theme-international-style .project-card > .generated-description { grid-row: 2; }
.theme-international-style .project-card > p:not(.generated-description) { grid-row: 3; }

.theme-international-style .card-title-row {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.theme-international-style h3 {
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 650;
  line-height: 1.18;
}

.theme-international-style .stack {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .025em;
}

.theme-international-style .tag {
  display: block;
  width: fit-content;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.theme-international-style .generated-desc-meta {
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  letter-spacing: .08em;
}

.theme-international-style .generated-description {
  max-width: 720px;
  margin: 0;
  color: var(--fg);
  font-size: 17px;
  line-height: 1.65;
}

.theme-international-style .project-card > p:not(.generated-description) {
  margin: 12px 0 0 !important;
}

.theme-international-style .project-card > p:not(.generated-description) a,
.theme-international-style .complete-project a {
  color: var(--fg);
  font-size: 13px;
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.theme-international-style #skills .cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 56px);
}

.theme-international-style #skills .card.third {
  grid-column: span 1;
}

.theme-international-style .skill-cloud {
  gap: 0;
  margin-top: 22px !important;
}

.theme-international-style .skill-pill {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.theme-international-style .skill-pill + .skill-pill::before {
  content: "·";
  margin: 0 9px;
  color: var(--accent);
}

.theme-international-style .principles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(32px, 6vw, 88px);
}

.theme-international-style .principle {
  min-height: 0;
  padding: 26px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1.55;
}

.theme-international-style .principle > .tag {
  display: none;
}

.theme-international-style .principle p {
  margin: 0 !important;
}

.theme-international-style .timeline-item {
  grid-template-columns: minmax(160px, .8fr) minmax(0, 2.2fr);
  gap: clamp(36px, 7vw, 104px);
  padding: 30px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.theme-international-style .time-label {
  padding-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.theme-international-style #education .card .tag,
.theme-international-style .complete-version .card .tag {
  margin-top: 16px;
}

.theme-international-style #contact {
  padding-top: 0;
  border-top: 0;
}

.theme-international-style #contact > .section-head {
  display: none;
}

.theme-international-style .contact-panel {
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  padding: clamp(40px, 6vw, 72px);
  border: 0;
  border-radius: 0;
  outline: 0;
  background: var(--fg);
  color: var(--bg);
  box-shadow: none;
}

.theme-international-style .contact-panel h2 {
  max-width: 780px;
}

.theme-international-style .contact-panel .section-lead {
  max-width: 620px;
  margin-top: 20px;
  color: #c7c3b9;
}

.theme-international-style .contact-links {
  gap: 10px;
  justify-content: flex-end;
}

.theme-international-style .contact-panel .button {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.theme-international-style .contact-panel .button.secondary {
  border-color: #77736b;
  background: transparent;
  color: var(--bg);
}

.theme-international-style .contact-panel .button:hover {
  border-color: var(--bg);
  background: var(--bg);
  color: var(--fg);
}

.theme-international-style .reveal {
  margin: 0 0 56px;
  padding: 88px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.theme-international-style .reveal::before {
  content: none;
}

.theme-international-style .reveal > .kicker {
  display: none;
}

.theme-international-style .reveal > p {
  max-width: 680px;
  margin-top: 22px !important;
  color: var(--muted);
  font-size: 16px;
}

.theme-international-style .reveal-grid {
  max-width: none;
  margin-top: 48px;
}

.theme-international-style .reveal-stat {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: clamp(32px, 6vw, 88px);
  min-height: 0;
  padding: 24px 0;
  border: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.theme-international-style .reveal-stat-section + .reveal-stat-section {
  margin: 0;
  padding: 0;
  border: 0;
}

.theme-international-style .reveal-stat-label {
  opacity: 1;
  color: var(--muted);
  font-size: 10px;
}

.theme-international-style .active-style-value {
  color: var(--fg);
  font-size: 20px;
}

.theme-international-style .style-introduction {
  max-width: 640px;
  color: var(--muted);
}

.theme-international-style .reveal-actions {
  gap: 10px;
}

.theme-international-style .reveal .button.surrender {
  width: auto;
  margin-top: 0;
}

.theme-international-style .complete-version {
  padding: 88px 0;
}

.theme-international-style .complete-version .complete-head {
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 48px;
}

.theme-international-style .complete-project .intro-list p {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.theme-international-style .tiny-footer {
  padding-bottom: 32px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
  font-size: 10px;
}

.theme-international-style .regenerating {
  background:
    linear-gradient(90deg, transparent 0 calc(16.666% - .5px), color-mix(in srgb, var(--line), transparent 4%) calc(16.666% - .5px) calc(16.666% + .5px), transparent calc(16.666% + .5px)),
    linear-gradient(90deg, transparent 0 calc(66.666% - .5px), color-mix(in srgb, var(--line), transparent 4%) calc(66.666% - .5px) calc(66.666% + .5px), transparent calc(66.666% + .5px)),
    var(--bg);
  color: var(--fg);
}

.theme-international-style .regenerating::before,
.theme-international-style .regenerating::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.theme-international-style .regenerating::before {
  inset: 0 auto 0 8.333%;
  width: clamp(18px, 3vw, 44px);
  background: var(--accent);
}

.theme-international-style .regenerating::after {
  right: 5%;
  top: 10%;
  width: min(28vw, 340px);
  height: 1px;
  background: var(--fg);
  box-shadow: 0 18px 0 var(--line), 0 36px 0 var(--line);
}

.theme-international-style .regen-box {
  padding: clamp(36px, 7vw, 72px) clamp(24px, 6vw, 64px);
  border: 0;
  border-top: 7px solid var(--fg);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  color: var(--fg);
  box-shadow: none;
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: -.01em;
}

.theme-international-style .regen-box::before,
.theme-international-style .regen-box::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.theme-international-style .regen-box::before {
  top: 0;
  left: 0;
  width: 31%;
  height: 7px;
  background: var(--accent);
}

.theme-international-style .regen-box::after {
  inset: 0 31% 0 auto;
  width: 1px;
  background: var(--line);
}

.theme-international-style .regen-line {
  max-width: 66%;
  padding-inline-start: 44px;
  overflow-wrap: anywhere;
}

.theme-international-style .regen-line::before,
.theme-international-style .regen-line.active::before {
  top: .68em;
  width: 26px;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: var(--muted);
}

.theme-international-style .regen-line.active::before {
  width: 36px;
  background: var(--accent);
}

@media (max-width: 900px) {
  .theme-international-style .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
  }

  .theme-international-style .hero-card {
    max-width: 560px;
  }

  .theme-international-style .section-head > :last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(200px, .8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .theme-international-style .contact-panel {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .theme-international-style .contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .theme-international-style .topbar-inner {
    width: calc(100vw - 24px);
  }

  .theme-international-style .hero {
    padding: 72px 0 76px;
  }

  .theme-international-style h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .theme-international-style .section {
    padding: 68px 0;
  }

  .theme-international-style .section-head > :last-child,
  .theme-international-style #work .project-card,
  .theme-international-style .timeline-item,
  .theme-international-style .reveal-stat {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px;
  }

  .theme-international-style .project-card .card-title-row,
  .theme-international-style .project-card > .generated-desc-meta,
  .theme-international-style .project-card > .generated-description,
  .theme-international-style .project-card > p:not(.generated-description) {
    grid-column: 1;
    grid-row: auto;
  }

  .theme-international-style .project-card > .generated-desc-meta {
    margin-top: 12px;
  }

  .theme-international-style #skills .cards,
  .theme-international-style .principles {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-international-style #skills .card.third {
    grid-column: 1;
  }

  .theme-international-style .contact-panel {
    padding: 36px 28px;
  }

  .theme-international-style .reveal {
    padding: 68px 0;
  }
}

@media (max-width: 520px) {
  .theme-international-style .hero-actions,
  .theme-international-style .reveal-actions,
  .theme-international-style .contact-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .theme-international-style .reveal .button.surrender,
  .theme-international-style .contact-links .button {
    width: 100%;
    justify-content: center;
  }

  .theme-international-style .stat {
    grid-template-columns: minmax(72px, .7fr) minmax(0, 1.3fr);
  }

  .theme-international-style .tiny-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-international-style .button,
  .theme-international-style nav a {
    transition: none;
  }
}
