/*!
Theme Name: Go Organic System
Theme URI: https://www.goorganic.me/
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Go Organic System by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Lexend', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--green: #8BAF1A;
	--pink: #E6007E;
	--gray: #F2F2F5;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/




/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
	
/* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

}


/*******************************
================================
GO-APP SHELL
================================
*******************************/

/* Body reset for app pages */
.go-app-body,
.go-app-body * {
	box-sizing: border-box;
}
.go-app-body {
	margin: 0;
	padding: 0;
	background: #f5f2e9;                    /* cream */
	font-family: 'Inter', system-ui, sans-serif;
	color: #111827;                         /* gray-900 */
	overflow: hidden;
}

/* App shell — sidebar + main side by side, full viewport */
.go-app {
	display: flex;
	height: 100vh;
	overflow: hidden;
	background: #f5f2e9;                    /* cream */
}

/* Main content area */
.go-main {
	flex: 1;
	min-width: 0;
	overflow-y: auto;
	padding: 32px;
	background: #f5f2e9;                    /* cream */
	scrollbar-width: thin;
	scrollbar-color: #e5e7eb transparent;   /* gray-200 */
}
.go-main::-webkit-scrollbar       { width: 6px; }
.go-main::-webkit-scrollbar-track { background: transparent; }
.go-main::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 6px; }

/* ── Driver delivery view — full-width, mobile-first, no sidebar ────────────
   Zero horizontal padding so the sticky header fills edge-to-edge naturally.
   The page template wraps scrollable content in px-4 itself.
   Bottom safe-area-inset handles notched iPhones in PWA/standalone mode.   */
.go-driver-view .go-main {
	padding: 0;
	padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
}


/*******************************
================================
GO-SIDEBAR
================================
*******************************/

/* ── Shell ────────────────────────────────────────────────────────────── */
.go-sidebar {
	width: 250px;
	background: #ffffff;
	border-right: 1px solid #f3f4f6;        /* gray-100 */
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: sticky;
	top: 0;
	flex-shrink: 0;
	overflow: hidden;
	font-family: 'Inter', system-ui, sans-serif;
}

/* ── Logo ─────────────────────────────────────────────────────────────── */
.go-sidebar__logo {
	height: 80px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	border-bottom: 1px solid #f9fafb;       /* gray-50 */
	flex-shrink: 0;
}

/* WordPress custom_logo outputs an <a> wrapping the <img> */
.go-sidebar__logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.go-sidebar__logo img {
	height: 76px;                           /* h-14 */
	width: auto;
	object-fit: contain;
	display: block;
	max-width: 100%;
}

.go-sidebar__logo-text {
	font-family: 'Lexend', system-ui, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: #2d6a4f;                         /* olive */
}

/* ── Nav container ────────────────────────────────────────────────────── */
.go-sidebar__nav {
	flex: 1;
	overflow-y: auto;
	padding: 24px 16px;                     /* py-6 px-4 */
	display: flex;
	flex-direction: column;
	gap: 4px;                               /* space-y-1 */
	scrollbar-width: thin;
	scrollbar-color: #f3f4f6 transparent;
}
.go-sidebar__nav::-webkit-scrollbar       { width: 4px; }
.go-sidebar__nav::-webkit-scrollbar-track { background: transparent; }
.go-sidebar__nav::-webkit-scrollbar-thumb { background: #f3f4f6; border-radius: 4px; }

/* ── Nav item (shared: <a> leaf + <button> parent) ────────────────────── */
.go-sidebar__item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;                              /* gap-3 */
	padding: 12px 16px;                     /* py-3 px-4 */
	border-radius: 12px;                    /* rounded-xl */
	font-size: 0.875rem;                    /* text-sm */
	font-weight: 500;                       /* font-medium */
	font-family: 'Inter', system-ui, sans-serif;
	color: #4b5563;                         /* gray-600 */
	background: transparent;
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	transition: background 0.2s, color 0.2s;
	line-height: 1;
}

.go-sidebar__item:hover {
	background: #f9fafb;                    /* gray-50 */
	color: #2d6a4f;                         /* olive */
}

/* Leaf — active page */
.go-sidebar__item--active {
	background: linear-gradient(to right, #2d6a4f, #52b788); /* from-olive to-lime */
	color: #ffffff;
	box-shadow: 0 4px 8px -2px rgba(45,106,79,.25), 0 2px 4px -1px rgba(45,106,79,.15);
}
.go-sidebar__item--active:hover {
	background: linear-gradient(to right, #2d6a4f, #52b788);
	color: #ffffff;
}

/* Divider between main nav and admin-only items */
.go-sidebar__divider {
	height: 1px;
	background: rgba(255,255,255,.08);
	margin: 8px 12px;
}

/* WP Admin link — subtler styling so it doesn't compete with nav items */
.go-sidebar__item--admin {
	opacity: .65;
}
.go-sidebar__item--admin:hover {
	opacity: 1;
}

/* Parent — has an active child */
.go-sidebar__item--parent-active {
	color: #2d6a4f;                         /* olive */
	background: rgba(45,106,79,.05);        /* olive/5 */
}
.go-sidebar__item--parent-active:hover {
	background: rgba(45,106,79,.08);
}

/* ── Icons ────────────────────────────────────────────────────────────── */
.go-sidebar__icon {
	width: 20px;                            /* w-5 */
	height: 20px;                           /* h-5 */
	flex-shrink: 0;
	color: #9ca3af;                         /* gray-400 — default */
	transition: color 0.2s;
}

/* Active leaf — icon white */
.go-sidebar__item--active .go-sidebar__icon {
	color: #ffffff;
}
/* Active parent — icon olive */
.go-sidebar__item--parent-active .go-sidebar__icon {
	color: #2d6a4f;
}
/* Hover on default item — icon follows text */
.go-sidebar__item:not(.go-sidebar__item--active):not(.go-sidebar__item--parent-active):hover .go-sidebar__icon {
	color: #2d6a4f;
}

.go-sidebar__icon--sm {
	width: 16px;                            /* w-4 */
	height: 16px;                           /* h-4 */
}

/* ── Label ────────────────────────────────────────────────────────────── */
.go-sidebar__label {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ── Chevron ──────────────────────────────────────────────────────────── */
.go-sidebar__chevron {
	width: 16px;                            /* w-4 */
	height: 16px;                           /* h-4 */
	flex-shrink: 0;
	color: #9ca3af;                         /* gray-400 */
	transition: transform 0.2s, color 0.2s;
}

.go-sidebar__item--parent-active .go-sidebar__chevron {
	color: #2d6a4f;
}

/* Rotate when expanded */
.go-sidebar__group[data-expanded="true"] > .go-sidebar__item .go-sidebar__chevron {
	transform: rotate(90deg);
}

/* ── Sub-items panel ──────────────────────────────────────────────────── */
.go-sidebar__sub {
	display: none;                          /* hidden by default; JS + server add --open */
	flex-direction: column;
	gap: 2px;                               /* space-y-0.5 */
	margin-left: 16px;                      /* ml-4 */
	margin-top: 4px;                        /* mt-1 */
	padding-left: 12px;                     /* pl-3 */
	border-left: 2px solid #f3f4f6;        /* border-l-2 border-gray-100 */
}

.go-sidebar__sub--open {
	display: flex;
}

/* ── Sub-item link ────────────────────────────────────────────────────── */
.go-sidebar__sub-item {
	display: flex;
	align-items: center;
	gap: 10px;                              /* gap-2.5 */
	padding: 10px 12px;                     /* py-2.5 px-3 */
	border-radius: 8px;                     /* rounded-lg */
	font-size: 0.875rem;                    /* text-sm */
	font-weight: 500;                       /* font-medium */
	font-family: 'Inter', system-ui, sans-serif;
	color: #6b7280;                         /* gray-500 */
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.go-sidebar__sub-item:hover {
	background: #f9fafb;                    /* gray-50 */
	color: #2d6a4f;                         /* olive */
}

.go-sidebar__sub-item:hover .go-sidebar__icon--sm {
	color: #2d6a4f;
}

/* Active sub-item */
.go-sidebar__sub-item--active {
	background: linear-gradient(to right, #2d6a4f, #52b788);
	color: #ffffff;
	box-shadow: 0 1px 4px rgba(45,106,79,.20);
}

.go-sidebar__sub-item--active:hover {
	background: linear-gradient(to right, #2d6a4f, #52b788);
	color: #ffffff;
}

.go-sidebar__sub-item--active .go-sidebar__icon--sm {
	color: #ffffff;
}

.go-sidebar__sub-item:not(.go-sidebar__sub-item--active) .go-sidebar__icon--sm {
	color: #9ca3af;                         /* gray-400 */
}

/* ── User profile panel ───────────────────────────────────────────────── */
.go-sidebar__user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 14px 16px;
	margin: 0 16px 16px;                    /* m-4 but top handled by border-t */
	border-radius: 12px;                    /* rounded-xl */
	background: rgba(245,242,233,.55);      /* cream/50 */
	border-top: 1px solid #f9fafb;         /* gap from nav */
	flex-shrink: 0;
}

.go-sidebar__user-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.go-sidebar__user-name {
	font-size: 0.875rem;                    /* text-sm */
	font-weight: 600;                       /* font-semibold */
	color: #111827;                         /* gray-900 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.go-sidebar__user-role {
	font-size: 0.75rem;                     /* text-xs */
	color: #6b7280;                         /* gray-500 */
}

/* Logout icon button */
.go-sidebar__logout {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 8px;                           /* p-2 */
	border-radius: 8px;                     /* rounded-lg */
	color: #9ca3af;                         /* gray-400 */
	background: transparent;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.15s, background 0.15s;
}

.go-sidebar__logout:hover {
	color: #b91c1c;                         /* red-700 */
	background: rgba(185,28,28,.06);        /* red-50 tint */
}

.go-sidebar__logout i {
	width: 16px;                            /* w-4 */
	height: 16px;                           /* h-4 */
	display: block;
}


/*******************************
================================
GO-DROPDOWN
================================
*******************************/

.go-dropdown {
	position: relative;
	display: inline-block;
}

.go-dropdown__menu {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	min-width: 192px;
	background: #fff;
	border: 1px solid #f3f4f6;              /* gray-100 */
	border-radius: 12px;                    /* rounded-xl */
	box-shadow: 0 10px 25px -5px rgba(0,0,0,.1), 0 4px 10px -5px rgba(0,0,0,.06);
	padding: 4px;
	z-index: 50;
	display: none;
}

.go-dropdown--open .go-dropdown__menu {
	display: block;
}

/* Right-align — menu opens to the left so it doesn't clip */
.go-dropdown__menu--right {
	right: 0;
	left: auto;
}

.go-dropdown__item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 9px 14px;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #374151;                         /* gray-700 */
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	transition: background 0.12s, color 0.12s;
}

.go-dropdown__item:hover {
	background: #f9fafb;
	color: #111827;
}

.go-dropdown__item--danger { color: #dc2626; }
.go-dropdown__item--danger:hover {
	background: #fef2f2;
	color: #b91c1c;
}

.go-dropdown__item-icon {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: #9ca3af;                         /* gray-400 */
}

.go-dropdown__item--danger .go-dropdown__item-icon { color: #f87171; }

.go-dropdown__divider {
	height: 1px;
	background: #f3f4f6;
	margin: 4px 0;
}

.go-dropdown__chevron {
	transition: transform 0.2s ease;
}

.go-dropdown--open .go-dropdown__chevron {
	transform: rotate(180deg);
}


/*******************************
================================
GO-ANIMATIONS
================================
*******************************/

@keyframes go-fade-up {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: translateY(0); }
}

.go-anim {
	animation: go-fade-up 0.38s cubic-bezier(.22,.68,0,1.2) both;
}

/* Descending z-index so card 1 (which holds dropdowns) always paints above later cards.
   CSS animations create stacking contexts via transform, which would otherwise let
   card 2 cover card 1's open dropdown. */
.go-anim--1 { animation-delay: 0s;     position: relative; z-index: 8; }
.go-anim--2 { animation-delay: 0.07s;  position: relative; z-index: 7; }
.go-anim--3 { animation-delay: 0.14s;  position: relative; z-index: 6; }
.go-anim--4 { animation-delay: 0.21s;  position: relative; z-index: 5; }
.go-anim--5 { animation-delay: 0.28s;  position: relative; z-index: 4; }
.go-anim--6 { animation-delay: 0.35s;  position: relative; z-index: 3; }
.go-anim--7 { animation-delay: 0.42s;  position: relative; z-index: 2; }
.go-anim--8 { animation-delay: 0.49s;  position: relative; z-index: 1; }

/* Subscription schedule (§1) — a plan-day carrying at least one customer-specific
   meal adjustment. Reinforces the inline "Adjusted" badge so swapped days are
   obvious at a glance. Applied server-side and toggled by the adjust modal. */
.go-sub-day--adjusted {
	border-color: #fcd34d;                 /* amber-300 */
	background-color: #fffbeb;             /* amber-50  */
	box-shadow: inset 3px 0 0 0 #f59e0b;   /* amber-500 accent rail */
}

/* ── Operations Guide page ─────────────────────────────────────────────────── */
.go-guide-layout {
	max-width: 100%;
}

.go-guide-body {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
}

@media (max-width: 1023px) {
	.go-guide-body {
		grid-template-columns: 1fr;
	}
}

.go-guide-nav {
	position: sticky;
	top: 1rem;
	max-height: calc(100vh - 2rem);
	overflow: auto;
}

@media (max-width: 1023px) {
	.go-guide-nav {
		position: static;
		max-height: none;
	}
}

.go-guide-nav__inner {
	background: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 1rem;
	box-shadow: var(--shadow-soft, 0 2px 15px -3px rgba(0,0,0,.08));
	padding: 1rem;
}

.go-guide-nav__heading {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #9ca3af;
	margin: 0 0 0.75rem;
	padding: 0 0.5rem;
}

.go-guide-nav__group {
	margin-bottom: 0.125rem;
}

.go-guide-nav__group.hidden {
	display: none;
}

.go-guide-nav__link {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.5rem 0.625rem;
	border-radius: 0.625rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #4b5563;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.go-guide-nav__link:hover {
	background: #f9fafb;
	color: var(--ac, #2d6a4f);
}

.go-guide-nav__link.is-active {
	background: color-mix(in srgb, var(--ac, #2d6a4f) 10%, transparent);
	color: var(--ac, #2d6a4f);
	font-weight: 600;
}

.go-guide-nav__num {
	flex-shrink: 0;
	font-size: 0.6875rem;
	font-weight: 700;
	color: var(--ac, #2d6a4f);
	background: color-mix(in srgb, var(--ac, #2d6a4f) 12%, transparent);
	padding: 0.125rem 0.375rem;
	border-radius: 0.375rem;
	line-height: 1.4;
}

.go-guide-nav__subs {
	list-style: none;
	margin: 0.25rem 0 0.5rem 0.75rem;
	padding: 0 0 0 0.75rem;
	border-left: 2px solid #f3f4f6;
}

.go-guide-nav__subs.hidden {
	display: none;
}

.go-guide-nav__sub {
	display: block;
	padding: 0.3125rem 0.5rem;
	font-size: 0.75rem;
	color: #6b7280;
	text-decoration: none;
	border-radius: 0.375rem;
	line-height: 1.35;
}

.go-guide-nav__sub:hover {
	color: var(--ac, #2d6a4f);
	background: #f9fafb;
}

.go-guide-role-chip {
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.375rem 0.75rem;
	border-radius: 9999px;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #4b5563;
	cursor: pointer;
	transition: all 0.15s;
}

.go-guide-role-chip:hover {
	border-color: color-mix(in srgb, var(--ac, #2d6a4f) 40%, #e5e7eb);
	color: var(--ac, #2d6a4f);
}

.go-guide-role-chip.is-active {
	background: var(--ac, #2d6a4f);
	border-color: var(--ac, #2d6a4f);
	color: #fff;
}

.go-guide-prose {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #374151;
}

.go-guide-p {
	margin: 0 0 0.875rem;
}

.go-guide-h3 {
	font-family: Lexend, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #111827;
	margin: 1.5rem 0 0.75rem;
	scroll-margin-top: 5rem;
}

.go-guide-h4 {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1f2937;
	margin: 1.25rem 0 0.5rem;
}

.go-guide-list {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
	list-style-position: outside;
}

ul.go-guide-list {
	list-style: disc;
}

ol.go-guide-list {
	list-style: disc;
}

.go-guide-list li {
	margin-bottom: 0.375rem;
	display: list-item;
}

.go-guide-hr {
	border: none;
	border-top: 1px solid #f3f4f6;
	margin: 1.5rem 0;
}

.go-guide-table-wrap {
	overflow-x: auto;
	margin: 0 0 1.25rem;
	border: 1px solid #f3f4f6;
	border-radius: 0.75rem;
}

.go-guide-table {
	width: 100%;
	font-size: 0.8125rem;
	border-collapse: collapse;
}

.go-guide-table th {
	text-align: left;
	padding: 0.625rem 0.875rem;
	background: #f9fafb;
	font-weight: 600;
	color: #6b7280;
	border-bottom: 1px solid #f3f4f6;
	white-space: nowrap;
}

.go-guide-table td {
	padding: 0.625rem 0.875rem;
	border-bottom: 1px solid #f9fafb;
	vertical-align: top;
}

.go-guide-table tr:last-child td {
	border-bottom: none;
}

.go-guide-code {
	font-size: 0.8125em;
	background: #f3f4f6;
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
	color: #1f2937;
}

.go-guide-link {
	color: var(--ac, #2d6a4f);
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.go-guide-pre {
	background: #1f2937;
	color: #e5e7eb;
	padding: 1rem;
	border-radius: 0.75rem;
	font-size: 0.75rem;
	overflow-x: auto;
	margin: 0 0 1rem;
}

.go-guide-diagram {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 0.75rem;
	padding: 1rem;
	margin: 0 0 1.25rem;
}

.go-guide-diagram__label {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #64748b;
	margin-bottom: 0.5rem;
}

.go-guide-diagram__code {
	font-size: 0.6875rem;
	color: #475569;
	white-space: pre-wrap;
	margin: 0;
}

.go-guide-section {
	scroll-margin-top: 5rem;
}

.go-guide-section.hidden {
	display: none;
}

.go-guide-mark {
	background: #fef08a;
	color: inherit;
	padding: 0 0.125rem;
	border-radius: 0.125rem;
}

/* ── 404 page ──────────────────────────────────────────────────────────────── */
@keyframes go-404-icon-spring {
	from {
		opacity: 0;
		transform: scale(0.8) rotate(-10deg);
	}
	to {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

.go-404__icon {
	animation: go-404-icon-spring 0.55s cubic-bezier(0.34, 1.45, 0.64, 1) 0.1s both;
}

.go-404 > .go-anim {
	animation-duration: 0.5s;
}

.go-404__step--2 { animation-delay: 0.2s; }
.go-404__step--3 { animation-delay: 0.3s; }
.go-404__step--4 { animation-delay: 0.4s; }
.go-404__step--5 { animation-delay: 0.5s; }























