/*
Theme Name: Brooklyn Catios Starter
Theme URI: https://brooklyncatios.com/
Author: Brooklyn Catios
Description: A focused, photo-first WordPress landing-page theme for Brooklyn Catios.
Version: 1.0.0
Text Domain: brooklyncatios
*/

:root {
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --green: #1f4c3a;
  --green-deep: #123b2d;
  --green-soft: #dce5d0;
  --yellow: #f8ca4c;
  --orange: #e86131;
  --sand: #f1e1c4;
  --ink: #1f2722;
  --muted: #6c716a;
  --line: rgba(31, 76, 58, .16);
  --shadow: 0 16px 38px rgba(37, 54, 45, .08);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.58; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(820px, 100%); }
.section { padding: 104px 0; }
.section--paper { background: var(--paper); }
.section--cream { background: var(--cream); }
.section--green { background: var(--green); color: var(--paper); }
.section--sage { background: var(--green-soft); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--green); color: white; padding: 12px 16px; z-index: 100; }
.skip-link:focus { left: 16px; top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(248, 243, 232, .96); backdrop-filter: blur(10px); }
.header-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 118px; }
.brand img { width: 126px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: -.01em; }
.main-nav a:hover { color: var(--orange); }
.header-cta { white-space: nowrap; }
.menu-toggle { display: none; appearance: none; border: 0; background: transparent; color: var(--green); padding: 10px 0; font: inherit; font-weight: 800; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 0 24px; border: 1px solid var(--green); background: var(--green); color: var(--paper); font-size: 14px; font-weight: 850; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--green-deep); }
.button--outline { background: transparent; color: var(--green); }
.button--outline:hover { background: var(--green); color: var(--paper); }
.button--yellow { border-color: var(--yellow); background: var(--yellow); color: var(--green-deep); }
.button--yellow:hover { background: #f3bd31; }
.button--small { min-height: 42px; padding: 0 17px; font-size: 12px; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--orange); }
.section-title { max-width: 640px; margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.section-intro { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 52px; }
.section-head .section-intro { margin-bottom: 0; }

.hero { padding: 92px 0 78px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: 64px; align-items: center; }
.hero h1 { max-width: 650px; margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(48px, 5.7vw, 80px); line-height: .97; letter-spacing: -.065em; }
.hero p.lede { max-width: 590px; margin: 24px 0 0; color: #4d5750; font-size: 20px; line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.micro-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.trust-pill { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--green); padding: 7px 12px; font-size: 12px; font-weight: 800; }
.trust-pill::before { content: '•'; color: var(--orange); font-size: 18px; line-height: 0; margin-right: 6px; }

.photo-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); background: var(--paper); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame--hero { min-height: 510px; }
.photo-frame--product { height: 188px; border-radius: 17px 17px 0 0; border: 0; box-shadow: none; }
.photo-frame--proof { min-height: 420px; }
.photo-frame--safety { min-height: 390px; }
.photo-frame--gallery { height: 260px; }

.placeholder { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background-color: #fbf7ee; background-image: linear-gradient(rgba(31,76,58,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(31,76,58,.055) 1px, transparent 1px); background-size: 24px 24px; }
.placeholder::after { content: ''; position: absolute; inset: 12px; border: 2px dashed rgba(31,76,58,.34); border-radius: 16px; pointer-events: none; }
.placeholder__label { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; background: var(--yellow); color: var(--green-deep); padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.placeholder strong { position: relative; z-index: 1; max-width: 340px; margin-top: 14px; color: var(--green); font-family: var(--serif); font-size: clamp(27px, 2.6vw, 40px); line-height: .98; letter-spacing: -.04em; }
.placeholder p { position: relative; z-index: 1; max-width: 390px; margin: 12px 0 0; color: #606861; font-size: 13px; font-weight: 650; line-height: 1.42; }
.placeholder--small { padding: 18px; }
.placeholder--small strong { font-size: 25px; }
.placeholder--small p { display: none; }

.promise { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-row { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; padding: 46px 0; align-items: center; }
.promise h2 { margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(27px, 3.1vw, 43px); line-height: 1.08; letter-spacing: -.05em; }
.promise p { margin: 0; color: var(--muted); font-size: 17px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); box-shadow: 0 8px 20px rgba(31,76,58,.04); }
.product-card--featured { border: 2px solid var(--green); transform: translateY(-8px); box-shadow: 0 17px 32px rgba(31,76,58,.12); }
.product-card__body { padding: 22px 21px 23px; }
.product-card__kicker { margin: 0 0 6px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: 28px; letter-spacing: -.04em; line-height: 1; }
.product-card .price { margin: 12px 0 11px; color: var(--green); font-family: var(--serif); font-size: 30px; font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.47; }
.product-card ul { margin: 18px 0 0; padding: 0; list-style: none; color: #647069; font-size: 13px; }
.product-card li { position: relative; padding-left: 16px; margin: 8px 0; }
.product-card li::before { content: '•'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.product-footnote { margin: 25px 0 0; color: var(--muted); font-size: 14px; }

.proof-grid { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); gap: 74px; align-items: center; }
.proof-copy .section-title { max-width: 520px; }
.proof-copy p { max-width: 560px; color: var(--muted); }
.proof-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.note-card { padding: 18px; border-radius: 14px; background: var(--green-soft); color: var(--green-deep); }
.note-card:nth-child(2) { background: var(--sand); }
.note-card:nth-child(3) { background: var(--yellow); }
.note-card b { display: block; font-size: 13px; }
.note-card span { display: block; margin-top: 5px; color: #647069; font-size: 12px; line-height: 1.35; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 28px 25px; min-height: 215px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.step__number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--yellow); color: var(--green-deep); font-size: 13px; font-weight: 900; }
.step h3 { margin: 24px 0 9px; color: var(--green-deep); font-family: var(--serif); font-size: 29px; letter-spacing: -.04em; line-height: 1; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.safety-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(390px, 1.06fr); gap: 68px; align-items: center; }
.safety-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.safety-item { border-radius: 15px; background: var(--paper); padding: 18px; border: 1px solid rgba(31,76,58,.13); }
.safety-item b { display: block; color: var(--green-deep); font-size: 14px; }
.safety-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.35; }

.gallery-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 18px; }
.gallery-grid .photo-frame:first-child { grid-row: span 2; height: 538px; }
.gallery-grid .photo-frame:not(:first-child) { height: 260px; }

.quote-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.quote-copy .section-title { color: var(--paper); }
.quote-copy .section-intro { color: rgba(255,255,255,.76); }
.quote-list { margin: 30px 0 0; padding: 0; list-style: none; }
.quote-list li { display: flex; gap: 11px; margin: 12px 0; color: rgba(255,255,255,.88); font-size: 14px; }
.quote-list li::before { content: '✓'; color: var(--yellow); font-weight: 900; }
.quote-form { padding: 31px; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 17px 40px rgba(0,0,0,.17); }
.form-intro { margin: 0 0 21px; color: var(--muted); font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; margin-bottom: 7px; color: var(--green-deep); font-size: 12px; font-weight: 850; }
.form-field input, .form-field select, .form-field textarea { display: block; width: 100%; border: 1px solid rgba(31,76,58,.23); border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fffefa; font: inherit; font-size: 14px; }
.form-field textarea { min-height: 115px; resize: vertical; }
.form-field input[type=file] { padding: 10px; background: #fbf8f0; font-size: 12px; }
.form-field .help { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 5px 0 17px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.consent input { margin-top: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.quote-message { margin: 0 0 16px; padding: 12px 14px; border-radius: 10px; background: var(--green-soft); color: var(--green-deep); font-size: 14px; font-weight: 700; }
.quote-message--error { background: #f7d6c9; color: #732f1b; }

.faq { border-top: 1px solid var(--line); }
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 0; color: var(--green-deep); font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: -.035em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; float: right; color: var(--orange); font-family: var(--sans); }
.faq-item[open] summary::after { content: '–'; }
.faq-item p { max-width: 720px; margin: 0 0 24px; color: var(--muted); }

.site-footer { background: var(--green-deep); color: rgba(255,255,255,.72); padding: 50px 0 28px; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.footer-logo { width: 160px; filter: brightness(0) invert(1) sepia(.2) saturate(.2); opacity: .95; }
.footer-promise { max-width: 460px; margin: 10px 0 0; font-family: var(--serif); color: white; font-size: 26px; line-height: 1.04; letter-spacing: -.035em; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.footer-nav a { font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: 12px; }
.footer-bottom a:hover { color: var(--yellow); }

.page-basic { padding: 80px 0; background: var(--paper); }
.page-basic h1 { color: var(--green-deep); font-family: var(--serif); font-size: 48px; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card--featured { transform: none; }
  .hero-grid, .safety-grid, .proof-grid, .quote-wrap { gap: 42px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }
}
@media (max-width: 800px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .header-row { min-height: 72px; }
  .brand img { width: 105px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px 18px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 14px 22px rgba(0,0,0,.06); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 3px; }
  .main-nav .header-cta { margin-top: 4px; text-align: center; }
  .hero { padding: 62px 0 56px; }
  .hero-grid, .promise-row, .proof-grid, .safety-grid, .quote-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(44px, 12vw, 67px); }
  .hero p.lede { font-size: 18px; }
  .photo-frame--hero { min-height: 420px; }
  .section-head { display: block; margin-bottom: 36px; }
  .section-head .section-intro { margin-top: 18px; }
  .product-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .photo-frame:first-child { grid-column: span 2; grid-row: auto; height: 340px; }
  .gallery-grid .photo-frame:not(:first-child) { height: 230px; }
  .quote-copy { padding-bottom: 4px; }
}
@media (max-width: 550px) {
  .section { padding: 62px 0; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .promise-row { gap: 18px; padding: 35px 0; }
  .product-grid, .process-grid, .form-row, .safety-list, .proof-notes { grid-template-columns: 1fr; }
  .product-card--featured { order: -1; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .photo-frame:first-child { grid-column: auto; height: 300px; }
  .gallery-grid .photo-frame:not(:first-child) { height: 220px; }
  .photo-frame--hero, .photo-frame--proof, .photo-frame--safety { min-height: 335px; }
  .placeholder { padding: 22px; }
  .placeholder strong { font-size: 30px; }
  .quote-form { padding: 23px 18px; }
  .footer-top, .footer-bottom { display: block; }
  .footer-nav { justify-content: flex-start; margin-top: 25px; }
  .footer-bottom > * + * { margin-top: 10px; }
}
