/* New Park Storage — standalone, dependency-free styles. */
:root {
  --paper:#f7f6f1;
  --white:#fffefa;
  --ink:#252e28;
  --muted:#61675f;
  --green:#293f34;
  --green-hover:#3e5545;
  --line:#dcded4;
  --tan:#a58c68;
  --soft:#eeeee6;
  --radius:6px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1.65
}

a {
  color:inherit;
  text-decoration:none
}

button,input,select,textarea {
  font:inherit
}

button,a,input,select,textarea,summary {
  -webkit-tap-highlight-color:transparent
}

a,button {
  touch-action:manipulation
}

button {
  cursor:pointer
}

a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible {
  outline:3px solid #947044;
  outline-offset:5px
}

::selection {
  background:#d6decc
}

.wrap {
  width:min(1180px,calc(100% - 96px));
  margin-inline:auto
}

.section-pad {
  padding-block:96px
}

h1,h2,h3,p {
  margin:0
}

h1,h2,h3 {
  font-weight:500;
  line-height:1.12;
  letter-spacing:-.035em
}

h1 {
  font-size:clamp(42px,4.6vw,65px);
  max-width:620px
}

h1 em {
  font-style:normal;
  color:#617151
}

h2 {
  font-size:clamp(32px,3.4vw,45px)
}

h3 {
  font-size:22px
}

p {
  color:var(--muted)
}

.eyebrow {
  font-size:12px;
  font-weight:700;
  letter-spacing:.15em;
  color:var(--green);
  line-height:1.5;
  margin-bottom:21px
}

.tiny-line {
  width:24px;
  height:1px;
  background:var(--tan);
  display:inline-block;
  vertical-align:middle;
  margin-right:10px
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  background:var(--green);
  color:#fffefa;
  padding:15px 22px;
  border:1px solid var(--green);
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  transition:background .15s
}

.button:hover {
  background:var(--green-hover)
}

.button span {
  font-size:20px;
  line-height:1
}

.button.small {
  padding:12px 17px;
  gap:22px
}

.text-link {
  font-size:14px;
  font-weight:600;
  border-bottom:1px solid #a6ad9c;
  padding-block:7px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  line-height:1.5
}

.text-link:hover {
  color:#607350;
  border-color:currentColor
}

.actions {
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap
}

.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  background:var(--white);
  padding:12px;
  z-index:100
}

.skip-link:focus {
  top:10px
}

.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(247,246,241,.97);
  border-bottom:1px solid var(--line)
}

.header-inner {
  height:98px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-size:19px;
  letter-spacing:.075em;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap
}

.brand-sub {
  display:block;
  font-size:11px;
  letter-spacing:.3em;
  margin-top:5px
}

.brand-mark {
  display:flex;
  width:40px;
  height:44px
}

.brand-mark svg {
  fill:none;
  stroke:var(--green);
  stroke-width:1.8
}

.header-inner nav {
  display:flex;
  gap:30px;
  margin-left:auto;
  margin-right:25px;
  font-size:14px
}

.header-inner nav a:hover {
  color:#6e795e
}

.hero {
  display:grid;
  grid-template-columns:1.02fr 1fr;
  gap:55px;
  align-items:center;
  padding-block:76px 66px
}

.intro {
  font-size:17px;
  line-height:1.8;
  max-width:485px;
  margin-top:25px
}

.hero-price {
  display:flex;
  align-items:baseline;
  gap:7px;
  margin-block:25px;
  color:var(--ink);
  font-size:14px
}

.hero-price strong {
  font-size:35px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:500
}

.hero-price span {
  color:var(--muted)
}

.hero-note {
  font-size:12px;
  margin-top:22px
}

.hero-visual {
  margin:0;
  background:#e7e8df;
  border:1px solid #dcdfd4;
  border-radius:7px;
  overflow:hidden;
  align-self:stretch;
  min-height:490px;
  display:flex;
  flex-direction:column
}

.visual-top {
  padding:25px 27px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:.16em;
  font-weight:600;
  color:#596451
}

.visual-top>span+span {
  font-size:22px;
  line-height:1
}

.unit-scene {
  position:relative;
  flex:1;
  min-height:310px;
  overflow:hidden
}

.scene-ground {
  position:absolute;
  inset:40% -10% -50%;
  background:#d9ddce;
  transform:skewY(-12deg);
  border-top:1px solid #cbd0c1
}

.unit-shadow {
  position:absolute;
  width:73%;
  height:20%;
  top:71%;
  left:16%;
  background:#bdc5b3;
  transform:skewX(-42deg);
  filter:blur(9px)
}

.unit-side {
  position:absolute;
  width:59%;
  height:43%;
  left:34%;
  top:29%;
  background:repeating-linear-gradient(90deg,#82917b 0px,#82917b 8px,#6c7e68 9px,#6c7e68 12px,#94a089 14px);
  transform:skewY(-17deg);
  border:5px solid #74836c;
  box-shadow:inset 0 8px 0 #9ca790
}

.unit-roof {
  position:absolute;
  left:8%;
  top:7%;
  width:85%;
  height:32%;
  background:repeating-linear-gradient(90deg,#9aa68f 0px,#9aa68f 12px,#88977e 13px,#88977e 15px);
  clip-path:polygon(0 58%,69% 0,100% 26%,31% 100%)
}

.unit-front {
  position:absolute;
  left:8%;
  top:29%;
  width:27%;
  height:43%;
  transform:skewY(17deg);
  background:#53664f;
  border:5px solid #66775c;
  display:flex;
  gap:3px;
  padding:5px;
  box-shadow:inset 0 0 0 2px #42573d
}

.door {
  width:50%;
  height:100%;
  background:repeating-linear-gradient(90deg,#687b5d 0px,#687b5d 8px,#5d7053 9px,#5d7053 12px);
  border:1px solid #40543c;
  position:relative
}

.door:after {
  content:"";
  position:absolute;
  width:3px;
  height:88%;
  top:6%;
  left:52%;
  background:#b0b6a2;
  box-shadow:2px 0 #465740
}

.door:before {
  content:"";
  position:absolute;
  width:14px;
  height:3px;
  background:#c0c2b3;
  top:60%;
  left:40%;
  z-index:1
}

.door-number {
  position:absolute;
  top:13px;
  left:12px;
  font-size:10px;
  color:#e3e6dc
}

.dimension {
  position:absolute;
  bottom:6%;
  left:15%;
  right:8%;
  border-bottom:1px solid #8d9b83;
  transform:rotate(-8deg);
  text-align:center;
  color:#5a6c50;
  font-size:9px;
  letter-spacing:.18em;
  padding-bottom:6px
}

.dimension:before,.dimension:after {
  content:"";
  height:8px;
  width:1px;
  background:#8d9b83;
  position:absolute;
  bottom:-4px
}

.dimension:before {
  left:0
}

.dimension:after {
  right:0
}

.hero-visual figcaption {
  background:rgba(247,247,239,.6);
  margin:18px;
  padding:17px 19px;
  border:1px solid #d1d7c7;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}

.hero-visual figcaption strong {
  font-size:17px;
  font-weight:500;
  display:block
}

.hero-visual figcaption div>span {
  display:block;
  font-size:11px;
  color:#626c5d;
  margin-top:4px
}

.visual-label {
  font-size:8px;
  letter-spacing:.09em;
  max-width:60px;
  color:#626c5d
}

.property-photo {
  width:100%;
  object-fit:cover;
  flex:1;
  min-height:310px
}

.benefits {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  padding-block:35px 60px
}

.benefits article {
  padding:0 26px;
  border-right:1px solid var(--line)
}

.benefits article:first-child {
  padding-left:0
}

.benefits article:last-child {
  padding-right:0;
  border:0
}

.benefit-symbol {
  font-size:25px;
  color:#647456;
  display:block;
  height:43px
}

.benefits h3 {
  font-size:17px;
  letter-spacing:-.02em;
  margin:10px 0
}

.benefits p {
  font-size:14px;
  line-height:1.7
}

.storage-section {
  background:var(--soft);
  border-block:1px solid var(--line)
}

.section-heading {
  text-align:center;
  margin-bottom:44px
}

.section-heading>p:last-child {
  margin-top:20px;
  font-size:16px
}

.offer-card {
  display:grid;
  grid-template-columns:1.4fr 1fr;
  max-width:960px;
  margin:auto;
  background:var(--white);
  border:1px solid #d7dbcf;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 7px 20px #293f3405
}

.offer-main {
  padding:36px 42px;
  background:#f7f7f0
}

.offer-kicker {
  font-size:10px;
  letter-spacing:.14em;
  color:#6c775d;
  margin-bottom:12px
}

.offer-main h3 {
  font-size:30px
}

.offer-size {
  font-size:14px;
  margin-top:12px
}

.offer-size>span {
  padding-inline:7px
}

.floor-plan {
  position:relative;
  margin:50px 15px 26px 0;
  height:108px;
  padding-right:25px
}

.plan-room {
  height:100%;
  border:2px solid #859476;
  position:relative;
  background:repeating-linear-gradient(0deg,transparent,transparent 18px,#8495780c 19px),repeating-linear-gradient(90deg,transparent,transparent 18px,#8495780c 19px);
  display:grid;
  place-items:center
}

.plan-room:before {
  content:"";
  position:absolute;
  left:-2px;
  top:22%;
  height:56%;
  width:4px;
  background:#f7f7f0;
  border-block:2px solid #859476
}

.plan-room>span {
  font-size:26px;
  color:#617351;
  font-weight:500
}

.plan-room small {
  font-size:10px;
  letter-spacing:.08em
}

.plan-length {
  position:absolute;
  top:-29px;
  left:0;
  width:calc(100% - 25px);
  border-top:1px solid #a9b19f;
  text-align:center;
  font-size:12px;
  color:#68745e
}

.plan-width {
  position:absolute;
  right:0;
  top:40%;
  font-size:12px;
  color:#68745e
}

.plan-entry {
  position:absolute;
  bottom:-25px;
  left:0;
  font-size:9px;
  letter-spacing:.12em;
  color:#67765a
}

.plan-caption {
  font-size:10px;
  margin-top:38px
}

.offer-details {
  padding:36px 42px;
  border-left:1px solid var(--line)
}

.offer-price {
  font-size:13px
}

.offer-price strong {
  display:block;
  font-size:43px;
  letter-spacing:-.03em;
  line-height:1.4;
  color:var(--ink);
  font-weight:500
}

.offer-price strong span {
  font-size:14px;
  letter-spacing:0;
  color:var(--muted)
}

.check-list {
  list-style:none;
  padding:0;
  margin:22px 0 28px;
  font-size:14px
}

.check-list li {
  margin:9px 0;
  padding-left:22px;
  position:relative
}

.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  color:#637b51
}

.offer-details .button {
  width:100%;
  justify-content:space-between
}

.ideal {
  max-width:960px;
  margin:30px auto 0;
  display:flex;
  align-items:baseline;
  gap:26px
}

.ideal .eyebrow {
  white-space:nowrap;
  font-size:10px
}

.ideal ul {
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  list-style:none;
  padding:0;
  margin:0;
  color:#586252;
  font-size:12px
}

.ideal li:before {
  content:"·";
  margin-right:8px;
  color:#8d987e
}

.commercial {
  background:var(--green);
  color:var(--paper)
}

.commercial-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px
}

.commercial .eyebrow {
  color:#c0cbb2
}

.commercial p:not(.eyebrow) {
  color:#cbd1c5;
  max-width:450px;
  margin-top:24px
}

.commercial .button {
  margin-top:30px
}

.button.light {
  background:#f2f2e9;
  color:var(--green);
  border-color:#f2f2e9
}

.button.light:hover {
  background:#dce3d2
}

.space-options {
  padding-top:3px
}

.space-options .options-label {
  margin:0 0 22px!important;
  font-size:10px;
  letter-spacing:.15em;
  color:#b7c3ac!important
}

.space-options a {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:17px;
  padding:18px 0;
  border-bottom:1px solid #ffffff26
}

.space-options a span {
  color:#bac7ac
}

.space-options a:hover {
  color:#c0d3ac
}

.location {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}

.location>div>p:last-child {
  margin-top:22px
}

.location-card {
  background:#ecefe5;
  text-align:center;
  padding:42px 24px;
  border:1px solid #dce1d2;
  border-radius:5px
}

.pin {
  width:43px;
  height:43px;
  stroke:#687d56;
  stroke-width:1.5;
  margin-bottom:17px
}

.location-card .eyebrow {
  font-size:9px;
  margin-bottom:10px
}

.location-card h3 {
  font-size:25px
}

.location-card>p:not(.eyebrow) {
  font-size:13px;
  margin-top:12px
}

.towns {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:25px
}

.towns span {
  font-size:11px;
  padding:4px 10px;
  border:1px solid #ccd5c2;
  border-radius:3px;
  color:#5d6c52
}

.faq-section {
  background:#eeeee7;
  border-block:1px solid var(--line)
}

.faq-grid {
  display:grid;
  grid-template-columns:.9fr 1.4fr;
  gap:85px
}

.faq-grid>div>p:not(.eyebrow) {
  margin:24px 0 8px;
  font-size:14px
}

.faqs {
  border-top:1px solid #cdd2c4
}

.faqs details {
  border-bottom:1px solid #cdd2c4
}

.faqs summary {
  cursor:pointer;
  list-style:none;
  padding:20px 36px 20px 0;
  font-size:15px;
  font-weight:500;
  position:relative
}

.faqs summary::-webkit-details-marker {
  display:none
}

.faqs summary:after {
  content:"+";
  position:absolute;
  right:5px;
  top:17px;
  font-size:22px;
  color:#5b6d4e
}

.faqs details[open] summary:after {
  content:"−"
}

.faqs details p {
  font-size:14px;
  padding:0 32px 22px 0;
  line-height:1.8
}

.final-cta {
  padding-block:72px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px
}

.final-cta .eyebrow {
  margin-bottom:15px
}

.final-cta p:last-child {
  margin-top:16px;
  font-size:14px
}

.final-cta .actions {
  flex-direction:column;
  gap:13px;
  align-items:stretch
}

.final-cta .text-link {
  align-self:center
}

.inquiry {
  display:grid;
  grid-template-columns:.8fr 1.4fr;
  gap:75px;
  padding-top:60px;
  padding-bottom:85px;
  border-top:1px solid var(--line)
}

.form-intro h2 {
  font-size:35px
}

.form-intro>p:not(.eyebrow) {
  margin-top:20px;
  font-size:14px;
  max-width:290px
}

.demo-note {
  padding-top:20px;
  border-top:1px solid var(--line)
}

.demo-note strong {
  font-weight:600;
  color:#59654f
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

.field {
  min-width:0
}

.field.full {
  grid-column:1/-1
}

.field label {
  font-size:12px;
  display:block;
  margin-bottom:6px;
  font-weight:500
}

.field label span {
  font-weight:400;
  color:#6a7166
}

input,select,textarea {
  display:block;
  width:100%;
  border:1px solid #ccd2c3;
  border-radius:3px;
  background:var(--white);
  padding:10px 12px;
  color:var(--ink);
  min-height:45px;
  font-size:14px
}

textarea {
  resize:vertical;
  min-height:95px
}

input::placeholder,textarea::placeholder {
  color:#747b6e
}

input:hover,select:hover,textarea:hover {
  border-color:#8e9c80
}

.form-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:22px
}

.form-bottom p {
  font-size:11px
}

.form-status {
  padding:17px 20px;
  background:#e7edde;
  border:1px solid #b6c5a7;
  border-radius:4px;
  margin-top:20px;
  font-size:14px
}

.site-footer {
  background:#e9ebe2;
  border-top:1px solid #d7dcce
}

.footer-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-block:36px
}

.footer-top .brand {
  font-size:17px
}

.footer-top p,.footer-top>span {
  font-size:12px;
  color:#5d6657
}

.footer-bottom {
  border-top:1px solid #ced5c4;
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:20px;
  color:#697160;
  font-size:11px
}

.footer-bottom nav {
  display:flex;
  gap:22px
}

.footer-bottom a:hover {
  text-decoration:underline
}

.policy-notices p {
  padding-bottom:20px;
  font-size:13px
}

@media(min-width:1450px) {
  .hero {
    gap:70px;
    padding-block:85px
  }
  .hero-visual {
    min-height:520px
  }
}

@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .header-inner nav {
    gap:18px;
    margin-right:5px
  }
  .brand {
    font-size:17px
  }
  .hero {
    gap:30px
  }
  .hero .actions {
    gap:12px
  }
  .hero-visual {
    min-height:465px
  }
  .hero h1 {
    font-size:49px
  }
  .offer-main,.offer-details {
    padding:30px
  }
  .commercial-grid,.location {
    gap:55px
  }
  .faq-grid {
    gap:45px
  }
  .inquiry {
    gap:40px
  }
  .hero-visual figcaption {
    padding:12px
  }
  .visual-label {
    display:none
  }
}

@media(max-width:780px) {
  html {
    scroll-padding-top:130px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:auto;
    min-height:110px;
    flex-wrap:wrap;
    padding-block:17px;
    gap:12px
  }
  .header-inner .brand {
    font-size:15px
  }
  .brand-mark {
    width:31px;
    height:35px
  }
  .header-inner .button {
    font-size:12px;
    padding:10px 12px;
    gap:12px
  }
  .header-inner nav {
    order:3;
    width:100%;
    justify-content:center;
    margin:0;
    gap:30px;
    font-size:12px
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:48px 35px;
    gap:34px
  }
  .hero h1 {
    font-size:clamp(40px,7vw,58px);
    max-width:600px
  }
  .intro {
    max-width:550px;
    font-size:16px
  }
  .hero-visual {
    min-height:415px;
    max-width:600px;
    width:100%;
    justify-self:center
  }
  .unit-scene {
    min-height:280px
  }
  .hero-visual figcaption {
    padding:14px 18px
  }
  .visual-label {
    display:block
  }
  .benefits {
    grid-template-columns:1fr 1fr;
    padding-block:20px 40px;
    gap:28px 0
  }
  .benefits article {
    padding:0 20px
  }
  .benefits article:nth-child(odd) {
    padding-left:0
  }
  .benefits article:nth-child(even) {
    border-right:0;
    padding-right:0
  }
  .section-pad {
    padding-block:60px
  }
  .offer-card {
    grid-template-columns:1fr
  }
  .offer-details {
    border-left:0;
    border-top:1px solid var(--line)
  }
  .offer-main {
    padding:30px
  }
  .floor-plan {
    max-width:440px
  }
  .ideal {
    display:block
  }
  .ideal .eyebrow {
    margin-bottom:10px
  }
  .commercial-grid,.location,.faq-grid,.inquiry {
    grid-template-columns:1fr;
    gap:35px
  }
  .commercial h2 br,.location h2 br,.faq-grid h2 br,.form-intro h2 br {
    display:none
  }
  .commercial p:not(.eyebrow) {
    max-width:none
  }
  .location-card {
    padding:30px 20px
  }
  .final-cta {
    padding-block:48px;
    align-items:start
  }
  .final-cta .actions {
    min-width:185px
  }
  .final-cta h2 {
    font-size:32px
  }
  .inquiry {
    padding-block:40px 55px
  }
  .form-intro>p:not(.eyebrow) {
    max-width:none
  }
  .demo-note {
    padding-top:12px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:18px
  }
  .footer-top>p {
    display:none
  }
}

@media(max-width:450px) {
  .wrap {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:42px
  }
  .hero .actions {
    align-items:start;
    flex-direction:column;
    gap:10px
  }
  .hero-visual {
    min-height:350px
  }
  .unit-scene {
    min-height:230px
  }
  .visual-top {
    padding:20px
  }
  .hero-visual figcaption {
    margin:12px
  }
  .hero-visual figcaption strong {
    font-size:16px
  }
  .hero-visual figcaption div>span {
    font-size:10px
  }
  .benefits h3 {
    font-size:16px
  }
  .benefits p {
    font-size:13px
  }
  .offer-main,.offer-details {
    padding:25px
  }
  .offer-size {
    font-size:12px
  }
  .final-cta {
    flex-direction:column;
    gap:25px
  }
  .final-cta .actions {
    align-items:start
  }
  .final-cta .text-link {
    align-self:start
  }
  .form-grid {
    grid-template-columns:1fr
  }
  .field.full {
    grid-column:auto
  }
  .form-bottom {
    align-items:start;
    flex-direction:column
  }
  .form-bottom .button {
    width:100%
  }
  .footer-top>span {
    font-size:11px
  }
  .footer-bottom {
    flex-direction:column;
    gap:12px
  }
  .space-options a {
    font-size:16px
  }
  .desktop-break {
    display:none
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  * {
    transition:none!important
  }
}


/* Chat loading and fallback feedback. The original form remains accessible. */
.quote-trigger[aria-busy="true"] {
  cursor: progress;
  opacity: .7;
}
.chat-status {
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: var(--radius);
  font-size: 14px;
}

/* Local anti-spam controls; no third-party CAPTCHA assets or tracking. */
.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.security-check {
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.security-check label { font-size: 14px; }
#captcha-question { display: block; margin-top: 4px; color: var(--ink); }
.security-controls { display: flex; align-items: center; gap: 20px; }
.security-controls input { width: 100px; }
.security-controls button { background: transparent; border: 0; border-bottom: 1px solid var(--muted); }
#captcha-help { margin-top: 8px; font-size: 12px; }
button:disabled { cursor: not-allowed; opacity: .6; }
.form-status.is-error { background: #fff3e9; border-color: #bd9778; color: #633c20; }
