/* Aloysius — movement, light and connection. */
:root {
  --brand: #76efc2;
  --brand-dark: #76efc2;
  --brand-deep: #081b17;
  --ink: #eff8f3;
  --muted: #a8bcb3;
  --paper: #080f0d;
  --soft: #101c17;
  --line: #283c32;
}
body { background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif; }
.skip-link { background: #baff85; color: #122214; border: 0; }
::selection { background: #76efc2; color: #081b17; }
:focus-visible { outline: 2px solid #baff85; outline-offset: 6px; }
.shell { width: min(100% - 96px, 1240px); }
h1, h2, h3 { font-family: inherit !important; }
.site-header { background: rgba(8,15,13,.88); border-bottom: 1px solid #ffffff12; backdrop-filter: blur(22px); }
.header-inner { min-height: 88px; }
.site-brand { font-family: inherit; font-size: 21px; font-weight: 700; letter-spacing: -.05em; }
.brand-mark { width: 38px; height: 38px; border: 0; border-radius: 50%; box-shadow: none; }
.brand-mark img { width: 38px; height: 38px; }
.site-nav { gap: 32px; }
.site-nav a { font-size: 12px; font-weight: 500; }
.nav-contact { border: 1px solid #78a28d66; background: transparent; color: var(--ink); box-shadow: none; padding: 10px 21px; }
.nav-contact:hover { background: #76efc21a; box-shadow: none; transform: translateY(-2px); }
.hero { padding: 100px 0 76px; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 85% 48%, #17483266, transparent 55%), #080f0d; }
.hero::before { inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(#76efc208 1px, transparent 1px), linear-gradient(90deg, #76efc208 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000); pointer-events: none; }
.hero-grid { grid-template-columns: 1.1fr 1fr; gap: 20px; min-height: 560px; }
.eyebrow, .section-kicker { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--brand); font-size: 11px; font-weight: 600; letter-spacing: .16em; margin-bottom: 28px; }
.eyebrow::before, .section-kicker::before { content: ""; width: 6px; height: 6px; margin-right: 12px; border-radius: 50%; background: currentColor; box-shadow: 0 0 16px #76efc266; }
.hero h1 { font-size: clamp(52px, 5.6vw, 82px); font-weight: 750; letter-spacing: -.075em; line-height: 1.24; margin-bottom: 30px; }
.hero h1 span { color: #a0f7be; background: linear-gradient(100deg, #65eabb, #c5ff8e); background-clip: text; -webkit-text-fill-color: transparent; }
.hero h1 span::after { display: none; }
.hero-lead { max-width: 470px; font-size: 15px; font-weight: 400; line-height: 2.1; }
.hero-actions { gap: 12px; margin-bottom: 45px; }
.button { min-height: 54px; padding: 14px 25px; border: 1px solid #526c5d; font-size: 12px; font-weight: 600; box-shadow: none; }
.button-primary { background: #baff85; border-color: #baff85; color: #122214; }
.button-secondary { background: transparent; color: var(--ink); }
.button:hover, .button-primary:hover, .button-secondary:hover { transform: translateY(-3px); box-shadow: 0 8px 32px #76efc21c; }
.hero-tags { gap: 24px; }
.hero-tags li { padding: 0; background: transparent; border-radius: 0; font-size: 11px; font-weight: 400; letter-spacing: .1em; }
.hero-tags li + li { border-left: 1px solid var(--line); padding-left: 24px; }
.symbol-stage { min-height: 540px; width: 100%; border: 0; border-radius: 50%; background: radial-gradient(circle, #76efc219, transparent 66%); box-shadow: none; transform: none; isolation: isolate; }
.symbol-stage::before, .symbol-stage::after { inset: 8%; width: auto; height: auto; border: 1px solid #76efc240; border-radius: 50%; background: transparent; box-shadow: 0 0 70px #76efc208, inset 0 0 50px #76efc208; }
.symbol-stage::before { transform: rotate(-32deg) scaleY(.65); animation: orbit 24s linear infinite; }
.symbol-stage::after { inset: 0; transform: rotate(40deg) scaleY(.65); animation: orbit 32s linear infinite reverse; }
.symbol-sticker { width: 56%; overflow: hidden; border: 1px solid #d0ffe444; border-radius: 50%; box-shadow: 0 0 90px #42de8830; transform: none; animation: float 7s ease-in-out infinite; }
.symbol-sticker img { width: 100%; }
.orbit-label { border: 1px solid #a0efc42e; background: #12231cdd; padding: 8px 16px; color: #c9e7d6; box-shadow: none; font-size: 11px; font-weight: 400; transform: none; backdrop-filter: blur(8px); }
.orbit-move { top: 18%; left: 10%; }
.orbit-connect { right: 0; bottom: 35%; }
.orbit-enjoy { bottom: 12%; left: 29%; }
.stage-dot-one { background: #baff85; width: 7px; height: 7px; top: 23%; left: 79%; box-shadow: 0 0 20px #baff85; }
.stage-dot-two { background: #76efc2; width: 5px; height: 5px; right: 80%; bottom: 28%; box-shadow: 0 0 20px #76efc2; }
.stage-spark { color: #baff85; font-size: 22px; top: 5%; left: 51%; }
.section { padding: 120px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .symbol-copy h2, .contact-card h2 { font-size: clamp(38px, 4.4vw, 62px); font-weight: 650; letter-spacing: -.06em; line-height: 1.3; }
.philosophy-section { background: #080f0d; }
.philosophy-section > .shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0 70px; }
.philosophy-card { display: block; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; margin-bottom: 60px; }
.philosophy-copy p { font-size: 15px; font-weight: 400; line-height: 2.1; color: var(--muted); }
.philosophy-note { width: 100%; padding: 14px 0 14px 23px; margin: 30px 0 0; border: 0; border-left: 2px solid var(--brand); border-radius: 0; background: transparent; box-shadow: none; transform: none; color: #dcf3e5; font-size: 18px; }
.principle-grid { grid-column: 1 / -1; gap: 0; border-block: 1px solid var(--line); }
.principle-card, .principle-card:nth-child(n), .principle-card:nth-child(n):hover { padding: 35px 30px; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.principle-card + .principle-card { border-left: 1px solid var(--line); }
.principle-number { display: block; width: auto; height: auto; margin-bottom: 38px; border: 0; background: transparent; color: var(--brand); font: 12px monospace; }
.principle-card h3 { font-size: 21px; font-weight: 600; }
.principle-card p { font-weight: 400; font-size: 14px; }
.symbol-section { background: #101c17; border-block: 1px solid var(--line); }
.symbol-card { grid-template-columns: 1fr 1fr; gap: 90px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.symbol-showcase { min-height: 440px; border: 1px solid #76efc21c; border-radius: 0; background: repeating-radial-gradient(circle at center, transparent 0 49px, #76efc21c 50px 51px, transparent 52px 75px); }
.symbol-plate { width: 54%; border: 0; border-radius: 50%; box-shadow: 0 0 80px #76efc212; transform: none; }
.symbol-wave, .symbol-pop { display: none; }
.symbol-copy > p:not(.section-kicker), .section-intro { font-size: 15px; font-weight: 400; line-height: 2; }
.symbol-meanings li, .symbol-meanings li:nth-child(n) { border: 1px solid #76efc233; background: transparent; color: #bddccb; font-size: 11px; font-weight: 400; }
.products-section { background: #080f0d; }
.section-heading-row { gap: 100px; }
.product-grid { gap: 28px; }
.product-card { border: 1px solid var(--line); border-radius: 16px; background: #101c17; box-shadow: none; }
a.product-card:hover { border-color: #76efc27a; box-shadow: 0 16px 60px #0004; transform: translateY(-6px); }
.product-media { min-height: 370px; border-bottom: 1px solid var(--line); }
.product-surflog .product-media { background: radial-gradient(ellipse at 50% 100%, #295c6266, transparent 75%), #102124; }
.product-golflog .product-media { background: radial-gradient(ellipse at 50% 100%, #567f3066, transparent 75%), #19251b; }
.product-media::before { inset: 22% 12% -50%; width: auto; height: auto; border: 1px solid #c4f6da20; background: transparent; box-shadow: 0 0 0 35px #c4f6da06, 0 0 0 70px #c4f6da06; }
.product-media::after { display: none; }
.product-media img, .product-golflog .product-media img { width: 210px; border: 0; box-shadow: 0 20px 60px #0004; transform: none; transition: transform .5s; }
a.product-card:hover img { transform: translateY(-6px) rotate(-3deg); }
.product-badge, .product-status { border: 1px solid #c4f6da33; background: #0d1b18aa; color: #d0e9dc; font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.product-content { padding: 30px 34px; }
.product-content h3 { font-size: 36px; font-weight: 600; }
.product-content p { font-weight: 400; }
.product-action { color: var(--brand); font-weight: 500; }
.product-action-muted { color: var(--muted); }
.contact-section { padding-top: 0; background: #080f0d; }
.contact-card { gap: 40px; padding: 70px; border: 1px solid #76efc244; border-radius: 16px; background: radial-gradient(ellipse at 100% 100%, #31573a, transparent 70%), #12271f; box-shadow: none; }
.contact-card .section-kicker { background: transparent; color: var(--brand); }
.contact-card p:not(.section-kicker) { font-weight: 400; font-size: 15px; }
.contact-button { min-width: 210px; min-height: 60px; border: 0; background: #baff85; color: #122214; box-shadow: none; font-size: 14px; font-weight: 600; }
.contact-button:hover { box-shadow: 0 0 30px #baff8522; transform: translateY(-3px); }
.contact-dot, .contact-spark { display: none; }
.site-footer { padding-top: 50px; border-top: 1px solid var(--line); background: #080f0d; }
.footer-brand { font-family: inherit; font-size: 28px; font-weight: 600; }
.footer-nav a { color: var(--muted); font-weight: 400; }
.footer-nav a:hover { color: var(--brand); }
.footer-bottom { border-color: var(--line); color: var(--muted); }
.reveal { animation: reveal .8s ease both; }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes orbit { from { transform: rotate(-32deg) scaleY(.65); } to { transform: rotate(328deg) scaleY(.65); } }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1020px) {
  .shell { width: min(100% - 56px, 1240px); }
  .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 0; min-height: 480px; }
  .hero h1 { font-size: clamp(42px, 5.5vw, 60px); }
  .symbol-stage { min-height: 400px; }
  .philosophy-section > .shell { gap: 0 40px; }
  .symbol-card { gap: 40px; }
  .symbol-showcase { min-height: 350px; }
  .section-heading-row { grid-template-columns: 1fr 1fr; gap: 50px; }
  .contact-card { padding: 46px; }
}
@media (max-width: 780px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 72px; }
  .site-brand { font-size: 18px; }
  .hero { padding: 60px 0 35px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(44px, 8.8vw, 68px); }
  .hero-copy { max-width: 560px; }
  .hero-lead { max-width: 520px; }
  .symbol-stage { width: min(100%, 450px); min-height: 410px; margin-top: 20px; }
  .section { padding: 80px 0; }
  .philosophy-section > .shell { display: block; }
  .philosophy-card { margin-bottom: 40px; }
  .principle-card + .principle-card { border-left: 0; border-top: 1px solid var(--line); }
  .principle-card, .principle-card:nth-child(n) { padding: 28px 0; }
  .principle-number { margin-bottom: 22px; }
  .symbol-card, .section-heading-row { grid-template-columns: 1fr; gap: 36px; }
  .symbol-showcase { min-height: 400px; }
  .symbol-plate { max-width: 240px; }
  .product-card { width: 100%; }
  .product-media { min-height: 340px; }
  .contact-section { padding-top: 0; }
  .contact-card { padding: 40px 28px; }
  .footer-main { gap: 25px; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 40px); }
  .header-inner { gap: 8px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 50%; box-shadow: none; }
  .brand-mark img { width: 30px; height: 30px; }
  .site-brand { font-size: 16px; gap: 8px; }
  .nav-contact { padding: 8px 12px; box-shadow: none; font-size: 10px !important; }
  .eyebrow, .section-kicker { padding: 0; font-size: 10px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(39px, 10.5vw, 58px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
  .button { width: auto; padding: 13px 18px; min-height: 48px; font-size: 11px; }
  .hero-tags { gap: 15px; }
  .hero-tags li { font-size: 10px; }
  .hero-tags li + li { padding-left: 15px; }
  .symbol-stage { min-height: 340px; border-radius: 50%; box-shadow: none; }
  .symbol-sticker { width: 55%; border-radius: 50%; box-shadow: 0 0 70px #42de8830; }
  .orbit-label { font-size: 10px; box-shadow: none; }
  .orbit-enjoy { bottom: 9%; }
  .section-heading h2, .symbol-copy h2, .contact-card h2 { font-size: clamp(30px, 8.5vw, 45px); }
  .philosophy-card { padding: 0; border-radius: 0; box-shadow: none; }
  .philosophy-note { padding: 10px 0 10px 20px; border-radius: 0; box-shadow: none; font-size: 17px; }
  .symbol-card { padding: 0; border-radius: 0; box-shadow: none; }
  .symbol-showcase { min-height: 320px; border-radius: 0; }
  .symbol-plate { width: 54%; border-radius: 50%; box-shadow: none; }
  .product-card { border-radius: 16px; box-shadow: none; }
  .product-media { min-height: 300px; }
  .product-content { padding: 25px; }
  .contact-card { padding: 34px 24px; border-radius: 16px; box-shadow: none; }
  .contact-button { box-shadow: none; }
  .footer-nav { gap: 18px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
