* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
}

body {
    font-family: Georgia, "Cormorant Garamond", serif;
    background: #ffffff;
    color: #222222;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;

    padding: 32px 0;
}

.logo-name {
    font-family: Georgia, "Cormorant Garamond", serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 4px;
    color: #1a1a1a;
}
.logo-title {
    margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 7px;
    color: #222222;
}

.logo-rule {
    width: 58px;
    height: 1px;
    margin-top: 20px;
    background: #8b7740;
}

nav {
    display: flex;
    align-items: center;
    gap: 68px;
    margin-right: 160px;
}
nav a {
    position: relative;
    padding-bottom: 18px;
    color: #2f2f2f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

nav a:hover {
    opacity: 0.7;
}

nav a:hover {
    opacity: 0.75;
}

.hero {
    min-height: calc(100vh - 200px);

    background-image: url("images/hero-home.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.hero-overlay {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
}

.hero h1 {
    font-family: "Cormorant Garamond", serif;
    max-width: 900px;
    color: #111111;
    font-size: 74px;
    line-height: 1.03;
    font-weight: 300;
    letter-spacing: -1px;
}
.hero h1 span {
    display: inline-block;
}

.accent-line {
    color: #9d8752;
    font-style: italic;
    font-weight: 400;
}
@media (max-width: 800px) {
    header {
        padding: 22px 0;
    }

    .container {
        align-items: flex-start;
    }

    .logo {
        font-size: 25px;
    }

    nav {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    nav a {
        font-size: 14px;
    }

    .hero h1 {
        font-size: 46px;
    }
    .footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 0;
}

.footer-grid > div,
.footer-grid > div:first-child {
    min-height: auto;
    align-items: center;
    padding: 26px 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.footer-grid > div:first-child {
    border-top: none;
}

.compass-location {
    padding-left: 0;
}

.footer-contact a {
    font-size: 16px;
}

}
/* =========================
   HOMEPAGE FOOTER (DESKTOP)
   ========================= */

.home-footer {
    background: #0f1115;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 30px 0;
}

.footer-grid {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.2fr 1.8fr .9fr .7fr;
    align-items: center;
}

.footer-grid > div {
    min-height: 95px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 0 40px;

    border-left: 1px solid rgba(255,255,255,.10);
}

.footer-grid > div:first-child {
    border-left: none;
    padding-left: 0;
}

.compass-wordmark {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    letter-spacing: 3px;
    color: #ffffff;
}

.compass-location {
    margin-top: 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 6px;

    color: #ffffff;
}

.compass-logo {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}
.footer-contact {
    gap: 16px;
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 16px;

    color: #ffffff;
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.footer-contact a:hover {
    opacity: .75;
}

.footer-icon {
    color: #9a8244;
    font-size: 22px;
    width: 24px;
    text-align: center;
}

.footer-housing {
    align-items: center;
    text-align: center;

    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.25;
}

.housing-symbol {
    font-size: 46px;
    margin-bottom: 10px;
}

.footer-faith {
    align-items: center;
    justify-content: center;
}

.footer-faith span {
    color: #9a8244;
    font-size: 62px;
}

/* =========================
   ABOUT PAGE
   ========================= */

.about-page {
    min-height: 100vh;
    padding-top: 170px;

    display: grid;
    grid-template-columns: 1.1fr 0.9fr;

    background: #f7f5f1;
}

.about-copy {
    padding: 30px 70px 70px;
    max-width: 760px;
}

.about-kicker {
    margin-bottom: 14px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #8b7740;
}

.about-page h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    line-height: 0.98;
    font-weight: 300;
    color: #111111;
}

.about-page h1 span {
    color: #8b7740;
    font-style: italic;
}

.about-rule {
    width: 60px;
    height: 1px;
    margin: 28px 0 30px;
    background: #8b7740;
}

.about-copy p {
    margin-bottom: 20px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.55;

    color: #222222;
}

.about-divider {
    width: 55px;
    height: 1px;
    margin: 26px 0;
    background: #b49a58;
}

.about-emphasis {
    font-weight: 700;
    color: #766b3f !important;
}

.about-image {
    min-height: 100%;
}

.about-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 900px;

    object-fit: cover;
    object-position: center;
}

.boat-photo {
    display: block;
    width: 230px;
    margin-top: 25px;
}

/* =====================================================
   REVIEWS PAGE
   ===================================================== */

.reviews-body header{
    position:absolute;
}

.reviews-hero{
    min-height:480px;

    display:flex;
    align-items:center;

    padding-top:110px;

    background:
    linear-gradient(
        90deg,
        rgba(246,243,236,.96) 0%,
        rgba(246,243,236,.88) 34%,
        rgba(246,243,236,.42) 52%,
        rgba(246,243,236,.08) 68%,
        rgba(246,243,236,0) 78%
    ),
    url("images/reviews-hero.jpg");
    url("images/reviews-hero.jpg");

    background-size:cover;
    background-position:center;
}

.reviews-hero-overlay{
    width:90%;
    max-width:1400px;
    margin:0 auto;
}

.reviews-kicker{
    margin-bottom:18px;

    color:#9b8452;

    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:4px;
    text-transform:uppercase;
}

.reviews-hero h1{

    max-width:850px;

    font-family:"Cormorant Garamond",serif;
    font-size:70px;
    font-weight:300;
    line-height:1.02;

    color:#1d1d1d;
}

.reviews-intro{

    margin-top:30px;
    max-width:620px;

    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:1.8;

    color:#555;
}

/* -------------------------- */

.reviews-list{

    padding:45px 0 90px;

    background:#fff;
}

.reviews-grid{

    width:90%;
    max-width:1320px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:80px;
}

.review-card {
    position: relative;
    padding: 0 0 38px 30px;
    border-bottom: 1px solid #ddd5ca;
}

.review-card::before {
    content: "“";
    position: absolute;
    top: 22px;
    left: 0;

    color: #b07a28;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
}

.review-stars {
    margin-bottom: 10px;

    color: #b09255;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
}

.review-card blockquote {
    max-width: 580px;
    margin-bottom: 26px;

    color: #202020;
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.16;
}

.review-card blockquote::after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    margin-top: 18px;
    background: #b07a28;
}

.review-card p {
    max-width: 590px;

    color: #6a6a6a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.review-source {
    margin-top: 24px;

    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.6;
    text-transform: uppercase;
}

.review-source span {
    display: block;
    margin-top: 5px;

    color: #9b8452;
    font-size: 10px;
    font-weight: 400;
}

/* -------------------------- */

.reviews-meaning{

    padding:120px 0;

    background:#f6f3ec;
}

.reviews-meaning-inner{

    width:90%;
    max-width:1320px;
    margin:0 auto;

    display:grid;
    grid-template-columns:42% 58%;

    align-items:center;

    gap:90px;
}

.reviews-portrait img{

    width:100%;
    max-width:320px;
    height:auto;

    display:block;

    border-radius:6px;

    object-fit:cover;

    margin-top: 20px;

}

.reviews-meaning-copy h2{

    font-family:"Cormorant Garamond",serif;
    font-size:62px;
    font-weight:300;
    line-height:1.05;

    color:#1f1f1f;
}

.reviews-rule{

    width:60px;
    height:1px;

    margin:30px 0 35px;

    background:#9b8452;
}

.reviews-meaning-copy p:not(.reviews-kicker){

    margin-bottom:22px;

    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:1.8;

    color:#555;
}

.reviews-signature{

    margin-top:45px;

    font-family:"Cormorant Garamond",serif;
    font-style:italic;
    font-size:46px;

    color:#9b8452;
}

/* -------------------------- */

.all-reviews{

    padding:110px 0;

    background:#fff;
}

.all-reviews-inner{

    width:90%;
    max-width:780px;

    margin:0 auto;

    text-align:center;
}

.all-reviews h2{

    font-family:"Cormorant Garamond",serif;
    font-size:56px;
    font-weight:300;

    color:#1f1f1f;
}

.all-reviews p{

    margin:26px auto 42px;

    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:1.8;

    color:#555;
}

.reviews-button{

    display:inline-block;

    padding:16px 28px;

    border:1px solid #9b8452;

    color:#222;

    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    text-decoration:none;

    transition:.25s;
}

.reviews-button:hover{

    background:#9b8452;

    color:#fff;
}

/* -------------------------- */

@media(max-width:900px){

.reviews-grid{

grid-template-columns:1fr;

}

.reviews-meaning-inner{

grid-template-columns:1fr;

}

.reviews-hero h1{

font-size:48px;

}

.reviews-portrait img{

height:auto;

}

}
/* =====================================================
   ABOUT PAGE
   ===================================================== */

.about-body header {
    position: absolute;
}

.about-page {
    min-height: 100vh;
    padding-top: 150px;

    display: grid;
    grid-template-columns: 48% 52%;

    background: #f7f5f1;
}

.about-copy {
    padding: 35px 70px 70px;
    max-width: 760px;
}

.about-kicker {
    margin-bottom: 14px;

    color: #8b7740;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-page h1 {
    color: #111111;
    font-family: "Cormorant Garamond", serif;
    font-size: 58px;
    font-weight: 300;
    line-height: 0.98;
}

.about-page h1 span {
    color: #8b7740;
    font-style: italic;
}

.about-rule {
    width: 60px;
    height: 1px;
    margin: 28px 0 30px;

    background: #8b7740;
}

.about-copy p {
    margin-bottom: 20px;

    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

.about-divider {
    width: 55px;
    height: 1px;
    margin: 26px 0;

    background: #b49a58;
}

.about-emphasis {
    color: #766b3f !important;
    font-weight: 700;
}

.about-image {
    min-height: 100%;
}

.about-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 980px;

    object-fit: contain
    object-position: left center;
}

.boat-photo {
    display: block;
    width: 230px;
    margin-top: 25px;
}

@media (max-width: 900px) {
    .about-page {
        grid-template-columns: 1fr;
        padding-top: 135px;
    }

    .about-copy {
        max-width: none;
        padding: 35px 7% 60px;
    }

    .about-page h1 {
        font-size: 46px;
    }

    .about-image img {
        min-height: 500px;
    }

    .boat-photo {
        width: 100%;
        max-width: 320px;
    }
}

/* =====================================================
   SANIBEL ANALYTICS PAGE
   ===================================================== */

.sanibel-body {
    background: #f8f6f2;
    color: #111b3b;
}

.sanibel-body header {
    position: absolute;
    background: rgba(248, 246, 242, 0.96);
    border-bottom: 1px solid rgba(217, 224, 243, 0.1);
}
.sanibel-body nav a {
    color: #202020;
}

.sanibel-body nav a:hover,
.sanibel-body nav a.active {
    color: #a9671e;
}


/* =========================
   HERO
   ========================= */

.sanibel-hero {
    min-height: 380px;
    padding-top: 150px;

    display: flex;
    align-items: center;

    background-image: url("images/sa-shells-hd.jpg");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.sanibel-hero-overlay {
    width: 100%;
    min-height: 410px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.94) 32%,
            rgba(255,255,255,.68) 49%,
            rgba(255,255,255,.10) 68%,
            rgba(255,255,255,0) 100%
        );
}

.sanibel-hero-copy {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.sanibel-hero-copy > * {
    max-width: 620px;
}

.sanibel-kicker {
    margin-bottom: 8px;

    color: #a9671e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sanibel-hero h1 {
    color: #071638;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 74px;
    font-weight: 400;
    line-height: .95;
}

.sanibel-rule {
    width: 74px;
    height: 2px;
    margin: 23px 0 24px;

    background: #b86b1e;
}

.sanibel-hero h2 {
    margin-bottom: 14px;

    color: #101d42;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sanibel-hero-copy p:last-child {
    max-width: 575px;

    color: #242424;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}


/* =========================
   STORY
   ========================= */

.sanibel-story {
    padding: 55px 0 50px;
    background: rgba(255,255,255,.72);
}

.sanibel-story-grid {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.sanibel-story-column {
    padding-right: 55px;
}

.sanibel-story-right {
    padding-right: 0;
    padding-left: 55px;

    border-left: 1px solid rgba(169,103,30,.42);
}

.sanibel-story-column h2,
.sanibel-section-heading h2,
.sanibel-why-copy h2 {
    color: #071638;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
}

.sanibel-heading-rule {
    width: 48px;
    height: 2px;
    margin: 13px 0 22px;

    background: #b86b1e;
}

.sanibel-story-column p {
    margin-bottom: 17px;

    color: #242424;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.sanibel-story-column blockquote {
    margin: 3px 0 19px;

    color: #b26119;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.4;
}

.sanibel-story-column h3 {
    margin: 22px 0 9px;

    color: #071638;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 29px;
    font-weight: 600;
}

.sanibel-story-column strong,
.sanibel-highlight {
    color: #b26119;
    font-weight: 600;
}


/* =========================
   METHOD CARDS
   ========================= */

.sanibel-method {
    padding: 30px 0 55px;
    background: #fbfaf7;
}

.sanibel-section-heading {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto 25px;

    text-align: center;
}

.sanibel-section-heading .sanibel-heading-rule {
    margin: 11px auto 12px;
}

.sanibel-section-heading p {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.sanibel-cards {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.sanibel-card {
    min-height: 325px;
    padding: 22px 22px 26px;

    border: 1px solid rgba(180,111,35,.34);
    border-radius: 8px;

    background: rgba(255,255,255,.48);

    text-align: center;
}

.sanibel-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #071638;
    border-radius: 50%;
}

.sanibel-icon svg {
    width: 54px;
    height: 54px;

    fill: none;
    stroke: #071638;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sanibel-card h3 {
    color: #071638;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.sanibel-card-rule {
    width: 35px;
    height: 2px;
    margin: 13px auto 16px;

    background: #b86b1e;
}

.sanibel-card p {
    color: #262626;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}


/* =========================
   DESERT QUOTE BANNER
   ========================= */

.sanibel-banner {
    min-height: 270px;

    background-image: url("images/hero-home.png");
    background-size: cover;
    background-position: center 62%;
    background-repeat: no-repeat;
}

.sanibel-banner-overlay {
    min-height: 270px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 45px 6%;

    background: rgba(18,17,15,.32);

    text-align: center;
}

.sanibel-banner blockquote {
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.08;

    text-shadow: 0 2px 9px rgba(0,0,0,.45);
}

.sanibel-banner-rule {
    width: 135px;
    height: 2px;
    margin-top: 24px;

    background: #b86b1e;
}


/* =========================
   WHY IT MATTERS
   ========================= */

.sanibel-why {
    padding: 40px 0 55px;
    background: rgba(255,255,255,.78);
}

.sanibel-why-grid {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 150px 1.2fr 1fr;
    align-items: center;
    gap: 45px;
}

.sanibel-why-icon svg {
    width: 130px;
    height: 130px;

    fill: none;
    stroke: #071638;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sanibel-why-icon circle {
    stroke: #b86b1e;
}

.sanibel-why-copy p {
    margin-bottom: 13px;

    color: #262626;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.sanibel-closing-quote {
    min-height: 255px;
    padding-left: 55px;

    border-left: 1px solid rgba(169,103,30,.55);
}

.sanibel-large-quote {
    height: 50px;

    color: #b86b1e;
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
}

.sanibel-closing-quote blockquote {
    margin: 4px 0 17px;

    color: #071638;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.13;
}

.sanibel-closing-quote p {
    color: #b26119;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    line-height: 1.14;
}

.sanibel-closing-rule {
    width: 72px;
    height: 2px;
    margin-top: 23px;

    background: #b86b1e;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1050px) {

    .sanibel-hero h1 {
        font-size: 62px;
    }

    .sanibel-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .sanibel-why-grid {
        grid-template-columns: 120px 1fr;
    }

    .sanibel-closing-quote {
        grid-column: 1 / -1;
        margin-top: 20px;
        padding-top: 30px;
        padding-left: 0;

        border-top: 1px solid rgba(169,103,30,.45);
        border-left: none;
    }
}


@media (max-width: 800px) {

    .sanibel-hero {
        min-height: 670px;
        padding-top: 135px;

        background-position: 68% center;
    }

    .sanibel-hero-overlay {
        min-height: 535px;

        background:
            linear-gradient(
                90deg,
                rgba(255,255,255,.97) 0%,
                rgba(255,255,255,.92) 65%,
                rgba(255,255,255,.45) 100%
            );
    }

    .sanibel-hero h1 {
        font-size: 52px;
    }

    .sanibel-hero h2 {
        font-size: 15px;
    }

    .sanibel-hero-copy p:last-child {
        max-width: 90%;
        font-size: 16px;
    }

    .sanibel-story-grid {
        grid-template-columns: 1fr;
    }

    .sanibel-story-column,
    .sanibel-story-right {
        padding: 0;
    }

    .sanibel-story-right {
        margin-top: 38px;
        padding-top: 35px;

        border-top: 1px solid rgba(169,103,30,.42);
        border-left: none;
    }

    .sanibel-cards {
        grid-template-columns: 1fr;
    }

    .sanibel-banner blockquote {
        font-size: 38px;
    }

    .sanibel-why-grid {
        grid-template-columns: 1fr;
    }

    .sanibel-why-icon {
        text-align: center;
    }

    .sanibel-closing-quote {
        grid-column: auto;
    }
}