html {
	scroll-behavior: smooth;
}

:root{
    --green-dark: #008748;
    --green-darker: #00753d;
    --lime: #b3d235;
    --lime-dim: #9dbb2b;
    --teal: #6ea986;
  }

.response {
    padding:0;
    background: #ffffff !important;
}

.response .row {
    display: flex;
    margin:0;
    flex-direction: row-reverse;
}

header .row .column-2 figure>img {
    position: relative;
    aspect-ratio: unset;
    max-width:840px;
    z-index:1;
}
header .row .column-2 figure::before {
    content: "";
    top:0;
    left:-40px;
    width: 100%;
    height:100%;
    position:absolute;
    /* background: url('/img/2380US-A-212-shadow.png') no-repeat center / cover; */
    z-index:0;
}

.response .row .column-2 {
    display: flex;
    position: relative;
    flex: 4;
    justify-content: center;
    align-items: end;
    padding-top: 2em;
    background: url('https://s3.theark.cloud/sp-comm-arkfiles/website/images/occ/occ-students/2026/rounded-boxes-banner-left.jpg') no-repeat right / cover;
    overflow: visible;
}
.response .row .column-1 {
    display: flex;
    flex: 2.5;
    align-items: center;
}
header .row .column-1 hgroup {
    text-align: left;
    padding: 30px;
    gap: 0.5rem;
    max-width: 600px;
}

.link-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.gradient-text {
    background-image: linear-gradient(to bottom, var(--lime-dim) 10%, var(--green-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.free-boxes-tab {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 190px;
    height: 120px;
    align-self: end;
    cursor: default;
    z-index: 3;
  }
  .free-boxes-tab .tab-backing {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 14px 14px 0 0;
    background: var(--lime);
    box-shadow: 0 -1px 10px 1px rgba(0,0,0,0.4);
    clip-path: inset(-20px -20px 0px -20px);
    z-index: 0;
}
.free-boxes-tab .tab-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--green-dark);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    color: #fff;
    transition: transform 0.15s ease;
}
  .free-boxes-tab:hover .tab-inner {
    transform: translateY(-2px);
}
.free-boxes-tab .top {
    flex: 0 0 78%;
    display:flex;
    flex-direction:row;
    gap: 0.5em;
    justify-content:center;
    align-items:center;
    padding: 4px 14px 4px 10px;
    position:relative;
    z-index:1;
    text-align: right;
  }
.free-boxes-tab .top .box-icon {
    width:100%;
    min-width:45px;
    max-width: 65px;
    aspect-ratio: unset;
}
  .free-boxes-tab .num {
    font-size:   3.85rem;
    line-height: .8;
    font-weight: 600;
      letter-spacing: -0.02em;
  }
  .free-boxes-tab .receive{
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 2px;
  }
  .free-boxes-tab .bottom {
    flex: 0 0 22%;
    text-align:center;
    background: var(--lime);
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0 14px;
  }
  .free-boxes-tab .boxes {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #0b3d1f;
  }

h1 span {
        background-image: linear-gradient(to bottom left, var(--lime-dim) 0%, var(--green-dark) 100%);
        -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
}

h1 { line-height: 1em; }

main>header hgroup {
    align-items: start !important;
}

header .button {
    margin-inline:0;
    max-width:300px;
    margin-top:1em;
}

#overview {
    background: url('https://s3.theark.cloud/sp-comm-arkfiles/website/images/occ/occ-students/2026/rounded-boxes-banner-right.jpg') no-repeat center / cover;
    padding-top: 4.236em;
  }
  .free-shoeboxes {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap:60px;
  }

.occ-copy h2 {
    background-image: linear-gradient(to bottom, var(--lime-dim) 0%, var(--green-dark) 100%);
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-fill-color: transparent;
    padding-bottom: .5em;
}
 
  /* ---------- QUOTE BOX (the reusable module) ---------- */
  blockquote p {
    text-wrap: unset;
  }

  .occ-quote-box {
    background: var(--green-dark);
    border-radius: .618em;
    padding: 24px;
    display: flex;
    gap: 20px;
    margin-top:1em;
    /* align-items: flex-start; */
    box-shadow: 0 0px 8px rgba(0,0,0,0.45);
    max-width: 800px
  }
 
  .occ-quote-photo {
    flex: 0 0 auto;
    aspect-ratio: 3 / 4;
    max-width: 120px;
    border-radius: .618em;
    border: 5px solid var(--lime);
    overflow: hidden;
  }
 
  .occ-quote-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
.occ-quote-body { flex: 1 1 auto; }
 
  .occ-quote-headline {
    color: var(--lime);
    font-weight: 800;
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 12px;
  }
 
  .occ-quote-text {
    color: #ffffff;
    margin: 0;
  }
 
  .occ-quote-attribution {
    color: #ffffff;
    text-align: right;
  }
 
  .occ-quote-attribution strong { font-weight: 800; }
  .occ-quote-attribution span { color: var(--lime); font-weight: 600; }
 
  /* ---------- RIGHT COLUMN (image) ---------- */
  .occ-media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
  }
 
  .occ-photo-circle {
    position: relative;
    z-index: 1;
    width: 100%;
  }
 
  .occ-photo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

/* === ADHESIVE LABELS === */
#more { display: none; }

.di-full-post, .di-full-title, .di-full-payment hr, .di-full-col1 {
    display:none;
}

.green-button {
    border-radius:.618em;
    height: 2.618em !important;
}

.di-full-payment {
    display:flex;
    flex-wrap:wrap;
    gap:1ch;
    /*background:grey;*/
    margin-top: auto;
}

.donationitem-quantity {
    flex: 1 1 10%;
    border-radius: .618em;
    font: inherit;
    width:100%
}

.donationitem-add.sc-button.green-button {
    flex: 1 1 50%;
    width: 100%;
    border-radius:0.618em;
}

.di-full-payment label {
    flex-basis:100%;
    font-size: .75em;
    margin-bottom: .236em;
    font-weight:700;
}

.donationItem.donationitem-group {
    height:100%;
}

.donationItem br {
    display:none;
}

main>*>*> :is(.giving-component, .donationItem) {
    margin-inline: 0 !important;
}

:not(.action-container) .donationItem,
:not(.action-container) .giving-component {
    width: 100% !important;
    display:flex;
    flex-direction: column;
}

main :is(optgroup,option,textarea,select) {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: .618em;
    height: 2.618em;
    padding: 0 1ch;
    vertical-align: middle;
    transition: all .3s ease;
}

.figure-container {
    background-color: #ededed !important;
    border-left: 1px solid #cccccc;
    display: flex;
    border-radius: 0 0.618em 0.618em 0;
}

#helpful-links-container .card {
    margin-right: auto;
    margin-left: auto;
    max-width: 52ch;
    border: 1px solid #084;
}

#helpful-links-container article {
    padding: 1.618em;
}

#helpful-links-container {
    text-align: center;
    margin-top: 2em;
}

#helpful-links-container li {
    list-style: none;
}

#helpful-links-container h3 {
    margin-bottom: 1em;
}

#helpful-links-container hr {
    margin: 1em;
}

.box {
    flex: 1 1 500rem;
}

main>header~*{scroll-margin:0;}
.card h3:has(a)+p{-webkit-line-clamp: 4; line-clamp: 4;}

section:first-of-type .grid {
    gap:2.618em;
}

[type="submit"] {
margin-right:auto !important;
}

.title-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8em;
}
.card-number {
    color:#ffffff;
    order: 1;
    font-weight:800;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    text-align:center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height:50px;
    background-image: linear-gradient(to bottom right, var(--lime) 0%, var(--green-dark) 100%);
}
.card-title {
    display:flex;
        font-size: var(--h3, 1.22em);
    font-weight: 700;
    flex-wrap:wrap;
    text-align: right;
    justify-content: end;
    align-items: center;
}

.gfield_description {
padding-bottom:2em
}

@media (max-width: 900px) {
    .free-shoeboxes {
      grid-template-columns: 1fr;
      gap:0;
    }
    .occ-media { order: -1; min-height: 280px; }
    .occ-photo-circle { width: 220px; }
    .occ-quote-photo { aspect-ratio: 1; }
    .occ-quote-box { flex-direction: column; align-items: flex-start; }
    #overview h2 { text-align:center; padding-bottom: .5em; }
    #overview { background: url('https://s3.theark.cloud/sp-comm-arkfiles/website/images/occ/occ-students/2026/rounded-boxes-banner-top.jpg') no-repeat 50% 8% / cover; }
}

/* TABLET STYLES */
@media (max-width: 768px) {
  .response .row .column-2 {
    flex: 1;
    /* max-width:450px; */
  }
  .response .row .column-1 {
    flex: 1;
    align-items: end;
    padding: 20px 0 0 0;
  }
  header .row .column-2 figure>img {
    /* width:unset; */
    left:20px;
    transform-origin: bottom right;
    scale: 1.4;
  }
  .column-2 figure {
    align-self: bottom;
    padding:0;
  }
  .free-boxes-tab { transform-origin: bottom right; scale: 0.8; }
  blockquote {
        font-size: 1.3em !important;
    }
  .card-number {
        width: 35px;
        height:35px;
    }
    .grid {
        gap: 1em;
    }
}

/* MOBILE STYLES */
@media(max-width:615px) {
    .response .row {
        flex-direction: column;
    }
    .response .row .column-2 figure>img {
        position: relative;
        scale:1;
        left:0;
    }
    .response .row .column-2 {
        background: none;
        background: url('https://s3.theark.cloud/sp-comm-arkfiles/website/images/occ/occ-students/2026/rounded-boxes-banner-bottom.jpg') no-repeat top / cover;
        padding-top:0;
    }
    .free-boxes-tab{ transform-origin: bottom right; scale: 0.8; right:2%; }
}