/*
Theme Name: Tripetite Landing Theme
Theme URI: https://tripetite.com/
Author: Tripetite
Description: Custom lightweight WordPress theme for the Tripetite prelaunch website, Manchester launch, vendor, about and contact pages.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: tripetite
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700;900&display=swap');

html, body { margin: 0; padding: 0; background: hsl(38 46% 95%); overflow-x: hidden; }
.tp-app,
.tp-app * { box-sizing: border-box; }
.tp-app {
  --background: 38 46% 95%;
  --foreground: 22 42% 14%;
  --brand: 199 58% 55%;
  --brand-foreground: 38 46% 97%;
  --sun: 199 58% 62%;
  --leaf: 24 58% 44%;
  --card: 36 60% 98%;
  --secondary: 199 45% 92%;
  --muted: 38 25% 90%;
  --border: 34 30% 84%;
  --radius: 1.25rem;
  min-height: 100vh;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: clip;
}
.tp-app a { color: inherit; text-decoration: none; }
.tp-app img { max-width: 100%; display: block; }
.tp-display { font-family: "Playfair Display", Georgia, serif; }
.tp-shell { width: min(100% - 40px, 1152px); margin-inline: auto; }
.tp-section { width: 100%; padding: 80px 0; }
.tp-section-tight { padding: 24px 0; }
.tp-section-bottom { padding: 0 0 80px; }

.tp-header {
  position: sticky; top: 0; z-index: 50;
  background: hsl(var(--background) / .82);
  border-bottom: 1px solid hsl(var(--border) / .7);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.tp-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.tp-logo-link { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.tp-logo { width: 40px; height: 40px; object-fit: contain; border-radius: 16px; box-shadow: 0 2px 10px hsl(var(--foreground) / .08); }
.tp-header-wordmark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: hsl(var(--foreground));
}
.tp-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.tp-nav a:not(.tp-social-icon):not(.tp-nav-cta) { color: hsl(var(--foreground) / .68); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.tp-nav a:not(.tp-social-icon):not(.tp-nav-cta):hover { color: hsl(var(--brand)); }
.tp-social-links { display: inline-flex; align-items: center; gap: 8px; }
.tp-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card) / .7);
  color: hsl(var(--foreground) / .72);
  transition: transform .16s ease, color .16s ease, background .16s ease, border-color .16s ease;
}
.tp-social-icon:hover {
  transform: translateY(-1px);
  color: hsl(var(--brand));
  background: hsl(var(--secondary));
  border-color: hsl(var(--brand) / .35);
}
.tp-social-icon svg { width: 18px; height: 18px; display: block; }
.tp-nav-cta { display: none; }
.tp-header-cta,
.tp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; white-space: nowrap;
  font-size: 14px; font-weight: 800; line-height: 1;
  border-radius: 999px; transition: transform .16s ease, filter .16s ease, background .16s ease, box-shadow .16s ease;
}
.tp-header-cta { background: hsl(var(--foreground)); color: hsl(var(--background)); padding: 12px 18px; box-shadow: 0 10px 24px hsl(var(--foreground) / .11); }
.tp-header-cta:hover { background: hsl(var(--brand)); }
.tp-btn:hover { filter: brightness(1.04); }
.tp-btn:active { transform: scale(.98); }
.tp-mobile-menu-btn { display: none; background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 999px; padding: 10px 14px; font-weight: 800; color: hsl(var(--foreground)); }

.tp-hero { padding: 58px 0 46px; }
.tp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) 360px; gap: 56px; align-items: center; }
.tp-hero-copy { position: relative; }
.tp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
  border: 1px solid hsl(var(--brand) / .18);
  box-shadow: 0 10px 26px hsl(var(--brand) / .08);
  font-size: 13px;
  font-weight: 900;
}
.tp-brand-lockup { display: flex; align-items: center; gap: 12px; }
.tp-brand-lockup img { width: 44px; height: 44px; border-radius: 16px; box-shadow: 0 8px 22px hsl(var(--foreground) / .08); }
.tp-brand-word { font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 5vw, 52px); line-height: 1; font-weight: 800; letter-spacing: -0.045em; }
.tp-tagline { margin: 10px 0 0; color: hsl(var(--brand)); font-weight: 900; font-size: 15px; }
.tp-h1 { font-family: "Playfair Display", Georgia, serif; margin: 22px 0 0; max-width: 720px; font-size: clamp(50px, 7.4vw, 76px); line-height: .99; letter-spacing: -0.055em; font-weight: 700; color: hsl(var(--foreground)); }
.tp-h1 span { color: hsl(var(--brand)); }
.tp-summary { margin: 24px 0 0; max-width: 560px; font-size: 17px; line-height: 1.72; color: hsl(var(--foreground) / .73); }
.tp-launch { margin: 12px 0 0; color: hsl(var(--leaf)); font-weight: 800; font-size: 14px; }
.tp-actions { margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.tp-btn-leaf { background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); padding: 16px 24px; box-shadow: 0 14px 32px hsl(var(--leaf) / .25); }
.tp-btn-outline { background: transparent; color: hsl(var(--foreground)); border: 1px solid hsl(var(--border)); padding: 15px 24px; }
.tp-btn-outline:hover { background: hsl(var(--secondary)); }
.tp-small-note { margin: 16px 0 0; color: hsl(var(--foreground) / .5); font-size: 12px; font-weight: 600; }
.tp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}
.tp-hero-trust span {
  border-radius: 999px;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--foreground) / .62);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
}
.tp-prelaunch-note { margin: 16px 0 0; max-width: 560px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 18px; padding: 12px 14px; color: hsl(var(--foreground) / .64); font-size: 12px; line-height: 1.6; }
.tp-phone-wrap { position: relative; width: 100%; max-width: 340px; margin-inline: auto; }
.tp-phone-glow { position: absolute; right: -16px; top: -16px; width: 96px; height: 96px; border-radius: 999px; background: hsl(var(--sun) / .3); filter: blur(22px); }
.tp-phone { position: relative; overflow: hidden; border: 8px solid hsl(var(--foreground)); border-radius: 36px; box-shadow: 0 26px 58px hsl(var(--foreground) / .22); animation: tpFloaty 6s ease-in-out infinite; background: hsl(var(--foreground)); }
.tp-phone img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.tp-stamp { position: absolute; right: 12px; top: 12px; width: 44px; height: 44px; border-radius: 999px; border: 2px dashed hsl(var(--brand-foreground) / .7); background: hsl(var(--foreground) / .85); color: hsl(var(--brand-foreground)); display: grid; place-items: center; text-align: center; font-family: "Playfair Display", Georgia, serif; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; line-height: 1; }
.tp-phone-caption { position: absolute; left: 12px; right: 12px; bottom: 12px; border-radius: 16px; padding: 12px; background: hsl(var(--background) / .9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.tp-phone-caption strong { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.tp-pin { color: hsl(var(--brand)); font-weight: 900; }
.tp-phone-caption p { margin: 5px 0 0; font-size: 11px; color: hsl(var(--foreground) / .6); }

.tp-marquee { overflow: hidden; border-top: 1px solid hsl(var(--border) / .6); border-bottom: 1px solid hsl(var(--border) / .6); background: hsl(var(--foreground)); color: hsl(var(--background)); padding: 12px 0; }
.tp-marquee-track { display: flex; gap: 24px; width: max-content; white-space: nowrap; animation: tpMarquee 32s linear infinite; }
.tp-marquee span { font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 600; }
.tp-marquee .dot { color: hsl(var(--sun)); }

.tp-section-intro { max-width: 576px; }
.tp-section-intro h2,
.tp-panel h2,
.tp-city-card h2,
.tp-form-card h2,
.tp-vendor h2,
.tp-after h2,
.tp-steps h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.035em; font-weight: 600; }
.tp-section-intro p { margin: 12px 0 0; color: hsl(var(--foreground) / .7); }
.tp-grid-3 { margin-top: 40px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tp-card { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 28px; padding: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.tp-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px hsl(var(--brand) / .055); }
.tp-icon-circle { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: hsl(var(--brand) / .1); color: hsl(var(--brand)); transition: background .22s ease, color .22s ease; }
.tp-card:hover .tp-icon-circle { background: hsl(var(--brand)); color: hsl(var(--brand-foreground)); }
.tp-card h3 { margin: 18px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 21px; line-height: 1.15; font-weight: 600; }
.tp-card p { margin: 9px 0 0; font-size: 14px; line-height: 1.7; color: hsl(var(--foreground) / .65); }
.tp-svg { width: 24px; height: 24px; display: block; }

.tp-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 40px; padding: 40px; }
.tp-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tp-photo-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 24px; }
.tp-photo-grid img:nth-child(2), .tp-photo-grid img:nth-child(4) { margin-top: 24px; }
.tp-kicker { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 800; color: hsl(var(--leaf)); background: hsl(var(--leaf) / .1); }
.tp-panel p, .tp-city-card p, .tp-vendor p { margin: 16px 0 0; line-height: 1.7; color: hsl(var(--foreground) / .7); }
.tp-check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.tp-check-list li { display: flex; gap: 12px; align-items: flex-start; }
.tp-check-dot { flex: 0 0 auto; width: 24px; height: 24px; margin-top: 2px; border-radius: 999px; display: grid; place-items: center; background: hsl(var(--brand) / .1); color: hsl(var(--brand)); font-weight: 900; font-size: 13px; }
.tp-check-list b { display: block; font-size: 14px; }
.tp-check-list span span { display: block; margin-top: 2px; font-size: 14px; line-height: 1.55; color: hsl(var(--foreground) / .65); }

.tp-city-card { max-width: 768px; margin-inline: auto; text-align: center; background: hsl(var(--secondary)); border-radius: 40px; padding: 48px; }
.tp-city-card .tp-kicker { color: hsl(var(--brand)); background: hsl(var(--brand) / .1); }
.tp-city-card h2 { margin-top: 16px; }

.tp-grid-4 { margin-top: 40px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tp-step, .tp-result { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 28px; padding: 24px; }
.tp-step-num { width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center; background: hsl(var(--brand)); color: hsl(var(--brand-foreground)); font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 800; }
.tp-step h3, .tp-result h3 { margin: 18px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 19px; line-height: 1.2; font-weight: 600; }
.tp-step p, .tp-result p { margin: 9px 0 0; font-size: 14px; line-height: 1.7; color: hsl(var(--foreground) / .65); }
.tp-result-icon { width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center; background: hsl(var(--leaf) / .1); color: hsl(var(--leaf)); }

.tp-form-band { padding: 80px 0 96px; }
.tp-form-card { max-width: 672px; margin-inline: auto; border-radius: 40px; background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); box-shadow: 0 26px 60px hsl(var(--leaf) / .25); padding: 40px; }
.tp-form-card-intro { text-align: center; }
.tp-form-card-intro p { margin: 12px auto 0; max-width: 448px; color: hsl(var(--brand-foreground) / .85); }
.tp-form { margin-top: 32px; display: grid; gap: 12px; border-radius: 28px; background: hsl(var(--background) / .95); color: hsl(var(--foreground)); padding: 24px; }
.tp-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tp-form input, .tp-form select, .tp-form textarea {
  width: 100%; border: 1px solid hsl(var(--border)); background: hsl(var(--background) / .7); color: hsl(var(--foreground));
  border-radius: 16px; padding: 13px 16px; font: inherit; font-size: 14px; outline: 0; transition: border .16s ease, box-shadow .16s ease;
}
.tp-form textarea { min-height: 82px; resize: vertical; }
.tp-form input:focus, .tp-form select:focus, .tp-form textarea:focus { border-color: hsl(var(--brand)); box-shadow: 0 0 0 3px hsl(var(--brand) / .22); }
.tp-form button { width: 100%; border-radius: 16px; padding: 15px 24px; background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); }
.tp-form small { display: block; text-align: center; font-size: 11px; line-height: 1.55; color: hsl(var(--foreground) / .5); }
.tp-form .tp-no-spam { margin: -2px 0 0; text-align: center; font-size: 12px; color: hsl(var(--foreground) / .6); font-weight: 700; }
.tp-form-message { display: none; padding: 14px; border-radius: 16px; background: hsl(var(--secondary)); color: hsl(var(--foreground)); font-size: 14px; text-align: center; }
.tp-form-message.is-visible { display: block; }
.tp-form-message.is-error { background: hsl(0 65% 48% / .1); color: hsl(0 65% 34%); }
.tp-success { display: none; margin-top: 32px; border-radius: 28px; background: hsl(var(--background) / .95); color: hsl(var(--foreground)); padding: 32px; text-align: center; }
.tp-success.is-visible { display: block; }
.tp-success-icon { margin-inline: auto; width: 56px; height: 56px; border-radius: 999px; display: grid; place-items: center; background: hsl(var(--leaf) / .15); color: hsl(var(--leaf)); font-size: 26px; font-weight: 900; }
.tp-success h3 { margin: 16px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 26px; }
.tp-success p { margin: 8px 0 0; font-size: 14px; color: hsl(var(--foreground) / .65); }

.tp-vendor { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 40px; padding: 40px; }
.tp-vendor .tp-kicker { color: hsl(var(--foreground)); background: hsl(var(--sun) / .15); }
.tp-vendor .tp-form { margin: 0; background: transparent; padding: 0; border-radius: 0; }
.tp-vendor .tp-form button { background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-vendor-success { display: none; min-height: 100%; border-radius: 28px; background: hsl(var(--secondary)); padding: 32px; text-align: center; place-items: center; }
.tp-vendor-success.is-visible { display: grid; }

.tp-footer { border-top: 1px solid hsl(var(--border) / .6); background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-footer-inner { padding: 48px 0; }
.tp-footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; }
.tp-footer .tp-logo { box-shadow: none; }
.tp-footer p { margin: 10px 0 0; max-width: 340px; color: hsl(var(--background) / .65); font-size: 14px; }
.tp-footer .tp-footer-tag { color: hsl(var(--background) / .82); font-weight: 700; }
.tp-footer nav { display: flex; flex-direction: column; gap: 8px; color: hsl(var(--background) / .7); font-size: 14px; }
.tp-footer nav a:hover { color: hsl(var(--sun)); }
.tp-footer-social { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.tp-footer .tp-social-icon { color: hsl(var(--background) / .76); background: hsl(var(--background) / .06); border-color: hsl(var(--background) / .14); }
.tp-footer .tp-social-icon:hover { color: hsl(var(--sun)); background: hsl(var(--background) / .1); border-color: hsl(var(--sun) / .35); }
.tp-copyright { margin-top: 40px; padding-top: 24px; border-top: 1px solid hsl(var(--background) / .15); color: hsl(var(--background) / .45); font-size: 12px; }

.tp-fade-up { opacity: 0; transform: translateY(24px); animation: tpFadeUp .55s ease-out forwards; }
.tp-delay-1 { animation-delay: .07s; } .tp-delay-2 { animation-delay: .14s; } .tp-delay-3 { animation-delay: .21s; } .tp-delay-4 { animation-delay: .28s; }

@keyframes tpFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes tpFloaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes tpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .tp-phone, .tp-marquee-track, .tp-fade-up { animation: none !important; opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .tp-shell { width: min(100% - 32px, 1152px); }
  .tp-nav { position: fixed; top: 76px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid hsl(var(--border)); border-radius: 22px; background: hsl(var(--card)); box-shadow: 0 18px 45px hsl(var(--foreground) / .12); }
  .tp-nav.is-open { display: flex; }
  .tp-nav a:not(.tp-social-icon) { padding: 13px 12px; border-radius: 14px; }
  .tp-nav a:not(.tp-social-icon):hover { background: hsl(var(--secondary)); }
  .tp-nav .tp-social-links { padding: 10px 12px 4px; gap: 10px; }
  .tp-nav .tp-social-icon { width: 40px; height: 40px; }
  .tp-nav .tp-social-icon svg { width: 20px; height: 20px; }
  .tp-nav-cta { display: inline-flex; margin-top: 8px; align-items: center; justify-content: center; background: hsl(var(--foreground)); color: hsl(var(--background)) !important; font-size: 14px; font-weight: 900; }
  .tp-mobile-menu-btn { display: inline-flex; }
  .tp-header-cta { display: none; }
  .tp-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .tp-grid-3, .tp-grid-4, .tp-panel, .tp-vendor { grid-template-columns: 1fr; }
  .tp-panel, .tp-vendor { padding: 24px; border-radius: 30px; }
  .tp-city-card, .tp-form-card { padding: 28px 20px; border-radius: 30px; }
  .tp-section { padding: 62px 0; }
  .tp-section-tight { padding: 20px 0; }
  .tp-form-band { padding: 62px 0; }
}
@media (max-width: 620px) {
  .tp-hero { padding-top: 34px; }
  .tp-header-wordmark { font-size: 24px; }
  .tp-logo { width: 38px; height: 38px; }
  .tp-brand-word { font-size: 38px; }
  .tp-brand-lockup img { width: 40px; height: 40px; }
  .tp-h1 { font-size: clamp(44px, 13vw, 54px); letter-spacing: -0.06em; }
  .tp-summary { font-size: 16px; }
  .tp-actions { align-items: stretch; }
  .tp-btn { width: 100%; }
  .tp-phone-wrap { max-width: 310px; }
  .tp-form-row { grid-template-columns: 1fr; }
  .tp-form { padding: 18px; }
  .tp-footer-grid { flex-direction: column; }
}

/* WordPress admin bar handling while logged in */
body.admin-bar .tp-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .tp-header { top: 46px; } }

/* Tripetite prelaunch refinements */
.tp-difference {
  display: inline-flex;
  max-width: 680px;
  margin: 18px 0 0;
  border: 1px solid hsl(var(--brand) / .24);
  border-radius: 24px;
  padding: 13px 16px;
  background: linear-gradient(135deg, hsl(var(--brand) / .10), hsl(var(--card)) 72%);
  color: hsl(var(--foreground) / .82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.tp-difference strong { color: hsl(var(--foreground)); }
.tp-form small a {
  color: hsl(var(--leaf));
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
}
.tp-form-card .tp-form small a {
  color: hsl(var(--leaf));
}
.tp-vendor-note {
  border-left: 3px solid hsl(var(--sun));
  padding-left: 14px;
  font-weight: 700;
}
.tp-privacy-page {
  min-height: 100vh;
  background: hsl(38 46% 95%);
  color: hsl(22 42% 14%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.tp-privacy-wrap {
  width: min(100% - 40px, 860px);
  margin-inline: auto;
  padding: 64px 0 90px;
}
.tp-privacy-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  margin-bottom: 42px;
}
.tp-privacy-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}
.tp-privacy-card {
  border: 1px solid hsl(34 30% 84%);
  border-radius: 34px;
  background: hsl(36 60% 98%);
  padding: clamp(26px, 5vw, 52px);
  box-shadow: 0 22px 55px hsl(22 42% 14% / .06);
}
.tp-privacy-card h1,
.tp-privacy-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
  line-height: 1.1;
}
.tp-privacy-card h1 {
  margin: 0 0 10px;
  font-size: clamp(38px, 7vw, 62px);
}
.tp-privacy-card h2 {
  margin: 34px 0 8px;
  font-size: clamp(24px, 4vw, 34px);
}
.tp-privacy-card p,
.tp-privacy-card li {
  color: hsl(22 42% 14% / .72);
  line-height: 1.75;
}
.tp-privacy-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}
.tp-privacy-card a {
  color: hsl(24 58% 44%);
  font-weight: 800;
}
.tp-privacy-social { display: flex; align-items: center; gap: 10px; margin-top: 26px; }
.tp-privacy-page .tp-social-icon { color: hsl(22 42% 14% / .72); background: hsl(199 45% 92%); border-color: hsl(34 30% 84%); }
.tp-privacy-page .tp-social-icon:hover { color: hsl(199 58% 55%); background: hsl(36 60% 98%); }
.tp-privacy-back {
  display: inline-flex;
  margin-top: 28px;
  border-radius: 999px;
  padding: 12px 18px;
  background: hsl(22 42% 14%);
  color: hsl(38 46% 97%) !important;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 620px) {
  .tp-difference { border-radius: 22px; }
  .tp-privacy-wrap { width: min(100% - 28px, 860px); padding-top: 36px; }
}

/* v1.4 multi-page layouts */
.tp-page-hero { padding: 70px 0 38px; position: relative; overflow: hidden; }
.tp-page-hero::before { content: ""; position: absolute; inset: -120px -80px auto auto; width: 360px; height: 360px; border-radius: 999px; background: hsl(var(--brand) / .12); filter: blur(10px); pointer-events: none; }
.tp-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .78fr); gap: 46px; align-items: center; position: relative; }
.tp-page-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 9px 14px; border-radius: 999px; background: hsl(var(--secondary)); color: hsl(var(--foreground)); border: 1px solid hsl(var(--brand) / .18); font-size: 13px; font-weight: 900; }
.tp-page-title { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(44px, 7vw, 70px); line-height: 1; letter-spacing: -0.055em; font-weight: 700; }
.tp-page-title span { color: hsl(var(--brand)); }
.tp-page-lede { margin: 22px 0 0; max-width: 650px; font-size: 17px; line-height: 1.75; color: hsl(var(--foreground) / .73); }
.tp-page-note { margin: 14px 0 0; max-width: 620px; font-weight: 800; color: hsl(var(--foreground)); }
.tp-page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.tp-media-stack { position: relative; min-height: 360px; }
.tp-media-card { position: absolute; overflow: hidden; border-radius: 32px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); box-shadow: 0 24px 54px hsl(var(--foreground) / .14); }
.tp-media-card img { width: 100%; height: 100%; object-fit: cover; }
.tp-media-card--main { inset: 0 48px 44px 0; }
.tp-media-card--small { right: 0; bottom: 0; width: 48%; aspect-ratio: 1 / 1; border: 8px solid hsl(var(--background)); }
.tp-media-label { position: absolute; left: 18px; bottom: 18px; right: 18px; border-radius: 18px; padding: 12px 14px; background: hsl(var(--background) / .9); backdrop-filter: blur(10px); font-size: 13px; font-weight: 800; }
.tp-stat-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.tp-stat { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 24px; padding: 18px; }
.tp-stat strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 27px; line-height: 1; color: hsl(var(--brand)); }
.tp-stat span { display: block; margin-top: 6px; font-size: 13px; color: hsl(var(--foreground) / .65); font-weight: 700; }
.tp-page-section { padding: 72px 0; }
.tp-page-section--tight { padding: 46px 0; }
.tp-page-section--tint { background: hsl(var(--secondary) / .55); border-block: 1px solid hsl(var(--border) / .55); }
.tp-page-grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: center; }
.tp-page-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tp-page-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tp-page-copy h2, .tp-page-section h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(34px, 4.6vw, 48px); line-height: 1.07; letter-spacing: -0.04em; font-weight: 650; }
.tp-page-copy p, .tp-page-section p { color: hsl(var(--foreground) / .7); line-height: 1.72; }
.tp-page-copy p:last-child { margin-bottom: 0; }
.tp-text-card { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 30px; padding: 28px; }
.tp-text-card h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 23px; line-height: 1.15; }
.tp-text-card p { margin: 10px 0 0; font-size: 14px; }
.tp-image-panel { overflow: hidden; border-radius: 36px; border: 1px solid hsl(var(--border)); background: hsl(var(--card)); box-shadow: 0 22px 48px hsl(var(--foreground) / .1); }
.tp-image-panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tp-image-panel__caption { padding: 18px 20px; font-size: 14px; font-weight: 800; color: hsl(var(--foreground) / .75); }
.tp-quote-card { padding: 34px; border-radius: 34px; background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-quote-card p { color: hsl(var(--background) / .8); }
.tp-quote-card strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 4vw, 40px); line-height: 1.12; letter-spacing: -0.03em; }
.tp-inline-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 11px; }
.tp-inline-list li { display: flex; gap: 10px; align-items: flex-start; color: hsl(var(--foreground) / .74); }
.tp-inline-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; border-radius: 999px; background: hsl(var(--brand) / .1); color: hsl(var(--brand)); font-size: 12px; font-weight: 900; }
.tp-cta-panel { border-radius: 40px; padding: 42px; background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; box-shadow: 0 24px 54px hsl(var(--leaf) / .22); }
.tp-cta-panel h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(32px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.035em; }
.tp-cta-panel p { color: hsl(var(--brand-foreground) / .82); margin-bottom: 0; }
.tp-cta-panel .tp-btn { background: hsl(var(--background)); color: hsl(var(--foreground)); }
.tp-mini-form-panel { border-radius: 40px; padding: 36px; background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); }
.tp-mini-form-panel > h2, .tp-mini-form-panel > p { text-align: center; }
.tp-mini-form-panel > p { color: hsl(var(--brand-foreground) / .82); max-width: 680px; margin-inline: auto; }
.tp-mini-form-panel .tp-form { max-width: 760px; margin-inline: auto; }
.tp-vendor-form-panel { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 40px; padding: 36px; }
.tp-vendor-form-panel .tp-form { background: transparent; padding: 0; }
.tp-vendor-form-panel .tp-form button { background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-faq { display: grid; gap: 12px; }
.tp-faq details { border: 1px solid hsl(var(--border)); background: hsl(var(--card)); border-radius: 22px; padding: 18px 20px; }
.tp-faq summary { cursor: pointer; font-weight: 900; }
.tp-faq p { margin-bottom: 0; font-size: 14px; }
.tp-contact-method { display: grid; gap: 16px; }
.tp-email-box { border-radius: 30px; padding: 28px; background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-email-box a { display: inline-block; margin-top: 10px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(28px, 5vw, 42px); line-height: 1; letter-spacing: -0.04em; color: hsl(var(--sun)); }
.tp-contact-form .tp-form button { background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); }
.tp-privacy-content { max-width: 850px; margin-inline: auto; }
.tp-privacy-content h2 { margin-top: 44px; }
.tp-privacy-content ul { padding-left: 22px; color: hsl(var(--foreground) / .72); line-height: 1.72; }
.tp-breadcrumb { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: hsl(var(--foreground) / .56); margin-bottom: 20px; }
.tp-breadcrumb a:hover { color: hsl(var(--brand)); }

@media (max-width: 980px) {
  .tp-page-hero-grid, .tp-page-grid-2 { grid-template-columns: 1fr; }
  .tp-media-stack { min-height: 430px; max-width: 560px; }
  .tp-stat-strip, .tp-page-grid-3, .tp-page-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tp-cta-panel { grid-template-columns: 1fr; }
}
@media (max-width: 740px) {
  .tp-page-hero { padding-top: 48px; }
  .tp-page-actions { flex-direction: column; align-items: stretch; }
  .tp-page-actions .tp-btn { width: 100%; }
  .tp-media-stack { min-height: 330px; }
  .tp-media-card--main { right: 24px; bottom: 34px; }
  .tp-stat-strip, .tp-page-grid-3, .tp-page-grid-4 { grid-template-columns: 1fr; }
  .tp-page-section { padding: 56px 0; }
  .tp-cta-panel, .tp-mini-form-panel, .tp-vendor-form-panel { padding: 28px; border-radius: 30px; }
  .tp-email-box a { font-size: 26px; }
}

/* v1.5 conversion, spacing, image and trust refinements */
.tp-section-intro--center {
  text-align: center;
  margin-inline: auto;
}
.tp-spaced-grid {
  margin-top: 34px !important;
  gap: 18px;
}
.tp-gap-large {
  gap: clamp(32px, 5vw, 64px);
}
.tp-panel--roomy,
.tp-vendor--spacious,
.tp-vendor-form-panel--spacious,
.tp-mini-form-panel--spacious {
  padding: clamp(28px, 4vw, 48px);
}
.tp-form-card--lifted {
  position: relative;
  overflow: hidden;
}
.tp-form-card--lifted::before {
  content: "";
  position: absolute;
  inset: -70px auto auto -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: hsl(var(--sun) / .22);
  filter: blur(8px);
}
.tp-form-card--lifted > * { position: relative; }
.tp-photo-grid--editorial img {
  min-height: 170px;
  box-shadow: 0 14px 30px hsl(var(--foreground) / .08);
}
.tp-page-section--tint + .tp-page-section,
.tp-page-section + .tp-page-section--tint {
  border-top: 0;
}
.tp-faq--wide {
  max-width: 860px;
  margin: 32px auto 0;
}
.tp-faq details {
  box-shadow: 0 10px 26px hsl(var(--foreground) / .035);
}
.tp-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.tp-faq summary::-webkit-details-marker { display: none; }
.tp-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: hsl(var(--secondary));
  color: hsl(var(--brand));
  font-weight: 900;
}
.tp-faq details[open] summary::after { content: "–"; }
.tp-footer-email {
  color: hsl(var(--sun));
  font-weight: 900;
}
.tp-thanks-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: hsl(var(--foreground) / .66);
  font-weight: 800;
}
.tp-thanks-image {
  align-self: center;
}
.tp-thanks-image img {
  aspect-ratio: 4 / 3;
}
.tp-page-hero--success,
.tp-page-hero--404 {
  padding-bottom: 86px;
}
.tp-cookie-notice {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 760px;
  margin-inline: auto;
  padding: 14px 16px;
  border: 1px solid hsl(var(--border));
  border-radius: 22px;
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  box-shadow: 0 18px 46px hsl(var(--foreground) / .15);
}
.tp-cookie-notice.is-visible { display: flex; }
.tp-cookie-notice p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: hsl(var(--foreground) / .72);
}
.tp-cookie-notice a {
  color: hsl(var(--leaf));
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tp-cookie-notice button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: hsl(var(--foreground));
  color: hsl(var(--background));
  font-weight: 900;
  cursor: pointer;
}
.tp-media-card,
.tp-image-panel,
.tp-phone {
  background-color: hsl(var(--muted));
}
.tp-page-hero--home .tp-media-card--main,
.tp-page-hero--manchester .tp-media-card--main,
.tp-page-hero--vendor .tp-media-card--main,
.tp-page-hero--about .tp-media-card--main,
.tp-page-hero--contact .tp-media-card--main {
  box-shadow: 0 24px 58px hsl(var(--foreground) / .13);
}
.tp-btn-primary { background: hsl(var(--leaf)); color: hsl(var(--brand-foreground)); }
.tp-btn-dark { background: hsl(var(--foreground)); color: hsl(var(--background)); }
.tp-form .tp-btn-primary,
.tp-form .tp-btn-dark { width: 100%; border-radius: 16px; padding: 15px 24px; }
.tp-form button:disabled { opacity: .62; cursor: progress; }
.tp-page-copy strong { color: hsl(var(--foreground)); }

@media (min-width: 981px) {
  .tp-page-hero-grid { gap: clamp(42px, 5vw, 72px); }
  .tp-page-section { padding: 82px 0; }
  .tp-page-section--tight { padding: 58px 0; }
}
@media (max-width: 740px) {
  .tp-cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }
  .tp-cookie-notice button { width: 100%; }
  .tp-panel--roomy,
  .tp-vendor--spacious,
  .tp-vendor-form-panel--spacious,
  .tp-mini-form-panel--spacious { padding: 24px; }
}
