.page-home {
  --phy-angle: 3deg;
  background:
    radial-gradient(circle at 90% 8%, rgba(201, 164, 92, .1) 0, rgba(0, 0, 0, 0) 32%),
    linear-gradient(135deg, var(--c-bg) 0%, var(--c-surface) 48%, var(--c-primary) 100%);
}

.page-home .phy-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 52px;
  border-bottom: 3px solid var(--c-border);
}

.page-home .phy-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .phy-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}

.page-home .phy-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(12, 22, 18, .96) 18%, rgba(20, 38, 31, .82) 60%, rgba(27, 58, 45, .58) 100%);
}

.page-home .phy-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 30px;
}

.page-home .breadcrumb {
  margin-bottom: 16px;
}

.page-home .phy-eyebrow {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid rgba(201, 164, 92, .6);
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.page-home .phy-hero h1 {
  margin: 14px 0 12px;
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.14;
  color: var(--c-text);
}

.page-home .phy-lead {
  margin: 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-text-dim);
}

.page-home .phy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-home .phy-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 3px solid var(--c-border);
}

.page-home .phy-tab-btn {
  appearance: none;
  padding: 8px 14px;
  background: rgba(20, 38, 31, .8);
  border: 3px solid var(--c-border);
  color: var(--c-text-dim);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  cursor: pointer;
  box-shadow: var(--shadow-mid);
  transition: transform .18s ease-out, border-color .18s ease-out, color .18s ease-out, background .18s ease-out;
}

.page-home .phy-tab-btn:hover {
  border-color: var(--c-gold);
  color: var(--c-text);
}

.page-home .phy-tab-btn[aria-selected="true"] {
  color: var(--c-bg);
  background: var(--c-gold);
  border-color: var(--c-gold);
  transform: translateY(-2px);
}

.page-home .phy-tab-panels {
  margin-top: 14px;
}

.page-home .phy-tab-panel {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px 18px;
  background: rgba(20, 38, 31, .9);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-tab-panel + .phy-tab-panel {
  margin-top: 12px;
}

.page-home .phy-tab-index {
  flex: 0 0 auto;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: var(--c-gold);
}

.page-home .phy-tab-panel-title {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 900;
  color: var(--c-text);
}

.page-home .phy-tab-panel-copy p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text-dim);
}

.page-home .phy-tab-list {
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-dim);
}

.page-home .phy-arrow-link {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(201, 164, 92, .45);
  color: var(--c-gold);
  font-weight: 800;
  text-decoration: none;
}

.page-home .phy-head {
  display: grid;
  gap: 10px;
  margin: 52px 0 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--c-border);
}

.page-home .phy-head-text .section-label {
  margin: 0;
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-home .phy-head .section-title {
  margin: 2px 0 0;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--c-text);
}

.page-home .phy-head-note {
  margin: 0;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-text-dim);
}

.page-home .phy-upgrade-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.page-home .phy-up-card {
  position: relative;
  padding: 20px 18px;
  background: rgba(20, 38, 31, .86);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
  transition: transform .2s ease-out, border-color .2s ease-out;
}

.page-home .phy-up-card:nth-child(odd) {
  transform: rotate(-.5deg);
}

.page-home .phy-up-card:nth-child(even) {
  transform: rotate(.6deg);
}

.page-home .phy-up-card:hover {
  transform: none;
  border-color: var(--c-gold);
}

.page-home .phy-up-card::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 18px;
  height: 18px;
  background: var(--c-gold);
  opacity: .35;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.page-home .phy-up-num {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--c-border);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 900;
  color: var(--c-gold);
}

.page-home .phy-up-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 900;
  color: var(--c-text);
}

.page-home .phy-up-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-dim);
}

.page-home .phy-up-figure {
  margin: 28px 0 0;
  background: var(--c-surface);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-up-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-home .phy-up-figure figcaption {
  padding: 14px 18px;
  border-top: 3px solid var(--c-border);
  color: var(--c-text-dim);
  font-size: 14px;
  font-weight: 700;
}

.page-home .phy-cal-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.page-home .phy-cal-table-wrap {
  overflow-x: auto;
  background: var(--c-surface);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-cal-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 15px;
}

.page-home .phy-cal-table th {
  padding: 12px 14px;
  background: var(--c-primary);
  border-bottom: 3px solid var(--c-border);
  color: var(--c-gold);
  font-size: 13px;
  letter-spacing: .06em;
  text-align: left;
}

.page-home .phy-cal-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--c-border);
  color: var(--c-text);
}

.page-home .phy-cal-table tbody tr:last-child td {
  border-bottom: none;
}

.page-home .phy-cal-table tbody tr:hover {
  background: rgba(27, 58, 45, .6);
}

.page-home .phy-row-link {
  border-bottom: 1px solid rgba(201, 164, 92, .4);
  color: var(--c-gold);
  font-weight: 800;
  text-decoration: none;
}

.page-home .phy-cal-note {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 14px 0 0;
  padding: 0 14px 14px;
  color: var(--c-text-dim);
  font-size: 14px;
}

.page-home .phy-cal-note::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: var(--c-gold);
  transform: rotate(45deg);
}

.page-home .phy-cal-figure {
  margin: 0;
  background: var(--c-surface);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-cal-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-home .phy-cal-figure figcaption {
  padding: 12px 16px;
  border-top: 3px solid var(--c-border);
  color: var(--c-text-dim);
  font-size: 14px;
  line-height: 1.6;
}

.page-home .phy-services-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.page-home .phy-service-item {
  position: relative;
  padding: 20px 18px;
  background: rgba(20, 38, 31, .88);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-mid);
}

.page-home .phy-service-item .phy-up-num {
  font-size: 16px;
}

.page-home .phy-service-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 900;
  color: var(--c-text);
}

.page-home .phy-service-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-text-dim);
}

.page-home .phy-services-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
  padding: 20px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-surface));
  border-top: 3px solid var(--c-border);
  border-right: 3px solid var(--c-border);
  border-bottom: 3px solid var(--c-border);
  border-left: 6px solid var(--c-gold);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-services-foot p {
  margin: 0;
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .phy-away-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.page-home .phy-away-visual {
  background: var(--c-surface);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-away-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-home .phy-away-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 3px solid var(--c-border);
}

.page-home .phy-away-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-right: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.page-home .phy-away-stat:nth-child(2n) {
  border-right: none;
}

.page-home .phy-away-stat:nth-child(n + 3) {
  border-bottom: none;
}

.page-home .phy-away-stat span {
  color: var(--c-text-dim);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-home .phy-away-stat strong {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 900;
  color: var(--c-gold);
}

.page-home .phy-away-copy p {
  margin: 0 0 18px;
  color: var(--c-text-dim);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .phy-away-steps {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.page-home .phy-away-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.page-home .phy-step-index {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--font-serif);
  font-weight: 900;
}

.page-home .phy-away-steps li div strong {
  display: block;
  color: var(--c-text);
  font-size: 16px;
  line-height: 1.4;
}

.page-home .phy-away-steps li div p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-text-dim);
}

.page-home .phy-channels {
  display: grid;
  gap: 20px;
  padding: 56px 0 0;
}

.page-home .phy-channel-card {
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  background: rgba(20, 38, 31, .85);
  border: 3px solid var(--c-border);
  box-shadow: var(--shadow-hard);
}

.page-home .phy-channel-card .section-label {
  margin: 0;
  color: var(--c-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-home .phy-channel-card h2 {
  margin: 4px 0 10px;
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 900;
  color: var(--c-text);
}

.page-home .phy-channel-card p {
  margin: 0 0 12px;
  color: var(--c-text-dim);
  font-size: 15px;
  line-height: 1.7;
}

.page-home .phy-channel-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.page-home .phy-channel-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--c-text);
  font-size: 15px;
  line-height: 2;
}

.page-home .phy-channel-list strong {
  color: var(--c-gold);
}

.page-home .phy-trust {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 32px;
  padding: 20px;
  background: rgba(201, 164, 92, .06);
  border: 3px solid var(--c-gold);
}

.page-home .phy-trust p {
  margin: 0;
  color: var(--c-text);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .phy-trust-mark {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 3px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-2deg);
}

@media (min-width: 760px) {
  .page-home .phy-hero {
    padding: 40px 0 64px;
  }

  .page-home .phy-hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .page-home .phy-upgrade-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .phy-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .phy-channels {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .phy-trust {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .page-home .phy-hero-inner {
    gap: 60px;
    align-items: center;
  }

  .page-home .phy-head {
    grid-template-columns: auto 1fr 320px;
    gap: 18px;
    align-items: end;
  }

  .page-home .phy-upgrade-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .phy-cal-grid {
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
  }

  .page-home .phy-services-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .phy-away-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
