
:root{
  --yellow:#f5ba23;
  --yellow-2:#ffd85a;
  --black:#101116;
  --black-2:#1b1d24;
  --ink:#171820;
  --muted:#64666d;
  --line:#e8dfbf;
  --cream:#fffaf0;
  --white:#ffffff;
  --shadow:0 20px 55px rgba(16,17,22,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;height:auto}
.container{width:min(1160px,92vw);margin-inline:auto}
.topline{background:var(--black);color:#f7f0d3;font-size:14px;letter-spacing:.01em}
.topline .container{display:flex;justify-content:center;gap:18px;padding:8px 0;text-align:center}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #eee5c5}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:86px}
.logo img{width:238px;height:auto}.menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.menu a{padding:12px 14px;border-radius:999px;font-weight:700;color:#2d2d32;font-size:15px}.menu a:hover,.menu a.active{background:var(--yellow);color:#111318}.nav-cta{background:var(--black);color:#fff!important;padding:13px 18px!important;border-radius:14px!important;box-shadow:0 12px 25px rgba(0,0,0,.14)}.nav-cta:hover{background:#000!important;color:var(--yellow)!important}.hamburger{display:none;border:0;background:var(--black);color:#fff;width:46px;height:46px;border-radius:14px;font-size:24px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#fff 46%,#17181e 46%,#17181e 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1.02fr;gap:44px;align-items:center;min-height:680px;padding:76px 0 112px}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;color:#a77700;font-weight:900;letter-spacing:.22em;font-size:13px}.eyebrow:after{content:"";width:76px;height:2px;background:var(--yellow)}h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:18px 0 20px;letter-spacing:-.055em}.highlight{color:#d59a00}.lead{font-size:20px;color:#56575e;margin:0 0 28px;max-width:620px}.hero-actions,.actions{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:2px solid var(--black);background:var(--black);color:#fff;font-weight:900;padding:15px 22px;border-radius:16px;box-shadow:0 16px 34px rgba(16,17,22,.18);transition:.2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(16,17,22,.22)}.btn.yellow{background:var(--yellow);border-color:var(--yellow);color:#151515}.btn.ghost{background:#fff;color:var(--black);border-color:#e7d99f;box-shadow:none}.btn.ghost:hover{border-color:var(--yellow)}
.hero-card{position:relative;border-radius:36px;overflow:hidden;box-shadow:var(--shadow);min-height:472px;transform:skewX(-3deg)}.hero-card img{width:100%;height:100%;min-height:472px;object-fit:cover;transform:skewX(3deg) scale(1.06)}.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.48))}.hero-note{position:absolute;right:26px;bottom:26px;z-index:2;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding:18px;border-radius:20px;max-width:310px;box-shadow:0 15px 38px rgba(0,0,0,.20);transform:skewX(3deg)}.hero-note strong{display:block;color:#111318;font-size:18px}.hero-note span{color:#5c5f66;font-size:14px}
.quick-strip{margin-top:-70px;position:relative;z-index:5}.strip-card{background:#fff;border:1px solid #eee4bd;border-radius:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.strip-item{padding:26px 24px;display:flex;gap:16px;align-items:flex-start;border-right:1px solid #eee4bd}.strip-item:last-child{border-right:0}.strip-icon{width:48px;height:48px;min-width:48px;border-radius:16px;background:#111318;color:var(--yellow);display:grid;place-items:center;font-size:24px}.strip-item h3{margin:0 0 6px;font-size:17px}.strip-item p{margin:0;color:#64666d;font-size:14px}
.section{padding:92px 0}.section.soft{background:#fff9e7}.section.dark{background:var(--black);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-kicker{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:#a77700;font-weight:900}.section.dark .section-kicker{color:var(--yellow)}.section h2{font-size:clamp(31px,4vw,48px);line-height:1.05;margin:8px 0 0;letter-spacing:-.04em}.section-head p{max-width:520px;color:#666970;margin:0}.section.dark .section-head p{color:#c9ccd5}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card,.venue-card,.format-card,.info-card{background:#fff;border:1px solid #eee4bd;border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 35px rgba(16,17,22,.08)}.service-card img,.venue-card img,.format-card img,.info-card img{height:220px;width:100%;object-fit:cover}.card-body{padding:24px}.card-body h3{font-size:22px;margin:0 0 9px;letter-spacing:-.02em}.card-body p{color:#61636a;margin:0}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.tag{background:#fff3c9;color:#5e4300;padding:7px 10px;border-radius:999px;font-weight:700;font-size:12px}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.split-img{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);position:relative}.split-img img{height:520px;width:100%;object-fit:cover}.split-content h2{font-size:clamp(34px,4vw,55px);line-height:1.05;margin:10px 0 18px}.list{display:grid;gap:14px;margin-top:24px}.list-item{display:flex;gap:13px;padding:16px;background:#fff;border:1px solid #eee4bd;border-radius:18px}.list-item b{display:grid;place-items:center;width:34px;height:34px;background:var(--yellow);border-radius:12px;color:#111318}.list-item h3{margin:0 0 2px;font-size:17px}.list-item p{margin:0;color:#666970;font-size:14px}
.dark .info-card{background:#1c1e26;border-color:#333642;color:#fff}.dark .info-card p{color:#c7c9d0}.dark .tag{background:#3a2d09;color:#ffdf78}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border:1px solid #eee4bd;padding:25px;border-radius:22px;text-align:center}.stat strong{display:block;font-size:36px;line-height:1;color:#111318}.stat span{color:#666970;font-weight:700}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.step{position:relative;background:#fff;border:1px solid #eee4bd;border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(16,17,22,.07)}.step:before{counter-increment:step;content:"0" counter(step);display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#111318;color:var(--yellow);font-weight:900;font-size:20px;margin-bottom:22px}.step h3{margin:0 0 9px}.step p{margin:0;color:#65676d}.wide-cta{background:linear-gradient(135deg,var(--black),#2b2414);color:#fff;border-radius:34px;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;overflow:hidden;box-shadow:var(--shadow)}.wide-cta .copy{padding:48px}.wide-cta h2{font-size:clamp(32px,4vw,52px);margin:0 0 14px}.wide-cta p{color:#e4e2dc;margin:0 0 24px}.wide-cta img{height:430px;width:100%;object-fit:cover}.wide-cta .btn{background:var(--yellow);border-color:var(--yellow);color:#111318}
.page-hero{background:linear-gradient(135deg,#fff9e8 0%,#fff 50%,#15161b 50%,#15161b 100%);padding:74px 0}.page-hero-grid{display:grid;grid-template-columns:1fr .9fr;gap:38px;align-items:center}.page-hero h1{font-size:clamp(42px,5vw,66px)}.page-hero p{font-size:19px;color:#5d6066;max-width:660px}.page-hero img{border-radius:30px;height:360px;width:100%;object-fit:cover;box-shadow:var(--shadow)}.breadcrumb{color:#9b7506;font-weight:900;text-transform:uppercase;letter-spacing:.18em;font-size:12px}
.feature-table{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-box{background:#fff;border:1px solid #eee4bd;border-radius:24px;padding:24px}.feature-box h3{margin-top:0}.feature-box p{color:#63656d}.faq-list{display:grid;gap:16px}.faq{background:#fff;border:1px solid #eee4bd;border-radius:20px;padding:22px}.faq h3{margin:0 0 8px}.faq p{margin:0;color:#62646b}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}.contact-panel,.form-panel{background:#fff;border:1px solid #eee4bd;border-radius:26px;box-shadow:0 14px 34px rgba(16,17,22,.08);padding:28px}.contact-panel img{border-radius:22px;margin-bottom:20px}.contact-line{padding:15px 0;border-bottom:1px solid #eee4bd}.contact-line:last-child{border-bottom:0}.contact-line strong{display:block;color:#111318}.contact-line span{color:#62646b}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field{display:grid;gap:7px}.form-field.full{grid-column:1/-1}label{font-weight:800;color:#22232a}input,select,textarea{width:100%;border:1px solid #ded2a8;border-radius:14px;padding:14px 15px;font:inherit;background:#fffdf7;color:#1d1e24}textarea{min-height:140px;resize:vertical}.hp{position:absolute;left:-9999px}.notice{font-size:13px;color:#6a6d72;margin-top:10px}.legal{background:#fff;border:1px solid #eee4bd;border-radius:24px;padding:34px;box-shadow:0 14px 34px rgba(16,17,22,.07)}.legal h2{font-size:26px;margin-top:28px}.legal p,.legal li{color:#60636a}.footer{background:#101116;color:#d9dbe3;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.7fr);gap:30px}.footer h3{color:#fff;margin:0 0 14px}.footer p,.footer a{color:#d0d2da}.footer a:hover{color:var(--yellow)}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid #30323a;margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;color:#aaaeb9;font-size:14px}.mini-logo{width:220px;margin-bottom:16px}.pill{display:inline-flex;align-items:center;gap:8px;background:#ffefb9;color:#5a3c00;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:900}.image-strip{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:18px}.image-strip img{height:320px;width:100%;object-fit:cover;border-radius:26px;box-shadow:0 12px 30px rgba(16,17,22,.1)}
@media (max-width:1050px){.menu{position:fixed;left:4vw;right:4vw;top:95px;background:#fff;border:1px solid #eee4bd;border-radius:24px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch;padding:12px}.menu.open{display:flex}.menu a{border-radius:14px}.hamburger{display:block}.nav{min-height:76px}.hero-grid,.page-hero-grid,.split,.wide-cta,.contact-grid{grid-template-columns:1fr}.hero{background:#fff}.hero-grid{padding:52px 0 95px;min-height:auto}.hero-card{transform:none}.hero-card img{transform:none;min-height:360px}.hero-note{transform:none}.strip-card{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.process,.stats{grid-template-columns:repeat(2,1fr)}.wide-cta img{height:340px}.footer-grid{grid-template-columns:1fr 1fr}.page-hero{background:#fff9e8}.image-strip{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.topline .container{font-size:12px;line-height:1.4}.logo img{width:205px}.hero-grid{gap:28px}.lead{font-size:17px}.hero-card{border-radius:22px;min-height:285px}.hero-card img{min-height:285px}.hero-note{position:static;margin:14px;background:#fff}.strip-card,.card-grid,.process,.stats,.feature-table,.form-grid,.footer-grid,.image-strip{grid-template-columns:1fr}.strip-item{border-right:0;border-bottom:1px solid #eee4bd}.section{padding:66px 0}.section-head{display:block}.split-img img,.page-hero img{height:280px}.wide-cta{border-radius:24px}.wide-cta .copy{padding:28px}.wide-cta img{height:260px}.contact-panel,.form-panel,.legal{padding:22px}.footer-bottom{display:block}.page-hero{padding:48px 0}.page-hero h1,h1{letter-spacing:-.04em}.btn{width:100%}}
