﻿/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/:root{--color-green: #2d6a4f;--color-green-dark: #1b4332;--color-green-mid: #40916c;--color-green-light: #74c69d;--color-green-pale: #d8f3dc;--color-gold: #c9a84c;--color-gold-light: #e9c46a;--color-white: #ffffff;--color-off-white: #f8f7f4;--color-cream: #faf8f3;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-border-dark: #d1d5db;--color-overlay: rgba(27, 67, 50, 0.72);--font-heading: 'Playfair Display', Georgia, serif;--font-body: 'Inter', system-ui, -apple-system, sans-serif;--text-xs: clamp(0.75rem, 1.5vw, 0.875rem);--text-sm: clamp(0.875rem, 2vw, 1rem);--text-base: clamp(1rem, 2.5vw, 1.125rem);--text-lg: clamp(1.125rem, 3vw, 1.375rem);--text-xl: clamp(1.375rem, 4vw, 1.75rem);--text-2xl: clamp(1.75rem, 5vw, 2.5rem);--text-3xl: clamp(2rem, 6vw, 3.5rem);--text-4xl: clamp(2.5rem, 8vw, 5rem);--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.2;--line-height-snug: 1.4;--line-height-base: 1.6;--line-height-loose: 1.8;--letter-spacing-tight: -0.02em;--letter-spacing-wide: 0.05em;--letter-spacing-wider: 0.1em;--space-1: 0.25rem;--space-2: 0.5rem;--space-3: 0.75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--container-max: 1200px;--container-wide: 1400px;--container-narrow: 800px;--container-padding: clamp(1rem, 5vw, 2rem);--section-padding: clamp(3rem, 8vw, 6rem);--border-radius-sm: 0.25rem;--border-radius: 0.5rem;--border-radius-lg: 1rem;--border-radius-xl: 1.5rem;--border-radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);--shadow-md: 0 4px 16px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);--shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.16);--transition-fast: 150ms ease;--transition-base: 200ms ease;--transition-slow: 400ms ease;--transition-bounce: 300ms cubic-bezier(0.34, 1.56, 0.64, 1);--z-below: -1;--z-base: 0;--z-raised: 10;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}a{color:var(--color-green);text-decoration:underline;text-underline-offset:.2em;transition:color var(--transition-base),opacity var(--transition-base)}a:hover{color:var(--color-green-dark)}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);color:var(--color-text)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{max-width:65ch}strong{font-weight:var(--font-weight-semibold)}::selection{background-color:var(--color-green-pale);color:var(--color-green-dark)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.container--wide{max-width:var(--container-wide)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-padding)}.section--dark{background-color:var(--color-green-dark);color:var(--color-white);position:relative;overflow:hidden;isolation:isolate}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:var(--color-white)}.section--dark::before{content:"";position:absolute;inset:0;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='145' cy='200' rx='44' ry='100' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-6,145,200)'/%3E%3Cellipse cx='148' cy='132' rx='26' ry='20' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03'/%3E%3Cellipse cx='420' cy='108' rx='70' ry='48' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(25,420,108)'/%3E%3Cellipse cx='438' cy='90' rx='25' ry='18' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(25,438,90)'/%3E%3Cellipse cx='400' cy='318' rx='78' ry='52' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-15,400,318)'/%3E%3Cellipse cx='382' cy='304' rx='30' ry='22' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(-15,382,304)'/%3E%3Cellipse cx='50' cy='310' rx='35' ry='28' fill='%232d6a4f' fill-opacity='0.07' stroke='white' stroke-width='1.2' stroke-opacity='0.03' transform='rotate(20,50,310)'/%3E%3C/svg%3E");background-size:600px 400px;background-repeat:repeat;pointer-events:none}.section--green{background-color:var(--color-green);color:var(--color-white)}.section--green h1,.section--green h2,.section--green h3,.section--green h4,.section--green h5,.section--green h6{color:var(--color-white)}.section--off-white{background-color:var(--color-off-white)}.section--cream{background-color:var(--color-cream)}.section__header{margin-bottom:var(--space-12);text-align:center}.section__eyebrow{display:inline-block;font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-3)}.section__title{font-family:var(--font-heading);font-size:var(--text-3xl);color:inherit;margin-bottom:var(--space-4)}.section__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:60ch;margin-inline:auto;line-height:var(--line-height-loose)}.section--dark .section__subtitle,.section--green .section__subtitle{color:hsla(0,0%,100%,.75)}.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}.eyebrow-pill{display:inline-flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-6);padding:var(--space-2) var(--space-4);background-color:var(--color-green-pale);border-radius:var(--border-radius-full);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-green)}.text-center{text-align:center}.text-left{text-align:left}.mt-auto{margin-top:auto}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-sticky);padding-block:var(--space-4);transition:background-color var(--transition-slow),box-shadow var(--transition-slow),padding var(--transition-slow)}.site-header--transparent{background-color:rgba(0,0,0,0)}.site-header--scrolled{background-color:var(--color-green-dark);box-shadow:var(--shadow-md);padding-block:var(--space-3)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.site-header__logo{flex-shrink:0}.site-header__logo img,.site-header__logo .custom-logo{height:75px;width:auto}.site-header__logo .custom-logo-link:hover{opacity:.85}.site-header__nav{display:none}@media(min-width: 1024px){.site-header__nav{display:flex;align-items:center;gap:var(--space-8)}}.site-header__menu{display:flex;align-items:center;gap:var(--space-6)}.site-header__menu li a{font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:hsla(0,0%,100%,.88);text-decoration:none;letter-spacing:var(--letter-spacing-wide);transition:color var(--transition-base)}.site-header__menu li a:hover{color:var(--color-white)}.site-header__menu li.current-menu-item a{color:var(--color-gold-light)}.site-header__actions{display:flex;align-items:center;gap:var(--space-3)}.site-header__actions .btn{display:none}@media(min-width: 1024px){.site-header__actions .btn{display:inline-flex}}.site-header__hamburger{display:flex;flex-direction:column;gap:5px;padding:var(--space-2);cursor:pointer}@media(min-width: 1024px){.site-header__hamburger{display:none}}.site-header__hamburger span{display:block;width:22px;height:2px;background-color:var(--color-white);border-radius:2px;transition:transform var(--transition-base),opacity var(--transition-base)}.site-header__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;inset:0;background-color:var(--color-green-dark);z-index:var(--z-overlay);padding:var(--space-24) var(--container-padding) var(--space-12);flex-direction:column;align-items:center;justify-content:center;gap:var(--space-6);isolation:isolate}.mobile-nav::before{content:"";position:absolute;inset:0;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='145' cy='200' rx='44' ry='100' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-6,145,200)'/%3E%3Cellipse cx='148' cy='132' rx='26' ry='20' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03'/%3E%3Cellipse cx='420' cy='108' rx='70' ry='48' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(25,420,108)'/%3E%3Cellipse cx='438' cy='90' rx='25' ry='18' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(25,438,90)'/%3E%3Cellipse cx='400' cy='318' rx='78' ry='52' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-15,400,318)'/%3E%3Cellipse cx='382' cy='304' rx='30' ry='22' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(-15,382,304)'/%3E%3Cellipse cx='50' cy='310' rx='35' ry='28' fill='%232d6a4f' fill-opacity='0.07' stroke='white' stroke-width='1.2' stroke-opacity='0.03' transform='rotate(20,50,310)'/%3E%3C/svg%3E");background-size:600px 400px;background-repeat:repeat;pointer-events:none}.mobile-nav.is-open{display:flex}@media(min-width: 1024px){.mobile-nav{display:none !important}}.mobile-nav__menu{display:flex;flex-direction:column;align-items:center;gap:var(--space-6);width:100%;text-align:center}.mobile-nav__menu li a{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-white);text-decoration:none;transition:color var(--transition-base)}.mobile-nav__menu li a:hover{color:var(--color-gold-light)}.mobile-nav__close{position:absolute;top:var(--space-6);right:var(--space-6);color:var(--color-white);font-size:var(--text-xl);padding:var(--space-2)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.site-footer{background-color:var(--color-green-dark);color:hsla(0,0%,100%,.8);padding-block:var(--space-16) var(--space-8)}.site-footer__inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.site-footer__top{display:grid;grid-template-columns:1fr;gap:var(--space-10);padding-bottom:var(--space-12);border-bottom:1px solid hsla(0,0%,100%,.12);margin-bottom:var(--space-8)}@media(min-width: 768px){.site-footer__top{grid-template-columns:1fr 1fr}}@media(min-width: 1024px){.site-footer__top{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer__brand img{height:56px;width:auto;margin-bottom:var(--space-4);filter:brightness(0) invert(1);opacity:.9}.site-footer__brand p{font-size:var(--text-sm);line-height:var(--line-height-loose);max-width:36ch}.site-footer__col-title{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold-light);margin-bottom:var(--space-4)}.site-footer__links{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__links a{font-size:var(--text-sm);color:hsla(0,0%,100%,.75);text-decoration:none;transition:color var(--transition-base)}.site-footer__links a:hover{color:var(--color-white)}.site-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center}@media(min-width: 768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__copyright{font-size:var(--text-xs);color:hsla(0,0%,100%,.45)}.site-footer__charity-note{font-size:var(--text-xs);color:hsla(0,0%,100%,.45)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-8);border-radius:var(--border-radius-full);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:background-color var(--transition-base),color var(--transition-base),border-color var(--transition-base),transform var(--transition-fast),box-shadow var(--transition-base)}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0)}.btn--primary{background-color:var(--color-gold);color:var(--color-green-dark);border-color:var(--color-gold)}.btn--primary:hover{background-color:var(--color-gold-light);border-color:var(--color-gold-light);color:var(--color-green-dark)}.btn--secondary{background-color:rgba(0,0,0,0);color:var(--color-green);border-color:var(--color-green)}.btn--secondary:hover{background-color:var(--color-green);color:var(--color-white)}.btn--ghost{background-color:rgba(0,0,0,0);color:var(--color-white);border-color:hsla(0,0%,100%,.6)}.btn--ghost:hover{background-color:hsla(0,0%,100%,.12);border-color:var(--color-white)}.btn--white{background-color:var(--color-white);color:var(--color-green-dark);border-color:var(--color-white)}.btn--white:hover{background-color:var(--color-off-white);border-color:var(--color-off-white);color:var(--color-green-dark)}.btn--sm{padding:var(--space-2) var(--space-5);font-size:var(--text-xs)}.btn--lg{padding:var(--space-4) var(--space-10);font-size:var(--text-base)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:var(--z-below)}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(27, 67, 50, 0.55) 0%, rgba(27, 67, 50, 0.75) 60%, rgba(27, 67, 50, 0.9) 100%)}.hero__inner{position:relative;z-index:var(--z-base);max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding);padding-block:calc(var(--space-24) + 80px) var(--space-24);width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);background-color:rgba(201,168,76,.18);border:1px solid rgba(201,168,76,.4);border-radius:var(--border-radius-full);padding:var(--space-1) var(--space-4);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold-light);margin-bottom:var(--space-6)}.hero__title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-weight-extrabold);color:var(--color-white);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);margin-bottom:var(--space-6);max-width:16ch}.hero__title em{font-style:italic;color:var(--color-gold-light)}.hero__tagline{font-size:var(--text-lg);color:hsla(0,0%,100%,.85);line-height:var(--line-height-loose);max-width:52ch;margin-bottom:var(--space-10)}.hero__actions{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);margin-bottom:var(--space-16)}@media(min-width: 640px){.hero__actions{flex-direction:row;justify-content:center}}.hero__event-bar{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-8);background-color:hsla(0,0%,100%,.08);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.15);border-radius:var(--border-radius-lg);width:100%;max-width:640px}@media(min-width: 640px){.hero__event-bar{flex-direction:row;justify-content:center}}.hero__event-item{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:hsla(0,0%,100%,.9)}.hero__event-item svg,.hero__event-item .hero__event-icon{color:var(--color-gold-light);flex-shrink:0;width:16px;height:16px}@media(min-width: 640px){.hero__event-item+.hero__event-item{padding-left:var(--space-4);border-left:1px solid hsla(0,0%,100%,.2)}}.hero__scroll-hint{position:absolute;bottom:var(--space-8);left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-2);color:hsla(0,0%,100%,.5);font-size:var(--text-xs);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.mission__inner{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}@media(min-width: 1024px){.mission__inner{grid-template-columns:1fr 1fr;gap:var(--space-20)}}.mission__content blockquote{font-family:var(--font-heading);font-size:var(--text-2xl);font-style:italic;color:var(--color-green-dark);line-height:var(--line-height-snug);border-left:4px solid var(--color-gold);padding-left:var(--space-6);margin-bottom:var(--space-8);max-width:none}.mission__content p{font-size:var(--text-base);color:var(--color-text-muted);line-height:var(--line-height-loose);margin-bottom:var(--space-4)}.mission__image{position:relative;border-radius:var(--border-radius-xl);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-xl)}.mission__image img{width:100%;height:100%;object-fit:cover}.mission__image::before{content:"";position:absolute;inset:-8px;border:2px solid var(--color-gold);border-radius:calc(var(--border-radius-xl) + 8px);z-index:var(--z-below);opacity:.4}.mission__since{display:inline-flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding:var(--space-2) var(--space-4);background-color:var(--color-green-pale);border-radius:var(--border-radius-full);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-green)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.legend__inner{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}@media(min-width: 1024px){.legend__inner{grid-template-columns:1fr 1fr;gap:var(--space-20)}}.legend__content h2{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-weight-extrabold);color:var(--color-green-dark);line-height:var(--line-height-tight);margin-bottom:var(--space-6)}.legend__content p{font-size:var(--text-base);color:var(--color-text-muted);line-height:var(--line-height-loose);margin-bottom:var(--space-4)}.legend__content p:last-child{margin-bottom:0}.legend__image-wrap{position:relative;border-radius:var(--border-radius-xl);overflow:visible}@media(min-width: 1024px){.legend__image-wrap{justify-self:end;width:100%}}.legend__image{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl)}.legend__image-placeholder{width:100%;aspect-ratio:3/4;background-color:var(--color-green-pale);border-radius:var(--border-radius-xl);display:flex;align-items:center;justify-content:center}.legend__image-placeholder svg{width:64px;height:64px;color:var(--color-green-light)}.legend__badge{position:absolute;bottom:var(--space-8);left:calc(-1*var(--space-6));background-color:var(--color-green);color:var(--color-white);border-radius:var(--border-radius-lg);padding:var(--space-5) var(--space-6);text-align:center;box-shadow:var(--shadow-lg);min-width:110px}@media(max-width: 1023px){.legend__badge{left:var(--space-4);bottom:var(--space-4)}}.legend__badge-number{display:block;font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-weight-extrabold);line-height:1;color:var(--color-gold-light)}.legend__badge-label{display:block;font-size:var(--text-xs);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;line-height:var(--line-height-snug);margin-top:var(--space-2);color:hsla(0,0%,100%,.85)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.veritas{background-color:var(--color-cream);text-align:center}.veritas__intro{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-6)}.veritas__name{font-family:var(--font-heading);font-size:clamp(var(--text-3xl),6vw,var(--text-4xl));font-weight:var(--font-weight-extrabold);color:var(--color-green-dark);line-height:1.1;margin-bottom:var(--space-6)}.veritas__divider{width:60px;height:3px;background-color:var(--color-gold);border:none;border-radius:var(--border-radius-full);margin-inline:auto;margin-bottom:var(--space-6)}.veritas__outro{font-size:var(--text-lg);color:var(--color-text-muted);line-height:var(--line-height-loose);max-width:44ch;margin-inline:auto;margin-bottom:0}.veritas__link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-8);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-green);text-decoration:none;letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,0);transition:color var(--transition-base),border-color var(--transition-base)}.veritas__link svg{transition:transform var(--transition-fast)}.veritas__link:hover{color:var(--color-green-dark);border-color:var(--color-green-dark)}.veritas__link:hover svg{transform:translateX(3px)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.impact-stats{position:relative;overflow:hidden}.impact-stats__grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-1)}@media(min-width: 768px){.impact-stats__grid{grid-template-columns:repeat(4, 1fr)}}.impact-stats__item{padding:var(--space-10) var(--space-6);text-align:center;background-color:hsla(0,0%,100%,.04);border-radius:var(--border-radius);transition:background-color var(--transition-base)}.impact-stats__item:hover{background-color:hsla(0,0%,100%,.08)}.impact-stats__number{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-weight-extrabold);color:var(--color-gold-light);line-height:1;margin-bottom:var(--space-2);letter-spacing:var(--letter-spacing-tight)}.impact-stats__label{font-size:var(--text-sm);color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:var(--letter-spacing-wider);font-weight:var(--font-weight-medium)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.charities__grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width: 640px){.charities__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.charities__grid{grid-template-columns:repeat(3, 1fr)}}.charities__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-8) var(--space-6);background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);text-align:center}.charities__icon{display:flex;align-items:center;justify-content:center;color:var(--color-green);width:100%;max-width:200px;height:64px}.charities__logo{max-height:64px;max-width:200px;width:auto;height:auto;object-fit:contain}.charities__name{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--color-text);line-height:var(--line-height-snug);margin:0}.charities__description{font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed);margin:0;flex:1}.charities__btn{margin-top:auto}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.event-preview__inner{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}@media(min-width: 1024px){.event-preview__inner{grid-template-columns:1fr 1fr;gap:var(--space-20)}}.event-preview__image{order:-1;position:relative;border-radius:var(--border-radius-xl);overflow:hidden;aspect-ratio:3/2;box-shadow:var(--shadow-xl)}@media(min-width: 1024px){.event-preview__image{order:0}}.event-preview__image img{width:100%;height:100%;object-fit:cover}.event-preview__date-badge{position:absolute;top:var(--space-4);left:var(--space-4);background-color:var(--color-gold);color:var(--color-green-dark);border-radius:var(--border-radius);padding:var(--space-3) var(--space-4);text-align:center;box-shadow:var(--shadow-md)}.event-preview__date-badge .month{display:block;font-size:var(--text-xs);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase}.event-preview__date-badge .day{display:block;font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-weight-extrabold);line-height:1}.event-preview__date-badge .year{display:block;font-size:var(--text-xs);font-weight:var(--font-weight-medium);opacity:.7}.event-preview__content p{font-size:var(--text-base);color:var(--color-text-muted);line-height:var(--line-height-loose);margin-bottom:var(--space-6)}.event-preview__details{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-8);padding:var(--space-6);background-color:var(--color-off-white);border-radius:var(--border-radius-lg);border-left:3px solid var(--color-green)}.event-preview__detail{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text)}.event-preview__detail svg{color:var(--color-green);flex-shrink:0;width:18px;height:18px}.event-preview__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.sponsors-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.sponsors-strip__inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding);padding-block:var(--space-10)}.sponsors-strip__label{text-align:center;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-6)}.sponsors-strip__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-8) var(--space-12)}.sponsors-strip__logo{display:flex;align-items:center}.sponsors-strip__logo img{height:36px;width:auto;max-width:120px;object-fit:contain;filter:grayscale(1);opacity:.55;transition:filter var(--transition-base),opacity var(--transition-base)}.sponsors-strip__logo a:hover img,.sponsors-strip__logo:hover img{filter:grayscale(0);opacity:1}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.sponsors-cards{background-color:var(--color-off-white)}.sponsors-cards__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width: 640px){.sponsors-cards__grid{grid-template-columns:repeat(2, 1fr)}}.sponsors-cards__item{display:flex;flex-direction:column;align-items:center;background-color:var(--color-white);border:1px solid var(--color-border);border-top:3px solid var(--color-green);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;text-align:center;transition:box-shadow var(--transition-base),transform var(--transition-base)}.sponsors-cards__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.sponsors-cards__logo-wrap{display:flex;align-items:center;justify-content:center;width:100%;padding:var(--space-10) var(--space-8);border-bottom:1px solid var(--color-border);min-height:140px}.sponsors-cards__name-fallback{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);line-height:var(--line-height-snug)}.sponsors-cards__logo{max-height:100px;max-width:260px;width:auto;height:auto;object-fit:contain}.sponsors-cards__description{font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed);margin:0;padding:var(--space-6) var(--space-8);flex:1}.sponsors-cards__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--color-green);text-decoration:none;padding:var(--space-4) var(--space-8) var(--space-6);transition:color var(--transition-fast)}.sponsors-cards__link::after{content:"→";font-size:1em;transition:transform var(--transition-fast)}.sponsors-cards__link:hover{color:var(--color-green-dark)}.sponsors-cards__link:hover::after{transform:translateX(3px)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.trusted-partners__title{font-size:var(--text-2xl);font-weight:var(--font-weight-bold);text-transform:uppercase;color:var(--color-green);text-align:center;letter-spacing:var(--letter-spacing-wide, 0.05em);margin-bottom:var(--space-12)}.trusted-partners__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-10) var(--space-12)}@media(min-width: 640px){.trusted-partners__grid{gap:var(--space-10) var(--space-16)}}.trusted-partners__item{display:flex;align-items:center;justify-content:center}.trusted-partners__logo{max-height:56px;max-width:160px;width:auto;height:auto;object-fit:contain}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.event-hero{position:relative;min-height:60vh;display:flex;align-items:center;overflow:hidden;background-color:var(--color-green-dark)}.event-hero__bg{position:absolute;inset:0;z-index:var(--z-below)}.event-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.event-hero__bg::after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='145' cy='200' rx='44' ry='100' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-6,145,200)'/%3E%3Cellipse cx='148' cy='132' rx='26' ry='20' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03'/%3E%3Cellipse cx='420' cy='108' rx='70' ry='48' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(25,420,108)'/%3E%3Cellipse cx='438' cy='90' rx='25' ry='18' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(25,438,90)'/%3E%3Cellipse cx='400' cy='318' rx='78' ry='52' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-15,400,318)'/%3E%3Cellipse cx='382' cy='304' rx='30' ry='22' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(-15,382,304)'/%3E%3Cellipse cx='50' cy='310' rx='35' ry='28' fill='%232d6a4f' fill-opacity='0.07' stroke='white' stroke-width='1.2' stroke-opacity='0.03' transform='rotate(20,50,310)'/%3E%3C/svg%3E"),linear-gradient(to bottom, rgba(27, 67, 50, 0.65) 0%, rgba(27, 67, 50, 0.85) 100%);background-size:600px 400px,100% 100%;background-repeat:repeat,no-repeat}.event-hero__inner{position:relative;z-index:var(--z-base);max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding);padding-block:calc(var(--space-24) + 80px) var(--space-20);width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.event-hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);background-color:rgba(201,168,76,.18);border:1px solid rgba(201,168,76,.4);border-radius:var(--border-radius-full);padding:var(--space-1) var(--space-4);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold-light);margin-bottom:var(--space-6)}.event-hero__title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-weight-extrabold);color:var(--color-white);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);margin-bottom:var(--space-5);max-width:20ch}.event-hero__impact{font-size:var(--text-base);color:hsla(0,0%,100%,.75);margin-bottom:var(--space-10)}.event-hero__actions{display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}@media(min-width: 640px){.event-hero__actions{flex-direction:row;justify-content:center}}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.event-overview__inner{display:grid;grid-template-columns:1fr;gap:var(--space-12)}@media(min-width: 1024px){.event-overview__inner{grid-template-columns:1fr 380px;align-items:start}}.event-overview__title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-text);margin-bottom:var(--space-6);line-height:var(--line-height-snug)}.event-overview__description{color:var(--color-text-muted);line-height:var(--line-height-loose);margin-bottom:var(--space-6)}.event-overview__description p{margin-bottom:var(--space-4)}.event-overview__description p:last-child{margin-bottom:0}.event-overview__format{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.event-overview__format svg{color:var(--color-green);flex-shrink:0}.event-overview__format strong{color:var(--color-text)}.event-overview__card{background-color:var(--color-white);border:1px solid var(--color-border);border-top:3px solid var(--color-gold);border-radius:var(--border-radius-lg);padding:var(--space-8);box-shadow:var(--shadow-sm)}.event-overview__card-title{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--color-text);margin-bottom:var(--space-6)}.event-overview__card-title svg{color:var(--color-green);flex-shrink:0}.event-overview__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-3)}.event-overview__list li{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--line-height-snug)}.event-overview__list li::before{content:"";display:block;width:6px;height:6px;border-radius:50%;background-color:var(--color-green);flex-shrink:0}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.section--green{background-color:var(--color-green-dark)}.section--green .section__title{color:var(--color-white)}.event-awards__title{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-white);margin-bottom:0}.event-awards__grid{display:grid;grid-template-columns:1fr;gap:var(--space-4);list-style:none;padding:0;margin:0}@media(min-width: 640px){.event-awards__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.event-awards__grid{grid-template-columns:repeat(3, 1fr)}}.event-awards__item{display:flex;align-items:center;gap:var(--space-4);background-color:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--border-radius-lg);padding:var(--space-5) var(--space-6);font-size:var(--text-base);font-weight:var(--font-weight-medium);color:var(--color-white);transition:background-color var(--transition-base)}.event-awards__item:hover{background-color:hsla(0,0%,100%,.12)}.event-awards__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(201,168,76,.2);color:var(--color-gold-light);flex-shrink:0}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.event-venue{background-color:var(--color-off-white)}.event-venue__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width: 768px){.event-venue__grid{grid-template-columns:repeat(2, 1fr)}}.event-venue__card{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.event-venue__image-wrap{position:relative;aspect-ratio:1/1;background-color:var(--color-green)}.event-venue__image{width:100%;height:100%;object-fit:cover}.event-venue__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, var(--color-green) 0%, var(--color-green-dark) 100%);color:hsla(0,0%,100%,.3)}.event-venue__badge{position:absolute;top:var(--space-4);left:var(--space-4);background-color:var(--color-green);color:var(--color-white);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;padding:var(--space-1) var(--space-3);border-radius:var(--border-radius-full)}.event-venue__badge--gold{background-color:var(--color-gold)}.event-venue__info{padding:var(--space-6) var(--space-8) var(--space-8)}.event-venue__name{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);margin-bottom:var(--space-4);line-height:var(--line-height-snug)}.event-venue__detail{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-3);line-height:var(--line-height-snug)}.event-venue__detail svg{flex-shrink:0;margin-top:2px;color:var(--color-green)}.event-venue__detail a{color:inherit;text-decoration:none}.event-venue__detail a:hover{color:var(--color-green)}.event-venue__note{font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.event-venue__map-link{display:inline-block;margin-top:var(--space-4);font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--color-green);text-decoration:none}.event-venue__map-link:hover{color:var(--color-green-dark)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.rules{background-color:var(--color-green-dark);color:var(--color-white);position:relative;overflow:hidden}.rules::before{content:"";position:absolute;inset:0;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='145' cy='200' rx='44' ry='100' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-6,145,200)'/%3E%3Cellipse cx='148' cy='132' rx='26' ry='20' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03'/%3E%3Cellipse cx='420' cy='108' rx='70' ry='48' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(25,420,108)'/%3E%3Cellipse cx='438' cy='90' rx='25' ry='18' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(25,438,90)'/%3E%3Cellipse cx='400' cy='318' rx='78' ry='52' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-15,400,318)'/%3E%3Cellipse cx='382' cy='304' rx='30' ry='22' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(-15,382,304)'/%3E%3Cellipse cx='50' cy='310' rx='35' ry='28' fill='%232d6a4f' fill-opacity='0.07' stroke='white' stroke-width='1.2' stroke-opacity='0.03' transform='rotate(20,50,310)'/%3E%3C/svg%3E");background-size:600px 400px;background-repeat:repeat;pointer-events:none}.rules__inner{position:relative;z-index:1}.rules__header{text-align:center;margin-bottom:var(--space-12)}.rules__header h2{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-white);margin-bottom:var(--space-2)}.rules__header p{font-size:var(--text-sm);color:hsla(0,0%,100%,.55);font-style:italic}.rules__block{display:grid;grid-template-columns:1fr;gap:var(--space-10);align-items:center;margin-bottom:var(--space-16)}.rules__block:last-of-type{margin-bottom:0}@media(min-width: 768px){.rules__block{grid-template-columns:1fr 1fr;gap:var(--space-16)}}@media(min-width: 768px){.rules__block--reverse .rules__image{order:-1}}.rules__image{border-radius:var(--border-radius-xl);overflow:hidden;aspect-ratio:4/3;box-shadow:0 12px 40px rgba(0,0,0,.4)}.rules__image img{width:100%;height:100%;object-fit:cover}.rules__image--placeholder{background-color:hsla(0,0%,100%,.06);display:flex;align-items:center;justify-content:center}.rules__image--placeholder svg{width:64px;height:64px;opacity:.2}.rules__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-5)}.rules__rule{display:flex;gap:var(--space-4);font-size:var(--text-sm);line-height:var(--line-height-loose);color:hsla(0,0%,100%,.85)}.rules__num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background-color:var(--color-gold);color:var(--color-green-dark);font-size:var(--text-xs);font-weight:var(--font-weight-bold);display:flex;align-items:center;justify-content:center;margin-top:2px}.rules__rule-text strong{color:var(--color-white)}.rules__closing{text-align:center;margin-top:var(--space-12);font-family:var(--font-heading);font-size:var(--text-2xl);font-style:italic;color:var(--color-gold)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.champions__widget{max-width:var(--container-max);margin:0 auto}.champions__tabs-wrapper{position:relative;border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0;overflow:hidden}.champions__tabs-wrapper::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background:linear-gradient(to right, transparent, var(--color-green-dark));pointer-events:none}@media(min-width: 1024px){.champions__tabs-wrapper::after{display:none}}.champions__tabs{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-1);background-color:var(--color-green-dark);padding:var(--space-2) var(--space-3);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.champions__tabs::-webkit-scrollbar{display:none}@media(min-width: 1024px){.champions__tabs{justify-content:center}}.champions__tab{flex-shrink:0;padding:var(--space-2) var(--space-4);border-radius:var(--border-radius-full);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:hsla(0,0%,100%,.6);background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast);white-space:nowrap}.champions__tab:hover:not(.is-active){color:var(--color-white)}.champions__tab.is-active{color:var(--color-green-dark);background-color:var(--color-white);font-weight:var(--font-weight-extrabold)}.champions__see-all{margin-left:auto;flex-shrink:0;padding:var(--space-2) var(--space-5);border-radius:var(--border-radius-full);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-green-dark);background-color:var(--color-white);text-decoration:none;transition:background-color var(--transition-fast),color var(--transition-fast);white-space:nowrap}.champions__see-all:hover{background-color:var(--color-gold);color:var(--color-white)}.champions__panels{background-color:var(--color-white);border-radius:0 0 var(--border-radius-xl) var(--border-radius-xl);border:1px solid var(--color-border);border-top:none;padding:var(--space-8) var(--space-6)}@media(min-width: 768px){.champions__panels{padding:var(--space-10) var(--space-10)}}.champions__panel{animation:champions-fade-in var(--transition-base) ease}.champions__panel[hidden]{display:none}.champions__grid{display:grid;grid-template-columns:1fr;gap:var(--space-8)}@media(min-width: 640px){.champions__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.champions__grid{grid-template-columns:repeat(3, 1fr)}}.champions__category{display:flex;flex-direction:column;gap:var(--space-3)}.champions__cat-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold);margin:0}.champions__names{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.champions__name{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text);line-height:var(--line-height-tight)}.champions__name::before{content:"";display:inline-block;flex-shrink:0;width:6px;height:6px;border-radius:var(--border-radius-full);background-color:var(--color-green-light)}.champions__empty{color:var(--color-text-muted);font-style:italic;font-size:var(--text-sm);margin:0}@keyframes champions-fade-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.champs-hero{background-color:var(--color-green-dark);padding-top:calc(var(--section-padding) + 80px);padding-bottom:var(--section-padding);padding-inline:var(--container-padding);text-align:center}.champs-hero__inner{max-width:var(--container-narrow);margin-inline:auto}.champs-hero__eyebrow{display:inline-block;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-4)}.champs-hero__title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-weight-extrabold);color:var(--color-white);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-tight);margin-bottom:var(--space-5)}.champs-hero__subtitle{font-size:var(--text-lg);color:hsla(0,0%,100%,.7);line-height:var(--line-height-base);max-width:48ch;margin-inline:auto;margin-bottom:0}.champs-archive__year-block{padding-block:var(--space-12)}.champs-archive__year-block:last-child{padding-bottom:0}.champs-archive__year-block:first-child{padding-top:0}.champs-archive__year-header{display:flex;align-items:center;gap:var(--space-5);margin-bottom:var(--space-8)}.champs-archive__year-header::before,.champs-archive__year-header::after{content:"";flex:1;height:1px;background:linear-gradient(to right, transparent, var(--color-border-dark) 30%, var(--color-border-dark) 70%, transparent)}.champs-archive__year-label{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-weight-extrabold);color:var(--color-gold);letter-spacing:var(--letter-spacing-tight);line-height:1;padding:var(--space-4) var(--space-8);background-color:var(--color-green-dark);border-radius:var(--border-radius-full)}.champs-archive__year-label svg{flex-shrink:0;width:22px;height:22px;position:relative;top:3px}.champs-archive__year-label-text{position:relative;top:-2px}.champs-archive__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-4)}@media(min-width: 640px){.champs-archive__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 768px){.champs-archive__grid{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:var(--space-5)}}.champs-archive__category{background-color:var(--color-white);border-radius:var(--border-radius);border-top:3px solid var(--color-gold);padding:var(--space-5);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-3)}.champs-archive__cat-label{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--color-gold);margin:0}.champs-archive__names{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.champs-archive__name{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text);line-height:var(--line-height-snug)}.champs-archive__name::before{content:"";display:inline-block;flex-shrink:0;width:5px;height:5px;border-radius:var(--border-radius-full);background-color:var(--color-green-light);margin-top:.45em}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.special-champ{text-align:center}.special-champ__title{color:var(--color-green)}.special-champ__subtitle{color:var(--color-text-muted);font-size:var(--text-lg);margin-top:var(--space-3);margin-bottom:0}.special-champ__image-wrap{margin-top:var(--space-10);display:flex;justify-content:center}.special-champ__image{max-width:560px;width:100%;height:auto;border-radius:var(--border-radius-lg)}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.cta-banner{position:relative;overflow:hidden}.cta-banner__bg{position:absolute;inset:0;z-index:var(--z-below)}.cta-banner__bg img{width:100%;height:100%;object-fit:cover}.cta-banner__bg::after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400'%3E%3Cellipse cx='145' cy='200' rx='44' ry='100' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-6,145,200)'/%3E%3Cellipse cx='148' cy='132' rx='26' ry='20' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03'/%3E%3Cellipse cx='420' cy='108' rx='70' ry='48' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(25,420,108)'/%3E%3Cellipse cx='438' cy='90' rx='25' ry='18' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(25,438,90)'/%3E%3Cellipse cx='400' cy='318' rx='78' ry='52' fill='%232d6a4f' fill-opacity='0.08' stroke='white' stroke-width='1.5' stroke-opacity='0.04' transform='rotate(-15,400,318)'/%3E%3Cellipse cx='382' cy='304' rx='30' ry='22' fill='%2340916c' fill-opacity='0.10' stroke='white' stroke-width='1' stroke-opacity='0.03' transform='rotate(-15,382,304)'/%3E%3Cellipse cx='50' cy='310' rx='35' ry='28' fill='%232d6a4f' fill-opacity='0.07' stroke='white' stroke-width='1.2' stroke-opacity='0.03' transform='rotate(20,50,310)'/%3E%3C/svg%3E"),linear-gradient(135deg, rgba(27, 67, 50, 0.92) 0%, rgba(45, 106, 79, 0.88) 100%);background-size:600px 400px,100% 100%;background-repeat:repeat,no-repeat}.cta-banner__inner{position:relative;z-index:var(--z-base);text-align:center;max-width:var(--container-narrow);margin-inline:auto;padding-inline:var(--container-padding);padding-block:var(--section-padding)}.cta-banner__title{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-white);margin-bottom:var(--space-4)}.cta-banner__text{font-size:var(--text-lg);color:hsla(0,0%,100%,.8);line-height:var(--line-height-loose);margin-bottom:var(--space-10);max-width:50ch;margin-inline:auto}.cta-banner__actions{display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}@media(min-width: 640px){.cta-banner__actions{flex-direction:row;justify-content:center}}/*!
Theme Name: Buddies Open
Theme URI: https://buddiesopen.com/
Author: Matt Lekoutovich
Description: Buddies Open charity golf tournament theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buddies_open
*/.gallery-hero{text-align:center;padding-top:clamp(5rem,12vw,8rem);padding-bottom:clamp(3rem,8vw,5rem)}.gallery-hero__title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-weight-bold);color:var(--color-white);margin:var(--space-3) 0 0;line-height:var(--line-height-tight)}.gallery-hero__intro{font-size:var(--text-lg);color:hsla(0,0%,100%,.8);margin:var(--space-4) auto 0;max-width:560px;line-height:var(--line-height-base)}.gallery-tabs__widget{max-width:var(--container-wide);margin:0 auto}.gallery-tabs__tablist{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-1);background-color:var(--color-green-dark);border-radius:var(--border-radius-xl) var(--border-radius-xl) 0 0;padding:var(--space-3) var(--space-3)}.gallery-tabs__tab{flex-shrink:0;padding:var(--space-2) var(--space-5);border-radius:var(--border-radius-full);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:hsla(0,0%,100%,.6);background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast);white-space:nowrap}.gallery-tabs__tab:hover:not(.is-active){color:var(--color-white)}.gallery-tabs__tab.is-active{color:var(--color-green-dark);background-color:var(--color-white);font-weight:var(--font-weight-extrabold)}.gallery-tabs__panels{background-color:var(--color-white);border-radius:0 0 var(--border-radius-xl) var(--border-radius-xl);border:1px solid var(--color-border);border-top:none;padding:var(--space-8) var(--space-6)}@media(min-width: 768px){.gallery-tabs__panels{padding:var(--space-10)}}.gallery-tabs__panel{animation:gallery-fade-in var(--transition-base) ease}.gallery-tabs__panel[hidden]{display:none}.gallery-tabs__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-2)}@media(min-width: 640px){.gallery-tabs__grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.gallery-tabs__grid{grid-template-columns:repeat(4, 1fr);gap:var(--space-3)}}@media(min-width: 1280px){.gallery-tabs__grid{grid-template-columns:repeat(5, 1fr)}}.gallery-tabs__item{display:block;overflow:hidden;border-radius:var(--border-radius-md);aspect-ratio:4/3;background-color:var(--color-border)}.gallery-tabs__img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.gallery-tabs__img:hover{transform:scale(1.04)}.gallery-tabs__empty{color:var(--color-text-muted);font-style:italic;font-size:var(--text-sm);text-align:center;padding:var(--space-12) 0;margin:0}@keyframes gallery-fade-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.gallery-preview__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:160px;gap:var(--space-2);margin-top:var(--space-8)}@media(min-width: 640px){.gallery-preview__grid{grid-template-columns:repeat(4, 1fr);grid-auto-rows:180px}}@media(min-width: 1024px){.gallery-preview__grid{grid-auto-rows:220px;gap:var(--space-3)}}.gallery-preview__item{display:block;overflow:hidden;border-radius:var(--border-radius-md);background-color:var(--color-border)}@media(min-width: 640px){.gallery-preview__item:nth-child(1){grid-column:span 2;grid-row:span 2}.gallery-preview__item:nth-child(6){grid-column:span 2}}.gallery-preview__img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.gallery-preview__img:hover{transform:scale(1.06)}.gallery-preview__cta{text-align:center;margin-top:var(--space-10)}
