:root {
  --tk-ink: #1d2422;
  --tk-muted: #65706c;
  --tk-paper: #fbfaf5;
  --tk-cream: #f0eadc;
  --tk-moss: #264c3f;
  --tk-moss-dark: #122a26;
  --tk-rust: #a95632;
  --tk-sky: #5f8791;
  --tk-line: rgba(29, 36, 34, 0.15);
  --tk-shadow: 0 24px 70px rgba(18, 42, 38, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body.tsurezure-page {
  max-width: 100%;
  margin: 0;
  color: var(--tk-ink);
  background: var(--tk-paper);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}

.tsurezure-page :where(p, a, span, strong, small, li) {
  overflow-wrap: anywhere;
}

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

.tsurezure-page a {
  color: inherit;
  text-decoration: none;
}

.tk-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 250, 245, 0.9);
  border-bottom: 1px solid var(--tk-line);
  backdrop-filter: blur(18px);
}

.tk-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.tk-brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--tk-moss-dark);
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.tk-nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 30px);
  margin-left: auto;
  color: var(--tk-muted);
  font-size: 14px;
  font-weight: 800;
}

.tk-nav a:hover,
.tk-nav a:focus-visible {
  color: var(--tk-moss);
}

.tk-header-cta,
.tk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 900;
}

.tk-header-cta {
  min-height: 42px;
  padding: 0 18px;
  color: var(--tk-moss-dark);
  background: #fffefa;
  border: 1px solid #b78945;
  font-size: 14px;
  box-shadow: 0 12px 28px rgba(18, 42, 38, 0.16);
}

.tk-header-cta:hover,
.tk-header-cta:focus-visible {
  color: #fff;
  background: var(--tk-moss-dark);
}

.tk-menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.tk-mobile-menu {
  position: absolute;
  z-index: 40;
  top: 11px;
  right: auto;
  left: clamp(258px, 76vw, 326px);
  display: inline-flex;
  width: 44px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  cursor: pointer;
  background: var(--tk-moss-dark);
  border: 1px solid rgba(18, 42, 38, 0.88);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(18, 42, 38, 0.2);
}

.hamburger-lines {
  display: grid;
  gap: 5px;
  width: 20px;
}

.hamburger-lines span {
  display: block;
  height: 2px;
  background: #fffefa;
  border-radius: 999px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.tk-menu-toggle:checked + .tk-mobile-menu .hamburger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.tk-menu-toggle:checked + .tk-mobile-menu .hamburger-lines span:nth-child(2) {
  opacity: 0;
}

.tk-menu-toggle:checked + .tk-mobile-menu .hamburger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.tk-mobile-menu-panel {
  position: fixed;
  top: 66px;
  right: auto;
  left: 54px;
  display: none;
  gap: 6px;
  width: min(calc(100vw - 28px), 320px);
  padding: 10px;
  background: #fffefa;
  border: 1px solid rgba(151, 86, 43, 0.22);
  border-radius: 4px;
  box-shadow: 0 22px 52px rgba(29, 36, 34, 0.16);
}

.tk-menu-toggle:checked ~ .tk-mobile-menu-panel {
  display: grid;
}

.tk-mobile-menu-panel a {
  padding: 12px 14px;
  color: var(--tk-moss-dark);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
}

.tk-mobile-menu-panel a:hover,
.tk-mobile-menu-panel a:focus-visible {
  background: var(--tk-cream);
}

.tk-mobile-menu-panel .tk-mobile-menu-primary {
  color: var(--tk-moss-dark);
  background: #e0b474;
}

.tk-hero {
  position: relative;
  display: grid;
  grid-template-rows: minmax(430px, 62vh) auto;
  overflow: visible;
  padding: 72px 0 0;
  background: var(--tk-moss-dark);
}

.tk-hero-media {
  position: relative;
  overflow: hidden;
}

.tk-hero-shade {
  display: none;
}

.tk-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.tk-hero-copy {
  position: relative;
  width: min(100%, 1180px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px) clamp(46px, 6vw, 76px);
  color: #fffefa;
}

.tk-eyebrow {
  margin: 0 0 14px;
  color: var(--tk-rust);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tk-hero-copy .tk-eyebrow {
  color: #e0b474;
}

.tk-area-label {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 0 0 8px;
  color: #fffefa;
  border-bottom: 2px solid #e0b474;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 900;
}

.tsurezure-page h1,
.tsurezure-page h2,
.tsurezure-page h3,
.tsurezure-page p {
  margin-top: 0;
}

.tsurezure-page h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(40px, 7vw, 76px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.tk-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.tk-section-head h2 span,
.tk-join-panel h2 span {
  display: inline-block;
  white-space: nowrap;
}

.tsurezure-page h2 {
  margin-bottom: 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.tsurezure-page h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.35;
}

.tk-hero-copy p:not(.tk-eyebrow) {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 254, 250, 0.88);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}

.tk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tk-button {
  min-height: 54px;
  padding: 0 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.tk-button:hover,
.tk-button:focus-visible {
  transform: translateY(-2px);
}

.tk-button-primary {
  color: #fff;
  background: var(--tk-moss);
  box-shadow: 0 16px 34px rgba(18, 42, 38, 0.24);
}

.tk-line-button {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border: 1px solid #b78945;
}

.tk-elegant-button {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border: 1px solid #b78945;
}

.tk-button-primary:hover,
.tk-button-primary:focus-visible {
  background: var(--tk-moss-dark);
}

.tk-line-button:hover,
.tk-line-button:focus-visible,
.tk-elegant-button:hover,
.tk-elegant-button:focus-visible {
  color: #fff;
  background: var(--tk-moss-dark);
}

.tk-button-secondary {
  color: var(--tk-moss-dark);
  background: rgba(251, 250, 245, 0.8);
  border: 1px solid var(--tk-line);
}

.tk-hero-copy .tk-line-button {
  color: var(--tk-moss-dark);
  background: #e0b474;
  border: 1px solid #f3d99e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.tk-hero-copy .tk-button-secondary {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border: 1px solid #e0b474;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.tk-hero-copy .tk-line-button:hover,
.tk-hero-copy .tk-line-button:focus-visible,
.tk-hero-copy .tk-button-secondary:hover,
.tk-hero-copy .tk-button-secondary:focus-visible {
  color: #fff;
  background: var(--tk-moss-dark);
}

.tk-section {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px);
}

.tk-section-head {
  max-width: 840px;
  margin: 0 auto 42px;
  text-align: center;
}

.tk-balanced-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.16em;
  row-gap: 0.06em;
}

.tk-balanced-heading span {
  display: inline-block;
  white-space: nowrap;
}

.tk-section-head p:not(.tk-eyebrow) {
  color: var(--tk-muted);
  font-size: 18px;
}

.tk-values,
.tk-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.tk-values article,
.tk-activity-list article,
.tk-theme-grid article {
  padding: 28px;
  background: #fffefa;
  border: 1px solid var(--tk-line);
  border-radius: 4px;
  box-shadow: 0 20px 54px rgba(29, 36, 34, 0.1);
}

.tk-values span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  color: #fff;
  background: var(--tk-rust);
  border-radius: 4px;
  font-weight: 900;
}

.tk-values p,
.tk-activity-list p,
.tk-theme-grid span,
.tk-join span,
.tk-contact p {
  color: var(--tk-muted);
}

.tk-activities {
  background: var(--tk-cream);
}

.tk-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 76px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.tk-split > div:first-child {
  position: sticky;
  top: 110px;
}

.tk-split > div:first-child p:not(.tk-eyebrow) {
  color: var(--tk-muted);
  font-size: 18px;
}

.tk-activity-list {
  display: grid;
  gap: 16px;
}

.tk-gallery {
  background:
    linear-gradient(180deg, #fbfaf5 0%, #edf2ee 100%);
}

.tk-latest-gallery {
  background: #fffefa;
}

.tk-theme-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tk-theme-grid article {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 20px;
  border-top: 4px solid var(--tk-sky);
}

.tk-theme-grid strong,
.tk-theme-grid span {
  display: block;
}

.tk-theme-grid strong {
  margin-bottom: 8px;
  font-size: 22px;
}

.tk-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1160px;
  margin: 0 auto;
}

.tk-post-card {
  overflow: hidden;
  background: #fffefa;
  border: 1px solid var(--tk-line);
  border-radius: 4px;
  box-shadow: 0 20px 54px rgba(29, 36, 34, 0.1);
}

.tk-post-card a {
  display: grid;
  height: 100%;
}

.tk-post-thumb {
  display: grid;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--tk-moss-dark), var(--tk-moss));
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 900;
}

.tk-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f4efe3;
}

.tk-post-copy {
  padding: 24px;
}

.tk-post-copy time {
  display: block;
  margin-bottom: 8px;
  color: var(--tk-rust);
  font-size: 13px;
  font-weight: 900;
}

.tk-post-copy h2,
.tk-post-copy h3 {
  margin-bottom: 10px;
}

.tk-post-copy p {
  margin-bottom: 0;
  color: var(--tk-muted);
}

.tk-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.tk-photo-card {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #fffefa;
  border: 1px solid var(--tk-line);
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(29, 36, 34, 0.12);
}

.tk-photo-card a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.tk-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.tk-photo-card span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.tk-photo-card:hover img,
.tk-photo-card:focus-within img {
  transform: scale(1.03);
}

.tk-gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.tk-empty-gallery {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background: #fffefa;
  border: 1px solid var(--tk-line);
  border-radius: 4px;
}

.tk-empty-gallery p {
  margin-bottom: 0;
  color: var(--tk-muted);
}

.tk-subhero {
  padding: 132px clamp(18px, 5vw, 72px) 64px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 42, 38, 0.98), rgba(38, 76, 63, 0.96)),
    var(--tk-moss-dark);
  text-align: center;
}

.tk-subhero .tk-eyebrow {
  color: #e0b474;
}

.tk-subhero h1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 860px;
  word-break: keep-all;
  overflow-wrap: normal;
}

.tk-subhero p:not(.tk-eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.tk-gallery-archive {
  background: var(--tk-paper);
}

.tk-fee {
  background: #fffefa;
}

.tk-fee-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 64px);
  max-width: 1080px;
  margin: 0 auto;
  align-items: center;
}

.tk-fee-copy p:not(.tk-eyebrow) {
  color: var(--tk-muted);
  font-size: 18px;
}

.tk-fee-card {
  padding: clamp(28px, 4vw, 40px);
  color: #fff;
  background: linear-gradient(135deg, var(--tk-moss-dark), var(--tk-moss));
  border-radius: 4px;
  box-shadow: var(--tk-shadow);
}

.tk-fee-card span,
.tk-fee-card strong,
.tk-fee-card small {
  display: block;
}

.tk-fee-card span {
  color: #e0b474;
  font-size: 14px;
  font-weight: 900;
}

.tk-fee-card strong {
  margin: 8px 0 6px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1;
}

.tk-fee-card small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.tk-fee-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.tk-fee-card li {
  padding: 12px 14px;
  color: var(--tk-moss-dark);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  font-weight: 900;
}

.tk-join {
  background: var(--tk-cream);
}

.tk-join-panel {
  max-width: 1060px;
  margin: 0 auto;
}

.tk-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.tk-info-grid div {
  min-height: 150px;
  padding: 22px;
  background: var(--tk-cream);
  border: 1px solid var(--tk-line);
  border-radius: 4px;
}

.tk-info-grid strong,
.tk-info-grid span {
  display: block;
}

.tk-info-grid strong {
  margin-bottom: 8px;
  color: var(--tk-moss-dark);
}

.tk-service-link {
  background: #fffefa;
}

.tk-service-link-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 56px);
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 48px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 42, 38, 0.96), rgba(38, 76, 63, 0.96)),
    var(--tk-moss-dark);
  border: 1px solid rgba(224, 180, 116, 0.36);
  border-radius: 4px;
  box-shadow: var(--tk-shadow);
  align-items: center;
}

.tk-service-link .tk-eyebrow {
  color: #e0b474;
}

.tk-service-link h2 {
  margin-bottom: 14px;
}

.tk-service-link p:not(.tk-eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.tk-service-link .tk-button {
  white-space: nowrap;
}

.tk-service-link .tk-elegant-button {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border-color: #b78945;
}

.tk-service-link .tk-elegant-button:hover,
.tk-service-link .tk-elegant-button:focus-visible {
  color: #fff;
  background: var(--tk-moss-dark);
}

.tk-profile-link {
  background: var(--tk-paper);
}

.tk-profile-link-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.72fr);
  gap: 0;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--tk-cream);
  border: 1px solid var(--tk-line);
  border-radius: 4px;
  box-shadow: var(--tk-shadow);
  align-items: stretch;
}

.tk-profile-copy {
  padding: clamp(28px, 5vw, 46px);
  align-self: center;
}

.tk-profile-copy .tk-button {
  width: auto;
  min-height: 48px;
  margin-top: 24px;
  padding: 0 20px;
}

.tk-profile-portrait {
  overflow: hidden;
  width: 100%;
  min-height: 260px;
  background: #dfe7e8;
  border-left: 1px solid var(--tk-line);
}

.tk-profile-portrait img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: 50% 30%;
}

.tk-profile-link h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.8vw, 42px);
}

.tk-profile-link p:not(.tk-eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--tk-muted);
  font-size: 17px;
}

.tk-profile-link .tk-button {
  white-space: nowrap;
}

.tk-contact {
  padding: clamp(72px, 9vw, 120px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 42, 38, 0.98), rgba(38, 76, 63, 0.98)),
    var(--tk-moss-dark);
}

.tk-contact .tk-eyebrow {
  color: #e0b474;
}

.tk-contact-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.tk-contact p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.tk-contact .tk-actions {
  justify-content: center;
  margin-top: 30px;
}

.tk-contact .tk-button-primary {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border-color: #b78945;
}

.tk-contact .tk-line-button {
  color: var(--tk-moss-dark);
  background: #fffefa;
  border-color: #b78945;
}

.tk-contact .tk-button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.tk-single {
  max-width: 960px;
  margin: 0 auto;
  padding: 132px clamp(18px, 5vw, 72px) 88px;
}

.tk-single-head {
  margin-bottom: 34px;
  text-align: center;
}

.tk-single-head h1 {
  margin-right: auto;
  margin-left: auto;
}

.tk-single-head time {
  color: var(--tk-rust);
  font-weight: 900;
}

.tk-single-thumb {
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 4px;
  box-shadow: var(--tk-shadow);
}

.tk-single-thumb img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
  background: #f4efe3;
}

.tk-single-content {
  color: var(--tk-ink);
  font-size: 18px;
}

.tk-single-content p,
.tk-single-content figure {
  margin-bottom: 24px;
}

.tk-single-content img {
  height: auto;
  border-radius: 4px;
}

.tk-single-actions {
  margin-top: 36px;
  justify-content: center;
}

.tk-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: #172923;
}

.tk-footer p,
.tk-footer small {
  margin: 0;
}

.tk-footer p {
  color: #fff;
  font-weight: 900;
}

@keyframes tkFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tkPhotoSettle {
  from {
    transform: scale(1.035);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .tk-hero-copy,
  .tk-section-head,
  .tk-split,
  .tk-fee-inner,
  .tk-join-panel,
  .tk-service-link-inner,
  .tk-profile-link-inner,
  .tk-contact-inner,
  .tk-subhero,
  .tk-single {
    animation: tkFadeUp 620ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .tk-hero-media img {
    animation: tkPhotoSettle 1200ms ease-out both;
  }

  .tk-values article,
  .tk-activity-list article,
  .tk-theme-grid article,
  .tk-info-grid div,
  .tk-photo-card,
  .tk-button {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .tk-values article:hover,
  .tk-activity-list article:hover,
  .tk-theme-grid article:hover,
  .tk-info-grid div:hover,
  .tk-photo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(29, 36, 34, 0.14);
  }
}

@media (min-width: 961px) {
  .tk-header > .tk-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .tk-nav {
    display: none;
  }

  .tk-header-cta {
    display: none;
  }

  .tk-header > .tk-mobile-menu {
    display: inline-flex !important;
    position: absolute;
    z-index: 30;
    top: 11px;
    right: auto;
    left: clamp(258px, 76vw, 326px);
    margin-left: 0;
  }

  .tk-split {
    grid-template-columns: 1fr;
  }

  .tk-fee-inner {
    grid-template-columns: 1fr;
  }

  .tk-service-link-inner {
    grid-template-columns: 1fr;
  }

  .tk-profile-link-inner {
    grid-template-columns: 1fr;
  }

  .tk-profile-portrait {
    width: 100%;
    min-height: 220px;
    border-top: 1px solid var(--tk-line);
    border-left: 0;
  }

  .tk-profile-portrait img {
    min-height: 220px;
    max-height: 260px;
  }

  .tk-split > div:first-child {
    position: static;
  }

  .tk-values,
  .tk-theme-grid,
  .tk-post-grid,
  .tk-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tk-header {
    gap: 10px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .tk-brand {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 14px;
  }

  .tk-brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tk-brand-mark {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
  }

  .tk-hero {
    grid-template-rows: minmax(330px, 52vh) auto;
    padding: 64px 0 0;
    background: var(--tk-moss-dark);
  }

  .tk-hero-media {
    position: relative;
  }

  .tk-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 55%;
  }

  .tk-hero-copy {
    max-width: none;
    padding: 30px 18px 36px;
  }

  .tk-hero-copy p:not(.tk-eyebrow) {
    color: rgba(255, 254, 250, 0.88);
  }

  .tk-hero-copy .tk-eyebrow {
    color: #e0b474;
  }

  .tk-area-label {
    color: #fffefa;
    border-bottom-color: #e0b474;
  }

  .tsurezure-page h1 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.16;
  }

  .tk-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(27px, 7.8vw, 31px);
    line-height: 1.22;
  }

  .tk-section-head h2,
  .tk-join-panel h2,
  .tk-fee-copy h2 {
    max-width: 100%;
    font-size: clamp(25px, 6.5vw, 30px);
    line-height: 1.32;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .tk-section-head h2 span,
  .tk-join-panel h2 span {
    display: inline;
    white-space: normal;
  }

  .tk-gallery .tk-section-head h2,
  .tk-join-panel h2 {
    font-size: clamp(24px, 6.1vw, 28px);
  }

  .tk-subhero {
    padding: 112px 18px 48px;
  }

  .tk-subhero h1 {
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.22;
    white-space: nowrap;
  }

  .tk-post-thumb {
    min-height: 190px;
  }

  .tk-values,
  .tk-theme-grid,
  .tk-post-grid,
  .tk-info-grid {
    grid-template-columns: 1fr;
  }

  .tk-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tk-theme-grid article {
    min-height: 104px;
    padding: 16px;
  }

  .tk-theme-grid strong {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .tk-theme-grid span {
    font-size: 13px;
    line-height: 1.55;
  }

  .tk-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .tk-latest-gallery .tk-section-head h2,
  .tk-gallery-archive .tk-section-head h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .tk-balanced-heading {
    display: block;
  }

  .tk-balanced-heading span {
    display: inline;
    white-space: normal;
  }

  .tk-photo-card {
    box-shadow: 0 10px 24px rgba(29, 36, 34, 0.1);
  }

  .tk-photo-card span {
    font-size: 12px;
  }

  .tk-button {
    width: 100%;
  }

  .tk-values article,
  .tk-activity-list article {
    padding: 24px;
  }
}

@media (max-width: 360px) {
  .tk-header > .tk-mobile-menu {
    left: 258px;
  }

  .tk-mobile-menu-panel {
    left: 14px;
    width: 292px;
  }
}
