/* Self-hosted from Google Fonts (latin subset only). Inter + Orbitron are OFL-licensed and freely redistributable. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/orbitron-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ormonde-copper: #DF854F;
  --ormonde-copper-dark: #B96A3C;
  --ormonde-gray: #4D4D4D;
  --ormonde-black: #000000;
  --ormonde-white: #FFFFFF;
  --payd-navy: #003349;
  --payd-navy-soft: #0A4763;
  --payd-tourmaline: #E8EDF0;
  --payd-light: #F8FAFC;
  --payd-gray: #6B8A99;
  --text: #1A1A1A;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-logo: 'Orbitron', 'Zekton', sans-serif;
  --shadow-sm: 0 2px 8px rgba(77,77,77,0.08);
  --shadow-md: 0 8px 24px rgba(77,77,77,0.12);
  --shadow-lg: 0 20px 40px rgba(77,77,77,0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: #FFFFFF; color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--ormonde-copper); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--ormonde-copper); outline-offset: 2px; border-radius: 3px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; position: relative; }
h1, h2, h3, h4 { color: var(--payd-navy); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(34px, 4.6vw, 52px); letter-spacing: -0.5px; }
h2 { font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -0.3px; margin-bottom: 14px; }
h3 { font-size: 20px; margin-bottom: 8px; }
p { font-size: 17px; color: #3A4A55; }

.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ormonde-copper); margin-bottom: 14px; }
.section-head { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.section-head p { font-size: 17px; color: #516471; }
.accent { color: var(--ormonde-copper); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 600; font-size: 15px; padding: 13px 24px; border-radius: 10px; border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.btn-primary { background: linear-gradient(135deg, var(--ormonde-copper), var(--ormonde-copper-dark)); color: #fff; box-shadow: 0 6px 18px rgba(223,133,79,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(223,133,79,0.45); text-decoration: none; }
.btn-secondary { background: #fff; color: var(--payd-navy); border: 2px solid var(--payd-navy); }
.btn-secondary:hover { background: var(--payd-navy); color: #fff; text-decoration: none; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* Wordmark logo (uses <img> — colors baked into two SVG variants) */
.ormonde-logo { display: inline-block; line-height: 0; }
.ormonde-logo img { height: 36px; width: auto; display: block; }
.ormonde-logo.footer img { height: 42px; }

/* Sticky nav */
header.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid #EEF2F4; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; max-width: 1140px; margin: 0 auto; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: var(--payd-navy); font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: var(--ormonde-copper); text-decoration: none; }
@media (max-width: 820px) { .nav-links { display: none; } }

/* Hero */
.hero { background: radial-gradient(1000px 480px at 88% -10%, rgba(223,133,79,0.12), transparent 60%), radial-gradient(900px 480px at -10% 110%, rgba(0,51,73,0.08), transparent 60%), #FFFFFF; padding: 96px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-copy h1 .accent { color: var(--ormonde-copper); }
.hero-copy p.lead { font-size: 18px; color: #3A4A55; margin: 18px 0 28px; max-width: 560px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual { position: relative; aspect-ratio: 1/1; max-width: 520px; margin: 0 auto; width: 100%; }
.hero-visual .knot-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.hero-visual .knot-bg { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(closest-side, rgba(223,133,79,0.10), transparent 70%); }
.hero-visual .knot { width: 80%; height: 80%; position: relative; z-index: 1; }

/* Trust strip */
.trust { background: var(--payd-tourmaline); padding: 24px 0; border-top: 1px solid #DCE3E8; border-bottom: 1px solid #DCE3E8; }
.trust-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.trust-row .pill { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--payd-navy); font-weight: 600; }
.trust-row .pill svg { width: 18px; height: 18px; color: var(--ormonde-copper); }

/* Feature cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .cards { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid #EEF2F4; border-radius: 14px; padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card .icon { width: 50px; height: 50px; border-radius: 12px; background: linear-gradient(135deg, var(--ormonde-copper), var(--ormonde-copper-dark)); display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 14px; box-shadow: 0 6px 14px rgba(223,133,79,0.30); }
.card .icon svg { width: 24px; height: 24px; }
.card p { font-size: 15.5px; color: #516471; }

/* Spotlight (what-we-do) */
.spotlight { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 880px) { .spotlight { grid-template-columns: 1fr; } }
.spotlight ul { list-style: none; margin-top: 16px; }
.spotlight li { position: relative; padding: 9px 0 9px 30px; font-size: 15.5px; color: #3A4A55; }
.spotlight li::before { content: ""; position: absolute; left: 0; top: 14px; width: 16px; height: 16px; border-radius: 50%; background: var(--ormonde-copper); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-size: 11px 11px; background-repeat: no-repeat; background-position: center; }
.spotlight .visual { background: linear-gradient(135deg, var(--payd-navy) 0%, var(--payd-navy-soft) 100%); border-radius: 18px; padding: 32px; color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.spotlight .visual::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(closest-side, rgba(223,133,79,0.45), transparent 70%); }
.spotlight .visual h3 { color: #fff; font-size: 18px; margin-bottom: 8px; position: relative; z-index: 1; }
.spotlight .visual p.sub { color: #D6E0E6; font-size: 14px; margin-bottom: 18px; position: relative; z-index: 1; }
.spotlight .visual .pill-row { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; position: relative; z-index: 1; margin-top: 10px; }
.spotlight .visual .vpill { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; line-height: 1.5; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); padding: 8px 12px; border-radius: 999px; font-size: 12.5px; letter-spacing: .4px; color: #F8FAFC; }
.spotlight .visual .vpill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ormonde-copper); }

/* License / registration */
.license { background: linear-gradient(135deg, #FFF7EE 0%, #FBE7D2 100%); border: 1px solid #F2C28E; border-radius: 16px; padding: 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; box-shadow: var(--shadow-sm); }
@media (max-width: 760px) { .license { grid-template-columns: 1fr; text-align: center; } }
.license .seal { width: 78px; height: 78px; border-radius: 50%; background: #fff; border: 3px solid var(--ormonde-copper); display: flex; align-items: center; justify-content: center; font-family: var(--font-logo); font-weight: 700; color: var(--ormonde-copper); font-size: 11px; text-align: center; line-height: 1.1; padding: 8px; }
.license h3 { font-size: 18px; color: var(--payd-navy); margin-bottom: 2px; }
.license p { font-size: 14px; color: #5A4525; margin: 0; }
.license .lic-num { font-family: 'Courier New', monospace; font-size: 22px; font-weight: 700; color: var(--ormonde-copper); letter-spacing: 1.5px; }

/* Contact + map */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info .card-info { background: #fff; border: 1px solid #EEF2F4; border-radius: 14px; padding: 20px; margin-bottom: 14px; display: flex; align-items: center; gap: 14px; box-shadow: var(--shadow-sm); }
.contact-info .ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--ormonde-copper), var(--ormonde-copper-dark)); color: #fff; flex-shrink: 0; }
.contact-info .ic svg { width: 22px; height: 22px; }
.contact-info .lbl { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--payd-gray); font-weight: 600; }
.contact-info .val { font-size: 15px; font-weight: 600; color: var(--payd-navy); margin-top: 2px; }
.contact-info .val small { font-size: 13px; color: #516471; font-weight: 500; display: block; margin-top: 2px; }
.map-card { background: #fff; border: 1px solid #EEF2F4; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.map-card .map-art { height: 300px; background: #E8EDF0; position: relative; overflow: hidden; }
.map-card .map-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.map-card .map-foot { padding: 14px 18px; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.map-card .map-foot .a { font-weight: 600; color: var(--payd-navy); font-size: 14px; }
.map-card .map-foot .a small { display: block; font-size: 12px; color: #516471; font-weight: 500; }

/* Brand stripe divider */
.brand-stripe { height: 6px; display: flex; }
.stripe-navy { flex: 1; background: var(--payd-navy); }
.stripe-tour { flex: 1; background: var(--payd-tourmaline); }
.stripe-copper { flex: 1; background: var(--ormonde-copper); }

/* Footer */
footer { background: var(--payd-navy); color: #D6E0E6; padding: 48px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; } }
footer h4 { color: #fff; font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 12px; font-weight: 700; }
footer ul { list-style: none; }
footer li { margin-bottom: 8px; }
footer a { color: #D6E0E6; font-size: 14px; }
footer a:hover { color: var(--ormonde-copper); text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.10); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #9FB3BD; }
.footer-bottom .legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom .legal-links a { font-size: 12px; color: #9FB3BD; }
.footer-bottom .legal-links a:hover { color: var(--ormonde-copper); }
.footer-disclaimer { font-size: 11px; color: #9FB3BD; margin-top: 12px; line-height: 1.6; }

/* Reveal animations — only apply when JS has flagged support (progressive enhancement) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* Legal pages */
.legal-hero { background: linear-gradient(180deg, #FBF4ED 0%, #FFFFFF 100%); padding: 56px 0 32px; border-bottom: 1px solid #EEF2F4; }
.legal-hero .eyebrow { margin-bottom: 10px; }
.legal-hero h1 { font-size: clamp(28px, 4vw, 40px); }
.legal-hero .updated { font-size: 14px; color: #516471; margin-top: 10px; }
.legal-wrap { padding: 48px 0 72px; }
.legal-body { max-width: 840px; margin: 0 auto; }
.legal-body h2 { font-size: 22px; color: var(--payd-navy); margin: 40px 0 12px; border-top: 1px solid #EEF2F4; padding-top: 28px; }
.legal-body h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-size: 19px; color: var(--payd-navy); margin: 32px 0 10px; }
.legal-body h4 { font-size: 16px; color: var(--payd-navy); margin: 20px 0 8px; }
.legal-body p { font-size: 15.5px; color: #3A4A55; line-height: 1.7; margin-bottom: 14px; }
.legal-body ul { margin: 0 0 16px 22px; color: #3A4A55; }
.legal-body li { font-size: 15.5px; line-height: 1.7; margin-bottom: 6px; }
.legal-body li p { margin-bottom: 0; }
.legal-body a { color: var(--ormonde-copper); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14px; }
.legal-body table th, .legal-body table td { border: 1px solid #DCE3E8; padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-body table thead th { background: var(--payd-tourmaline); font-weight: 600; }
.legal-body table tbody tr:nth-child(odd) { background: #FFFFFF; }
.legal-body table tbody tr:nth-child(even) { background: var(--payd-light); }
.legal-note { background: var(--payd-tourmaline); border: 1px solid #DCE3E8; border-radius: 10px; padding: 16px 20px; margin-bottom: 28px; font-size: 14px; color: #3A4A55; }

/* Print — legal pages get a clean printable form */
@media print {
  header.nav, footer, .brand-stripe, .btn { display: none !important; }
  body { color: #000; }
  .legal-hero { background: none; border-bottom: 1px solid #000; padding: 20px 0; }
  .legal-body { max-width: 100%; }
  .legal-body a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 11px; color: #444; }
}
