/* Contact page — mockup-aligned dark theme */
:root {
    --ct-or: #e8580a;
    --ct-or2: #ff6a1a;
    --ct-or3: #ff9a5c;
    --ct-bg: #080400;
    --ct-bg2: #0c0602;
    --ct-panel: #100804;
    --ct-card: #161008;
    --ct-border: rgba(255, 255, 255, 0.08);
    --ct-wh: #fff;
    --ct-muted: rgba(255, 255, 255, 0.52);
    --ct-pad: clamp(20px, 4.5vw, 56px);
    --ct-max: 1240px;
    --ct-glow: 0 0 40px rgba(232, 88, 10, 0.45), 0 8px 28px rgba(0, 0, 0, 0.4);
  }
  
  .ct-page {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    background: var(--ct-bg);
    color: var(--ct-wh);
    cursor: auto !important;
    overflow-x: hidden;
  }
  
  .ct-page img { display: block; max-width: 100%; }
  .ct-page a { color: inherit; text-decoration: none; }
  
  .page-align {
    width: 100%;
    max-width: var(--ct-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--ct-pad);
    padding-right: var(--ct-pad);
  }
  
  /* Decorative waves */
  .ct-wave {
    position: fixed;
    width: min(280px, 42vw);
    height: min(280px, 42vw);
    pointer-events: none;
    z-index: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='60' cy='60' r='52' fill='none' stroke='%23E8580A' stroke-width='1.5'/%3E%3Ccircle cx='60' cy='60' r='38' fill='none' stroke='%23E8580A' stroke-width='1'/%3E%3Ccircle cx='60' cy='60' r='24' fill='none' stroke='%23E8580A' stroke-width='1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .ct-wave-tl { top: 120px; left: -40px; }
  .ct-wave-br { bottom: 80px; right: -40px; transform: rotate(180deg); }
  
  /* ── Hero (Landing.png unchanged) ── */
  .ct-hero {
    position: relative;
    z-index: 1;
    min-height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: max(96px, calc(env(safe-area-inset-top) + 80px)) var(--ct-pad) clamp(28px, 4vh, 40px);
    overflow: hidden;
  }
  
  .ct-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/Landing.png') 68% 36% / cover no-repeat;
    filter: brightness(0.88) saturate(1.28) contrast(1.02);
  }
  
  .ct-hero-ov {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to right, rgba(4, 2, 0, 0.92) 0%, rgba(6, 3, 1, 0.72) 32%, rgba(8, 4, 0, 0.35) 52%, transparent 68%),
      linear-gradient(to top, var(--ct-bg) 0%, rgba(8, 4, 0, 0.55) 38%, transparent 62%);
  }
  
  .ct-hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px;
  }
  
  .ct-hero-kanji {
    position: absolute;
    right: clamp(16px, 4vw, 48px);
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    font-size: clamp(0.7rem, 1.2vw, 0.85rem);
    letter-spacing: 0.35em;
    color: rgba(255, 255, 255, 0.22);
    z-index: 2;
    margin: 0;
    user-select: none;
  }
  
  .ct-hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: var(--ct-max);
    margin: 0 auto;
  }
  
  .ct-hero-eyebrow {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--ct-or3);
    margin: 0 0 12px;
    padding-top: 0;
  }
  
  .ct-hero-title {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2.6rem, 6.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    max-width: 12ch;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.55);
  }
  
  .ct-hero-title span {
    font-style: italic;
    color: var(--ct-or3);
  }
  
  .ct-hero-desc {
    font-size: clamp(0.88rem, 1.5vw, 0.98rem);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    max-width: 42ch;
    margin: 0 0 28px;
  }
  
  .ct-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 16px 32px;
    border-radius: 999px;
    background: var(--ct-or);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: var(--ct-glow);
    transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
  }
  
  .ct-hero-btn:hover {
    background: var(--ct-or2);
    transform: translateY(-2px);
    box-shadow: 0 0 52px rgba(255, 106, 26, 0.55), 0 12px 32px rgba(0, 0, 0, 0.45);
  }
  
  .ct-scroll {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: clamp(22px, 3.5vh, 32px) auto 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.25s;
  }
  
  .ct-scroll:hover { color: var(--ct-or3); }
  
  .ct-scroll-mouse {
    width: 22px;
    height: 34px;
    border-radius: 11px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    position: relative;
  }
  
  .ct-scroll-mouse::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 7px;
    width: 3px;
    height: 7px;
    margin-left: -1.5px;
    border-radius: 2px;
    background: var(--ct-or3);
    animation: ct-scroll-dot 1.8s ease-in-out infinite;
  }
  
  @keyframes ct-scroll-dot {
    0%, 100% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(8px); }
  }
  
  .ct-scroll-txt { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
  
  /* ── Main panel ── */
  .ct-main {
    position: relative;
    z-index: 1;
    padding: clamp(40px, 5vw, 64px) 0 clamp(56px, 6vw, 80px);
    margin-top: -32px;
  }
  
  .ct-panel {
    border-radius: 24px;
    border: 1px solid rgba(232, 88, 10, 0.18);
    background: linear-gradient(155deg, rgba(28, 16, 8, 0.95) 0%, rgba(14, 8, 4, 0.98) 100%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
    padding: clamp(28px, 4vw, 44px);
  }
  
  .ct-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 4vw, 52px);
    align-items: start;
  }
  
  .ct-touch-head h2,
  .ct-form-head h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 700;
    margin: 0 0 8px;
  }
  
  .ct-form-head p {
    margin: 0 0 24px;
    font-size: 0.86rem;
    color: var(--ct-or3);
    line-height: 1.55;
  }
  
  .ct-touch-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
  }
  
  .ct-info-list { display: flex; flex-direction: column; gap: 18px; }
  
  .ct-info {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  
  .ct-info-ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(232, 88, 10, 0.14);
    border: 1px solid rgba(232, 88, 10, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ct-or3);
    flex-shrink: 0;
  }
  
  .ct-info-ic svg { width: 18px; height: 18px; }
  
  .ct-info-k {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ct-or);
    margin-bottom: 4px;
  }
  
  .ct-info-v {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
  }
  
  .ct-info-v a:hover { color: var(--ct-or3); }
  
  .ct-hours strong { color: var(--ct-or3); font-weight: 600; }
  
  .ct-follow { margin-top: 28px; }
  
  .ct-follow-label {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ct-or);
    margin: 0 0 12px;
  }
  
  .ct-soc { display: flex; gap: 10px; flex-wrap: wrap; }
  
  .ct-soc .fts {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--ct-border);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
  }
  
  .ct-soc .fts:hover {
    background: rgba(232, 88, 10, 0.2);
    border-color: rgba(232, 88, 10, 0.5);
    transform: translateY(-2px);
  }
  
  .ct-touch-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: clamp(100px, 14vw, 140px);
  }
  
  .ct-media-card {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    aspect-ratio: 1;
    background: var(--ct-card);
  }
  
  .ct-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ct-media-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: invert(0.92) hue-rotate(180deg) brightness(0.75) contrast(1.1);
    pointer-events: none;
  }
  
  /* Form */
  .ct-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 8px;
  }
  
  .ct-field { margin-bottom: 16px; }
  
  .ct-input,
  .ct-select,
  .ct-textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--ct-border);
    background: rgba(0, 0, 0, 0.4);
    color: var(--ct-wh);
    font-family: inherit;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .ct-input::placeholder,
  .ct-textarea::placeholder { color: rgba(255, 255, 255, 0.28); }
  
  .ct-input:focus,
  .ct-select:focus,
  .ct-textarea:focus {
    border-color: rgba(232, 88, 10, 0.55);
    box-shadow: 0 0 0 3px rgba(232, 88, 10, 0.12);
  }
  
  .ct-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF9A5C' stroke-width='2'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
  }
  
  .ct-select option { background: #1a1008; color: #fff; }
  
  .ct-textarea { min-height: 130px; resize: vertical; }
  
  .ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  
  .ct-submit {
    width: 100%;
    margin-top: 6px;
    padding: 17px 24px;
    border: none;
    border-radius: 999px;
    background: var(--ct-or);
    color: #fff;
    font-family: inherit;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: var(--ct-glow);
    transition: background 0.25s, transform 0.2s;
  }
  
  .ct-submit:hover {
    background: var(--ct-or2);
    transform: translateY(-2px);
  }
  
  .ct-form-note {
    margin: 14px 0 0;
    font-size: 0.78rem;
    color: var(--ct-muted);
    text-align: center;
  }
  
  .ct-form-note.is-ok { color: var(--ct-or3); }
  
  .ct-eyebrow {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--ct-or);
    margin: 0 0 10px;
  }
  
  /* ── Map section ── */
  .ct-mapsec {
    position: relative;
    z-index: 1;
    padding: clamp(48px, 5vw, 72px) 0;
    background: var(--ct-bg2);
    border-top: 1px solid rgba(232, 88, 10, 0.08);
  }
  
  .ct-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: center;
  }
  
  .ct-map-copy h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 28px;
  }
  
  .ct-map-copy h2 em { font-style: italic; color: var(--ct-or3); }
  
  .ct-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  .ct-features li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  
  .ct-feat-ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(232, 88, 10, 0.12);
    border: 1px solid rgba(232, 88, 10, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ct-or3);
    flex-shrink: 0;
  }
  
  .ct-feat-ic svg { width: 20px; height: 20px; }
  
  .ct-features strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ct-wh);
    margin-bottom: 4px;
  }
  
  .ct-features p {
    margin: 0;
    font-size: 0.82rem;
    color: var(--ct-muted);
    line-height: 1.55;
  }
  
  .ct-map-stage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(232, 88, 10, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    min-height: clamp(280px, 36vw, 380px);
    background: #0a0604;
  }
  
  .ct-map-iframe {
    display: block;
    width: 100%;
    height: clamp(280px, 36vw, 380px);
    border: 0;
    filter: invert(0.92) hue-rotate(180deg) brightness(0.72) contrast(1.08) saturate(0.85);
  }
  
  .ct-map-float {
    position: absolute;
    right: clamp(14px, 2.5vw, 24px);
    top: 50%;
    transform: translateY(-50%);
    width: min(260px, 42%);
    padding: 20px 22px;
    border-radius: 16px;
    background: rgba(12, 6, 2, 0.92);
    border: 1px solid rgba(232, 88, 10, 0.3);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }
  
  .ct-map-float-addr {
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.5;
    color: var(--ct-wh);
  }
  
  .ct-map-float-addr span {
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ct-muted);
    margin-top: 4px;
    font-size: 0.82rem;
  }
  
  .ct-map-dir {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--ct-or);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(232, 88, 10, 0.4);
    transition: background 0.25s, transform 0.2s;
  }
  
  .ct-map-dir:hover {
    background: var(--ct-or2);
    transform: translateY(-2px);
  }
  
  /* ── CTA ── */
  .ct-cta {
    position: relative;
    z-index: 1;
    min-height: clamp(320px, 42vw, 420px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(56px, 7vw, 88px) var(--ct-pad);
    overflow: hidden;
  }
  
  .ct-cta-bg {
    position: absolute;
    inset: 0;
    background: url('../images/Craving.jpg') center / cover no-repeat;
    filter: brightness(0.45) saturate(1.1);
  }
  
  .ct-cta-ov {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to right, rgba(8, 4, 0, 0.92) 0%, rgba(8, 4, 0, 0.65) 45%, rgba(8, 4, 0, 0.4) 100%),
      linear-gradient(to top, var(--ct-bg) 0%, transparent 40%);
  }
  
  .ct-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 560px;
  }
  
  .ct-cta-inner h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.12;
    margin: 0 0 14px;
  }
  
  .ct-cta-inner h2 span {
    font-style: italic;
    color: var(--ct-or3);
  }
  
  .ct-cta-desc {
    font-size: 0.9rem;
    color: var(--ct-muted);
    line-height: 1.65;
    margin: 0 0 28px;
  }
  
  .ct-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }
  
  .ct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: transform 0.2s, background 0.25s, border-color 0.25s;
  }
  
  .ct-btn-glow {
    background: var(--ct-or);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: var(--ct-glow);
  }
  
  .ct-btn-glow:hover {
    background: var(--ct-or2);
    transform: translateY(-2px);
  }
  
  .ct-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
  }
  
  .ct-btn-outline:hover {
    border-color: var(--ct-or3);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
  }
  
  /* Reveal */
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  
  .reveal.is-in {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* ── Footer ── */
  .ct-footer {
    position: relative;
    z-index: 1;
    background: #020100;
    padding: 52px var(--ct-pad) 24px;
    border-top: 1px solid rgba(232, 88, 10, 0.1);
  }
  
  .ct-footer .ft-g {
    max-width: var(--ct-max);
    margin: 0 auto 32px;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 0.95fr 1.1fr;
    gap: 32px 28px;
  }
  
  .ct-footer .ft-brand-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  
  .ct-footer .ft-brand-logo img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--ct-border);
    padding: 4px;
  }
  
  .ct-footer .ft-logo {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
  }
  
  .ct-footer .ft-logo em { font-style: normal; color: var(--ct-or3); }
  
  .ct-footer .ft-p {
    font-size: 0.79rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.68;
    max-width: 280px;
    margin: 0 0 20px;
  }
  
  .ct-footer .ft-soc { display: flex; gap: 8px; flex-wrap: wrap; }
  
  .ct-footer .fts {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--ct-border);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
  }
  
  .ct-footer .fts:hover {
    background: rgba(232, 88, 10, 0.18);
    border-color: var(--ct-or);
  }
  
  .ct-footer .ft-h {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ct-or);
    margin-bottom: 18px;
  }
  
  .ct-footer .ft-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .ct-footer .ft-ul a {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.82rem;
    transition: color 0.3s;
  }
  
  .ct-footer .ft-ul a:hover,
  .ct-footer .ft-ul a.active-ft { color: var(--ct-or3); }
  
  .ct-footer .ft-hours {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
  }
  
  .ct-footer .ft-hours strong { color: var(--ct-or3); font-weight: 600; }
  
  .ct-footer .ft-ci {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.55;
  }
  
  .ct-footer .ft-ci b { color: var(--ct-or); flex-shrink: 0; }
  .ct-footer .ft-ci-top { margin-top: 4px; }
  
  .ct-footer .ft-news-desc {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.6;
    margin: 0 0 14px;
  }
  
  .ct-footer .ft-news {
    display: flex;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--ct-border);
    background: rgba(0, 0, 0, 0.35);
  }
  
  .ct-footer .ft-news-in {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 0.86rem;
    outline: none;
  }
  
  .ct-footer .ft-news-in::placeholder { color: rgba(255, 255, 255, 0.3); }
  
  .ct-footer .ft-news-btn {
    width: 52px;
    flex-shrink: 0;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ct-or3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, color 0.25s;
  }
  
  .ct-footer .ft-news-btn:hover {
    background: var(--ct-or);
    color: #fff;
  }
  
  .ct-footer .ft-bot {
    max-width: var(--ct-max);
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px 20px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.32);
  }
  
  .ct-footer .ft-made { text-align: center; }
  .ct-footer .ft-heart { color: var(--ct-or3); }
  
  .ct-footer .ft-legal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .ct-footer .ft-legal a {
    color: rgba(255, 255, 255, 0.38);
    transition: color 0.25s;
  }
  
  .ct-footer .ft-legal a:hover { color: var(--ct-or3); }
  
  .ct-page #ftTop {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 800;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ct-or);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--ct-glow);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  
  .ct-page #ftTop.vis {
    opacity: 1;
    visibility: visible;
  }
  
  .ct-page #ftTop:hover {
    transform: translateY(-3px);
    background: var(--ct-or2);
  }
  
  /* Nav on dark hero */
  .ct-page #navBar:not(.scrolled) .nav-links a { color: rgba(255, 255, 255, 0.88); }
  .ct-page #navBar:not(.scrolled) .nav-links a.active { color: var(--ct-or3); }
  .ct-page #navBar:not(.scrolled) .nav-links a.active::after { background: var(--ct-or); }
  
  @media (max-width: 1024px) {
    .ct-hero {
      padding-top: max(88px, calc(env(safe-area-inset-top) + 72px));
      padding-bottom: clamp(20px, 3vh, 28px);
    }
  
    .ct-hero-desc {
      margin-bottom: 22px;
    }
  
    .ct-scroll {
      margin-top: clamp(18px, 3vh, 26px);
    }
  
    .ct-panel-grid { grid-template-columns: 1fr; }
    .ct-touch-body { grid-template-columns: 1fr; }
    .ct-touch-media {
      flex-direction: row;
      width: 100%;
    }
    .ct-media-card { flex: 1; max-width: 200px; }
    .ct-map-layout { grid-template-columns: 1fr; }
    .ct-footer .ft-g { grid-template-columns: 1fr 1fr; }
    .ct-footer .ft-bot { grid-template-columns: 1fr; text-align: center; }
    .ct-footer .ft-legal { justify-content: center; }
  }
  
  @media (max-width: 767px) {
    .ct-hero {
      padding-top: max(80px, calc(env(safe-area-inset-top) + 64px));
      padding-bottom: 12px;
    }
  
    .ct-hero-desc {
      margin-bottom: 18px;
    }
  
    .ct-scroll {
      margin-top: 14px;
      gap: 8px;
    }
  
    .ct-hero-kanji { display: none; }
    .ct-hero-title { max-width: none; }
    .ct-row { grid-template-columns: 1fr; }
    .ct-touch-media { flex-direction: column; max-width: none; }
    .ct-media-card { max-width: none; width: 100%; }
    .ct-map-float {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      width: 100%;
      margin-top: -4px;
      border-radius: 0 0 16px 16px;
    }
    .ct-map-stage { display: flex; flex-direction: column; }
    .ct-cta-btns { flex-direction: column; align-items: stretch; }
    .ct-footer .ft-g { grid-template-columns: 1fr; }
  }

/* ===== Current Contact + Reservation Redesign ===== */
body.ct-page,
body.rs-page {
  margin: 0;
  font-family: var(--ct-font-body, 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif);
  background:
    radial-gradient(ellipse 80% 45% at 50% -10%, rgba(232, 88, 10, 0.13), transparent 62%),
    linear-gradient(180deg, #1a0c05 0%, #080400 44%, #050201 100%);
  color: var(--ct-wh);
  cursor: auto;
  overflow-x: hidden;
}

body.ct-page *,
body.ct-page *::before,
body.ct-page *::after,
body.rs-page *,
body.rs-page *::before,
body.rs-page *::after {
  box-sizing: border-box;
}

body.ct-page,
body.rs-page {
  --ct-font-display: 'Outfit', system-ui, -apple-system, sans-serif;
  --ct-font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --ct-font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --ct-section: clamp(72px, 8vw, 116px);
}

body.ct-page .page-loader,
body.rs-page .page-loader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #080400;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

body.ct-page .page-loader.hidden,
body.rs-page .page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

body.ct-page .page-loader .ld-logo,
body.rs-page .page-loader .ld-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--ct-font-display);
}

body.ct-page .page-loader .nav-logo-img,
body.rs-page .page-loader .nav-logo-img {
  height: 58px;
  width: auto;
}

body.ct-page .loader-bar,
body.rs-page .loader-bar {
  width: min(180px, 48vw);
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body.ct-page .loader-bar-fill,
body.rs-page .loader-bar-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #160b00, var(--ct-or), var(--ct-or3));
  animation: ct-loader-fill 1.4s ease both;
}

@keyframes ct-loader-fill {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

.ct-container,
.rs-container {
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 0 clamp(22px, 4.5vw, 60px);
}

body.ct-page .ct-hero {
  position: relative;
  min-height: clamp(560px, 82vh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.76fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: max(118px, calc(env(safe-area-inset-top) + 102px)) clamp(24px, 5vw, 72px) clamp(72px, 8vw, 118px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 4, 0, 0.98) 0%, rgba(22, 10, 4, 0.88) 45%, rgba(22, 10, 4, 0.4) 100%),
    url('../images/Gallery.png') 68% 36% / cover no-repeat;
}

body.ct-page .ct-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(232, 88, 10, 0.24), transparent 30%),
    linear-gradient(to top, #080400 0%, rgba(8, 4, 0, 0.28) 34%, transparent 58%);
  pointer-events: none;
}

.ct-hero-noise,
.rs-hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

.ct-hero-left,
.ct-hero-right {
  position: relative;
  z-index: 2;
}

.ct-hero-pill,
.rs-eyebrow,
.ct-eyebrow {
  font-family: var(--ct-font-display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ct-or3);
}

.ct-hero-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(232, 88, 10, 0.28);
  border-radius: 999px;
  background: rgba(232, 88, 10, 0.08);
}

.ct-hero-heading {
  margin: 0 0 22px;
  font-family: var(--ct-font-display);
  font-size: clamp(3.1rem, 8.2vw, 7.8rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 3px 32px rgba(0, 0, 0, 0.68);
}

.ct-hh-line {
  display: block;
}

.ct-hh-italic {
  color: var(--ct-or3);
  font-family: var(--ct-font-serif);
  text-transform: none;
  letter-spacing: -0.04em;
}

.ct-hh-outline {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 176, 111, 0.48);
}

.ct-hero-desc,
.rs-hero-desc {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 248, 242, 0.78);
  font-size: clamp(0.94rem, 1.25vw, 1.08rem);
  line-height: 1.72;
}

.ct-hero-badges,
.rs-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ct-badge,
.rs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 244, 230, 0.12);
  border-radius: 999px;
  background: rgba(255, 244, 230, 0.07);
  color: rgba(255, 248, 242, 0.86);
  font-size: 0.75rem;
  font-weight: 700;
}

.ct-hero-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 244, 230, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(232, 88, 10, 0.08);
}

.ct-hero-img {
  width: 100%;
  min-height: clamp(360px, 48vw, 580px);
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.ct-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 0, 0.72), transparent 55%);
}

.ct-hero-floater {
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 176, 111, 0.28);
  border-radius: 16px;
  background: rgba(8, 4, 0, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
}

.ct-floater-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2dd36f;
  box-shadow: 0 0 0 7px rgba(45, 211, 111, 0.14);
}

.ct-floater-label,
.ct-floater-time {
  margin: 0;
}

.ct-floater-label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.ct-floater-time {
  color: #fff;
  font-weight: 800;
}

.ct-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--ct-or3);
  background: rgba(8, 4, 0, 0.46);
  transform: translateX(-50%);
}

.ct-section {
  position: relative;
  padding: var(--ct-section) 0;
  background: linear-gradient(180deg, #080400 0%, #120804 100%);
}

.ct-section-num {
  position: absolute;
  top: 24px;
  right: clamp(22px, 5vw, 72px);
  font-family: var(--ct-font-serif);
  font-size: clamp(4rem, 12vw, 12rem);
  color: rgba(255, 255, 255, 0.035);
  line-height: 1;
  pointer-events: none;
}

.ct-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.ct-info-card,
.ct-msg-col,
.ct-aside,
.ct-modal {
  border: 1px solid rgba(255, 244, 230, 0.12);
  background: linear-gradient(160deg, rgba(255, 244, 230, 0.105) 0%, rgba(28, 13, 6, 0.92) 48%, rgba(11, 5, 2, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ct-info-card {
  min-height: 218px;
  padding: 24px;
  border-radius: 18px;
}

.ct-info-card--accent {
  background: linear-gradient(160deg, rgba(232, 88, 10, 0.3), rgba(35, 17, 8, 0.96));
  border-color: rgba(232, 88, 10, 0.42);
}

.ct-ic-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(232, 88, 10, 0.32);
  border-radius: 14px;
  color: var(--ct-or3);
  background: rgba(232, 88, 10, 0.12);
}

.ct-ic-label {
  margin: 0 0 8px;
  color: var(--ct-or3);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ct-ic-value {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.55;
}

.ct-ic-note,
.ct-ic-link {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.5;
}

.ct-ic-link {
  color: var(--ct-or3);
  font-weight: 800;
}

.ct-main-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.ct-aside {
  overflow: hidden;
  border-radius: 24px;
}

.ct-aside-fig {
  position: relative;
  margin: 0;
  min-height: 420px;
}

.ct-aside-fig img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.ct-aside-fig::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 0, 0.78), transparent 58%);
}

.ct-aside-fig figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ct-aside-soc {
  padding: 22px;
  border-top: 1px solid rgba(255, 244, 230, 0.09);
}

.ct-aside-soc-lbl {
  margin: 0 0 14px;
  color: var(--ct-or3);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ct-soc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct-soc-row .fts {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}

.ct-soc-row .fts:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 88, 10, 0.48);
  background: rgba(232, 88, 10, 0.16);
}

.ct-msg-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(30px, 5vw, 62px);
  border-radius: 24px;
}

.ct-msg-title,
.ct-cta-title,
.ct-modal-title {
  font-family: var(--ct-font-serif);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
}

.ct-msg-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.ct-msg-title em,
.ct-cta-title em {
  color: var(--ct-or3);
}

.ct-msg-desc,
.ct-msg-hint,
.ct-cta-desc {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.7;
}

.ct-msg-desc {
  max-width: 560px;
  margin: 0 0 28px;
}

.ct-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.ct-chip {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: 700 0.78rem var(--ct-font-body);
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
}

.ct-chip:hover,
.ct-chip--on {
  transform: translateY(-1px);
  border-color: rgba(232, 88, 10, 0.48);
  background: rgba(232, 88, 10, 0.16);
  color: #fff;
}

.ct-open-btn,
.ct-btn-primary,
.ctf-submit,
.rs-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 0;
  border-radius: 4px;
  background: var(--ct-or);
  color: #fff;
  font-family: var(--ct-font-body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(232, 88, 10, 0.38);
  cursor: pointer;
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
}

.ct-open-btn {
  width: fit-content;
  padding: 14px 24px;
}

.ct-open-btn:hover,
.ct-btn-primary:hover,
.ctf-submit:hover,
.rs-submit:hover {
  transform: translateY(-2px);
  background: var(--ct-or2);
  box-shadow: 0 12px 38px rgba(232, 88, 10, 0.5);
}

.ct-open-btn-arrow {
  display: grid;
  place-items: center;
}

.ct-msg-hint {
  margin: 18px 0 0;
  font-size: 0.82rem;
}

.ct-cta-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 124px) 0;
}

.ct-cta-strip .ct-cta-bg {
  position: absolute;
  inset: 0;
  background: url('../images/Craving.jpg') center / cover no-repeat;
  filter: brightness(0.54) saturate(1.12);
}

.ct-cta-strip .ct-cta-ov {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 4, 0, 0.94), rgba(8, 4, 0, 0.62)),
    linear-gradient(to top, #080400 0%, transparent 42%);
}

.ct-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1380px;
  text-align: left;
}

.ct-cta-title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.ct-cta-desc {
  margin: 0;
}

.ct-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ct-btn-primary {
  padding: 14px 24px;
}

.ct-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.25s, border-color 0.25s, color 0.25s;
}

.ct-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: var(--ct-or3);
  color: var(--ct-or3);
}

.ct-footer {
  padding: 56px 0 26px;
  background: #020100;
  border-top: 1px solid rgba(232, 88, 10, 0.12);
}

.ct-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.9fr 1fr;
  gap: 30px;
}

.ct-footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.ct-footer-logo-row img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.ct-footer-wordmark {
  font-family: var(--ct-font-display);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ct-footer-wordmark em {
  color: var(--ct-or3);
  font-style: normal;
}

.ct-footer-brand p,
.ct-fnews-desc,
.ct-freserve-desc,
.ct-faddr,
.ct-footer-bot {
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.68;
}

.ct-footer-brand p {
  max-width: 320px;
  margin: 0 0 20px;
  font-size: 0.84rem;
}

.ct-fh {
  margin: 0 0 18px;
  color: var(--ct-or3);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ct-ful {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-ful a {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.86rem;
}

.ct-ful a:hover,
.ct-ful a.active-ft {
  color: var(--ct-or3);
}

.ct-fval {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.ct-fval strong {
  color: var(--ct-or3);
}

.ct-fnews-form {
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.ct-fnews-form input {
  min-width: 0;
  flex: 1;
  padding: 14px 15px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  outline: none;
}

.ct-fnews-form button {
  width: 50px;
  border: 0;
  background: rgba(232, 88, 10, 0.16);
  color: var(--ct-or3);
  cursor: pointer;
}

.ct-footer-reserve {
  max-width: 260px;
}

.ct-freserve-desc {
  margin: 0 0 10px;
  font-size: 0.84rem;
}

.ct-footer-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-align: center;
}

.ct-flegal {
  display: flex;
  gap: 10px;
}

.ct-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(8, 4, 0, 0.78);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}

.ct-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.ct-modal {
  width: min(680px, 100%);
  max-height: min(88vh, 840px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 24px;
}

body.ct-page .ct-reserve-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: 10px;
  width: min(1120px, calc(100vw - 32px));
  max-height: min(82vh, 720px);
  overflow-x: hidden;
  padding: 10px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(232, 88, 10, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(232, 88, 10, 0.16), rgba(255, 244, 230, 0.03)),
    rgba(14, 7, 3, 0.96);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(232, 88, 10, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ct-page .ct-reserve-modal .ct-modal-top {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 24px;
  margin-bottom: 0;
  background-image:
    linear-gradient(110deg, rgba(8, 4, 0, 0.82), rgba(8, 4, 0, 0.42) 52%, rgba(0, 0, 0, 0.24)),
    linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 58%),
    linear-gradient(160deg, rgba(20, 9, 4, 0.34), rgba(20, 9, 4, 0.54)),
    url('../images/Landing.png');
  background-size: 100% 100%, 100% 100%, 100% 100%, cover;
  background-position: center center, center center, center center, 62% center;
  background-repeat: no-repeat;
}

body.ct-page .ct-reserve-modal .ct-modal-top::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.045);
}

body.ct-page .ct-reserve-modal .ct-modal-eyebrow {
  color: var(--ct-or);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.5), 0 0 18px rgba(232, 88, 10, 0.45);
}

body.ct-page .ct-reserve-modal .ct-modal-title {
  max-width: 12ch;
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body.ct-page .ct-reserve-modal .ct-modal-title em {
  display: block;
  color: var(--ct-or);
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.38), 0 0 20px rgba(232, 88, 10, 0.42);
}

body.ct-page .ct-reserve-modal .ct-modal-side-title {
  max-width: 15ch;
  margin: 18px 0 8px;
  color: var(--ct-or);
  font-family: var(--ct-font-serif);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.45), 0 0 18px rgba(232, 88, 10, 0.38);
}

body.ct-page .ct-reserve-modal .ct-modal-side-text {
  max-width: 34ch;
  margin: 0;
  color: #fff4e6;
  font-size: 0.88rem;
  line-height: 1.6;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

body.ct-page .ct-reserve-modal .ct-modal-chips {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 7px;
  max-width: 100%;
  margin-top: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.ct-page .ct-reserve-modal .ct-modal-chips::-webkit-scrollbar {
  display: none;
}

body.ct-page .ct-reserve-modal .ct-modal-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  width: max-content;
  white-space: nowrap;
  padding: 8px 10px;
  border: 1px solid rgba(255, 176, 111, 0.34);
  border-radius: 999px;
  background: rgba(20, 9, 4, 0.48);
  backdrop-filter: blur(12px);
  color: var(--ct-or3);
  font-size: 0.64rem;
  font-weight: 900;
}

body.ct-page .ct-reserve-modal .ct-modal-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ct-or3);
  box-shadow: 0 0 18px rgba(255, 176, 111, 0.75);
}

body.ct-page .ct-reserve-modal .ct-modal-close {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

body.ct-page .ct-reserve-modal .rs-form-intro,
body.ct-page .ct-reserve-modal form {
  padding: 0 clamp(14px, 3vw, 26px);
}

body.ct-page .ct-reserve-modal form {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  align-content: start;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(232, 88, 10, 0.26);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(232, 88, 10, 0.18), rgba(42, 21, 10, 0.88) 44%, rgba(16, 7, 3, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.ct-page .ct-reserve-modal .rs-form-intro {
  max-width: 620px;
  margin: 12px 0 18px;
}

body.ct-page .ct-reserve-modal .form-row {
  display: contents;
}

body.ct-page .ct-reserve-modal .form-group {
  margin-bottom: 0;
}

body.ct-page .ct-reserve-modal .rs-field-hint {
  display: none;
}

.ct-modal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.ct-modal-eyebrow {
  margin: 0 0 8px;
  color: var(--ct-or3);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ct-modal-title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.ct-modal-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
}

.ctf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ctf-field {
  margin-bottom: 16px;
}

.ctf-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ctf-opt {
  color: rgba(255, 255, 255, 0.36);
}

.ctf-field input,
.ctf-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ctf-field textarea {
  min-height: 132px;
  resize: vertical;
}

.ctf-field input:focus,
.ctf-field textarea:focus {
  border-color: rgba(232, 88, 10, 0.58);
  box-shadow: 0 0 0 4px rgba(232, 88, 10, 0.12);
}

.ctf-submit {
  width: 100%;
  padding: 15px 22px;
}

.ctf-note {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.ctf-note.is-ok {
  color: var(--ct-or3);
}

body.ct-page .reveal,
body.rs-page .reveal,
body.rs-page .reveal-left,
body.rs-page .reveal-right {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

body.ct-page .reveal.is-in,
body.ct-page .reveal.revealed,
body.rs-page .reveal.revealed,
body.rs-page .reveal-left.revealed,
body.rs-page .reveal-right.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero,
  .ct-main-row,
  .ct-cta-inner {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-hero {
    min-height: auto;
  }

  .ct-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-cta-inner {
    display: grid;
  }

  .ct-cta-btns {
    justify-content: flex-start;
  }

  .ct-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    padding: max(104px, calc(env(safe-area-inset-top) + 88px)) 20px 72px;
  }

  .ct-hero-heading {
    font-size: clamp(2.65rem, 18vw, 4.4rem);
  }

  .ct-info-grid,
  .ctf-row,
  .ct-footer-grid {
    grid-template-columns: 1fr;
  }

  .ct-info-card {
    min-height: 0;
  }

  .ct-aside-fig,
  .ct-aside-fig img {
    min-height: 300px;
  }

  .ct-open-btn,
  .ct-btn-primary,
  .ct-btn-ghost {
    width: 100%;
  }

  .ct-footer-bot,
  .ct-flegal {
    justify-content: center;
    text-align: center;
  }
}

/* Reservation page */
.rs-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 780px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: max(118px, calc(env(safe-area-inset-top) + 102px)) 0 clamp(74px, 8vw, 112px);
  background:
    linear-gradient(90deg, rgba(8, 4, 0, 0.94) 0%, rgba(13, 6, 2, 0.76) 43%, rgba(8, 4, 0, 0.36) 100%),
    url('../images/Landing.png') 68% 36% / cover no-repeat;
}

.rs-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 34%, rgba(232, 88, 10, 0.24), transparent 32%),
    linear-gradient(to top, #080400 0%, rgba(8, 4, 0, 0.18) 42%, transparent 64%);
  pointer-events: none;
}

.rs-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.rs-hero-title {
  max-width: 9.5ch;
  margin: 12px 0 22px;
  font-family: var(--ct-font-display);
  font-size: clamp(3.15rem, 8vw, 7.2rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.72);
}

.rs-hero-title span {
  display: block;
  color: var(--ct-or3);
  font-family: var(--ct-font-serif);
  font-style: italic;
  text-transform: none;
  letter-spacing: -0.05em;
}

.rs-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 244, 230, 0.14);
  border-radius: 28px;
  background: rgba(255, 244, 230, 0.06);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rs-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.02);
}

.rs-hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 4, 0, 0.84), transparent 58%);
}

.rs-hero-card-body {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 176, 111, 0.24);
  border-radius: 16px;
  background: rgba(8, 4, 0, 0.78);
  backdrop-filter: blur(12px);
}

.rs-hero-card-body span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rs-hero-card-body strong {
  color: #fff;
}

.rs-section {
  position: relative;
  padding: clamp(76px, 9vw, 126px) 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(232, 88, 10, 0.12), transparent 34%),
    linear-gradient(180deg, #080400 0%, #120804 100%);
}

.rs-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
}

.rs-info-panel,
.rs-form-card,
.rs-faq-card {
  border: 1px solid rgba(255, 244, 230, 0.12);
  background: linear-gradient(160deg, rgba(255, 244, 230, 0.105) 0%, rgba(28, 13, 6, 0.92) 48%, rgba(11, 5, 2, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rs-info-panel {
  position: sticky;
  top: 112px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 24px;
}

.rs-info-panel h2,
.rs-form-card h2,
.rs-faq-head h2 {
  margin: 10px 0 24px;
  font-family: var(--ct-font-serif);
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
}

.rs-info-panel h2 em,
.rs-form-card h2 em,
.rs-faq-head h2 em {
  color: var(--ct-or3);
}

.rs-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rs-info-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rs-info-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rs-info-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(232, 88, 10, 0.34);
  border-radius: 14px;
  background: rgba(232, 88, 10, 0.12);
  color: var(--ct-or3);
  font-family: var(--ct-font-serif);
  font-weight: 800;
}

.rs-info-item h3 {
  margin: 0 0 6px;
  color: var(--ct-or3);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rs-info-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
}

.rs-info-item strong,
.rs-info-item a {
  color: #fff;
}

.rs-note-card {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(232, 88, 10, 0.32);
  border-radius: 16px;
  background: rgba(232, 88, 10, 0.12);
}

.rs-note-card strong {
  color: #fff;
}

.rs-note-card span {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.6;
}

.rs-form-card {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 24px;
}

.rs-form-intro,
.rs-form-foot,
.rs-field-hint {
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.65;
}

.rs-form-intro {
  max-width: 640px;
  margin: -8px 0 34px;
}

.rs-page .form-row,
body.ct-page .ct-reserve-modal .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rs-page .form-group,
body.ct-page .ct-reserve-modal .form-group {
  margin-bottom: 18px;
}

.rs-page .form-label,
body.ct-page .ct-reserve-modal .form-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rs-page .form-input,
body.ct-page .ct-reserve-modal .form-input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(5, 2, 1, 0.42);
  color: #fff;
  font-family: var(--ct-font-body);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s, transform 0.2s;
}

.rs-page .form-input::placeholder,
body.ct-page .ct-reserve-modal .form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.rs-page .form-input::-webkit-calendar-picker-indicator,
body.ct-page .ct-reserve-modal .form-input::-webkit-calendar-picker-indicator {
  filter: invert(58%) sepia(91%) saturate(1652%) hue-rotate(349deg) brightness(100%) contrast(94%);
  opacity: 1;
  cursor: pointer;
}

.rs-page .form-input::-webkit-datetime-edit,
body.ct-page .ct-reserve-modal .form-input::-webkit-datetime-edit {
  color: #fff;
}

.rs-page .form-input:focus,
body.ct-page .ct-reserve-modal .form-input:focus {
  border-color: rgba(255, 176, 111, 0.62);
  background: rgba(12, 5, 2, 0.68);
  box-shadow: 0 0 0 4px rgba(232, 88, 10, 0.13), 0 12px 30px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.rs-page .form-select,
body.ct-page .ct-reserve-modal .form-select {
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF9A5C' stroke-width='2'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.rs-page .form-select option,
body.ct-page .ct-reserve-modal .form-select option {
  background: #170b05;
  color: #fff;
}

.rs-page .form-textarea,
body.ct-page .ct-reserve-modal .form-textarea {
  min-height: 138px;
  resize: vertical;
}

.rs-field-hint {
  margin: 8px 0 0;
  font-size: 0.78rem;
}

.rs-submit {
  width: 100%;
  padding: 16px 22px;
}

body.ct-page .ct-reserve-modal .rs-submit {
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ct-or), var(--ct-or2));
  box-shadow: 0 16px 40px rgba(232, 88, 10, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.ct-page .ct-reserve-modal .rs-submit:hover {
  filter: saturate(1.08) brightness(1.04);
  box-shadow: 0 20px 50px rgba(232, 88, 10, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

body.ct-page .ct-reserve-modal form > .form-row {
  display: contents;
}

body.ct-page .ct-reserve-modal form > .form-row > .form-group {
  margin-bottom: 0;
}

body.ct-page .ct-reserve-modal .reservation-special-message {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

body.ct-page .ct-reserve-modal .reservation-message-box {
  min-height: 82px;
  resize: vertical;
}

body.ct-page .ct-reserve-modal .rs-field-hint {
  display: none;
}

body.ct-page .ct-reserve-modal .rs-submit {
  grid-column: 1 / span 2;
}

body.ct-page .ct-reserve-modal .rs-message {
  grid-column: 1 / -1;
}

body.ct-page .ct-reserve-modal .rs-form-foot {
  grid-column: 3 / span 2;
  align-self: center;
  margin: 0;
  text-align: right;
}

.rs-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.rs-message {
  display: none;
  margin-top: 18px;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.9rem;
  line-height: 1.55;
}

.rs-form-foot {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.82rem;
}

.rs-faq-section {
  padding: clamp(76px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(232, 88, 10, 0.13), transparent 34%),
    #0b0502;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rs-faq-head {
  max-width: 680px;
  margin: 0 auto clamp(30px, 5vw, 54px);
  text-align: center;
}

.rs-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rs-faq-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 18px;
}

.rs-faq-card h3 {
  margin: 0 0 12px;
  color: var(--ct-or3);
  font-size: 1rem;
}

.rs-faq-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.66;
}

@media (max-width: 900px) {
  body.ct-page .ct-reserve-modal {
    width: min(1120px, calc(100vw - 24px));
    grid-template-columns: minmax(190px, 0.58fr) minmax(0, 1fr);
    max-height: 90dvh;
  }

  body.ct-page .ct-reserve-modal .ct-modal-top {
    padding: 24px 18px;
  }

  body.ct-page .ct-reserve-modal form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ct-page .ct-reserve-modal .rs-submit,
  body.ct-page .ct-reserve-modal .rs-form-foot {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media (max-width: 1120px) {
  .rs-hero-grid,
  .rs-grid {
    grid-template-columns: 1fr;
  }

  .rs-hero-card {
    min-height: 360px;
  }

  .rs-hero-card img {
    min-height: 360px;
  }

  .rs-info-panel {
    position: relative;
    top: auto;
  }

  .rs-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-reserve-modal {
    width: 100%;
    max-height: 92dvh;
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 22px;
  }

  body.ct-page .ct-reserve-modal .ct-modal-top {
    min-height: 210px;
    padding: 20px 14px;
    border-radius: 18px;
  }

  body.ct-page .ct-reserve-modal .ct-modal-title {
    font-size: 1.7rem;
  }

  body.ct-page .ct-reserve-modal .ct-modal-side-title {
    font-size: 1.18rem;
  }

  body.ct-page .ct-reserve-modal .ct-modal-side-text {
    max-width: 34ch;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.ct-page .ct-reserve-modal .ct-modal-chip {
    font-size: 0.56rem;
    padding: 6px 7px;
  }

  body.ct-page .ct-reserve-modal form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 14px;
    border-radius: 18px;
  }

  body.ct-page .ct-reserve-modal .form-input {
    padding: 12px 10px;
    font-size: 0.86rem;
  }

  body.ct-page .ct-reserve-modal .form-label {
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  body.ct-page .ct-reserve-modal .rs-submit,
  body.ct-page .ct-reserve-modal .rs-form-foot,
  body.ct-page .ct-reserve-modal .reservation-special-message {
    grid-column: 1 / -1;
  }

  body.ct-page .ct-reserve-modal .rs-form-foot {
    text-align: center;
    font-size: 0.64rem;
  }

  .rs-hero {
    min-height: auto;
    padding: max(104px, calc(env(safe-area-inset-top) + 88px)) 0 72px;
  }

  .rs-hero-title {
    font-size: clamp(2.75rem, 17vw, 4.5rem);
  }

  .rs-faq-grid {
    grid-template-columns: 1fr;
  }

  .rs-page .form-row,
  body.ct-page .ct-reserve-modal .form-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-info-item {
    grid-template-columns: 1fr;
  }

  .rs-faq-card {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  body.ct-page .ct-reserve-modal form {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-reserve-modal .ct-modal-top {
    min-height: 190px;
  }
}

/* Contact classic refresh */
body.ct-page .ct-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 90px);
  min-height: clamp(560px, 76vh, 760px);
  padding-top: max(122px, calc(env(safe-area-inset-top) + 104px));
  background:
    linear-gradient(90deg, rgba(8, 4, 0, 0.97) 0%, rgba(18, 8, 3, 0.86) 45%, rgba(8, 4, 0, 0.44) 100%),
    radial-gradient(circle at 72% 36%, rgba(232, 88, 10, 0.18), transparent 34%),
    url('../images/Landing.png') 68% 36% / cover no-repeat;
}

body.ct-page .ct-hero::before {
  background:
    linear-gradient(to top, #080400 0%, rgba(8, 4, 0, 0.52) 32%, transparent 58%),
    radial-gradient(ellipse 54% 44% at 16% 44%, rgba(232, 88, 10, 0.18), transparent 62%);
}

body.ct-page .ct-hero-left {
  padding-left: clamp(0px, 1.5vw, 22px);
}

body.ct-page .ct-hero-left::before {
  content: '';
  display: block;
  width: 86px;
  height: 2px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--ct-or), var(--ct-or3), transparent);
}

body.ct-page .ct-hero-left::after {
  content: 'Contact';
  display: inline-flex;
  margin-top: 24px;
  color: rgba(255, 244, 230, 0.48);
  font-family: var(--ct-font-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-style: italic;
  letter-spacing: 0.04em;
}

body.ct-page .ct-hero-heading {
  max-width: 10ch;
  margin-bottom: 26px;
  font-family: var(--ct-font-serif);
  font-size: clamp(3rem, 7vw, 6.65rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: none;
}

body.ct-page .ct-hh-line:first-child {
  font-family: var(--ct-font-display);
  font-size: 0.48em;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ct-or3);
}

body.ct-page .ct-hh-italic {
  color: #fff;
}

body.ct-page .ct-hh-outline {
  margin-top: 4px;
  color: rgba(255, 244, 230, 0.78);
  -webkit-text-stroke: 0;
  font-size: 0.62em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.ct-page .ct-hero-desc {
  max-width: 620px;
  color: rgba(255, 248, 242, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

body.ct-page .ct-badge {
  border-radius: 4px;
  background: rgba(255, 244, 230, 0.055);
  border-color: rgba(255, 176, 111, 0.18);
}

body.ct-page .ct-hero-img-wrap {
  border-radius: 4px 42px 4px 42px;
  border: 1px solid rgba(255, 209, 166, 0.24);
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 244, 230, 0.09), rgba(255, 244, 230, 0.02)),
    rgba(8, 4, 0, 0.48);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(232, 88, 10, 0.08);
}

body.ct-page .ct-hero-img {
  border-radius: 2px 32px 2px 32px;
}

body.ct-page .ct-hero-floater {
  right: clamp(26px, 4vw, 46px);
  bottom: clamp(26px, 4vw, 46px);
  border-radius: 4px;
  background: rgba(10, 5, 2, 0.88);
}

body.ct-page .ct-section {
  background:
    radial-gradient(circle at 15% 8%, rgba(232, 88, 10, 0.1), transparent 28%),
    linear-gradient(180deg, #080400 0%, #140904 100%);
}

body.ct-page .ct-info-grid {
  gap: 18px;
}

body.ct-page .ct-info-card,
body.ct-page .ct-msg-col,
body.ct-page .ct-aside,
body.ct-page .ct-modal {
  border-color: rgba(255, 209, 166, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 244, 230, 0.075), rgba(255, 244, 230, 0.028)),
    rgba(16, 8, 4, 0.92);
}

body.ct-page .ct-info-card {
  position: relative;
  border-radius: 4px 22px 4px 22px;
}

body.ct-page .ct-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 88, 10, 0.72), transparent);
}

body.ct-page .ct-info-card--accent {
  background:
    linear-gradient(160deg, rgba(232, 88, 10, 0.2), rgba(255, 244, 230, 0.04)),
    rgba(18, 9, 4, 0.94);
}

body.ct-page .ct-ic-icon {
  border-radius: 50%;
}

body.ct-page .ct-main-row {
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}

body.ct-page .ct-aside,
body.ct-page .ct-msg-col {
  border-radius: 4px 34px 4px 34px;
}

body.ct-page .ct-aside-fig img {
  filter: sepia(0.08) saturate(1.04) contrast(1.02);
}

body.ct-page .ct-msg-col {
  padding: clamp(34px, 5vw, 68px);
}

body.ct-page .ct-msg-title {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
}

body.ct-page .ct-chip {
  border-radius: 4px;
}

body.ct-page .ct-open-btn,
body.ct-page .ct-btn-primary,
body.ct-page .ctf-submit {
  border-radius: 3px;
}

body.ct-page .ct-cta-strip {
  border-top: 1px solid rgba(255, 209, 166, 0.1);
  border-bottom: 1px solid rgba(255, 209, 166, 0.1);
}

@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-heading {
    font-size: clamp(2.7rem, 15vw, 4.35rem);
  }

  body.ct-page .ct-hero-img-wrap {
    border-radius: 4px 26px 4px 26px;
  }
}

/* Contact screenshot match */
body.ct-page {
  background: #070403;
}

body.ct-page .ct-container {
  max-width: 1240px;
}

body.ct-page .ct-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
  gap: clamp(32px, 5vw, 68px);
  min-height: 620px;
  padding: 112px clamp(28px, 4vw, 58px) 34px;
  background:
    linear-gradient(90deg, rgba(7, 4, 3, 0.98) 0%, rgba(7, 4, 3, 0.9) 38%, rgba(7, 4, 3, 0.55) 100%),
    radial-gradient(circle at 23% 45%, rgba(232, 88, 10, 0.2), transparent 22%),
    url('../images/Landing.png') 62% 40% / cover no-repeat;
}

body.ct-page .ct-hero::before {
  background:
    radial-gradient(circle at 20% 44%, rgba(232, 88, 10, 0.16), transparent 28%),
    linear-gradient(to top, #070403 0%, rgba(7, 4, 3, 0.12) 52%, transparent 78%);
}

body.ct-page .ct-hero-left {
  max-width: 560px;
  padding: 0;
}

body.ct-page .ct-hero-left::before,
body.ct-page .ct-hero-left::after {
  display: none;
}

.ct-hero-kicker {
  margin: 0 0 16px;
  color: var(--ct-or3);
  font-family: var(--ct-font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.ct-page .ct-hero-heading {
  max-width: 640px;
  margin: 0 0 22px;
  font-family: var(--ct-font-serif);
  font-size: clamp(3.15rem, 6.2vw, 5.45rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: none;
}

body.ct-page .ct-hero-heading em {
  color: var(--ct-or);
  font-style: normal;
}

body.ct-page .ct-hero-desc {
  max-width: 480px;
  margin-bottom: 30px;
  color: rgba(255, 248, 242, 0.72);
  font-size: 0.94rem;
  line-height: 1.75;
}

body.ct-page .ct-hero-badges {
  gap: 28px;
}

body.ct-page .ct-badge {
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 248, 242, 0.78);
  font-size: 0.8rem;
  font-weight: 600;
}

body.ct-page .ct-badge svg {
  width: 28px;
  height: 28px;
  padding: 7px;
  border: 1px solid rgba(232, 88, 10, 0.28);
  border-radius: 50%;
  color: var(--ct-or);
  background: rgba(232, 88, 10, 0.08);
}

body.ct-page .ct-hero-img-wrap {
  padding: 0;
  border-radius: 16px;
  border-color: rgba(255, 120, 58, 0.34);
  background: transparent;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(232, 88, 10, 0.16);
}

body.ct-page .ct-hero-img {
  min-height: 430px;
  border-radius: 16px;
}

body.ct-page .ct-hero-floater {
  right: 30px;
  bottom: 26px;
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 176, 111, 0.2);
  border-radius: 10px;
  background: rgba(16, 9, 5, 0.9);
}

body.ct-page .ct-floater-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  font-weight: 800;
}

body.ct-page .ct-floater-time {
  font-size: 1.1rem;
}

body.ct-page .ct-hero-scroll {
  display: none;
}

body.ct-page .ct-section {
  padding: 0 0 24px;
  background: #070403;
}

body.ct-page .ct-section-num {
  display: none;
}

body.ct-page .ct-info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

body.ct-page .ct-info-card,
body.ct-page .ct-msg-col,
body.ct-page .ct-aside {
  border-radius: 12px;
  border-color: rgba(255, 120, 58, 0.12);
  background: rgba(35, 18, 12, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 44px rgba(0, 0, 0, 0.24);
}

body.ct-page .ct-info-card {
  min-height: 180px;
  padding: 26px 24px 22px;
}

body.ct-page .ct-info-card::before {
  display: none;
}

body.ct-page .ct-info-card--accent {
  background: rgba(42, 20, 13, 0.86);
}

body.ct-page .ct-ic-icon {
  width: auto;
  height: auto;
  place-items: start;
  margin-bottom: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ct-or);
}

body.ct-page .ct-ic-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.65;
}

body.ct-page .ct-ic-label {
  color: var(--ct-or3);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
}

body.ct-page .ct-ic-value {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
}

body.ct-page .ct-ic-note,
body.ct-page .ct-ic-link {
  font-size: 0.72rem;
}

body.ct-page .ct-main-row {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
}

body.ct-page .ct-aside {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.ct-page .ct-aside-fig,
body.ct-page .ct-aside-soc {
  overflow: hidden;
  border: 1px solid rgba(255, 120, 58, 0.12);
  border-radius: 12px;
  background: rgba(35, 18, 12, 0.78);
}

body.ct-page .ct-aside-fig,
body.ct-page .ct-aside-fig img {
  min-height: 410px;
}

body.ct-page .ct-aside-fig figcaption {
  left: 24px;
  bottom: 18px;
  color: #fff;
  font-size: 0.62rem;
}

body.ct-page .ct-aside-fig figcaption::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ct-or);
  vertical-align: 1px;
}

body.ct-page .ct-aside-soc {
  padding: 24px;
}

body.ct-page .ct-msg-col {
  min-height: auto;
  padding: 34px 38px;
}

body.ct-page .ct-eyebrow,
body.ct-page .ct-modal-eyebrow {
  color: var(--ct-or3);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

body.ct-page .ct-msg-title {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  letter-spacing: -0.04em;
}

body.ct-page .ct-msg-title em,
body.ct-page .ct-cta-title em {
  color: var(--ct-or);
  font-style: italic;
}

body.ct-page .ct-msg-desc {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.84rem;
}

.ct-inline-form {
  display: grid;
  gap: 10px;
}

body.ct-page .ct-topics {
  gap: 8px;
  margin-bottom: 2px;
}

body.ct-page .ct-chip {
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 4px;
  background: rgba(12, 8, 6, 0.62);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 700;
}

body.ct-page .ct-chip--on {
  background: var(--ct-or);
  border-color: var(--ct-or);
  color: #fff;
}

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

.ct-inline-form input,
.ct-inline-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 3px;
  background: rgba(10, 7, 5, 0.56);
  color: #fff;
  font-family: var(--ct-font-body);
  font-size: 0.82rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ct-inline-form textarea {
  min-height: 112px;
  resize: vertical;
}

.ct-inline-form input::placeholder,
.ct-inline-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.ct-inline-form input:focus,
.ct-inline-form textarea:focus {
  border-color: rgba(232, 88, 10, 0.58);
  box-shadow: 0 0 0 3px rgba(232, 88, 10, 0.12);
}

.ct-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}

body.ct-page .ctf-submit {
  width: auto;
  min-width: 170px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 0.7rem;
}

body.ct-page .ctf-note {
  margin: 0;
  min-height: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  text-align: right;
}

body.ct-page .ctf-note::after {
  content: '♡';
  margin-left: 8px;
  color: var(--ct-or3);
  font-size: 1.1rem;
}

body.ct-page .ct-cta-strip {
  margin: 0;
  padding: 0 0 26px;
  background: #070403;
  border: 0;
}

body.ct-page .ct-cta-strip .ct-cta-bg,
body.ct-page .ct-cta-strip .ct-cta-ov {
  display: none;
}

body.ct-page .ct-cta-inner {
  max-width: 1240px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid rgba(255, 120, 58, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(35, 18, 12, 0.9), rgba(22, 12, 8, 0.82)),
    radial-gradient(circle at 18% 50%, rgba(232, 88, 10, 0.12), transparent 28%);
}

body.ct-page .ct-cta-title {
  margin-bottom: 4px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

body.ct-page .ct-footer {
  padding-top: 34px;
  background: #050302;
}

body.ct-page .ct-footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  grid-template-columns: 1.35fr 0.75fr 1fr 1.05fr;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero,
  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    padding: 104px 20px 28px;
  }

  body.ct-page .ct-hero-heading {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  body.ct-page .ct-info-grid,
  .ct-form-grid {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  body.ct-page .ctf-submit,
  body.ct-page .ctf-note {
    width: 100%;
    text-align: center;
  }
}

/* Contact typography scale: match the other inner pages */
body.ct-page .ct-hero-kicker {
  font-size: clamp(0.6rem, 1.15vw, 0.72rem);
  line-height: 1.2;
}

body.ct-page .ct-hero-heading {
  font-size: clamp(2.15rem, 5.2vw, 3.65rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

body.ct-page .ct-hero-desc {
  font-size: clamp(0.88rem, 1.25vw, 1.02rem);
  line-height: 1.65;
}

body.ct-page .ct-badge {
  font-size: 0.74rem;
}

body.ct-page .ct-floater-label {
  font-size: 0.58rem;
}

body.ct-page .ct-floater-time {
  font-size: 1rem;
}

body.ct-page .ct-ic-label,
body.ct-page .ct-aside-soc-lbl,
body.ct-page .ct-eyebrow,
body.ct-page .ct-fh {
  font-size: 0.58rem;
}

body.ct-page .ct-ic-value,
body.ct-page .ct-msg-desc,
body.ct-page .ct-fval,
body.ct-page .ct-faddr,
body.ct-page .ct-fnews-desc,
body.ct-page .ct-footer-brand p,
body.ct-page .ct-ful a {
  font-size: 0.82rem;
}

body.ct-page .ct-ic-note,
body.ct-page .ct-ic-link,
body.ct-page .ct-aside-fig figcaption,
body.ct-page .ct-footer-bot {
  font-size: 0.7rem;
}

body.ct-page .ct-msg-title,
body.ct-page .ct-cta-title {
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.12;
}

body.ct-page .ct-chip,
body.ct-page .ct-inline-form input,
body.ct-page .ct-inline-form textarea {
  font-size: 0.78rem;
}

body.ct-page .ctf-submit,
body.ct-page .ct-btn-primary,
body.ct-page .ct-btn-ghost {
  font-size: 0.74rem;
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-heading {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
  }
}

/* Contact hero spacing/image corrections */
body.ct-page .ct-hero {
  min-height: 540px;
  padding-top: 86px;
  padding-bottom: 24px;
  align-items: center;
}

body.ct-page .ct-hero-img {
  min-height: 350px;
  max-height: 390px;
}

body.ct-page .ct-hero-img-wrap {
  max-width: 600px;
  justify-self: end;
}

body.ct-page .ct-hero-kicker {
  margin-top: 0;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    gap: 24px;
    min-height: auto;
    padding: 86px clamp(22px, 4vw, 40px) 28px;
  }

  body.ct-page .ct-hero-img-wrap {
    width: 100%;
    max-width: 620px;
    justify-self: start;
  }

  body.ct-page .ct-hero-img {
    min-height: 300px;
    max-height: 340px;
  }

  body.ct-page .ct-hero-floater {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    gap: 22px;
    padding: 82px 20px 24px;
  }

  body.ct-page .ct-hero-desc {
    margin-bottom: 22px;
  }

  body.ct-page .ct-hero-badges {
    gap: 14px;
  }

  body.ct-page .ct-hero-img {
    min-height: 230px;
    max-height: 260px;
  }

  body.ct-page .ct-hero-floater {
    right: 12px;
    bottom: 12px;
    padding: 12px 14px;
  }

  body.ct-page .ct-floater-time {
    font-size: 0.88rem;
  }
}

/* Contact responsive UX polish */
@media (min-width: 681px) and (max-width: 1100px) {
  body.ct-page .ct-container {
    padding-left: clamp(22px, 4vw, 40px);
    padding-right: clamp(22px, 4vw, 40px);
  }

  body.ct-page .ct-hero {
    grid-template-columns: 1fr;
    padding-top: 82px;
  }

  body.ct-page .ct-hero-left {
    max-width: 680px;
  }

  body.ct-page .ct-hero-img-wrap {
    max-width: 100%;
    justify-self: stretch;
  }

  body.ct-page .ct-hero-img {
    width: 100%;
    height: clamp(280px, 38vw, 340px);
    min-height: 0;
    max-height: none;
  }

  body.ct-page .ct-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.ct-page .ct-info-card {
    min-height: 154px;
    padding: 22px;
  }

  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.ct-page .ct-aside {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    grid-template-rows: none;
    align-items: stretch;
  }

  body.ct-page .ct-aside-fig,
  body.ct-page .ct-aside-fig img {
    min-height: 300px;
  }

  body.ct-page .ct-aside-soc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body.ct-page .ct-msg-col {
    padding: 30px;
  }

  body.ct-page .ct-topics {
    gap: 8px;
  }

  body.ct-page .ct-chip {
    min-height: 42px;
  }

  body.ct-page .ct-cta-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px clamp(22px, 4vw, 34px);
  }

  body.ct-page .ct-cta-btns {
    justify-content: flex-start;
  }

  body.ct-page .ct-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
  }
}

@media (max-width: 900px) {
  body.ct-page .ct-aside {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-aside-soc {
    display: block;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.ct-page .ct-hero {
    grid-template-columns: 1fr;
    padding: 76px 16px 22px;
  }

  body.ct-page .ct-hero-heading {
    max-width: 10.5em;
  }

  body.ct-page .ct-hero-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  body.ct-page .ct-badge {
    gap: 10px;
  }

  body.ct-page .ct-hero-img-wrap {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  body.ct-page .ct-hero-img {
    width: 100%;
    height: clamp(220px, 62vw, 270px);
    min-height: 0;
    max-height: none;
  }

  body.ct-page .ct-hero-floater {
    position: static;
    width: 100%;
    margin-top: 10px;
    justify-content: flex-start;
    border-radius: 8px;
  }

  body.ct-page .ct-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  body.ct-page .ct-info-card {
    min-height: 0;
    padding: 20px;
  }

  body.ct-page .ct-ic-icon {
    margin-bottom: 12px;
  }

  body.ct-page .ct-ic-icon svg {
    width: 28px;
    height: 28px;
  }

  body.ct-page .ct-main-row {
    gap: 14px;
  }

  body.ct-page .ct-aside-fig,
  body.ct-page .ct-aside-fig img {
    min-height: 250px;
  }

  body.ct-page .ct-aside-soc,
  body.ct-page .ct-msg-col {
    padding: 22px;
  }

  body.ct-page .ct-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.ct-page .ct-chip {
    width: 100%;
    justify-content: center;
    padding: 10px 8px;
    min-height: 42px;
  }

  body.ct-page .ct-inline-form {
    gap: 9px;
  }

  body.ct-page .ct-inline-form input,
  body.ct-page .ct-inline-form textarea {
    min-height: 46px;
    padding: 13px 14px;
  }

  body.ct-page .ct-inline-form textarea {
    min-height: 120px;
  }

  body.ct-page .ct-cta-strip {
    padding-bottom: 18px;
  }

  body.ct-page .ct-cta-inner {
    padding: 22px 18px;
    gap: 18px;
  }

  body.ct-page .ct-cta-btns {
    width: 100%;
  }

  body.ct-page .ct-btn-primary,
  body.ct-page .ct-btn-ghost {
    width: 100%;
  }

  body.ct-page .ct-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.ct-page .ct-footer-bot {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 420px) {
  body.ct-page .ct-hero {
    padding-top: 72px;
  }

  body.ct-page .ct-hero-heading {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  body.ct-page .ct-topics {
    grid-template-columns: 1fr;
  }
}

/* Contact no-hero-image compact layout */
body.ct-page .ct-hero {
  display: flex;
  min-height: auto;
  padding-top: 84px;
  padding-bottom: 26px;
}

body.ct-page .ct-hero-left {
  width: min(100%, 720px);
  max-width: 720px;
}

body.ct-page .ct-hero-badges {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
  overflow-x: auto;
  scrollbar-width: none;
}

body.ct-page .ct-hero-badges::-webkit-scrollbar {
  display: none;
}

body.ct-page .ct-badge {
  flex: 0 0 auto;
  white-space: nowrap;
}

body.ct-page .ct-info-grid {
  gap: 8px;
  margin-bottom: 18px;
}

body.ct-page .ct-info-card {
  min-height: 132px;
  padding: 16px 18px;
}

body.ct-page .ct-ic-icon {
  margin-bottom: 10px;
}

body.ct-page .ct-ic-icon svg {
  width: 24px;
  height: 24px;
}

body.ct-page .ct-ic-label {
  margin-bottom: 5px;
}

body.ct-page .ct-ic-value {
  line-height: 1.42;
}

body.ct-page .ct-ic-note,
body.ct-page .ct-ic-link {
  margin-top: 7px;
  line-height: 1.35;
}

@media (min-width: 681px) and (max-width: 1100px) {
  body.ct-page .ct-hero {
    padding-top: 78px;
    padding-bottom: 24px;
  }

  body.ct-page .ct-info-card {
    min-height: 124px;
    padding: 16px;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    padding-top: 74px;
    padding-bottom: 22px;
  }

  body.ct-page .ct-hero-badges {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 14px;
  }

  body.ct-page .ct-info-grid {
    gap: 10px;
  }

  body.ct-page .ct-info-card {
    padding: 16px;
  }
}

/* Contact hero right-side details panel */
body.ct-page .ct-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: clamp(24px, 5vw, 62px);
}

body.ct-page .ct-hero-contact-panel {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 120, 58, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(155deg, rgba(255, 244, 230, 0.075), rgba(255, 244, 230, 0.018)),
    rgba(24, 12, 8, 0.82);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

body.ct-page .ct-hero-contact-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 12%, rgba(232, 88, 10, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(232, 88, 10, 0.08), transparent 42%);
}

body.ct-page .ct-hero-contact-head,
body.ct-page .ct-hero-contact-grid {
  position: relative;
  z-index: 1;
}

body.ct-page .ct-hero-contact-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.ct-page .ct-hero-contact-head p {
  margin: 0;
  color: #fff;
  font-family: var(--ct-font-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.1;
}

body.ct-page .ct-hero-contact-head span {
  flex: 0 0 auto;
  color: var(--ct-or3);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.ct-page .ct-hero-contact-grid {
  display: grid;
  gap: 14px;
}

body.ct-page .ct-hero-contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

body.ct-page .ct-hero-contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.ct-page .ct-hero-contact-num {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(232, 88, 10, 0.32);
  border-radius: 50%;
  background: rgba(232, 88, 10, 0.1);
  color: var(--ct-or3);
  font-family: var(--ct-font-serif);
  font-size: 0.82rem;
  font-weight: 800;
}

body.ct-page .ct-hero-contact-item h2 {
  margin: 0 0 5px;
  color: var(--ct-or3);
  font-family: var(--ct-font-display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.ct-page .ct-hero-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  line-height: 1.48;
}

body.ct-page .ct-hero-contact-item a {
  color: inherit;
}

body.ct-page .ct-hero-contact-item div > a,
body.ct-page .ct-hero-contact-item small {
  display: inline-flex;
  margin-top: 6px;
  color: rgba(255, 176, 111, 0.86);
  font-size: 0.7rem;
  line-height: 1.35;
}

body.ct-page .ct-hero-contact-item strong {
  color: #fff;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-hero-contact-panel {
    width: 100%;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }

  body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-contact-panel {
    padding: 20px;
    border-radius: 12px;
  }

  body.ct-page .ct-hero-contact-head {
    display: grid;
    gap: 8px;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  body.ct-page .ct-hero-contact-item,
  body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }

  body.ct-page .ct-hero-contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* Compact hero contact panel */
body.ct-page .ct-hero {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
}

body.ct-page .ct-hero-contact-panel {
  max-width: 360px;
  justify-self: start;
  padding: 18px;
  border-radius: 12px;
  transform: translateX(-18px);
}

body.ct-page .ct-hero-contact-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
}

body.ct-page .ct-hero-contact-head p {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

body.ct-page .ct-hero-contact-head span,
body.ct-page .ct-hero-contact-item h2 {
  font-size: 0.52rem;
}

body.ct-page .ct-hero-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1040px;
}

body.ct-page .ct-hero-contact-item {
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 120, 58, 0.14);
  border-radius: 10px;
  background: rgba(20, 10, 6, 0.78);
}

body.ct-page .ct-hero-contact-num,
body.ct-page .ct-hero-contact-icon {
  width: 26px;
  height: 26px;
}

body.ct-page .ct-hero-contact-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 88, 10, 0.32);
  border-radius: 50%;
  background: rgba(232, 88, 10, 0.1);
  color: var(--ct-or3);
}

body.ct-page .ct-hero-contact-icon svg {
  width: 14px;
  height: 14px;
}

body.ct-page .ct-hero-contact-item p {
  font-size: 0.76rem;
  line-height: 1.38;
}

body.ct-page .ct-hero-contact-item div > a,
body.ct-page .ct-hero-contact-item small {
  margin-top: 4px;
  font-size: 0.64rem;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero-contact-panel {
    max-width: none;
    justify-self: stretch;
    transform: none;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-contact-panel {
    padding: 16px;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep hero copy and contact panel side by side on tablet/mobile */
@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(16px, 3vw, 28px);
  }

  body.ct-page .ct-hero-left {
    min-width: 0;
  }

  body.ct-page .ct-hero-contact-panel {
    width: 100%;
    max-width: 340px;
    justify-self: end;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }

  body.ct-page .ct-hero-contact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.ct-page .ct-hero-kicker {
    margin-bottom: 8px;
    font-size: 0.46rem;
    letter-spacing: 0.18em;
  }

  body.ct-page .ct-hero-heading {
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 7.6vw, 2.25rem);
    line-height: 0.95;
  }

  body.ct-page .ct-hero-desc {
    margin-bottom: 12px;
    font-size: 0.68rem;
    line-height: 1.55;
  }

  body.ct-page .ct-hero-badges {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  body.ct-page .ct-badge {
    gap: 6px;
    font-size: 0.6rem;
  }

  body.ct-page .ct-badge svg {
    width: 22px;
    height: 22px;
    padding: 5px;
  }

  body.ct-page .ct-hero-contact-panel {
    align-self: stretch;
    max-width: none;
    padding: 10px;
    border-radius: 10px;
  }

  body.ct-page .ct-hero-contact-head {
    margin-bottom: 8px;
    padding-bottom: 8px;
    gap: 4px;
  }

  body.ct-page .ct-hero-contact-head p {
    font-size: 0.86rem;
  }

  body.ct-page .ct-hero-contact-head span,
  body.ct-page .ct-hero-contact-item h2 {
    font-size: 0.42rem;
    letter-spacing: 0.14em;
  }

  body.ct-page .ct-hero-contact-grid {
    gap: 7px;
  }

  body.ct-page .ct-hero-contact-item,
  body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
    grid-template-columns: 20px 1fr;
    gap: 6px;
    padding-bottom: 7px;
  }

  body.ct-page .ct-hero-contact-num,
  body.ct-page .ct-hero-contact-icon {
    width: 20px;
    height: 20px;
  }

  body.ct-page .ct-hero-contact-icon svg {
    width: 11px;
    height: 11px;
  }

  body.ct-page .ct-hero-contact-item p {
    font-size: 0.56rem;
    line-height: 1.32;
  }

  body.ct-page .ct-hero-contact-item div > a,
  body.ct-page .ct-hero-contact-item small {
    margin-top: 3px;
    font-size: 0.5rem;
  }
}

@media (max-width: 420px) {
  body.ct-page .ct-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  body.ct-page .ct-hero-desc {
    font-size: 0.64rem;
  }

  body.ct-page .ct-hero-contact-panel {
    padding: 8px;
  }
}

/* Align hero contact card with landing text */
body.ct-page .ct-hero {
  align-items: start;
}

body.ct-page .ct-hero-left,
body.ct-page .ct-hero-contact-panel {
  align-self: start;
}

body.ct-page .ct-hero-contact-panel {
  margin-top: 0;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    align-items: start;
  }

  body.ct-page .ct-hero-contact-panel {
    align-self: start;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-contact-panel {
    align-self: start;
  }
}

/* Align main contact section with hero landing text */
body.ct-page .ct-section > .ct-container,
body.ct-page .ct-cta-strip > .ct-container,
body.ct-page .ct-footer > .ct-container {
  max-width: none;
  padding-left: clamp(28px, 4vw, 58px);
  padding-right: clamp(28px, 4vw, 58px);
}

body.ct-page .ct-main-row,
body.ct-page .ct-cta-inner,
body.ct-page .ct-footer-grid {
  max-width: 1240px;
  margin-left: 0;
  margin-right: auto;
}

body.ct-page .ct-footer-bot {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  body.ct-page .ct-section > .ct-container,
  body.ct-page .ct-cta-strip > .ct-container,
  body.ct-page .ct-footer > .ct-container {
    padding-left: clamp(22px, 4vw, 40px);
    padding-right: clamp(22px, 4vw, 40px);
  }
}

/* Redesigned contact landing hero */
body.ct-page .ct-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(460px, 58vh, 620px);
  padding-top: clamp(96px, 10vw, 126px);
  padding-bottom: clamp(34px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(7, 4, 3, 0.97) 0%, rgba(14, 7, 4, 0.9) 46%, rgba(7, 4, 3, 0.78) 100%),
    radial-gradient(circle at 78% 18%, rgba(232, 88, 10, 0.18), transparent 28%),
    radial-gradient(circle at 18% 62%, rgba(255, 176, 111, 0.08), transparent 28%),
    url('../images/Landing.png') 68% 38% / cover no-repeat;
}

body.ct-page .ct-hero::after {
  content: '';
  position: absolute;
  inset: auto clamp(28px, 4vw, 58px) 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 88, 10, 0.44), rgba(255, 255, 255, 0.08), transparent);
  z-index: 1;
}

body.ct-page .ct-hero-left {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

body.ct-page .ct-hero-left::before {
  display: none;
}

body.ct-page .ct-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--ct-or);
}

body.ct-page .ct-hero-heading {
  max-width: 11ch;
  margin-bottom: 18px;
  text-wrap: balance;
}

body.ct-page .ct-hero-heading em {
  color: var(--ct-or);
  font-style: normal;
  text-shadow: 0 0 28px rgba(232, 88, 10, 0.22);
}

body.ct-page .ct-hero-desc {
  max-width: 52ch;
  margin-bottom: 22px;
}

body.ct-page .ct-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 22px;
}

body.ct-page .ct-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  max-width: 920px;
}

body.ct-page .ct-hero-highlight {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

body.ct-page .ct-hero-highlight-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(232, 88, 10, 0.18);
  color: var(--ct-or);
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.ct-page .ct-hero-highlight strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.25;
}

body.ct-page .ct-hero-highlight p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.35;
}

body.ct-page .ct-hero-primary,
body.ct-page .ct-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 4px;
  font-family: var(--ct-font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.25s, border-color 0.25s, background 0.25s, color 0.25s;
}

body.ct-page .ct-hero-primary {
  background: var(--ct-or);
  color: #fff;
  box-shadow: 0 10px 32px rgba(232, 88, 10, 0.34);
}

body.ct-page .ct-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.035);
}

body.ct-page .ct-hero-primary:hover,
body.ct-page .ct-hero-secondary:hover {
  transform: translateY(-2px);
}

body.ct-page .ct-hero-contact-panel {
  z-index: 2;
  background:
    linear-gradient(160deg, rgba(255, 244, 230, 0.08), rgba(255, 244, 230, 0.025)),
    rgba(20, 10, 6, 0.9);
  border-color: rgba(255, 176, 111, 0.2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    min-height: auto;
    padding-top: 92px;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    padding-top: 78px;
    padding-bottom: 28px;
  }

  body.ct-page .ct-hero-left::before {
    display: none;
  }

  body.ct-page .ct-hero-actions {
    gap: 8px;
  }

  body.ct-page .ct-hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.ct-page .ct-hero-highlight {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px;
  }

  body.ct-page .ct-hero-highlight-icon {
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
  }

  body.ct-page .ct-hero-highlight strong {
    font-size: 0.58rem;
  }

  body.ct-page .ct-hero-highlight p {
    font-size: 0.5rem;
  }

  body.ct-page .ct-hero-primary,
  body.ct-page .ct-hero-secondary {
    min-height: 38px;
    padding: 9px 9px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    flex: 1 1 0;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-section > .ct-container,
  body.ct-page .ct-cta-strip > .ct-container,
  body.ct-page .ct-footer > .ct-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Contact details beside message form */
body.ct-page .ct-side-contact {
  padding: 28px;
  border: 1px solid rgba(255, 120, 58, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(155deg, rgba(255, 244, 230, 0.06), rgba(255, 244, 230, 0.02)),
    rgba(35, 18, 12, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 44px rgba(0, 0, 0, 0.24);
}

body.ct-page .ct-side-contact > .ct-eyebrow {
  margin-bottom: 18px;
}

body.ct-page .ct-side-contact-grid {
  display: grid;
  gap: 16px;
}

body.ct-page .ct-side-contact-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

body.ct-page .ct-side-contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.ct-page .ct-side-contact-item h2 {
  margin: 0 0 6px;
  color: var(--ct-or3);
  font-family: var(--ct-font-display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.ct-page .ct-side-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.5;
}

body.ct-page .ct-side-contact-item a {
  color: inherit;
}

body.ct-page .ct-side-contact-item div > a,
body.ct-page .ct-side-contact-item small {
  display: inline-flex;
  margin-top: 6px;
  color: rgba(255, 176, 111, 0.86);
  font-size: 0.7rem;
  line-height: 1.35;
}

body.ct-page .ct-side-contact-item strong {
  color: #fff;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon {
  width: 26px;
  height: 26px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 1100px) {
  body.ct-page .ct-side-contact {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-side-contact {
    padding: 20px;
  }
}

/* Message box layout like reference */
body.ct-page .ct-main-row {
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 120, 58, 0.12);
  border-radius: 12px;
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 88, 10, 0.08), transparent 30%),
    linear-gradient(155deg, rgba(35, 18, 12, 0.9), rgba(13, 8, 6, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 44px rgba(0, 0, 0, 0.24);
}

body.ct-page .ct-aside,
body.ct-page .ct-msg-col {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.ct-page .ct-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 34px;
  border-right: 1px dashed rgba(255, 120, 58, 0.22);
}

body.ct-page .ct-side-contact {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.ct-page .ct-side-title,
body.ct-page .ct-msg-title {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--ct-font-serif);
  font-size: clamp(1.55rem, 2.35vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

body.ct-page .ct-side-contact-grid {
  gap: 18px;
}

body.ct-page .ct-side-contact-item {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding-bottom: 0;
  border-bottom: 0;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon {
  width: 34px;
  height: 34px;
  background: rgba(232, 88, 10, 0.18);
  border-color: rgba(232, 88, 10, 0.25);
  color: var(--ct-or);
}

body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
  width: 16px;
  height: 16px;
}

body.ct-page .ct-side-contact-item h2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
}

body.ct-page .ct-side-contact-item p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.45;
}

body.ct-page .ct-side-contact-item div > a,
body.ct-page .ct-side-contact-item small {
  color: var(--ct-or3);
  font-size: 0.72rem;
}

body.ct-page .ct-aside-soc {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.ct-page .ct-aside-soc-lbl {
  margin: 0;
  color: #fff;
  font-size: 0.84rem;
  letter-spacing: 0;
  text-transform: none;
}

body.ct-page .ct-love-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(232, 88, 10, 0.16);
  color: var(--ct-or3);
  font-size: 0.72rem;
  line-height: 1;
  box-shadow: 0 0 16px rgba(232, 88, 10, 0.18);
}

body.ct-page .ct-instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ct-or3);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

body.ct-page .ct-instagram-link:hover {
  color: #fff;
}

body.ct-page .ct-instagram-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

body.ct-page .ct-msg-col {
  padding: 38px 42px;
}

body.ct-page .ct-msg-desc {
  margin: -8px 0 24px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

body.ct-page .ct-inline-form {
  gap: 14px;
}

body.ct-page .ct-form-grid {
  gap: 14px;
}

body.ct-page .ct-inline-form input,
body.ct-page .ct-inline-form textarea {
  min-height: 52px;
  border-color: rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  background: rgba(5, 4, 3, 0.58);
}

body.ct-page .ct-inline-form textarea {
  min-height: 156px;
}

body.ct-page .ct-submit-row {
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin-top: 0;
}

body.ct-page .ctf-submit {
  min-width: 210px;
  min-height: 54px;
}

body.ct-page .ctf-note {
  text-align: left;
}

@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-aside {
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 120, 58, 0.22);
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 24px 20px;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-submit-row {
    gap: 12px;
  }

  body.ct-page .ctf-submit {
    min-width: 0;
  }
}

/* Smaller, softer contact form card */
body.ct-page .ct-main-row {
  max-width: 1080px;
  border-radius: 16px;
}

body.ct-page .ct-aside {
  padding: 30px 28px;
}

body.ct-page .ct-msg-col {
  padding: 30px 34px;
}

body.ct-page .ct-side-title,
body.ct-page .ct-msg-title {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
}

body.ct-page .ct-side-contact-grid {
  gap: 14px;
}

body.ct-page .ct-side-contact-item {
  grid-template-columns: 30px 1fr;
  gap: 12px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon {
  width: 30px;
  height: 30px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
  width: 14px;
  height: 14px;
}

body.ct-page .ct-side-contact-item h2 {
  font-size: 0.74rem;
}

body.ct-page .ct-side-contact-item p {
  font-size: 0.74rem;
}

body.ct-page .ct-side-contact-item div > a,
body.ct-page .ct-side-contact-item small {
  font-size: 0.66rem;
}

body.ct-page .ct-aside-soc {
  padding-top: 20px;
}

body.ct-page .ct-msg-desc {
  margin-bottom: 18px;
  font-size: 0.78rem;
}

body.ct-page .ct-inline-form {
  gap: 11px;
}

body.ct-page .ct-form-grid {
  gap: 11px;
}

body.ct-page .ct-inline-form input,
body.ct-page .ct-inline-form textarea {
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.76rem;
}

body.ct-page .ct-inline-form textarea {
  min-height: 128px;
}

body.ct-page .ctf-submit {
  min-width: 178px;
  min-height: 48px;
  border-radius: 8px;
}

body.ct-page .ctf-note {
  font-size: 0.7rem;
}

body.ct-page .ct-msg-faq {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 176, 111, 0.14);
}

body.ct-page .ct-msg-faq-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

body.ct-page .ct-msg-faq-head p {
  margin: 0;
  color: var(--ct-or3);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ct-page .ct-msg-faq-head h3 {
  margin: 0;
  color: #fff;
  font-family: var(--ct-font-serif);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.1;
  text-align: right;
}

body.ct-page .ct-msg-faq-head h3 em {
  color: var(--ct-or3);
  font-style: italic;
}

body.ct-page .ct-msg-faq-list {
  display: grid;
  gap: 8px;
}

body.ct-page .ct-msg-faq details {
  border: 1px solid rgba(255, 244, 230, 0.1);
  border-radius: 10px;
  background: rgba(255, 244, 230, 0.045);
  overflow: hidden;
}

body.ct-page .ct-msg-faq summary {
  position: relative;
  padding: 10px 34px 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

body.ct-page .ct-msg-faq summary::-webkit-details-marker {
  display: none;
}

body.ct-page .ct-msg-faq summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: var(--ct-or3);
  font-size: 1rem;
  line-height: 1;
}

body.ct-page .ct-msg-faq details[open] summary::after {
  content: '-';
}

body.ct-page .ct-msg-faq details p {
  margin: 0;
  padding: 0 12px 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.55;
}

@media (max-width: 680px) {
  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 22px 18px;
  }
}

/* Keep message card desktop-like on tablet/mobile */
@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  }

  body.ct-page .ct-aside {
    border-right: 1px dashed rgba(255, 120, 58, 0.22);
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(132px, 0.58fr) minmax(0, 1fr);
    border-radius: 12px;
  }

  body.ct-page .ct-aside {
    padding: 16px 12px;
    border-right: 1px dashed rgba(255, 120, 58, 0.22);
    border-bottom: 0;
  }

  body.ct-page .ct-msg-col {
    padding: 16px 12px;
  }

  body.ct-page .ct-side-title,
  body.ct-page .ct-msg-title {
    margin-bottom: 10px;
    font-size: clamp(1rem, 4.3vw, 1.28rem);
  }

  body.ct-page .ct-side-contact-grid {
    gap: 10px;
  }

  body.ct-page .ct-side-contact-item {
    grid-template-columns: 22px 1fr;
    gap: 7px;
  }

  body.ct-page .ct-side-contact .ct-hero-contact-icon {
    width: 22px;
    height: 22px;
  }

  body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
    width: 11px;
    height: 11px;
  }

  body.ct-page .ct-side-contact-item h2 {
    margin-bottom: 2px;
    font-size: 0.54rem;
  }

  body.ct-page .ct-side-contact-item p {
    font-size: 0.54rem;
    line-height: 1.32;
  }

  body.ct-page .ct-side-contact-item div > a,
  body.ct-page .ct-side-contact-item small {
    margin-top: 2px;
    font-size: 0.5rem;
  }

  body.ct-page .ct-aside-soc {
    display: block;
    padding-top: 14px;
  }

  body.ct-page .ct-aside-soc-lbl {
    margin-bottom: 8px;
    font-size: 0.62rem;
  }

  body.ct-page .ct-soc-row {
    gap: 7px;
  }

  body.ct-page .ct-soc-row .fts {
    width: 28px;
    height: 28px;
  }

  body.ct-page .ct-msg-desc {
    margin-bottom: 12px;
    font-size: 0.56rem;
    line-height: 1.45;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  body.ct-page .ct-inline-form {
    gap: 7px;
  }

  body.ct-page .ct-inline-form input,
  body.ct-page .ct-inline-form textarea {
    min-height: 34px;
    padding: 9px 9px;
    border-radius: 6px;
    font-size: 0.54rem;
  }

  body.ct-page .ct-inline-form textarea {
    min-height: 82px;
  }

  body.ct-page .ct-submit-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  body.ct-page .ctf-submit {
    width: auto;
    min-width: 112px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  body.ct-page .ctf-note {
    width: auto;
    text-align: left;
    font-size: 0.5rem;
  }
}

@media (max-width: 420px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(118px, 0.58fr) minmax(0, 1fr);
  }

  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 14px 9px;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Decorative section dividers */
body.ct-page .ct-hero {
  overflow: hidden;
}

body.ct-page .ct-hero::before {
  content: '';
  position: absolute;
  left: clamp(28px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(232, 88, 10, 0.8) 18%, rgba(255, 176, 111, 0.48) 50%, rgba(232, 88, 10, 0.28) 82%, transparent 100%);
  box-shadow: 0 0 22px rgba(232, 88, 10, 0.28);
  z-index: 2;
}

body.ct-page .ct-section {
  position: relative;
}

body.ct-page .ct-section::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  width: min(220px, 42vw);
  height: 22px;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, var(--ct-or3) 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0%, rgba(232, 88, 10, 0.58) 42%, transparent 42% 58%, rgba(232, 88, 10, 0.58) 58%, transparent 100%);
  opacity: 0.8;
}

body.ct-page .ct-main-row {
  position: relative;
}

body.ct-page .ct-main-row::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 86px;
  height: 2px;
  background: linear-gradient(90deg, var(--ct-or), var(--ct-or3), transparent);
}

body.ct-page .ct-cta-strip {
  position: relative;
}

body.ct-page .ct-cta-strip::before,
body.ct-page .ct-cta-strip::after {
  content: '';
  display: block;
  width: min(980px, calc(100% - 24px));
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  background: linear-gradient(90deg, rgba(232, 88, 10, 0.42), rgba(255, 255, 255, 0.08), transparent);
}

body.ct-page .ct-cta-strip::before {
  margin-bottom: 18px;
}

body.ct-page .ct-cta-strip::after {
  margin-top: 18px;
}

body.ct-page .ct-footer {
  position: relative;
}

body.ct-page .ct-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(28px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 88, 10, 0.36), rgba(255, 176, 111, 0.18), transparent);
}

@media (max-width: 680px) {
  body.ct-page .ct-section::before {
    top: 8px;
    width: min(160px, 58vw);
  }

  body.ct-page .ct-main-row::before {
    width: 58px;
    top: -14px;
  }
}


/* Contact loader match */
body.ct-page #loader {
  position: fixed;
  inset: 0;
  background: #140904;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}

body.ct-page #loader.out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.ct-page #loader .ld-logo {
  font-family: var(--ct-font-display);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 22px);
  flex-wrap: wrap;
}

body.ct-page #loader .nav-logo-mark {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

body.ct-page #loader .nav-logo-img {
  display: block;
  height: clamp(48px, 10vw, 58px);
  width: auto;
  max-height: 58px;
  max-width: min(200px, 40vw);
  object-fit: contain;
}

body.ct-page #loader .nav-logo-wordmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  gap: 2px;
}

body.ct-page #loader .logo-line {
  display: block;
  letter-spacing: 0.18em;
  font-weight: 800;
  line-height: 1.05;
}

body.ct-page #loader .logo-ramen {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

body.ct-page #loader .logo-downtown {
  color: var(--ct-or);
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.14em;
}

body.ct-page #loader .ld-bar {
  width: min(180px, 50vw);
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

body.ct-page #loader .ld-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #2A150A, var(--ct-or), var(--ct-or3));
  animation: contactLoaderFill 1.5s ease forwards;
}

body.ct-page #loader .ld-txt {
  margin: 0;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@keyframes contactLoaderFill {
  to { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  body.ct-page #loader .ld-fill {
    animation: none;
    width: 100%;
  }
}

/* CTA card follows the contact section layout */
body.ct-page .ct-cta-strip {
  padding-top: 18px;
  padding-bottom: 24px;
}

body.ct-page .ct-cta-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 18px;
  max-width: 980px;
  margin-left: 0;
  margin-right: auto;
  padding: 28px 34px;
  border: 1px solid rgba(255, 120, 58, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(155deg, rgba(35, 18, 12, 0.9), rgba(17, 9, 6, 0.94)),
    radial-gradient(circle at 16% 50%, rgba(232, 88, 10, 0.16), transparent 32%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 44px rgba(0, 0, 0, 0.24);
}

body.ct-page .ct-cta-copy {
  min-width: 0;
}

body.ct-page .ct-cta-btns {
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1100px) {
  body.ct-page .ct-cta-inner {
    grid-template-columns: 1fr;
    padding: 26px 28px;
  }

  body.ct-page .ct-cta-btns {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-cta-strip {
    padding-top: 14px;
    padding-bottom: 18px;
  }

  body.ct-page .ct-cta-inner {
    padding: 22px 18px;
    gap: 16px;
  }
}

/* Professional contact polish */
body.ct-page .ct-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.ct-page .ct-hero {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-height: clamp(620px, 76vh, 780px);
  padding-bottom: clamp(46px, 6vw, 74px);
}

body.ct-page .ct-hero-left {
  max-width: 720px;
}

body.ct-page .ct-hero-heading {
  max-width: 12ch;
  letter-spacing: -0.05em;
}

body.ct-page .ct-hero-desc {
  max-width: 58ch;
  color: rgba(255, 248, 242, 0.8);
}

body.ct-page .ct-hero-contact-panel {
  justify-self: end;
  width: 100%;
  max-width: 430px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 176, 111, 0.24);
  border-radius: 26px;
  background:
    linear-gradient(155deg, rgba(255, 244, 230, 0.11), rgba(255, 244, 230, 0.025) 44%),
    rgba(18, 9, 5, 0.84);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: none;
}

body.ct-page .ct-hero-contact-panel::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 176, 111, 0.08);
  border-radius: 20px;
  pointer-events: none;
}

body.ct-page .ct-hero-contact-head {
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

body.ct-page .ct-hero-contact-head p {
  max-width: 12ch;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

body.ct-page .ct-hero-contact-head span {
  padding: 7px 10px;
  border: 1px solid rgba(232, 88, 10, 0.26);
  border-radius: 999px;
  background: rgba(232, 88, 10, 0.12);
  color: var(--ct-or3);
}

body.ct-page .ct-hero-contact-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: none;
}

body.ct-page .ct-hero-contact-item,
body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 176, 111, 0.12);
  border-radius: 16px;
  background: rgba(8, 4, 3, 0.36);
}

body.ct-page .ct-hero-contact-item--accent {
  background:
    linear-gradient(135deg, rgba(232, 88, 10, 0.16), rgba(255, 176, 111, 0.05)),
    rgba(8, 4, 3, 0.42);
}

body.ct-page .ct-hero-contact-icon,
body.ct-page .ct-hero-contact-num {
  width: 42px;
  height: 42px;
  color: var(--ct-or3);
  background: rgba(232, 88, 10, 0.13);
}

body.ct-page .ct-hero-contact-icon svg {
  width: 18px;
  height: 18px;
}

body.ct-page .ct-hero-contact-item h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

body.ct-page .ct-hero-contact-item p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
}

body.ct-page .ct-hero-contact-item div > a,
body.ct-page .ct-hero-contact-item small {
  color: var(--ct-or3);
  font-size: 0.72rem;
  font-weight: 700;
}

body.ct-page .ct-main-row {
  max-width: 1180px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  border-color: rgba(255, 176, 111, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 88, 10, 0.15), transparent 34%),
    linear-gradient(145deg, rgba(39, 19, 10, 0.95), rgba(11, 6, 4, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.ct-page .ct-main-row::before {
  left: 30px;
  top: 0;
  width: 120px;
  background: linear-gradient(90deg, var(--ct-or), var(--ct-or3), transparent);
}

body.ct-page .ct-aside {
  padding: clamp(30px, 4vw, 44px);
  border-right-color: rgba(255, 176, 111, 0.2);
}

body.ct-page .ct-msg-col {
  padding: clamp(32px, 5vw, 54px);
}

body.ct-page .ct-side-title,
body.ct-page .ct-msg-title {
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
}

body.ct-page .ct-side-contact-grid {
  gap: 18px;
}

body.ct-page .ct-side-contact-item {
  grid-template-columns: 40px 1fr;
  gap: 14px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon {
  width: 40px;
  height: 40px;
}

body.ct-page .ct-side-contact-item h2 {
  font-size: 0.8rem;
  font-weight: 800;
}

body.ct-page .ct-side-contact-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

body.ct-page .ct-msg-desc {
  max-width: 56ch;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.7;
}

body.ct-page .ct-inline-form {
  gap: 14px;
}

body.ct-page .ct-form-grid {
  gap: 14px;
}

body.ct-page .ct-inline-form input,
body.ct-page .ct-inline-form textarea {
  min-height: 54px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 244, 230, 0.13);
  border-radius: 14px;
  background: rgba(7, 4, 3, 0.62);
  font-size: 0.86rem;
}

body.ct-page .ct-inline-form textarea {
  min-height: 150px;
}

body.ct-page .ct-inline-form input:hover,
body.ct-page .ct-inline-form textarea:hover {
  border-color: rgba(255, 176, 111, 0.24);
}

body.ct-page .ct-submit-row {
  gap: 18px;
  margin-top: 4px;
}

body.ct-page .ctf-submit {
  min-width: 200px;
  min-height: 54px;
  border-radius: 14px;
}

body.ct-page .ctf-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
}

body.ct-page .ct-cta-inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
}

@media (max-width: 1100px) {
  body.ct-page .ct-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.ct-page .ct-hero-contact-panel {
    justify-self: stretch;
    max-width: none;
  }

  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-aside {
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 176, 111, 0.2);
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero {
    padding-left: 18px;
    padding-right: 18px;
    gap: 24px;
  }

  body.ct-page .ct-hero-heading {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  body.ct-page .ct-hero-desc {
    font-size: 0.88rem;
  }

  body.ct-page .ct-hero-actions {
    flex-wrap: nowrap;
    white-space: normal;
  }

  body.ct-page .ct-hero-primary,
  body.ct-page .ct-hero-secondary {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 11px 14px;
    font-size: 0.62rem;
    line-height: 1.25;
    text-align: center;
  }

  body.ct-page .ct-hero-highlights,
  body.ct-page .ct-hero-contact-grid {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-hero-highlight {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
  }

  body.ct-page .ct-hero-highlight-icon {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  body.ct-page .ct-hero-highlight strong {
    font-size: 0.78rem;
  }

  body.ct-page .ct-hero-highlight p {
    font-size: 0.68rem;
  }

  body.ct-page .ct-hero-contact-panel {
    padding: 18px;
    border-radius: 20px;
  }

  body.ct-page .ct-hero-contact-head {
    display: grid;
    gap: 10px;
  }

  body.ct-page .ct-hero-contact-head p {
    max-width: none;
    font-size: 1.3rem;
  }

  body.ct-page .ct-hero-contact-item,
  body.ct-page .ct-hero-contact-item:nth-last-child(-n + 2) {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 13px;
  }

  body.ct-page .ct-hero-contact-icon,
  body.ct-page .ct-hero-contact-num {
    width: 36px;
    height: 36px;
  }

  body.ct-page .ct-hero-contact-item h2,
  body.ct-page .ct-side-contact-item h2 {
    font-size: 0.7rem;
  }

  body.ct-page .ct-hero-contact-item p,
  body.ct-page .ct-side-contact-item p {
    font-size: 0.76rem;
  }

  body.ct-page .ct-main-row {
    border-radius: 22px;
  }

  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 24px 20px;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: 1fr;
  }

  body.ct-page .ct-inline-form input,
  body.ct-page .ct-inline-form textarea {
    min-height: 48px;
    padding: 13px 14px;
    font-size: 0.82rem;
  }

  body.ct-page .ct-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  body.ct-page .ctf-submit,
  body.ct-page .ctf-note {
    width: 100%;
  }
}

/* Compact, brighter contact landing */
body.ct-page .ct-hero {
  min-height: clamp(500px, 64vh, 640px);
  padding-top: clamp(86px, 8vw, 112px);
  padding-bottom: clamp(68px, 8vw, 92px);
  background:
    linear-gradient(90deg, rgba(7, 4, 3, 0.93) 0%, rgba(16, 8, 4, 0.78) 44%, rgba(7, 4, 3, 0.58) 100%),
    radial-gradient(circle at 78% 18%, rgba(232, 88, 10, 0.16), transparent 30%),
    radial-gradient(circle at 18% 62%, rgba(255, 176, 111, 0.1), transparent 30%),
    url('../images/Landing.png') 68% 38% / cover no-repeat;
}

body.ct-page .ct-hero::before {
  background: linear-gradient(to top, rgba(7, 4, 3, 0.84) 0%, rgba(7, 4, 3, 0.26) 48%, transparent 76%);
}

body.ct-page .ct-hero-left {
  max-width: 660px;
}

body.ct-page .ct-hero-heading {
  font-size: clamp(2.25rem, 4.55vw, 3.85rem);
}

body.ct-page .ct-hero-desc {
  max-width: 50ch;
  margin-bottom: 18px;
}

body.ct-page .ct-hero-actions {
  margin-bottom: 18px;
}

body.ct-page .ct-hero-highlights {
  gap: clamp(16px, 3vw, 32px);
}

body.ct-page .ct-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 2.4vw, 24px);
  z-index: 4;
  display: flex;
  width: auto;
  height: auto;
  min-width: 44px;
  min-height: 44px;
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 12px 2px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.25s, color 0.25s;
}

body.ct-page.ct-hero-ready .ct-hero-scroll {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.ct-page .ct-hero-scroll:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.ct-page .ct-hero-scroll-mouse {
  position: relative;
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(232, 88, 10, 0.15), 0 8px 24px rgba(0, 0, 0, 0.25);
}

body.ct-page .ct-hero-scroll-mouse::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

body.ct-page .ct-hero-scroll-wheel {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 3px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--ct-or), var(--ct-or3));
  transform: translateX(-50%);
  animation: ctHeroWheel 1.85s ease-in-out infinite;
}

body.ct-page .ct-hero-scroll-lbl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55em;
  row-gap: 0;
  max-width: min(90vw, 280px);
  margin: 0;
  color: inherit;
  font-family: var(--ct-font-display);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}

body.ct-page .ct-hero-scroll-lbl span:last-child {
  color: var(--ct-or3);
}

@keyframes ctHeroWheel {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
  50% { transform: translateX(-50%) translateY(12px); opacity: 0.22; }
}

@media (max-width: 680px) {
  body.ct-page .ct-main-row {
    margin-top: 18px;
  }

  body.ct-page .ct-hero {
    min-height: auto;
    padding-top: 82px;
    padding-bottom: 86px;
  }

  body.ct-page .ct-hero-heading {
    font-size: clamp(1.75rem, 9.2vw, 2.45rem);
  }

  body.ct-page .ct-hero-desc {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ct-page .ct-hero-scroll-wheel {
    animation: none;
    opacity: 0.85;
  }

  body.ct-page .ct-hero-scroll {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition: background 0.25s, color 0.25s;
  }
}

/* Eye-catching hero highlights */
body.ct-page .ct-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: clamp(18px, 4vw, 42px);
  max-width: 920px;
}

body.ct-page .ct-hero-highlight {
  position: relative;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-height: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}

body.ct-page .ct-hero-highlight::before {
  display: none;
}

body.ct-page .ct-hero-highlight:hover {
  transform: translateY(-2px);
}

body.ct-page .ct-hero-highlight-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 176, 111, 0.32), transparent 45%),
    linear-gradient(145deg, rgba(232, 88, 10, 0.28), rgba(232, 88, 10, 0.12));
  color: #ffb06f;
  box-shadow: 0 8px 22px rgba(232, 88, 10, 0.22);
}

body.ct-page .ct-hero-highlight-icon svg {
  width: 20px;
  height: 20px;
}

body.ct-page .ct-hero-highlight div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.ct-page .ct-hero-highlight strong {
  color: #fff7ef;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

body.ct-page .ct-hero-highlight p {
  color: rgba(255, 218, 184, 0.78);
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  body.ct-page .ct-hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }

  body.ct-page .ct-hero-highlight {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
  }

  body.ct-page .ct-hero-highlight-icon {
    width: 34px;
    height: 34px;
  }

  body.ct-page .ct-hero-highlight-icon svg {
    width: 16px;
    height: 16px;
  }

  body.ct-page .ct-hero-highlight strong {
    font-size: 0.68rem;
  }

  body.ct-page .ct-hero-highlight p {
    font-size: 0.56rem;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
  }

  body.ct-page .ct-hero-highlight {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px;
    min-height: auto;
    padding: 0;
    border-radius: 0;
  }

  body.ct-page .ct-hero-highlight-icon {
    width: 26px;
    height: 26px;
  }

  body.ct-page .ct-hero-highlight-icon svg {
    width: 13px;
    height: 13px;
  }

  body.ct-page .ct-hero-highlight strong {
    font-size: 0.52rem;
    line-height: 1.15;
  }

  body.ct-page .ct-hero-highlight p {
    font-size: 0.45rem;
    line-height: 1.25;
  }
}

/* Home-page color harmony */
body.ct-page {
  --ct-bg: #140904;
  --ct-bg2: #1d0e06;
  --ct-panel: #2a150a;
  background:
    radial-gradient(ellipse 80% 45% at 50% -10%, rgba(232, 88, 10, 0.13), transparent 62%),
    linear-gradient(180deg, #1a0c05 0%, #140904 42%, #100703 100%);
}

body.ct-page .ct-hero {
  background: #140904;
}

body.ct-page .ct-hero-bg {
  position: absolute;
  inset: -8% 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20, 9, 4, 0.98) 0%, rgba(24, 11, 5, 0.91) 48%, rgba(31, 14, 7, 0.76) 100%),
    radial-gradient(circle at 78% 18%, rgba(232, 88, 10, 0.11), transparent 32%),
    radial-gradient(circle at 18% 62%, rgba(255, 176, 111, 0.08), transparent 30%),
    url('../images/Landing.png') 68% 38% / cover no-repeat;
  transform: translate3d(0, 0, 0) scale(1.08);
  transform-origin: center top;
  will-change: transform;
}

body.ct-page .ct-hero::before {
  background: linear-gradient(to top, #140904 0%, rgba(20, 9, 4, 0.42) 48%, rgba(20, 9, 4, 0.08) 76%);
}

body.ct-page .ct-section {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 176, 111, 0.09), transparent 60%),
    linear-gradient(180deg, #140904 0%, #190b05 100%);
}

body.ct-page .ct-main-row {
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 88, 10, 0.16), transparent 34%),
    linear-gradient(165deg, rgba(255, 244, 230, 0.12) 0%, rgba(54, 28, 14, 0.74) 38%, rgba(28, 13, 6, 0.96) 100%);
}

body.ct-page .ct-cta-strip {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(232, 88, 10, 0.12), transparent 62%),
    linear-gradient(180deg, #190b05 0%, #140904 100%);
}

body.ct-page .ct-cta-inner {
  background:
    linear-gradient(145deg, rgba(255, 244, 230, 0.115), rgba(255, 244, 230, 0.045)),
    linear-gradient(100deg, rgba(18, 8, 3, 0.95) 0%, rgba(18, 8, 3, 0.82) 48%, rgba(18, 8, 3, 0.52) 100%);
}

body.ct-page .ct-footer {
  background: linear-gradient(180deg, #1a0c05 0%, #100703 100%);
  border-top-color: rgba(255, 176, 111, 0.14);
}

/* Compact message box */
body.ct-page .ct-main-row {
  max-width: 1040px;
  margin-left: 0;
  margin-right: auto;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 0.94fr);
  border-radius: 22px;
}

body.ct-page .ct-aside {
  padding: clamp(24px, 3vw, 34px);
}

body.ct-page .ct-msg-col {
  padding: clamp(24px, 3.6vw, 40px);
}

body.ct-page .ct-side-title,
body.ct-page .ct-msg-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.35rem, 2.05vw, 1.75rem);
}

body.ct-page .ct-title-accent {
  color: var(--ct-or3);
}

body.ct-page .ct-msg-desc {
  max-width: 48ch;
  margin-bottom: 18px;
  font-size: 0.78rem;
  line-height: 1.6;
}

body.ct-page .ct-side-contact-grid,
body.ct-page .ct-inline-form,
body.ct-page .ct-form-grid {
  gap: 11px;
}

body.ct-page .ct-side-contact-item {
  grid-template-columns: 34px 1fr;
  gap: 11px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon {
  width: 34px;
  height: 34px;
}

body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
  width: 15px;
  height: 15px;
}

body.ct-page .ct-side-contact-item h2 {
  font-size: 0.72rem;
}

body.ct-page .ct-side-contact-item p {
  font-size: 0.76rem;
}

body.ct-page .ct-side-contact-item div > a,
body.ct-page .ct-side-contact-item small,
body.ct-page .ctf-note {
  font-size: 0.68rem;
}

body.ct-page .ct-inline-form input,
body.ct-page .ct-inline-form textarea {
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 11px;
  font-size: 0.76rem;
}

body.ct-page .ct-inline-form textarea {
  min-height: 120px;
}

body.ct-page .ctf-submit {
  min-width: 170px;
  min-height: 46px;
  border-radius: 11px;
  font-size: 0.64rem;
}

@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: 1fr;
    max-width: 880px;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-main-row {
    max-width: 100%;
    border-radius: 18px;
  }

  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 20px 16px;
  }

  body.ct-page .ct-side-title,
  body.ct-page .ct-msg-title {
    font-size: clamp(1.18rem, 5vw, 1.42rem);
  }

  body.ct-page .ct-msg-desc {
    font-size: 0.72rem;
  }
}

/* Keep contact message box desktop-like on tablet and mobile */
@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(220px, 0.56fr) minmax(0, 0.94fr);
    max-width: 1040px;
  }

  body.ct-page .ct-aside {
    border-right: 1px dashed rgba(255, 176, 111, 0.2);
    border-bottom: 0;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ct-page .ct-submit-row {
    flex-direction: row;
    align-items: center;
  }

  body.ct-page .ctf-submit,
  body.ct-page .ctf-note {
    width: auto;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(122px, 0.58fr) minmax(0, 1fr);
    border-radius: 14px;
  }

  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 14px 10px;
  }

  body.ct-page .ct-aside {
    border-right: 1px dashed rgba(255, 176, 111, 0.2);
    border-bottom: 0;
  }

  body.ct-page .ct-side-title,
  body.ct-page .ct-msg-title {
    margin-bottom: 9px;
    font-size: clamp(0.98rem, 4.3vw, 1.2rem);
  }

  body.ct-page .ct-side-contact-grid,
  body.ct-page .ct-inline-form,
  body.ct-page .ct-form-grid {
    gap: 7px;
  }

  body.ct-page .ct-side-contact-item {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 7px;
  }

  body.ct-page .ct-side-contact .ct-hero-contact-icon {
    width: 22px;
    height: 22px;
  }

  body.ct-page .ct-side-contact .ct-hero-contact-icon svg {
    width: 11px;
    height: 11px;
  }

  body.ct-page .ct-side-contact-item h2 {
    margin-bottom: 2px;
    font-size: 0.52rem;
  }

  body.ct-page .ct-side-contact-item p {
    font-size: 0.52rem;
    line-height: 1.32;
  }

  body.ct-page .ct-side-contact-item div > a,
  body.ct-page .ct-side-contact-item small {
    margin-top: 2px;
    font-size: 0.48rem;
  }

  body.ct-page .ct-aside-soc {
    display: block;
    padding-top: 12px;
  }

  body.ct-page .ct-aside-soc-lbl {
    margin-bottom: 7px;
    font-size: 0.58rem;
  }

  body.ct-page .ct-soc-row {
    gap: 6px;
  }

  body.ct-page .ct-soc-row .fts {
    width: 26px;
    height: 26px;
  }

  body.ct-page .ct-msg-desc {
    margin-bottom: 10px;
    font-size: 0.54rem;
    line-height: 1.45;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ct-page .ct-inline-form input,
  body.ct-page .ct-inline-form textarea {
    min-height: 32px;
    padding: 8px 8px;
    border-radius: 6px;
    font-size: 0.52rem;
  }

  body.ct-page .ct-inline-form textarea {
    min-height: 78px;
  }

  body.ct-page .ct-submit-row {
    flex-direction: row;
    align-items: center;
    gap: 7px;
  }

  body.ct-page .ctf-submit {
    width: auto;
    min-width: 104px;
    min-height: 34px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  body.ct-page .ctf-note {
    width: auto;
    font-size: 0.48rem;
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(112px, 0.56fr) minmax(0, 1fr);
  }

  body.ct-page .ct-aside,
  body.ct-page .ct-msg-col {
    padding: 12px 8px;
  }

  body.ct-page .ct-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Contact FAQ */
body.ct-page .ct-faq-section {
  position: relative;
  padding: clamp(38px, 5vw, 68px) 0 clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 88, 10, 0.12), transparent 30%),
    linear-gradient(180deg, #070403 0%, #120804 100%);
  overflow: hidden;
}

body.ct-page .ct-faq-section::before {
  content: '';
  position: absolute;
  top: 18px;
  left: clamp(28px, 4vw, 58px);
  width: min(220px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, var(--ct-or), rgba(255, 176, 111, 0.5), transparent);
  box-shadow: 0 0 22px rgba(232, 88, 10, 0.24);
}

body.ct-page .ct-faq-head,
body.ct-page .ct-faq-grid {
  max-width: 1240px;
  margin-left: 0;
  margin-right: auto;
}

body.ct-page .ct-faq-head {
  max-width: 680px;
  margin-bottom: clamp(18px, 3vw, 30px);
}

body.ct-page .ct-faq-title {
  margin: 6px 0 8px;
  font-family: var(--ct-font-serif);
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

body.ct-page .ct-faq-title em {
  color: var(--ct-or3);
  font-style: italic;
}

body.ct-page .ct-faq-desc {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.6;
}

body.ct-page .ct-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 16px);
}

body.ct-page .ct-faq-card {
  position: relative;
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(255, 244, 230, 0.12);
  border-radius: 15px;
  background: linear-gradient(160deg, rgba(255, 244, 230, 0.105) 0%, rgba(28, 13, 6, 0.92) 48%, rgba(11, 5, 2, 0.98) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

body.ct-page .ct-faq-card::after {
  content: '';
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 88, 10, 0.18), transparent 68%);
  pointer-events: none;
}

body.ct-page .ct-faq-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 176, 111, 0.22);
  border-radius: 50%;
  color: var(--ct-or3);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.ct-page .ct-faq-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.35;
}

body.ct-page .ct-faq-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.58;
}

@media (max-width: 1100px) {
  body.ct-page .ct-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-faq-section {
    padding: 32px 0 24px;
  }

  body.ct-page .ct-faq-section::before {
    left: 12px;
    width: min(160px, 58vw);
  }

  body.ct-page .ct-faq-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.ct-page .ct-faq-card {
    min-height: 0;
    padding: 15px;
    border-radius: 12px;
  }

  body.ct-page .ct-faq-num {
    width: 30px;
    height: 30px;
    margin-bottom: 14px;
    font-size: 0.6rem;
  }
}

/* Place contact FAQ as the right-side panel of the message section */
body.ct-page .ct-main-row {
  grid-template-columns: minmax(230px, 0.48fr) minmax(360px, 0.92fr) minmax(250px, 0.62fr);
  max-width: 1240px;
}

body.ct-page .ct-msg-col {
  border-right: 1px dashed rgba(255, 120, 58, 0.18);
}

body.ct-page .ct-faq-side {
  margin-top: 0;
  padding: 30px 28px;
  border-top: 0;
  border-left: 0;
  background: linear-gradient(160deg, rgba(255, 244, 230, 0.035), rgba(11, 5, 2, 0.08));
}

body.ct-page .ct-faq-side .ct-msg-faq-head {
  display: block;
  margin-bottom: 14px;
}

body.ct-page .ct-faq-side .ct-msg-faq-head h3 {
  margin-top: 5px;
  text-align: left;
}

@media (max-width: 1100px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  }

  body.ct-page .ct-msg-col,
  body.ct-page .ct-faq-side {
    grid-column: 2;
  }

  body.ct-page .ct-msg-col {
    border-right: 0;
  }

  body.ct-page .ct-faq-side {
    padding: 0 24px 26px;
    background: transparent;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-main-row {
    grid-template-columns: minmax(112px, 0.48fr) minmax(0, 1fr);
  }

  body.ct-page .ct-faq-side {
    padding: 0 12px 16px;
  }

  body.ct-page .ct-faq-side .ct-msg-faq-head p {
    font-size: 0.5rem;
  }

  body.ct-page .ct-faq-side .ct-msg-faq-head h3 {
    font-size: 1rem;
  }
}

/* Redesigned contact CTA */
body.ct-page .ct-cta-strip {
  padding: clamp(12px, 2vw, 22px) 0 clamp(14px, 2.4vw, 28px);
  background:
    radial-gradient(circle at 72% 30%, rgba(232, 88, 10, 0.16), transparent 34%),
    linear-gradient(180deg, #120804 0%, #070403 100%);
}

body.ct-page .ct-cta-strip::before,
body.ct-page .ct-cta-strip::after {
  display: none;
}

body.ct-page .ct-cta-inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 1140px;
  min-height: 145px;
  margin-left: 0;
  margin-right: auto;
  padding: clamp(10px, 1.8vw, 18px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.ct-page .ct-cta-inner::before {
  content: '';
  position: absolute;
  right: clamp(18px, 4vw, 52px);
  top: 50%;
  width: clamp(130px, 18vw, 220px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 176, 111, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 42%, rgba(232, 88, 10, 0.18) 43% 47%, transparent 48%),
    radial-gradient(circle, rgba(255, 176, 111, 0.09), transparent 64%);
  opacity: 0.9;
  z-index: -1;
}

body.ct-page .ct-cta-inner::after {
  display: none;
}

body.ct-page .ct-cta-copy {
  position: relative;
  z-index: 1;
}

body.ct-page .ct-cta-copy .ct-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 5px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 176, 111, 0.22);
  border-radius: 999px;
  background: rgba(232, 88, 10, 0.12);
  color: var(--ct-or3) !important;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.ct-page .ct-cta-copy .ct-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ct-or3);
  box-shadow: 0 0 16px rgba(255, 154, 92, 0.65);
}

body.ct-page .ct-cta-title {
  max-width: 10ch;
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

body.ct-page .ct-cta-title em {
  color: var(--ct-or3);
}

body.ct-page .ct-cta-desc {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(0.68rem, 0.95vw, 0.78rem);
  line-height: 1.45;
}

body.ct-page .ct-cta-btns {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: min(430px, 42vw);
  gap: 10px;
  justify-content: stretch;
}

body.ct-page .ct-cta-btns .ct-btn-primary,
body.ct-page .ct-cta-btns .ct-btn-ghost {
  width: auto;
  flex: 1 1 0;
  min-height: 38px;
  padding: 10px 16px;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
}

body.ct-page .ct-cta-btns .ct-btn-primary {
  box-shadow: 0 18px 34px rgba(232, 88, 10, 0.28);
}

body.ct-page .ct-cta-btns .ct-btn-ghost {
  background: rgba(255, 255, 255, 0.035);
}

@media (max-width: 900px) {
  body.ct-page .ct-cta-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.ct-page .ct-cta-title {
    max-width: 12ch;
  }

  body.ct-page .ct-cta-btns {
    min-width: 0;
    width: min(100%, 460px);
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (max-width: 560px) {
  body.ct-page .ct-cta-strip {
    padding: 12px 0 18px;
  }

  body.ct-page .ct-cta-inner {
    padding: 12px 10px;
    gap: 12px;
  }

  body.ct-page .ct-cta-inner::after {
    display: none;
  }

  body.ct-page .ct-cta-title {
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  body.ct-page .ct-cta-btns {
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
  }

  body.ct-page .ct-cta-btns .ct-btn-primary,
  body.ct-page .ct-cta-btns .ct-btn-ghost {
    min-width: 0;
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.58rem;
  }
}

/* Animated bubble glow for contact CTA */
body.ct-page .ct-cta-strip {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 154, 92, 0.2), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(232, 88, 10, 0.16), transparent 34%),
    linear-gradient(135deg, #1d0c05 0%, #100603 48%, #050202 100%);
}

body.ct-page .ct-cta-strip .ct-cta-bg,
body.ct-page .ct-cta-strip .ct-cta-ov {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.ct-page .ct-cta-strip .ct-cta-bg {
  background:
    radial-gradient(circle at 12% 78%, rgba(255, 176, 111, 0.2) 0 18px, transparent 19px),
    radial-gradient(circle at 34% 22%, rgba(232, 88, 10, 0.16) 0 26px, transparent 27px),
    radial-gradient(circle at 72% 70%, rgba(255, 154, 92, 0.18) 0 22px, transparent 23px),
    radial-gradient(circle at 90% 34%, rgba(255, 244, 230, 0.12) 0 15px, transparent 16px);
  filter: blur(1px);
  opacity: 0.8;
  animation: ct-bubbles-float 8s ease-in-out infinite alternate;
}

body.ct-page .ct-cta-strip .ct-cta-ov {
  background:
    radial-gradient(circle at 22% 38%, rgba(255, 244, 230, 0.12) 0 10px, transparent 11px),
    radial-gradient(circle at 58% 18%, rgba(255, 154, 92, 0.14) 0 14px, transparent 15px),
    radial-gradient(circle at 80% 84%, rgba(232, 88, 10, 0.13) 0 20px, transparent 21px);
  opacity: 0.72;
  animation: ct-bubbles-drift 11s ease-in-out infinite alternate;
}

@keyframes ct-bubbles-float {
  from {
    transform: translate3d(0, 10px, 0) scale(1);
  }
  to {
    transform: translate3d(18px, -16px, 0) scale(1.05);
  }
}

@keyframes ct-bubbles-drift {
  from {
    transform: translate3d(12px, -8px, 0) scale(1.04);
  }
  to {
    transform: translate3d(-18px, 14px, 0) scale(0.98);
  }
}

body.ct-page .ct-cta-copy,
body.ct-page .ct-cta-btns {
  z-index: 1;
}

/* Darker orange accent text for contact CTA */
body.ct-page .ct-cta-copy .ct-eyebrow,
body.ct-page .ct-cta-title em {
  color: var(--ct-or) !important;
}

body.ct-page .ct-cta-copy .ct-eyebrow::before {
  background: var(--ct-or);
  box-shadow: 0 0 16px rgba(232, 88, 10, 0.58);
}

/* Darker orange accents in contact message section */
body.ct-page .ct-title-accent,
body.ct-page .ct-msg-faq-head p,
body.ct-page .ct-msg-faq-head h3 em,
body.ct-page .ct-msg-faq summary::after {
  color: var(--ct-or) !important;
}

/* Menu-style landing hero entrance */
body.ct-page .ct-hero-bg,
body.ct-page .ct-hero-kicker,
body.ct-page .ct-hero-heading,
body.ct-page .ct-hero-desc,
body.ct-page .ct-hero-actions,
body.ct-page .ct-hero-highlight,
body.ct-page .ct-hero-scroll {
  opacity: 0;
}

body.ct-page .ct-hero-kicker,
body.ct-page .ct-hero-heading,
body.ct-page .ct-hero-desc,
body.ct-page .ct-hero-actions,
body.ct-page .ct-hero-highlight {
  transform: translateY(18px);
}

body.ct-page .ct-hero-highlight-icon {
  transform: scale(0.86);
}

body.ct-page.ct-hero-ready .ct-hero-bg {
  animation: ctMenuHeroBgIn 1.8s ease-out forwards;
}

body.ct-page.ct-hero-ready .ct-hero-kicker {
  animation: ctMenuHeroItemIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.58s forwards;
}

body.ct-page.ct-hero-ready .ct-hero-heading {
  animation: ctMenuHeroItemIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.72s forwards;
}

body.ct-page.ct-hero-ready .ct-hero-desc {
  animation: ctMenuHeroItemIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

body.ct-page.ct-hero-ready .ct-hero-actions {
  animation: ctMenuHeroItemIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) 1.04s forwards;
}

body.ct-page.ct-hero-ready .ct-hero-highlight {
  animation: ctMenuHeroItemIn 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(1) {
  animation-delay: 1.16s;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(2) {
  animation-delay: 1.28s;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(3) {
  animation-delay: 1.4s;
}

body.ct-page.ct-hero-ready .ct-hero-highlight-icon {
  animation: ctMenuHeroIconIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards, ctMenuHeroIconGlow 3.2s ease-in-out infinite;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(1) .ct-hero-highlight-icon {
  animation-delay: 1.16s, 2.1s;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(2) .ct-hero-highlight-icon {
  animation-delay: 1.28s, 2.28s;
}

body.ct-page.ct-hero-ready .ct-hero-highlight:nth-child(3) .ct-hero-highlight-icon {
  animation-delay: 1.4s, 2.46s;
}

body.ct-page.ct-hero-ready .ct-hero-scroll {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  animation: ctMenuHeroScrollIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) 1.52s forwards;
}

@keyframes ctMenuHeroBgIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.14);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.08);
  }
}

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

@keyframes ctMenuHeroScrollIn {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes ctMenuHeroIconIn {
  to {
    transform: scale(1);
  }
}

@keyframes ctMenuHeroIconGlow {
  0%, 100% {
    border-color: rgba(232, 88, 10, 0.38);
    box-shadow: 0 0 0 0 rgba(232, 88, 10, 0);
  }
  50% {
    border-color: rgba(255, 123, 53, 0.72);
    box-shadow: 0 0 14px rgba(232, 88, 10, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ct-page .ct-hero-bg,
  body.ct-page .ct-hero-kicker,
  body.ct-page .ct-hero-heading,
  body.ct-page .ct-hero-desc,
  body.ct-page .ct-hero-actions,
  body.ct-page .ct-hero-highlight,
  body.ct-page .ct-hero-scroll {
    opacity: 1;
    animation: none !important;
  }

  body.ct-page .ct-hero-kicker,
  body.ct-page .ct-hero-heading,
  body.ct-page .ct-hero-desc,
  body.ct-page .ct-hero-actions,
  body.ct-page .ct-hero-highlight,
  body.ct-page .ct-hero-highlight-icon {
    transform: none;
    animation: none !important;
  }
}

/* Keep the Contact footer as a 2x2 grid on tablet and mobile */
@media (max-width: 1100px) {
  body.ct-page .ct-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 34px) clamp(16px, 4vw, 28px);
  }

  body.ct-page .ct-footer-grid > :last-child:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body.ct-page .ct-footer > .ct-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.ct-page .ct-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
    align-items: start;
  }

  body.ct-page .ct-footer-grid > :last-child:nth-child(3) {
    grid-column: 1 / -1;
  }

  body.ct-page .ct-footer-logo-row {
    gap: 10px;
  }

  body.ct-page .ct-footer-logo-row img {
    width: 38px;
    height: 38px;
  }

  body.ct-page .ct-footer-wordmark {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  body.ct-page .ct-footer-brand p,
  body.ct-page .ct-fnews-desc,
  body.ct-page .ct-freserve-desc,
  body.ct-page .ct-faddr,
  body.ct-page .ct-fval,
  body.ct-page .ct-ful a {
    font-size: 0.72rem;
    line-height: 1.55;
  }

  body.ct-page .ct-fh {
    margin-bottom: 10px;
    font-size: 0.54rem;
    letter-spacing: 0.14em;
  }

  body.ct-page .ct-fnews-form {
    min-width: 0;
  }

  body.ct-page .ct-fnews-form input {
    min-width: 0;
    padding-left: 10px;
    font-size: 0.72rem;
  }

  body.ct-page .ct-fnews-form button {
    width: 38px;
    flex: 0 0 38px;
  }

}

/* Home-page nav treatment for Contact */
body.ct-page #navBar {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 16px;
  padding: 22px var(--nav-pad-x);
  padding-top: max(22px, calc(env(safe-area-inset-top) + 12px));
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

body.ct-page #navBar::before,
body.ct-page #navBar::after {
  display: none;
}

body.ct-page #navBar.scrolled {
  padding: 14px var(--nav-pad-x);
  padding-top: max(14px, calc(env(safe-area-inset-top) + 8px));
  background: rgba(20, 9, 4, 0.92);
  border-bottom: 1px solid rgba(255, 176, 111, 0.16);
  box-shadow: none;
}

body.ct-page #navBar .nav-logo {
  gap: 12px;
  margin-right: auto;
  max-width: none;
}

body.ct-page #navBar .nav-logo-img {
  height: 46px;
  max-height: 46px;
  max-width: none;
}

body.ct-page #navBar .logo-downtown {
  color: var(--ct-or);
}

body.ct-page #navBar .nav-links {
  justify-self: auto;
  gap: 32px;
}

body.ct-page #navBar .nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 4px;
  color: #fff;
  letter-spacing: 2.5px;
}

body.ct-page #navBar .nav-links a::after {
  left: 0;
  bottom: -3px;
  height: 1px;
  transform: none;
}

body.ct-page #navBar .nav-links a:hover::after,
body.ct-page #navBar .nav-links a:focus-visible::after,
body.ct-page #navBar .nav-links a.active::after {
  width: 100%;
}

body.ct-page .lang-switch-toggle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(232, 88, 10, 0.35);
  background: rgba(232, 88, 10, 0.08);
  color: var(--ct-or);
}

body.ct-page #navBar .nav-cta {
  min-height: 44px;
  min-width: 44px;
  padding: 10px 22px !important;
  border-radius: 4px;
  background: var(--ct-or) !important;
  box-shadow: 0 4px 20px rgba(232, 88, 10, 0.35) !important;
}

body.ct-page #navBar .ham {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

body.ct-page .mob-menu {
  right: -100%;
  transform: none;
  width: min(265px, 86vw);
  padding: 72px 30px 40px;
  gap: 4px;
  background: var(--ct-panel);
  transition: right 0.4s ease;
}

body.ct-page .mob-menu.on {
  right: 0;
  transform: none;
}

body.ct-page .mob-menu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 14px 4px;
  color: rgba(255, 248, 242, 0.88);
  font-size: 1.1rem;
  letter-spacing: normal;
  text-transform: none;
}

body.ct-page .mob-menu .mob-cta {
  justify-content: center;
  margin-top: 12px;
  padding: 13px 18px;
  border-bottom: 0;
  border-radius: 4px;
  background: var(--ct-or);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-shadow: 0 8px 26px rgba(232, 88, 10, 0.36);
}

body.ct-page .mob-menu .lang-switch {
  display: none !important;
  margin-top: 16px;
  padding-top: 14px;
}

@media (max-width: 1199px) {
  body.ct-page #navBar {
    grid-template-columns: none;
    padding: 22px var(--nav-pad-x);
    padding-top: max(22px, calc(env(safe-area-inset-top) + 12px));
  }

  body.ct-page #navBar.scrolled {
    padding: 14px var(--nav-pad-x);
    padding-top: max(14px, calc(env(safe-area-inset-top) + 8px));
  }

  body.ct-page #navBar .nav-links {
    display: none;
  }

  body.ct-page #navBar .nav-links:has(.lang-switch) {
    display: flex;
    margin-left: auto;
    gap: 10px;
  }

  body.ct-page #navBar .nav-links:has(.lang-switch) li:not(.lang-switch) {
    display: none;
  }

  body.ct-page #navBar .ham {
    display: flex;
  }
}

body.ct-page .ct-hero-highlight strong,
body.ct-page .ct-hero-highlight p {
  color: #fff;
}

/* Consistent Ramen DownTown wordmark */
body.ct-page #loader .ld-logo .nav-logo-wordmark,
body.rs-page .page-loader .ld-logo .nav-logo-wordmark,
body.ct-page #navBar .nav-logo-wordmark,
body.rs-page #navBar .nav-logo-wordmark {
  text-transform: uppercase;
}

body.ct-page #loader .ld-logo .logo-ramen,
body.rs-page .page-loader .ld-logo .logo-ramen,
body.ct-page #navBar .logo-ramen,
body.rs-page #navBar .logo-ramen {
  color: #fff;
  font-family: var(--ct-font-display, 'Outfit', system-ui, sans-serif);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(232, 88, 10, 0.16), 0 0 18px rgba(255, 255, 255, 0.12);
}

body.ct-page #loader .ld-logo .logo-downtown,
body.rs-page .page-loader .ld-logo .logo-downtown,
body.ct-page #navBar .logo-downtown,
body.rs-page #navBar .logo-downtown {
  color: var(--ct-or);
  font-family: var(--ct-font-display, 'Outfit', system-ui, sans-serif);
  font-size: 1.05em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(232, 88, 10, 0.34);
}

body.ct-page .logo-down,
body.rs-page .logo-down,
body.ct-page .brand-down,
body.rs-page .brand-down {
  color: #fff;
}

body.ct-page .logo-town,
body.rs-page .logo-town,
body.ct-page .brand-town,
body.rs-page .brand-town,
body.ct-page .brand-downtown,
body.rs-page .brand-downtown {
  color: var(--ct-or);
  text-shadow: 0 0 18px rgba(232, 88, 10, 0.34);
}

body.ct-page .ct-footer-wordmark,
body.rs-page .ct-footer-wordmark,
body.ct-page .ct-footer .ft-logo {
  color: #fff !important;
  font-family: var(--ct-font-display, 'Outfit', system-ui, sans-serif) !important;
  font-style: normal;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
}

body.ct-page .ct-footer-wordmark .brand-ramen,
body.rs-page .ct-footer-wordmark .brand-ramen,
body.ct-page .ct-footer .ft-logo .brand-ramen {
  color: #fff;
  font-family: var(--ct-font-display, 'Outfit', system-ui, sans-serif);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}