/*
Theme Name: tatsuya v60
Author: tatsuya v60
Description: 縦型ショート動画の添削・アカウント相談と企業向け継続制作に特化したフルサイト編集対応テーマです。
Version: 1.2.0
Requires at least: 6.9
Requires PHP: 8.3
Text Domain: tatsuya-v60
*/

:root {
  --tv-paper: #f5f7f5;
  --tv-white: #ffffff;
  --tv-ink: #17211e;
  --tv-muted: #5f6c67;
  --tv-line: #d6ded9;
  --tv-green: #245347;
  --tv-green-dark: #153c33;
  --tv-mint: #e2eee9;
  --tv-rose: #b9564d;
  --tv-rose-soft: #f6e9e7;
  --tv-blue: #406777;
  --tv-blue-soft: #e7eff2;
  --tv-gold: #aa8c50;
  --tv-gold-soft: #f2eee4;
  --tv-shadow: 0 20px 56px rgba(24, 43, 36, 0.08);
  --tv-shadow-strong: 0 24px 70px rgba(24, 43, 36, 0.13);
  --tv-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  --tv-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

.wp-site-blocks,
.wp-site-blocks *,
.wp-site-blocks *::before,
.wp-site-blocks *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--tv-paper);
  color: var(--tv-ink);
  font-family: var(--tv-sans);
  letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
  font-family: var(--tv-sans);
}

body button,
body a {
  -webkit-tap-highlight-color: transparent;
}

body :where(a) {
  text-underline-offset: 0.16em;
}

body :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--tv-serif);
  letter-spacing: 0;
}

.wp-site-blocks {
  overflow: clip;
}

.tv-site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid rgba(23, 33, 30, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.tv-header-inner {
  min-height: 72px;
  padding-right: clamp(20px, 4vw, 64px);
  padding-left: clamp(20px, 4vw, 64px);
}

.tv-brand {
  gap: 11px;
}

.tv-brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(170, 140, 80, 0.72);
  border-radius: 5px;
  background: var(--tv-green-dark);
  color: var(--tv-white);
  font-family: var(--tv-serif);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.tv-brand-copy {
  gap: 0;
}

.tv-brand-copy .wp-block-site-title {
  margin: 0;
  font-family: var(--tv-serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.tv-brand-copy .wp-block-site-title a {
  text-decoration: none;
}

.tv-brand-copy p {
  margin: 3px 0 0;
  color: var(--tv-muted);
  font-size: 0.625rem;
  font-weight: 600;
}

.tv-primary-nav {
  font-size: 0.8rem;
  font-weight: 600;
}

.tv-primary-nav .wp-block-navigation-item__content {
  text-decoration: none;
}

.tv-primary-nav .wp-block-navigation-item__content:hover,
.tv-primary-nav .wp-block-navigation-item__content:focus-visible {
  color: var(--tv-green);
}

.wp-block-button__link,
.tv-submit,
.tv-service-button,
.tv-purchase-submit {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 13px 21px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.wp-block-button__link:hover,
.tv-submit:hover,
.tv-service-button:hover,
.tv-purchase-submit:hover {
  transform: translateY(-2px);
}

.wp-block-button__link:focus-visible,
.tv-submit:focus-visible,
.tv-service-button:focus-visible,
.tv-purchase-submit:focus-visible,
.tv-primary-nav a:focus-visible,
.tv-quick-link a:focus-visible {
  outline: 3px solid rgba(64, 103, 119, 0.28);
  outline-offset: 3px;
}

.tv-header-button .wp-block-button__link {
  border-color: rgba(170, 140, 80, 0.55);
  background: var(--tv-green-dark);
  color: var(--tv-white);
}

.tv-hero {
  position: relative;
  min-height: min(660px, calc(100svh - 96px));
}

.tv-hero .wp-block-cover__background {
  background: rgba(245, 247, 245, 0.64) !important;
  opacity: 1 !important;
}

.tv-hero .wp-block-cover__image-background {
  object-position: 62% center;
}

.tv-hero-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.tv-hero-copy {
  width: min(650px, 56%);
  margin: 0;
  padding: 56px 0 64px;
}

.tv-eyebrow {
  margin: 0 0 14px;
  color: var(--tv-green);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.6;
}

.tv-hero-name {
  margin: 0;
  color: var(--tv-green-dark);
  font-family: var(--tv-serif);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.08;
}

.tv-hero-statement {
  margin: 18px 0 20px;
  color: var(--tv-ink);
  font-family: var(--tv-serif);
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.45;
}

.tv-hero-statement::after {
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 18px;
  background: var(--tv-gold);
  content: "";
}

.tv-hero-lead {
  max-width: 600px;
  margin: 0;
  color: #33423d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.92;
}

.tv-hero-actions {
  margin-top: 30px;
}

.tv-primary-button .wp-block-button__link {
  background: var(--tv-rose);
  box-shadow: 0 12px 26px rgba(145, 73, 66, 0.2);
  color: var(--tv-white);
}

.tv-secondary-button .wp-block-button__link {
  border-color: rgba(32, 42, 39, 0.2);
  background: rgba(255, 255, 255, 0.86);
  color: var(--tv-ink);
}

.tv-proof {
  margin-top: 34px;
  padding-top: 21px;
  border-top: 1px solid rgba(23, 33, 30, 0.16);
  gap: clamp(16px, 3vw, 38px);
}

.tv-proof-item {
  gap: 0;
}

.tv-proof-item strong {
  font-family: var(--tv-serif);
  font-size: 1.125rem;
}

.tv-proof-item p {
  margin: 0;
  color: #52605b;
  font-size: 0.625rem;
  font-weight: 600;
}

.tv-quick-links {
  position: relative;
  z-index: 2;
  display: grid !important;
  width: min(1120px, calc(100% - 40px));
  margin: -28px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--tv-line);
  border-top: 2px solid var(--tv-gold);
  border-radius: 5px;
  background: var(--tv-white);
  box-shadow: var(--tv-shadow);
}

.tv-quick-link {
  min-height: 94px;
  align-content: center;
  padding: 17px 28px;
}

.tv-quick-link + .tv-quick-link {
  border-left: 1px solid var(--tv-line);
}

.tv-quick-link p {
  margin: 0;
  color: var(--tv-muted);
  font-size: 0.75rem;
  font-weight: 600;
}

.tv-quick-link.is-popular p {
  color: var(--tv-rose);
}

.tv-quick-link.is-business p {
  color: var(--tv-blue);
}

.tv-quick-link h3 {
  margin: 4px 0 0;
  font-size: 1.3125rem;
}

.tv-quick-link h3 a {
  color: var(--tv-ink);
  text-decoration: none;
}

.tv-quick-link h3 a::after {
  margin-left: 8px;
  color: var(--tv-gold);
  content: "→";
  font-family: var(--tv-sans);
  font-size: 0.75em;
}

.tv-section {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 104px;
}

.tv-section-heading {
  max-width: 760px;
  margin-bottom: 42px;
  gap: 10px;
}

.tv-section-heading h2,
.tv-results-copy h2,
.tv-inquiry-copy h2,
.tv-booking-copy h2 {
  margin: 0;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.38;
}

.tv-section-heading > p:last-child,
.tv-results-copy > p,
.tv-inquiry-copy > p,
.tv-booking-copy > p {
  margin-top: 5px;
  color: var(--tv-muted);
  font-size: 0.9375rem;
  line-height: 1.9;
}

.tv-services {
  scroll-margin-top: 100px;
}

.tv-service-grid {
  display: grid;
  width: 100%;
  max-width: 1060px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tv-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tv-line);
  border-radius: 5px;
  background: var(--tv-white);
  box-shadow: 0 12px 34px rgba(24, 43, 36, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tv-service-card.is-featured {
  border-color: rgba(170, 140, 80, 0.76);
  box-shadow: 0 20px 52px rgba(84, 70, 42, 0.12);
}

.tv-service-card:hover {
  border-color: #becbc5;
  box-shadow: var(--tv-shadow-strong);
  transform: translateY(-4px);
}

.tv-service-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #edf2f0;
}

.tv-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.tv-service-card:hover .tv-service-image img {
  transform: scale(1.018);
}

.tv-service-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--tv-green);
  color: var(--tv-white);
  font-size: 0.6875em;
  font-weight: 700;
}

.tv-service-card.is-featured .tv-service-badge {
  background: var(--tv-rose);
}

.tv-service-card.is-enterprise .tv-service-badge {
  background: var(--tv-blue);
}

.tv-service-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.tv-service-audience {
  margin: 0 0 7px;
  color: var(--tv-green);
  font-size: 0.6875em;
  font-weight: 700;
}

.tv-service-title {
  min-height: 72px;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.45;
}

.tv-service-description {
  min-height: 88px;
  margin: 15px 0 0;
  color: var(--tv-muted);
  font-size: 0.8em;
  line-height: 1.8;
}

.tv-service-price {
  display: flex;
  min-height: 74px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--tv-line);
  border-bottom: 1px solid var(--tv-line);
}

.tv-service-price strong {
  font-family: var(--tv-serif);
  font-size: 1.875em;
}

.tv-service-price span {
  color: var(--tv-muted);
  font-size: 0.6875em;
  font-weight: 700;
  text-align: right;
}

.tv-service-features {
  display: grid;
  margin: 19px 0;
  padding: 0;
  gap: 9px;
  color: #3b4944;
  font-size: 0.75em;
  font-weight: 700;
  list-style: none;
}

.tv-service-features li {
  position: relative;
  padding-left: 20px;
}

.tv-service-features li::before {
  position: absolute;
  top: 0.46em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--tv-green);
  border-radius: 50%;
  content: "";
}

.tv-service-button {
  display: flex;
  width: 100%;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  background: var(--tv-green);
  color: var(--tv-white);
  font-size: 0.875em;
}

.tv-service-button::after {
  margin-left: 9px;
  content: "→";
}

.tv-service-card.is-enterprise .tv-service-button {
  background: var(--tv-blue);
}

.tv-booking-section {
  scroll-margin-top: 100px;
  border-top: 1px solid var(--tv-line);
}

.tv-booking-grid {
  display: grid;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(430px, 1.18fr);
  align-items: start;
  gap: clamp(50px, 7vw, 100px);
}

.tv-booking-copy {
  min-width: 0;
}

.tv-booking-offer {
  display: inline-flex;
  min-height: 36px;
  margin: 0 0 20px !important;
  align-items: center;
  gap: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(185, 86, 77, 0.28);
  border-radius: 4px;
  background: var(--tv-rose-soft);
  color: var(--tv-ink) !important;
  font-size: 0.75rem !important;
  font-weight: 700;
  line-height: 1.4 !important;
}

.tv-booking-offer strong {
  color: var(--tv-rose);
}

.tv-booking-offer span {
  padding-left: 12px;
  border-left: 1px solid rgba(185, 86, 77, 0.24);
}

.tv-booking-points {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 0;
  color: var(--tv-muted);
  font-size: 0.8125rem;
  line-height: 1.75;
  list-style: none;
}

.tv-booking-points li {
  position: relative;
  padding: 17px 0 17px 29px;
  border-top: 1px solid var(--tv-line);
}

.tv-booking-points li:last-child {
  border-bottom: 1px solid var(--tv-line);
}

.tv-booking-points li::before {
  position: absolute;
  top: 23px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--tv-green);
  border-radius: 50%;
  content: "";
}

.tv-booking-points strong {
  color: var(--tv-ink);
  font-size: 0.875rem;
}

.tv-booking-panel {
  min-width: 0;
}

.tv-booking-panel > h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.tv-booking-panel > p {
  margin: 8px 0 22px;
  color: var(--tv-muted);
  font-size: 0.8125rem;
  line-height: 1.8;
}

.tv-results {
  border-top: 1px solid var(--tv-line);
}

.tv-results-grid {
  display: grid;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.tv-result-metrics {
  margin: 34px 0 0;
  border: 1px solid var(--tv-line);
  border-radius: 5px;
  background: var(--tv-white);
}

.tv-result-metric {
  padding: 21px;
}

.tv-result-metric + .tv-result-metric {
  border-left: 1px solid var(--tv-line);
}

.tv-result-metric strong {
  color: var(--tv-rose);
  font-family: var(--tv-serif);
  font-size: 2.1875rem;
}

.tv-result-metric p {
  margin: 5px 0 0;
  color: var(--tv-muted);
  font-size: 0.6875rem;
  font-weight: 700;
}

.tv-results-list {
  color: #45524d;
  font-size: 0.8125rem;
}

.tv-profile img {
  width: 100%;
  max-width: 280px;
  border-radius: 5px;
  box-shadow: 16px 16px 0 #e2e9e5;
}

.tv-profile figcaption {
  margin-top: 24px;
  color: var(--tv-muted);
}

.tv-profile figcaption strong {
  display: block;
  color: var(--tv-ink);
  font-family: var(--tv-serif);
  font-size: 1.4375rem;
}

.tv-flow {
  padding-top: 88px;
  padding-bottom: 88px;
  border-top: 1px solid rgba(170, 140, 80, 0.66);
  border-bottom: 1px solid rgba(170, 140, 80, 0.66);
  background: #1b3a33;
  color: var(--tv-white);
}

.tv-flow-inner {
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 0 auto;
}

.tv-flow .tv-eyebrow {
  color: #d8c391;
}

.tv-flow h2 {
  color: var(--tv-white);
}

.tv-flow-steps {
  gap: 1px;
  background: rgba(214, 194, 146, 0.22);
}

.tv-flow-step {
  min-height: 208px;
  padding: 25px;
  background: #1b3a33;
}

.tv-flow-number {
  margin: 0;
  color: #d8c391;
  font-size: 0.75rem;
  font-weight: 700;
}

.tv-flow-step h3 {
  margin: 38px 0 0;
  color: var(--tv-white);
  font-size: 1.125rem;
}

.tv-flow-step p:last-child {
  margin-top: 8px;
  color: #d0d9d5;
  font-size: 0.75rem;
  line-height: 1.8;
}

.tv-inquiry-grid {
  display: grid;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(50px, 8vw, 110px);
}

.tv-inquiry-note {
  padding: 19px 20px;
  border-left: 3px solid var(--tv-blue);
  border-radius: 0 4px 4px 0;
  background: var(--tv-blue-soft);
  color: #344962;
  font-size: 0.75rem;
}

.tv-business-label {
  display: inline-block;
  margin: 0 0 18px !important;
  padding: 7px 10px;
  border: 1px solid rgba(64, 103, 119, 0.26);
  border-radius: 4px;
  background: var(--tv-blue-soft);
  color: var(--tv-blue) !important;
  font-size: 0.6875rem !important;
  font-weight: 700;
  line-height: 1.5 !important;
}

.tv-inquiry-calendar-note {
  position: relative;
  margin-top: 20px !important;
  padding-left: 24px;
  color: var(--tv-green) !important;
  font-size: 0.75rem !important;
  font-weight: 700;
  line-height: 1.7 !important;
}

.tv-inquiry-calendar-note::before {
  position: absolute;
  top: 0.33em;
  left: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--tv-gold);
  border-radius: 3px;
  content: "";
}

.tv-enterprise-form,
.tv-purchase-form,
.tv-booking-form {
  min-width: 0;
  padding: 36px;
  border: 1px solid var(--tv-line);
  border-radius: 5px;
  background: var(--tv-white);
  box-shadow: var(--tv-shadow);
}

.tv-booking-form {
  border-top-width: 3px;
  border-top-color: var(--tv-gold);
}

.tv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.tv-form-field {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 7px;
}

.tv-form-field.is-wide {
  grid-column: 1 / -1;
}

.tv-form-field label,
.tv-form-field > span {
  color: var(--tv-ink);
  font-size: 0.75em;
  font-weight: 700;
}

.tv-required,
.tv-optional {
  margin-left: 5px;
  font-size: 0.75em;
  font-style: normal;
}

.tv-required {
  color: var(--tv-rose);
}

.tv-optional {
  color: var(--tv-muted);
}

.tv-form-field input,
.tv-form-field select,
.tv-form-field textarea {
  width: 100%;
  border: 1px solid #cbd3cf;
  border-radius: 4px;
  background: #fcfdfc;
  color: var(--tv-ink);
  font: inherit;
}

.tv-form-field input,
.tv-form-field select {
  min-height: 48px;
  padding: 0 13px;
}

.tv-form-field textarea {
  min-height: 114px;
  padding: 12px 13px;
  resize: vertical;
}

.tv-form-field input:focus,
.tv-form-field select:focus,
.tv-form-field textarea:focus {
  border-color: var(--tv-green);
  outline: 3px solid rgba(41, 84, 73, 0.13);
}

.tv-submit,
.tv-purchase-submit {
  width: 100%;
  margin-top: 24px;
  background: var(--tv-rose);
  color: var(--tv-white);
  font-size: 0.875em;
  box-shadow: 0 12px 28px rgba(137, 62, 55, 0.17);
}

.tv-form-message {
  margin: 12px 0 0;
  color: var(--tv-green);
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
}

.tv-form-message.is-error {
  color: #b43d2b;
}

.tv-faq {
  border-top: 1px solid var(--tv-line);
}

.tv-faq-list {
  max-width: 900px;
}

.tv-faq-list .wp-block-details {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--tv-line);
}

.tv-faq-list .wp-block-details:last-child {
  border-bottom: 1px solid var(--tv-line);
}

.tv-faq-list summary {
  cursor: pointer;
  font-family: var(--tv-serif);
  font-size: 1rem;
  font-weight: 600;
}

.tv-faq-list .wp-block-details p {
  max-width: 760px;
  color: var(--tv-muted);
  font-size: 0.8125rem;
  line-height: 1.9;
}

.tv-site-footer {
  padding: 58px max(20px, calc((100vw - 1200px) / 2));
  border-top: 1px solid var(--tv-line);
  background: #e8eeeb;
}

.tv-footer-inner {
  gap: 38px;
}

.tv-footer-copy p {
  margin: 8px 0 0;
  color: var(--tv-muted);
  font-size: 0.75rem;
}

.tv-footer-nav {
  font-size: 0.75rem;
  font-weight: 700;
}

.tv-footer-copyright {
  margin-top: 32px;
  color: #7e8884;
  font-size: 0.625rem;
}

.tv-purchase-shell {
  width: min(900px, calc(100% - 32px));
  margin: 80px auto;
}

.tv-purchase-summary {
  margin-bottom: 28px;
}

.tv-purchase-summary h2 {
  margin-bottom: 8px;
  font-size: 3em;
}

.tv-purchase-price {
  color: var(--tv-green);
  font-family: var(--tv-serif);
  font-size: 2em;
  font-weight: 700;
}

.tv-option-list {
  display: grid;
  margin-top: 22px;
  gap: 9px;
}

.tv-option-choice {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding: 10px 13px;
  border: 1px solid var(--tv-line);
  border-radius: 5px;
  background: var(--tv-white);
}

.tv-option-choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--tv-green);
}

.tv-option-choice strong {
  color: var(--tv-rose);
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.wc-block-components-button {
  border-radius: 5px !important;
  background: var(--tv-green) !important;
  color: var(--tv-white) !important;
  font-weight: 700 !important;
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--tv-green);
  background: var(--tv-white);
}

@media (max-width: 980px) {
  .tv-primary-nav {
    margin-left: auto;
  }

  .tv-header-button {
    display: none;
  }

  .tv-results-grid,
  .tv-inquiry-grid,
  .tv-booking-grid {
    grid-template-columns: 1fr;
  }

  .tv-booking-grid {
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .tv-header-inner {
    min-height: 68px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .tv-brand-copy p {
    display: none;
  }

  .tv-hero {
    min-height: 610px;
  }

  .tv-hero .wp-block-cover__background {
    background: rgba(245, 247, 245, 0.74) !important;
  }

  .tv-hero .wp-block-cover__image-background {
    object-position: 68% center;
  }

  .tv-hero-inner {
    width: 100%;
  }

  .tv-hero-copy {
    width: auto;
    padding: 52px 20px 58px;
  }

  .tv-hero-name {
    font-size: 2.875rem;
  }

  .tv-hero-statement {
    margin-top: 16px;
    font-size: 1.75rem;
  }

  .tv-hero-lead {
    max-width: 520px;
    font-size: 0.875rem;
  }

  .tv-proof {
    flex-wrap: wrap !important;
    gap: 18px;
  }

  .tv-proof-item strong {
    font-size: 0.9375rem;
  }

  .tv-proof-item p {
    font-size: 0.5625rem;
  }

  .tv-quick-links {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin-top: -20px;
  }

  .tv-quick-link {
    min-height: 77px;
    padding: 13px 20px;
  }

  .tv-quick-link + .tv-quick-link {
    border-top: 1px solid var(--tv-line);
    border-left: 0;
  }

  .tv-section {
    width: min(100% - 30px, 620px);
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .tv-section-heading {
    margin-bottom: 28px;
  }

  .tv-section-heading h2,
  .tv-results-copy h2,
  .tv-inquiry-copy h2,
  .tv-booking-copy h2 {
    font-size: 1.875rem;
  }

  .tv-purchase-summary h2 {
    font-size: 2em;
  }

  .tv-service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tv-service-content {
    padding: 22px;
  }

  .tv-service-title,
  .tv-service-description {
    min-height: 0;
  }

  .tv-results-grid {
    gap: 52px;
  }

  .tv-profile {
    max-width: 260px;
  }

  .tv-flow {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tv-flow-inner {
    width: calc(100% - 32px);
  }

  .tv-flow-steps {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .tv-flow-step {
    min-height: 154px;
  }

  .tv-flow-step h3 {
    margin-top: 20px;
  }

  .tv-enterprise-form,
  .tv-purchase-form,
  .tv-booking-form {
    padding: 22px 18px;
  }

  .tv-booking-panel > h3 {
    font-size: 1.3125rem;
  }

  .tv-form-grid {
    grid-template-columns: 1fr;
  }

  .tv-form-field.is-wide {
    grid-column: auto;
  }

  .tv-form-field input,
  .tv-form-field select,
  .tv-form-field textarea {
    font-size: max(16px, 1em);
  }

  .tv-footer-inner {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .tv-option-choice {
    grid-template-columns: 20px 1fr;
  }

  .tv-option-choice strong {
    grid-column: 2;
  }
}

@media (max-width: 430px) {
  .tv-header-inner {
    min-height: 64px;
  }

  .tv-brand-mark {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .tv-brand-copy .wp-block-site-title {
    font-size: 0.9375rem;
  }

  .tv-hero {
    min-height: 590px;
  }

  .tv-hero-copy {
    padding-top: 44px;
  }

  .tv-hero-name {
    font-size: 2.5rem;
  }

  .tv-hero-statement {
    font-size: 1.5625rem;
  }

  .tv-hero-actions {
    gap: 10px;
  }

  .tv-hero-actions .wp-block-button {
    width: 100%;
  }

  .tv-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .tv-proof-item {
    min-width: calc(50% - 12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .tv-service-card:hover {
    transform: none;
  }
}
