/* Sunshine Coast AI Workshops: warm editorial workshop system. */
@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/inter-latin-variable.woff2') format('woff2'); }
:root { --ink:#20221f; --paper:#fbfaf7; --white:#fff; --accent:#ffde00; --mist:#f1f1eb; --muted:#646660; --soft-line:#ddded6; --error:#a72626; --success:#236244; --light-ink:#d1d5c9; --font:Inter,Arial,sans-serif; --page:clamp(22px,5vw,72px); --ease-out:cubic-bezier(.23,1,.32,1); --space-sm:16px; --space-md:24px; --space-lg:40px; --space-xl:72px; }
* { box-sizing:border-box; }
[hidden] { display:none !important; }
html { scroll-behavior:smooth; scroll-padding-top:100px; overflow-x:clip; }
body { margin:0; min-height:100svh; background:var(--paper); color:var(--ink); font:400 18px/1.65 var(--font); -webkit-font-smoothing:antialiased; overflow-x:clip; }
body.menu-open { overflow:hidden; }
a { color:inherit; text-underline-offset:5px; text-decoration-thickness:1px; }
button,input,textarea,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
img { display:block; max-width:100%; }
::selection { background:var(--accent); color:var(--ink); }
:focus-visible { outline:3px solid var(--ink); outline-offset:4px; }
.site-footer :focus-visible,.price-section :focus-visible { outline-color:var(--accent); }
.sr-only,.honeypot { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.skip-link { position:fixed; left:20px; top:12px; z-index:100; padding:12px 20px; background:var(--accent); opacity:0; pointer-events:none; transform:translateY(-100px); }
.skip-link:focus { opacity:1; pointer-events:auto; transform:none; }
.shell { width:min(100%,1280px); margin-inline:auto; padding-inline:var(--page); }
.site-header { position:sticky; top:0; z-index:30; background:var(--paper); border-bottom:1px solid var(--soft-line); }
.header-inner { min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.wordmark { display:inline-flex; align-items:center; gap:11px; min-height:44px; text-decoration:none; flex:none; }
.wordmark img { width:40px; height:40px; }
.brand-type { display:flex; flex-direction:column; gap:3px; }
.brand-type strong { font-size:18px; font-weight:650; line-height:1.15; letter-spacing:-.035em; }
.brand-type > span { font-size:11px; font-weight:550; line-height:1.3; letter-spacing:.13em; text-transform:uppercase; }
.desktop-nav { display:flex; align-items:center; gap:25px; margin-left:auto; font-size:14px; font-weight:500; }
.desktop-nav a { display:flex; align-items:center; min-height:44px; text-decoration:none; position:relative; }
.desktop-nav a::after { content:''; position:absolute; height:2px; background:var(--ink); left:0; right:0; bottom:5px; transform:scaleX(0); transform-origin:left; transition:transform 180ms var(--ease-out); }
.desktop-nav a[aria-current='page']::after { transform:scaleX(1); }
.button,.header-cta,.mobile-cta { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:15px 23px; background:var(--ink); border:1px solid var(--ink); border-radius:9px; color:var(--white); font-size:15px; font-weight:600; line-height:1.4; text-decoration:none; white-space:nowrap; cursor:pointer; transition:transform 140ms var(--ease-out),background-color 180ms var(--ease-out); }
.header-cta { min-height:44px; padding:10px 17px; font-size:13px; }
.button:active,.header-cta:active,.menu-button:active,.resource-filters button:active { transform:scale(.97); }
.button:focus-visible,.header-cta:focus-visible,.menu-button:focus-visible,.resource-filters button:focus-visible { transform:none; transition:none; }
.button:disabled,fieldset:disabled .button { cursor:wait; opacity:.65; }
form[data-state='success'] .button { cursor:default; opacity:1; background:var(--success); border-color:var(--success); color:var(--white); }
.menu-button { display:none; }
.mobile-menu:not([open]) { display:none; }
.mobile-menu { width:calc(100% - 28px); max-width:440px; max-height:calc(100svh - 36px); margin:18px 14px 18px auto; border:1px solid var(--soft-line); border-radius:16px; padding:24px; color:var(--ink); background:var(--paper); overscroll-behavior:contain; }
.mobile-menu::backdrop { background:rgb(20 24 18 / .45); }
.mobile-menu-heading { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.mobile-menu-heading button { min-height:44px; border:0; background:none; padding:8px; color:var(--ink); font-size:14px; cursor:pointer; }
.mobile-menu-heading button span { margin-left:8px; font-size:22px; }
.mobile-menu nav { display:flex; flex-direction:column; }
.mobile-menu nav > a:not(.mobile-cta) { min-height:60px; display:flex; align-items:center; border-bottom:1px solid var(--soft-line); text-decoration:none; font-size:21px; }
.mobile-menu .mobile-cta { margin-top:24px; }
.breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:9px; padding-block:18px 0; font-size:12px; color:var(--muted); }
.breadcrumbs a { display:inline-flex; min-height:44px; align-items:center; text-decoration:none; }
.breadcrumbs [aria-current] { max-width:58ch; overflow-wrap:anywhere; }
.hero { padding-block:54px 70px; }
.hero-inner { display:flex; flex-direction:column; align-items:center; max-width:1040px; text-align:center; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 24px; font-size:12px; font-weight:600; letter-spacing:.04em; }
.eyebrow::before { content:''; width:9px; height:9px; flex:none; border-radius:50%; background:var(--accent); outline:1px solid rgb(32 34 31 / .1); }
h1,h2,h3 { color:var(--ink); }
.hero h1 { margin:0 0 24px; max-width:900px; font-size:clamp(38px,4.4vw,58px); line-height:1.09; font-weight:600; letter-spacing:-.05em; text-wrap:balance; overflow-wrap:anywhere; }
.hero--home { padding-block:82px 76px; }
.hero--home .hero-inner { max-width:1140px; }
.hero--home h1 { font-size:clamp(42px,5.1vw,72px); max-width:960px; }
.hero-lede { max-width:650px; margin:0 0 18px; font-size:23px; line-height:1.5; font-weight:450; letter-spacing:-.018em; text-wrap:balance; }
.hero-copy { max-width:650px; margin:0; color:var(--muted); font-size:17px; line-height:1.75; text-wrap:balance; }
.hero-actions { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:16px 28px; margin-top:30px; }
.text-link { display:inline-flex; align-items:center; min-height:48px; font-size:14px; font-weight:550; text-decoration:underline; }
.hero-meta { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px 22px; margin-top:27px; color:var(--muted); font-size:12px; }
.hero-meta > span + span { padding-left:22px; border-left:1px solid var(--soft-line); }
.platform-logos { display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; gap:25px; padding:0; margin:25px 0 0; list-style:none; }
.platform-logos li { flex:0 0 28px; }
.platform-logos img { width:28px; height:28px; object-fit:contain; }
.hero--editorial,.hero--directory { padding-block:36px 48px; }
.hero--editorial .hero-inner { max-width:920px; }
.hero--editorial h1 { font-size:clamp(36px,4.3vw,54px); max-width:760px; }
.flow-section { padding-block:80px; }
.content { max-width:920px; }
.flow-stack { display:flex; flex-direction:column; gap:32px; }
.section-heading { max-width:720px; }
.section-heading h2 { margin:0; font-size:clamp(29px,3.1vw,41px); line-height:1.16; font-weight:580; letter-spacing:-.04em; text-wrap:balance; }
.section-heading > p { max-width:650px; margin:20px 0 0; color:var(--muted); font-size:18px; line-height:1.7; }
.section-mist { background:var(--mist); }
.section-accent { border-block:1px solid var(--soft-line); background:var(--paper); padding-block:62px; }
.section-accent .section-heading { padding-left:24px; border-left:4px solid var(--accent); }
.flow-list { margin:0; padding:0; list-style:none; }
.flow-list li { position:relative; padding:23px 0; border-top:1px solid var(--soft-line); }
.flow-list li:first-child { border-top:0; padding-top:0; }
.flow-list li:last-child { padding-bottom:0; }
.flow-list h3 { margin:0 0 8px; font-size:20px; font-weight:600; line-height:1.4; letter-spacing:-.025em; }
.flow-list p { margin:0; max-width:66ch; color:var(--muted); font-size:17px; line-height:1.7; }
.flow-steps li { padding:25px 0 25px 66px; border:0; }
.step-icon { position:absolute; left:0; top:25px; width:38px; height:28px; display:grid; place-items:center; color:var(--ink); }
.flow-steps li:first-child .step-icon { top:0; }
#not-for { padding-block:64px; }
#not-for .section-heading h2 { font-size:31px; }
#not-for .flow-list h3 { font-size:18px; }
#not-for .flow-list p { font-size:16px; }
.price-section { padding-block:28px 72px; }
.price-section .flow-stack { max-width:920px; padding:54px 64px; border-radius:22px; background:var(--ink); color:var(--paper); gap:28px; }
.price-section h2,.price-section h3 { color:var(--paper); }
.price-section .section-heading h2 { max-width:560px; font-size:37px; }
.price { margin:0; font-size:70px; font-weight:550; line-height:1; letter-spacing:-.055em; font-variant-numeric:tabular-nums; }
.price span { display:block; margin-top:13px; color:var(--light-ink); font-size:14px; font-weight:400; line-height:1.5; letter-spacing:0; }
.ticket-facts { margin:0 0 4px; font-size:15px; color:var(--accent); }
.ticket-facts span { margin-inline:10px; }
.price-section .flow-list p { color:var(--light-ink); font-size:16px; }
.price-section .flow-list li { border-color:rgb(255 255 255 / .18); }
.price-section .flow-list h3 { font-size:18px; }
.section-actions { display:flex; align-items:center; flex-wrap:wrap; gap:16px 24px; }
.action-note { max-width:34ch; color:var(--muted); font-size:13px; line-height:1.6; }
.price-section .action-note { color:var(--light-ink); }
.secondary-action { margin:0; font-size:15px; }
.secondary-action a { display:inline-flex; align-items:center; min-height:44px; }
.faq-list { border-top:1px solid var(--soft-line); }
details { border-bottom:1px solid var(--soft-line); }
summary { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:70px; padding:20px 0; cursor:pointer; list-style:none; font-size:18px; font-weight:500; line-height:1.4; letter-spacing:-.015em; }
summary::-webkit-details-marker { display:none; }
summary::after { content:'+'; flex:0 0 28px; height:28px; display:grid; place-items:center; border:1px solid var(--soft-line); border-radius:50%; font-size:21px; font-weight:400; }
details[open] summary::after { content:'−'; background:var(--accent); border-color:var(--accent); }
details p { margin:0; padding:0 38px 24px 0; color:var(--muted); font-size:17px; }
#waitlist,#quote { background:none; padding-block:34px 96px; }
#waitlist .flow-stack,#quote .flow-stack { max-width:920px; padding:58px 64px; background:var(--mist); border-radius:22px; }
#waitlist .section-heading > p,#quote .section-heading > p { color:var(--ink); }
.lead-form { width:100%; max-width:650px; }
.lead-form fieldset { display:flex; min-width:0; flex-direction:column; gap:20px; margin:0; padding:0; border:0; }
.field { display:flex; min-width:0; flex-direction:column; gap:7px; }
.field label { display:flex; justify-content:space-between; gap:12px; font-size:14px; font-weight:550; }
.field label span { font-weight:400; opacity:.8; }
.field input,.field select,.field textarea { width:100%; min-height:54px; padding:12px 15px; border:1px solid var(--muted); border-radius:7px; background:var(--white); color:var(--ink); font-size:16px; line-height:1.5; }
.field input[aria-invalid='true'],.field select[aria-invalid='true'] { border-color:var(--error); }
.field-error { margin:0; font-size:13px; color:var(--error); }
.field textarea { min-height:112px; resize:vertical; }
.lead-form .button { align-self:flex-start; margin-top:4px; min-width:220px; }
.hero-actions .button,.section-actions .button,.lead-form .button { background:var(--accent); border-color:var(--accent); color:var(--ink); }
.form-help { max-width:58ch; margin:18px 0 0; font-size:13px; line-height:1.6; }
.form-message { display:none; margin:22px 0 0; padding:18px 20px; border:1px solid var(--ink); border-radius:8px; background:var(--paper); font-size:16px; }
.form-message.is-visible { display:block; }
.form-message.error { color:var(--error); border-color:var(--error); }
.form-message.success { color:var(--success); border-color:var(--success); }
.link-list article { position:relative; padding:27px 0; border-top:1px solid var(--soft-line); }
.link-list article:last-child { border-bottom:1px solid var(--soft-line); }
.link-list h3 { margin:0 0 9px; font-size:25px; font-weight:550; line-height:1.35; letter-spacing:-.035em; }
.link-list h3 a { display:block; text-decoration:underline; }
.link-list h3 a::after { content:''; position:absolute; inset:0; }
.link-list p { margin:0; max-width:62ch; color:var(--muted); font-size:16px; }
.link-list h3 a:focus-visible { outline-offset:8px; }
.resource-meta { margin-bottom:12px !important; font-size:12px !important; font-weight:550; }
.resource-filters { display:flex; flex-wrap:wrap; gap:8px; }
.resource-filters button { min-height:44px; padding:10px 17px; border:1px solid var(--soft-line); border-radius:7px; background:transparent; color:var(--ink); font-size:14px; cursor:pointer; transition:transform 140ms var(--ease-out),background-color 180ms var(--ease-out); }
.resource-filters button[aria-pressed='true'] { background:var(--ink); color:var(--white); border-color:var(--ink); }
.resource-count { margin:0; color:var(--muted); font-size:13px; }
.featured-resource { padding-block:12px 44px; }
.featured-resource .flow-stack { padding:40px 48px; background:var(--mist); border-radius:18px; max-width:920px; }
.featured-resource .button { align-self:flex-start; }
.example-inputs { margin:0; border:1px solid var(--soft-line); border-radius:12px; padding:30px; background:var(--white); }
.example-inputs > div { padding:22px 0; border-top:1px solid var(--soft-line); }
.example-inputs > div:first-child { padding-top:0; border:0; }
.example-inputs > div:last-child { padding-bottom:0; }
.example-inputs dt { margin-bottom:9px; font-size:14px; font-weight:600; }
.example-inputs dd,.example-inputs blockquote { margin:0; color:var(--muted); font-size:17px; line-height:1.75; }
.guide-navigation { display:flex; flex-direction:column; align-items:flex-start; padding:25px 30px; border-left:3px solid var(--accent); background:var(--mist); }
.guide-navigation p { margin:0 0 10px; font-size:14px; font-weight:600; }
.guide-navigation a { display:flex; align-items:center; min-height:44px; padding-block:8px; font-size:15px; }
.hero--editorial + .flow-section { padding-top:10px; }
.article > section { padding-top:55px; }
.article h2 { margin:0 0 23px; font-size:31px; font-weight:580; line-height:1.25; letter-spacing:-.035em; text-wrap:balance; }
.article p { max-width:68ch; margin:0 0 24px; color:var(--muted); }
.article p:last-child { margin-bottom:0; }
.prompt-example { margin:0; padding:30px; background:var(--mist); border-left:3px solid var(--accent); font-size:18px; line-height:1.8; }
.article .prompt-example + p,.article .flow-list + p { margin-top:24px; }
.quote-table { width:100%; margin:24px 0; border-collapse:collapse; font-size:15px; line-height:1.6; }
.quote-table caption { margin-bottom:12px; color:var(--muted); font-size:13px; text-align:left; }
.quote-table th,.quote-table td { padding:14px 10px; border-bottom:1px solid var(--soft-line); text-align:left; vertical-align:top; }
.quote-table th { font-weight:550; }
.quote-table thead { background:var(--mist); }
.quote-table thead th:last-child,.quote-table td:last-child { text-align:right; white-space:nowrap; font-variant-numeric:tabular-nums; }
.quote-table tfoot tr:last-child { font-weight:600; background:var(--mist); }
.packing-checklist { min-width:0; margin:0 0 24px; padding:0; border:0; }
.packing-checklist label { display:flex; align-items:flex-start; gap:14px; min-height:48px; padding:16px 0; cursor:pointer; }
.packing-checklist label + label { border-top:1px solid var(--soft-line); }
.packing-checklist input { flex:none; width:20px; height:20px; margin:4px 0 0; accent-color:var(--ink); }
.packing-checklist input:checked + span { color:var(--muted); text-decoration:line-through; }
.site-footer { background:var(--ink); color:var(--paper); }
.footer-inner { display:grid; grid-template-columns:1.4fr 1fr 1.1fr 1fr; gap:32px; padding-block:64px 48px; }
.footer-copy { max-width:280px; margin:22px 0 0; color:var(--light-ink); font-size:14px; line-height:1.75; }
.footer-nav { display:flex; flex-direction:column; align-items:flex-start; font-size:13px; }
.footer-nav h2 { margin:0 0 14px; font-size:13px; font-weight:550; color:var(--paper); }
.footer-nav a { display:flex; align-items:center; min-height:44px; padding-block:8px; color:var(--light-ink); text-decoration:none; }
.footer-bottom { display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; padding-block:24px 28px; border-top:1px solid rgb(255 255 255 / .17); font-size:12px; color:var(--light-ink); }
.footer-bottom p { margin:0; }
.mobile-sticky-cta { display:none; }
@media (hover:hover) and (pointer:fine) {
  .button:hover:not(:active):not(:focus-visible),.header-cta:hover:not(:active):not(:focus-visible) { transform:translateY(-1px); }
  .desktop-nav a:hover::after { transform:scaleX(1); }
  .footer-nav a:hover { text-decoration:underline; }
  .text-link:hover,.link-list a:hover { text-decoration-thickness:2px; }
  .resource-filters button:not([aria-pressed='true']):hover { background:var(--mist); }
}
@media (max-width:1000px) {
  .desktop-nav,.header-cta { display:none; }
  .menu-button { display:flex; align-items:center; justify-content:center; gap:14px; min-height:44px; padding:10px 13px; border:1px solid var(--soft-line); border-radius:7px; background:transparent; color:var(--ink); font-size:13px; cursor:pointer; }
  .footer-inner { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:32px 48px; }
  .price-section .flow-stack,#waitlist .flow-stack,#quote .flow-stack,.featured-resource .flow-stack { width:calc(100% - var(--page) * 2); padding:40px; }
}
@media (max-width:760px) {
  body { font-size:17px; }
  .header-inner { min-height:72px; gap:14px; }
  .wordmark { gap:9px; }
  .wordmark img { width:35px; height:35px; }
  .brand-type strong { font-size:16px; }
  .brand-type > span { font-size:9px; }
  .hero,.hero--home { padding-block:45px 52px; }
  .hero h1,.hero--home h1 { font-size:clamp(36px,9.6vw,52px); line-height:1.12; margin-bottom:22px; }
  .hero--editorial h1,.hero--directory h1 { font-size:clamp(34px,9vw,45px); }
  .hero--editorial,.hero--directory { padding-block:24px 38px; }
  .eyebrow { margin-bottom:21px; font-size:11px; }
  .hero-lede { font-size:20px; }
  .hero-copy { font-size:16px; }
  .hero-actions { width:100%; gap:10px; margin-top:26px; }
  .hero-actions .button,.section-actions .button { width:100%; }
  .hero-actions .text-link,.section-actions .text-link { justify-content:center; width:100%; }
  .hero-meta { flex-direction:column; gap:5px; font-size:11px; margin-top:21px; }
  .hero-meta > span + span { padding:0; border:0; }
  .platform-logos { gap:25px; margin-top:22px; }
  .flow-section { padding-block:56px; }
  .flow-stack { gap:28px; }
  .section-heading h2 { font-size:31px; }
  .section-heading > p { font-size:17px; margin-top:17px; }
  .flow-list h3 { font-size:19px; }
  .flow-list p { font-size:16px; }
  .flow-steps li { padding-left:54px; }
  .step-icon { width:34px; }
  .section-accent { padding-block:46px; }
  .section-accent .section-heading { padding-left:18px; }
  #not-for { padding-block:48px; }
  #not-for .section-heading h2 { font-size:28px; }
  .price-section { padding-block:12px 44px; }
  .price-section .flow-stack,#waitlist .flow-stack,#quote .flow-stack,.featured-resource .flow-stack { width:calc(100% - 28px); padding:32px 22px; border-radius:16px; }
  .price-section .section-heading h2 { font-size:30px; }
  .price { font-size:58px; }
  .ticket-facts { font-size:13px; }
  summary { font-size:17px; }
  details p { font-size:16px; padding-right:8px; }
  #waitlist,#quote { padding-block:18px 64px; }
  .lead-form .button { width:100%; min-width:0; }
  .link-list h3 { font-size:23px; }
  .example-inputs { padding:23px; }
  .guide-navigation { padding:20px 23px; }
  .article h2 { font-size:28px; }
  .article > section { padding-top:40px; }
  .prompt-example { padding:23px; font-size:17px; }
  .quote-table { font-size:13px; }
  .quote-table th,.quote-table td { padding:12px 6px; }
  .footer-inner { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:32px 22px; padding-block:44px 32px; }
  .footer-inner > div:first-child { grid-column:1 / -1; }
  .footer-copy { max-width:350px; }
  .footer-nav { font-size:12px; }
  .footer-bottom { font-size:11px; }
  .mobile-sticky-cta { position:fixed; bottom:max(12px,env(safe-area-inset-bottom)); left:14px; right:14px; z-index:20; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px 10px 17px; background:var(--paper); border:1px solid var(--soft-line); border-radius:12px; }
  .mobile-sticky-cta strong { display:block; font-size:15px; line-height:1.3; }
  .mobile-sticky-cta strong span { font-size:10px; font-weight:400; }
  .mobile-sticky-cta small { display:block; margin-top:4px; font-size:11px; color:var(--muted); }
  .mobile-sticky-cta .button { min-height:44px; padding:10px 13px; gap:15px; font-size:12px; }
}
@media (max-width:360px) {
  .header-inner { padding-inline:18px; gap:10px; }
  .menu-button { padding-inline:10px; gap:8px; }
  .brand-type strong { font-size:14px; }
  .wordmark img { width:32px; height:32px; }
  .hero--home h1 { font-size:35px; }
  .ticket-facts span { margin-inline:5px; }
  .footer-inner { grid-template-columns:minmax(0,1fr); }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
  .button,.header-cta,.menu-button,.resource-filters button { transform:none !important; }
}
