:root {
  --neutral-950: #151c1e;
  --white: white;
  --primary-500: #09de67;
  --neutral-50-501: #f5f8f8;
  --neutral-100: #dfe7e8;
  --peru: #bb8759;
  --black: black;
  --light-green: #c1e9be;
  --dark-sea-green: #749b71;
  --neutral-400: #708b91;
  --primary-400: #33f588;
  --primary-600: #01b851;
  --warning-400: #fe6262;
  --warning-600: #e41e1e;
  --neutral-200: #bfced0;
  --primary-300: #5cffa3;
  --dark-goldenrod: #9c824a;
  --neutral-300: #97adb1;
  --neutral-500: #567176;
  --warning-500: #f73c3c;
  --neutral-900: #22292b;
  --neutral-800: #303c3f;
  --neutral-700: #39474c;
  --neutral-600: #44585d;
  --web-green: #4c624e;
  --dim-grey-2: #5d4e3d;
  --tan: #d0be97;
  --peach-puff: #f1cda4;
  --powder-blue: #cae6eb;
  --dim-grey: #625841;
  --dark-slate-grey: #4e5f4d;
  --chocolate: #c76a19;
  --tan-2: #aa8f71;
  --pinkys-pink: #ff69b4;
  --pinkys-pink-light: #ffb3e6;
  --foodtruckies-orange: #ff8c00;
  --foodtruckies-orange-light: #ffb84d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--neutral-950);
  color: var(--white);
  margin-bottom: 44px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5em;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 200;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 1.2em;
}

h2:hover {
  opacity: .5;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

li {
  margin-bottom: 4px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 200;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary-500);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.navigation {
  min-height: 75px;
  border-bottom: 1px solid var(--neutral-50-501);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--neutral-50-501);
  border-bottom: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.container.navigation {
  z-index: 200;
  min-height: 75px;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.container.work-grid {
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-right-width: 1px;
}

.container.work-grid.home, .container.contact.bottom {
  border-bottom-style: none;
}

.container.subpage {
  padding: 56px 24px;
}

.container.bottom {
  border-bottom-style: none;
}

.logo {
  display: none;
}

.nav-menu {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  grid-column-gap: 36px;
  border-top: 1px solid var(--neutral-50-501);
  background-color: var(--neutral-950) !important;
  text-align: center;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navlink {
  color: var(--white);
  cursor: pointer;
  padding: 4px 0;
  transition: color .4s, transform .4s;
}

.navlink:hover {
  color: var(--neutral-100);
  transform: translate(0, -1px);
}

.navlink.w--current {
  color: var(--white);
  text-decoration: underline;
}

.navlink.mobile {
  font-size: 56px;
  line-height: 1em;
}

.navlink.mobile:hover {
  color: var(--peru);
  transform: scale(1.1);
}

.button {
  border: 1px solid var(--neutral-50-501);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: color .4s, background-color .4s;
}

.button:hover {
  color: var(--white);
  background-color: #363636;
}

.button.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.button.primary:hover {
  background-color: var(--neutral-950);
}

.services-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.services-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  min-height: 100vh;
  /* grid-template-columns: 2.75fr 1.5fr; */
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  display: grid;
}

.hero-content-wrapper {
  grid-row-gap: 16px;
  border-right: 1px solid var(--neutral-50-501);
  filter: blur();
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  display: flex;
  overflow: visible;
}

.hero-image-wrapper.hero-image-stack {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0; /* Ensure no gaps between stacked images */
}

.hero-stack-item {
  flex: 1; /* Each item takes equal vertical space */
  overflow: hidden;
  position: relative;
  min-height: 0; /* Crucial for nested flex scrolling/sizing */
}

.hero-image-stacked {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(89%);
  transition: filter 0.3s ease, transform 0.3s ease;
  transform: scale(1.15); /* Slight zoom to crop top/bottom */
}

.hero-image-stacked:hover {
  filter: grayscale(100%);
  transform: scale(1.15); /* Maintain zoom on hover */
}

.hero-subtitle {
  cursor: default;
  font-size: 18px;
  font-weight: 300;
}

.hero-subtitle {
  cursor: default;
  font-size: 18px;
  font-weight: 300;
}

.hero-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(72px, auto);
  gap: 16px;
  align-items: stretch;
  margin-top: 24px;
}

.social-link.sora-pill,
.social-link.x-pill,
.social-link.substack-pill,
.social-link.instagram-pill,
.social-link.github-pill,
.social-link.linkedin-pill,
.social-link.gmail-pill {
  height: 100%;
  min-height: 72px;
  padding: 16px 20px;
  border: 1px solid rgba(245, 248, 248, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.02);
  transition: transform 200ms ease, border-color 200ms ease, background-color 200ms ease,
    box-shadow 200ms ease;
}

.social-link.sora-pill:hover,
.social-link.x-pill:hover,
.social-link.substack-pill:hover,
.social-link.instagram-pill:hover,
.social-link.github-pill:hover,
.social-link.linkedin-pill:hover,
.social-link.gmail-pill:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(10, 12, 24, 0.55);
}

.social-icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(245, 248, 248, 0.35);
  background-color: rgba(6, 9, 22, 0.6);
  flex-shrink: 0;
}

.social-icon-wrapper svg {
  width: 22px;
  height: 22px;
}

.social-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--neutral-50-501);
  letter-spacing: 0.2px;
}

.social-link.nature-plus .social-text {
  font-size: 12.5px;
  letter-spacing: 0.05px;
}

.social-link:hover .social-text {
  color: var(--white);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hero-image {
  width: 100%;
  height: 100%;
  border: 1px none var(--white);
  opacity: .75;
  filter: brightness(89%);
  cursor: default;
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center;
  max-width: 600px; /* Stricter max-width to ensure sharpness */
  margin: 0 auto;
  display: block;
  position: relative;
}

.hero-image:hover {
  opacity: .75;
  mix-blend-mode: luminosity;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.service-card {
  max-width: 100%;
  min-height: 275px;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  padding: 24px 24px 36px;
  display: flex;
  position: relative;
}

.service-bg-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: blur(2px);
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-bg-image:hover {
  opacity: 1;
  filter: blur(5px);
}

.service-card-overlay {
  z-index: 1;
  background-color: var(--black);
  opacity: .3;
  filter: blur();
  mix-blend-mode: normal;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-card-overlay:hover {
  opacity: 0;
  filter: blur();
  mix-blend-mode: normal;
}

.service-card-overlay:active {
  opacity: 0;
}

.service-title {
  z-index: 2;
  min-width: 100%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
  position: relative;
}

.service-title:hover {
  opacity: 1;
}

.about-1-2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.work-section-wrapper {
  border-bottom: 1px solid var(--neutral-50-501);
  border-right: 1px solid var(--neutral-50-501);
  padding: 56px 24px;
  position: relative;
}

.work-collection {
  height: 100%;
}

.work-item {
  border-left: 1px solid var(--neutral-50-501);
}

.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--neutral-50-501);
  grid-template-rows: auto;
  display: block;
}

.work-wrapper {
  height: 100%;
}

.solistic-healing-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  border: 3px solid var(--light-green);
  filter: blur();
  cursor: default;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.solistic-healing-image:hover {
  border-width: 4px;
  border-color: var(--dark-sea-green);
  filter: blur();
  border-radius: 0;
}

.work-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.work-project-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px;
  display: flex;
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border: none;
}

.work-project-wrapper:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.02);
}

/* DYK Section Styling */
.dyk-section .work-section-wrapper h2,
.dyk-section .work-section-wrapper .paragraph-2 {
  position: relative;
  z-index: 1;
}

.dyk-section .work-section-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 235, 205, 0.15) 0%, rgba(245, 222, 179, 0.18) 50%, rgba(238, 213, 183, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.dyk-section .work-section-wrapper:hover::before {
  opacity: 1;
}

/* Article Timeline Styling */
.article-entry {
  margin-bottom: 0;
}

/* Progressive word-by-word reveal handled by JavaScript */

.article-entry:nth-child(odd) .experience-section {
  background: rgba(139, 111, 71, 0.45);
}

.article-entry:nth-child(even) .experience-section {
  background: rgba(120, 94, 63, 0.50);
}

.article-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.article-toggle {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 1;
  min-width: 0;
}

.article-title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.article-date {
  font-size: 13px;
  color: var(--neutral-400);
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.article-entry .experience-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
}

.article-entry .article-share-button {
  flex-shrink: 0;
  margin-left: 4px;
  margin-right: 12px;
  padding: 8px 12px;
}

.article-share-button {
  background: transparent;
  border: none;
  color: var(--neutral-500);
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  opacity: 0.6;
  position: relative;
}

.article-share-button:hover {
  color: var(--neutral-300);
  opacity: 1;
}

.article-share-button:active {
  transform: scale(0.9);
}

.article-share-button .link-icon,
.article-share-button .check-icon {
  transition: opacity 0.2s ease;
}

.article-share-button.copied {
  color: var(--primary-400);
  opacity: 1;
}

.dyk-coming-soon {
  border: 3px solid transparent;
  border-radius: 0;
  transition: border-color 0.3s ease;
}

.dyk-coming-soon:hover {
  animation: randomBorderColor 8s infinite;
}

@keyframes randomBorderColor {
  0% { border-color: #b88860; }
  16% { border-color: #a67a52; }
  33% { border-color: #8b6f47; }
  50% { border-color: #c8956e; }
  66% { border-color: #9a7b5c; }
  83% { border-color: #a6886a; }
  100% { border-color: #b88860; }
}

.role-wrapper {
  grid-column-gap: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.green-label {
  color: var(--neutral-400);
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.green-label.small {
  font-size: 14px;
}

.paragraph.large {
  border-radius: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--neutral-200);
  transition: color 0.3s ease;
}

.paragraph.large:hover {
  color: var(--white);
}

.paragraph.large._750px {
  max-width: 750px;
}

.paragraph.small {
  font-size: 16px;
}

.text-button {
  width: auto;
  grid-column-gap: 4px;
  color: #9c824a;
  cursor: pointer;
  align-items: center;
  transition: flex .4s;
  display: block;
}

.text-button-content {
  color: var(--dark-sea-green);
  -webkit-text-stroke-color: var(--dark-sea-green);
  cursor: pointer;
  display: inline-block;
}

.text-button-content:hover {
  color: #ccdaf2;
}

.text-button-icon {
  width: 20px;
  height: 20px;
  color: #9b7f43;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 2px;
  padding-left: 4px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
}

.about-content-block {
  border-right: 1px solid var(--neutral-50-501);
  cursor: default;
  padding: 56px 24px 56px 24px;
}

.vertical-about-grid {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 2fr;
  grid-template-columns: 1fr;
}

.about-top-image {
  height: 300px;
  border-bottom: 1px solid var(--neutral-50-501);
  filter: blur();
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: 50% 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.about-top-image:hover {
  opacity: .5;
  mix-blend-mode: normal;
}

/* Experience Accordion Styles */
.experience-accordion {
  margin-top: 20px;
}

.experience-section {
  margin-bottom: 15px;
  border: 1px solid var(--neutral-50-501);
  border-radius: 8px;
  overflow: hidden;
}

.experience-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color 0.3s ease;
  gap: 20px;
}

.experience-toggle:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.experience-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}

.experience-caret {
  color: var(--neutral-400);
  transition: transform 0.3s ease;
  font-size: 14px;
}

.experience-caret.rotated {
  transform: rotate(180deg);
}

.experience-content {
  padding: 25px 20px 20px 20px;
  border-top: 1px solid var(--neutral-50-501);
  animation: slideDown 0.3s ease;
  overflow: hidden;
}

/* Current role styling - always visible */
.current-role {
  background-color: rgba(255, 255, 255, 0.02);
}

.experience-title-static {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 15px 20px;
  border-bottom: 1px solid var(--neutral-50-501);
}

.experience-content-static {
  padding: 20px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 1000px;
  }
}

/* CLEAN about image - FIXED POSITIONING */
.clean-about-image-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.clean-about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  display: block;
  margin: 0;
  padding: 0;
}

.clean-about-image:hover {
  opacity: .5;
  mix-blend-mode: normal;
}

.about-image-right {
  height: 100%;
  opacity: 1;
  mix-blend-mode: luminosity;
  object-fit: cover;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-image-right:hover {
  opacity: .5;
  mix-blend-mode: lighten;
}

/* Old horizontal layout - no longer used */

.about-image-left:hover {
  opacity: .5;
  mix-blend-mode: normal;
}

.top-image-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.about-top-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  display: block;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-card {
  width: 100%;
  height: 100%;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.pricing-header {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-info {
  font-size: 20px;
}

.price-tag {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5em;
}

.price-features-wrapper {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.price-feature-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-button {
  background-color: var(--primary-500);
  color: var(--neutral-950);
  padding: 8px 12px;
}

.pricing-link-block {
  width: 100%;
  height: 100%;
}

.pricing-link-block:hover, .pricing-link-block:active, .pricing-link-block:visited {
  background-color: rgba(0, 0, 0, 0);
}

.pricing-link-block.middle {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.blog-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.featured-post-wrapper {
  border-right: 1px solid var(--neutral-50-501);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.featured-collection.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.feature-image {
  width: 100%;
  max-height: 242px;
  filter: blur(15px);
  mix-blend-mode: normal;
  object-fit: cover;
}

.feature-content {
  grid-row-gap: 14px;
  cursor: default;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.featured-label {
  color: var(--peru);
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.blog-title.large {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.3em;
}

.date-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.label {
  color: #b4b4b4;
  font-size: 14px;
}

.label.large {
  font-size: 18px;
  line-height: 1.5em;
}

.feature-button-wrapper {
  margin-top: 56px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.blog-posts-wrapper {
  border-right: 1px solid var(--neutral-50-501);
  position: relative;
}

.blog-posts-top-heading {
  padding: 56px 24px 24px;
}

.blog-post-link {
  width: 100%;
  grid-row-gap: 14px;
  cursor: default;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.article-top-heading {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-grid-1-2-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
}

.contact-left-block {
  position: relative;
  overflow: hidden;
}

.contact-left-block.form {
  border-right: 1px solid var(--neutral-50-501);
  padding: 24px 56px;
}

.contact-middle-block {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
  padding: 24px 56px;
}

.contact-right-block {
  position: relative;
  overflow: hidden;
}

.contact-top-header {
  grid-row-gap: 4px;
  cursor: default;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
}

.text-input {
  border: 1px solid var(--neutral-50-501);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.text-input:focus, .text-input.-wfp-focus {
  border-color: var(--white);
  color: var(--white);
}

.text-input::-ms-input-placeholder {
  color: var(--neutral-400);
}

.text-input::placeholder {
  color: var(--neutral-400);
}

.text-input.message {
  min-height: 170px;
}

.input-field-wrapper {
  margin-bottom: 14px;
}

.contact-image-left {
  width: 100%;
  height: 60%;
  aspect-ratio: auto;
  object-fit: cover;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-image-right {
  width: 100%;
  height: 60%;
  object-fit: cover;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.success-message {
  border: 1px solid var(--primary-400);
  background-color: var(--primary-600);
}

.error-message {
  border: 1px solid var(--warning-400);
  background-color: var(--warning-600);
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-column {
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.footer-column._2 {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.footer-column._3 {
  border-right: 1px solid var(--neutral-50-501);
}

.footer-logo-block {
  width: 100%;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-info-block {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-info-link {
  color: var(--neutral-200);
  font-size: 12px;
  line-height: 1.3em;
}

.footer-nav-block {
  width: 100%;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-nav-title {
  font-size: 20px;
  line-height: 1.5em;
}

.footer-nav {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-social-block {
  width: 100%;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter-heading {
  font-size: 20px;
  line-height: 1.3em;
}

.newsletter-form {
  width: 100%;
}

.social-wrapper {
  width: 100%;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-icon-wrapper {
  grid-column-gap: 14px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.page-wrapper {
  padding-bottom: 30px;
}

.social-icon {
  transition: filter .4s;
}

.social-icon:hover {
  filter: brightness(75%);
}

/* Navigation overrides - Force dark background */
.w-nav,
.navigation,
.container.navigation,
.container.navigation.w-container,
nav.navigation,
[class*="navigation"] {
  background: var(--neutral-950) !important;
  background-color: var(--neutral-950) !important;
}

/* Ensure all nav-related containers are dark */
.navigation * {
  background-color: transparent !important;
}

/* Override any Webflow container backgrounds in nav */
.navigation .w-container {
  background: transparent !important;
  background-color: transparent !important;
}

/* Clean minimalistic footer */
.clean-footer {
  border-top: 1px solid var(--neutral-50-501);
  background-color: var(--neutral-950);
  padding: 40px 0;
  text-align: center;
}

.clean-footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer-text {
  color: var(--neutral-300);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-text:hover {
  color: var(--neutral-400);
}

.footer-location {
  color: var(--neutral-400);
  font-style: italic;
  font-size: 13px;
}

.project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-item {
  border-right: 1px solid var(--neutral-50-501);
  border-bottom: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.project-card {
  width: 100%;
  min-height: 75px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-preview-image {
  width: 100%;
  max-height: 492px;
  min-height: 492px;
  border-top: 1px solid var(--neutral-50-501);
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-preview-image:hover {
  transform: scale(1.02);
}

.work-card-content {
  width: 100%;
  min-height: 75px;
  padding: 24px;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.service-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.service-wrapper.left {
  border-right: 1px solid var(--neutral-50-501);
}

.service-wrapper.right {
  border-bottom: 1px solid var(--neutral-50-501);
}

.service-header {
  margin-bottom: 24px;
}

.service-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

._3-column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-row-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
  position: relative;
}

.about-row-wrapper.middle {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.about-heading {
  color: var(--primary-300);
  margin-bottom: 0;
}

.about-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.about-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-page-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 686px;
  border-right: 1px solid var(--neutral-50-501);
}

.about-page-image-wrapper.right {
  border-right-style: none;
}

.about-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-left-image, .contact-right-image {
  position: relative;
  overflow: hidden;
}

.contact-grid-2-1-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.blog-posts-title {
  font-size: 28px;
  line-height: 1.3em;
}

.blog-posts-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.current-post-wrapper {
  padding: 56px 24px;
}

.blog-post-heading {
  margin-top: 10px;
}

.blog-posts-button-wrapper {
  margin-top: 56px;
  margin-left: 24px;
  padding-bottom: 56px;
}

._1-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.project-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 625px;
  min-height: 625px;
}

.project-image-wrapper.left {
  border-right: 1px solid var(--neutral-50-501);
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.project-content-wrapper.left {
  border-right: 1px solid var(--neutral-50-501);
  position: relative;
}

.project-info-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-title {
  margin-top: 0;
}

.content {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
}

.product-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 567px;
  min-height: 567px;
  border-right: 1px solid var(--neutral-50-501);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.product-price-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px;
  display: flex;
}

.feature-block._1, .feature-block._2, .feature-block._3 {
  border-right: 1px solid var(--neutral-50-501);
}

.feature-title {
  margin-bottom: 4px;
}

.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.testimonial-left-block {
  grid-row-gap: 14px;
  border-right: 1px solid var(--neutral-50-501);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 56px 24px;
  display: flex;
}

.testimonial-header {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2em;
}

.testimonial-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.testimonial-card {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-card.top {
  border-bottom: 1px solid var(--neutral-50-501);
}

.star-rating-wrapper {
  grid-column-gap: 4px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial-author-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkout-form {
  background-color: var(--neutral-950);
}

.block-header, .block-content {
  background-color: rgba(0, 0, 0, 0);
}

.text-dropdown {
  border: 1px solid var(--neutral-50-501);
  background-color: var(--neutral-950);
  color: var(--white);
}

.text-dropdown:active {
  color: var(--neutral-950);
}

.text-dropdown:focus {
  border-color: var(--white);
  color: var(--white);
}

.text-dropdown::-ms-input-placeholder {
  color: var(--neutral-400);
}

.text-dropdown::placeholder {
  color: var(--neutral-400);
}

.service-link {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  mix-blend-mode: luminosity;
}

.service-link:hover {
  mix-blend-mode: normal;
}

.service-block.center {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.pricing-block {
  width: 100%;
  height: 100%;
}

.pricing-block:hover {
  background-color: var(--dark-goldenrod);
}

.pricing-block.center {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.pricing-list, .pricing-item {
  width: 100%;
  height: 100%;
}

.nav-menu-links {
  grid-column-gap: 36px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-menu-button-wrapper {
  grid-column-gap: 18px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
}

.cart-quantity {
  background-color: var(--neutral-50-501);
  color: var(--neutral-950);
  margin-top: 15px;
  margin-left: -15px;
}

.cart-icon {
  margin-right: 8px;
}

.burger-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  padding: 6px;
  display: flex;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.cart-header {
  border-bottom-color: var(--neutral-50-501);
  background-color: var(--neutral-950);
}

.cart-form-wrapper {
  background-color: var(--neutral-950);
}

.cart-image {
  height: 56px;
  object-fit: cover;
}

.cart-item-name, .checkout-price {
  font-weight: 300;
}

.cart-footer {
  border-top-color: var(--neutral-50-501);
}

.close-icon {
  width: 100%;
}

.close-button {
  width: 32px;
  height: 32px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 450px;
  height: 450px;
  border: 1px solid var(--neutral-50-501);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sg-nav-menu {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 48px;
}

.radio-button-label {
  padding-left: 8px;
}

.navlink-small {
  color: var(--neutral-50-501);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  transition: color .2s;
}

.navlink-small:hover {
  color: #f6f6f7;
}

.navlink-small.w--current {
  color: var(--primary-300);
}

.sg-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.sg-navigation {
  border: 1px solid var(--neutral-50-501);
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 24px 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.sg-nav-wrapper {
  position: relative;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 8px;
}

.sg-block {
  width: 100%;
  margin-bottom: 24px;
}

.radio-button-field {
  align-items: center;
  display: flex;
}

.sg-item-description {
  color: var(--neutral-300);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
}

.radio-button.w--redirected-checked {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--primary-500);
  background-color: var(--primary-500);
}

.sg-heading {
  color: var(--neutral-500);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
}

.visible-color {
  width: 100%;
  height: 100%;
  background-color: #202628;
}

.visible-color._200 {
  background-color: var(--neutral-200);
}

.visible-color.warning-500 {
  background-color: var(--warning-500);
}

.visible-color._50 {
  background-color: var(--neutral-50-501);
}

.visible-color._950 {
  background-color: var(--neutral-950);
}

.visible-color.black {
  background-color: var(--black);
}

.visible-color._500 {
  background-color: var(--neutral-500);
}

.visible-color._900 {
  background-color: var(--neutral-900);
}

.visible-color._800 {
  background-color: var(--neutral-800);
}

.visible-color.warning-400 {
  background-color: var(--warning-400);
}

.visible-color._100 {
  background-color: var(--neutral-100);
}

.visible-color._400 {
  background-color: var(--neutral-400);
}

.visible-color.success-600 {
  background-color: var(--primary-600);
}

.visible-color.white {
  background-color: var(--white);
}

.visible-color._700 {
  background-color: var(--neutral-700);
}

.visible-color.warning-600 {
  background-color: var(--warning-600);
}

.visible-color._600 {
  background-color: var(--neutral-600);
}

.visible-color.success-400 {
  background-color: var(--primary-400);
}

.visible-color._300 {
  background-color: var(--neutral-300);
}

.visible-color.success-500 {
  background-color: var(--primary-500);
}

.visible-color.success-300 {
  background-color: var(--primary-300);
}

.sg-section {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
  display: flex;
}

.sg-color-block {
  width: 64px;
  height: 64px;
  border: 1px solid #5b6871;
}

.sg-color-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.spacer._24 {
  width: 24px;
  height: 24px;
}

.style-guide-wrapper {
  padding: 56px 24px 128px;
}

.licence-wrapper {
  padding: 56px 24px;
}

.licence-wrapper.small {
  padding-top: 0;
  padding-bottom: 56px;
}

.licence-card {
  border: 1px solid var(--neutral-50-501);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 36px;
  padding: 12px 24px 24px;
}

.link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.changelog-wrapper, .instructions-wrapper, .confirmation-wrapper {
  padding: 56px 24px;
}

.heading {
  cursor: default;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  margin-bottom: 50px;
}

.twitter {
  object-fit: fill;
  padding-left: 0;
  display: block;
  position: absolute;
}

.studio-city-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  border: 3px solid var(--dark-goldenrod);
  filter: blur();
  cursor: default;
  object-fit: cover;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.studio-city-image:hover {
  filter: blur();
  border-style: solid;
  border-width: 4px;
  border-radius: 0;
  display: inline-block;
  position: static;
}

.button-service {
  border: 1px solid var(--neutral-50-501);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: color .4s, background-color .4s;
}

.button-service:hover {
  background-color: var(--neutral-50-501);
  color: var(--neutral-950);
}

.button-service.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.button-service.primary:hover {
  border-color: var(--white);
  background-color: var(--neutral-950);
}

.container-2 {
  margin-top: 0;
  padding: 56px 20px;
}

.container-3, .container-4 {
  padding: 20px;
}

.web-dev-pricing-block {
  width: 100%;
  height: 100%;
  cursor: default;
}

.web-dev-pricing-block:hover {
  background-color: var(--web-green);
}

.web-dev-pricing-block:visited {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.web-dev-pricing-block.middle {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.data-pricing-block {
  width: 100%;
  height: 100%;
  cursor: default;
}

.data-pricing-block:hover {
  background-color: var(--dim-grey-2);
}

.data-pricing-block.middle {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.ux-pricing-block {
  width: 100%;
  height: 100%;
  cursor: default;
}

.ux-pricing-block:hover {
  background-color: var(--neutral-600);
}

.ux-pricing-block.middle {
  border-right: 1px solid var(--neutral-50-501);
  border-left: 1px solid var(--neutral-50-501);
}

.dev-pricing-title {
  color: var(--light-green);
  -webkit-text-stroke-color: var(--dark-sea-green);
  font-size: 20px;
  font-weight: 200;
}

.dev-button-service {
  border: 1px solid var(--neutral-50-501);
  color: var(--neutral-50-501);
  cursor: pointer;
  background-color: #363636;
  padding: 8px 12px;
  transition: border-color .4s, opacity .2s, color .4s, background-color .4s;
}

.dev-button-service:hover {
  background-color: var(--neutral-950);
  color: var(--neutral-50-501);
  -webkit-text-stroke-color: var(--neutral-50-501);
}

.dev-button-service.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  flex: 0 auto;
  order: 0;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.dev-button-service.primary:hover {
  border-color: var(--white);
  background-color: var(--neutral-950);
  box-shadow: none;
}

.data-button-service {
  border: 1px solid var(--neutral-50-501);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  cursor: pointer;
  background-color: #363636;
  outline: 3px #f5f8f8;
  padding: 8px 12px;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.data-button-service:hover {
  background-color: var(--neutral-50-501);
  color: var(--neutral-950);
}

.data-button-service.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.data-button-service.primary:hover {
  border-color: var(--white);
  background-color: var(--neutral-950);
}

.ux-button-service {
  border: 1px solid var(--neutral-50-501);
  color: var(--neutral-50-501);
  cursor: pointer;
  background-color: #363636;
  padding: 8px 12px;
  transition: border-color .4s, opacity .2s, color .4s, background-color .4s;
}

.ux-button-service:hover {
  background-color: var(--neutral-950);
  color: var(--neutral-50-501);
}

.ux-button-service.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  flex: 0 auto;
  order: 0;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.ux-button-service.primary:hover {
  border-color: var(--white);
  background-color: var(--neutral-950);
}

.pricing-paragraph {
  margin-bottom: auto;
  padding-bottom: 20px;
}

.services-preview-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.5em;
  display: block;
  position: static;
  overflow: visible;
}

.services-preview-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.work-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.work-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.about-me-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.about-me-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.services-detailed-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.services-detailed-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.header-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.header-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.blog-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  overflow: visible;
}

.blog-section.footer {
  border-top: 1px solid var(--neutral-50-501);
}

.feature-image-itself {
  z-index: 1;
  width: 100%;
  max-height: 242px;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px #000;
  border-radius: 0;
  padding: 40px 20px 20px;
  position: absolute;
}

.feature-image-itself:hover {
  opacity: 1;
}

.feature-image-blur-bg {
  width: 100%;
  max-height: 242px;
  filter: blur(2px);
  mix-blend-mode: normal;
  object-fit: cover;
  padding: 0;
}

.feature-image-blur-bg:hover {
  opacity: .5;
}

.studio-city-label {
  color: var(--dark-goldenrod);
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.studio-city-label.small {
  font-size: 14px;
}

.solisitc-label {
  color: var(--dark-sea-green);
  -webkit-text-stroke-color: var(--light-green);
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.solisitc-label.small {
  font-size: 14px;
}

.solistic-text-button {
  width: auto;
  grid-column-gap: 4px;
  color: var(--neutral-400);
  align-items: center;
  transition: flex .4s;
  display: block;
}

.solistic-text-button:hover {
  color: #9bb9c0;
}

.studio-text-button {
  color: var(--dark-goldenrod);
  cursor: pointer;
  display: inline-block;
}

.studio-text-button:hover {
  color: var(--tan);
}

.contact-image-left-bg {
  width: 100%;
  height: 100%;
  filter: blur(2px);
  mix-blend-mode: luminosity;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-image-left-bg:hover {
  opacity: .5;
}

.contact-image-right-bg {
  width: 100%;
  height: 100%;
  filter: blur(2px);
  mix-blend-mode: luminosity;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contact-image-right-bg:hover {
  opacity: .5;
}

.hero-image-bg {
  width: 100%;
  border: 1px none var(--white);
  filter: brightness(89%);
  mix-blend-mode: luminosity;
  object-fit: cover;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.engineering-price-info {
  color: var(--peach-puff);
  font-size: 20px;
}

.ux-price-info {
  color: var(--powder-blue);
  font-size: 20px;
}

.service-bg-image-itself {
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur();
  object-fit: cover;
  padding: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-bg-image-itself:hover {
  opacity: 1;
  filter: blur();
}

.hero-image-copy, .hero-image-me-bg {
  width: 100%;
  border: 1px none var(--white);
  filter: brightness(89%);
  mix-blend-mode: luminosity;
  object-fit: cover;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.text-button-content-blog {
  color: var(--peru);
  -webkit-text-stroke-color: var(--dark-sea-green);
  display: inline-block;
}

.text-button-content-blog:hover {
  color: #e7b488;
}

.service-bg-image-itself-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  filter: blur();
  object-fit: cover;
  padding: 10px 10px 10px 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-bg-image-itself-3:hover {
  opacity: .75;
  filter: blur();
  mix-blend-mode: lighten;
}

.service-bg-image-itself-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  filter: blur();
  object-fit: cover;
  padding: 10px 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-bg-image-itself-2:hover {
  opacity: .75;
  filter: blur();
  mix-blend-mode: lighten;
}

.service-bg-image-itself-1 {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  filter: blur();
  object-fit: cover;
  padding: 10px 5px 10px 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-bg-image-itself-1:hover {
  opacity: .75;
  filter: blur();
  mix-blend-mode: lighten;
}

.data-button-service-copy {
  border: 1px solid var(--neutral-50-501);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  cursor: pointer;
  background-color: #363636;
  outline: 3px #f5f8f8;
  padding: 8px 12px;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.data-button-service-copy:hover {
  background-color: var(--neutral-50-501);
  color: var(--neutral-950);
}

.data-button-service-copy.primary {
  border-width: 1px;
  border-color: var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--neutral-50-501);
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #363636;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 200;
  transition: opacity .2s, border-color .4s, color .4s, background-color .4s;
}

.data-button-service-copy.primary:hover {
  border-color: var(--white);
  background-color: var(--neutral-950);
}

.heading-2, .heading-3, .div-block, .div-block-2, .paragraph-2 {
  cursor: default;
}

.service-link-text-block {
  z-index: 1;
  opacity: .5;
  color: var(--neutral-50-501);
  padding-top: 10px;
  padding-left: 20px;
  font-size: 10px;
  position: absolute;
}

.featured-blog-text-block {
  z-index: 1;
  opacity: .5;
  color: var(--neutral-50-501);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 10px;
  position: absolute;
}

.about-me-text-block {
  z-index: 1;
  opacity: .5;
  color: var(--neutral-50-501);
  padding-top: 0;
  padding-left: 10px;
  font-size: 10px;
  position: absolute;
}

.heading-4 {
  cursor: default;
}

.about-me-left-text-block {
  z-index: 1;
  opacity: .5;
  color: var(--neutral-50-501);
  padding-top: 0;
  padding-left: 10px;
  font-size: 10px;
  position: absolute;
}

.link {
  color: var(--peru);
  cursor: pointer;
}

.link:hover {
  color: #d0ae90;
}

.link-2 {
  color: var(--peru);
  cursor: pointer;
}

.link-2:hover {
  color: #dbb99b;
  -webkit-text-stroke-color: #d0b399;
}

.link-3 {
  cursor: pointer;
}

.link-4 {
  color: var(--peru);
  cursor: pointer;
}

.link-4:hover {
  color: #d7baa0;
}

.indie-culture-label {
  color: #a5c5f9;
  -webkit-text-stroke-color: #df7676;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.indie-culture-label.small {
  font-size: 14px;
}

.indie-culture-image-copy {
  width: 100%;
  height: 100%;
  min-height: 541px;
  filter: blur();
  cursor: default;
  object-fit: cover;
  border: 0 solid #cb1385;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.indie-culture-image-copy:hover {
  filter: blur();
  border-width: 4px;
  border-color: #a5c5f9;
  border-radius: 0;
}

.indie-culture-button-visit-site {
  color: #a5c5f9;
  -webkit-text-stroke-color: var(--dark-sea-green);
  cursor: pointer;
  display: inline-block;
}

.indie-culture-button-visit-site:hover {
  color: #ccdaf2;
}

.indie-culture-text-button {
  width: auto;
  grid-column-gap: 4px;
  color: var(--neutral-400);
  align-items: center;
  transition: flex .4s;
  display: block;
}

.indie-culture-text-button:hover {
  color: #9bb9c0;
}

.indie-culture-image {
  width: 100%;
  height: 100%;
  min-height: 541px;
  filter: blur();
  cursor: default;
  object-fit: cover;
  border: 3px solid #a5c5f9;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: none;
}

.indie-culture-image:hover {
  filter: blur();
  border-width: 4px;
  border-color: #a5c5f9;
  border-radius: 0;
}

.indie-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  filter: blur();
  cursor: default;
  object-fit: cover;
  border: 3px solid #a5c5f9;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.indie-image:hover {
  filter: blur();
  border-style: solid;
  border-width: 4px;
  border-radius: 0;
  display: inline-block;
  position: static;
}

.prana-label {
  color: #af7fac;
  -webkit-text-stroke-color: #df7676;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.prana-label.small {
  font-size: 14px;
}

.pinkys-up-label {
  color: var(--pinkys-pink);
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.pinkys-up-label.small {
  font-size: 14px;
}

.pinkys-up-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  border: 3px solid var(--pinkys-pink);
  filter: blur();
  cursor: default;
  object-fit: cover;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.pinkys-up-image:hover {
  filter: blur();
  border-style: solid;
  border-width: 4px;
  border-color: var(--pinkys-pink-light);
  border-radius: 0;
  display: inline-block;
  position: static;
}

.pinkys-up-text-button {
  color: var(--pinkys-pink);
  text-decoration: none;
  transition: color .4s;
}

.pinkys-up-text-button:hover {
  color: var(--pinkys-pink-light);
}

.pinkys-up-button-visit-site {
  color: var(--pinkys-pink);
  cursor: pointer;
  display: inline-block;
  transition: color .4s;
}

.pinkys-up-button-visit-site:hover {
  color: var(--pinkys-pink-light);
}

.foodtruckies-label {
  color: var(--foodtruckies-orange);
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.foodtruckies-label.small {
  font-size: 14px;
}

.foodtruckies-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  border: 3px solid var(--foodtruckies-orange);
  filter: blur();
  cursor: default;
  object-fit: cover;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.foodtruckies-image:hover {
  filter: blur();
  border-style: solid;
  border-width: 4px;
  border-color: var(--foodtruckies-orange-light);
  border-radius: 0;
  display: inline-block;
  position: static;
}

/* Full Section Coming Soon Overlay Styles */
.foodtruckies-coming-soon-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.full-section-coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.coming-soon-content {
  text-align: center;
  color: white;
  max-width: 400px;
  padding: 20px;
}

.coming-soon-icon {
  font-size: 4.5rem;
  margin-bottom: 25px;
  animation: gentleFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.coming-soon-title {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  background: linear-gradient(45deg, #fff, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.coming-soon-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #e0e0e0;
}

.coming-soon-description {
  font-size: 1rem;
  opacity: 0.85;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #d0d0d0;
  font-weight: 300;
}

.coming-soon-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.progress-bar {
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  width: 60%;
  background: linear-gradient(90deg, #4CAF50, #66BB6A);
  border-radius: 2px;
  animation: progressPulse 2s ease-in-out infinite;
}

.progress-text {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #b0b0b0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes gentleFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

@keyframes progressPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

.foodtruckies-text-button {
  color: var(--foodtruckies-orange);
  text-decoration: none;
  transition: color .4s;
}

.foodtruckies-text-button:hover {
  color: var(--foodtruckies-orange-light);
}

.foodtruckies-button-visit-site {
  color: var(--foodtruckies-orange);
  cursor: pointer;
  display: inline-block;
  transition: color .4s;
}

.foodtruckies-button-visit-site:hover {
  color: var(--foodtruckies-orange-light);
}

.coming-soon-button {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.coming-soon-button .foodtruckies-button-visit-site {
  color: var(--neutral-400);
}

.tech-stack-details {
  margin-top: 15px;
  text-align: center;
}

.tech-details {
  font-size: 0.85em;
  color: #888;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}

.live-indicator {
  font-size: 0.8em;
  color: #4CAF50;
  font-weight: 500;
}

.prototype-indicator {
  font-size: 0.8em;
  color: #8A7FFF;
  font-weight: 500;
}

.studio-city-image {
  border: 3px solid #6C63FF;
}

.studio-city-image:hover {
  border-color: #8A7FFF;
}

.solistic-healing-image {
  border: 3px solid #4CAF50;
}

.solistic-healing-image:hover {
  border-color: #66BB6A;
}

.prana-button-visit-site-copy {
  color: #af7fac;
  -webkit-text-stroke-color: var(--dark-sea-green);
  cursor: pointer;
  display: inline-block;
}

.prana-button-visit-site-copy:hover {
  color: #c09cbe;
}

.prana-image {
  width: 100%;
  height: 100%;
  max-height: 541px;
  min-height: 541px;
  filter: blur();
  cursor: default;
  object-fit: cover;
  border: 3px solid #af7fac;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.prana-image:hover {
  filter: blur();
  border-style: solid;
  border-width: 4px;
  border-radius: 0;
  display: inline-block;
  position: static;
}

@media screen and (max-width: 991px) {
  .container.navigation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.contact.bottom {
    border-left-style: solid;
    border-right-style: solid;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    border-top: 1px solid var(--neutral-50-501);
    background-color: var(--neutral-950) !important;
    text-align: center;
    justify-content: center;
    margin-top: 75px;
    padding: 56px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1000;
  }

  .navlink.mobile {
    text-align: center;
    flex-direction: column;
    font-size: 56px;
    line-height: 1em;
  }

  .navlink.mobile:hover {
    color: var(--peru);
    transform: scale(1.2);
  }

  .navlink.mobile.w--current:hover {
    color: var(--peru);
  }

  .services-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .hero-image {
    display: none;
  }

  .services-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-1-2-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work-item {
    border-left-style: none;
  }

  .solistic-healing-image, .solistic-healing-image:hover {
    border-color: var(--dark-sea-green);
  }

  .work-project-wrapper {
    justify-content: space-between;
  }

  .text-button {
    width: 60%;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-content-block {
    border-right-style: none;
  }

  .vertical-about-grid {
    display: flex;
  }

  .about-top-image {
    object-position: 50% 100%;
  }

  .about-image-left:hover {
    mix-blend-mode: normal;
  }

  .top-image-wrapper {
    height: 100%;
    max-height: 360px;
    display: none;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    justify-content: space-around;
  }

  .pricing-link-block.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--neutral-50-501);
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral-50-501);
  }

  .blog-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .featured-post-wrapper {
    filter: blur();
    display: none;
  }

  .blog-posts-wrapper {
    border-right-style: none;
    display: none;
  }

  .contact-grid-1-2-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-left-block.form {
    border-right-style: none;
  }

  .contact-middle-block {
    border-left-style: none;
    border-right-style: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column._2 {
    border-right-style: none;
  }

  .footer-column._3 {
    border-top: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .footer-column._4 {
    border-top: 1px solid var(--neutral-50-501);
    border-left: 1px solid var(--neutral-50-501);
  }

  .project-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .work-card-content {
    padding-bottom: 96px;
  }

  .service-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-wrapper.left {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .contact-left-image, .contact-right-image {
    display: none;
  }

  .contact-grid-2-1-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  ._1-1-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-image-wrapper.left, .product-image-wrapper {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .feature-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block._1 {
    border-bottom: 1px solid var(--neutral-50-501);
  }

  .feature-block._2 {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .service-block.center, .pricing-block.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--neutral-50-501);
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral-50-501);
  }

  .nav-menu-links {
    flex-direction: column;
  }

  .nav-menu-button-wrapper {
    margin-left: auto;
  }

  .burger-icon {
    display: flex;
  }

  .style-guide-grid {
    grid-template-columns: .25fr 1fr;
  }

  .sg-button-wrapper {
    flex-wrap: wrap;
  }

  .studio-city-image {
    border-color: var(--dark-goldenrod);
  }

  .studio-city-image:hover {
    border-width: 4px;
  }

  .web-dev-pricing-block.middle, .data-pricing-block.middle, .ux-pricing-block.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--neutral-50-501);
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral-50-501);
  }

  .services-preview-section, .work-section, .about-me-section, .services-detailed-section, .header-section, .blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-blur-bg {
    filter: blur(2px);
    mix-blend-mode: luminosity;
  }

  .solistic-text-button {
    width: 60%;
  }

  .hero-image-bg, .hero-image-copy, .hero-image-me-bg {
    display: none;
  }

  .service-link-text-block, .featured-blog-text-block, .about-me-text-block, .about-me-left-text-block {
    opacity: .5;
    padding-right: 10px;
  }

  .indie-culture-image-copy, .indie-culture-image-copy:hover {
    border-color: var(--dark-sea-green);
  }

  .indie-culture-text-button {
    width: 60%;
  }

  .indie-culture-image, .indie-culture-image:hover {
    border-color: var(--dark-sea-green);
  }

  .indie-image {
    border-color: #a5c5f9;
  }

  .indie-image:hover {
    border-width: 4px;
  }

  .prana-label, .prana-button-visit-site-copy {
    color: #af7fac;
  }

  .prana-button-visit-site-copy:hover {
    color: #ccacca;
  }

  .prana-image {
    border-color: #af7fac;
  }

  .prana-image:hover {
    border-width: 4px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  .container.contact.bottom {
    border-left-style: solid;
    border-right-style: solid;
  }

  .container.bottom {
    border-bottom-style: none;
  }

  .navlink.mobile.w--current:hover {
    color: var(--peru);
  }

  .service-title {
    margin-top: 10px;
  }

  .work-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .work-project-wrapper {
    border-top: 1px solid var(--neutral-50-501);
  }

  .top-image-wrapper {
    display: none;
  }

  .contact-grid-1-2-1 {
    grid-template-columns: 1fr;
  }

  .contact-left-block {
    display: none;
  }

  .contact-left-block.form {
    display: block;
  }

  .contact-middle-block {
    border-left-style: none;
    border-right-style: none;
  }

  .contact-right-block {
    display: none;
  }

  ._3-column-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-row-wrapper.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--neutral-50-501);
    border-bottom-width: 1px;
    border-bottom-color: var(--neutral-50-501);
  }

  .about-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-page-image-wrapper {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .contact-left-image, .contact-right-image {
    display: none;
  }

  .contact-grid-2-1-1 {
    grid-template-columns: 1fr;
  }

  .blog-post-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-block._1 {
    border-right-style: none;
  }

  .feature-block._3 {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .testimonial-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-left-block {
    border-bottom: 1px solid var(--neutral-50-501);
    border-right-style: none;
  }

  .utility-page-content {
    width: 350px;
    height: 350px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .sg-button-wrapper {
    flex-wrap: wrap;
  }

  .sg-navigation {
    width: 50%;
  }

  .feature-image-blur-bg {
    filter: blur(2px);
    mix-blend-mode: normal;
  }

  .service-link-text-block, .featured-blog-text-block, .about-me-text-block, .about-me-left-text-block {
    z-index: 1;
    opacity: .5;
    color: var(--neutral-50-501);
    text-align: left;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    position: absolute;
  }

  .indie-image {
    border-color: #a5c5f9;
  }

  .prana-label, .prana-button-visit-site-copy {
    color: #af7fac;
  }

  .prana-button-visit-site-copy:hover {
    color: #d5aad2;
  }

  .prana-image {
    border-color: #af7fac;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .navigation {
    min-height: 75px;
  }

  .container.navigation {
    min-height: 75px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navlink.mobile.w--current:hover {
    color: var(--peru);
  }

  .services-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-1-2-grid, .work-grid {
    width: 100%;
  }

  .solistic-healing-image {
    border-right-style: none;
  }

  .work-project-wrapper {
    width: 100%;
    justify-content: space-around;
  }

  .text-button {
    width: 60%;
  }

  .about-grid {
    grid-auto-flow: row;
  }

  .vertical-about-grid {
    object-fit: fill;
    display: flex;
    overflow: visible;
  }

  /* Mobile: experience accordion */
  .experience-toggle {
    padding: 12px 15px;
  }
  
  .experience-title {
    font-size: 15px;
  }
  
  .experience-content {
    padding: 20px 15px 15px 15px;
  }
  
  .experience-content-static {
    padding: 15px;
  }
  
  .experience-title-static {
    font-size: 15px;
    padding: 12px 15px;
  }
  
  /* Mobile: clean about image - NO GAPS */
  .clean-about-image-container {
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
  }
  
  .clean-about-image {
    object-fit: cover;
    object-position: center;
  }

  .about-image-right {
    display: none;
  }

  /* Old horizontal layout mobile - no longer used */

  .top-image-wrapper {
    max-height: 100%;
    display: none;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-column._2 {
    border-top: 1px solid var(--neutral-50-501);
    border-left-style: none;
  }

  .footer-column._4 {
    border-left-style: none;
  }

  .cart-container {
    width: 100%;
    min-width: auto;
    background-color: var(--neutral-950);
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .sg-navigation {
    width: 75%;
  }

  .studio-city-image {
    border-right-style: none;
  }

  .services-preview-section, .work-section, .about-me-section, .services-detailed-section, .header-section, .blog-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image-itself {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-blur-bg {
    filter: blur(2px);
    mix-blend-mode: normal;
    padding: 0;
  }

  .solistic-text-button {
    width: 60%;
  }

  .about-me-text-block {
    display: none;
  }

  .about-me-left-text-block {
    display: block;
  }

  .indie-culture-image-copy {
    border-right-style: none;
  }

  .indie-culture-text-button {
    width: 60%;
  }

  .indie-culture-image {
    border-right-style: none;
  }

  .indie-image {
    border-style: solid;
    border-color: #a5c5f9;
  }

  .prana-label, .prana-button-visit-site-copy {
    color: #af7fac;
  }

  .prana-button-visit-site-copy:hover {
    color: #d7a8d4;
  }

  .prana-image {
    border-style: solid;
    border-color: #af7fac;
  }
}

@media screen and (max-width: 479px) {
  /* Additional mobile styles */
}

/* Grid area assignments for responsive layout */
.w-layout-grid [id*="w-node-"] {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  /* Grid area assignments for 991px breakpoint */
  .w-layout-grid [id*="w-node-"] {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f6f2101f-2a92-e0e2-5df3-8ceb5c0b86de-07b22f29 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6dca85dc-6edc-c4ac-7c9e-04e82bc2c1cf-07b22f26 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  /* Grid area assignments for 479px breakpoint */
  .w-layout-grid [id*="w-node-"] {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.nav-quote-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 0 100px;
}

.nav-quote-text {
  margin: 0;
  padding: 0;
  color: var(--neutral-200);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  white-space: normal;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-quote-wrapper {
    display: flex;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .nav-quote-wrapper {
    padding: 0 60px;
  }
  .nav-quote-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-quote-wrapper {
    display: flex;
    padding: 0 50px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: none;
  }
  .nav-quote-text {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .social-link.sora-pill,
  .social-link.x-pill,
  .social-link.substack-pill,
  .social-link.instagram-pill,
  .social-link.github-pill,
  .social-link.linkedin-pill,
  .social-link.gmail-pill {
    min-height: 64px;
    padding: 14px 16px;
    gap: 10px;
  }

  .social-icon-wrapper {
    width: 36px;
    height: 36px;
  }

  .social-text {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }
}


