/*
Theme Name: Secund Look
Theme URI: https://secundlook.com
Author: James Cook
Description: Custom lightweight consulting theme for cannabis cultivation,
nursery, compliance, and operations consulting.
Version: 1.0
Text Domain: secundlook
*/
:root {
--bg: #f7f5ef;
--bg-alt: #ece8dc;
--text: #1f241f;
--muted: #5f665f;
--primary: #1f3a2d;
--primary-2: #2c4b3b;
--accent: #b08d57;
--white: #ffffff;
--border: rgba(31, 36, 31, 0.1);
--shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
--radius: 18px;
--container: 1200px;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Inter, Arial, sans-serif;
color: var(--text);
background: var(--bg);
line-height: 1.65;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: var(--primary);
text-decoration: none;
}
a:hover {
opacity: 0.9;
}
.site-header {
position: sticky;
top: 0;
z-index: 1000;
background: rgba(247, 245, 239, 0.96);
backdrop-filter: blur(8px);
border-bottom: 1px solid var(--border);
}
.container {
width: min(var(--container), calc(100% - 32px));
margin: 0 auto;
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 0;
}
.site-branding a {
font-family: "Playfair Display", Georgia, serif;
font-size: 1.45rem;
font-weight: 700;
color: var(--primary);
}
.brand-subtitle {
display: block;
font-size: 0.82rem;
color: var(--muted);
margin-top: 2px;
}
.main-nav ul {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 0;
padding: 0;
}
.main-nav a {
font-weight: 600;
color: var(--text);
}
.header-cta .button {
padding: 12px 18px;
}
.button,
.wp-block-button__link,
input[type="submit"] {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 22px;
border-radius: 999px;
border: 1px solid transparent;
background: var(--primary);
color: var(--white);
font-weight: 700;
transition: transform 0.2s ease, background 0.2s ease;
box-shadow: var(--shadow);
cursor: pointer;
}
.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
transform: translateY(-1px);
background: var(--primary-2);
}
.button.secondary {
background: transparent;
color: var(--primary);
border-color: rgba(31, 58, 45, 0.25);
box-shadow: none;
}
.hero {
position: relative;
min-height: 78vh;
display: flex;
align-items: center;
color: var(--white);
background: #18241d;
overflow: hidden;
}
.hero-media,
.hero-overlay {
position: absolute;
inset: 0;
}
.hero-media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-overlay {
background: linear-gradient(90deg, rgba(14, 24, 19, 0.82) 0%, rgba(14, 24,
19, 0.62) 45%, rgba(14, 24, 19, 0.45) 100%);
}
.hero-content {
position: relative;
z-index: 2;
max-width: 760px;
padding: 80px 0;
}
.eyebrow {
display: inline-block;
margin-bottom: 16px;
padding: 8px 14px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.14);
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.02em;
}
.hero h1,
.page-hero h1 {
font-family: "Playfair Display", Georgia, serif;
font-size: clamp(2.4rem, 5vw, 4.8rem);
line-height: 1.06;
margin: 0 0 18px;
}
.hero p {
font-size: 1.1rem;
max-width: 640px;
margin: 0 0 26px;
color: rgba(255, 255, 255, 0.92);
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 28px;
}
.credibility-strip {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 14px;
margin-top: 40px;
}
.credibility-item {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 14px;
padding: 14px 12px;
font-size: 0.92rem;
text-align: center;
}
.section {
padding: 84px 0;
}
.section-alt {
background: var(--bg-alt);
}
.section-header {
max-width: 760px;
margin-bottom: 34px;
}
.section-header h2 {
font-family: "Playfair Display", Georgia, serif;
font-size: clamp(2rem, 4vw, 3.2rem);
line-height: 1.12;
margin: 0 0 12px;
}
.section-header p {
margin: 0;
color: var(--muted);
font-size: 1.03rem;
}
.two-col {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 34px;
align-items: center;
}
.card-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
}
.card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 26px;
box-shadow: var(--shadow);
}
.card h3 {
margin-top: 0;
margin-bottom: 12px;
font-size: 1.2rem;
}
.card p {
color: var(--muted);
margin-bottom: 14px;
}
.card ul {
margin: 0;
padding-left: 18px;
}
.metric-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.metric {
background: var(--white);
border-radius: var(--radius);
padding: 26px;
border: 1px solid var(--border);
box-shadow: var(--shadow);
}
.metric-number {
display: block;
font-size: 2rem;
font-weight: 800;
color: var(--primary);
margin-bottom: 8px;
}
.portfolio-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.portfolio-item {
position: relative;
overflow: hidden;
border-radius: var(--radius);
min-height: 320px;
background: #d8d4ca;
}
.portfolio-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.portfolio-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 18px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72)
100%);
color: var(--white);
}
.process-grid,
.pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
.process-step,
.pricing-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 26px;
box-shadow: var(--shadow);
}
.step-number {
display: inline-flex;
width: 38px;
height: 38px;
align-items: center;
justify-content: center;
border-radius: 999px;
background: var(--primary);
color: var(--white);
font-weight: 800;
margin-bottom: 14px;
}
.pricing-card .price {
font-size: 2rem;
font-weight: 800;
color: var(--primary);
margin-bottom: 12px;
}
.cta-banner {
background: linear-gradient(135deg, var(--primary) 0%, #294636 100%);
color: var(--white);
border-radius: 28px;
padding: 42px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.cta-banner h2 {
font-family: "Playfair Display", Georgia, serif;
margin: 0 0 10px;
font-size: clamp(1.8rem, 3vw, 3rem);
}
.cta-banner p {
margin: 0;
color: rgba(255, 255, 255, 0.9);
max-width: 700px;
}
.site-footer {
background: #162019;
color: rgba(255, 255, 255, 0.85);
padding: 54px 0 28px;
margin-top: 60px;
}
.footer-grid {
display: grid;
grid-template-columns: 1.3fr 0.7fr;
gap: 24px;
margin-bottom: 26px;
}
.site-footer a {
color: var(--white);
}
.footer-bottom {
padding-top: 22px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.95rem;
}
.page-hero {
background: var(--primary);
color: var(--white);
padding: 86px 0 52px;
}
.entry-content,
.page-content {
padding: 52px 0;
}
.entry-content h2,
.entry-content h3,
.page-content h2,
.page-content h3 {
font-family: "Playfair Display", Georgia, serif;
color: var(--primary);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
width: 100%;
padding: 14px 16px;
border-radius: 12px;
border: 1px solid rgba(31, 36, 31, 0.16);
background: var(--white);
font: inherit;
}
textarea {
min-height: 160px;
}
@media (max-width: 1080px) {
.card-grid,
.credibility-strip,
.process-grid,
.pricing-grid,
.metric-grid {
grid-template-columns: repeat(2, 1fr);
}
.portfolio-grid {
grid-template-columns: repeat(2, 1fr);
}
.two-col,
.footer-grid,
.cta-banner {
grid-template-columns: 1fr;
display: grid;
}
}
@media (max-width: 720px) {
.header-inner {
flex-direction: column;
align-items: flex-start;
}
.main-nav ul {
gap: 14px;
}
.card-grid,
.credibility-strip,
.process-grid,
.pricing-grid,
.metric-grid,
.portfolio-grid {
grid-template-columns: 1fr;
}
.hero {
min-height: 70vh;
}
.cta-banner {
padding: 28px;
}
}
/* Flagship case study cards */
.flagship-project {
    position: relative;
    border: 2px solid rgba(36, 74, 52, 0.28);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    transform: translateY(0);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.flagship-project:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.17);
    border-color: rgba(36, 74, 52, 0.55);
}

.project-label {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-block;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #243b2d;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}
/* Version 2.0 Featured Case Studies */

.featured-project {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: stretch;
    gap: 0;
    margin: 52px 0;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.10);
}

.featured-project.reverse {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.featured-project.reverse .featured-project-image {
    order: 2;
}

.featured-project.reverse .featured-project-content {
    order: 1;
}

.featured-project-image {
    min-height: 460px;
}

.featured-project-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.featured-project:hover .featured-project-image img {
    transform: scale(1.035);
}

.featured-project-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}

.featured-project-content .project-label {
    position: static;
    align-self: flex-start;
    margin-bottom: 18px;
    background: rgba(36, 59, 45, 0.10);
    box-shadow: none;
}

.featured-project-content h3 {
    margin: 0 0 18px;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.15;
}

.featured-project-content p {
    line-height: 1.7;
}

.featured-project-content ul {
    margin: 10px 0 28px;
    padding-left: 20px;
}

.featured-project-content li {
    margin-bottom: 9px;
}

.featured-project-content .button {
    margin-top: 4px;
}

/* Featured projects mobile layout */
@media (max-width: 800px) {
    .featured-project,
    .featured-project.reverse {
        grid-template-columns: 1fr;
    }

    .featured-project.reverse .featured-project-image,
    .featured-project.reverse .featured-project-content {
        order: initial;
    }

    .featured-project-image,
    .featured-project-image img {
        min-height: 280px;
    }

    .featured-project-content {
        padding: 32px 24px;
    }
}
/* Version 2.0 homepage spacing refinements */

.featured-projects-intro {
    max-width: 820px;
    margin: 0 auto 56px;
    text-align: center;
}

.featured-project {
    margin-top: 64px;
    margin-bottom: 64px;
}

.featured-project + .featured-project {
    margin-top: 80px;
}

.featured-project-content h3 {
    margin-bottom: 20px;
}

.featured-project-content ul {
    margin-top: 18px;
    margin-bottom: 32px;
}

.featured-projects-footer {
    margin-top: 64px;
    text-align: center;
}
/* Personally documented project photography note */
.photography-note {
    max-width: 760px;
    margin: 20px auto 0;
    font-size: 0.92rem;
    line-height: 1.65;
    font-style: italic;
    opacity: 0.78;
}
/* Homepage services section footer */
.services-footer {
    margin-top: 44px;
    text-align: center;
}
/* Dynamic Latest Insights cards */
.insight-card {
    display: flex;
    flex-direction: column;
}

.insight-card h3 a {
    color: inherit;
    text-decoration: none;
}

.insight-card h3 a:hover {
    text-decoration: underline;
}

.insight-card .button {
    align-self: flex-start;
    margin-top: auto;
}
/* Version 2.0 lower homepage flow */

.insights-footer {
    margin-top: 40px;
    text-align: center;
}

.operating-philosophy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.operating-philosophy blockquote {
    margin: 22px 0 18px;
    padding: 0;
    border: 0;
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    line-height: 1.65;
    font-style: italic;
    color: #333;
}

.quote-attribution {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cta-banner-content {
    max-width: 760px;
}

.cta-banner-content h2 {
    margin-top: 10px;
}

.cta-banner-action {
    flex-shrink: 0;
}

@media (max-width: 800px) {
    .cta-banner {
        align-items: flex-start;
    }

    .cta-banner-action {
        width: 100%;
    }

    .cta-banner-action .button {
        width: 100%;
        text-align: center;
    }
}
/* Why Secund Look cards */

.why-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(36, 59, 45, 0.14);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #315b42;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(49, 91, 66, 0.42);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card h3 {
    margin-bottom: 14px;
}

/* Keep touch devices calm */
@media (hover: none) {
    .why-card:hover {
        transform: none;
        box-shadow: inherit;
    }

    .why-card::before {
        transform: scaleX(1);
    }
}
/* Homepage daily METRC feature */

.metrc-feature {
    background: #f4f6f2;
}

.metrc-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 56px;
    align-items: center;
}

.metrc-feature-content {
    max-width: 760px;
}

.metrc-feature-content h2 {
    margin-top: 10px;
    margin-bottom: 22px;
}

.metrc-feature-content p {
    line-height: 1.75;
}

.metrc-feature-content .button {
    margin-top: 14px;
}

.metrc-feature-services {
    padding: 34px;
    border: 1px solid rgba(49, 91, 66, 0.18);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.metrc-feature-services h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.metrc-feature-services ul {
    margin: 0;
    padding-left: 20px;
}

.metrc-feature-services li {
    margin-bottom: 11px;
    line-height: 1.55;
}

@media (max-width: 800px) {
    .metrc-feature-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .metrc-feature-services {
        padding: 28px 24px;
    }
}