/* Hawaiʻi Home Calculators v4 — an editorial homeowner field guide */
:root{
  color-scheme:light;
  --paper:#f4f0e7;
  --paper-deep:#e9e2d3;
  --surface:#fffdf8;
  --surface-soft:#f8f5ed;
  --ink:#18221d;
  --muted:#657069;
  --line:#d6cdbd;
  --line-dark:#afa28e;
  --forest:#123f32;
  --forest-2:#0b3026;
  --ocean:#0f7182;
  --ocean-soft:#dceff0;
  --sun:#e5ad36;
  --lava:#c95635;
  --positive:#176549;
  --negative:#a64435;
  --shadow:0 18px 48px rgba(35,43,35,.08);
  --radius:18px;
  --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;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}
body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,transparent 0 49.9%,rgba(18,63,50,.035) 50%,transparent 50.1%),linear-gradient(rgba(18,63,50,.025) 1px,transparent 1px);background-size:100% 100%,100% 32px}
a{color:var(--forest);text-underline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(15,113,130,.28);outline-offset:3px}
.site-header{width:min(1180px,calc(100% - 40px));min-height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line-dark)}
.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-weight:850;letter-spacing:-.025em;text-decoration:none}
.brand-mark{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--forest);background:var(--forest);color:#fff;font-size:.65rem;font-weight:900;letter-spacing:.08em;transform:rotate(-2deg)}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap}
.site-nav a{position:relative;color:var(--ink);font-size:.85rem;font-weight:780;text-decoration:none}
.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--lava);transition:right .18s ease}
.site-nav a:hover:after{right:0}
main{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:30px 0 0}
.hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);min-height:520px;border:1px solid var(--line-dark);background:var(--surface);box-shadow:var(--shadow)}
.hero-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,6vw,78px);overflow:hidden}
.hero-copy>*{position:relative;z-index:1}.hero-copy:after{content:"";position:absolute;width:260px;height:260px;right:-150px;bottom:-150px;border:54px solid var(--ocean-soft);border-radius:50%;opacity:.75}
.eyebrow,.section-kicker,.field-note-label,.label{display:block;margin:0 0 12px;color:var(--ocean);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.hero h1{max-width:780px;margin:0 0 22px;font-family:var(--serif);font-size:clamp(3rem,6.6vw,6rem);font-weight:700;letter-spacing:-.06em;line-height:.91;text-wrap:balance}
.hero h1 em{color:var(--lava);font-weight:400}
.lede{max-width:730px;margin:0 0 24px;color:#3e4b44;font-size:clamp(1.04rem,1.8vw,1.25rem);line-height:1.65}
.audience{width:fit-content;margin:0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:.94rem}.audience strong{margin-right:6px;color:var(--ink)}
.field-note{display:flex;flex-direction:column;justify-content:center;margin:0;padding:clamp(28px,4vw,48px);background:var(--forest);color:#fff}
.field-note-label{color:#b8d9d4}
.field-note ol{display:grid;gap:0;margin:8px 0 26px;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.2)}
.field-note li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.field-note li>span{color:#9bc8c4;font-family:var(--serif);font-size:1.1rem}
.field-note strong{display:block;margin-bottom:3px;font-family:var(--serif);font-size:1.18rem;font-weight:700}
.field-note small{display:block;color:#c7d4cf;font-size:.87rem;line-height:1.45}
.field-note-foot{margin:auto 0 0;color:#aebfba;font-size:.76rem;line-height:1.5}
.directory-intro{display:grid;grid-template-columns:1fr minmax(260px,.7fr);gap:40px;align-items:end;padding:70px 0 24px;border-bottom:1px solid var(--line-dark)}
.directory-intro h2,.calculator-heading h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);line-height:1;letter-spacing:-.04em}
.directory-intro>p{margin:0;color:var(--muted);line-height:1.65}
.tabs{counter-reset:tool;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 70px;border-left:1px solid var(--line-dark)}
.tab{position:relative;display:grid;align-content:start;gap:7px;min-height:142px;padding:21px 48px 21px 20px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);color:var(--ink);background:rgba(255,253,248,.45);text-decoration:none;transition:background .16s ease,color .16s ease}
.tab:before{counter-increment:tool;content:counter(tool,decimal-leading-zero);position:absolute;right:17px;top:21px;color:var(--ocean);font-family:var(--serif);font-size:.9rem;font-weight:700}
.tab span{font-family:var(--serif);font-size:1.22rem;font-weight:700;letter-spacing:-.02em;line-height:1.15}
.tab small{color:var(--muted);font-size:.81rem;line-height:1.45}
.tab:hover,.tab.active{background:var(--forest);color:#fff}.tab:last-child:nth-child(3n+2){grid-column:span 2}.tab:hover:before,.tab.active:before{color:#a7d4d0}.tab:hover small,.tab.active small{color:#cfdbd7}
.calculator-section{margin:0 0 24px;padding-top:10px}.calculator-heading{display:grid;grid-template-columns:1fr minmax(260px,.6fr);gap:32px;align-items:end;margin-bottom:22px}.calculator-heading .section-kicker{grid-column:1/-1;margin-bottom:-22px}.calculator-heading p:last-child{margin:0;color:var(--muted)}
.panel{margin:20px 0;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 10px 34px rgba(35,43,35,.05)}
.panel h2{margin:0 0 13px;font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.1;letter-spacing:-.035em}.panel h3{margin:18px 0 8px}.panel p,.panel li{line-height:1.65}.note{color:var(--muted);font-size:.9rem}.voice{color:#34443b;font-size:1.04rem}
.calculator-panel{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,.85fr);gap:38px;align-items:start;padding:clamp(22px,4vw,42px);border-color:var(--line-dark);border-radius:0;box-shadow:var(--shadow)}
.inputs{display:grid;gap:12px}.inputs>label{display:grid;grid-template-columns:minmax(160px,.72fr) minmax(170px,1fr);gap:8px 18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.inputs>label>span{font-weight:800;line-height:1.3}.field-help{grid-column:1/-1;color:var(--muted);font-size:.79rem;line-height:1.45}
.input-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;padding:8px 12px;border:1px solid var(--line-dark);background:#fff}.input-wrap:focus-within{border-color:var(--ocean);box-shadow:0 0 0 3px rgba(15,113,130,.11)}
input,textarea,button,select{font:inherit}input{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:1.06rem;font-weight:800}input[type=number]{appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{appearance:none;margin:0}.input-wrap em{color:var(--muted);font-size:.8rem;font-style:normal;white-space:nowrap}
.results{position:sticky;top:20px}.result-card{padding:18px;border:1px solid var(--line);background:var(--surface-soft)}.hero-result{position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;background:var(--ocean-soft);border:0;overflow:hidden}.hero-result:before{content:"ESTIMATE";position:absolute;right:-12px;top:10px;color:rgba(15,113,130,.08);font-family:var(--serif);font-size:4.2rem;font-weight:800;letter-spacing:-.05em}.hero-result .label{position:relative;margin-bottom:auto;color:var(--ocean)}.result-card strong{position:relative;font-family:var(--serif);font-size:clamp(1.7rem,4vw,3.4rem);letter-spacing:-.045em;line-height:1}.result-card p{position:relative;margin:14px 0 0;color:#33483f}.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--line)}.result-grid .result-card{border:0}.result-grid strong{font-size:1.35rem}.positive{color:var(--positive)}.negative{color:var(--negative)}.accent{color:var(--ocean)}
.rate-tools{display:grid;gap:12px;padding:18px;border-left:4px solid var(--ocean);background:#eef7f5}.rate-selector label{display:grid;gap:8px}.rate-selector span{font-weight:850}.rate-selector select{width:100%;min-height:48px;padding:8px 11px;border:1px solid var(--line-dark);border-radius:0;background:#fff;color:var(--ink);font-weight:780}.rate-details{border-top:1px solid #c9d8d4}.rate-details summary{padding:10px 0;color:var(--forest);font-size:.8rem;font-weight:850;cursor:pointer}.rate-details[open] summary{margin-bottom:8px}.rate-chart{display:grid;gap:1px;background:#c9d8d4}.rate-row{display:grid;grid-template-columns:.7fr .6fr 1.2fr;gap:10px;align-items:center;width:100%;padding:10px;border:0;background:#fff;color:var(--ink);box-shadow:none;text-align:left}.rate-row strong{color:var(--forest);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86rem}.rate-row small{color:var(--muted);font-size:.72rem;line-height:1.35}.rate-head{background:#dcebe7;color:var(--forest);font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rate-row:not(.rate-head):hover{background:#f4faf8}.rate-disclaimer{margin:0;color:var(--muted);font-size:.76rem}
.grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.content-list{display:grid;gap:10px;margin:0;padding-left:20px}.formula-panel ul{padding-left:20px}.trust-panel{border-top:5px solid var(--forest)}.cta{display:flex;flex-direction:column;align-items:flex-start;background:var(--forest);color:#fff}.cta .section-kicker{color:#add3cf}.cta p{color:#d3ded9}.cta .button{margin-top:auto}
.share-panel{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(320px,1fr) auto;gap:18px;align-items:end}.share-panel h2{margin-bottom:6px}.share-panel p{margin:0;color:var(--muted)}textarea{width:100%;min-height:112px;padding:14px;border:1px solid var(--line-dark);border-radius:0;background:#fff;color:var(--ink);resize:vertical}
button,.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--forest);border-radius:0;background:var(--forest);color:#fff;font-weight:850;text-decoration:none;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}button:hover,.button:hover{background:var(--ocean);border-color:var(--ocean);transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.55}
.safety-panel{border-left:5px solid var(--lava);background:#fff9f2}.faq details{padding:16px 0;border-top:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:820}.faq details p{color:var(--muted)}
.site-footer{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;margin-top:70px;padding:42px 0;border-top:1px solid var(--line-dark);color:var(--muted);font-size:.84rem}.footer-brand{margin-bottom:12px}.site-footer nav{display:flex;gap:20px;flex-wrap:wrap}.site-footer p{line-height:1.55}.site-footer>div:last-child{justify-self:end;max-width:600px}.site-footer>div:last-child p{text-align:right}
.calculator-page .directory-intro{padding-top:46px}.calculator-page .directory-intro h2{font-size:2.2rem}.calculator-page .hero{min-height:440px}.calculator-page .hero h1{font-size:clamp(2.7rem,5vw,4.8rem)}
@media (max-width:920px){
  .site-header{align-items:flex-start;padding:18px 0}.site-nav{gap:16px}
  .hero,.calculator-panel,.grid-two,.calculator-heading,.directory-intro{grid-template-columns:1fr}.hero{min-height:0}.hero-copy{padding:42px 30px}.field-note{padding:34px 30px}.tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator-heading .section-kicker{grid-column:auto;margin-bottom:-10px}.results{position:static}.share-panel{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer>div:last-child{justify-self:start}.site-footer>div:last-child p{text-align:left}
}
@media (max-width:640px){
  body{font-size:15px}.site-header,main{width:min(100% - 24px,1180px)}.site-header{display:grid;gap:15px}.site-nav{width:100%;justify-content:space-between;gap:10px}.site-nav a{font-size:.78rem}.hero-copy{padding:34px 22px}.hero h1{font-size:clamp(2.65rem,14vw,4rem)}.field-note{padding:28px 22px}.directory-intro{padding-top:48px}.tabs{grid-template-columns:1fr;margin-bottom:52px}.tab{min-height:110px}.tab:last-child:nth-child(3n+2){grid-column:span 1}.calculator-panel{grid-template-columns:1fr;gap:24px;padding:20px}.inputs>label{grid-template-columns:1fr}.field-help{grid-column:auto}.result-grid{grid-template-columns:1fr}.rate-row{grid-template-columns:1fr}.rate-head{display:none}.panel{padding:22px;border-radius:12px}.grid-two{gap:0}.hero-result{min-height:180px}.site-footer{margin-top:50px}.brand-mark{width:34px;height:34px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* v6 — Hawaiʻi household field-book redesign */
:root{
  --paper:#f5f1e8;--paper-deep:#e8e0d1;--surface:#fffef9;--surface-soft:#f2ede2;
  --ink:#17211c;--muted:#5d6861;--line:#d1c6b4;--line-dark:#968a76;
  --forest:#173f34;--forest-2:#0d2c24;--ocean:#176f78;--ocean-soft:#d9eceb;
  --sun:#d6a43b;--lava:#b95036;--shadow:0 14px 40px rgba(39,45,37,.08);
  --radius:3px;--serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --sans:Arial,"Helvetica Neue",sans-serif;
}
body{background-color:var(--paper);background-image:linear-gradient(rgba(23,63,52,.025) 1px,transparent 1px);background-size:100% 34px}
body:before{display:none}
.site-header{min-height:86px;border-bottom:2px solid var(--ink)}
.brand{font-size:1.02rem;letter-spacing:-.015em}.brand-mark{width:44px;height:44px;border:0;background:var(--ink);font-family:var(--serif);font-size:.72rem;transform:none}
.site-nav{gap:30px}.site-nav a{font-size:.78rem;letter-spacing:.055em;text-transform:uppercase}
main{padding-top:22px}
.hero{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);min-height:510px;border:0;border-top:5px solid var(--lava);box-shadow:0 1px 0 var(--line-dark),var(--shadow)}
.hero-copy{padding:clamp(40px,6.4vw,82px);background:var(--surface)}
.hero-copy:after{display:none}
.eyebrow,.section-kicker,.field-note-label,.label{font-family:var(--sans);font-size:.68rem;letter-spacing:.17em}
.hero h1{max-width:790px;font-size:clamp(3.1rem,6vw,5.75rem);font-weight:600;line-height:.93;letter-spacing:-.055em}
.hero h1 em{color:var(--lava);font-style:italic;font-weight:500}
.lede{max-width:670px;color:#39453e;font-size:1.12rem;line-height:1.7}
.audience{font-size:.86rem}.field-note{position:relative;display:block;padding:clamp(32px,4vw,48px);background:var(--forest-2);overflow:hidden}
.field-note .island-map{height:168px;margin:-20px -22px 28px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.16);opacity:.8}
.field-note .island-map img{width:100%;height:100%;object-fit:cover;filter:sepia(.25) saturate(.65) brightness(.88) contrast(1.1)}
.field-note h2{max-width:410px;margin:0 0 15px;font-family:var(--serif);font-size:clamp(1.9rem,3vw,2.7rem);font-weight:600;line-height:1.03;letter-spacing:-.035em}
.field-note>p:not(.field-note-label):not(.field-note-foot){margin:0;color:#c8d7d0;font-size:.92rem;line-height:1.65}
.field-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:28px 0 22px;border-block:1px solid rgba(255,255,255,.18)}
.field-facts div{padding:15px 10px 15px 0}.field-facts dt{font-family:var(--serif);font-size:1.8rem;line-height:1}.field-facts dd{margin:4px 0 0;color:#aebfb7;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.field-note-foot{margin:0;color:#aebfba;font-size:.72rem}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line-dark);background:rgba(255,254,249,.65)}
.trust-strip p{display:grid;gap:3px;margin:0;padding:18px 20px;border-right:1px solid var(--line)}.trust-strip p:last-child{border-right:0}.trust-strip strong{font-family:var(--serif);font-size:.98rem}.trust-strip span{color:var(--muted);font-size:.72rem}
.directory-intro{padding:76px 0 26px}.directory-intro h2,.calculator-heading h2{font-weight:600}.directory-intro>p{font-size:.9rem}
.tabs{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:82px;border-top:2px solid var(--ink);border-left:0}
.tab{min-height:150px;padding:23px 42px 22px 18px;border-right:1px solid var(--line);background:rgba(255,254,249,.55)}
.tab:nth-child(4n){border-right:0}.tab:last-child:nth-child(3n+2){grid-column:auto}
.tab:after{content:"";position:absolute;left:18px;bottom:17px;width:28px;height:3px;background:var(--sun)}
.tab:nth-child(4n+2):after{background:var(--ocean)}.tab:nth-child(4n+3):after{background:var(--lava)}.tab:nth-child(4n+4):after{background:var(--forest)}
.tab span{font-size:1.16rem;font-weight:600}.tab small{font-size:.76rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tab:hover,.tab.active{background:var(--ink)}.tab:hover:after,.tab.active:after{background:#fff}
.panel{border-radius:0;box-shadow:none}.calculator-panel{border-top:4px solid var(--ocean);box-shadow:var(--shadow)}
.hero-result{background:#e1efec}.hero-result:before{font-size:3.5rem}.result-card strong{font-weight:600}
.share-panel{border-left:4px solid var(--sun)}.local-notes{border-top:4px solid var(--ocean)}.operator-notes{border-top:4px solid var(--sun)}
.site-footer{border-top:2px solid var(--ink)}
.calculator-page .hero{min-height:390px}.calculator-page .field-note .island-map{height:112px}.calculator-page .field-note h2{font-size:1.8rem}.calculator-page .field-facts{margin-top:20px}
@media(max-width:1020px){.tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.tab:nth-child(4n){border-right:1px solid var(--line)}.tab:nth-child(3n){border-right:0}}
@media(max-width:920px){.hero{grid-template-columns:1fr}.field-note .island-map{height:210px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip p:nth-child(2){border-right:0}.tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.tab:nth-child(3n){border-right:1px solid var(--line)}.tab:nth-child(2n){border-right:0}}
@media(max-width:640px){.site-header{padding:14px 0}.site-nav{overflow-x:auto;justify-content:flex-start;padding-bottom:4px}.site-nav a{white-space:nowrap}.hero{border-top-width:4px}.hero-copy{padding:38px 23px}.hero h1{font-size:clamp(2.75rem,14vw,4rem)}.lede{font-size:1rem}.field-note{padding:28px 23px}.field-note .island-map{height:150px;margin:-16px -10px 24px}.field-note h2{font-size:2rem}.field-facts dt{font-size:1.45rem}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip p{padding:14px 12px}.directory-intro{padding-top:54px}.tabs{grid-template-columns:1fr;border-top-width:2px}.tab,.tab:nth-child(n){min-height:112px;border-right:0}.tab small{-webkit-line-clamp:2}.calculator-page .field-note{display:none}.calculator-page .hero{min-height:0}.calculator-page .hero-copy{padding-block:34px}}

/* v7 — real photography, faster detail pages, complete supporting pages */
.island-map{position:relative}.field-note .island-map img{filter:saturate(.72) contrast(1.04);object-position:center 56%}.island-map figcaption{position:absolute;right:9px;bottom:7px;padding:4px 6px;background:rgba(10,30,25,.78);color:#d7e1dc;font-size:.58rem;letter-spacing:.02em}
.calculator-page .trust-strip,.calculator-page .directory-intro,.calculator-page .tabs{display:none}.calculator-page .hero{margin-bottom:46px}.calculator-page .calculator-section{padding-top:0}.calculator-page .calculator-heading{margin-top:0}
.legal-page main{padding-top:42px}.legal-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.65fr);gap:40px;align-items:end;padding:70px 0 34px;border-top:5px solid var(--lava);border-bottom:2px solid var(--ink)}.legal-hero .eyebrow{grid-column:1/-1;margin-bottom:-22px}.legal-hero h1{margin:0;font-family:var(--serif);font-size:clamp(3.2rem,7vw,6.3rem);font-weight:600;line-height:.92;letter-spacing:-.055em}.legal-hero>p:last-child{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.7}.legal-content{max-width:780px;padding:48px 0 30px}.legal-content h2{margin:38px 0 12px;font-family:var(--serif);font-size:2rem;font-weight:600;letter-spacing:-.03em}.legal-content p,.legal-content li{line-height:1.75}.legal-content ul{display:grid;gap:9px;padding-left:21px}.legal-callout{margin:34px 0;padding:22px 24px;border-left:4px solid var(--sun);background:var(--surface)}.legal-callout p{margin:6px 0 0;color:var(--muted)}.legal-page .button{margin-top:22px}
@media(max-width:920px){.legal-hero{grid-template-columns:1fr}.legal-hero .eyebrow{grid-column:auto;margin-bottom:-10px}.calculator-page .hero{margin-bottom:34px}}
@media(max-width:640px){.legal-page main{padding-top:20px}.legal-hero{padding:42px 0 26px}.legal-hero h1{font-size:3.2rem}.legal-content{padding-top:28px}.calculator-page .hero{margin-bottom:28px}}

/* v8 — statewide brand, publishing and directory layer */
.directory-bridge{display:flex;align-items:end;justify-content:space-between;gap:36px;margin:64px 0;padding:34px 0;border-top:2px solid var(--ink);border-bottom:1px solid var(--line-dark)}.directory-bridge>div{max-width:700px}.directory-bridge h2{margin:0 0 10px;font-family:var(--serif);font-size:clamp(2rem,4vw,3.4rem);font-weight:600;line-height:1;letter-spacing:-.04em}.directory-bridge p:not(.section-kicker){color:var(--muted);line-height:1.65}.directory-bridge .button{flex:none}
.directory-page main{padding-top:22px}.directory-hero{padding:72px 0 50px;border-top:5px solid var(--ocean);border-bottom:2px solid var(--ink)}.directory-hero h1{max-width:970px;margin:0 0 22px;font-family:var(--serif);font-size:clamp(3.2rem,7vw,6.4rem);font-weight:600;line-height:.92;letter-spacing:-.057em}.directory-hero>p:last-child{max-width:720px;color:var(--muted);font-size:1.08rem;line-height:1.7}.directory-categories{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:2px solid var(--ink)}.directory-categories article{min-height:260px;padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,254,249,.52)}.directory-categories article:nth-child(2n){border-right:0}.directory-categories h2{margin:0 0 12px;font-family:var(--serif);font-size:1.8rem;font-weight:600;line-height:1.08}.directory-categories p:not(.section-kicker){color:var(--muted);line-height:1.6}.directory-categories a{display:inline-block;margin-top:18px;color:var(--forest);font-weight:800}.directory-standard{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:72px 0;border-bottom:1px solid var(--line-dark)}.directory-standard h2{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.8rem);font-weight:600;line-height:1}.directory-standard ul{display:grid;gap:13px;margin:0;padding-left:20px;line-height:1.5}
@media(max-width:800px){.directory-bridge{display:grid;align-items:start}.directory-bridge .button{width:100%}.directory-categories{grid-template-columns:1fr}.directory-categories article{min-height:0;border-right:0}.directory-standard{grid-template-columns:1fr;gap:25px}}
@media(max-width:640px){.directory-hero{padding:44px 0 32px}.directory-hero h1{font-size:3.2rem}.directory-categories article{padding:27px 20px}.directory-bridge{margin:44px 0;padding:27px 0}}

/* v9 — crawlable calculator context and page provenance */
.breadcrumbs{display:flex;align-items:center;gap:9px;margin:24px 0 8px;color:var(--muted);font-size:.82rem}
.breadcrumbs a{color:var(--ocean);font-weight:760;text-decoration-thickness:1px;text-underline-offset:3px}
.content-reviewed{margin:0 0 28px;color:var(--muted);font-size:.76rem;line-height:1.5}
@media(max-width:640px){.breadcrumbs{margin-top:16px;overflow:hidden}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-reviewed{margin-bottom:20px}}

/* v10 — editorial Hawaiʻi photography without credit overlays */
.hero-photo img{filter:saturate(1.08) contrast(1.03);object-position:center 48%}
.hawaii-context{padding:72px 0 78px;border-bottom:2px solid var(--ink)}
.hawaii-context>header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(260px,.55fr);column-gap:54px;align-items:end;margin-bottom:28px}
.hawaii-context .section-kicker{grid-column:1/-1}.hawaii-context h2{margin:0;font-family:var(--serif);font-size:clamp(2.3rem,4.8vw,4.5rem);font-weight:600;line-height:.96;letter-spacing:-.045em}
.hawaii-context>header>p:last-child{margin:0;color:var(--muted);line-height:1.65}
.context-photo-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:12px}
.context-photo-grid figure{display:grid;margin:0;background:var(--ink);overflow:hidden}.context-photo-grid img{width:100%;height:260px;object-fit:cover;transition:transform .35s ease}.context-photo-grid figure:first-child img{height:330px}.context-photo-grid figure:hover img{transform:scale(1.018)}
.context-photo-grid figcaption{display:grid;gap:5px;padding:18px 20px 20px;color:#fff}.context-photo-grid strong{font-family:var(--serif);font-size:1.28rem}.context-photo-grid span{color:#cbd7d2;font-size:.78rem;line-height:1.5}
.photo-credit-list{display:grid;gap:16px;margin:32px 0 0;padding:0;list-style:none}.photo-credit-list li{padding:20px 22px;border:1px solid var(--line);background:var(--surface)}.photo-credit-list strong{display:block;margin-bottom:7px;font-family:var(--serif);font-size:1.18rem}.photo-credit-list p{margin:5px 0}.photo-credit-list a{font-weight:750}
@media(max-width:920px){.hawaii-context>header{grid-template-columns:1fr;gap:18px}.context-photo-grid{grid-template-columns:1fr 1fr}.context-photo-grid figure:first-child{grid-column:1/-1}.context-photo-grid figure:first-child img,.context-photo-grid img{height:250px}}
@media(max-width:640px){.hawaii-context{padding:50px 0}.context-photo-grid{grid-template-columns:1fr}.context-photo-grid figure:first-child{grid-column:auto}.context-photo-grid figure:first-child img,.context-photo-grid img{height:220px}}

/* v11 — balanced six-card photo grid */
.context-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.context-photo-grid figure,.context-photo-grid figure:first-child{grid-column:auto;grid-template-rows:auto 1fr;min-width:0}
.context-photo-grid img,.context-photo-grid figure:first-child img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
.context-photo-grid figcaption{min-height:122px;align-content:start;padding:20px 21px 22px}
@media(max-width:920px){.context-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.context-photo-grid figure:first-child{grid-column:auto}.context-photo-grid img,.context-photo-grid figure:first-child img{height:auto}}
@media(max-width:640px){.context-photo-grid{grid-template-columns:1fr;gap:14px}.context-photo-grid img,.context-photo-grid figure:first-child img{height:auto;aspect-ratio:16/10}.context-photo-grid figcaption{min-height:0}}

/* v12 — refinement pass: clearer pathways, mobile spacing, and long-copy resilience */
.site-nav a,.footer-brand,.button,button{touch-action:manipulation}
.calculator-page .calculator-heading{scroll-margin-top:24px}.directory-bridge strong{color:var(--forest)}
.directory-bridge p:not(.section-kicker){max-width:66ch}.safety-panel{max-width:980px;margin-inline:auto}
.inputs input::placeholder{color:#7c867f}.share-panel textarea{line-height:1.5}.content-reviewed{max-width:74ch}
.tab:focus-visible{position:relative;z-index:2}.button:focus-visible,button:focus-visible{outline-color:rgba(214,164,59,.65)}
@media(max-width:920px){.directory-bridge{gap:18px}.calculator-heading{gap:16px}.share-panel{align-items:stretch}.share-panel .button,.share-panel button{width:100%}}
@media(max-width:640px){main{width:min(100% - 20px,1180px);padding-top:16px}.site-header{width:min(100% - 20px,1180px)}.site-nav{gap:14px}.site-nav a{padding:4px 0}.hero-copy{padding-inline:20px}.field-note{padding-inline:20px}.trust-strip p{min-width:0}.calculator-heading h2,.directory-intro h2{font-size:clamp(1.9rem,10vw,2.7rem)}.inputs>label{padding:12px 0}.input-wrap{min-height:52px}.share-panel textarea{min-height:132px}.directory-bridge .button{min-height:54px}.site-footer nav{gap:14px 18px}}

/* v13 — unified homes and condo pathways */
.property-pathways{padding:72px 0;border-bottom:2px solid var(--ink)}
.property-pathways>header{display:grid;grid-template-columns:minmax(0,.9fr) minmax(260px,.55fr);gap:48px;align-items:end;margin-bottom:30px}
.property-pathways .section-kicker{grid-column:1/-1}.property-pathways h2{margin:0;font-family:var(--serif);font-size:clamp(2.35rem,4.7vw,4.5rem);font-weight:600;line-height:.96;letter-spacing:-.045em}.property-pathways>header>p:last-child{margin:0;color:var(--muted);line-height:1.65}
.property-pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.property-pathway{display:flex;min-height:430px;flex-direction:column;padding:clamp(25px,4vw,42px);border-radius:26px}.property-pathway h3{max-width:570px;margin:.25em 0 .6em;font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.35rem);font-weight:600;line-height:1}.property-pathway>p:not(.eyebrow){max-width:610px;line-height:1.65}.property-pathway ul{display:grid;gap:9px;margin:16px 0 28px;padding-left:20px;line-height:1.45}.property-pathway .button{align-self:flex-start;margin-top:auto}.homes-pathway{background:var(--ink);color:#f8f5e9}.homes-pathway .eyebrow{color:var(--gold)}.homes-pathway>p:not(.eyebrow){color:#d5e0db}.homes-pathway .button{background:var(--gold);color:var(--ink)}.condos-pathway{background:#dcebe3;color:var(--ink)}
@media(max-width:820px){.property-pathways>header,.property-pathway-grid{grid-template-columns:1fr}.property-pathways>header{gap:18px}.property-pathway{min-height:0}.property-pathway .button{margin-top:10px}}
@media(max-width:640px){.property-pathways{padding:50px 0}.property-pathway{padding:25px 20px;border-radius:19px}.property-pathways h2{font-size:clamp(2.1rem,11vw,3.25rem)}}

/* v14 — Hawaiʻi Home Wise brand mark */
.brand-mark{width:46px;height:46px;flex:0 0 46px;border:0;background:transparent;box-shadow:none;transform:none;overflow:visible}
.brand-icon{display:block;width:46px;height:46px;filter:drop-shadow(0 5px 9px rgba(20,55,46,.16))}
.footer-brand .brand-icon{width:42px;height:42px}

