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

:root {
    --purple: #54268f;
    --purple-deep: #32135d;
    --purple-soft: #8b62b6;
    --gold: #c99b41;
    --ink: #111014;
    --charcoal: #1a181e;
    --cream: #f7f3f0;
    --white: #ffffff;
    --line: rgba(17,16,20,.16);
    --display: "Italiana", Georgia, serif;
    --signature: "Allura", cursive;
    --sans: "DM Sans", Arial, sans-serif;
    --page-pad: clamp(24px, 4vw, 68px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; font-family: "Oswald", sans-serif; }
button, input { font: inherit; }
.site-main { overflow: hidden; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}

/* HEADER — exact selectors */
.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 50;
    height: 92px;
    padding: 18px var(--page-pad);
    display: grid;
    grid-template-columns: 92px 1fr auto;
    align-items: start;
    gap: 30px;
}
.site-brand { position: relative; z-index: 2; }
.site-brand__logo { width: 95px; }
.primary-nav { padding-top: 7px; }
.primary-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 38px);
}
.primary-nav__list a {
	font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.primary-nav__list a:hover { color: var(--purple); }
.header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-socials {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 7px;
}

.header-socials a {
    display: grid;
    place-items: center;
    color: var(--ink);
    font-size: 25px;
    line-height: 1;
    transition: color .2s ease, transform .2s ease;
}

.header-socials a:hover {
    color: var(--purple);
    transform: translateY(-2px);
}

.menu-toggle {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.menu-toggle span:not(.screen-reader-text) {
    width: 23px;
    height: 2px;
    background: var(--ink);
}
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(247,243,240,.98);
    padding: 120px 30px 30px;
}
.mobile-menu__nav {
    display: grid;
    gap: 22px;
    font-family: var(--display);
    font-size: 34px;
}

/* REUSABLE */
.button {
    min-height: 46px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
	font-family:"Oswald", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .11em;
    transition: .25s ease;
}
.button--solid {
    background: var(--purple);
    color: var(--white);
}
.button--solid:hover { background: var(--purple-deep); transform: translateY(-2px); }
.button--outline { border-color: var(--gold); background: rgba(255,255,255,.5); }
.button--outline:hover { color: var(--white); background: var(--purple); border-color: var(--purple); }
.button--outline-light { color: var(--white); border-color: var(--purple-soft); background: transparent; }
.button__play { font-size: 11px; }
.eyebrow {
    margin: 0 0 2px;
    font-family: var(--display);
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.eyebrow--purple { color: var(--purple); }
.section-title {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(40px, 4.5vw, 68px);
    line-height: .92;
    font-weight: 500;
    text-transform: uppercase;
}
.section-title--purple { color: var(--purple); }
.gold-rule {
    width: 34px;
    height: 2px;
    background: var(--gold);
    display: block;
    margin: 18px 0;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.text-link--light { color: #d8bdf7; }

/* HERO — exact selectors */
.editorial-hero {
    position: relative;
    min-height: 760px;
    background: linear-gradient(112deg, #faf7f4 0%, #f6f0ee 52%, #eee7ee 100%);
    overflow: hidden;
}
.editorial-hero__collage {
    position: absolute;
    inset: 0 0 0 40%;
    overflow: hidden;
}
.editorial-hero__collage-image {
    position: absolute;
    inset: 0;
    background: url("../images/hero-collage.png") center right / contain no-repeat;
    filter: grayscale(.25) contrast(.9) saturate(.8);
    opacity: .34;
    transform: scale(1.08);
}
.editorial-hero__collage-wash {
    position: absolute;
    inset: 0;
    background: transparent;
}
.editorial-hero__watermark {
    position: absolute;
    top: 7%;
    left: 30%;
    font-family: var(--display);
    font-size: min(39vw, 560px);
    line-height: 1;
    color: rgba(84,38,143,.055);
    font-weight: 600;
}
.editorial-hero__content {
    position: relative;
    z-index: 2;
    min-height: 760px;
    padding: 116px var(--page-pad) 0;
    display: grid;
    grid-template-columns: minmax(460px, 48%) 1fr;
}
.editorial-hero__copy {
    align-self: center;
    padding-bottom: 82px;
}
.editorial-hero__logo{
    margin:0 0 28px;
    max-width:700px;
}

.editorial-hero__logo img{
    display:block;
    width:100%;
    height:auto;
}
.editorial-hero__identity {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: .42em;
}
.editorial-hero__rule {
    width: 43px;
    height: 2px;
    background: var(--gold);
}
.editorial-hero__kicker {
    margin: 24px 0 30px;
    display: flex;
    align-items: center;
    gap: 16px;
	font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .13em;
    white-space: nowrap;
}
.editorial-hero__kicker i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--purple);
    flex: 0 0 auto;
}
.editorial-hero__actions {
	font-family: "Oswald", sans-serif;
    display: flex;
    gap: 16px;
}
.editorial-hero__figure-wrap {
    position: relative;
    align-self: end;
    min-height: 690px;
}
.editorial-hero__figure {
    position: absolute;
    right: -4%;
    bottom: -850px;
    height: 1750px;
    width: auto;
    max-width: none;
    object-fit: contain;
    filter: drop-shadow(-26px 28px 28px rgba(33,15,48,.13));
    animation: figureReveal 1.25s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes figureReveal {
    from { opacity: 0; transform: translateY(30px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* FEATURED STORY */
.featured-story {
    min-height: 365px;
    display: grid;
    grid-template-columns: 33% 67%;
	grid-template-rows: 320px;
    background: #121115;
    color: var(--white);
}
.featured-story__copy {
    padding: 34px var(--page-pad);
    align-self: center;
}
.featured-story__title {
    margin: 3px 0 0;
    font-family: var(--display);
    font-size: clamp(42px, 4vw, 66px);
    font-weight: 400;
    line-height: .98;
    text-transform: uppercase;
}
.featured-story__title em { display: block; font-size: 1.28em; }
.featured-story__media {
    position: relative;
    min-height: 365px;
    overflow: hidden;
}
.featured-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-story__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18,17,21,.28), transparent 48%);
}
.featured-story__play,
.podcast-card__play {
    position: absolute;
    width: 72px;
    height: 72px;
    border: 3px solid var(--white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 25px;
}
.featured-story__play {
    right: 42px;
    bottom: 34px;
}

.featured-story {
    display: grid;
    grid-template-columns: 33% 67%;
    grid-template-rows: 450px;
    min-height: 0;
    background: #121115;
    color: var(--white);
}

.featured-story__copy {
    min-height: 0;
    overflow: hidden;
    padding: 32px var(--page-pad);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-story__media {
    position: relative;
    height: 450px;
    min-height: 0;
    overflow: hidden;
}

.featured-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SOCIAL */
.social-section {
    padding: 30px var(--page-pad);
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 32px;
    background: #fbf9f7;
}
.social-section__intro p { font-size: 13px; }

.social-feed {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 95%;
	margin-left:75px;
}

.social-card {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ddd;
}
.social-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.social-card:hover img { transform: scale(1.045); }
.social-card__icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: var(--white);
    text-shadow: 0 1px 4px rgba(0,0,0,.65);
}

/* PODCASTS */
.podcast-section {
    padding: 30px var(--page-pad);
    display: grid;
    grid-template-columns: 345px minmax(0, 500px) minmax(0, 500px);
    column-gap: 12px;
	justify-content: start;
    color: var(--white);
    background:
        radial-gradient(circle at 12% 42%, rgba(118,53,183,.8), transparent 28%),
        linear-gradient(105deg, #42157a, #1f0d38 56%, #281046);
}
.podcast-section__intro { padding: 12px 4px 0 0; }
.podcast-card {
    position: relative;
    min-height: 350px;
    border: 1px solid rgba(220,191,255,.5);
    background: #0c0b0e;
    overflow: hidden;
}
.podcast-card__art {
    height: 250px;
    display: grid;
    place-items: center;
    background: #111;
    overflow: hidden;
}
.podcast-card__art img { width: 100%; height: 100%; object-fit: cover; }
.podcast-card__art--gridiron img { object-fit: contain; padding: 18px; }
.podcast-card__meta { padding: 13px 18px 16px; }
.podcast-card__meta p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #beb7c5;
}
.podcast-card__meta h3 { margin: 2px 0; font-size: 17px; }
.podcast-card__meta span { font-size: 14px; }
.podcast-card__play {
    right: 22px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    font-size: 18px;
}

/* FEATURED / ABOUT / SHOP */
.authority-grid {
    display: grid;
    grid-template-columns: 28% 31% 41%;
    background: #fbf9f7;
    border-bottom: 1px solid var(--line);
}
.featured-in,
.about-reeta,
.shop-feature {
    position: relative;
    min-height: 275px;
    padding: 30px var(--page-pad);
    border-right: 1px solid var(--line);
    overflow: hidden;
}
.featured-in__logos {
    margin: 15px 0 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}
.featured-in__logos strong {
    font-size: 18px;
    line-height: 1;
}
.about-reeta { padding-right: 41%; }
.about-reeta__copy { position: relative; z-index: 2; }
.about-reeta__copy p { font-size: 13px; }
.about-reeta__image {
    position: absolute;
    right: -42%;
    bottom: -200%;
    height: 875px !important;
    width: auto !important;
	max-width: none !important;
}
.shop-feature {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    border-right: 0;
}

.shop-feature__copy {
	align-self:start;
	padding-top:0px;
}
.shop-feature__title {
    margin: 0;
    color: var(--purple);
    font-family: var(--display);
    font-size: 42px;
    line-height: .9;
    text-transform: uppercase;
}
.shop-feature__products {
    display: flex;
    justify-content: center;
    align-items: end;
}
.shop-feature__products img {
    width: 54%;
    margin-left: -20%;
    filter: drop-shadow(0 18px 20px rgba(36,20,45,.16));
}
.shop-feature__products img:first-child { margin-left: 0; }

/* BOOKING */
.booking-section {
    position: relative;
    min-height: 230px;
    padding: 28px var(--page-pad);
    display: grid;
    grid-template-columns: 31% 31% 38%;
    align-items: center;
    color: var(--white);
    background:
        linear-gradient(90deg, #151318 0%, #19151d 60%, rgba(27,20,36,.83) 100%);
    overflow: hidden;
}
.booking-section__headline span {
    display: block;
    font-family: var(--display);
    font-size: 22px;
    text-transform: uppercase;
}
.booking-section__headline strong {
    display: block;
    color: #8c4bc8;
    font-family: var(--display);
    font-size: clamp(62px, 6vw, 90px);
    font-weight: 500;
    font-style: italic;
    line-height: .83;
    text-transform: uppercase;
}
.booking-section__copy { position: relative; z-index: 2; padding-right: 35px; }
.booking-section__image {
    position: absolute;
    right: 0;
    top: -27%;
    width: 40%;
    height: 165%;
    opacity: .92;
    overflow: hidden;
}
.booking-section__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #19151d 0%, transparent 55%);
}
.booking-section__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

/* FOOTER */
.site-footer {
    color: var(--white);
    background: #17151a;
}
.site-footer__inner {
    padding: 24px var(--page-pad);
    display: grid;
    grid-template-columns: 17% 34% 49%;
    gap: 30px;
    align-items: center;
}
.footer-brand__logo { width: 72px; margin: auto; }
.footer-connect,
.footer-newsletter { border-left: 1px solid rgba(255,255,255,.18); padding-left: 30px; }
.footer-heading {
    margin: 0 0 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.footer-social-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 5px 25px;
    font-size: 11px;
    text-transform: uppercase;
}
.footer-newsletter p { margin: 0 0 10px; font-size: 12px; }
.newsletter-form { display: flex; }
.newsletter-form input {
    min-width: 0;
    flex: 1;
    height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.3);
    color: var(--white);
    background: transparent;
}
.newsletter-form button {
    height: 40px;
    padding: 0 22px;
    border: 0;
    color: var(--white);
    background: var(--purple);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.site-footer__legal {
    min-height: 36px;
    padding: 8px var(--page-pad);
    display: flex;
    justify-content: center;
    gap: 80px;
    color: rgba(255,255,255,.62);
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: 10px;
}
.site-footer__legal nav { display: flex; gap: 35px; }

/* CONTENT / WOOCOMMERCE BASE */
.content-page { padding: 150px var(--page-pad) 80px; background: var(--cream); }
.content-page__inner { max-width: 1100px; margin: auto; }
.page-entry__title, .single-entry__title {
    font-family: var(--display);
    font-size: clamp(54px, 7vw, 100px);
    line-height: .9;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    color: var(--white);
    background: var(--purple);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--display);
    font-size: 23px;
}

/* RESPONSIVE STARTER */
@media (max-width: 1100px) {
    .primary-nav { display: none; }
    .site-header { grid-template-columns: 80px 1fr; }
    .header-tools { justify-self: end; }
    .menu-toggle { display: flex; }
    .editorial-hero__content { grid-template-columns: 55% 45%; }
    .editorial-hero__title { font-size: clamp(88px, 13vw, 145px); }
    .editorial-hero__kicker { white-space: normal; flex-wrap: wrap; }
    .authority-grid { grid-template-columns: 1fr 1fr; }
    .shop-feature { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
    .header-socials, .header-booking { display: none; }
    .editorial-hero { min-height: 780px; }
    .editorial-hero__content {
        min-height: 780px;
        padding-top: 120px;
        grid-template-columns: 1fr;
    }
    .editorial-hero__copy { align-self: start; padding-bottom: 0; }
    .editorial-hero__signature { margin-left: 16px; margin-bottom: -35px; font-size: 88px; }
    .editorial-hero__title { font-size: clamp(74px, 23vw, 112px); }
    .editorial-hero__identity { font-size: 15px; letter-spacing: .25em; }
    .editorial-hero__figure-wrap { position: absolute; inset: auto 0 0; height: 430px; min-height: 0; }
    .editorial-hero__figure { right: -12%; height: 440px; opacity: .84; }
    .editorial-hero__actions { flex-wrap: wrap; }
    .featured-story { grid-template-columns: 1fr; }
    .featured-story__media { min-height: 270px; }
    .social-section { grid-template-columns: 1fr; }
    .social-feed { grid-template-columns: repeat(2, 1fr); }
    .social-card:last-child { display: none; }
    .podcast-section { grid-template-columns: 1fr; }
    .authority-grid { grid-template-columns: 1fr; }
    .featured-in, .about-reeta, .shop-feature { border-right: 0; border-bottom: 1px solid var(--line); }
    .shop-feature { grid-template-columns: 1fr; }
    .booking-section { grid-template-columns: 1fr; min-height: 390px; align-content: start; gap: 25px; }
    .booking-section__image { width: 75%; height: 80%; top: auto; bottom: 0; opacity: .35; }
    .site-footer__inner { grid-template-columns: 1fr; }
    .footer-connect, .footer-newsletter { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding: 20px 0 0; }
    .site-footer__legal { flex-direction: column; align-items: center; gap: 8px; }
}

.featured-story__heading{
    display:block;
    width:100%;
    max-width:450px;   /* adjust as needed */
    height:auto;
    margin:0 0 20px;
}

.social-section__heading {
    display: block;
    width: 120%;
    max-width: 400px;
    height: auto;
    margin: 0 0 18px;
}

.podcast-heading{
    display:block;
    width:100%;
    max-width:315px;
    height:auto;
    margin-bottom:18px;
}

.featured-in-heading{
    display:block;
    width:100px;
    height:auto;
    margin-bottom:24px;
}

.featured-logos{
    display:grid;

    gap:22px 30px;
    align-items:center;
}

.featured-logos img{
    display:block;
    max-width:350px;
    width:100%;
    height:auto;
}

.about-heading{
    display:block;
    width:100%;
    max-width:110px;   /* adjust later if needed */
    height:auto;
    margin-bottom:18px;
}

.shop-heading{
    display:block;
    width:100%;
    max-width:260px;
    height:auto;
    margin-bottom:18px;
}