:root {
    --ink: #111009;
    --parch: #f6f1e8;
    --warm: #ede4d3;
    --card: #faf7f2;
    --terra: #b85828;
    --forest: #243d2f;
    --gold: #c8a84a;
    --mid: #7a6e5f;
    --border: rgba(184, 88, 40, 0.13);
    --r: 18px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "DM Sans", sans-serif;
    background: var(--parch);
    color: var(--ink);
}


.hero {
    background: var(--forest);
    color: #fff;
    padding: 72px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 70% 80% at 50% 50%,
        rgba(184, 88, 40, 0.15),
        transparent 70%
    );
}
.hero-tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}
.hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 12px;
}
.hero h1 em {
    font-style: italic;
    color: rgba(200, 168, 74, 0.9);
}
.hero p {
    font-size: 0.9rem;
    opacity: 0.65;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.7;
}

/* STATS */
.stats-strip {
    background: var(--card);
    border-bottom: 1px solid var(--border);
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
.stat {
    text-align: center;
    padding: 0 36px;
    position: relative;
}
.stat::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background: var(--border);
}
.stat:last-child::after {
    display: none;
}
.stat-val {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--terra);
    line-height: 1;
}
.stat-lbl {
    font-size: 0.74rem;
    color: var(--mid);
    margin-top: 3px;
}

/* FEATURED */
.featured-section {
    max-width: 1060px;
    margin: 0 auto;
    padding: 60px 40px;
}
.featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 60px;
}
.tc {
    background: var(--card);
    border-radius: var(--r);
    border: 1.5px solid var(--border);
    padding: 26px;
    position: relative;
    transition: all 0.22s;
}
.tc:hover {
    box-shadow: 0 8px 36px rgba(17, 16, 9, 0.09);
    transform: translateY(-2px);
    border-color: rgba(184, 88, 40, 0.25);
}
.tc.featured-large {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}
.tc-dest {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.7rem;
    color: var(--terra);
    font-weight: 500;
}
.tc-quote {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(184, 88, 40, 0.2);
    line-height: 0.8;
    margin-bottom: 10px;
}
.tc-text {
    font-size: 0.87rem;
    color: var(--ink);
    line-height: 1.75;
    margin-bottom: 16px;
    font-style: italic;
}
.tc-footer {
    display: flex;
    align-items: center;
    gap: 11px;
}
.tc-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--warm);
    flex-shrink: 0;
}
.tc-avatar-ph {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.tc-name {
    font-weight: 600;
    font-size: 0.86rem;
}
.tc-meta {
    font-size: 0.72rem;
    color: var(--mid);
    margin-top: 1px;
}
.tc-stars {
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-top: 2px;
}
.tc-photo {
    border-radius: 12px;
    overflow: hidden;
    height: 200px;
}
.tc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-trip-details {
    background: var(--parch);
    border-radius: 11px;
    padding: 14px;
    margin-top: 14px;
    border: 1px solid var(--warm);
}
.td-label {
    font-size: 0.66rem;
    color: var(--terra);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 8px;
}
.td-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.77rem;
    margin-bottom: 4px;
}
.td-row span:first-child {
    color: var(--mid);
}
.td-row span:last-child {
    font-weight: 500;
}

/* GRID ALL */
.all-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}
.sec-head {
    text-align: center;
    margin-bottom: 36px;
}
.sec-tag {
    display: inline-block;
    padding: 4px 13px;
    border-radius: 100px;
    border: 1px solid var(--border);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 10px;
}
.sec-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 300;
    line-height: 1.1;
}
.sec-title em {
    font-style: italic;
    color: var(--terra);
}

/* VIDEO TESTIMONIAL */
.video-section {
    background: var(--forest);
    color: #fff;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 0;
}
.vs-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.vs-wrap h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 8px;
}
.vs-wrap h2 em {
    font-style: italic;
    color: rgba(200, 168, 74, 0.9);
}
.vs-wrap p {
    font-size: 0.86rem;
    opacity: 0.65;
    margin-bottom: 28px;
    line-height: 1.7;
}
.video-thumb {
    border-radius: var(--r);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: var(--warm);
    max-width: 620px;
    margin: 0 auto;
}
.video-thumb img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 16, 9, 0.3);
}
.play-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.2s;
}
.video-thumb:hover .play-circle {
    transform: scale(1.1);
}
.video-caption {
    margin-top: 16px;
    font-size: 0.8rem;
    opacity: 0.6;
}

/* SUBMIT */
.submit-section {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 40px;
    text-align: center;
}
.submit-section h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 8px;
}
.submit-section h2 em {
    font-style: italic;
    color: var(--terra);
}
.submit-section p {
    font-size: 0.85rem;
    color: var(--mid);
    margin-bottom: 24px;
    line-height: 1.7;
}
.submit-form {
    text-align: left;
}
.sf-group {
    margin-bottom: 14px;
}
.sf-label {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mid);
    margin-bottom: 6px;
    display: block;
}
.sf-input,
.sf-textarea,
.sf-select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--warm);
    border-radius: 11px;
    background: var(--parch);
    font-family: "DM Sans", sans-serif;
    font-size: 0.87rem;
    color: var(--ink);
    outline: none;
    transition: border-color 0.2s;
}
.sf-input:focus,
.sf-textarea:focus,
.sf-select:focus {
    border-color: var(--terra);
}
.sf-textarea {
    min-height: 100px;
    resize: vertical;
}
.sf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.stars-input {
    display: flex;
    gap: 6px;
    font-size: 1.4rem;
    cursor: pointer;
    margin-bottom: 4px;
}
.stars-input span {
    transition: transform 0.15s;
}
.stars-input span:hover {
    transform: scale(1.2);
}
.btn-submit {
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    background: var(--terra);
    color: #fff;
    border: none;
    font-family: "DM Sans", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.2s;
}
.btn-submit:hover {
    background: var(--forest);
    transform: translateY(-1px);
}

footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.5);
    padding: 32px 40px;
    text-align: center;
    font-size: 0.78rem;
}
footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin: 0 10px;
}
footer a:hover {
    color: var(--terra);
}

@media (max-width: 900px) {
    .featured-grid,
    .all-grid {
        grid-template-columns: 1fr 1fr;
    }
    .tc.featured-large {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
    .tc-photo {
        display: none;
    }
}
@media (max-width: 600px) {
    
    .featured-section,
    .submit-section {
        padding: 36px 20px;
    }
    .featured-grid,
    .all-grid {
        grid-template-columns: 1fr;
    }
    .stats-strip {
        padding: 20px;
    }
    .stat {
        padding: 0 20px;
    }
    .sf-row {
        grid-template-columns: 1fr;
    }
    .video-section {
        padding: 40px 20px;
    }
}
