@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap');

:root {
    --sage: #7f9174;
    --sage-dark: #6f8066;
    --ivory: #f5efe6;
    --cream: #f8f7f3;
    --ink: #2f302b;
    --muted: #686b61;
    --white: #fff;
    --max: 1280px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Montserrat, Arial, sans-serif;
    background: #fff;
    line-height: 1.55
}

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

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

.container {
    width: min(var(--max), calc(100% - 48px));
    margin: auto
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--sage);
    font-weight: 600;
    font-size: 13px
}

.display {
    font-family: Cormorant, Georgia, serif;
    font-weight: 500
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    font-size: 13px;
    border: 0;
    cursor: pointer;
    transition: .25s
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px #0002
}

.btn-primary {
    background: var(--sage);
    color: #fff
}

.btn-outline {
    border: 1px solid var(--sage);
    background: #fff;
    color: var(--ink)
}

.site-header {
    height: 98px;
    background: #fff;
    border-top: 1px solid #e9c6c6;
    border-bottom: 1px solid #eadfbf;
    position: sticky;
    top: 0;
    z-index: 20
}

.header-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: center;
    gap: 26px
}

.header-logo img {
    width: 94px
}

.nav {
    display: flex;
    justify-content: center;
    gap: 42px
}

.nav a {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase
}

.header-cta {
    min-width: 245px
}

.menu-btn {
    display: none;
    background: none;
    border: 1px solid #aaa;
    border-radius: 6px;
    font-size: 24px
}

.mobile-nav {
    display: none
}

.hero {
    height: 570px;
    background: url('../images/hero/hero-background.webp') center center/cover no-repeat;
    display: grid;
    place-items: center;
    overflow: hidden
}

.hero-inner {
    text-align: center
}

.hero-wordmark {
    width: min(760px, 68vw);
    margin: 0 auto 26px
}

.hero-copy {
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 34px
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px
}

.section {
    padding: 58px 0
}

.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 38px
}

.compact-head {
    margin-bottom: 30px
}

.section-head h2 {
    font-size: 34px;
    margin: 7px 0 9px
}

.section-head p {
    font-size: 16px;
    margin: 0;
    color: #4e504b
}

.center-action {
    text-align: center;
    margin-top: 30px
}

.ideas-section {
    background: #fff
}

.ideas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.idea-card {
    background: #f2eadf;
    border-radius: 22px;
    overflow: hidden;
    transition: .25s
}

.idea-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px #0002
}

.idea-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: .6s
}

.idea-card:hover img {
    transform: scale(1.04)
}

.idea-card>div {
    padding: 22px 24px 24px;
    min-height: 150px
}

.idea-card h3 {
    font-family: Cormorant, Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 8px
}

.idea-card p {
    font-size: 14px;
    margin: 0
}

.approach {
    background: var(--ivory)
}

.approach-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: center
}

.approach-placeholder {
    height: 410px;
    border-radius: 24px;
    background: #eee7da;
    box-shadow: 0 15px 32px #00000010
}

.approach-copy h2 {
    font-size: 46px;
    line-height: .96;
    margin: 12px 0 20px
}

.feature {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid #a3a99555
}

.feature:last-of-type {
    border-bottom: 0
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #9aaa8d;
    display: grid;
    place-items: center
}

.feature-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.feature h3 {
    margin: 2px 0 4px;
    font-size: 17px
}

.feature p {
    margin: 0;
    font-size: 14px
}

.gallery-grid {
    /* Forces the gallery to match the full website width,
       even if it is accidentally inside .section-head */
    width: min(1280px, calc(100vw - 48px));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, 300px);
    gap: 24px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 22px;
    min-width: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

/* Exact desktop layout */

.gallery-item.fish {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.gallery-item.tumbler {
    grid-column: 2;
    grid-row: 2 / span 2;
}

.gallery-item.tshirt {
    grid-column: 1;
    grid-row: 3;
}

/* Better cropping for individual photos */

.gallery-item.fish img {
    object-position: contain;
}

.gallery-item.tumbler img {
    object-position: 35%;
}

.gallery-item.tshirt img {
    object-position: contain;
}
.gallery-item.koozies img {
    object-position: contain;
}

/* Tablet */

/* Tablet */

@media (max-width: 900px) {

   .gallery-grid {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    transform: none;
    column-count: 2;
    column-gap: 18px;
}

    .gallery-item,
    .gallery-item.fish,
    .gallery-item.tumbler,
    .gallery-item.tshirt {
        display: inline-block;
        width: 100%;
        margin: 0 0 18px;
        break-inside: avoid;
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
}

/* Large tablets / iPad Pro */

@media (max-width: 1366px) and (hover: none) {

    .gallery-grid {
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        transform: none;
        column-count: 2;
        column-gap: 18px;
    }

    .gallery-item,
    .gallery-item.fish,
    .gallery-item.tumbler,
    .gallery-item.tshirt {
        display: inline-block;
        width: 100%;
        margin: 0 0 18px;
        break-inside: avoid;
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
}

/* Phone */

@media (max-width: 600px) {

    .gallery-grid {
        display: block;
        width: calc(100vw - 32px);
        margin: 0 auto;
        transform: none;
        column-count: 2;
        column-gap: 12px;
    }

    .gallery-item,
    .gallery-item.fish,
    .gallery-item.tumbler,
    .gallery-item.tshirt {
        display: inline-block;
        width: 100%;
        margin: 0 0 12px;
        break-inside: avoid;
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

        .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .business-preview .btn {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width:900px){

    .gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:300px;
    }

    .gallery-item,
    .gallery-item.fish,
    .gallery-item.tumbler,
    .gallery-item.tshirt{
        grid-column:auto;
        grid-row:auto;
    }
}

.business-preview {
    background: var(--ivory)
}

.business-preview-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 60px;
    align-items: center
}

.business-preview h2 {
    font-size: 44px;
    line-height: 1;
    margin: 10px 0 18px
}

.business-preview p {
    font-size: 16px;
    margin: 0 0 24px
}

.business-preview img,
.rounded-photo {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 16px 32px #0001
}

.contact-section {
    background: var(--cream)
}

.contact-title {
    text-align: center
}

.contact-title h2 {
    font-size: 46px;
    margin: 0 0 7px
}

.contact-title p {
    max-width: 700px;
    margin: auto;
    color: var(--muted)
}

.divider {
    width: 460px;
    max-width: 90%;
    margin: 20px auto 28px
}

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

.contact-list {
    display: grid;
    gap: 23px
}

.contact-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 17px;
    align-items: center
}

.contact-item img {
    width: 38px;
    max-height: 43px;
    object-fit: contain
}

.contact-item strong {
    display: block
}

.contact-card {
    background: #f1eee7;
    border-radius: 24px;
    padding: 28px 40px;
    text-align: center
}

.contact-card h3 {
    font-size: 34px;
    margin: 0 0 24px
}

.help-list {
    text-align: left;
    display: grid;
    gap: 12px;
    margin-bottom: 28px
}

.help-list span {
    color: var(--sage)
}

.site-footer {
    background: #fff;
    border-top: 1px solid #eadfbf
}

.footer-inner {
    min-height: 90px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center
}

.footer-logo img {
    width: 70px
}

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

.copyright {
    text-align: right
}

.page-hero {
    background: var(--ivory);
    padding: 35px 0 20px;
    text-align: center
}

.page-hero h1 {
    font-size: 56px;
    margin: 7px 0 8px
}

.page-hero p {
    max-width: 760px;
    margin: auto
}

.content-section {
    padding: 64px 0
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.content-section h2 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 16px
}

.simple-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.simple-card {
    background: var(--ivory);
    border-radius: 22px;
    padding: 28px
}

.simple-card h3 {
    font-family: Cormorant, serif;
    font-size: 27px;
    margin: 0 0 10px
}

.business-products {
    background: var(--cream)
}

.business-product-list {
    columns: 3;
    column-gap: 56px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.business-product-list li {
    position: relative;
    break-inside: avoid;
    padding: 9px 0 9px 27px;
    border-bottom: 1px solid #d8d2c7;
    font-size: 15px
}

.business-product-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--sage);
    font-weight: 600
}

.business-use {
    padding-top: 52px
}

.order-section {
    background: var(--ivory)
}

.order-grid {
    display: grid;
    grid-template-columns: .9fr 1.2fr;
    gap: 70px;
    align-items: start
}

.order-copy h2 {
    font-size: 34px;
    margin: 10px 0 18px
}

.order-copy p {
    font-size: 17px;
    max-width: 520px
}

.form-card {
    background: #fff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 4px 14px #0001
}

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

.field {
    margin-bottom: 18px
}

.field label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #cfcfc6;
    border-radius: 14px;
    padding: 14px 16px;
    background: #faf8f4;
    font: inherit
}

.field textarea {
    min-height: 165px;
    resize: vertical
}

.panel {
    background: var(--ivory);
    border-radius: 24px;
    padding: 40px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .7s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .site-header {
        height: auto
    }

    .header-inner {
        grid-template-columns: 1fr auto;
        padding: 12px 0
    }

    .nav,
    .header-cta {
        display: none
    }

    .menu-btn {
        display: block
    }

    .mobile-nav.open {
        display: grid;
        gap: 12px;
        padding: 0 0 16px
    }

    .hero {
        height: 520px
    }

    .hero-wordmark {
        width: 86vw
    }

    .ideas-grid,
    .gallery-grid,
    .simple-grid {
        grid-template-columns: 1fr 1fr
    }

    .approach-grid,
    .business-preview-grid,
    .order-grid,
    .contact-grid,
    .two-col {
        grid-template-columns: 1fr
    }

    .approach-placeholder {
        height: 330px
    }

    .business-product-list {
        columns: 2
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 22px;
        padding: 20px 0
    }

    .footer-logo img {
        margin: auto
    }

    .footer-nav {
        justify-content: center;
        flex-wrap: wrap
    }

    .copyright {
        text-align: center
    }
}

/* Custom order page */
.order-section {
    background: var(--ivory);
    padding-top: 18px
}

.order-copy {
    max-width: 560px
}

.order-copy > p {
    margin-top: 18px;
    line-height: 1.7
}

.order-list {
    margin: 28px 0 34px;
    padding: 0;
    list-style: none
}

.order-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px
}

.order-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--sage)
}

.order-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.order-photo-grid img,
.order-photo-grid img:first-child {
    grid-column: auto;
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 18px
}

.form-card .btn {
    display: flex;
    width: fit-content;
    margin: 28px auto 0;
    border: 0;
    outline: 0;
    box-shadow: none
}

.form-note {
    margin: 18px 0 0;
    text-align: center;
    font-size: .92rem;
    opacity: .7
}

.story-photo {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 18px
}

@media(max-width:620px) {
    .container {
        width: min(100% - 28px, var(--max))
    }

    .hero {
        height: 470px
    }

    .hero-wordmark {
        width: 94vw
    }

    .hero-copy {
        font-size: 15px
    }

    .hero-actions {
        flex-direction: column;
        align-items: center
    }

 .ideas-grid,
.simple-grid {
    grid-template-columns: 1fr;
}

.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 12px;
}

.gallery-item.fish {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.tumbler {
    grid-row: span 2;
}

.gallery-item.tshirt {
    grid-column: span 2;
}

    .idea-card img {
        height: 300px
    }

    .approach-copy h2,
    .contact-title h2 {
        font-size: 39px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .page-hero {
        padding: 24px 18px 14px
    }

    .page-hero h1 {
        font-size: 42px;
        line-height: 1.05
    }

    .page-hero p {
        margin-top: 12px
    }

    .order-section {
        padding-top: 8px
    }

    .order-grid {
        gap: 36px
    }

    .order-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .order-photo-grid img,
    .order-photo-grid img:first-child {
        height: 105px
    }

    .form-card {
        padding: 24px 18px
    }
}
.photo-note {
  max-width: 800px;
  margin: 3rem auto 2rem;
  padding: 0 1.5rem;
  text-align: center;
  color: var(--color-text);
  font-size: 0.9rem;
  opacity: 0.8;
  line-height: 1.6;
}

@media (max-width: 600px) {
    .menu-btn {
        display: none;
    }

    .header-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 14px 4px;
    }

    .header-logo {
        margin: 0 auto;
    }

   .header-logo img {
    width: 82px;
    height: auto;
    display: block;
    transform: translateX(-12px);
}

    .mobile-nav {
        display: flex !important;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        padding: 7px 18px 10px;
        margin: 0;
    }

    .nav-links a {
    font-size: 1rem;      /* 16px */
    padding: 12px 14px;
}

    .mobile-nav a:last-child {
        display: none;
    }
}